diff options
author | johnvg | 2006-04-07 12:18:00 +0000 |
---|---|---|
committer | johnvg | 2006-04-07 12:18:00 +0000 |
commit | 0e397df3bfbcea09b10d2267c70dd878cf8c76a0 (patch) | |
tree | 66a7f05b4f49b88c296db0e84712767ebd8a9bde | |
parent | use BEGetIntFromArray instead of BECopyInts (diff) |
add BEGetIntFromArray
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1595 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerLib.mcp.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerLib.mcp.exp b/backendC/CleanCompilerLib.mcp.exp index fd709ba..a88cc4c 100644 --- a/backendC/CleanCompilerLib.mcp.exp +++ b/backendC/CleanCompilerLib.mcp.exp @@ -122,6 +122,7 @@ BEDefineImportedObjsAndLibs BESetMainDclModuleN BEStrictPositions BECopyInts +BEGetIntFromArray BEDeclareDynamicTypeSymbol BEDynamicTempTypeSymbol BEInsertForeignExport
\ No newline at end of file |