diff options
author | ronny | 2001-10-04 11:48:43 +0000 |
---|---|---|
committer | ronny | 2001-10-04 11:48:43 +0000 |
commit | 7606ce4e35327b6a5508113f7f711078864100b2 (patch) | |
tree | cd85f233f2d6b16d43a58705a0c3346a251d9aaf /backendC/CleanCompilerSources/instructions.h | |
parent | removed unused function makeCase (diff) |
fail explicit cases
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@827 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.h')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/instructions.h b/backendC/CleanCompilerSources/instructions.h index 532aee7..8cd809b 100644 --- a/backendC/CleanCompilerSources/instructions.h +++ b/backendC/CleanCompilerSources/instructions.h @@ -187,6 +187,9 @@ void InitFileInfo (ImpMod imod); /* void GenFileInfo (void); */ void GenNoMatchError (SymbDef sdef,int asp,int bsp,int string_already_generated); +#if CLEAN2 +void GenCaseNoMatchError (SymbDefP case_def,int asp,int bsp); +#endif void InitInstructions (void); |