diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:47:02 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:47:02 +0300 |
commit | 315bd501ca696bc3e3c938b4604d8dac7a6f512f (patch) | |
tree | cf992f0df002126292f7487ca6c0d36d7fe748b9 /bisonfix.sed | |
parent | 85c0d5edb781c9f31b79e48452b1ca68643f41de (diff) | |
download | egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.gz egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.tar.bz2 egawk-315bd501ca696bc3e3c938b4604d8dac7a6f512f.zip |
Move to gawk 3.1.5.
Diffstat (limited to 'bisonfix.sed')
-rw-r--r-- | bisonfix.sed | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bisonfix.sed b/bisonfix.sed deleted file mode 100644 index c18103be..00000000 --- a/bisonfix.sed +++ /dev/null @@ -1,3 +0,0 @@ -/\/\* The parser invokes alloca or malloc; define the necessary symbols. *\*\//a\ -\ -#undef YYSTACK_USE_ALLOCA /* Gawk: nuke alloca once and for all */ |