--- parser3/src/include/Attic/code.h 2001/02/24 08:28:35 1.7 +++ parser3/src/include/Attic/code.h 2001/02/25 08:12:20 1.9 @@ -1,5 +1,5 @@ /* - $Id: code.h,v 1.7 2001/02/24 08:28:35 paf Exp $ + $Id: code.h,v 1.9 2001/02/25 08:12:20 paf Exp $ */ #ifndef CODE_H @@ -9,8 +9,8 @@ #include "pa_array.h" enum OPCODE { - OP_STRING, OP_CODE, - OP_WITH_ROOT, OP_WITH_SELF, OP_WITH_READ, OP_WITH_WRITE, + OP_STRING, OP_CODE, OP_CLASS, + OP_WITH_SELF, OP_WITH_ROOT, OP_WITH_READ, OP_WITH_WRITE, OP_CONSTRUCT, OP_EXPRESSION_EVAL, OP_MODIFY_EVAL, OP_WRITE,