From: eck Date: Mon, 12 Mar 1990 13:28:12 +0000 (+0000) Subject: changed line_prefix.h to ln_prefix.h X-Git-Tag: release-5-5~1787 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=59edf55051d544927e689b59332ac3f49ad6e7b1;p=ack.git changed line_prefix.h to ln_prefix.h --- diff --git a/lang/cem/cpp.ansi/Makefile b/lang/cem/cpp.ansi/Makefile index ffffdc7d2..6abafe2c2 100644 --- a/lang/cem/cpp.ansi/Makefile +++ b/lang/cem/cpp.ansi/Makefile @@ -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 diff --git a/lang/cem/cpp.ansi/Parameters b/lang/cem/cpp.ansi/Parameters index 33f9347e0..a15815885 100644 --- a/lang/cem/cpp.ansi/Parameters +++ b/lang/cem/cpp.ansi/Parameters @@ -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" */ diff --git a/lang/cem/cpp.ansi/preprocess.c b/lang/cem/cpp.ansi/preprocess.c index ea4ede09d..ea6b62cd8 100644 --- a/lang/cem/cpp.ansi/preprocess.c +++ b/lang/cem/cpp.ansi/preprocess.c @@ -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];