mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
new.h renamed to alloc.h.
This commit is contained in:
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ Frees itemset, ruleset and internal data.
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "gram.h"
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "types.h"
|
||||
#include "gram.h"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "files.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "gram.h"
|
||||
|
||||
FILE *finput = NULL;
|
||||
|
||||
@@ -52,7 +52,7 @@ If LA[l, i] and LA[l, j] are both 1 for i != j, it is a conflict.
|
||||
#include "machine.h"
|
||||
#include "types.h"
|
||||
#include "state.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "gram.h"
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "getopt.h" /* for optarg */
|
||||
#include "symtab.h"
|
||||
#include "lex.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
|
||||
/* flags set by % directives */
|
||||
extern int definesflag; /* for -d */
|
||||
|
||||
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "system.h"
|
||||
#include "types.h"
|
||||
#include "gram.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
|
||||
|
||||
char *nullable;
|
||||
|
||||
@@ -105,7 +105,7 @@ YYNTBASE = ntokens.
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "state.h"
|
||||
|
||||
@@ -29,7 +29,7 @@ The entry point is reader(). */
|
||||
#include <ctype.h>
|
||||
#include "system.h"
|
||||
#include "files.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "symtab.h"
|
||||
#include "lex.h"
|
||||
#include "gram.h"
|
||||
|
||||
@@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "files.h"
|
||||
#include "gram.h"
|
||||
#include "machine.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
|
||||
|
||||
extern char **tags; /* reader.c */
|
||||
|
||||
@@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "system.h"
|
||||
#include "new.h"
|
||||
#include "alloc.h"
|
||||
#include "symtab.h"
|
||||
#include "gram.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user