--- parser3/src/main/compile_tools.h 2003/01/31 12:10:46 1.67.2.5 +++ parser3/src/main/compile_tools.h 2003/01/31 16:05:58 1.67.2.7 @@ -1,14 +1,14 @@ /** @file Parser: compiler support helper functions decls. - Copyright (c) 2001, 2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef COMPILE_TOOLS #define COMPILE_TOOLS -static const char* IDENT_COMPILE_TOOLS_H="$Date: 2003/01/31 12:10:46 $"; +static const char* IDENT_COMPILE_TOOLS_H="$Date: 2003/01/31 16:05:58 $"; #include "pa_opcode.h" #include "pa_types.h" @@ -42,12 +42,12 @@ enum lexical_state { struct parse_control { //@{ /// @name input - Pool *pool; - Request *request; - VStateless_classPtr cclass; + Pool* pool; + Request* request; + VStateless_class* cclass; #ifndef NO_STRING_ORIGIN - const char *source; - const char *file; + const char* source; + const char* file; #endif int line, col; //@}