diff options
author | ronny | 2001-11-01 15:30:29 +0000 |
---|---|---|
committer | ronny | 2001-11-01 15:30:29 +0000 |
commit | b1de57220ddc6025e3731f2579549866b058f134 (patch) | |
tree | b763d1a4973f25211579f296176278ce68e8eadd /backendC/backend.link | |
parent | added --dump-args and --restore-args options (diff) |
pass strictness information from C to Clean, print strict exported and all types in Clean
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@877 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/backend.link')
-rw-r--r-- | backendC/backend.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backendC/backend.link b/backendC/backend.link index 1363626..9c3498d 100644 --- a/backendC/backend.link +++ b/backendC/backend.link @@ -1,5 +1,6 @@ /EXPORT: BEGetVersion /EXPORT: BEInit +/EXPORT: BECloseFiles /EXPORT: BEFree /EXPORT: BEArg /EXPORT: BEDeclareModules @@ -119,5 +120,7 @@ /EXPORT: BEExportFunction /EXPORT: BEDefineImportedObjsAndLibs /EXPORT: BESetMainDclModuleN +/EXPORT: BEStrictPositions +/EXPORT: BECopyInts /EXPORT: BEDeclareDynamicTypeSymbol /EXPORT: BEDynamicTempTypeSymbol |