diff options
Diffstat (limited to 'backendC/CleanCompilerSources/checker.h')
-rw-r--r-- | backendC/CleanCompilerSources/checker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/checker.h b/backendC/CleanCompilerSources/checker.h index 1a0121d..c399a30 100644 --- a/backendC/CleanCompilerSources/checker.h +++ b/backendC/CleanCompilerSources/checker.h @@ -13,6 +13,9 @@ extern Ident StrictListId,UnboxedListId,TailStrictListId,StrictTailStrictListId, #ifdef CLEAN2 extern Ident DynamicId; #endif +#if SA_RECOGNIZES_ABORT_AND_UNDEF +extern Ident StdMiscId,abort_id,undef_id; +#endif extern Symbol StartSymbol, UnboxedArrayClassSymbols [], UnboxedArrayFunctionSymbols []; extern SymbDef scc_dependency_list,ArrayFunctionDefs[], StdArrayAbortDef; |