OpenCOBOL 1.1pre-rel
ppparse.h
Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 1.875.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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      TOKEN_EOF = 0,
00033      COPY = 258,
00034      REPLACE = 259,
00035      SUPPRESS = 260,
00036      PRINTING = 261,
00037      REPLACING = 262,
00038      OFF = 263,
00039      IN = 264,
00040      OF = 265,
00041      BY = 266,
00042      EQEQ = 267,
00043      TOKEN = 268
00044    };
00045 #endif
00046 #define TOKEN_EOF 0
00047 #define COPY 258
00048 #define REPLACE 259
00049 #define SUPPRESS 260
00050 #define PRINTING 261
00051 #define REPLACING 262
00052 #define OFF 263
00053 #define IN 264
00054 #define OF 265
00055 #define BY 266
00056 #define EQEQ 267
00057 #define TOKEN 268
00058 
00059 
00060 
00061 
00062 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00063 #line 48 "ppparse.y"
00064 typedef union YYSTYPE {
00065         char                    *s;
00066         struct cb_text_list     *l;
00067         struct cb_replace_list  *r;
00068 } YYSTYPE;
00069 /* Line 1249 of yacc.c.  */
00070 #line 70 "ppparse.h"
00071 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00072 # define YYSTYPE_IS_DECLARED 1
00073 # define YYSTYPE_IS_TRIVIAL 1
00074 #endif
00075 
00076 extern YYSTYPE pplval;
00077 
00078 
00079 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines