Commit Graph

2 Commits

Author SHA1 Message Date
Kenneth Graunke 04ba86a536 Make the main compiler call the preprocessor.
By using a single function, the main compiler doesn't need to include
glcpp.h, which currently has a lot of details about the preprocessor
internals.  In particular, this prevents the two yacc grammars from
seeing each other, which would be rather messy to sort out.
2010-06-21 11:31:54 -07:00
Kenneth Graunke cbaab7093c Add glcpp to the build. 2010-06-21 11:25:48 -07:00