/* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 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 { INT = 258, REAL = 259, STRING = 260, ANGDEGREE = 261, ANGRADIAN = 262, ARCMINUTE = 263, ARCSECOND = 264, PHYCOORD = 265, IMGCOORD = 266, SEXSTR = 267, HMSSTR = 268, DMSSTR = 269, EOF_ = 270, AMPLIFIER_ = 271, ANNULUS_ = 272, ARCMIN_ = 273, ARCSEC_ = 274, ARROW_ = 275, B1950_ = 276, BACKGROUND_ = 277, BEGIN_ = 278, BOX_ = 279, BOXCIRCLE_ = 280, BPANDA_ = 281, CALLBACK_ = 282, CIRCLE_ = 283, CIRCLE3D_ = 284, COLOR_ = 285, COMPASS_ = 286, COMPOSITE_ = 287, CPANDA_ = 288, CROSS_ = 289, DASH_ = 290, DASHLIST_ = 291, DEBUG_ = 292, DEGREES_ = 293, DELETE_ = 294, DETECTOR_ = 295, DIAMOND_ = 296, ECLIPTIC_ = 297, EDIT_ = 298, ELLIPSE_ = 299, END_ = 300, EPANDA_ = 301, FALSE_ = 302, FIELD_ = 303, FILL_ = 304, FIXED_ = 305, FK4_ = 306, FK4_NO_E_ = 307, FK5_ = 308, FONT_ = 309, GALACTIC_ = 310, GLOBAL_ = 311, HELIOECLIPTIC_ = 312, HIGHLITE_ = 313, ICRS_ = 314, IGNORE_ = 315, IMAGE_ = 316, INCLUDE_ = 317, J2000_ = 318, KEY_ = 319, LINE_ = 320, LINEAR_ = 321, MOVE_ = 322, N_ = 323, NO_ = 324, OFF_ = 325, ON_ = 326, PHYSICAL_ = 327, PIE_ = 328, PIXELS_ = 329, POINT_ = 330, POLYGON_ = 331, PROJECTION_ = 332, PROPERTY_ = 333, ROTATE_ = 334, ROTBOX_ = 335, RULER_ = 336, SEGMENT_ = 337, SELECT_ = 338, SOURCE_ = 339, SUPERGALACTIC_ = 340, TAG_ = 341, TEXT_ = 342, TEXTANGLE_ = 343, TEXTROTATE_ = 344, TILE_ = 345, TRUE_ = 346, VECTOR_ = 347, VERSION_ = 348, UNHIGHLITE_ = 349, UNSELECT_ = 350, UPDATE_ = 351, WCS_ = 352, WCSA_ = 353, WCSB_ = 354, WCSC_ = 355, WCSD_ = 356, WCSE_ = 357, WCSF_ = 358, WCSG_ = 359, WCSH_ = 360, WCSI_ = 361, WCSJ_ = 362, WCSK_ = 363, WCSL_ = 364, WCSM_ = 365, WCSN_ = 366, WCSO_ = 367, WCSP_ = 368, WCSQ_ = 369, WCSR_ = 370, WCSS_ = 371, WCST_ = 372, WCSU_ = 373, WCSV_ = 374, WCSW_ = 375, WCSX_ = 376, WCSY_ = 377, WCSZ_ = 378, WCS0_ = 379, WIDTH_ = 380, X_ = 381, Y_ = 382, YES_ = 383 }; #endif /* Tokens. */ #define INT 258 #define REAL 259 #define STRING 260 #define ANGDEGREE 261 #define ANGRADIAN 262 #define ARCMINUTE 263 #define ARCSECOND 264 #define PHYCOORD 265 #define IMGCOORD 266 #define SEXSTR 267 #define HMSSTR 268 #define DMSSTR 269 #define EOF_ 270 #define AMPLIFIER_ 271 #define ANNULUS_ 272 #define ARCMIN_ 273 #define ARCSEC_ 274 #define ARROW_ 275 #define B1950_ 276 #define BACKGROUND_ 277 #define BEGIN_ 278 #define BOX_ 279 #define BOXCIRCLE_ 280 #define BPANDA_ 281 #define CALLBACK_ 282 #define CIRCLE_ 283 #define CIRCLE3D_ 284 #define COLOR_ 285 #define COMPASS_ 286 #define COMPOSITE_ 287 #define CPANDA_ 288 #define CROSS_ 289 #define DASH_ 290 #define DASHLIST_ 291 #define DEBUG_ 292 #define DEGREES_ 293 #define DELETE_ 294 #define DETECTOR_ 295 #define DIAMOND_ 296 #define ECLIPTIC_ 297 #define EDIT_ 298 #define ELLIPSE_ 299 #define END_ 300 #define EPANDA_ 301 #define FALSE_ 302 #define FIELD_ 303 #define FILL_ 304 #define FIXED_ 305 #define FK4_ 306 #define FK4_NO_E_ 307 #define FK5_ 308 #define FONT_ 309 #define GALACTIC_ 310 #define GLOBAL_ 311 #define HELIOECLIPTIC_ 312 #define HIGHLITE_ 313 #define ICRS_ 314 #define IGNORE_ 315 #define IMAGE_ 316 #define INCLUDE_ 317 #define J2000_ 318 #define KEY_ 319 #define LINE_ 320 #define LINEAR_ 321 #define MOVE_ 322 #define N_ 323 #define NO_ 324 #define OFF_ 325 #define ON_ 326 #define PHYSICAL_ 327 #define PIE_ 328 #define PIXELS_ 329 #define POINT_ 330 #define POLYGON_ 331 #define PROJECTION_ 332 #define PROPERTY_ 333 #define ROTATE_ 334 #define ROTBOX_ 335 #define RULER_ 336 #define SEGMENT_ 337 #define SELECT_ 338 #define SOURCE_ 339 #define SUPERGALACTIC_ 340 #define TAG_ 341 #define TEXT_ 342 #define TEXTANGLE_ 343 #define TEXTROTATE_ 344 #define TILE_ 345 #define TRUE_ 346 #define VECTOR_ 347 #define VERSION_ 348 #define UNHIGHLITE_ 349 #define UNSELECT_ 350 #define UPDATE_ 351 #define WCS_ 352 #define WCSA_ 353 #define WCSB_ 354 #define WCSC_ 355 #define WCSD_ 356 #define WCSE_ 357 #define WCSF_ 358 #define WCSG_ 359 #define WCSH_ 360 #define WCSI_ 361 #define WCSJ_ 362 #define WCSK_ 363 #define WCSL_ 364 #define WCSM_ 365 #define WCSN_ 366 #define WCSO_ 367 #define WCSP_ 368 #define WCSQ_ 369 #define WCSR_ 370 #define WCSS_ 371 #define WCST_ 372 #define WCSU_ 373 #define WCSV_ 374 #define WCSW_ 375 #define WCSX_ 376 #define WCSY_ 377 #define WCSZ_ 378 #define WCS0_ 379 #define WIDTH_ 380 #define X_ 381 #define Y_ 382 #define YES_ 383 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE #line 139 "frame/ds9parser.Y" { #define MKBUFSIZE 2048 double real; int integer; char str[MKBUFSIZE]; double vector[3]; } /* Line 1529 of yacc.c. */ #line 313 "frame/ds9parser.H" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif