Blob


1 /* A Bison parser, made by GNU Bison 2.0. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 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. */
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. */
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
30 know about them. */
31 enum yytokentype {
32 WORD = 258,
33 DATE = 259,
34 RESENT_DATE = 260,
35 RETURN_PATH = 261,
36 FROM = 262,
37 SENDER = 263,
38 REPLY_TO = 264,
39 RESENT_FROM = 265,
40 RESENT_SENDER = 266,
41 RESENT_REPLY_TO = 267,
42 SUBJECT = 268,
43 TO = 269,
44 CC = 270,
45 BCC = 271,
46 RESENT_TO = 272,
47 RESENT_CC = 273,
48 RESENT_BCC = 274,
49 REMOTE = 275,
50 PRECEDENCE = 276,
51 MIMEVERSION = 277,
52 CONTENTTYPE = 278,
53 MESSAGEID = 279,
54 RECEIVED = 280,
55 MAILER = 281,
56 BADTOKEN = 282
57 };
58 #endif
59 #define WORD 258
60 #define DATE 259
61 #define RESENT_DATE 260
62 #define RETURN_PATH 261
63 #define FROM 262
64 #define SENDER 263
65 #define REPLY_TO 264
66 #define RESENT_FROM 265
67 #define RESENT_SENDER 266
68 #define RESENT_REPLY_TO 267
69 #define SUBJECT 268
70 #define TO 269
71 #define CC 270
72 #define BCC 271
73 #define RESENT_TO 272
74 #define RESENT_CC 273
75 #define RESENT_BCC 274
76 #define REMOTE 275
77 #define PRECEDENCE 276
78 #define MIMEVERSION 277
79 #define CONTENTTYPE 278
80 #define MESSAGEID 279
81 #define RECEIVED 280
82 #define MAILER 281
83 #define BADTOKEN 282
88 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
89 typedef int YYSTYPE;
90 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
91 # define YYSTYPE_IS_DECLARED 1
92 # define YYSTYPE_IS_TRIVIAL 1
93 #endif
95 extern YYSTYPE yylval;