diff options
Diffstat (limited to 'backendC/CleanCompilerSources/macros_2.c')
-rw-r--r-- | backendC/CleanCompilerSources/macros_2.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/macros_2.c b/backendC/CleanCompilerSources/macros_2.c new file mode 100644 index 0000000..0a63a9b --- /dev/null +++ b/backendC/CleanCompilerSources/macros_2.c @@ -0,0 +1,17 @@ +/* + File: macros.c + Author: John van Groningen +*/ + +#include "types.t" +#include "system.h" +#include "syntaxtr.t" +#include "comsupport.h" +#include "sizes.h" +#include "buildtree.h" +#include "checksupport.h" +#include "macros.h" +#include "checktypedefs.h" + +struct local_def *free_ldefs; + |