diff options
author | johnvg | 2008-12-19 12:54:43 +0000 |
---|---|---|
committer | johnvg | 2008-12-19 12:54:43 +0000 |
commit | da790a2bceaae2c24d9eb95b41eca959a809977b (patch) | |
tree | 9fee23d74b9ffe8f6c2853a5c81a936c788e6b58 | |
parent | add ExitEnv_valid (diff) |
add BEGetError
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1715 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h index 9154f03..a9847d4 100644 --- a/backendC/CleanCompilerSources/backend.h +++ b/backendC/CleanCompilerSources/backend.h @@ -525,6 +525,9 @@ Clean (BEDefineRules :: BEImpRuleP BackEnd -> BackEnd) int BEGenerateCode (CleanString outputFile); Clean (BEGenerateCode :: String BackEnd -> (Bool, BackEnd)) +CleanString BEGetError (void); +Clean (CleanString :: BackEnd -> (String, BackEnd)) + void BEExportType (int isDictionary, int typeIndex); Clean (BEExportType :: Bool Int BackEnd -> BackEnd) |