Merge Carl's preprocessor into the glcpp subdirectory.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#define bar(x) (1+(x))
|
||||
#define foo(y) (2*(y))
|
||||
foo(bar(3))
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#define bar(x) (1+(x))
|
||||
#define foo(y) (2*(y))
|
||||
foo(bar(3))
|
||||