diff options
Diffstat (limited to 'backendC/CleanCompilerSources/buildtree.h')
-rw-r--r-- | backendC/CleanCompilerSources/buildtree.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/backendC/CleanCompilerSources/buildtree.h b/backendC/CleanCompilerSources/buildtree.h index 0ee2fe5..0933141 100644 --- a/backendC/CleanCompilerSources/buildtree.h +++ b/backendC/CleanCompilerSources/buildtree.h @@ -120,15 +120,6 @@ extern SymbolP TupleTypeSymbols []; IdentP UseArrayFunctionId (ArrayFunKind kind); void InitialiseEnumFunctionIds (void); -typedef enum { - FromEnumFun, FromThenEnumFun, FromToEnumFun, FromThenToEnumFun, - IncEnumFun, DecEnumFun, MinusEnumFun, LessThanEqEnumFun, - NoEnumFun -} EnumFunKind; -IdentP EnumFunctionId (EnumFunKind kind); -IdentP UseEnumFunctionId (EnumFunKind kind); - - extern unsigned import_system_functions, import_system_array_functions; void clear_p_at_node_tree (void); |