SCM Repository
Diff of /sml/trunk/src/compiler/FLINT/kernel/primop.sml
Parent Directory
|
Revision Log
|
Patch
revision 252, Tue Apr 20 17:22:07 1999 UTC | revision 253, Tue Apr 20 17:31:38 1999 UTC | |
---|---|---|
# | Line 241 | Line 241 |
241 | | prPrimop (GET_SEQ_DATA) = "getseqdata" | | prPrimop (GET_SEQ_DATA) = "getseqdata" |
242 | | prPrimop (SUBSCRIPT_REC) = "subscriptrec" | | prPrimop (SUBSCRIPT_REC) = "subscriptrec" |
243 | | prPrimop (SUBSCRIPT_RAW64) = "subscriptraw64" | | prPrimop (SUBSCRIPT_RAW64) = "subscriptraw64" |
244 | | prPrimop _ = "**!!UNKNOWN!!**" | |
245 | (* These ones were strangely missing. Maybe they should never happen? *) | |
246 | | prPrimop UNBOXEDASSIGN = "**!!UNEXPECTED!!**" | |
247 | ||
248 | ||
249 | val purePrimop = | val purePrimop = |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |