* src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special

cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
Sparc, as they were causing more porting problems than the
(minor) performance improvement was worth.
This commit is contained in:
Akim Demaille
2001-12-27 18:30:40 +00:00
parent d6b12c2d8b
commit ea04a14c5c
3 changed files with 11 additions and 11 deletions

3
NEWS
View File

@@ -7,6 +7,9 @@ Changes in version 1.30i:
If YYSTACK_USE_ALLOCA is defined to 0, then the parsers will use
malloc exclusively. Since 1.29, but was not NEWS'ed.
alloca is used only when compiled with GCC, to avoid portability
problems as on AIX.
* Bug fixes
Changes in version 1.30h: