aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources
diff options
context:
space:
mode:
authorronny2001-05-03 18:13:56 +0000
committerronny2001-05-03 18:13:56 +0000
commit1d53d0f498287fa19413ffc76e3cb7416166c1c7 (patch)
tree0311964e949691c613cc5093816905e0dbb17126 /backendC/CleanCompilerSources
parentremoved duplicate import for backend_library (there's another import in backe... (diff)
removed BEDeclarePredefinedSymbols
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@384 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r--backendC/CleanCompilerSources/backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/backend.h b/backendC/CleanCompilerSources/backend.h
index 23d7b8c..2389f3f 100644
--- a/backendC/CleanCompilerSources/backend.h
+++ b/backendC/CleanCompilerSources/backend.h
@@ -157,9 +157,6 @@ Clean (BEArg :: String BackEnd -> BackEnd)
void BEDeclareModules (int nModules);
Clean (BEDeclareModules :: Int BackEnd -> BackEnd)
-void BEDeclarePredefinedSymbols (int nConstructors, int nTypes);
-Clean (BEDeclarePredefinedSymbols :: Int Int BackEnd -> BackEnd)
-
BESymbolP BESpecialArrayFunctionSymbol (BEArrayFunKind arrayFunKind, int functionIndex, int moduleIndex);
Clean (BESpecialArrayFunctionSymbol :: BEArrayFunKind Int Int BackEnd -> (BESymbolP, BackEnd))