Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

vos/corelibs/vos/parsemessage_parser.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 1.875a.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software
00018    Foundation, Inc., 59 Temple Place - Suite 330,
00019    Boston, MA 02111-1307, USA.  */
00020 
00021 /* As a special exception, when this file is copied by Bison into a
00022    Bison output file, you may use that output file without restriction.
00023    This special exception was added by the Free Software Foundation
00024    in version 1.24 of Bison.  */
00025 
00026 /* Tokens.  */
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029    /* Put the tokens into the symbol table, so that GDB and other debuggers
00030       know about them.  */
00031    enum yytokentype {
00032      TAG = 258,
00033      SPACE = 259,
00034      QUOTESTR = 260,
00035      CDATA = 261,
00036      MESSAGEBLOCK = 262,
00037      COMMENT = 263
00038    };
00039 #endif
00040 #define TAG 258
00041 #define SPACE 259
00042 #define QUOTESTR 260
00043 #define CDATA 261
00044 #define MESSAGEBLOCK 262
00045 #define COMMENT 263
00046 
00047 
00048 
00049 
00050 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00051 typedef int YYSTYPE;
00052 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00053 # define YYSTYPE_IS_DECLARED 1
00054 # define YYSTYPE_IS_TRIVIAL 1
00055 #endif
00056 
00057 
00058 
00059 
00060 

Generated on Tue Aug 12 03:55:41 2003 for Interreality Project - VOS by doxygen 1.3.2