diff options
author | martijnv | 2002-10-29 14:51:36 +0000 |
---|---|---|
committer | martijnv | 2002-10-29 14:51:36 +0000 |
commit | 0cd468609ac43158f2e5d951f6cdaaee699b3d9f (patch) | |
tree | 9d1fcc98116248f3a6206038340716a70a24c317 | |
parent | add BEFlatTypeX and BERecordTypeX definitions in comment (diff) |
- added: DynamicRepresentation_String was removed
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1261 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | frontend/predef.dcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/predef.dcl b/frontend/predef.dcl index 0817a1a..2450e8d 100644 --- a/frontend/predef.dcl +++ b/frontend/predef.dcl @@ -272,3 +272,5 @@ PD_NilSymbol_String :== "_Nil" // Array-type PD_UnboxedArray_String :== "_#Array" // ... MV + +DynamicRepresentation_String :== "DynamicTemp" // "_DynamicTemp" |