]> git.saurik.com Git - bison.git/commitdiff
(YYSIZE_T): Do not define merely because YYSTACK_USE_ALLOCA is nonzero
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Jan 2002 13:55:32 +0000 (13:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Jan 2002 13:55:32 +0000 (13:55 +0000)
or alloca or _ALLOCA_H are defined.  On some platforms, <alloca.h>
does not declare YYSTD (size_t).

src/bison.simple

index 59ff145bce68de4617e45c9c23abddb70dfff4e8..f4af302c18267c531317ee175c7dd9871c56b859 100644 (file)
@@ -5,7 +5,9 @@
    by GNU bison %%{version}.  */
 
 /* Skeleton output parser for bison,
-   Copyright 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
+   Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -109,12 +111,10 @@ typedef struct yyltype
 
 # if YYSTACK_USE_ALLOCA
 #  define YYSTACK_ALLOC alloca
-#  define YYSIZE_T YYSTD (size_t)
 # else
 #  ifndef YYSTACK_USE_ALLOCA
 #   if defined (alloca) || defined (_ALLOCA_H)
 #    define YYSTACK_ALLOC alloca
-#    define YYSIZE_T YYSTD (size_t)
 #   else
 #    ifdef __GNUC__
 #     define YYSTACK_ALLOC __builtin_alloca