#ifndef BISON_LIBENGRAVE_LA_ENGRAVE_H # define BISON_LIBENGRAVE_LA_ENGRAVE_H #ifndef YYSTYPE typedef union { char *string; float val; Engrave_Action prog_actions; Engrave_Transition transition_type; Engrave_Part_Type part_type; Engrave_Image_Type image_type; Engrave_Text_Effect text_effect; Engrave_Aspect_Preference aspect_pref; } yystype; # define YYSTYPE yystype # define YYSTYPE_IS_TRIVIAL 1 #endif # define BASE 257 # define STRING 258 # define FLOAT 259 # define ACTION 260 # define AFTER 261 # define ALIGN 262 # define ASPECT 263 # define ASPECT_PREFERENCE 264 # define BORDER 265 # define MIDDLE 266 # define CLIP_TO 267 # define COLLECTIONS 268 # define COLOR 269 # define COLOR2 270 # define COLOR3 271 # define COLOR_CLASS 272 # define CONFINE 273 # define DATA 274 # define DESCRIPTION 275 # define DRAGABLE 276 # define EFFECT 277 # define FILL 278 # define FIT 279 # define FONT 280 # define FONTS 281 # define GROUP 282 # define GROUPS 283 # define IMAGE 284 # define TEXTBLOCK 285 # define IMAGES 286 # define IN 287 # define ITEM 288 # define MAX 289 # define MIN 290 # define FIXED 291 # define MOUSE_EVENTS 292 # define NAME 293 # define NORMAL 294 # define OFFSET 295 # define ORIGIN 296 # define PART 297 # define PARTS 298 # define PROGRAM 299 # define PROGRAMS 300 # define ALIAS 301 # define REL1 302 # define REL2 303 # define RELATIVE 304 # define REPEAT_EVENTS 305 # define SCRIPT 306 # define SIGNAL 307 # define SIZE 308 # define GRADREL1 309 # define GRADREL2 310 # define SMOOTH 311 # define SOURCE 312 # define STATE 313 # define STEP 314 # define TARGET 315 # define TEXT 316 # define TEXT_CLASS 317 # define TEXT_SOURCE 318 # define TO 319 # define TO_X 320 # define TO_Y 321 # define TRANSITION 322 # define TWEEN 323 # define TYPE 324 # define VISIBLE 325 # define X 326 # define Y 327 # define OPEN_BRACE 328 # define CLOSE_BRACE 329 # define RAW 330 # define COMP 331 # define LOSSY 332 # define STYLES 333 # define STYLE 334 # define SBASE 335 # define TAG 336 # define ELIPSIS 337 # define COLON 338 # define QUOTE 339 # define SEMICOLON 340 # define STATE_SET 341 # define ACTION_STOP 342 # define SIGNAL_EMIT 343 # define DRAG_VAL_SET 344 # define DRAG_VAL_STEP 345 # define DRAG_VAL_PAGE 346 # define LINEAR 347 # define SINUSOIDAL 348 # define ACCELERATE 349 # define DECELERATE 350 # define RECT 351 # define SWALLOW 352 # define GRADIENT 353 # define NONE 354 # define PLAIN 355 # define OUTLINE 356 # define SOFT_OUTLINE 357 # define SHADOW 358 # define SOFT_SHADOW 359 # define OUTLINE_SHADOW 360 # define OUTLINE_SOFT_SHADOW 361 # define VERTICAL 362 # define HORIZONTAL 363 # define BOTH 364 # define SPECTRA 365 # define SPECTRUM 366 # define GRAD 367 # define MINUS 368 # define PLUS 369 # define TIMES 370 # define DIVIDE 371 # define NEG 372 # define OPEN_PAREN 373 # define CLOSE_PAREN 374 # define DOT 375 # define INHERIT 376 # define ON 377 # define OFF 378 # define TRUE 379 # define FALSE 380 # define PERCENT 381 extern YYSTYPE yylval; #endif /* not BISON_LIBENGRAVE_LA_ENGRAVE_H */