Some more clean up in the preprocessor.

This commit is contained in:
Roberto Raggi
2008-12-22 14:10:47 +01:00
parent e325aa38d9
commit 0422bcbbd5
11 changed files with 164 additions and 64 deletions

View File

@@ -22,14 +22,14 @@ HEADERS += \
TypePrettyPrinter.h \
ResolveExpression.h \
LookupContext.h \
PreprocessorClient.h \
PreprocessorEnvironment.h \
Macro.h \
pp.h \
pp-cctype.h \
pp-engine.h \
pp-macro-expander.h \
pp-scanner.h \
pp-client.h \
pp-environment.h \
pp-macro.h
pp-scanner.h
SOURCES += \
SimpleLexer.cpp \
@@ -44,8 +44,10 @@ SOURCES += \
TypePrettyPrinter.cpp \
ResolveExpression.cpp \
LookupContext.cpp \
PreprocessorClient.cpp \
PreprocessorEnvironment.cpp \
Macro.cpp \
pp-engine.cpp \
pp-environment.cpp \
pp-macro-expander.cpp \
pp-scanner.cpp