Annotation of parser3/src/types/pa_vvoid.C, revision 1.7
1.1 paf 1: /** @file
2: Parser: @b string class.
3:
1.7 ! moko 4: Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com)
1.1 paf 5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
6: */
7:
8: #include "pa_vvoid.h"
9: #include "pa_vfile.h"
1.5 moko 10:
1.7 ! moko 11: volatile const char * IDENT_PA_VVOID_C="$Id: pa_vvoid.C,v 1.6 2012/05/07 20:05:10 moko Exp $" IDENT_PA_VVOID_H;
1.6 moko 12:
13: #ifdef STRICT_VARS
14: bool VVoid::strict_vars = false;
15: #endif
E-mail: