Regenerated.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17227 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2003-07-15 22:19:34 +00:00
parent 56b8522392
commit a3540766a1
2 changed files with 600 additions and 627 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 1.875. */ /* A Bison parser, made from rtfGrammer.y, by GNU bison 1.75. */
/* Skeleton parser for Yacc-like parsing with Bison, /* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
@ -23,6 +23,9 @@
This special exception was added by the Free Software Foundation This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */ in version 1.24 of Bison. */
#ifndef BISON_RTFGRAMMER_TAB_H
# define BISON_RTFGRAMMER_TAB_H
/* Tokens. */ /* Tokens. */
#ifndef YYTOKENTYPE #ifndef YYTOKENTYPE
# define YYTOKENTYPE # define YYTOKENTYPE
@ -85,21 +88,22 @@
RTFitalic = 311, RTFitalic = 311,
RTFunderline = 312, RTFunderline = 312,
RTFunderlineStop = 313, RTFunderlineStop = 313,
RTFsubscript = 314, RTFunichar = 314,
RTFsuperscript = 315, RTFsubscript = 315,
RTFtabstop = 316, RTFsuperscript = 316,
RTFfcharset = 317, RTFtabstop = 317,
RTFfprq = 318, RTFfcharset = 318,
RTFcpg = 319, RTFfprq = 319,
RTFOtherStatement = 320, RTFcpg = 320,
RTFfontListStart = 321, RTFOtherStatement = 321,
RTFfamilyNil = 322, RTFfontListStart = 322,
RTFfamilyRoman = 323, RTFfamilyNil = 323,
RTFfamilySwiss = 324, RTFfamilyRoman = 324,
RTFfamilyModern = 325, RTFfamilySwiss = 325,
RTFfamilyScript = 326, RTFfamilyModern = 326,
RTFfamilyDecor = 327, RTFfamilyScript = 327,
RTFfamilyTech = 328 RTFfamilyDecor = 328,
RTFfamilyTech = 329
}; };
#endif #endif
#define RTFtext 258 #define RTFtext 258
@ -158,40 +162,40 @@
#define RTFitalic 311 #define RTFitalic 311
#define RTFunderline 312 #define RTFunderline 312
#define RTFunderlineStop 313 #define RTFunderlineStop 313
#define RTFsubscript 314 #define RTFunichar 314
#define RTFsuperscript 315 #define RTFsubscript 315
#define RTFtabstop 316 #define RTFsuperscript 316
#define RTFfcharset 317 #define RTFtabstop 317
#define RTFfprq 318 #define RTFfcharset 318
#define RTFcpg 319 #define RTFfprq 319
#define RTFOtherStatement 320 #define RTFcpg 320
#define RTFfontListStart 321 #define RTFOtherStatement 321
#define RTFfamilyNil 322 #define RTFfontListStart 322
#define RTFfamilyRoman 323 #define RTFfamilyNil 323
#define RTFfamilySwiss 324 #define RTFfamilyRoman 324
#define RTFfamilyModern 325 #define RTFfamilySwiss 325
#define RTFfamilyScript 326 #define RTFfamilyModern 326
#define RTFfamilyDecor 327 #define RTFfamilyScript 327
#define RTFfamilyTech 328 #define RTFfamilyDecor 328
#define RTFfamilyTech 329
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) #ifndef YYSTYPE
#line 77 "rtfGrammer.y" #line 77 "rtfGrammer.y"
typedef union YYSTYPE { typedef union {
int number; int number;
const char *text; const char *text;
RTFcmd cmd; RTFcmd cmd;
} YYSTYPE; } yystype;
/* Line 1248 of yacc.c. */ /* Line 1281 of /usr/share/bison/yacc.c. */
#line 188 "rtfGrammer.tab.h" #line 194 "rtfGrammer.tab.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE yystype
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif #endif
#endif /* not BISON_RTFGRAMMER_TAB_H */