]> git.saurik.com Git - bison.git/commitdiff
* src/bison.simple (YYPOINTER): New macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 13:29:59 +0000 (13:29 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Dec 2001 13:29:59 +0000 (13:29 +0000)
(YYSTACK_RELOCATE): Use it to avoid a GCC warning.
(yystpcpy): Use prototype if __STDC__ is defined, not just
if __cplusplus is defined.

ChangeLog

index 8a8ecbd1571415b9cbca0822676ea42647bebb2e..3ee041929a52a28d716fc02bc98dfef5b75045cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-04  Paul Eggert  <eggert@twinsun.com>
+
+       * src/bison.simple (YYPOINTER): New macro.
+       (YYSTACK_RELOCATE): Use it to avoid a GCC warning.
+       (yystpcpy): Use prototype if __STDC__ is defined, not just
+       if __cplusplus is defined.
+       
 2001-11-30  Akim Demaille  <akim@epita.fr>
 
        * configure.in (WARNING_CFLAGS): Add -Werror when possible.