changed line_prefix.h to ln_prefix.h
This commit is contained in:
parent
34eff754f5
commit
59edf55051
3 changed files with 5 additions and 4 deletions
|
@ -68,7 +68,7 @@ GSTRSRC = macro.h replace.h
|
||||||
GHSRC = errout.h idfsize.h ifdepth.h macbuf.h \
|
GHSRC = errout.h idfsize.h ifdepth.h macbuf.h \
|
||||||
nparams.h numsize.h obufsize.h \
|
nparams.h numsize.h obufsize.h \
|
||||||
parbufsize.h pathlength.h strsize.h textsize.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
|
# Other generated files, for 'make clean' only
|
||||||
GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
|
GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
|
||||||
|
@ -223,9 +223,10 @@ preprocess.o: idf.h
|
||||||
preprocess.o: idfsize.h
|
preprocess.o: idfsize.h
|
||||||
preprocess.o: input.h
|
preprocess.o: input.h
|
||||||
preprocess.o: inputtype.h
|
preprocess.o: inputtype.h
|
||||||
preprocess.o: line_prefix.h
|
preprocess.o: ln_prefix.h
|
||||||
preprocess.o: macro.h
|
preprocess.o: macro.h
|
||||||
preprocess.o: obufsize.h
|
preprocess.o: obufsize.h
|
||||||
|
preprocess.o: textsize.h
|
||||||
replace.o: LLlex.h
|
replace.o: LLlex.h
|
||||||
replace.o: arith.h
|
replace.o: arith.h
|
||||||
replace.o: class.h
|
replace.o: class.h
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
#define DOBITS 1 /* use trick to reduce symboltable accesses */
|
#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,
|
#define LINE_PREFIX "#" /* prefix for generated line directives,
|
||||||
either "#" or "#line"
|
either "#" or "#line"
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#include "idf.h"
|
#include "idf.h"
|
||||||
#include "idfsize.h"
|
#include "idfsize.h"
|
||||||
#include "bits.h"
|
#include "bits.h"
|
||||||
#include "line_prefix.h"
|
#include "ln_prefix.h"
|
||||||
#include "textsize.h"
|
#include "textsize.h"
|
||||||
|
|
||||||
char _obuf[OBUFSIZE];
|
char _obuf[OBUFSIZE];
|
||||||
|
|
Loading…
Add table
Reference in a new issue