Merge Carl's preprocessor into the glcpp subdirectory.

This commit is contained in:
Kenneth Graunke
2010-06-21 11:22:11 -07:00
147 changed files with 3508 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#define bar with,embedded,commas
#define function(x) success
#define foo function
foo(bar)