--- parser3/src/include/pa_opcode.h 2003/11/20 16:34:25 1.26 +++ parser3/src/include/pa_opcode.h 2008/08/15 15:25:03 1.29 @@ -1,7 +1,7 @@ /** @file Parser: compiled code related decls. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -9,7 +9,9 @@ #ifndef OPCODE_H #define OPCODE_H -static const char * const IDENT_OPCODE_H="$Date: 2003/11/20 16:34:25 $"; +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