the output obstack instead of throwing them away.
+2001-08-27 Robert Anisko <robert.anisko@epita.fr>
+
+ * src/output.c (output_parser): Fix. Store single '%' characters in
+ the output obstack instead of throwing them away.
+
2001-08-27 Akim Demaille <akim@epita.fr>
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
2001-08-27 Akim Demaille <akim@epita.fr>
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
obstack_sgrow (&table_obstack, macro_key);
}
}
obstack_sgrow (&table_obstack, macro_key);
}
}
+ else
+ obstack_1grow (&table_obstack, '%');