diff options
Diffstat (limited to 'backendC/CleanCompilerSources/statesgen.h')
-rw-r--r-- | backendC/CleanCompilerSources/statesgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/statesgen.h b/backendC/CleanCompilerSources/statesgen.h index c8f9f8e..2a8edac 100644 --- a/backendC/CleanCompilerSources/statesgen.h +++ b/backendC/CleanCompilerSources/statesgen.h @@ -32,3 +32,5 @@ extern void ConvertTypeToState (TypeNode type,States state,StateKind kind); extern int optimise_strict_tuple_result_functions; extern PolyList UserDefinedArrayFunctions; + +extern SymbDefP special_types[]; |