From 00aae99e7af96293dbe826699fde73f348c5991f Mon Sep 17 00:00:00 2001 From: ronny Date: Fri, 12 Oct 2001 09:36:44 +0000 Subject: bind special idents (such as abort, undef from StdMisc) to the correct identifiers git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@845 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/backend.link | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backendC/backend.link b/backendC/backend.link index 4b7095a..1363626 100644 --- a/backendC/backend.link +++ b/backendC/backend.link @@ -3,6 +3,8 @@ /EXPORT: BEFree /EXPORT: BEArg /EXPORT: BEDeclareModules +/EXPORT: BEBindSpecialModule +/EXPORT: BEBindSpecialFunction /EXPORT: BESpecialArrayFunctionSymbol /EXPORT: BEDictionarySelectFunSymbol /EXPORT: BEDictionaryUpdateFunSymbol -- cgit v1.2.3