/* A Bison parser, made by GNU Bison 1.875. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { RTFtext = 258, RTFstart = 259, RTFansi = 260, RTFmac = 261, RTFpc = 262, RTFpca = 263, RTFignore = 264, RTFinfo = 265, RTFstylesheet = 266, RTFfootnote = 267, RTFheader = 268, RTFfooter = 269, RTFpict = 270, RTFplain = 271, RTFparagraph = 272, RTFdefaultParagraph = 273, RTFrow = 274, RTFcell = 275, RTFtabulator = 276, RTFemdash = 277, RTFendash = 278, RTFemspace = 279, RTFenspace = 280, RTFbullet = 281, RTFlquote = 282, RTFrquote = 283, RTFldblquote = 284, RTFrdblquote = 285, RTFred = 286, RTFgreen = 287, RTFblue = 288, RTFcolorbg = 289, RTFcolorfg = 290, RTFcolortable = 291, RTFfont = 292, RTFfontSize = 293, RTFpaperWidth = 294, RTFpaperHeight = 295, RTFmarginLeft = 296, RTFmarginRight = 297, RTFmarginTop = 298, RTFmarginButtom = 299, RTFfirstLineIndent = 300, RTFleftIndent = 301, RTFrightIndent = 302, RTFalignCenter = 303, RTFalignJustified = 304, RTFalignLeft = 305, RTFalignRight = 306, RTFlineSpace = 307, RTFspaceAbove = 308, RTFstyle = 309, RTFbold = 310, RTFitalic = 311, RTFunderline = 312, RTFunderlineStop = 313, RTFsubscript = 314, RTFsuperscript = 315, RTFtabstop = 316, RTFfcharset = 317, RTFfprq = 318, RTFcpg = 319, RTFOtherStatement = 320, RTFfontListStart = 321, RTFfamilyNil = 322, RTFfamilyRoman = 323, RTFfamilySwiss = 324, RTFfamilyModern = 325, RTFfamilyScript = 326, RTFfamilyDecor = 327, RTFfamilyTech = 328 }; #endif #define RTFtext 258 #define RTFstart 259 #define RTFansi 260 #define RTFmac 261 #define RTFpc 262 #define RTFpca 263 #define RTFignore 264 #define RTFinfo 265 #define RTFstylesheet 266 #define RTFfootnote 267 #define RTFheader 268 #define RTFfooter 269 #define RTFpict 270 #define RTFplain 271 #define RTFparagraph 272 #define RTFdefaultParagraph 273 #define RTFrow 274 #define RTFcell 275 #define RTFtabulator 276 #define RTFemdash 277 #define RTFendash 278 #define RTFemspace 279 #define RTFenspace 280 #define RTFbullet 281 #define RTFlquote 282 #define RTFrquote 283 #define RTFldblquote 284 #define RTFrdblquote 285 #define RTFred 286 #define RTFgreen 287 #define RTFblue 288 #define RTFcolorbg 289 #define RTFcolorfg 290 #define RTFcolortable 291 #define RTFfont 292 #define RTFfontSize 293 #define RTFpaperWidth 294 #define RTFpaperHeight 295 #define RTFmarginLeft 296 #define RTFmarginRight 297 #define RTFmarginTop 298 #define RTFmarginButtom 299 #define RTFfirstLineIndent 300 #define RTFleftIndent 301 #define RTFrightIndent 302 #define RTFalignCenter 303 #define RTFalignJustified 304 #define RTFalignLeft 305 #define RTFalignRight 306 #define RTFlineSpace 307 #define RTFspaceAbove 308 #define RTFstyle 309 #define RTFbold 310 #define RTFitalic 311 #define RTFunderline 312 #define RTFunderlineStop 313 #define RTFsubscript 314 #define RTFsuperscript 315 #define RTFtabstop 316 #define RTFfcharset 317 #define RTFfprq 318 #define RTFcpg 319 #define RTFOtherStatement 320 #define RTFfontListStart 321 #define RTFfamilyNil 322 #define RTFfamilyRoman 323 #define RTFfamilySwiss 324 #define RTFfamilyModern 325 #define RTFfamilyScript 326 #define RTFfamilyDecor 327 #define RTFfamilyTech 328 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) #line 77 "rtfGrammer.y" typedef union YYSTYPE { int number; const char *text; RTFcmd cmd; } YYSTYPE; /* Line 1248 of yacc.c. */ #line 188 "rtfGrammer.tab.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif