Show
Ignore:
Timestamp:
12/29/06 10:28:00 (2 years ago)
Author:
cneumann
Message:

- regenerated all base files to include the full set

of access functions for non-ptr mfields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FileIO/ScanParseSkel/OSGScanParseSkelParser.hpp

    r231 r459  
    1 /* A Bison parser, made by GNU Bison 2.0.  */ 
    2  
    3 /* Skeleton parser for Yacc-like parsing with Bison, 
    4    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 
     1/* A Bison parser, made by GNU Bison 2.3.  */ 
     2 
     3/* Skeleton interface for Bison's Yacc-like parsers in C 
     4 
     5   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 
     6   Free Software Foundation, Inc. 
    57 
    68   This program is free software; you can redistribute it and/or modify 
     
    1618   You should have received a copy of the GNU General Public License 
    1719   along with this program; if not, write to the Free Software 
    18    Foundation, Inc., 59 Temple Place - Suite 330, 
    19    Boston, MA 02111-1307, USA.  */ 
    20  
    21 /* As a special exception, when this file is copied by Bison into a 
    22    Bison output file, you may use that output file without restriction. 
    23    This special exception was added by the Free Software Foundation 
    24    in version 1.24 of Bison.  */ 
     20   Foundation, Inc., 51 Franklin Street, Fifth Floor, 
     21   Boston, MA 02110-1301, USA.  */ 
     22 
     23/* As a special exception, you may create a larger work that contains 
     24   part or all of the Bison parser skeleton and distribute that work 
     25   under terms of your choice, so long as that work isn't itself a 
     26   parser generator using the skeleton or a modified version thereof 
     27   as a parser skeleton.  Alternatively, if you modify or redistribute 
     28   the parser skeleton itself, you may (at your option) remove this 
     29   special exception, which will cause the skeleton and the resulting 
     30   Bison output files to be licensed under the GNU General Public 
     31   License without this special exception. 
     32 
     33   This special exception was added by the Free Software Foundation in 
     34   version 2.2 of Bison.  */ 
    2535 
    2636/* Tokens.  */ 
     
    112122   }; 
    113123#endif 
     124/* Tokens.  */ 
    114125#define TOK_HEADER 258 
    115126#define TOK_PROFILE 259 
     
    196207 
    197208 
    198 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) 
     209#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 
     210typedef union YYSTYPE 
    199211#line 41 "Source/System/FileIO/ScanParseSkel/OSGScanParseSkelParser.yy" 
    200 typedef union YYSTYPE
     212
    201213    long intVal; 
    202214    double doubleVal; 
     
    204216    const char *stringVal; 
    205217    bool boolVal; 
    206 } YYSTYPE; 
    207 /* Line 1318 of yacc.c.  */ 
    208 #line 209 "Source/System/FileIO/ScanParseSkel/OSGScanParseSkelParser.hpp" 
     218
     219/* Line 1529 of yacc.c.  */ 
     220#line 221 "Source/System/FileIO/ScanParseSkel/OSGScanParseSkelParser.hpp" 
     221        YYSTYPE; 
    209222# define yystype YYSTYPE /* obsolescent; will be withdrawn */ 
    210223# define YYSTYPE_IS_DECLARED 1 
     
    214227 
    215228 
    216  
    217