idstuff is a better name for precache

This commit is contained in:
Bill Currie 2002-06-04 18:45:45 +00:00
parent 06bddd3ee6
commit 2d21e0e2fb
2 changed files with 2 additions and 2 deletions

View file

@ -38,8 +38,8 @@ YFLAGS = -d
bin_PROGRAMS= qfcc
qfcc_SOURCES= \
class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c immediate.c \
method.c opcodes.c options.c pr_def.c precache.c qc-lex.l qc-parse.y \
class.c cmdlib.c cpp.c debug.c emit.c expr.c function.c idstuff.c \
immediate.c method.c opcodes.c options.c pr_def.c qc-lex.l qc-parse.y \
qfcc.c struct.c switch.c type.c
qfcc_LDADD= $(QFCC_LIBS)