--- parser3/src/include/pa_opcode.h 2005/08/05 13:02:59 1.27.14.1 +++ parser3/src/include/pa_opcode.h 2008/08/15 15:25:03 1.29 @@ -9,7 +9,9 @@ #ifndef OPCODE_H #define OPCODE_H -static const char * const IDENT_OPCODE_H="$Date: 2005/08/05 13:02:59 $"; +namespace OP { + +static const char * const IDENT_OPCODE_H="$Date: 2008/08/15 15:25:03 $"; /// Compiled operation code enum OPCODE { @@ -48,5 +50,6 @@ enum OPCODE { OP_IS //@} }; +}; #endif