From da790a2bceaae2c24d9eb95b41eca959a809977b Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 19 Dec 2008 12:54:43 +0000 Subject: add BEGetError git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1715 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/backend.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3