aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/dynamics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/dynamics.h')
-rw-r--r--backendC/CleanCompilerSources/dynamics.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/dynamics.h b/backendC/CleanCompilerSources/dynamics.h
new file mode 100644
index 0000000..166c69d
--- /dev/null
+++ b/backendC/CleanCompilerSources/dynamics.h
@@ -0,0 +1,7 @@
+# define type_code_constructor symbol
+# define type_code_arg arg
+# define type_code node
+
+typedef struct type_code TypeCodeS, *TypeCodeP;
+typedef struct type_code_arg TypeCodeArgS, *TypeCodeArgP;
+typedef struct type_code_constructor TypeCodeConstructor, *TypeCodeConstructorP;