mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/main.c (main): Standardize.
* src/output.c (output_table_data, output_parser): Likewise. * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
|
||||
typedef struct macro_entry_s
|
||||
{
|
||||
const char* key;
|
||||
const char* value;
|
||||
const char *key;
|
||||
const char *value;
|
||||
} macro_entry_t;
|
||||
|
||||
void macro_init PARAMS ((void));
|
||||
void macro_insert PARAMS ((const char *key, const char *value));
|
||||
const char* macro_find PARAMS ((const char *key));
|
||||
const char *macro_find PARAMS ((const char *key));
|
||||
|
||||
#endif /* not MACROTAB_H_ */
|
||||
|
||||
Reference in New Issue
Block a user