diff options
| author | martijnv | 2001-08-27 12:28:55 +0000 | 
|---|---|---|
| committer | martijnv | 2001-08-27 12:28:55 +0000 | 
| commit | 8313c398618b4e3e2eac669048af59437a2606e9 (patch) | |
| tree | ae3357a141b92a05162e97f7d972a78e6dcd04ea /frontend/predef.dcl | |
| parent | This commit was generated by cvs2svn to compensate for changes in r664, (diff) | |
bug fixes, ModuleID argument in T_ypeConsSymbol, added _SystemDynamic
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@674 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/predef.dcl')
| -rw-r--r-- | frontend/predef.dcl | 72 | 
1 files changed, 37 insertions, 35 deletions
| diff --git a/frontend/predef.dcl b/frontend/predef.dcl index 66a5d97..5a431be 100644 --- a/frontend/predef.dcl +++ b/frontend/predef.dcl @@ -86,52 +86,54 @@ PD_unify					:== 131  // MV ..  PD_coerce					:== 132  PD_variablePlaceholder		:== 133 -PD_StdDynamics				:== 134 +PD_StdDynamic				:== 134  PD_undo_indirections		:== 135  // MV ... -//PD_ModuleType				:== 136 -PD_ModuleConsSymbol			:== 137 +PD_TypeID					:== 136 +PD_ModuleID					:== 137 +PD_ModuleConsSymbol			:== 138  // ... MV  /* Generics */ -PD_StdGeneric				:== 138 -PD_TypeISO					:== 139 -PD_ConsISO					:== 140 -PD_iso_to					:== 141 -PD_iso_from					:== 142 - -PD_TypeUNIT					:== 143 -PD_ConsUNIT					:== 144 -PD_TypeEITHER				:== 145 -PD_ConsLEFT					:== 146 -PD_ConsRIGHT				:== 147 -PD_TypePAIR					:== 148 -PD_ConsPAIR					:== 149 -PD_TypeARROW				:== 150 -PD_ConsARROW				:== 151 - -PD_TypeConsDefInfo			:== 152  -PD_ConsConsDefInfo			:== 153 -PD_TypeTypeDefInfo			:== 154  -PD_ConsTypeDefInfo			:== 155 -PD_cons_info				:== 156 -PD_TypeCONS					:== 157 -PD_ConsCONS					:== 158 - -PD_isomap_ARROW_			:== 159 -PD_isomap_ID				:== 160 +PD_StdGeneric				:== 139 +PD_TypeISO					:== 140 +PD_ConsISO					:== 141 +PD_iso_to					:== 142 +PD_iso_from					:== 143 + +PD_TypeUNIT					:== 144 +PD_ConsUNIT					:== 145 +PD_TypeEITHER				:== 146 +PD_ConsLEFT					:== 147 +PD_ConsRIGHT				:== 148 +PD_TypePAIR					:== 149 +PD_ConsPAIR					:== 150 +PD_TypeARROW				:== 151 +PD_ConsARROW				:== 152 + +PD_TypeConsDefInfo			:== 153  +PD_ConsConsDefInfo			:== 154 +PD_TypeTypeDefInfo			:== 155  +PD_ConsTypeDefInfo			:== 156 +PD_cons_info				:== 157 +PD_TypeCONS					:== 158 +PD_ConsCONS					:== 159 + +PD_isomap_ARROW_			:== 160 +PD_isomap_ID				:== 161  /* StdMisc */ -PD_StdMisc					:== 161 -PD_abort					:== 162 -PD_undef					:== 163 +PD_StdMisc					:== 162 +PD_abort					:== 163 +PD_undef					:== 164 -PD_Start					:== 164 +PD_Start					:== 165 -PD_DummyForStrictAliasFun	:== 165 +PD_DummyForStrictAliasFun	:== 166 + +PD_NrOfPredefSymbols		:== 167 -PD_NrOfPredefSymbols		:== 166  GetTupleConsIndex tup_arity :== PD_Arity2TupleSymbol + tup_arity - 2  GetTupleTypeIndex tup_arity :== PD_Arity2TupleType + tup_arity - 2 | 
