From 1d53d0f498287fa19413ffc76e3cb7416166c1c7 Mon Sep 17 00:00:00 2001 From: ronny Date: Thu, 3 May 2001 18:13:56 +0000 Subject: removed BEDeclarePredefinedSymbols git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@384 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/backend.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'backendC/CleanCompilerSources') 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)) -- cgit v1.2.3