aboutsummaryrefslogblamecommitdiff
path: root/backendC/CleanCompilerSources/dynamics.h
blob: 166c69d6a9ceabde3ed614e69b4905f825027c97 (plain) (tree)
1
2
3
4
5
6
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;