diff options
Diffstat (limited to 'backendC')
-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) |