]> git.saurik.com Git - bison.git/commitdiff
new.h renamed to alloc.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 06:40:45 +0000 (06:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Jun 1997 06:40:45 +0000 (06:40 +0000)
14 files changed:
Makefile.in
src/LR0.c
src/closure.c
src/conflicts.c
src/derives.c
src/files.c
src/lalr.c
src/lex.c
src/nullable.c
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/symtab.c

index f2d98f38248d5fe4c94df829d7f0c1e511e76a8e..bce34aa7a316fceda3b37934bfdb244ba01d932b 100644 (file)
@@ -68,7 +68,7 @@ DISTFILES = COPYING ChangeLog Makefile.in configure configure.in \
     LR0.c allocate.c closure.c conflicts.c derives.c \
     files.c getargs.c gram.c lalr.c lex.c main.c nullable.c \
     output.c print.c reader.c reduce.c symtab.c version.c \
-    warshall.c files.h gram.h lex.h machine.h new.h state.h \
+    warshall.c files.h gram.h lex.h machine.h alloc.h state.h \
     symtab.h system.h types.h bison.cld build.com vmsgetargs.c \
     vmshlp.mar README INSTALL NEWS bison.texinfo bison.info* texinfo.tex \
     getopt.c getopt.h getopt1.c alloca.c mkinstalldirs install-sh
@@ -175,22 +175,22 @@ files.o: files.c
        $(CC) -c $(PFILES) $(DEFS) $(CPPFLAGS) $(CFLAGS) \
           $(srcdir)/files.c $(OUTPUT_OPTION)
 
-LR0.o: system.h machine.h new.h gram.h state.h
+LR0.o: system.h machine.h alloc.h gram.h state.h
 allocate.o: system.h
-closure.o: system.h machine.h new.h gram.h
-conflicts.o: system.h machine.h new.h files.h gram.h state.h
-derives.o: system.h new.h types.h gram.h
-files.o: system.h files.h new.h gram.h
+closure.o: system.h machine.h alloc.h gram.h
+conflicts.o: system.h machine.h alloc.h files.h gram.h state.h
+derives.o: system.h alloc.h types.h gram.h
+files.o: system.h files.h alloc.h gram.h
 getargs.o: system.h files.h
-lalr.o: system.h machine.h types.h state.h new.h gram.h
+lalr.o: system.h machine.h types.h state.h alloc.h gram.h
 lex.o: system.h files.h symtab.h lex.h
 main.o: system.h machine.h
-nullable.o: system.h types.h gram.h new.h
-output.o: system.h machine.h new.h files.h gram.h state.h
-print.o: system.h machine.h new.h files.h gram.h state.h
-reader.o: system.h files.h new.h symtab.h lex.h gram.h
-reduce.o: system.h machine.h files.h new.h gram.h
-symtab.o: system.h new.h symtab.h gram.h
+nullable.o: system.h types.h gram.h alloc.h
+output.o: system.h machine.h alloc.h files.h gram.h state.h
+print.o: system.h machine.h alloc.h files.h gram.h state.h
+reader.o: system.h files.h alloc.h symtab.h lex.h gram.h
+reduce.o: system.h machine.h files.h alloc.h gram.h
+symtab.o: system.h alloc.h symtab.h gram.h
 warshall.o: system.h machine.h
 
 # Prevent GNU make v3 from overflowing arg limit on SysV.
index 77cc02514b87a0ea5e885d0d44cc853121f82bce..340221951c47253746ad26d8a3443fa0749a6b74 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -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"
 
index d24fee37a285531b486d3e6d0e15b24f8ed5fb00..6255538f279dc656c107fb988533bc8494e9e344 100644 (file)
@@ -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"
 
 
index 5d17a98084c5e561745f0d80a86b1ece5a21a502..c2521909daae874cb3a853802e8cc07b5a5eba86 100644 (file)
@@ -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"
index 33a8a035f24a9f5c2dce7bb4bdeea2a00f86de8f..7a95050c4563855892ecb45118cb87c35c42309d 100644 (file)
@@ -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"
 
index b69e2aa69aaf80e84901d719e87bbe8f8616a0c0..1df92ec3fb9582d762d10fc3d410224e98c29a88 100644 (file)
@@ -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;
index f7d92ec72674fbe3013ecb6dff96643512860711..31ca44dac3678e6afa1f91a41d1e5c979744757b 100644 (file)
@@ -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"
 
 
index ad06ea6a3fa97dc0e35ecd301f8adcfce6bd6c71..96c7ccee23e849dce31043996ad0bed277a259ff 100644 (file)
--- a/src/lex.c
+++ b/src/lex.c
@@ -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 */
index 919efbd5af83bbd2f5aa24683ed22d06b86dfdc3..c3c96d7def4a7ae00c105ff94da3abc4f3ddd6ed 100644 (file)
@@ -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;
index 727ac8adbdb746901f78ba292238ff422d54b895..6d96d50f4576eb50764c73737b4a4b0ac9accbdc 100644 (file)
@@ -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"
index 489379d1235388ba16fcc1238409f3ee1605c199..f68172234a393c6ab23a0ebbadbefc41d5a473aa 100644 (file)
@@ -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"
index bd8359133912648dd7dffe34a7b62dfab2638180..f9c4f3875bf5ba8c4dd79d01ea115babff32e771 100644 (file)
@@ -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"
index b440516e673f4a3ca213d6fa820740ccb8d0e333..201864de3738812ab8cdedebc3ab443d84a2c932 100644 (file)
@@ -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 */
index adfe39011cfce1a13fbe185f13fd469842c50539..6f325fc35186a95fe3b6838a3644f3544398090d 100644 (file)
@@ -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"