packaging: Initial packaging
[platform/upstream/cmake.git] / Source / cmCommandArgumentParserTokens.h
1 /*============================================================================
2   CMake - Cross Platform Makefile Generator
3   Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
4
5   Distributed under the OSI-approved BSD License (the "License");
6   see accompanying file Copyright.txt for details.
7
8   This software is distributed WITHOUT ANY WARRANTY; without even the
9   implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10   See the License for more information.
11 ============================================================================*/
12 /* A Bison parser, made by GNU Bison 2.3.  */
13
14 /* Skeleton interface for Bison's Yacc-like parsers in C
15
16    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
17    Free Software Foundation, Inc.
18
19    This program is free software; you can redistribute it and/or modify
20    it under the terms of the GNU General Public License as published by
21    the Free Software Foundation; either version 2, or (at your option)
22    any later version.
23
24    This program is distributed in the hope that it will be useful,
25    but WITHOUT ANY WARRANTY; without even the implied warranty of
26    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27    GNU General Public License for more details.
28
29    You should have received a copy of the GNU General Public License
30    along with this program; if not, write to the Free Software
31    Foundation, Inc., 51 Franklin Street, Fifth Floor,
32    Boston, MA 02110-1301, USA.  */
33
34 /* As a special exception, you may create a larger work that contains
35    part or all of the Bison parser skeleton and distribute that work
36    under terms of your choice, so long as that work isn't itself a
37    parser generator using the skeleton or a modified version thereof
38    as a parser skeleton.  Alternatively, if you modify or redistribute
39    the parser skeleton itself, you may (at your option) remove this
40    special exception, which will cause the skeleton and the resulting
41    Bison output files to be licensed under the GNU General Public
42    License without this special exception.
43
44    This special exception was added by the Free Software Foundation in
45    version 2.2 of Bison.  */
46
47 /* Tokens.  */
48 #ifndef YYTOKENTYPE
49 # define YYTOKENTYPE
50    /* Put the tokens into the symbol table, so that GDB and other debuggers
51       know about them.  */
52    enum yytokentype {
53      cal_ENVCURLY = 258,
54      cal_NCURLY = 259,
55      cal_DCURLY = 260,
56      cal_DOLLAR = 261,
57      cal_LCURLY = 262,
58      cal_RCURLY = 263,
59      cal_NAME = 264,
60      cal_BSLASH = 265,
61      cal_SYMBOL = 266,
62      cal_AT = 267,
63      cal_ERROR = 268,
64      cal_ATNAME = 269
65    };
66 #endif
67 /* Tokens.  */
68 #define cal_ENVCURLY 258
69 #define cal_NCURLY 259
70 #define cal_DCURLY 260
71 #define cal_DOLLAR 261
72 #define cal_LCURLY 262
73 #define cal_RCURLY 263
74 #define cal_NAME 264
75 #define cal_BSLASH 265
76 #define cal_SYMBOL 266
77 #define cal_AT 267
78 #define cal_ERROR 268
79 #define cal_ATNAME 269
80
81
82
83
84 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
85 typedef int YYSTYPE;
86 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
87 # define YYSTYPE_IS_DECLARED 1
88 # define YYSTYPE_IS_TRIVIAL 1
89 #endif
90
91
92