* src/main.c: Include macrotab.h.

* src/macrotab.h (macro_entry_s): Constify fields.
Adjust functions prototypes.
* src/macrotab.c (macro_insert): Constify key and value.
(macro_find): Constify key.
(macro_insert): Include 'xalloc.h'
(macro_insert): Use XMALLOC.
(macro_find): Constify return value.
* src/output.c (output_table_data): Rename table to table_data.
(output_parser): Constify macro_key, macro_value.
This commit is contained in:
Pascal Bart
2001-08-30 18:51:56 +00:00
parent 5086915ebd
commit 8f451ef727
5 changed files with 27 additions and 12 deletions

View File

@@ -34,6 +34,7 @@
#include "LR0.h"
#include "conflicts.h"
#include "print_graph.h"
#include "macrotab.h"
/* The name this program was run with, for messages. */
char *program_name;