#Included config.h (for definition of PROTOTYPES).

This commit is contained in:
Jesse Thilo
1999-03-03 15:44:38 +00:00
parent e7ae9cfb47
commit 5aafad1ddf
2 changed files with 3 additions and 0 deletions

View 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))))

View 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