fixed bugs, added dynamic buffer allocation to preprocessor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Machine and environ dependent definitions
|
||||
EMHOME = ../../..
|
||||
CC = $(EMHOME)/bin/fcc
|
||||
CC = cc
|
||||
#CC = cc
|
||||
CFLOW = cflow
|
||||
MKDEP = $(EMHOME)/bin/mkdep
|
||||
PRID = $(EMHOME)/bin/prid
|
||||
@@ -117,7 +117,7 @@ GSRC = $(GCSRC) $(GHSTRSRC)
|
||||
|
||||
# .h files generated by `make hfiles LLfiles'; PLEASE KEEP THIS UP-TO-DATE!
|
||||
GHSRC = botch_free.h dataflow.h debug.h density.h errout.h \
|
||||
idfsize.h ifdepth.h inputtype.h lapbuf.h argbuf.h lint.h \
|
||||
idfsize.h ifdepth.h inputtype.h macbuf.h lint.h \
|
||||
nobitfield.h nopp.h nocross.h \
|
||||
nparams.h numsize.h parbufsize.h pathlength.h Lpars.h \
|
||||
strsize.h target_sizes.h textsize.h use_tmp.h spec_arith.h static.h \
|
||||
@@ -614,7 +614,6 @@ domacro.o: parbufsize.h
|
||||
domacro.o: spec_arith.h
|
||||
domacro.o: textsize.h
|
||||
replace.o: LLlex.h
|
||||
replace.o: argbuf.h
|
||||
replace.o: arith.h
|
||||
replace.o: assert.h
|
||||
replace.o: class.h
|
||||
@@ -623,7 +622,7 @@ replace.o: file_info.h
|
||||
replace.o: idf.h
|
||||
replace.o: idfsize.h
|
||||
replace.o: input.h
|
||||
replace.o: lapbuf.h
|
||||
replace.o: macbuf.h
|
||||
replace.o: macro.h
|
||||
replace.o: nopp.h
|
||||
replace.o: nparams.h
|
||||
|
||||
Reference in New Issue
Block a user