Cthulhu  0.2.10
Cthulhu compiler collection
cc.inc
Go to the documentation of this file.
1 #ifndef CC_TYPE
2 # define CC_TYPE(id, str)
3 #endif
4 
5 CC_TYPE(eCDeclaration, "declaration")
6 CC_TYPE(eCInitDeclarator, "init-declarator")
7 
8 #undef CC_TYPE
#define CC_TYPE(id, str)
Definition: cc.inc:2