* src/bison.simple (YYSIZE_T): Do not define merely because

YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
On some platforms, <alloca.h> does not declare YYSTD (size_t).
This commit is contained in:
Paul Eggert
2002-01-29 13:52:05 +00:00
parent 62a21d52ce
commit 4f55c2577d

View File

@@ -1,3 +1,9 @@
2002-01-29 Paul Eggert <eggert@twinsun.com>
* src/bison.simple (YYSIZE_T): Do not define merely because
YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
On some platforms, <alloca.h> does not declare YYSTD (size_t).
2002-01-25 Akim Demaille <akim@epita.fr>
* tests/regression.at (%nonassoc and eof): New.