Annotation of parser3/src/types/pa_vvoid.C, revision 1.8
1.1 paf 1: /** @file
2: Parser: @b string class.
3:
1.8 ! moko 4: Copyright (c) 2001-2017 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.8 ! moko 11: volatile const char * IDENT_PA_VVOID_C="$Id: pa_vvoid.C,v 1.7 2015/10/26 01:22:03 moko Exp $" IDENT_PA_VVOID_H;
1.6 moko 12:
13: #ifdef STRICT_VARS
14: bool VVoid::strict_vars = false;
15: #endif
E-mail: