]> git.saurik.com Git - bison.git/commitdiff
#Included config.h (for definition of PROTOTYPES).
authorJesse Thilo <jthilo@gnu.org>
Wed, 3 Mar 1999 15:44:38 +0000 (15:44 +0000)
committerJesse Thilo <jthilo@gnu.org>
Wed, 3 Mar 1999 15:44:38 +0000 (15:44 +0000)
src/alloc.h
src/symtab.h

index afded9b1689402b5c3a4130891c5af45925399f8..855e4a8f3e60422dfb6f47e5a6f57294f52c2815 100644 (file)
@@ -19,6 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
+#include "config.h"
+
 #define        NEW(t)          ((t *) xmalloc((unsigned) sizeof(t)))
 #define        NEW2(n, t)      ((t *) xmalloc((unsigned) ((n) * sizeof(t))))
 
index d831ccbbdb45372c7eb1cb10ef45b21878c28332..71b96b27587b94bbaa39561475cb509fef6236f0 100644 (file)
@@ -18,6 +18,7 @@ along with Bison; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
+#include "config.h"
 
 #define        TABSIZE 1009