mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
* src/system.h (obstack_grow_literal_string): Rename as...
(obstack_grow_string): this. * src/output.c (output_parser): Recognize `%% actions' instead of `$'. * src/bison.s1: s/$/%% actions/. * src/bison.hairy: Likewise.
This commit is contained in:
@@ -145,7 +145,7 @@ typedef int bool;
|
||||
#define obstack_chunk_free free
|
||||
#include "obstack.h"
|
||||
|
||||
#define obstack_grow_literal_string(Obs, Str) \
|
||||
#define obstack_grow_string(Obs, Str) \
|
||||
obstack_grow (Obs, Str, sizeof (Str) - 1)
|
||||
|
||||
#define obstack_fgrow1(Obs, Format, Arg1) \
|
||||
|
||||
Reference in New Issue
Block a user