ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/microscheme/opdefines.h
(Generate patch)

Comparing microscheme/opdefines.h (file contents):
Revision 1.16 by root, Tue Dec 1 05:12:33 2015 UTC vs.
Revision 1.17 by root, Wed Dec 2 17:01:18 2015 UTC

230OP_DEF (6, "assq" , 2, 2 , TST_NONE , OP_ASSQ) 230OP_DEF (6, "assq" , 2, 2 , TST_NONE , OP_ASSQ)
231OP_DEF (6, "get-closure-code" , 1, 1 , TST_NONE , OP_GET_CLOSURE) 231OP_DEF (6, "get-closure-code" , 1, 1 , TST_NONE , OP_GET_CLOSURE)
232OP_DEF (6, "closure?" , 1, 1 , TST_NONE , OP_CLOSUREP) 232OP_DEF (6, "closure?" , 1, 1 , TST_NONE , OP_CLOSUREP)
233OP_DEF (6, "macro?" , 1, 1 , TST_NONE , OP_MACROP) 233OP_DEF (6, "macro?" , 1, 1 , TST_NONE , OP_MACROP)
234 234
235#if EXPERIMENT
235OP_DEF (0, "debug" , 1, 1 , TST_NONE , OP_DEBUG)//D 236OP_DEF (0, "debug" , 1, 1 , TST_NONE , OP_DEBUG)//D
237OP_DEF (0, "debug2" , 1, 1 , TST_NONE , OP_DEBUG2)//D
238#endif
236 239

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines