changed line_prefix.h to ln_prefix.h
authoreck <none@none>
Mon, 12 Mar 1990 13:28:12 +0000 (13:28 +0000)
committereck <none@none>
Mon, 12 Mar 1990 13:28:12 +0000 (13:28 +0000)
lang/cem/cpp.ansi/Makefile
lang/cem/cpp.ansi/Parameters
lang/cem/cpp.ansi/preprocess.c

index ffffdc7..6abafe2 100644 (file)
@@ -68,7 +68,7 @@ GSTRSRC = macro.h replace.h
 GHSRC =        errout.h idfsize.h ifdepth.h macbuf.h \
        nparams.h numsize.h obufsize.h \
        parbufsize.h pathlength.h strsize.h textsize.h \
-       botch_free.h debug.h inputtype.h dobits.h line_prefix.h
+       botch_free.h debug.h inputtype.h dobits.h ln_prefix.h
 
 # Other generated files, for 'make clean' only
 GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
@@ -223,9 +223,10 @@ preprocess.o: idf.h
 preprocess.o: idfsize.h
 preprocess.o: input.h
 preprocess.o: inputtype.h
-preprocess.o: line_prefix.h
+preprocess.o: ln_prefix.h
 preprocess.o: macro.h
 preprocess.o: obufsize.h
+preprocess.o: textsize.h
 replace.o: LLlex.h
 replace.o: arith.h
 replace.o: class.h
index 33f9347..a158158 100644 (file)
@@ -64,7 +64,7 @@
 #define DOBITS         1       /* use trick to reduce symboltable accesses */
 
 
-!File: line_prefix.h
+!File: ln_prefix.h
 #define LINE_PREFIX    "#"     /* prefix for generated line directives,
                                   either "#" or "#line"
                                */
index ea4ede0..ea6b62c 100644 (file)
@@ -16,7 +16,7 @@
 #include       "idf.h"
 #include       "idfsize.h"
 #include       "bits.h"
-#include       "line_prefix.h"
+#include       "ln_prefix.h"
 #include       "textsize.h"
 
 char   _obuf[OBUFSIZE];