--- parser3/src/include/pa_opcode.h 2005/08/09 08:14:49 1.28 +++ 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/09 08:14:49 $"; +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