Annotation of parser3/src/types/pa_vvoid.C, revision 1.6

1.1       paf         1: /** @file
                      2:        Parser: @b string class.
                      3: 
1.5       moko        4:        Copyright (c) 2001-2012 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.6     ! moko       11: volatile const char * IDENT_PA_VVOID_C="$Id: pa_vvoid.C,v 1.5 2012-03-16 09:24:19 moko Exp $" IDENT_PA_VVOID_H;
        !            12: 
        !            13: #ifdef STRICT_VARS
        !            14:        bool VVoid::strict_vars = false;
        !            15: #endif

E-mail: