diff options
Diffstat (limited to 'bisonfix.sed')
-rw-r--r-- | bisonfix.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bisonfix.sed b/bisonfix.sed index 28ef8130..c18103be 100644 --- a/bisonfix.sed +++ b/bisonfix.sed @@ -1,3 +1,3 @@ -/\/\* YYSTACK_USE_ALLOCA not defined \*\//a\ +/\/\* The parser invokes alloca or malloc; define the necessary symbols. *\*\//a\ \ #undef YYSTACK_USE_ALLOCA /* Gawk: nuke alloca once and for all */ |