]> git.saurik.com Git - bison.git/blobdiff - src/alloc.h
Added ChangeLog to the repository.
[bison.git] / src / alloc.h
index 855e4a8f3e60422dfb6f47e5a6f57294f52c2815..9685122e2e31b63342f8faf14f8ef7fc3d25033d 100644 (file)
@@ -19,7 +19,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
 Boston, MA 02111-1307, USA.  */
 
 
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "config.h"
+#endif
 
 #define        NEW(t)          ((t *) xmalloc((unsigned) sizeof(t)))
 #define        NEW2(n, t)      ((t *) xmalloc((unsigned) ((n) * sizeof(t))))
 
 #define        NEW(t)          ((t *) xmalloc((unsigned) sizeof(t)))
 #define        NEW2(n, t)      ((t *) xmalloc((unsigned) ((n) * sizeof(t))))