浏览代码

changed line_prefix.h to ln_prefix.h

eck 34 年之前
父节点
当前提交
8ed413d777
共有 3 个文件被更改,包括 5 次插入4 次删除
  1. 3 2
      lang/cem/cpp.ansi/Makefile
  2. 1 1
      lang/cem/cpp.ansi/Parameters
  3. 1 1
      lang/cem/cpp.ansi/preprocess.c

+ 3 - 2
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

+ 1 - 1
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"
 				*/

+ 1 - 1
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];