--- parser3/src/include/pa_opcode.h 2002/04/16 08:41:04 1.17 +++ parser3/src/include/pa_opcode.h 2002/08/01 11:26:47 1.19 @@ -4,13 +4,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_opcode.h,v 1.17 2002/04/16 08:41:04 paf Exp $ */ #ifndef CODE_H #define CODE_H +static const char* IDENT_OPCODE_H="$Id: pa_opcode.h,v 1.19 2002/08/01 11:26:47 paf Exp $"; + #include "pa_string.h" #include "pa_array.h" @@ -33,7 +33,6 @@ enum OPCODE { OP_WRITE_VALUE, OP_WRITE_EXPR_RESULT, OP_STRING__WRITE, OP_GET_ELEMENT_OR_OPERATOR, OP_GET_ELEMENT, OP_GET_ELEMENT__WRITE, OP_OBJECT_POOL, OP_STRING_POOL, - OP_GET_METHOD_FRAME, OP_STORE_PARAM, OP_PREPARE_TO_CONSTRUCT_OBJECT, OP_PREPARE_TO_EXPRESSION, OP_CALL, OP_CALL__WRITE,