* 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

View File

@@ -1,3 +1,10 @@
2001-12-27 Paul Eggert <eggert@twinsun.com>
* 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.
2001-12-22 Akim Demaille <akim@epita.fr>
* src/output.c (output_short_table, output_short_or_char_table):