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

Comparing microscheme/opdefines.h (file contents):
Revision 1.8 by root, Sun Nov 29 05:09:24 2015 UTC vs.
Revision 1.9 by root, Sun Nov 29 14:22:30 2015 UTC

200OP_DEF (6, "assq", 2, 2, TST_NONE, OP_ASSQ) 200OP_DEF (6, "assq", 2, 2, TST_NONE, OP_ASSQ)
201OP_DEF (6, "get-closure-code", 1, 1, TST_NONE, OP_GET_CLOSURE) 201OP_DEF (6, "get-closure-code", 1, 1, TST_NONE, OP_GET_CLOSURE)
202OP_DEF (6, "closure?", 1, 1, TST_NONE, OP_CLOSUREP) 202OP_DEF (6, "closure?", 1, 1, TST_NONE, OP_CLOSUREP)
203OP_DEF (6, "macro?", 1, 1, TST_NONE, OP_MACROP) 203OP_DEF (6, "macro?", 1, 1, TST_NONE, OP_MACROP)
204 204
205OP_DEF (0, "debug", 1, 1, TST_NONE, OP_DEBUG)//D
206

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines