[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / Svc_Conf_Token_Table.h
blobf139d027e12327c3a91ceb355ceac2e867bcefed
1 /* A Bison parser, made by GNU Bison 2.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
5 $Id: Svc_Conf_Token_Table.h 82145 2008-06-24 11:03:50Z sma $
7 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
8 Free Software Foundation, Inc.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2, or (at your option)
13 any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 Boston, MA 02110-1301, USA. */
25 /* As a special exception, you may create a larger work that contains
26 part or all of the Bison parser skeleton and distribute that work
27 under terms of your choice, so long as that work isn't itself a
28 parser generator using the skeleton or a modified version thereof
29 as a parser skeleton. Alternatively, if you modify or redistribute
30 the parser skeleton itself, you may (at your option) remove this
31 special exception, which will cause the skeleton and the resulting
32 Bison output files to be licensed under the GNU General Public
33 License without this special exception.
35 This special exception was added by the Free Software Foundation in
36 version 2.2 of Bison. */
38 /* Tokens. */
39 #ifndef YYTOKENTYPE
40 # define YYTOKENTYPE
41 /* Put the tokens into the symbol table, so that GDB and other debuggers
42 know about them. */
43 enum ace_yytokentype {
44 ACE_DYNAMIC = 258,
45 ACE_STATIC = 259,
46 ACE_SUSPEND = 260,
47 ACE_RESUME = 261,
48 ACE_REMOVE = 262,
49 ACE_USTREAM = 263,
50 ACE_MODULE_T = 264,
51 ACE_STREAM_T = 265,
52 ACE_SVC_OBJ_T = 266,
53 ACE_ACTIVE = 267,
54 ACE_INACTIVE = 268,
55 ACE_PATHNAME = 269,
56 ACE_IDENT = 270,
57 ACE_STRING = 271
59 #endif
60 /* Tokens. */
61 #define ACE_DYNAMIC 258
62 #define ACE_STATIC 259
63 #define ACE_SUSPEND 260
64 #define ACE_RESUME 261
65 #define ACE_REMOVE 262
66 #define ACE_USTREAM 263
67 #define ACE_MODULE_T 264
68 #define ACE_STREAM_T 265
69 #define ACE_SVC_OBJ_T 266
70 #define ACE_ACTIVE 267
71 #define ACE_INACTIVE 268
72 #define ACE_PATHNAME 269
73 #define ACE_IDENT 270
74 #define ACE_STRING 271
79 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
80 typedef int YYSTYPE;
81 # define ace_yystype YYSTYPE /* obsolescent; will be withdrawn */
82 # define YYSTYPE_IS_DECLARED 1
83 # define YYSTYPE_IS_TRIVIAL 1
84 #endif