]> andersk Git - splint.git/commitdiff
Committing to make sure that the ./configure works.
authordrl7x <drl7x>
Sat, 14 Dec 2002 23:18:05 +0000 (23:18 +0000)
committerdrl7x <drl7x>
Sat, 14 Dec 2002 23:18:05 +0000 (23:18 +0000)
src/Headers/llgrammar_gen.h
src/Headers/llgrammar_gen2.h
src/Headers/signature_gen.h
src/llgrammar.c.der
src/signature.c.der
test/Makefile.in

index 205a8b1d576a3227aba67118fa9f11cd79482475..2ea02d768f0d2e166a90ef085d2c0a3b79d16d29 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_LLGRAMMAR_TAB_H
-# define BISON_LLGRAMMAR_TAB_H
-
-#ifndef YYSTYPE
 typedef union 
 {
   ltoken ltok;  /* a leaf is also an ltoken */
@@ -124,149 +120,144 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
-# define       simpleOp        257
-# define       PREFIX_OP       258
-# define       POSTFIX_OP      259
-# define       LLT_MULOP       260
-# define       LLT_SEMI        261
-# define       LLT_VERTICALBAR 262
-# define       ITERATION_OP    263
-# define       LLT_LPAR        264
-# define       LLT_LBRACKET    265
-# define       selectSym       266
-# define       LLT_IF_THEN_ELSE        267
-# define       logicalOp       268
-# define       eqSepSym        269
-# define       equationSym     270
-# define       commentSym      271
-# define       LLT_WHITESPACE  272
-# define       LLT_EOL 273
-# define       LLT_TYPEDEF_NAME        274
-# define       quantifierSym   275
-# define       openSym 276
-# define       closeSym        277
-# define       sepSym  278
-# define       simpleId        279
-# define       mapSym  280
-# define       markerSym       281
-# define       preSym  282
-# define       postSym 283
-# define       anySym  284
-# define       LLT_COLON       285
-# define       LLT_COMMA       286
-# define       LLT_EQUALS      287
-# define       LLT_LBRACE      288
-# define       LLT_RBRACE      289
-# define       LLT_RBRACKET    290
-# define       LLT_RPAR        291
-# define       LLT_QUOTE       292
-# define       eqOp    293
-# define       LLT_CCHAR       294
-# define       LLT_CFLOAT      295
-# define       LLT_CINTEGER    296
-# define       LLT_LCSTRING    297
-# define       LLT_ALL 298
-# define       LLT_ANYTHING    299
-# define       LLT_BE  300
-# define       LLT_BODY        301
-# define       LLT_CLAIMS      302
-# define       LLT_CHECKS      303
-# define       LLT_CONSTANT    304
-# define       LLT_ELSE        305
-# define       LLT_ENSURES     306
-# define       LLT_FOR 307
-# define       LLT_FRESH       308
-# define       LLT_IF  309
-# define       LLT_IMMUTABLE   310
-# define       LLT_IMPORTS     311
-# define       LLT_CONSTRAINT  312
-# define       LLT_ISSUB       313
-# define       LLT_LET 314
-# define       LLT_MODIFIES    315
-# define       LLT_MUTABLE     316
-# define       LLT_NOTHING     317
-# define       LLT_INTERNAL    318
-# define       LLT_FILESYS     319
-# define       LLT_OBJ 320
-# define       LLT_OUT 321
-# define       LLT_SEF 322
-# define       LLT_ONLY        323
-# define       LLT_PARTIAL     324
-# define       LLT_OWNED       325
-# define       LLT_DEPENDENT   326
-# define       LLT_KEEP        327
-# define       LLT_KEPT        328
-# define       LLT_TEMP        329
-# define       LLT_SHARED      330
-# define       LLT_UNIQUE      331
-# define       LLT_UNUSED      332
-# define       LLT_EXITS       333
-# define       LLT_MAYEXIT     334
-# define       LLT_NEVEREXIT   335
-# define       LLT_TRUEEXIT    336
-# define       LLT_FALSEEXIT   337
-# define       LLT_UNDEF       338
-# define       LLT_KILLED      339
-# define       LLT_CHECKMOD    340
-# define       LLT_CHECKED     341
-# define       LLT_UNCHECKED   342
-# define       LLT_CHECKEDSTRICT       343
-# define       LLT_TRUENULL    344
-# define       LLT_FALSENULL   345
-# define       LLT_LNULL       346
-# define       LLT_LNOTNULL    347
-# define       LLT_RETURNED    348
-# define       LLT_OBSERVER    349
-# define       LLT_EXPOSED     350
-# define       LLT_REFCOUNTED  351
-# define       LLT_REFS        352
-# define       LLT_RELNULL     353
-# define       LLT_RELDEF      354
-# define       LLT_KILLREF     355
-# define       LLT_NULLTERMINATED      356
-# define       LLT_TEMPREF     357
-# define       LLT_NEWREF      358
-# define       LLT_PRIVATE     359
-# define       LLT_REQUIRES    360
-# define       LLT_RESULT      361
-# define       LLT_SIZEOF      362
-# define       LLT_SPEC        363
-# define       LLT_TAGGEDUNION 364
-# define       LLT_THEN        365
-# define       LLT_TYPE        366
-# define       LLT_TYPEDEF     367
-# define       LLT_UNCHANGED   368
-# define       LLT_USES        369
-# define       LLT_CHAR        370
-# define       LLT_CONST       371
-# define       LLT_DOUBLE      372
-# define       LLT_ENUM        373
-# define       LLT_FLOAT       374
-# define       LLT_INT 375
-# define       LLT_ITER        376
-# define       LLT_YIELD       377
-# define       LLT_LONG        378
-# define       LLT_SHORT       379
-# define       LLT_SIGNED      380
-# define       LLT_UNKNOWN     381
-# define       LLT_STRUCT      382
-# define       LLT_TELIPSIS    383
-# define       LLT_UNION       384
-# define       LLT_UNSIGNED    385
-# define       LLT_VOID        386
-# define       LLT_VOLATILE    387
-# define       LLT_PRINTFLIKE  388
-# define       LLT_SCANFLIKE   389
-# define       LLT_MESSAGELIKE 390
+} YYSTYPE;
+#define        simpleOp        257
+#define        PREFIX_OP       258
+#define        POSTFIX_OP      259
+#define        LLT_MULOP       260
+#define        LLT_SEMI        261
+#define        LLT_VERTICALBAR 262
+#define        ITERATION_OP    263
+#define        LLT_LPAR        264
+#define        LLT_LBRACKET    265
+#define        selectSym       266
+#define        LLT_IF_THEN_ELSE        267
+#define        logicalOp       268
+#define        eqSepSym        269
+#define        equationSym     270
+#define        commentSym      271
+#define        LLT_WHITESPACE  272
+#define        LLT_EOL 273
+#define        LLT_TYPEDEF_NAME        274
+#define        quantifierSym   275
+#define        openSym 276
+#define        closeSym        277
+#define        sepSym  278
+#define        simpleId        279
+#define        mapSym  280
+#define        markerSym       281
+#define        preSym  282
+#define        postSym 283
+#define        anySym  284
+#define        LLT_COLON       285
+#define        LLT_COMMA       286
+#define        LLT_EQUALS      287
+#define        LLT_LBRACE      288
+#define        LLT_RBRACE      289
+#define        LLT_RBRACKET    290
+#define        LLT_RPAR        291
+#define        LLT_QUOTE       292
+#define        eqOp    293
+#define        LLT_CCHAR       294
+#define        LLT_CFLOAT      295
+#define        LLT_CINTEGER    296
+#define        LLT_LCSTRING    297
+#define        LLT_ALL 298
+#define        LLT_ANYTHING    299
+#define        LLT_BE  300
+#define        LLT_BODY        301
+#define        LLT_CLAIMS      302
+#define        LLT_CHECKS      303
+#define        LLT_CONSTANT    304
+#define        LLT_ELSE        305
+#define        LLT_ENSURES     306
+#define        LLT_FOR 307
+#define        LLT_FRESH       308
+#define        LLT_IF  309
+#define        LLT_IMMUTABLE   310
+#define        LLT_IMPORTS     311
+#define        LLT_CONSTRAINT  312
+#define        LLT_ISSUB       313
+#define        LLT_LET 314
+#define        LLT_MODIFIES    315
+#define        LLT_MUTABLE     316
+#define        LLT_NOTHING     317
+#define        LLT_INTERNAL    318
+#define        LLT_FILESYS     319
+#define        LLT_OBJ 320
+#define        LLT_OUT 321
+#define        LLT_SEF 322
+#define        LLT_ONLY        323
+#define        LLT_PARTIAL     324
+#define        LLT_OWNED       325
+#define        LLT_DEPENDENT   326
+#define        LLT_KEEP        327
+#define        LLT_KEPT        328
+#define        LLT_TEMP        329
+#define        LLT_SHARED      330
+#define        LLT_UNIQUE      331
+#define        LLT_UNUSED      332
+#define        LLT_EXITS       333
+#define        LLT_MAYEXIT     334
+#define        LLT_NEVEREXIT   335
+#define        LLT_TRUEEXIT    336
+#define        LLT_FALSEEXIT   337
+#define        LLT_UNDEF       338
+#define        LLT_KILLED      339
+#define        LLT_CHECKMOD    340
+#define        LLT_CHECKED     341
+#define        LLT_UNCHECKED   342
+#define        LLT_CHECKEDSTRICT       343
+#define        LLT_TRUENULL    344
+#define        LLT_FALSENULL   345
+#define        LLT_LNULL       346
+#define        LLT_LNOTNULL    347
+#define        LLT_RETURNED    348
+#define        LLT_OBSERVER    349
+#define        LLT_EXPOSED     350
+#define        LLT_REFCOUNTED  351
+#define        LLT_REFS        352
+#define        LLT_RELNULL     353
+#define        LLT_RELDEF      354
+#define        LLT_KILLREF     355
+#define        LLT_NULLTERMINATED      356
+#define        LLT_TEMPREF     357
+#define        LLT_NEWREF      358
+#define        LLT_PRIVATE     359
+#define        LLT_REQUIRES    360
+#define        LLT_RESULT      361
+#define        LLT_SIZEOF      362
+#define        LLT_SPEC        363
+#define        LLT_TAGGEDUNION 364
+#define        LLT_THEN        365
+#define        LLT_TYPE        366
+#define        LLT_TYPEDEF     367
+#define        LLT_UNCHANGED   368
+#define        LLT_USES        369
+#define        LLT_CHAR        370
+#define        LLT_CONST       371
+#define        LLT_DOUBLE      372
+#define        LLT_ENUM        373
+#define        LLT_FLOAT       374
+#define        LLT_INT 375
+#define        LLT_ITER        376
+#define        LLT_YIELD       377
+#define        LLT_LONG        378
+#define        LLT_SHORT       379
+#define        LLT_SIGNED      380
+#define        LLT_UNKNOWN     381
+#define        LLT_STRUCT      382
+#define        LLT_TELIPSIS    383
+#define        LLT_UNION       384
+#define        LLT_UNSIGNED    385
+#define        LLT_VOID        386
+#define        LLT_VOLATILE    387
+#define        LLT_PRINTFLIKE  388
+#define        LLT_SCANFLIKE   389
+#define        LLT_MESSAGELIKE 390
 
 
 extern YYSTYPE yllval;
-
-#endif /* not BISON_LLGRAMMAR_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 205a8b1d576a3227aba67118fa9f11cd79482475..2ea02d768f0d2e166a90ef085d2c0a3b79d16d29 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_LLGRAMMAR_TAB_H
-# define BISON_LLGRAMMAR_TAB_H
-
-#ifndef YYSTYPE
 typedef union 
 {
   ltoken ltok;  /* a leaf is also an ltoken */
@@ -124,149 +120,144 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
-# define       simpleOp        257
-# define       PREFIX_OP       258
-# define       POSTFIX_OP      259
-# define       LLT_MULOP       260
-# define       LLT_SEMI        261
-# define       LLT_VERTICALBAR 262
-# define       ITERATION_OP    263
-# define       LLT_LPAR        264
-# define       LLT_LBRACKET    265
-# define       selectSym       266
-# define       LLT_IF_THEN_ELSE        267
-# define       logicalOp       268
-# define       eqSepSym        269
-# define       equationSym     270
-# define       commentSym      271
-# define       LLT_WHITESPACE  272
-# define       LLT_EOL 273
-# define       LLT_TYPEDEF_NAME        274
-# define       quantifierSym   275
-# define       openSym 276
-# define       closeSym        277
-# define       sepSym  278
-# define       simpleId        279
-# define       mapSym  280
-# define       markerSym       281
-# define       preSym  282
-# define       postSym 283
-# define       anySym  284
-# define       LLT_COLON       285
-# define       LLT_COMMA       286
-# define       LLT_EQUALS      287
-# define       LLT_LBRACE      288
-# define       LLT_RBRACE      289
-# define       LLT_RBRACKET    290
-# define       LLT_RPAR        291
-# define       LLT_QUOTE       292
-# define       eqOp    293
-# define       LLT_CCHAR       294
-# define       LLT_CFLOAT      295
-# define       LLT_CINTEGER    296
-# define       LLT_LCSTRING    297
-# define       LLT_ALL 298
-# define       LLT_ANYTHING    299
-# define       LLT_BE  300
-# define       LLT_BODY        301
-# define       LLT_CLAIMS      302
-# define       LLT_CHECKS      303
-# define       LLT_CONSTANT    304
-# define       LLT_ELSE        305
-# define       LLT_ENSURES     306
-# define       LLT_FOR 307
-# define       LLT_FRESH       308
-# define       LLT_IF  309
-# define       LLT_IMMUTABLE   310
-# define       LLT_IMPORTS     311
-# define       LLT_CONSTRAINT  312
-# define       LLT_ISSUB       313
-# define       LLT_LET 314
-# define       LLT_MODIFIES    315
-# define       LLT_MUTABLE     316
-# define       LLT_NOTHING     317
-# define       LLT_INTERNAL    318
-# define       LLT_FILESYS     319
-# define       LLT_OBJ 320
-# define       LLT_OUT 321
-# define       LLT_SEF 322
-# define       LLT_ONLY        323
-# define       LLT_PARTIAL     324
-# define       LLT_OWNED       325
-# define       LLT_DEPENDENT   326
-# define       LLT_KEEP        327
-# define       LLT_KEPT        328
-# define       LLT_TEMP        329
-# define       LLT_SHARED      330
-# define       LLT_UNIQUE      331
-# define       LLT_UNUSED      332
-# define       LLT_EXITS       333
-# define       LLT_MAYEXIT     334
-# define       LLT_NEVEREXIT   335
-# define       LLT_TRUEEXIT    336
-# define       LLT_FALSEEXIT   337
-# define       LLT_UNDEF       338
-# define       LLT_KILLED      339
-# define       LLT_CHECKMOD    340
-# define       LLT_CHECKED     341
-# define       LLT_UNCHECKED   342
-# define       LLT_CHECKEDSTRICT       343
-# define       LLT_TRUENULL    344
-# define       LLT_FALSENULL   345
-# define       LLT_LNULL       346
-# define       LLT_LNOTNULL    347
-# define       LLT_RETURNED    348
-# define       LLT_OBSERVER    349
-# define       LLT_EXPOSED     350
-# define       LLT_REFCOUNTED  351
-# define       LLT_REFS        352
-# define       LLT_RELNULL     353
-# define       LLT_RELDEF      354
-# define       LLT_KILLREF     355
-# define       LLT_NULLTERMINATED      356
-# define       LLT_TEMPREF     357
-# define       LLT_NEWREF      358
-# define       LLT_PRIVATE     359
-# define       LLT_REQUIRES    360
-# define       LLT_RESULT      361
-# define       LLT_SIZEOF      362
-# define       LLT_SPEC        363
-# define       LLT_TAGGEDUNION 364
-# define       LLT_THEN        365
-# define       LLT_TYPE        366
-# define       LLT_TYPEDEF     367
-# define       LLT_UNCHANGED   368
-# define       LLT_USES        369
-# define       LLT_CHAR        370
-# define       LLT_CONST       371
-# define       LLT_DOUBLE      372
-# define       LLT_ENUM        373
-# define       LLT_FLOAT       374
-# define       LLT_INT 375
-# define       LLT_ITER        376
-# define       LLT_YIELD       377
-# define       LLT_LONG        378
-# define       LLT_SHORT       379
-# define       LLT_SIGNED      380
-# define       LLT_UNKNOWN     381
-# define       LLT_STRUCT      382
-# define       LLT_TELIPSIS    383
-# define       LLT_UNION       384
-# define       LLT_UNSIGNED    385
-# define       LLT_VOID        386
-# define       LLT_VOLATILE    387
-# define       LLT_PRINTFLIKE  388
-# define       LLT_SCANFLIKE   389
-# define       LLT_MESSAGELIKE 390
+} YYSTYPE;
+#define        simpleOp        257
+#define        PREFIX_OP       258
+#define        POSTFIX_OP      259
+#define        LLT_MULOP       260
+#define        LLT_SEMI        261
+#define        LLT_VERTICALBAR 262
+#define        ITERATION_OP    263
+#define        LLT_LPAR        264
+#define        LLT_LBRACKET    265
+#define        selectSym       266
+#define        LLT_IF_THEN_ELSE        267
+#define        logicalOp       268
+#define        eqSepSym        269
+#define        equationSym     270
+#define        commentSym      271
+#define        LLT_WHITESPACE  272
+#define        LLT_EOL 273
+#define        LLT_TYPEDEF_NAME        274
+#define        quantifierSym   275
+#define        openSym 276
+#define        closeSym        277
+#define        sepSym  278
+#define        simpleId        279
+#define        mapSym  280
+#define        markerSym       281
+#define        preSym  282
+#define        postSym 283
+#define        anySym  284
+#define        LLT_COLON       285
+#define        LLT_COMMA       286
+#define        LLT_EQUALS      287
+#define        LLT_LBRACE      288
+#define        LLT_RBRACE      289
+#define        LLT_RBRACKET    290
+#define        LLT_RPAR        291
+#define        LLT_QUOTE       292
+#define        eqOp    293
+#define        LLT_CCHAR       294
+#define        LLT_CFLOAT      295
+#define        LLT_CINTEGER    296
+#define        LLT_LCSTRING    297
+#define        LLT_ALL 298
+#define        LLT_ANYTHING    299
+#define        LLT_BE  300
+#define        LLT_BODY        301
+#define        LLT_CLAIMS      302
+#define        LLT_CHECKS      303
+#define        LLT_CONSTANT    304
+#define        LLT_ELSE        305
+#define        LLT_ENSURES     306
+#define        LLT_FOR 307
+#define        LLT_FRESH       308
+#define        LLT_IF  309
+#define        LLT_IMMUTABLE   310
+#define        LLT_IMPORTS     311
+#define        LLT_CONSTRAINT  312
+#define        LLT_ISSUB       313
+#define        LLT_LET 314
+#define        LLT_MODIFIES    315
+#define        LLT_MUTABLE     316
+#define        LLT_NOTHING     317
+#define        LLT_INTERNAL    318
+#define        LLT_FILESYS     319
+#define        LLT_OBJ 320
+#define        LLT_OUT 321
+#define        LLT_SEF 322
+#define        LLT_ONLY        323
+#define        LLT_PARTIAL     324
+#define        LLT_OWNED       325
+#define        LLT_DEPENDENT   326
+#define        LLT_KEEP        327
+#define        LLT_KEPT        328
+#define        LLT_TEMP        329
+#define        LLT_SHARED      330
+#define        LLT_UNIQUE      331
+#define        LLT_UNUSED      332
+#define        LLT_EXITS       333
+#define        LLT_MAYEXIT     334
+#define        LLT_NEVEREXIT   335
+#define        LLT_TRUEEXIT    336
+#define        LLT_FALSEEXIT   337
+#define        LLT_UNDEF       338
+#define        LLT_KILLED      339
+#define        LLT_CHECKMOD    340
+#define        LLT_CHECKED     341
+#define        LLT_UNCHECKED   342
+#define        LLT_CHECKEDSTRICT       343
+#define        LLT_TRUENULL    344
+#define        LLT_FALSENULL   345
+#define        LLT_LNULL       346
+#define        LLT_LNOTNULL    347
+#define        LLT_RETURNED    348
+#define        LLT_OBSERVER    349
+#define        LLT_EXPOSED     350
+#define        LLT_REFCOUNTED  351
+#define        LLT_REFS        352
+#define        LLT_RELNULL     353
+#define        LLT_RELDEF      354
+#define        LLT_KILLREF     355
+#define        LLT_NULLTERMINATED      356
+#define        LLT_TEMPREF     357
+#define        LLT_NEWREF      358
+#define        LLT_PRIVATE     359
+#define        LLT_REQUIRES    360
+#define        LLT_RESULT      361
+#define        LLT_SIZEOF      362
+#define        LLT_SPEC        363
+#define        LLT_TAGGEDUNION 364
+#define        LLT_THEN        365
+#define        LLT_TYPE        366
+#define        LLT_TYPEDEF     367
+#define        LLT_UNCHANGED   368
+#define        LLT_USES        369
+#define        LLT_CHAR        370
+#define        LLT_CONST       371
+#define        LLT_DOUBLE      372
+#define        LLT_ENUM        373
+#define        LLT_FLOAT       374
+#define        LLT_INT 375
+#define        LLT_ITER        376
+#define        LLT_YIELD       377
+#define        LLT_LONG        378
+#define        LLT_SHORT       379
+#define        LLT_SIGNED      380
+#define        LLT_UNKNOWN     381
+#define        LLT_STRUCT      382
+#define        LLT_TELIPSIS    383
+#define        LLT_UNION       384
+#define        LLT_UNSIGNED    385
+#define        LLT_VOID        386
+#define        LLT_VOLATILE    387
+#define        LLT_PRINTFLIKE  388
+#define        LLT_SCANFLIKE   389
+#define        LLT_MESSAGELIKE 390
 
 
 extern YYSTYPE yllval;
-
-#endif /* not BISON_LLGRAMMAR_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 9b23e6251a961b37529acb049ba4ca397891a001..6e3249a3e81b3deb2021de892cce8fb21e385e10 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_SIGNATURE_TAB_H
-# define BISON_SIGNATURE_TAB_H
-
-#ifndef YYSTYPE
 typedef union {
   ltoken ltok;  /* a leaf is also an ltoken */
   unsigned int count;
@@ -68,58 +64,53 @@ typedef union {
   /*@owned@*/ lslOp operator;
   /*@only@*/  lslOpList operators;
   /*@-redef@*/ /*@-matchfields@*/ 
-} yystype;
-# define YYSTYPE yystype
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
-# define       LST_SIMPLEID    257
-# define       LST_LOGICALOP   258
-# define       LST_EQOP        259
-# define       LST_SIMPLEOP    260
-# define       LST_MAPSYM      261
-# define       LST_FIELDMAPSYM 262
-# define       LST_MARKERSYM   263
-# define       LST_ifTOKEN     264
-# define       LST_thenTOKEN   265
-# define       LST_elseTOKEN   266
-# define       LST_LBRACKET    267
-# define       LST_RBRACKET    268
-# define       LST_SELECTSYM   269
-# define       LST_SEPSYM      270
-# define       LST_OPENSYM     271
-# define       LST_CLOSESYM    272
-# define       LST_COLON       273
-# define       LST_COMMA       274
-# define       LST_EOL 275
-# define       LST_COMMENTSYM  276
-# define       LST_WHITESPACE  277
-# define       LST_QUANTIFIERSYM       278
-# define       LST_EQUATIONSYM 279
-# define       LST_EQSEPSYM    280
-# define       LST_COMPOSESYM  281
-# define       LST_LPAR        282
-# define       LST_RPAR        283
-# define       LST_assertsTOKEN        284
-# define       LST_assumesTOKEN        285
-# define       LST_byTOKEN     286
-# define       LST_convertsTOKEN       287
-# define       LST_enumerationTOKEN    288
-# define       LST_equationsTOKEN      289
-# define       LST_exemptingTOKEN      290
-# define       LST_forTOKEN    291
-# define       LST_generatedTOKEN      292
-# define       LST_impliesTOKEN        293
-# define       LST_includesTOKEN       294
-# define       LST_introducesTOKEN     295
-# define       LST_ofTOKEN     296
-# define       LST_partitionedTOKEN    297
-# define       LST_traitTOKEN  298
-# define       LST_tupleTOKEN  299
-# define       LST_unionTOKEN  300
-# define       LST_BADTOKEN    301
-
+} YYSTYPE;
+#define        LST_SIMPLEID    257
+#define        LST_LOGICALOP   258
+#define        LST_EQOP        259
+#define        LST_SIMPLEOP    260
+#define        LST_MAPSYM      261
+#define        LST_FIELDMAPSYM 262
+#define        LST_MARKERSYM   263
+#define        LST_ifTOKEN     264
+#define        LST_thenTOKEN   265
+#define        LST_elseTOKEN   266
+#define        LST_LBRACKET    267
+#define        LST_RBRACKET    268
+#define        LST_SELECTSYM   269
+#define        LST_SEPSYM      270
+#define        LST_OPENSYM     271
+#define        LST_CLOSESYM    272
+#define        LST_COLON       273
+#define        LST_COMMA       274
+#define        LST_EOL 275
+#define        LST_COMMENTSYM  276
+#define        LST_WHITESPACE  277
+#define        LST_QUANTIFIERSYM       278
+#define        LST_EQUATIONSYM 279
+#define        LST_EQSEPSYM    280
+#define        LST_COMPOSESYM  281
+#define        LST_LPAR        282
+#define        LST_RPAR        283
+#define        LST_assertsTOKEN        284
+#define        LST_assumesTOKEN        285
+#define        LST_byTOKEN     286
+#define        LST_convertsTOKEN       287
+#define        LST_enumerationTOKEN    288
+#define        LST_equationsTOKEN      289
+#define        LST_exemptingTOKEN      290
+#define        LST_forTOKEN    291
+#define        LST_generatedTOKEN      292
+#define        LST_impliesTOKEN        293
+#define        LST_includesTOKEN       294
+#define        LST_introducesTOKEN     295
+#define        LST_ofTOKEN     296
+#define        LST_partitionedTOKEN    297
+#define        LST_traitTOKEN  298
+#define        LST_tupleTOKEN  299
+#define        LST_unionTOKEN  300
+#define        LST_BADTOKEN    301
 
-#endif /* not BISON_SIGNATURE_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 1dc52a1e50702b76572dfd6774cdd493b059c4af..103951bcbda45d981799c28d5fadc9b5ce64e83e 100644 (file)
@@ -54,8 +54,9 @@
 
 /* < end of bison.head > */
 
-/* A Bison parser, made from llgrammar.y
-   by GNU bison 1.35.  */
+
+/*  A Bison parser, made from llgrammar.y
+    by GNU Bison version 1.28  */
 
 #define YYBISON 1  /* Identify Bison output.  */
 
 #define yychar ylchar
 #define yydebug yldebug
 #define yynerrs ylnerrs
-# define       simpleOp        257
-# define       PREFIX_OP       258
-# define       POSTFIX_OP      259
-# define       LLT_MULOP       260
-# define       LLT_SEMI        261
-# define       LLT_VERTICALBAR 262
-# define       ITERATION_OP    263
-# define       LLT_LPAR        264
-# define       LLT_LBRACKET    265
-# define       selectSym       266
-# define       LLT_IF_THEN_ELSE        267
-# define       logicalOp       268
-# define       eqSepSym        269
-# define       equationSym     270
-# define       commentSym      271
-# define       LLT_WHITESPACE  272
-# define       LLT_EOL 273
-# define       LLT_TYPEDEF_NAME        274
-# define       quantifierSym   275
-# define       openSym 276
-# define       closeSym        277
-# define       sepSym  278
-# define       simpleId        279
-# define       mapSym  280
-# define       markerSym       281
-# define       preSym  282
-# define       postSym 283
-# define       anySym  284
-# define       LLT_COLON       285
-# define       LLT_COMMA       286
-# define       LLT_EQUALS      287
-# define       LLT_LBRACE      288
-# define       LLT_RBRACE      289
-# define       LLT_RBRACKET    290
-# define       LLT_RPAR        291
-# define       LLT_QUOTE       292
-# define       eqOp    293
-# define       LLT_CCHAR       294
-# define       LLT_CFLOAT      295
-# define       LLT_CINTEGER    296
-# define       LLT_LCSTRING    297
-# define       LLT_ALL 298
-# define       LLT_ANYTHING    299
-# define       LLT_BE  300
-# define       LLT_BODY        301
-# define       LLT_CLAIMS      302
-# define       LLT_CHECKS      303
-# define       LLT_CONSTANT    304
-# define       LLT_ELSE        305
-# define       LLT_ENSURES     306
-# define       LLT_FOR 307
-# define       LLT_FRESH       308
-# define       LLT_IF  309
-# define       LLT_IMMUTABLE   310
-# define       LLT_IMPORTS     311
-# define       LLT_CONSTRAINT  312
-# define       LLT_ISSUB       313
-# define       LLT_LET 314
-# define       LLT_MODIFIES    315
-# define       LLT_MUTABLE     316
-# define       LLT_NOTHING     317
-# define       LLT_INTERNAL    318
-# define       LLT_FILESYS     319
-# define       LLT_OBJ 320
-# define       LLT_OUT 321
-# define       LLT_SEF 322
-# define       LLT_ONLY        323
-# define       LLT_PARTIAL     324
-# define       LLT_OWNED       325
-# define       LLT_DEPENDENT   326
-# define       LLT_KEEP        327
-# define       LLT_KEPT        328
-# define       LLT_TEMP        329
-# define       LLT_SHARED      330
-# define       LLT_UNIQUE      331
-# define       LLT_UNUSED      332
-# define       LLT_EXITS       333
-# define       LLT_MAYEXIT     334
-# define       LLT_NEVEREXIT   335
-# define       LLT_TRUEEXIT    336
-# define       LLT_FALSEEXIT   337
-# define       LLT_UNDEF       338
-# define       LLT_KILLED      339
-# define       LLT_CHECKMOD    340
-# define       LLT_CHECKED     341
-# define       LLT_UNCHECKED   342
-# define       LLT_CHECKEDSTRICT       343
-# define       LLT_TRUENULL    344
-# define       LLT_FALSENULL   345
-# define       LLT_LNULL       346
-# define       LLT_LNOTNULL    347
-# define       LLT_RETURNED    348
-# define       LLT_OBSERVER    349
-# define       LLT_EXPOSED     350
-# define       LLT_REFCOUNTED  351
-# define       LLT_REFS        352
-# define       LLT_RELNULL     353
-# define       LLT_RELDEF      354
-# define       LLT_KILLREF     355
-# define       LLT_NULLTERMINATED      356
-# define       LLT_TEMPREF     357
-# define       LLT_NEWREF      358
-# define       LLT_PRIVATE     359
-# define       LLT_REQUIRES    360
-# define       LLT_RESULT      361
-# define       LLT_SIZEOF      362
-# define       LLT_SPEC        363
-# define       LLT_TAGGEDUNION 364
-# define       LLT_THEN        365
-# define       LLT_TYPE        366
-# define       LLT_TYPEDEF     367
-# define       LLT_UNCHANGED   368
-# define       LLT_USES        369
-# define       LLT_CHAR        370
-# define       LLT_CONST       371
-# define       LLT_DOUBLE      372
-# define       LLT_ENUM        373
-# define       LLT_FLOAT       374
-# define       LLT_INT 375
-# define       LLT_ITER        376
-# define       LLT_YIELD       377
-# define       LLT_LONG        378
-# define       LLT_SHORT       379
-# define       LLT_SIGNED      380
-# define       LLT_UNKNOWN     381
-# define       LLT_STRUCT      382
-# define       LLT_TELIPSIS    383
-# define       LLT_UNION       384
-# define       LLT_UNSIGNED    385
-# define       LLT_VOID        386
-# define       LLT_VOLATILE    387
-# define       LLT_PRINTFLIKE  388
-# define       LLT_SCANFLIKE   389
-# define       LLT_MESSAGELIKE 390
+#define        simpleOp        257
+#define        PREFIX_OP       258
+#define        POSTFIX_OP      259
+#define        LLT_MULOP       260
+#define        LLT_SEMI        261
+#define        LLT_VERTICALBAR 262
+#define        ITERATION_OP    263
+#define        LLT_LPAR        264
+#define        LLT_LBRACKET    265
+#define        selectSym       266
+#define        LLT_IF_THEN_ELSE        267
+#define        logicalOp       268
+#define        eqSepSym        269
+#define        equationSym     270
+#define        commentSym      271
+#define        LLT_WHITESPACE  272
+#define        LLT_EOL 273
+#define        LLT_TYPEDEF_NAME        274
+#define        quantifierSym   275
+#define        openSym 276
+#define        closeSym        277
+#define        sepSym  278
+#define        simpleId        279
+#define        mapSym  280
+#define        markerSym       281
+#define        preSym  282
+#define        postSym 283
+#define        anySym  284
+#define        LLT_COLON       285
+#define        LLT_COMMA       286
+#define        LLT_EQUALS      287
+#define        LLT_LBRACE      288
+#define        LLT_RBRACE      289
+#define        LLT_RBRACKET    290
+#define        LLT_RPAR        291
+#define        LLT_QUOTE       292
+#define        eqOp    293
+#define        LLT_CCHAR       294
+#define        LLT_CFLOAT      295
+#define        LLT_CINTEGER    296
+#define        LLT_LCSTRING    297
+#define        LLT_ALL 298
+#define        LLT_ANYTHING    299
+#define        LLT_BE  300
+#define        LLT_BODY        301
+#define        LLT_CLAIMS      302
+#define        LLT_CHECKS      303
+#define        LLT_CONSTANT    304
+#define        LLT_ELSE        305
+#define        LLT_ENSURES     306
+#define        LLT_FOR 307
+#define        LLT_FRESH       308
+#define        LLT_IF  309
+#define        LLT_IMMUTABLE   310
+#define        LLT_IMPORTS     311
+#define        LLT_CONSTRAINT  312
+#define        LLT_ISSUB       313
+#define        LLT_LET 314
+#define        LLT_MODIFIES    315
+#define        LLT_MUTABLE     316
+#define        LLT_NOTHING     317
+#define        LLT_INTERNAL    318
+#define        LLT_FILESYS     319
+#define        LLT_OBJ 320
+#define        LLT_OUT 321
+#define        LLT_SEF 322
+#define        LLT_ONLY        323
+#define        LLT_PARTIAL     324
+#define        LLT_OWNED       325
+#define        LLT_DEPENDENT   326
+#define        LLT_KEEP        327
+#define        LLT_KEPT        328
+#define        LLT_TEMP        329
+#define        LLT_SHARED      330
+#define        LLT_UNIQUE      331
+#define        LLT_UNUSED      332
+#define        LLT_EXITS       333
+#define        LLT_MAYEXIT     334
+#define        LLT_NEVEREXIT   335
+#define        LLT_TRUEEXIT    336
+#define        LLT_FALSEEXIT   337
+#define        LLT_UNDEF       338
+#define        LLT_KILLED      339
+#define        LLT_CHECKMOD    340
+#define        LLT_CHECKED     341
+#define        LLT_UNCHECKED   342
+#define        LLT_CHECKEDSTRICT       343
+#define        LLT_TRUENULL    344
+#define        LLT_FALSENULL   345
+#define        LLT_LNULL       346
+#define        LLT_LNOTNULL    347
+#define        LLT_RETURNED    348
+#define        LLT_OBSERVER    349
+#define        LLT_EXPOSED     350
+#define        LLT_REFCOUNTED  351
+#define        LLT_REFS        352
+#define        LLT_RELNULL     353
+#define        LLT_RELDEF      354
+#define        LLT_KILLREF     355
+#define        LLT_NULLTERMINATED      356
+#define        LLT_TEMPREF     357
+#define        LLT_NEWREF      358
+#define        LLT_PRIVATE     359
+#define        LLT_REQUIRES    360
+#define        LLT_RESULT      361
+#define        LLT_SIZEOF      362
+#define        LLT_SPEC        363
+#define        LLT_TAGGEDUNION 364
+#define        LLT_THEN        365
+#define        LLT_TYPE        366
+#define        LLT_TYPEDEF     367
+#define        LLT_UNCHANGED   368
+#define        LLT_USES        369
+#define        LLT_CHAR        370
+#define        LLT_CONST       371
+#define        LLT_DOUBLE      372
+#define        LLT_ENUM        373
+#define        LLT_FLOAT       374
+#define        LLT_INT 375
+#define        LLT_ITER        376
+#define        LLT_YIELD       377
+#define        LLT_LONG        378
+#define        LLT_SHORT       379
+#define        LLT_SIGNED      380
+#define        LLT_UNKNOWN     381
+#define        LLT_STRUCT      382
+#define        LLT_TELIPSIS    383
+#define        LLT_UNION       384
+#define        LLT_UNSIGNED    385
+#define        LLT_VOID        386
+#define        LLT_VOLATILE    387
+#define        LLT_PRINTFLIKE  388
+#define        LLT_SCANFLIKE   389
+#define        LLT_MESSAGELIKE 390
 
 
 
@@ -242,7 +243,6 @@ bool g_inTypeDef = FALSE;
 # endif
 
 
-#ifndef YYSTYPE
 typedef union 
 {
   ltoken ltok;  /* a leaf is also an ltoken */
@@ -309,12 +309,17 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
+} YYSTYPE;
 #ifndef YYDEBUG
-# define YYDEBUG 1
+#define YYDEBUG 1
+#endif
+
+#include <stdio.h>
+
+#ifndef __cplusplus
+#ifndef __STDC__
+#define const
+#endif
 #endif
 
 
@@ -323,1316 +328,1277 @@ typedef union
 #define        YYFLAG          -32768
 #define        YYNTBASE        137
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
 #define YYTRANSLATE(x) ((unsigned)(x) <= 390 ? yytranslate[x] : 291)
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
-static const short yytranslate[] =
-{
-       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     1,     3,     4,     5,
-       6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
-      16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
-      26,    27,    28,    29,    30,    31,    32,    33,    34,    35,
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
-      46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
-      56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
-      66,    67,    68,    69,    70,    71,    72,    73,    74,    75,
-      76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
-      86,    87,    88,    89,    90,    91,    92,    93,    94,    95,
-      96,    97,    98,    99,   100,   101,   102,   103,   104,   105,
-     106,   107,   108,   109,   110,   111,   112,   113,   114,   115,
-     116,   117,   118,   119,   120,   121,   122,   123,   124,   125,
-     126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
-     136
+static const short yytranslate[] = {     0,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
+     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
+    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
+    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
+    47,    48,    49,    50,    51,    52,    53,    54,    55,    56,
+    57,    58,    59,    60,    61,    62,    63,    64,    65,    66,
+    67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
+    77,    78,    79,    80,    81,    82,    83,    84,    85,    86,
+    87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
+    97,    98,    99,   100,   101,   102,   103,   104,   105,   106,
+   107,   108,   109,   110,   111,   112,   113,   114,   115,   116,
+   117,   118,   119,   120,   121,   122,   123,   124,   125,   126,
+   127,   128,   129,   130,   131,   132,   133,   134,   135,   136
 };
 
-#if YYDEBUG
-static const short yyprhs[] =
-{
-       0,     0,     1,     5,     6,     9,    11,    13,    14,    17,
-      20,    21,    24,    26,    28,    30,    34,    38,    40,    42,
-      44,    46,    48,    50,    57,    58,    60,    62,    66,    69,
-      71,    72,    76,    78,    80,    82,    84,    89,    93,    98,
-     103,   105,   107,   109,   111,   113,   114,   128,   129,   144,
-     145,   159,   164,   165,   166,   173,   174,   175,   183,   184,
-     185,   193,   194,   195,   202,   203,   204,   211,   214,   217,
-     219,   223,   225,   229,   231,   233,   237,   239,   241,   245,
-     247,   252,   256,   263,   265,   269,   271,   273,   277,   279,
-     283,   285,   289,   293,   297,   302,   304,   306,   308,   310,
-     312,   316,   318,   322,   323,   326,   330,   333,   336,   337,
-     340,   345,   346,   350,   352,   356,   362,   366,   368,   369,
-     373,   374,   378,   379,   383,   387,   391,   393,   397,   399,
-     401,   404,   406,   408,   409,   413,   414,   418,   419,   421,
-     423,   425,   429,   431,   435,   436,   441,   447,   449,   453,
-     456,   460,   464,   469,   473,   479,   486,   488,   492,   494,
-     496,   499,   502,   506,   510,   514,   519,   521,   525,   530,
-     534,   535,   538,   539,   541,   542,   549,   551,   555,   556,
-     560,   561,   565,   567,   569,   571,   573,   575,   577,   579,
-     581,   583,   585,   587,   590,   592,   594,   596,   598,   600,
-     602,   604,   606,   608,   610,   612,   614,   616,   618,   620,
-     622,   624,   626,   628,   630,   632,   634,   636,   638,   640,
-     642,   644,   646,   648,   650,   652,   654,   656,   658,   660,
-     662,   664,   666,   668,   670,   672,   675,   681,   683,   686,
-     688,   691,   692,   699,   700,   707,   710,   713,   714,   716,
-     718,   721,   725,   727,   731,   732,   734,   741,   744,   746,
-     750,   752,   754,   756,   760,   763,   766,   770,   775,   777,
-     781,   784,   787,   791,   796,   798,   801,   804,   808,   813,
-     816,   819,   822,   825,   829,   831,   832,   834,   838,   841,
-     843,   845,   848,   852,   856,   861,   864,   868,   875,   877,
-     880,   883,   887,   891,   896,   901,   907,   911,   916,   921,
-     927,   930,   933,   937,   941,   943,   945,   947,   949,   951,
-     953,   955,   956,   958,   960,   964,   966,   968,   973,   974,
-     976,   978,   982,   984,   986,   993,   995,   999,  1001,  1006,
-    1010,  1014,  1016,  1019,  1022,  1024,  1026,  1028,  1031,  1033,
-    1036,  1039,  1043,  1045,  1047,  1050,  1053,  1057,  1059,  1062,
-    1066,  1068,  1074,  1078,  1083,  1086,  1090,  1093,  1095,  1099,
-    1103,  1105,  1110,  1112,  1115,  1119,  1123,  1127,  1132,  1136,
-    1138,  1142,  1144,  1146,  1148,  1150,  1152,  1154,  1159,  1164,
-    1169,  1174,  1181,  1186,  1188,  1190,  1192,  1194,  1196,  1199,
-    1200,  1204,  1206,  1210,  1214,  1219,  1221,  1223,  1225,  1227,
-    1229,  1231,  1233,  1235
+#if YYDEBUG != 0
+static const short yyprhs[] = {     0,
+     0,     1,     5,     6,     9,    11,    13,    14,    17,    20,
+    21,    24,    26,    28,    30,    34,    38,    40,    42,    44,
+    46,    48,    50,    57,    58,    60,    62,    66,    69,    71,
+    72,    76,    78,    80,    82,    84,    89,    93,    98,   103,
+   105,   107,   109,   111,   113,   114,   128,   129,   144,   145,
+   159,   164,   165,   166,   173,   174,   175,   183,   184,   185,
+   193,   194,   195,   202,   203,   204,   211,   214,   217,   219,
+   223,   225,   229,   231,   233,   237,   239,   241,   245,   247,
+   252,   256,   263,   265,   269,   271,   273,   277,   279,   283,
+   285,   289,   293,   297,   302,   304,   306,   308,   310,   312,
+   316,   318,   322,   323,   326,   330,   333,   336,   337,   340,
+   345,   346,   350,   352,   356,   362,   366,   368,   369,   373,
+   374,   378,   379,   383,   387,   391,   393,   397,   399,   401,
+   404,   406,   408,   409,   413,   414,   418,   419,   421,   423,
+   425,   429,   431,   435,   436,   441,   447,   449,   453,   456,
+   460,   464,   469,   473,   479,   486,   488,   492,   494,   496,
+   499,   502,   506,   510,   514,   519,   521,   525,   530,   534,
+   535,   538,   539,   541,   542,   549,   551,   555,   556,   560,
+   561,   565,   567,   569,   571,   573,   575,   577,   579,   581,
+   583,   585,   587,   590,   592,   594,   596,   598,   600,   602,
+   604,   606,   608,   610,   612,   614,   616,   618,   620,   622,
+   624,   626,   628,   630,   632,   634,   636,   638,   640,   642,
+   644,   646,   648,   650,   652,   654,   656,   658,   660,   662,
+   664,   666,   668,   670,   672,   675,   681,   683,   686,   688,
+   691,   692,   699,   700,   707,   710,   713,   714,   716,   718,
+   721,   725,   727,   731,   732,   734,   741,   744,   746,   750,
+   752,   754,   756,   760,   763,   766,   770,   775,   777,   781,
+   784,   787,   791,   796,   798,   801,   804,   808,   813,   816,
+   819,   822,   825,   829,   831,   832,   834,   838,   841,   843,
+   845,   848,   852,   856,   861,   864,   868,   875,   877,   880,
+   883,   887,   891,   896,   901,   907,   911,   916,   921,   927,
+   930,   933,   937,   941,   943,   945,   947,   949,   951,   953,
+   955,   956,   958,   960,   964,   966,   968,   973,   974,   976,
+   978,   982,   984,   986,   993,   995,   999,  1001,  1006,  1010,
+  1014,  1016,  1019,  1022,  1024,  1026,  1028,  1031,  1033,  1036,
+  1039,  1043,  1045,  1047,  1050,  1053,  1057,  1059,  1062,  1066,
+  1068,  1074,  1078,  1083,  1086,  1090,  1093,  1095,  1099,  1103,
+  1105,  1110,  1112,  1115,  1119,  1123,  1127,  1132,  1136,  1138,
+  1142,  1144,  1146,  1148,  1150,  1152,  1154,  1159,  1164,  1169,
+  1174,  1181,  1186,  1188,  1190,  1192,  1194,  1196,  1199,  1200,
+  1204,  1206,  1210,  1214,  1219,  1221,  1223,  1225,  1227,  1229,
+  1231,  1233,  1235
 };
-static const short yyrhs[] =
-{
-      -1,   139,   138,   141,     0,     0,   139,   140,     0,   144,
-       0,   145,     0,     0,   146,   142,     0,   151,   142,     0,
-       0,   142,   143,     0,   146,     0,   151,     0,   145,     0,
-      57,   175,     7,     0,   115,   179,     7,     0,   154,     0,
-     155,     0,   156,     0,   158,     0,   161,     0,   147,     0,
-     122,   285,    10,   148,    37,     7,     0,     0,   149,     0,
-     150,     0,   149,    32,   150,     0,   123,   244,     0,   244,
-       0,     0,   109,   152,   153,     0,   154,     0,   155,     0,
-     156,     0,   158,     0,    50,   227,   189,     7,     0,   227,
-     189,     7,     0,   117,   227,   189,     7,     0,   133,   227,
-     189,     7,     0,   163,     0,   172,     0,   134,     0,   135,
-       0,   136,     0,     0,   227,   240,   191,   159,    34,   193,
-     195,   199,   200,   201,   204,   205,    35,     0,     0,   157,
-     227,   240,   191,   160,    34,   193,   195,   199,   200,   201,
-     204,   205,    35,     0,     0,    48,   287,    10,   206,    37,
-     191,   162,    34,   195,   200,   209,   204,    35,     0,    48,
-     284,   287,     7,     0,     0,     0,    62,   164,   112,    20,
-     165,   214,     0,     0,     0,    62,   166,    97,   112,    20,
-     167,   214,     0,     0,     0,    97,    62,   168,   112,    20,
-     169,   214,     0,     0,     0,    56,   170,   112,    20,   171,
-     214,     0,     0,     0,   113,   227,   173,   219,   174,     7,
-       0,   230,     7,     0,   238,     7,     0,   176,     0,   175,
-      32,   176,     0,   178,     0,     3,   178,     3,     0,    43,
-       0,   178,     0,   177,    32,   178,     0,   283,     0,   180,
-       0,   179,    32,   180,     0,   289,     0,   289,    10,   182,
-      37,     0,    10,   181,    37,     0,    10,   181,    37,    10,
-     182,    37,     0,   289,     0,   181,    32,   289,     0,   184,
-       0,   183,     0,   183,    32,   184,     0,   245,     0,   183,
-      32,   245,     0,   185,     0,   184,    32,   185,     0,   245,
-      53,   223,     0,   245,    53,   186,     0,   245,    53,   186,
-     256,     0,   290,     0,   249,     0,   188,     0,   260,     0,
-     190,     0,   189,    32,   190,     0,   240,     0,   240,    33,
-     187,     0,     0,   191,   192,     0,   227,   189,     7,     0,
-      64,     7,     0,    65,     7,     0,     0,   193,   194,     0,
-     105,   227,   189,     7,     0,     0,    60,   196,     7,     0,
-     197,     0,   196,    32,   197,     0,   285,    31,   198,    46,
-     260,     0,   285,    46,   260,     0,   227,     0,     0,    49,
-     259,     7,     0,     0,   106,   259,     7,     0,     0,    61,
-      63,     7,     0,    61,    45,     7,     0,    61,   202,     7,
-       0,   203,     0,   202,    32,   203,     0,   260,     0,   228,
-       0,    66,   228,     0,    64,     0,    65,     0,     0,    52,
-     259,     7,     0,     0,    48,   259,     7,     0,     0,   207,
-       0,   208,     0,   129,     0,   208,    32,   129,     0,   244,
-       0,   208,    32,   244,     0,     0,    47,    34,   210,    35,
-       0,    47,    34,   210,     7,    35,     0,   211,     0,    10,
-     210,    37,     0,   210,     6,     0,   210,     8,   210,     0,
-     210,     7,   210,     0,   284,    10,   212,    37,     0,   284,
-      10,    37,     0,   285,    33,   284,    10,    37,     0,   285,
-      33,   284,    10,   212,    37,     0,   213,     0,   212,    32,
-     213,     0,   277,     0,   285,     0,     3,   213,     0,   213,
-       3,     0,   213,     3,   213,     0,    10,   213,    37,     0,
-     284,    10,    37,     0,   284,    10,   212,    37,     0,     7,
-       0,    34,   215,    35,     0,    34,   177,    35,     7,     0,
-      34,    35,     7,     0,     0,   215,   158,     0,     0,   217,
-       0,     0,    58,   218,   279,    10,   259,    37,     0,   220,
-       0,   219,    32,   220,     0,     0,   240,   221,   222,     0,
-       0,    34,   216,    35,     0,   132,     0,   116,     0,   118,
-       0,   120,     0,   121,     0,   124,     0,   125,     0,   126,
-       0,   131,     0,   127,     0,   223,     0,   224,   223,     0,
-      20,     0,   224,     0,    67,     0,    78,     0,    68,     0,
-      69,     0,    71,     0,    72,     0,    73,     0,    74,     0,
-      95,     0,    79,     0,    80,     0,    82,     0,    83,     0,
-      81,     0,    75,     0,    76,     0,    77,     0,    87,     0,
-      88,     0,    89,     0,    90,     0,    91,     0,    99,     0,
-     100,     0,    97,     0,    98,     0,   104,     0,   101,     0,
-      92,     0,    93,     0,    94,     0,    96,     0,    70,     0,
-     102,     0,    84,     0,    85,     0,   225,     0,   230,     0,
-     238,     0,   226,   227,     0,     8,   228,    31,   228,     8,
-       0,   227,     0,   227,   229,     0,     6,     0,   229,     6,
-       0,     0,   128,   233,   231,    34,   234,    35,     0,     0,
-     130,   233,   232,    34,   234,    35,     0,   128,   286,     0,
-     130,   286,     0,     0,   286,     0,   235,     0,   234,   235,
-       0,   227,   236,     7,     0,   240,     0,   236,    32,   240,
-       0,     0,    32,     0,   119,   233,    34,   239,   237,    35,
-       0,   119,   286,     0,    25,     0,   239,    32,    25,     0,
-     242,     0,   241,     0,   285,     0,    10,   241,    37,     0,
-       6,   241,     0,   241,   248,     0,   241,    10,    37,     0,
-     241,    10,   207,    37,     0,    20,     0,    10,   242,    37,
-       0,     6,   242,     0,   242,   248,     0,   242,    10,    37,
-       0,   242,    10,   207,    37,     0,    20,     0,     6,   243,
-       0,   243,   248,     0,   243,    10,    37,     0,   243,    10,
-     207,    37,     0,   227,   243,     0,   227,   241,     0,   227,
-     246,     0,   227,   246,     0,    66,   227,   246,     0,   249,
-       0,     0,   247,     0,    10,   247,    37,     0,     6,   247,
-       0,     6,     0,   248,     0,   247,   248,     0,   247,    10,
-      37,     0,    10,   207,    37,     0,   247,    10,   207,    37,
-       0,    11,    36,     0,    11,   188,    36,     0,    55,    27,
-     111,    27,    51,    27,     0,   252,     0,    27,   252,     0,
-     252,    27,     0,    27,   252,    27,     0,   250,   253,   251,
-       0,    27,   250,   253,   251,     0,   250,   253,   251,    27,
-       0,    27,   250,   253,   251,    27,     0,    11,   253,    36,
-       0,    11,   253,    36,    27,     0,    27,    11,   253,    36,
-       0,    27,    11,   253,    36,    27,     0,    12,   283,     0,
-      26,   283,     0,    27,    12,   283,     0,    27,    26,   283,
-       0,    22,     0,    34,     0,    23,     0,    35,     0,   264,
-       0,    14,     0,    39,     0,     0,   254,     0,    27,     0,
-     254,   255,    27,     0,    32,     0,    24,     0,    31,   257,
-      26,   288,     0,     0,   258,     0,   288,     0,   258,    32,
-     288,     0,   260,     0,   261,     0,    55,   261,   111,   261,
-      51,   261,     0,   262,     0,   261,    14,   261,     0,   263,
-       0,   278,    10,   259,    37,     0,   263,    39,   263,     0,
-     263,    33,   263,     0,   265,     0,   268,   266,     0,   268,
-     267,     0,     3,     0,     6,     0,   268,     0,   264,   265,
-       0,   264,     0,   266,   264,     0,   264,   268,     0,   267,
-     264,   268,     0,   273,     0,   269,     0,   269,   273,     0,
-     273,   269,     0,   273,   269,   273,     0,   270,     0,   270,
-     273,     0,   271,    31,   288,     0,   271,     0,    11,   272,
-      36,    31,   288,     0,    11,   272,    36,     0,    11,    36,
-      31,   288,     0,    11,    36,     0,   250,   272,   251,     0,
-     250,   251,     0,   260,     0,   272,   255,   260,     0,    10,
-     261,    37,     0,   285,     0,   290,    10,   274,    37,     0,
-     276,     0,   273,   275,     0,   273,    12,   283,     0,   273,
-      26,   283,     0,   273,    11,    36,     0,   273,    11,   274,
-      36,     0,   273,    31,   288,     0,   261,     0,   274,    32,
-     261,     0,    28,     0,    29,     0,    30,     0,    38,     0,
-     277,     0,   107,     0,    54,    10,   274,    37,     0,   114,
-      10,    44,    37,     0,   114,    10,   202,    37,     0,   108,
-      10,   260,    37,     0,    59,    10,   260,    32,   260,    37,
-       0,   108,    10,   227,    37,     0,    42,     0,    43,     0,
-      40,     0,    41,     0,   279,     0,   278,   279,     0,     0,
-      21,   280,   281,     0,   282,     0,   281,    32,   282,     0,
-     285,    31,   198,     0,   285,    31,    66,   198,     0,    25,
-       0,    20,     0,    25,     0,    25,     0,   283,     0,   283,
-       0,   283,     0,   283,     0,   283,     0
+
+static const short yyrhs[] = {    -1,
+   139,   138,   141,     0,     0,   139,   140,     0,   144,     0,
+   145,     0,     0,   146,   142,     0,   151,   142,     0,     0,
+   142,   143,     0,   146,     0,   151,     0,   145,     0,    57,
+   175,     7,     0,   115,   179,     7,     0,   154,     0,   155,
+     0,   156,     0,   158,     0,   161,     0,   147,     0,   122,
+   285,    10,   148,    37,     7,     0,     0,   149,     0,   150,
+     0,   149,    32,   150,     0,   123,   244,     0,   244,     0,
+     0,   109,   152,   153,     0,   154,     0,   155,     0,   156,
+     0,   158,     0,    50,   227,   189,     7,     0,   227,   189,
+     7,     0,   117,   227,   189,     7,     0,   133,   227,   189,
+     7,     0,   163,     0,   172,     0,   134,     0,   135,     0,
+   136,     0,     0,   227,   240,   191,   159,    34,   193,   195,
+   199,   200,   201,   204,   205,    35,     0,     0,   157,   227,
+   240,   191,   160,    34,   193,   195,   199,   200,   201,   204,
+   205,    35,     0,     0,    48,   287,    10,   206,    37,   191,
+   162,    34,   195,   200,   209,   204,    35,     0,    48,   284,
+   287,     7,     0,     0,     0,    62,   164,   112,    20,   165,
+   214,     0,     0,     0,    62,   166,    97,   112,    20,   167,
+   214,     0,     0,     0,    97,    62,   168,   112,    20,   169,
+   214,     0,     0,     0,    56,   170,   112,    20,   171,   214,
+     0,     0,     0,   113,   227,   173,   219,   174,     7,     0,
+   230,     7,     0,   238,     7,     0,   176,     0,   175,    32,
+   176,     0,   178,     0,     3,   178,     3,     0,    43,     0,
+   178,     0,   177,    32,   178,     0,   283,     0,   180,     0,
+   179,    32,   180,     0,   289,     0,   289,    10,   182,    37,
+     0,    10,   181,    37,     0,    10,   181,    37,    10,   182,
+    37,     0,   289,     0,   181,    32,   289,     0,   184,     0,
+   183,     0,   183,    32,   184,     0,   245,     0,   183,    32,
+   245,     0,   185,     0,   184,    32,   185,     0,   245,    53,
+   223,     0,   245,    53,   186,     0,   245,    53,   186,   256,
+     0,   290,     0,   249,     0,   188,     0,   260,     0,   190,
+     0,   189,    32,   190,     0,   240,     0,   240,    33,   187,
+     0,     0,   191,   192,     0,   227,   189,     7,     0,    64,
+     7,     0,    65,     7,     0,     0,   193,   194,     0,   105,
+   227,   189,     7,     0,     0,    60,   196,     7,     0,   197,
+     0,   196,    32,   197,     0,   285,    31,   198,    46,   260,
+     0,   285,    46,   260,     0,   227,     0,     0,    49,   259,
+     7,     0,     0,   106,   259,     7,     0,     0,    61,    63,
+     7,     0,    61,    45,     7,     0,    61,   202,     7,     0,
+   203,     0,   202,    32,   203,     0,   260,     0,   228,     0,
+    66,   228,     0,    64,     0,    65,     0,     0,    52,   259,
+     7,     0,     0,    48,   259,     7,     0,     0,   207,     0,
+   208,     0,   129,     0,   208,    32,   129,     0,   244,     0,
+   208,    32,   244,     0,     0,    47,    34,   210,    35,     0,
+    47,    34,   210,     7,    35,     0,   211,     0,    10,   210,
+    37,     0,   210,     6,     0,   210,     8,   210,     0,   210,
+     7,   210,     0,   284,    10,   212,    37,     0,   284,    10,
+    37,     0,   285,    33,   284,    10,    37,     0,   285,    33,
+   284,    10,   212,    37,     0,   213,     0,   212,    32,   213,
+     0,   277,     0,   285,     0,     3,   213,     0,   213,     3,
+     0,   213,     3,   213,     0,    10,   213,    37,     0,   284,
+    10,    37,     0,   284,    10,   212,    37,     0,     7,     0,
+    34,   215,    35,     0,    34,   177,    35,     7,     0,    34,
+    35,     7,     0,     0,   215,   158,     0,     0,   217,     0,
+     0,    58,   218,   279,    10,   259,    37,     0,   220,     0,
+   219,    32,   220,     0,     0,   240,   221,   222,     0,     0,
+    34,   216,    35,     0,   132,     0,   116,     0,   118,     0,
+   120,     0,   121,     0,   124,     0,   125,     0,   126,     0,
+   131,     0,   127,     0,   223,     0,   224,   223,     0,    20,
+     0,   224,     0,    67,     0,    78,     0,    68,     0,    69,
+     0,    71,     0,    72,     0,    73,     0,    74,     0,    95,
+     0,    79,     0,    80,     0,    82,     0,    83,     0,    81,
+     0,    75,     0,    76,     0,    77,     0,    87,     0,    88,
+     0,    89,     0,    90,     0,    91,     0,    99,     0,   100,
+     0,    97,     0,    98,     0,   104,     0,   101,     0,    92,
+     0,    93,     0,    94,     0,    96,     0,    70,     0,   102,
+     0,    84,     0,    85,     0,   225,     0,   230,     0,   238,
+     0,   226,   227,     0,     8,   228,    31,   228,     8,     0,
+   227,     0,   227,   229,     0,     6,     0,   229,     6,     0,
+     0,   128,   233,   231,    34,   234,    35,     0,     0,   130,
+   233,   232,    34,   234,    35,     0,   128,   286,     0,   130,
+   286,     0,     0,   286,     0,   235,     0,   234,   235,     0,
+   227,   236,     7,     0,   240,     0,   236,    32,   240,     0,
+     0,    32,     0,   119,   233,    34,   239,   237,    35,     0,
+   119,   286,     0,    25,     0,   239,    32,    25,     0,   242,
+     0,   241,     0,   285,     0,    10,   241,    37,     0,     6,
+   241,     0,   241,   248,     0,   241,    10,    37,     0,   241,
+    10,   207,    37,     0,    20,     0,    10,   242,    37,     0,
+     6,   242,     0,   242,   248,     0,   242,    10,    37,     0,
+   242,    10,   207,    37,     0,    20,     0,     6,   243,     0,
+   243,   248,     0,   243,    10,    37,     0,   243,    10,   207,
+    37,     0,   227,   243,     0,   227,   241,     0,   227,   246,
+     0,   227,   246,     0,    66,   227,   246,     0,   249,     0,
+     0,   247,     0,    10,   247,    37,     0,     6,   247,     0,
+     6,     0,   248,     0,   247,   248,     0,   247,    10,    37,
+     0,    10,   207,    37,     0,   247,    10,   207,    37,     0,
+    11,    36,     0,    11,   188,    36,     0,    55,    27,   111,
+    27,    51,    27,     0,   252,     0,    27,   252,     0,   252,
+    27,     0,    27,   252,    27,     0,   250,   253,   251,     0,
+    27,   250,   253,   251,     0,   250,   253,   251,    27,     0,
+    27,   250,   253,   251,    27,     0,    11,   253,    36,     0,
+    11,   253,    36,    27,     0,    27,    11,   253,    36,     0,
+    27,    11,   253,    36,    27,     0,    12,   283,     0,    26,
+   283,     0,    27,    12,   283,     0,    27,    26,   283,     0,
+    22,     0,    34,     0,    23,     0,    35,     0,   264,     0,
+    14,     0,    39,     0,     0,   254,     0,    27,     0,   254,
+   255,    27,     0,    32,     0,    24,     0,    31,   257,    26,
+   288,     0,     0,   258,     0,   288,     0,   258,    32,   288,
+     0,   260,     0,   261,     0,    55,   261,   111,   261,    51,
+   261,     0,   262,     0,   261,    14,   261,     0,   263,     0,
+   278,    10,   259,    37,     0,   263,    39,   263,     0,   263,
+    33,   263,     0,   265,     0,   268,   266,     0,   268,   267,
+     0,     3,     0,     6,     0,   268,     0,   264,   265,     0,
+   264,     0,   266,   264,     0,   264,   268,     0,   267,   264,
+   268,     0,   273,     0,   269,     0,   269,   273,     0,   273,
+   269,     0,   273,   269,   273,     0,   270,     0,   270,   273,
+     0,   271,    31,   288,     0,   271,     0,    11,   272,    36,
+    31,   288,     0,    11,   272,    36,     0,    11,    36,    31,
+   288,     0,    11,    36,     0,   250,   272,   251,     0,   250,
+   251,     0,   260,     0,   272,   255,   260,     0,    10,   261,
+    37,     0,   285,     0,   290,    10,   274,    37,     0,   276,
+     0,   273,   275,     0,   273,    12,   283,     0,   273,    26,
+   283,     0,   273,    11,    36,     0,   273,    11,   274,    36,
+     0,   273,    31,   288,     0,   261,     0,   274,    32,   261,
+     0,    28,     0,    29,     0,    30,     0,    38,     0,   277,
+     0,   107,     0,    54,    10,   274,    37,     0,   114,    10,
+    44,    37,     0,   114,    10,   202,    37,     0,   108,    10,
+   260,    37,     0,    59,    10,   260,    32,   260,    37,     0,
+   108,    10,   227,    37,     0,    42,     0,    43,     0,    40,
+     0,    41,     0,   279,     0,   278,   279,     0,     0,    21,
+   280,   281,     0,   282,     0,   281,    32,   282,     0,   285,
+    31,   198,     0,   285,    31,    66,   198,     0,    25,     0,
+    20,     0,    25,     0,    25,     0,   283,     0,   283,     0,
+   283,     0,   283,     0,   283,     0
 };
 
 #endif
 
-#if YYDEBUG
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
-static const short yyrline[] =
-{
-       0,   382,   382,   387,   388,   392,   393,   397,   398,   399,
-     403,   404,   408,   409,   410,   414,   421,   426,   428,   430,
-     432,   434,   436,   441,   446,   447,   451,   453,   458,   459,
-     463,   463,   468,   470,   472,   474,   479,   484,   486,   488,
-     493,   494,   498,   499,   500,   504,   504,   512,   512,   525,
-     525,   530,   535,   535,   535,   537,   537,   537,   540,   540,
-     540,   543,   543,   543,   548,   548,   548,   551,   553,   570,
-     572,   577,   578,   580,   584,   585,   589,   594,   596,   601,
-     603,   605,   607,   612,   613,   617,   619,   621,   625,   627,
-     631,   633,   637,   638,   639,   644,   645,   648,   651,   655,
-     657,   662,   663,   667,   669,   674,   675,   676,   680,   681,
-     685,   690,   691,   695,   696,   700,   701,   704,   708,   709,
-     713,   714,   718,   719,   720,   721,   725,   726,   730,   731,
-     732,   733,   734,   738,   739,   743,   744,   748,   749,   753,
-     754,   755,   759,   760,   764,   765,   766,   770,   771,   774,
-     779,   785,   794,   796,   798,   800,   805,   806,   810,   811,
-     812,   813,   814,   815,   816,   818,   823,   824,   825,   826,
-     830,   831,   835,   836,   840,   840,   850,   851,   856,   856,
-     861,   862,   866,   867,   868,   869,   870,   871,   872,   873,
-     874,   875,   884,   885,   891,   893,   900,   901,   902,   903,
-     904,   905,   906,   907,   908,   909,   910,   911,   912,   913,
-     914,   915,   916,   917,   918,   919,   920,   921,   922,   923,
-     924,   925,   926,   927,   928,   929,   930,   931,   932,   933,
-     934,   935,   939,   941,   943,   945,   947,   957,   958,   964,
-     965,   969,   969,   973,   973,   977,   979,   984,   985,   989,
-     990,   996,  1000,  1002,  1007,  1008,  1012,  1014,  1019,  1020,
-    1031,  1032,  1036,  1037,  1038,  1039,  1040,  1041,  1045,  1046,
-    1047,  1048,  1049,  1050,  1060,  1061,  1062,  1063,  1064,  1071,
-    1072,  1073,  1084,  1085,  1086,  1092,  1093,  1097,  1098,  1099,
-    1100,  1101,  1102,  1103,  1104,  1108,  1109,  1113,  1115,  1117,
-    1119,  1121,  1124,  1126,  1128,  1130,  1132,  1134,  1142,  1144,
-    1146,  1149,  1152,  1155,  1161,  1162,  1166,  1167,  1171,  1172,
-    1173,  1177,  1178,  1182,  1183,  1187,  1188,  1192,  1196,  1197,
-    1201,  1202,  1206,  1210,  1217,  1219,  1220,  1224,  1225,  1230,
-    1232,  1237,  1238,  1239,  1243,  1244,  1248,  1249,  1253,  1254,
-    1258,  1259,  1263,  1264,  1265,  1266,  1267,  1268,  1269,  1273,
-    1274,  1278,  1281,  1283,  1287,  1292,  1293,  1297,  1298,  1302,
-    1304,  1306,  1308,  1309,  1311,  1313,  1315,  1318,  1320,  1325,
-    1326,  1330,  1331,  1332,  1333,  1337,  1338,  1339,  1340,  1341,
-    1342,  1347,  1353,  1364,  1365,  1366,  1367,  1371,  1373,  1378,
-    1378,  1386,  1387,  1391,  1392,  1396,  1397,  1401,  1402,  1403,
-    1404,  1405,  1406,  1407
+#if YYDEBUG != 0
+static const short yyrline[] = { 0,
+   382,   383,   387,   388,   392,   393,   397,   398,   399,   403,
+   404,   408,   409,   410,   414,   421,   426,   428,   430,   432,
+   434,   436,   441,   446,   447,   451,   453,   458,   459,   463,
+   464,   468,   470,   472,   474,   479,   484,   486,   488,   493,
+   494,   498,   499,   500,   504,   505,   512,   514,   525,   527,
+   530,   535,   535,   536,   537,   537,   539,   540,   541,   542,
+   543,   543,   544,   548,   549,   550,   551,   553,   570,   572,
+   577,   578,   580,   584,   585,   589,   594,   596,   601,   603,
+   605,   607,   612,   613,   617,   619,   621,   625,   627,   631,
+   633,   637,   638,   639,   644,   645,   648,   651,   655,   657,
+   662,   663,   667,   669,   674,   675,   676,   680,   681,   685,
+   690,   691,   695,   696,   700,   701,   704,   708,   709,   713,
+   714,   718,   719,   720,   721,   725,   726,   730,   731,   732,
+   733,   734,   738,   739,   743,   744,   748,   749,   753,   754,
+   755,   759,   760,   764,   765,   766,   770,   771,   774,   779,
+   785,   794,   796,   798,   800,   805,   806,   810,   811,   812,
+   813,   814,   815,   816,   818,   823,   824,   825,   826,   830,
+   831,   835,   836,   840,   840,   850,   851,   856,   857,   861,
+   862,   866,   867,   868,   869,   870,   871,   872,   873,   874,
+   875,   884,   885,   891,   893,   900,   901,   902,   903,   904,
+   905,   906,   907,   908,   909,   910,   911,   912,   913,   914,
+   915,   916,   917,   918,   919,   920,   921,   922,   923,   924,
+   925,   926,   927,   928,   929,   930,   931,   932,   933,   934,
+   935,   939,   941,   943,   945,   947,   957,   958,   964,   965,
+   969,   971,   973,   975,   977,   979,   984,   985,   989,   990,
+   996,  1000,  1002,  1007,  1008,  1012,  1014,  1019,  1020,  1031,
+  1032,  1036,  1037,  1038,  1039,  1040,  1041,  1045,  1046,  1047,
+  1048,  1049,  1050,  1060,  1061,  1062,  1063,  1064,  1071,  1072,
+  1073,  1084,  1085,  1086,  1092,  1093,  1097,  1098,  1099,  1100,
+  1101,  1102,  1103,  1104,  1108,  1109,  1113,  1115,  1117,  1119,
+  1121,  1124,  1126,  1128,  1130,  1132,  1134,  1142,  1144,  1146,
+  1149,  1152,  1155,  1161,  1162,  1166,  1167,  1171,  1172,  1173,
+  1177,  1178,  1182,  1183,  1187,  1188,  1192,  1196,  1197,  1201,
+  1202,  1206,  1210,  1217,  1219,  1220,  1224,  1225,  1230,  1232,
+  1237,  1238,  1239,  1243,  1244,  1248,  1249,  1253,  1254,  1258,
+  1259,  1263,  1264,  1265,  1266,  1267,  1268,  1269,  1273,  1274,
+  1278,  1281,  1283,  1287,  1292,  1293,  1297,  1298,  1302,  1304,
+  1306,  1308,  1309,  1311,  1313,  1315,  1318,  1320,  1325,  1326,
+  1330,  1331,  1332,  1333,  1337,  1338,  1339,  1340,  1341,  1342,
+  1347,  1353,  1364,  1365,  1366,  1367,  1371,  1373,  1378,  1382,
+  1386,  1387,  1391,  1392,  1396,  1397,  1401,  1402,  1403,  1404,
+  1405,  1406,  1407
 };
 #endif
 
 
-#if (YYDEBUG) || defined YYERROR_VERBOSE
-
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
-static const char *const yytname[] =
-{
-  "$", "error", "$undefined.", "simpleOp", "PREFIX_OP", "POSTFIX_OP", 
-  "LLT_MULOP", "LLT_SEMI", "LLT_VERTICALBAR", "ITERATION_OP", "LLT_LPAR", 
-  "LLT_LBRACKET", "selectSym", "LLT_IF_THEN_ELSE", "logicalOp", 
-  "eqSepSym", "equationSym", "commentSym", "LLT_WHITESPACE", "LLT_EOL", 
-  "LLT_TYPEDEF_NAME", "quantifierSym", "openSym", "closeSym", "sepSym", 
-  "simpleId", "mapSym", "markerSym", "preSym", "postSym", "anySym", 
-  "LLT_COLON", "LLT_COMMA", "LLT_EQUALS", "LLT_LBRACE", "LLT_RBRACE", 
-  "LLT_RBRACKET", "LLT_RPAR", "LLT_QUOTE", "eqOp", "LLT_CCHAR", 
-  "LLT_CFLOAT", "LLT_CINTEGER", "LLT_LCSTRING", "LLT_ALL", "LLT_ANYTHING", 
-  "LLT_BE", "LLT_BODY", "LLT_CLAIMS", "LLT_CHECKS", "LLT_CONSTANT", 
-  "LLT_ELSE", "LLT_ENSURES", "LLT_FOR", "LLT_FRESH", "LLT_IF", 
-  "LLT_IMMUTABLE", "LLT_IMPORTS", "LLT_CONSTRAINT", "LLT_ISSUB", 
-  "LLT_LET", "LLT_MODIFIES", "LLT_MUTABLE", "LLT_NOTHING", "LLT_INTERNAL", 
-  "LLT_FILESYS", "LLT_OBJ", "LLT_OUT", "LLT_SEF", "LLT_ONLY", 
-  "LLT_PARTIAL", "LLT_OWNED", "LLT_DEPENDENT", "LLT_KEEP", "LLT_KEPT", 
-  "LLT_TEMP", "LLT_SHARED", "LLT_UNIQUE", "LLT_UNUSED", "LLT_EXITS", 
-  "LLT_MAYEXIT", "LLT_NEVEREXIT", "LLT_TRUEEXIT", "LLT_FALSEEXIT", 
-  "LLT_UNDEF", "LLT_KILLED", "LLT_CHECKMOD", "LLT_CHECKED", 
-  "LLT_UNCHECKED", "LLT_CHECKEDSTRICT", "LLT_TRUENULL", "LLT_FALSENULL", 
-  "LLT_LNULL", "LLT_LNOTNULL", "LLT_RETURNED", "LLT_OBSERVER", 
-  "LLT_EXPOSED", "LLT_REFCOUNTED", "LLT_REFS", "LLT_RELNULL", 
-  "LLT_RELDEF", "LLT_KILLREF", "LLT_NULLTERMINATED", "LLT_TEMPREF", 
-  "LLT_NEWREF", "LLT_PRIVATE", "LLT_REQUIRES", "LLT_RESULT", "LLT_SIZEOF", 
-  "LLT_SPEC", "LLT_TAGGEDUNION", "LLT_THEN", "LLT_TYPE", "LLT_TYPEDEF", 
-  "LLT_UNCHANGED", "LLT_USES", "LLT_CHAR", "LLT_CONST", "LLT_DOUBLE", 
-  "LLT_ENUM", "LLT_FLOAT", "LLT_INT", "LLT_ITER", "LLT_YIELD", "LLT_LONG", 
-  "LLT_SHORT", "LLT_SIGNED", "LLT_UNKNOWN", "LLT_STRUCT", "LLT_TELIPSIS", 
-  "LLT_UNION", "LLT_UNSIGNED", "LLT_VOID", "LLT_VOLATILE", 
-  "LLT_PRINTFLIKE", "LLT_SCANFLIKE", "LLT_MESSAGELIKE", "interface", "@1", 
-  "externals", "external", "optDeclarations", "declarations", 
-  "declaration", "imports", "uses", "export", "iter", "iterParamList", 
-  "realIterParamList", "iterParam", "private", "@2", "private2", 
-  "constDeclaration", "varDeclaration", "type", "special", "fcn", "@3", 
-  "@4", "claim", "@5", "abstract", "@6", "@7", "@8", "@9", "@10", "@11", 
-  "@12", "@13", "exposed", "@14", "@15", "importNameList", "importName", 
-  "interfaceNameList", "interfaceName", "traitRefNodeList", "traitRef", 
-  "traitIdList", "renaming", "nameList", "replaceNodeList", "replace", 
-  "name", "initializer", "constLclExpr", "initDecls", "initDecl", 
-  "globals", "globalDecl", "privateInits", "privateInit", "optLetDecl", 
-  "beDeclList", "beDecl", "sortSpec", "optChecks", "optRequire", 
-  "optModify", "storeRefList", "storeRef", "optEnsure", "optClaim", 
-  "optParamList", "realParamList", "paramList", "optBody", "callExpr", 
-  "stmt", "valueList", "value", "abstBody", "fcns", "optTypeInv", 
-  "typeInv", "@16", "declaratorInvs", "declaratorInv", "@17", 
-  "optExposedBody", "CType", "CTypes", "typeSpecifier", 
-  "specialQualifier", "lclTypeSpec", "lclType", "pointers", 
-  "structOrUnionSpec", "@18", "@19", "optTagId", "structDecls", 
-  "structDecl", "declaratorList", "optCOMMA", "enumSpec", 
-  "enumeratorList", "declarator", "notype_decl", "after_type_decl", 
-  "parameter_decl", "param", "typeName", "optAbstDeclarator", 
-  "abstDeclarator", "arrayQual", "opForm", "open", "close", "anyOp", 
-  "middle", "placeList", "separator", "signature", "domain", "sortList", 
-  "lclPredicate", "term", "term0", "equalityTerm", "simpleOpTerm", 
-  "simpleOp2", "prefixOpTerm", "postfixOps", "infixOpPart", "secondary", 
-  "bracketed", "sqBracketed", "matched", "args", "primary", "termList", 
-  "stateFcn", "lclPrimary", "cLiteral", "quantifiers", "quantifier", 
-  "@20", "quantifiedList", "quantified", "simpleIdOrTypedefName", "fcnId", 
-  "varId", "tagId", "claimId", "sortId", "traitId", "opId", 0
+#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
+
+static const char * const yytname[] = {   "$","error","$undefined.","simpleOp",
+"PREFIX_OP","POSTFIX_OP","LLT_MULOP","LLT_SEMI","LLT_VERTICALBAR","ITERATION_OP",
+"LLT_LPAR","LLT_LBRACKET","selectSym","LLT_IF_THEN_ELSE","logicalOp","eqSepSym",
+"equationSym","commentSym","LLT_WHITESPACE","LLT_EOL","LLT_TYPEDEF_NAME","quantifierSym",
+"openSym","closeSym","sepSym","simpleId","mapSym","markerSym","preSym","postSym",
+"anySym","LLT_COLON","LLT_COMMA","LLT_EQUALS","LLT_LBRACE","LLT_RBRACE","LLT_RBRACKET",
+"LLT_RPAR","LLT_QUOTE","eqOp","LLT_CCHAR","LLT_CFLOAT","LLT_CINTEGER","LLT_LCSTRING",
+"LLT_ALL","LLT_ANYTHING","LLT_BE","LLT_BODY","LLT_CLAIMS","LLT_CHECKS","LLT_CONSTANT",
+"LLT_ELSE","LLT_ENSURES","LLT_FOR","LLT_FRESH","LLT_IF","LLT_IMMUTABLE","LLT_IMPORTS",
+"LLT_CONSTRAINT","LLT_ISSUB","LLT_LET","LLT_MODIFIES","LLT_MUTABLE","LLT_NOTHING",
+"LLT_INTERNAL","LLT_FILESYS","LLT_OBJ","LLT_OUT","LLT_SEF","LLT_ONLY","LLT_PARTIAL",
+"LLT_OWNED","LLT_DEPENDENT","LLT_KEEP","LLT_KEPT","LLT_TEMP","LLT_SHARED","LLT_UNIQUE",
+"LLT_UNUSED","LLT_EXITS","LLT_MAYEXIT","LLT_NEVEREXIT","LLT_TRUEEXIT","LLT_FALSEEXIT",
+"LLT_UNDEF","LLT_KILLED","LLT_CHECKMOD","LLT_CHECKED","LLT_UNCHECKED","LLT_CHECKEDSTRICT",
+"LLT_TRUENULL","LLT_FALSENULL","LLT_LNULL","LLT_LNOTNULL","LLT_RETURNED","LLT_OBSERVER",
+"LLT_EXPOSED","LLT_REFCOUNTED","LLT_REFS","LLT_RELNULL","LLT_RELDEF","LLT_KILLREF",
+"LLT_NULLTERMINATED","LLT_TEMPREF","LLT_NEWREF","LLT_PRIVATE","LLT_REQUIRES",
+"LLT_RESULT","LLT_SIZEOF","LLT_SPEC","LLT_TAGGEDUNION","LLT_THEN","LLT_TYPE",
+"LLT_TYPEDEF","LLT_UNCHANGED","LLT_USES","LLT_CHAR","LLT_CONST","LLT_DOUBLE",
+"LLT_ENUM","LLT_FLOAT","LLT_INT","LLT_ITER","LLT_YIELD","LLT_LONG","LLT_SHORT",
+"LLT_SIGNED","LLT_UNKNOWN","LLT_STRUCT","LLT_TELIPSIS","LLT_UNION","LLT_UNSIGNED",
+"LLT_VOID","LLT_VOLATILE","LLT_PRINTFLIKE","LLT_SCANFLIKE","LLT_MESSAGELIKE",
+"interface","@1","externals","external","optDeclarations","declarations","declaration",
+"imports","uses","export","iter","iterParamList","realIterParamList","iterParam",
+"private","@2","private2","constDeclaration","varDeclaration","type","special",
+"fcn","@3","@4","claim","@5","abstract","@6","@7","@8","@9","@10","@11","@12",
+"@13","exposed","@14","@15","importNameList","importName","interfaceNameList",
+"interfaceName","traitRefNodeList","traitRef","traitIdList","renaming","nameList",
+"replaceNodeList","replace","name","initializer","constLclExpr","initDecls",
+"initDecl","globals","globalDecl","privateInits","privateInit","optLetDecl",
+"beDeclList","beDecl","sortSpec","optChecks","optRequire","optModify","storeRefList",
+"storeRef","optEnsure","optClaim","optParamList","realParamList","paramList",
+"optBody","callExpr","stmt","valueList","value","abstBody","fcns","optTypeInv",
+"typeInv","@16","declaratorInvs","declaratorInv","@17","optExposedBody","CType",
+"CTypes","typeSpecifier","specialQualifier","lclTypeSpec","lclType","pointers",
+"structOrUnionSpec","@18","@19","optTagId","structDecls","structDecl","declaratorList",
+"optCOMMA","enumSpec","enumeratorList","declarator","notype_decl","after_type_decl",
+"parameter_decl","param","typeName","optAbstDeclarator","abstDeclarator","arrayQual",
+"opForm","open","close","anyOp","middle","placeList","separator","signature",
+"domain","sortList","lclPredicate","term","term0","equalityTerm","simpleOpTerm",
+"simpleOp2","prefixOpTerm","postfixOps","infixOpPart","secondary","bracketed",
+"sqBracketed","matched","args","primary","termList","stateFcn","lclPrimary",
+"cLiteral","quantifiers","quantifier","@20","quantifiedList","quantified","simpleIdOrTypedefName",
+"fcnId","varId","tagId","claimId","sortId","traitId","opId", NULL
 };
 #endif
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
-static const short yyr1[] =
-{
-       0,   138,   137,   139,   139,   140,   140,   141,   141,   141,
-     142,   142,   143,   143,   143,   144,   145,   146,   146,   146,
-     146,   146,   146,   147,   148,   148,   149,   149,   150,   150,
-     152,   151,   153,   153,   153,   153,   154,   155,   155,   155,
-     156,   156,   157,   157,   157,   159,   158,   160,   158,   162,
-     161,   161,   164,   165,   163,   166,   167,   163,   168,   169,
-     163,   170,   171,   163,   173,   174,   172,   172,   172,   175,
-     175,   176,   176,   176,   177,   177,   178,   179,   179,   180,
-     180,   180,   180,   181,   181,   182,   182,   182,   183,   183,
-     184,   184,   185,   185,   185,   186,   186,   187,   188,   189,
-     189,   190,   190,   191,   191,   192,   192,   192,   193,   193,
-     194,   195,   195,   196,   196,   197,   197,   198,   199,   199,
-     200,   200,   201,   201,   201,   201,   202,   202,   203,   203,
-     203,   203,   203,   204,   204,   205,   205,   206,   206,   207,
-     207,   207,   208,   208,   209,   209,   209,   210,   210,   210,
-     210,   210,   211,   211,   211,   211,   212,   212,   213,   213,
-     213,   213,   213,   213,   213,   213,   214,   214,   214,   214,
-     215,   215,   216,   216,   218,   217,   219,   219,   221,   220,
-     222,   222,   223,   223,   223,   223,   223,   223,   223,   223,
-     223,   223,   224,   224,   225,   225,   226,   226,   226,   226,
-     226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
-     226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
-     226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
-     226,   226,   227,   227,   227,   227,   227,   228,   228,   229,
-     229,   231,   230,   232,   230,   230,   230,   233,   233,   234,
-     234,   235,   236,   236,   237,   237,   238,   238,   239,   239,
-     240,   240,   241,   241,   241,   241,   241,   241,   242,   242,
-     242,   242,   242,   242,   243,   243,   243,   243,   243,   244,
-     244,   244,   245,   245,   245,   246,   246,   247,   247,   247,
-     247,   247,   247,   247,   247,   248,   248,   249,   249,   249,
-     249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-     249,   249,   249,   249,   250,   250,   251,   251,   252,   252,
-     252,   253,   253,   254,   254,   255,   255,   256,   257,   257,
-     258,   258,   259,   260,   261,   261,   261,   262,   262,   262,
-     262,   263,   263,   263,   264,   264,   265,   265,   266,   266,
-     267,   267,   268,   268,   268,   268,   268,   268,   268,   269,
-     269,   270,   270,   270,   270,   271,   271,   272,   272,   273,
-     273,   273,   273,   273,   273,   273,   273,   273,   273,   274,
-     274,   275,   275,   275,   275,   276,   276,   276,   276,   276,
-     276,   276,   276,   277,   277,   277,   277,   278,   278,   280,
-     279,   281,   281,   282,   282,   283,   283,   284,   285,   286,
-     287,   288,   289,   290
+static const short yyr1[] = {     0,
+   138,   137,   139,   139,   140,   140,   141,   141,   141,   142,
+   142,   143,   143,   143,   144,   145,   146,   146,   146,   146,
+   146,   146,   147,   148,   148,   149,   149,   150,   150,   152,
+   151,   153,   153,   153,   153,   154,   155,   155,   155,   156,
+   156,   157,   157,   157,   159,   158,   160,   158,   162,   161,
+   161,   164,   165,   163,   166,   167,   163,   168,   169,   163,
+   170,   171,   163,   173,   174,   172,   172,   172,   175,   175,
+   176,   176,   176,   177,   177,   178,   179,   179,   180,   180,
+   180,   180,   181,   181,   182,   182,   182,   183,   183,   184,
+   184,   185,   185,   185,   186,   186,   187,   188,   189,   189,
+   190,   190,   191,   191,   192,   192,   192,   193,   193,   194,
+   195,   195,   196,   196,   197,   197,   198,   199,   199,   200,
+   200,   201,   201,   201,   201,   202,   202,   203,   203,   203,
+   203,   203,   204,   204,   205,   205,   206,   206,   207,   207,
+   207,   208,   208,   209,   209,   209,   210,   210,   210,   210,
+   210,   211,   211,   211,   211,   212,   212,   213,   213,   213,
+   213,   213,   213,   213,   213,   214,   214,   214,   214,   215,
+   215,   216,   216,   218,   217,   219,   219,   221,   220,   222,
+   222,   223,   223,   223,   223,   223,   223,   223,   223,   223,
+   223,   224,   224,   225,   225,   226,   226,   226,   226,   226,
+   226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
+   226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
+   226,   226,   226,   226,   226,   226,   226,   226,   226,   226,
+   226,   227,   227,   227,   227,   227,   228,   228,   229,   229,
+   231,   230,   232,   230,   230,   230,   233,   233,   234,   234,
+   235,   236,   236,   237,   237,   238,   238,   239,   239,   240,
+   240,   241,   241,   241,   241,   241,   241,   242,   242,   242,
+   242,   242,   242,   243,   243,   243,   243,   243,   244,   244,
+   244,   245,   245,   245,   246,   246,   247,   247,   247,   247,
+   247,   247,   247,   247,   248,   248,   249,   249,   249,   249,
+   249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
+   249,   249,   249,   250,   250,   251,   251,   252,   252,   252,
+   253,   253,   254,   254,   255,   255,   256,   257,   257,   258,
+   258,   259,   260,   261,   261,   261,   262,   262,   262,   262,
+   263,   263,   263,   264,   264,   265,   265,   266,   266,   267,
+   267,   268,   268,   268,   268,   268,   268,   268,   269,   269,
+   270,   270,   270,   270,   271,   271,   272,   272,   273,   273,
+   273,   273,   273,   273,   273,   273,   273,   273,   274,   274,
+   275,   275,   275,   275,   276,   276,   276,   276,   276,   276,
+   276,   276,   277,   277,   277,   277,   278,   278,   280,   279,
+   281,   281,   282,   282,   283,   283,   284,   285,   286,   287,
+   288,   289,   290
 };
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
-static const short yyr2[] =
-{
-       0,     0,     3,     0,     2,     1,     1,     0,     2,     2,
-       0,     2,     1,     1,     1,     3,     3,     1,     1,     1,
-       1,     1,     1,     6,     0,     1,     1,     3,     2,     1,
-       0,     3,     1,     1,     1,     1,     4,     3,     4,     4,
-       1,     1,     1,     1,     1,     0,    13,     0,    14,     0,
-      13,     4,     0,     0,     6,     0,     0,     7,     0,     0,
-       7,     0,     0,     6,     0,     0,     6,     2,     2,     1,
-       3,     1,     3,     1,     1,     3,     1,     1,     3,     1,
-       4,     3,     6,     1,     3,     1,     1,     3,     1,     3,
-       1,     3,     3,     3,     4,     1,     1,     1,     1,     1,
-       3,     1,     3,     0,     2,     3,     2,     2,     0,     2,
-       4,     0,     3,     1,     3,     5,     3,     1,     0,     3,
-       0,     3,     0,     3,     3,     3,     1,     3,     1,     1,
-       2,     1,     1,     0,     3,     0,     3,     0,     1,     1,
-       1,     3,     1,     3,     0,     4,     5,     1,     3,     2,
-       3,     3,     4,     3,     5,     6,     1,     3,     1,     1,
-       2,     2,     3,     3,     3,     4,     1,     3,     4,     3,
-       0,     2,     0,     1,     0,     6,     1,     3,     0,     3,
-       0,     3,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     2,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     2,     5,     1,     2,     1,
-       2,     0,     6,     0,     6,     2,     2,     0,     1,     1,
-       2,     3,     1,     3,     0,     1,     6,     2,     1,     3,
-       1,     1,     1,     3,     2,     2,     3,     4,     1,     3,
-       2,     2,     3,     4,     1,     2,     2,     3,     4,     2,
-       2,     2,     2,     3,     1,     0,     1,     3,     2,     1,
-       1,     2,     3,     3,     4,     2,     3,     6,     1,     2,
-       2,     3,     3,     4,     4,     5,     3,     4,     4,     5,
-       2,     2,     3,     3,     1,     1,     1,     1,     1,     1,
-       1,     0,     1,     1,     3,     1,     1,     4,     0,     1,
-       1,     3,     1,     1,     6,     1,     3,     1,     4,     3,
-       3,     1,     2,     2,     1,     1,     1,     2,     1,     2,
-       2,     3,     1,     1,     2,     2,     3,     1,     2,     3,
-       1,     5,     3,     4,     2,     3,     2,     1,     3,     3,
-       1,     4,     1,     2,     3,     3,     3,     4,     3,     1,
-       3,     1,     1,     1,     1,     1,     1,     4,     4,     4,
-       4,     6,     4,     1,     1,     1,     1,     1,     2,     0,
-       3,     1,     3,     3,     4,     1,     1,     1,     1,     1,
-       1,     1,     1,     1
+static const short yyr2[] = {     0,
+     0,     3,     0,     2,     1,     1,     0,     2,     2,     0,
+     2,     1,     1,     1,     3,     3,     1,     1,     1,     1,
+     1,     1,     6,     0,     1,     1,     3,     2,     1,     0,
+     3,     1,     1,     1,     1,     4,     3,     4,     4,     1,
+     1,     1,     1,     1,     0,    13,     0,    14,     0,    13,
+     4,     0,     0,     6,     0,     0,     7,     0,     0,     7,
+     0,     0,     6,     0,     0,     6,     2,     2,     1,     3,
+     1,     3,     1,     1,     3,     1,     1,     3,     1,     4,
+     3,     6,     1,     3,     1,     1,     3,     1,     3,     1,
+     3,     3,     3,     4,     1,     1,     1,     1,     1,     3,
+     1,     3,     0,     2,     3,     2,     2,     0,     2,     4,
+     0,     3,     1,     3,     5,     3,     1,     0,     3,     0,
+     3,     0,     3,     3,     3,     1,     3,     1,     1,     2,
+     1,     1,     0,     3,     0,     3,     0,     1,     1,     1,
+     3,     1,     3,     0,     4,     5,     1,     3,     2,     3,
+     3,     4,     3,     5,     6,     1,     3,     1,     1,     2,
+     2,     3,     3,     3,     4,     1,     3,     4,     3,     0,
+     2,     0,     1,     0,     6,     1,     3,     0,     3,     0,
+     3,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     2,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+     1,     1,     1,     1,     2,     5,     1,     2,     1,     2,
+     0,     6,     0,     6,     2,     2,     0,     1,     1,     2,
+     3,     1,     3,     0,     1,     6,     2,     1,     3,     1,
+     1,     1,     3,     2,     2,     3,     4,     1,     3,     2,
+     2,     3,     4,     1,     2,     2,     3,     4,     2,     2,
+     2,     2,     3,     1,     0,     1,     3,     2,     1,     1,
+     2,     3,     3,     4,     2,     3,     6,     1,     2,     2,
+     3,     3,     4,     4,     5,     3,     4,     4,     5,     2,
+     2,     3,     3,     1,     1,     1,     1,     1,     1,     1,
+     0,     1,     1,     3,     1,     1,     4,     0,     1,     1,
+     3,     1,     1,     6,     1,     3,     1,     4,     3,     3,
+     1,     2,     2,     1,     1,     1,     2,     1,     2,     2,
+     3,     1,     1,     2,     2,     3,     1,     2,     3,     1,
+     5,     3,     4,     2,     3,     2,     1,     3,     3,     1,
+     4,     1,     2,     3,     3,     3,     4,     3,     1,     3,
+     1,     1,     1,     1,     1,     1,     4,     4,     4,     4,
+     6,     4,     1,     1,     1,     1,     1,     2,     0,     3,
+     1,     3,     3,     4,     1,     1,     1,     1,     1,     1,
+     1,     1,     1
 };
 
-/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
-   doesn't specify something else to do.  Zero means the default is an
-   error. */
-static const short yydefact[] =
-{
-       3,     1,     0,     0,     7,     4,     5,     6,     0,   406,
-     405,    73,     0,    69,    71,    76,     0,     0,    77,   412,
-      79,     0,   194,     0,     0,    61,    52,   196,   198,   199,
-     228,   200,   201,   202,   203,   210,   211,   212,   197,   205,
-     206,   209,   207,   208,   230,   231,   213,   214,   215,   216,
-     217,   224,   225,   226,   204,   227,   220,   221,   218,   219,
-     223,   229,   222,    30,     0,   183,     0,   184,   247,   185,
-     186,     0,   187,   188,   189,   191,   247,   247,   190,   182,
-       0,    42,    43,    44,     2,    10,    22,    10,    17,    18,
-      19,     0,    20,    21,    40,    41,   192,   195,   232,     0,
-       0,   233,   234,     0,    15,     0,     0,    83,    16,     0,
-       0,   220,   237,     0,   233,   234,   407,   410,     0,     0,
-       0,     0,     0,     0,    58,     0,    64,     0,     0,   409,
-     257,   408,     0,   241,   245,   243,   246,     0,     8,     9,
-       0,   193,   235,     0,     0,   268,     0,    99,   103,   261,
-     260,   262,    67,    68,    72,    70,     0,    81,    78,   344,
-     345,   321,     0,   319,   314,     0,     0,   315,   320,     0,
-       0,     0,    86,    85,    90,   285,    88,   284,   321,   298,
-     318,   239,   238,     0,     0,   137,     0,   101,     0,     0,
-       0,     0,    31,    32,    33,    34,    35,     0,     0,     0,
-      24,     0,     0,     0,    11,    14,    12,    13,   103,   264,
-     270,     0,     0,    37,     0,     0,    45,     0,     0,   265,
-       0,   271,    84,     0,   323,     0,   322,   310,   311,   321,
-       0,     0,   321,   299,     0,   285,    80,     0,     0,   289,
-       0,   282,   286,   290,     0,     0,   300,   240,     0,    51,
-     140,     0,   138,   139,   285,   142,    36,    62,    53,     0,
-       0,    65,   176,   178,    38,   258,   254,     0,     0,    25,
-      26,    29,     0,     0,    39,    47,   263,   269,   100,     0,
-       0,   399,   408,   395,   396,   393,   394,     0,     0,     0,
-     386,     0,     0,   102,    97,     0,    98,   333,   335,   337,
-       0,   341,   346,   353,   357,   360,   352,   372,   385,     0,
-     397,   413,   370,     0,     0,     0,     0,   104,     0,   266,
-       0,   295,     0,   272,     0,     0,   306,   326,   325,     0,
-       0,   312,   313,     0,   301,     0,   283,    87,    89,    91,
-       0,   288,     0,     0,     0,   291,    93,    92,    96,    95,
-     316,   317,   302,   236,   103,     0,   289,     0,   274,   280,
-     279,   281,     0,     0,    56,    59,     0,     0,   180,   255,
-       0,    28,     0,     0,     0,     0,   249,     0,     0,     0,
-     364,   367,     0,     0,     0,     0,     0,     0,     0,   366,
-       0,     0,     0,     0,   347,   346,   348,   342,   343,   354,
-     358,     0,     0,     0,     0,   381,   382,   383,     0,   384,
-     355,   373,     0,   398,     0,   106,   107,   108,     0,   267,
-     296,   273,    82,   307,   324,   308,   303,     0,   293,   287,
-     292,     0,   328,    94,   304,    49,   141,   143,   275,   289,
-       0,   276,   166,   170,    63,    54,     0,     0,   177,    66,
-     172,   179,   259,   256,    23,    27,     0,   252,   242,   250,
-     244,   108,   369,     0,   362,     0,   400,   401,     0,   379,
-       0,     0,     0,   194,     0,     0,     0,   131,   132,     0,
-       0,   126,   129,   128,   365,   336,   340,   339,   350,   349,
-       0,   411,   359,   376,     0,   374,   375,   378,   356,     0,
-     332,     0,   111,   105,   309,   305,     0,   294,     0,   329,
-     330,     0,   277,     0,     0,     0,    74,     0,    57,    60,
-     174,     0,   173,   251,     0,   111,   363,     0,   368,     0,
-       0,     0,   387,     0,     0,   392,   390,   388,   130,     0,
-     389,   351,   377,   338,   371,     0,     0,   109,   118,   297,
-       0,     0,   111,   278,   169,     0,     0,   167,   171,     0,
-       0,   181,   253,   118,   361,   402,     0,   403,   117,   380,
-       0,     0,   127,     0,   113,     0,     0,     0,   120,   327,
-     331,   120,    75,   168,   103,     0,   120,   404,   334,   391,
-     112,     0,     0,     0,     0,     0,     0,   122,   144,     0,
-     122,   114,     0,   116,   110,   119,     0,     0,   133,     0,
-     133,     0,   133,     0,   121,     0,     0,     0,     0,   135,
-       0,     0,   175,   135,   115,   124,   123,   125,     0,     0,
-       0,     0,   408,     0,   147,     0,     0,    50,     0,   134,
-       0,    46,     0,   149,     0,     0,   145,     0,     0,    48,
-     136,     0,   148,   146,   151,   150,     0,     0,   153,     0,
-     156,   158,     0,   159,   407,     0,   160,     0,     0,   152,
-     161,     0,     0,   163,   157,   162,   164,     0,   154,     0,
-     165,   155,     0,     0,     0
+static const short yydefact[] = {     3,
+     1,     0,     0,     7,     4,     5,     6,     0,   406,   405,
+    73,     0,    69,    71,    76,     0,     0,    77,   412,    79,
+     0,   194,     0,     0,    61,    52,   196,   198,   199,   228,
+   200,   201,   202,   203,   210,   211,   212,   197,   205,   206,
+   209,   207,   208,   230,   231,   213,   214,   215,   216,   217,
+   224,   225,   226,   204,   227,   220,   221,   218,   219,   223,
+   229,   222,    30,     0,   183,     0,   184,   247,   185,   186,
+     0,   187,   188,   189,   191,   247,   247,   190,   182,     0,
+    42,    43,    44,     2,    10,    22,    10,    17,    18,    19,
+     0,    20,    21,    40,    41,   192,   195,   232,     0,     0,
+   233,   234,     0,    15,     0,     0,    83,    16,     0,     0,
+   220,   237,     0,   233,   234,   407,   410,     0,     0,     0,
+     0,     0,     0,    58,     0,    64,     0,     0,   409,   257,
+   408,     0,   241,   245,   243,   246,     0,     8,     9,     0,
+   193,   235,     0,     0,   268,     0,    99,   103,   261,   260,
+   262,    67,    68,    72,    70,     0,    81,    78,   344,   345,
+   321,     0,   319,   314,     0,     0,   315,   320,     0,     0,
+     0,    86,    85,    90,   285,    88,   284,   321,   298,   318,
+   239,   238,     0,     0,   137,     0,   101,     0,     0,     0,
+     0,    31,    32,    33,    34,    35,     0,     0,     0,    24,
+     0,     0,     0,    11,    14,    12,    13,   103,   264,   270,
+     0,     0,    37,     0,     0,    45,     0,     0,   265,     0,
+   271,    84,     0,   323,     0,   322,   310,   311,   321,     0,
+     0,   321,   299,     0,   285,    80,     0,     0,   289,     0,
+   282,   286,   290,     0,     0,   300,   240,     0,    51,   140,
+     0,   138,   139,   285,   142,    36,    62,    53,     0,     0,
+    65,   176,   178,    38,   258,   254,     0,     0,    25,    26,
+    29,     0,     0,    39,    47,   263,   269,   100,     0,     0,
+   399,   408,   395,   396,   393,   394,     0,     0,     0,   386,
+     0,     0,   102,    97,     0,    98,   333,   335,   337,     0,
+   341,   346,   353,   357,   360,   352,   372,   385,     0,   397,
+   413,   370,     0,     0,     0,     0,   104,     0,   266,     0,
+   295,     0,   272,     0,     0,   306,   326,   325,     0,     0,
+   312,   313,     0,   301,     0,   283,    87,    89,    91,     0,
+   288,     0,     0,     0,   291,    93,    92,    96,    95,   316,
+   317,   302,   236,   103,     0,   289,     0,   274,   280,   279,
+   281,     0,     0,    56,    59,     0,     0,   180,   255,     0,
+    28,     0,     0,     0,     0,   249,     0,     0,     0,   364,
+   367,     0,     0,     0,     0,     0,     0,     0,   366,     0,
+     0,     0,     0,   347,   346,   348,   342,   343,   354,   358,
+     0,     0,     0,     0,   381,   382,   383,     0,   384,   355,
+   373,     0,   398,     0,   106,   107,   108,     0,   267,   296,
+   273,    82,   307,   324,   308,   303,     0,   293,   287,   292,
+     0,   328,    94,   304,    49,   141,   143,   275,   289,     0,
+   276,   166,   170,    63,    54,     0,     0,   177,    66,   172,
+   179,   259,   256,    23,    27,     0,   252,   242,   250,   244,
+   108,   369,     0,   362,     0,   400,   401,     0,   379,     0,
+     0,     0,   194,     0,     0,     0,   131,   132,     0,     0,
+   126,   129,   128,   365,   336,   340,   339,   350,   349,     0,
+   411,   359,   376,     0,   374,   375,   378,   356,     0,   332,
+     0,   111,   105,   309,   305,     0,   294,     0,   329,   330,
+     0,   277,     0,     0,     0,    74,     0,    57,    60,   174,
+     0,   173,   251,     0,   111,   363,     0,   368,     0,     0,
+     0,   387,     0,     0,   392,   390,   388,   130,     0,   389,
+   351,   377,   338,   371,     0,     0,   109,   118,   297,     0,
+     0,   111,   278,   169,     0,     0,   167,   171,     0,     0,
+   181,   253,   118,   361,   402,     0,   403,   117,   380,     0,
+     0,   127,     0,   113,     0,     0,     0,   120,   327,   331,
+   120,    75,   168,   103,     0,   120,   404,   334,   391,   112,
+     0,     0,     0,     0,     0,     0,   122,   144,     0,   122,
+   114,     0,   116,   110,   119,     0,     0,   133,     0,   133,
+     0,   133,     0,   121,     0,     0,     0,     0,   135,     0,
+     0,   175,   135,   115,   124,   123,   125,     0,     0,     0,
+     0,   408,     0,   147,     0,     0,    50,     0,   134,     0,
+    46,     0,   149,     0,     0,   145,     0,     0,    48,   136,
+     0,   148,   146,   151,   150,     0,     0,   153,     0,   156,
+   158,     0,   159,   407,     0,   160,     0,     0,   152,   161,
+     0,     0,   163,   157,   162,   164,     0,   154,     0,   165,
+   155,     0,     0,     0
 };
 
-static const short yydefgoto[] =
-{
-     682,     4,     1,     5,    84,   138,   204,     6,   205,   206,
-      86,   268,   269,   270,   207,   125,   192,    88,    89,    90,
-      91,    92,   316,   378,    93,   511,    94,   122,   363,   123,
-     446,   191,   447,   121,   362,    95,   197,   367,    12,    13,
-     515,    14,    17,    18,   106,   171,   172,   173,   174,   346,
-     293,   294,   146,   147,   216,   317,   502,   547,   548,   573,
-     574,   567,   578,   597,   608,   480,   481,   619,   630,   251,
-     342,   253,   610,   654,   634,   659,   660,   444,   517,   521,
-     522,   560,   261,   262,   368,   451,    96,    97,    98,    99,
-     254,   482,   182,   114,   201,   202,   128,   375,   376,   456,
-     370,   115,   266,   187,   149,   150,   360,   255,   176,   241,
-     242,   243,   177,   295,   352,   179,   225,   226,   465,   433,
-     508,   509,   499,   500,   297,   298,   299,   300,   301,   397,
-     398,   302,   303,   304,   305,   382,   306,   470,   411,   307,
-     308,   309,   310,   383,   466,   467,   311,   662,   312,   130,
-     119,   492,    20,   313
+static const short yydefgoto[] = {   682,
+     4,     1,     5,    84,   138,   204,     6,   205,   206,    86,
+   268,   269,   270,   207,   125,   192,    88,    89,    90,    91,
+    92,   316,   378,    93,   511,    94,   122,   363,   123,   446,
+   191,   447,   121,   362,    95,   197,   367,    12,    13,   515,
+    14,    17,    18,   106,   171,   172,   173,   174,   346,   293,
+   294,   146,   147,   216,   317,   502,   547,   548,   573,   574,
+   567,   578,   597,   608,   480,   481,   619,   630,   251,   342,
+   253,   610,   654,   634,   659,   660,   444,   517,   521,   522,
+   560,   261,   262,   368,   451,    96,    97,    98,    99,   254,
+   482,   182,   114,   201,   202,   128,   375,   376,   456,   370,
+   115,   266,   187,   149,   150,   360,   255,   176,   241,   242,
+   243,   177,   295,   352,   179,   225,   226,   465,   433,   508,
+   509,   499,   500,   297,   298,   299,   300,   301,   397,   398,
+   302,   303,   304,   305,   382,   306,   470,   411,   307,   308,
+   309,   310,   383,   466,   467,   311,   662,   312,   130,   119,
+   492,    20,   313
 };
 
-static const short yypact[] =
-{
-  -32768,   -25,   136,   368,  1350,-32768,-32768,-32768,   181,-32768,
-  -32768,-32768,    94,-32768,-32768,-32768,   181,   110,-32768,-32768,
-      33,  2903,-32768,   182,  2903,-32768,    17,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,   -11,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,  2903,-32768,  2903,-32768,   181,-32768,
-  -32768,   108,-32768,-32768,-32768,-32768,   181,   181,-32768,-32768,
-    2903,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,  2903,-32768,-32768,-32768,-32768,-32768,   399,-32768,  2903,
-     408,   155,   192,   205,-32768,   136,   204,-32768,-32768,   368,
-    1152,-32768,   233,   223,-32768,-32768,   266,-32768,   181,   305,
-     408,   211,   235,   264,-32768,  1445,-32768,   408,   339,-32768,
-     347,-32768,   377,-32768,   347,-32768,   347,   408,  1247,  1247,
-     408,-32768,-32768,   408,   408,-32768,   196,-32768,   259,   322,
-     409,-32768,-32768,-32768,-32768,-32768,   181,   387,-32768,-32768,
-  -32768,   386,   181,-32768,-32768,   181,   534,-32768,-32768,   403,
-    2903,   410,   445,   453,-32768,   360,   439,-32768,   386,   474,
-  -32768,-32768,   496,  2903,   497,  2319,   239,   470,   486,   492,
-     401,   404,-32768,-32768,-32768,-32768,-32768,   408,   282,   493,
-    2414,   488,   494,   288,-32768,-32768,-32768,-32768,-32768,   322,
-     409,   121,   141,-32768,   408,  3200,  1836,  1933,  3059,-32768,
-    2030,-32768,-32768,  1152,-32768,   499,   122,-32768,-32768,   386,
-     181,   181,   386,   502,   421,   360,-32768,  1152,  1152,   360,
-    1741,-32768,   454,-32768,   328,    80,-32768,-32768,   525,-32768,
-  -32768,   504,-32768,   507,   380,-32768,-32768,-32768,-32768,   522,
-     524,   515,-32768,-32768,-32768,-32768,   518,  2903,   514,   520,
-  -32768,-32768,  2903,  2903,-32768,  1836,-32768,-32768,-32768,  3200,
-    3109,-32768,   266,-32768,-32768,-32768,-32768,   544,  3200,   545,
-  -32768,   549,   551,-32768,-32768,  3033,-32768,   550,-32768,   114,
-    3226,-32768,   374,   382,   382,   535,   193,-32768,-32768,   273,
-  -32768,-32768,-32768,   555,   560,   562,   536,-32768,   408,-32768,
-     537,-32768,   539,-32768,   540,   541,   552,-32768,-32768,   553,
-     547,-32768,-32768,    80,-32768,   554,-32768,   453,   439,-32768,
-     439,   454,   548,   177,  2127,-32768,   556,-32768,-32768,-32768,
-  -32768,-32768,   557,-32768,-32768,  2509,   380,  1644,-32768,   322,
-     469,-32768,    47,    47,-32768,-32768,   408,   564,   538,   561,
-     559,-32768,   569,  2414,   408,  2611,-32768,  2713,   558,    36,
-     565,-32768,   293,   108,  3200,    10,  3200,  1022,   762,-32768,
-     220,  3200,  3226,  3226,-32768,-32768,   268,   374,   374,   275,
-     275,   181,  3150,   181,   181,-32768,-32768,-32768,   181,-32768,
-     382,-32768,  3200,-32768,  3200,-32768,-32768,-32768,   314,-32768,
-  -32768,-32768,-32768,-32768,-32768,   563,   568,   566,-32768,-32768,
-  -32768,   573,   181,-32768,-32768,  1836,-32768,-32768,   469,   354,
-    2224,-32768,-32768,   165,-32768,-32768,    47,    47,-32768,-32768,
-     530,-32768,-32768,-32768,-32768,-32768,   317,-32768,-32768,-32768,
-  -32768,-32768,-32768,   181,   567,  3200,   570,-32768,   572,   550,
-     362,  3200,   579,   581,   575,   577,   578,-32768,-32768,  2903,
-     384,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-     268,-32768,-32768,-32768,   157,-32768,-32768,-32768,   275,   583,
-  -32768,   397,    -8,-32768,-32768,-32768,   574,-32768,   590,   591,
-  -32768,   571,-32768,   587,   592,   363,-32768,  1547,-32768,-32768,
-  -32768,   594,-32768,-32768,   408,    -8,-32768,   181,-32768,   108,
-    2808,  3200,-32768,    28,  3200,-32768,-32768,-32768,-32768,   892,
-  -32768,-32768,-32768,-32768,-32768,   108,  2903,-32768,   582,-32768,
-     181,   181,   576,-32768,-32768,   181,   593,-32768,-32768,   408,
-     605,-32768,-32768,   582,-32768,-32768,  2903,-32768,-32768,   550,
-    3200,   600,-32768,   331,-32768,   103,   408,  3200,   521,-32768,
-  -32768,   521,-32768,-32768,-32768,   629,   521,-32768,   550,-32768,
-  -32768,   108,  2903,  3200,   336,   634,  3200,   584,   597,  3200,
-     584,-32768,   601,-32768,-32768,-32768,   639,   632,   596,   615,
-     596,   613,   596,  3200,-32768,   644,   648,   337,  3200,   608,
-      49,   623,-32768,   608,-32768,-32768,-32768,-32768,   652,  3200,
-     625,    49,   651,    50,-32768,   653,   631,-32768,   627,-32768,
-     658,-32768,    63,-32768,   272,    49,-32768,   208,   642,-32768,
-  -32768,    49,-32768,-32768,   660,-32768,   222,   222,-32768,   419,
-     666,-32768,   661,-32768,-32768,   668,-32768,    41,   222,-32768,
-     316,   432,   468,-32768,   666,-32768,-32768,   426,-32768,   430,
-  -32768,-32768,   670,   676,-32768
+static const short yypact[] = {-32768,
+   -25,   136,   368,  1350,-32768,-32768,-32768,   181,-32768,-32768,
+-32768,    94,-32768,-32768,-32768,   181,   110,-32768,-32768,    33,
+  2903,-32768,   182,  2903,-32768,    17,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,   -11,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,  2903,-32768,  2903,-32768,   181,-32768,-32768,
+   108,-32768,-32768,-32768,-32768,   181,   181,-32768,-32768,  2903,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+  2903,-32768,-32768,-32768,-32768,-32768,   399,-32768,  2903,   408,
+   155,   192,   205,-32768,   136,   204,-32768,-32768,   368,  1152,
+-32768,   233,   223,-32768,-32768,   266,-32768,   181,   305,   408,
+   211,   235,   264,-32768,  1445,-32768,   408,   339,-32768,   347,
+-32768,   377,-32768,   347,-32768,   347,   408,  1247,  1247,   408,
+-32768,-32768,   408,   408,-32768,   196,-32768,   259,   322,   409,
+-32768,-32768,-32768,-32768,-32768,   181,   387,-32768,-32768,-32768,
+   386,   181,-32768,-32768,   181,   534,-32768,-32768,   403,  2903,
+   410,   445,   453,-32768,   360,   439,-32768,   386,   474,-32768,
+-32768,   496,  2903,   497,  2319,   239,   470,   486,   492,   401,
+   404,-32768,-32768,-32768,-32768,-32768,   408,   282,   493,  2414,
+   488,   494,   288,-32768,-32768,-32768,-32768,-32768,   322,   409,
+   121,   141,-32768,   408,  3200,  1836,  1933,  3059,-32768,  2030,
+-32768,-32768,  1152,-32768,   499,   122,-32768,-32768,   386,   181,
+   181,   386,   502,   421,   360,-32768,  1152,  1152,   360,  1741,
+-32768,   454,-32768,   328,    80,-32768,-32768,   525,-32768,-32768,
+   504,-32768,   507,   380,-32768,-32768,-32768,-32768,   522,   524,
+   515,-32768,-32768,-32768,-32768,   518,  2903,   514,   520,-32768,
+-32768,  2903,  2903,-32768,  1836,-32768,-32768,-32768,  3200,  3109,
+-32768,   266,-32768,-32768,-32768,-32768,   544,  3200,   545,-32768,
+   549,   551,-32768,-32768,  3033,-32768,   550,-32768,   114,  3226,
+-32768,   374,   382,   382,   535,   193,-32768,-32768,   273,-32768,
+-32768,-32768,   555,   560,   562,   536,-32768,   408,-32768,   537,
+-32768,   539,-32768,   540,   541,   552,-32768,-32768,   553,   547,
+-32768,-32768,    80,-32768,   554,-32768,   453,   439,-32768,   439,
+   454,   548,   177,  2127,-32768,   556,-32768,-32768,-32768,-32768,
+-32768,   557,-32768,-32768,  2509,   380,  1644,-32768,   322,   469,
+-32768,    47,    47,-32768,-32768,   408,   564,   538,   561,   559,
+-32768,   569,  2414,   408,  2611,-32768,  2713,   558,    36,   565,
+-32768,   293,   108,  3200,    10,  3200,  1022,   762,-32768,   220,
+  3200,  3226,  3226,-32768,-32768,   268,   374,   374,   275,   275,
+   181,  3150,   181,   181,-32768,-32768,-32768,   181,-32768,   382,
+-32768,  3200,-32768,  3200,-32768,-32768,-32768,   314,-32768,-32768,
+-32768,-32768,-32768,-32768,   563,   568,   566,-32768,-32768,-32768,
+   573,   181,-32768,-32768,  1836,-32768,-32768,   469,   354,  2224,
+-32768,-32768,   165,-32768,-32768,    47,    47,-32768,-32768,   530,
+-32768,-32768,-32768,-32768,-32768,   317,-32768,-32768,-32768,-32768,
+-32768,-32768,   181,   567,  3200,   570,-32768,   572,   550,   362,
+  3200,   579,   581,   575,   577,   578,-32768,-32768,  2903,   384,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   268,
+-32768,-32768,-32768,   157,-32768,-32768,-32768,   275,   583,-32768,
+   397,    -8,-32768,-32768,-32768,   574,-32768,   590,   591,-32768,
+   571,-32768,   587,   592,   363,-32768,  1547,-32768,-32768,-32768,
+   594,-32768,-32768,   408,    -8,-32768,   181,-32768,   108,  2808,
+  3200,-32768,    28,  3200,-32768,-32768,-32768,-32768,   892,-32768,
+-32768,-32768,-32768,-32768,   108,  2903,-32768,   582,-32768,   181,
+   181,   576,-32768,-32768,   181,   593,-32768,-32768,   408,   605,
+-32768,-32768,   582,-32768,-32768,  2903,-32768,-32768,   550,  3200,
+   600,-32768,   331,-32768,   103,   408,  3200,   521,-32768,-32768,
+   521,-32768,-32768,-32768,   629,   521,-32768,   550,-32768,-32768,
+   108,  2903,  3200,   336,   634,  3200,   584,   597,  3200,   584,
+-32768,   601,-32768,-32768,-32768,   639,   632,   596,   615,   596,
+   613,   596,  3200,-32768,   644,   648,   337,  3200,   608,    49,
+   623,-32768,   608,-32768,-32768,-32768,-32768,   652,  3200,   625,
+    49,   651,    50,-32768,   653,   631,-32768,   627,-32768,   658,
+-32768,    63,-32768,   272,    49,-32768,   208,   642,-32768,-32768,
+    49,-32768,-32768,   660,-32768,   222,   222,-32768,   419,   666,
+-32768,   661,-32768,-32768,   668,-32768,    41,   222,-32768,   316,
+   432,   468,-32768,   666,-32768,-32768,   426,-32768,   430,-32768,
+-32768,   670,   676,-32768
 };
 
-static const short yypgoto[] =
-{
-  -32768,-32768,-32768,-32768,-32768,   595,-32768,-32768,   678,   677,
-  -32768,-32768,-32768,   307,   679,-32768,-32768,   610,   612,   616,
-  -32768,  -121,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   580,
-  -32768,    -6,-32768,   585,-32768,   461,-32768,   451,   452,-32768,
-  -32768,   471,  -108,   478,  -188,-32768,   232,-32768,  -458,-32768,
-     127,  -473,   175,  -169,   142,   137,   206,  -206,   120,-32768,
-    -180,-32768,-32768,  -507,-32768,  -190,  -230,  -318,-32768,-32768,
-  -32768,-32768,-32768,   381,-32768,-32768,   -89,-32768,-32768,-32768,
-      -3,   -18,-32768,    32,-32768,-32768,   407,   476,    68,-32768,
-  -32768,    56,-32768,   -93,  -127,   344,   398,  -187,   257,  -182,
-    -213,  -101,   511,    30,  -267,   603,  -137,-32768,   586,-32768,
-  -32768,-32768,  -531,  -204,  -254,-32768,   105,   -46,   466,-32768,
-  -32768,  -278,   455,-32768,-32768,   472,  -265,  -205,-32768,-32768,
-    -372,-32768,  -303,-32768,-32768,   242,     7,   -23,   -38,   423,
-     656,  -377,    19,   531
+static const short yypgoto[] = {-32768,
+-32768,-32768,-32768,-32768,   595,-32768,-32768,   678,   677,-32768,
+-32768,-32768,   307,   679,-32768,-32768,   610,   612,   616,-32768,
+  -121,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
+-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   580,-32768,
+    -6,-32768,   585,-32768,   461,-32768,   451,   452,-32768,-32768,
+   471,  -108,   478,  -188,-32768,   232,-32768,  -458,-32768,   127,
+  -473,   175,  -169,   142,   137,   206,  -206,   120,-32768,  -180,
+-32768,-32768,  -507,-32768,  -190,  -230,  -318,-32768,-32768,-32768,
+-32768,-32768,   381,-32768,-32768,   -89,-32768,-32768,-32768,    -3,
+   -18,-32768,    32,-32768,-32768,   407,   476,    68,-32768,-32768,
+    56,-32768,   -93,  -127,   344,   398,  -187,   257,  -182,  -213,
+  -101,   511,    30,  -267,   603,  -137,-32768,   586,-32768,-32768,
+-32768,  -531,  -204,  -254,-32768,   105,   -46,   466,-32768,-32768,
+  -278,   455,-32768,-32768,   472,  -265,  -205,-32768,-32768,  -372,
+-32768,  -303,-32768,-32768,   242,     7,   -23,   -38,   423,   656,
+  -377,    19,   531
 };
 
 
 #define        YYLAST          3340
 
 
-static const short yytable[] =
-{
-     118,   100,   103,   113,   196,   252,   413,   148,   141,    15,
-      19,   296,   186,   271,   296,    15,   209,   211,   112,   198,
-     275,   120,   395,    19,   391,   379,   341,   343,   389,   203,
-     117,   497,     2,   132,   385,   107,   101,   320,   399,   400,
-     324,   245,   391,   110,   670,   445,   595,   208,   219,   221,
-     391,   124,   545,   336,   442,   510,   643,   644,   645,   631,
-     102,   126,   151,   127,   180,   606,   426,   563,   611,   643,
-     651,   645,   361,   462,   632,   129,   381,   137,   673,   570,
-     371,   443,   151,   129,   129,   646,   526,   628,   140,   151,
-       3,   381,   330,   587,   581,   333,   142,   546,   640,   151,
-     652,   104,   151,   350,   263,   151,   151,   175,   219,   221,
-     219,   221,    15,   633,   -55,   351,    19,   108,   488,   602,
-     180,   471,   100,   484,   642,   117,   105,   359,   518,   519,
-     469,   217,   218,   131,   592,   100,   100,   485,   655,     8,
-     178,   345,   109,   341,   343,   498,   327,   392,   469,   593,
-     564,   220,   218,   393,   328,   347,     9,   101,   276,   151,
-     469,    10,   152,    19,   431,   248,   435,   235,   437,   227,
-     101,   101,   228,   579,   580,   222,   151,   180,   277,    11,
-     112,   102,   472,   475,   483,     9,   271,   344,   218,   531,
-      10,   180,   180,   542,   102,   102,   232,   494,   180,   153,
-     514,     9,     9,   213,   402,   403,    10,   116,   154,   501,
-     418,   656,   541,   318,   429,   164,   151,   533,   657,   404,
-     175,   405,   406,   407,   408,   656,   341,   167,   214,   209,
-     211,   409,   657,   632,   175,   175,   156,   331,   332,   181,
-     345,   157,   345,   350,   327,   658,   256,   632,   283,   284,
-     285,   286,   328,   178,   183,   351,   396,   585,   219,   441,
-     513,   528,   283,   284,   285,   286,  -101,   178,   178,   374,
-     374,   214,   318,   263,   178,   661,  -405,   569,   279,   280,
-     151,   457,   631,   412,   661,   661,   402,   403,     9,   264,
-     164,  -101,   215,   282,   281,   274,   661,   632,   661,   661,
-     661,   404,   167,   405,   406,   407,   408,   653,   283,   284,
-     285,   286,   209,   409,   214,   185,   588,   327,   151,   151,
-     214,   503,   287,   188,   523,   328,   657,   289,   151,   464,
-     571,   159,   217,   218,   160,   483,   151,   441,   590,   161,
-     162,   632,   163,   604,   627,   468,   214,   189,     9,   524,
-     164,   489,   490,    10,   165,   166,   283,   284,   285,   286,
-     439,   190,   167,   591,   357,   218,   239,   168,   214,   539,
-     240,   218,   374,   199,   374,   290,   291,   159,    16,   131,
-     160,  -248,   292,   169,   474,   112,   356,   200,     9,   603,
-     357,   218,   279,    10,   531,   555,   558,   223,   556,   532,
-     358,   151,     9,   483,   621,   131,   623,   282,   491,   624,
-     495,   496,   598,   224,   143,   491,   539,   600,   144,   220,
-     218,   540,   283,   284,   285,   286,   666,   667,   145,   531,
-     234,   562,   318,   131,   544,   656,   287,   516,   674,   491,
-     675,   289,   657,   459,    65,   459,    67,   236,    69,    70,
-      15,   668,    72,    73,    74,    75,   669,   632,   668,    78,
-      79,   538,   668,   680,   344,   218,   584,   681,   594,   676,
-     491,   656,   283,   284,   285,   286,   112,   237,   657,   440,
-     218,   677,   679,   133,   135,   238,   151,   210,   212,   290,
-     291,   468,   244,   632,   338,   340,   292,   486,   487,   134,
-     136,   246,   247,   215,   249,   678,   257,   575,   283,   284,
-     285,   286,   258,   259,   559,    65,   260,    67,   265,    69,
-      70,   151,   272,    72,    73,    74,    75,   568,   273,   334,
-      78,    79,   335,   353,   491,   326,   112,   159,   151,   355,
-     160,   354,   364,   576,   365,   229,   230,   366,   163,   582,
-     369,   372,   373,   575,   384,   386,   164,   491,   491,   387,
-     231,   388,    15,   568,   391,   414,   401,   415,   167,   416,
-     417,   449,   450,   168,   419,   420,   454,   421,   422,   423,
-     424,   427,   636,   425,   434,   428,   452,   432,   520,   568,
-     504,  -406,   461,   636,   453,   505,   463,   635,   527,   554,
-     583,   549,   529,   530,   112,   552,   636,   636,   635,   663,
-     507,   534,   535,   636,   536,   537,   550,   506,   663,   663,
-     543,   635,   635,   551,   553,   665,   281,   596,   635,   561,
-     663,   577,   663,   663,   663,   159,   545,   589,   160,   599,
-      21,   605,   279,   280,   609,   607,   614,   613,   618,   620,
-     622,   625,   473,   281,   164,   626,   629,   282,   637,   639,
-     641,  -407,   649,   647,   648,   650,   167,   664,   645,   670,
-     683,   671,   283,   284,   285,   286,   684,   615,   672,     7,
-     455,    85,   139,    87,   325,   155,   287,   288,   337,   322,
-     339,   289,   278,   525,   158,   616,   477,   478,   479,    27,
-      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
-      38,    39,    40,    41,    42,    43,    44,    45,   601,    46,
-      47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
-      57,    58,    59,    60,    61,   193,    62,   194,   586,   290,
-     291,   195,   612,   638,   617,   572,   292,   448,    65,   377,
-      67,    68,    69,    70,   438,   348,    72,    73,    74,    75,
-      76,   410,    77,    78,    79,   159,   394,   390,   160,   233,
-      21,   565,   279,   280,   184,   349,     0,     0,     0,     0,
-       0,     0,   473,   281,   164,     0,     0,   282,     0,     0,
-       0,     0,     0,     0,     0,     0,   167,     0,     0,     0,
-       0,     0,   283,   284,   285,   286,   476,     0,     0,     0,
-       0,     0,   329,     0,     0,     0,   287,   288,     0,     0,
-       0,   289,     0,     0,     0,     0,   477,   478,   479,    27,
-      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
-      38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
-      47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
-      57,    58,    59,    60,    61,     0,    62,     0,     0,   290,
-     291,     0,     0,     0,     0,     0,   292,     0,    65,     0,
-      67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
-      76,     0,    77,    78,    79,   159,     0,     0,   160,     0,
-      21,     0,   279,   280,     0,     0,     0,     0,     0,     0,
-       0,     0,   473,   281,   164,     0,     0,   282,     0,     0,
-       0,     0,     0,     0,     0,     0,   167,     0,     0,     0,
-       0,     0,   283,   284,   285,   286,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   287,   288,     0,     0,
-       0,   289,     0,     0,     0,     0,   477,   478,   479,    27,
-      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
-      38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
-      47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
-      57,    58,    59,    60,    61,     0,    62,     0,     0,   290,
-     291,     0,     0,     0,     0,     0,   292,     0,    65,     0,
-      67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
-      76,     0,    77,    78,    79,   159,     0,     0,   160,     0,
-      21,     0,   279,   280,     0,     0,     0,     0,     0,     0,
-       0,     0,   473,   281,   164,     0,     0,   282,     0,     0,
-       0,     0,     0,     0,     0,     0,   167,     0,     0,     0,
-       0,     0,   283,   284,   285,   286,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   287,   288,     0,     0,
-       0,   289,     0,     0,     0,     0,     0,     0,     0,    27,
-      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
-      38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
-      47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
-      57,    58,    59,    60,    61,     0,    62,     0,     0,   290,
-     291,     0,     0,     0,     0,     0,   292,     0,    65,     0,
-      67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
-      76,     0,    77,    78,    79,   159,     0,     0,   160,     0,
-      21,     0,     0,   161,   162,     0,   163,     0,     0,     0,
-       0,     0,    22,     0,   164,     0,     0,     0,   165,   166,
-       0,     0,     0,     0,     0,     0,   167,     0,     0,     0,
-       0,   168,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,   169,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   170,    27,
-      28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
-      38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
-      47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
-      57,    58,    59,    60,    61,    21,    62,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,    22,    65,     0,
-      67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
-      76,     0,    77,    78,    79,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,    23,     0,    24,     0,     0,
-       0,     0,     0,    25,     0,     0,     0,     0,     0,    26,
-       0,     0,     0,     0,    27,    28,    29,    30,    31,    32,
-      33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
-      43,    44,    45,     0,    46,    47,    48,    49,    50,    51,
-      52,    53,    54,    55,    56,    57,    58,    59,    60,    61,
-       0,    62,     0,     0,     0,     0,    63,     0,    21,     0,
-      64,     0,     3,    65,    66,    67,    68,    69,    70,    71,
-      22,    72,    73,    74,    75,    76,     0,    77,    78,    79,
-      80,    81,    82,    83,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,    23,     0,
-      24,     0,     0,     0,     0,     0,    25,     0,     0,     0,
-       0,     0,    26,     0,     0,     0,     0,    27,    28,    29,
-      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
-      40,    41,    42,    43,    44,    45,     0,    46,    47,    48,
-      49,    50,    51,    52,    53,    54,    55,    56,    57,    58,
-      59,    60,    61,    21,    62,     0,     0,     0,     0,    63,
-       0,     0,     0,    64,     0,    22,    65,    66,    67,    68,
-      69,    70,    71,     0,    72,    73,    74,    75,    76,     0,
-      77,    78,    79,    80,    81,    82,    83,     0,     0,     0,
-       0,     0,     0,     0,     0,    24,     0,     0,     0,     0,
-       0,    25,     0,     0,     0,     0,     0,    26,     0,     0,
-       0,     0,    27,    28,    29,    30,    31,    32,    33,    34,
-      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
-      45,     0,    46,    47,    48,    49,    50,    51,    52,    53,
-      54,    55,    56,    57,    58,    59,    60,    61,     0,    62,
-       0,     0,     0,     0,     0,    21,     0,     0,    64,     0,
-       0,    65,    66,    67,    68,    69,    70,    22,     0,    72,
-      73,    74,    75,    76,     0,    77,    78,    79,    80,    81,
-      82,    83,   557,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,    27,    28,    29,    30,    31,    32,
-      33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
-      43,    44,    45,     0,    46,    47,    48,    49,    50,    51,
-      52,    53,    54,    55,   111,    57,    58,    59,    60,    61,
-     439,    62,    21,     0,   357,   218,     0,     0,     0,     0,
-       0,     0,     0,    65,    22,    67,    68,    69,    70,   131,
-       0,    72,    73,    74,    75,    76,     0,    77,    78,    79,
-       0,    81,    82,    83,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,    27,    28,    29,    30,    31,    32,    33,    34,    35,
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
-       0,    46,    47,    48,    49,    50,    51,    52,    53,    54,
-      55,   111,    57,    58,    59,    60,    61,   239,    62,    21,
-       0,   240,   218,     0,     0,     0,     0,     0,     0,     0,
-      65,    22,    67,    68,    69,    70,     0,     0,    72,    73,
-      74,    75,    76,   250,    77,    78,    79,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,    27,    28,
-      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
-      39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
-      48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
-      58,    59,    60,    61,    21,    62,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,    22,    65,     0,    67,
-      68,    69,    70,     0,     0,    72,    73,    74,    75,    76,
-     250,    77,    78,    79,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     314,   315,     0,    27,    28,    29,    30,    31,    32,    33,
-      34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
-      44,    45,     0,    46,    47,    48,    49,    50,    51,    52,
-      53,    54,    55,   111,    57,    58,    59,    60,    61,     0,
-      62,    21,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,    65,    22,    67,    68,    69,    70,     0,     0,
-      72,    73,    74,    75,    76,     0,    77,    78,    79,     0,
-     319,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
-      37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
-      46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
-     111,    57,    58,    59,    60,    61,     0,    62,    21,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,    65,
-      22,    67,    68,    69,    70,     0,     0,    72,    73,    74,
-      75,    76,   250,    77,    78,    79,     0,   323,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,    27,    28,    29,
-      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
-      40,    41,    42,    43,    44,    45,     0,    46,    47,    48,
-      49,    50,    51,    52,    53,    54,    55,   111,    57,    58,
-      59,    60,    61,     0,    62,    21,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,    65,    22,    67,    68,
-      69,    70,     0,     0,    72,    73,    74,    75,    76,   250,
-      77,    78,    79,     0,   430,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,    27,    28,    29,    30,    31,    32,
-      33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
-      43,    44,    45,     0,    46,    47,    48,    49,    50,    51,
-      52,    53,    54,    55,   111,    57,    58,    59,    60,    61,
-       0,    62,    21,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    65,    22,    67,    68,    69,    70,     0,
-       0,    72,    73,    74,    75,    76,   250,    77,    78,    79,
-       0,   512,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,    27,    28,    29,    30,    31,    32,    33,    34,    35,
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
-       0,    46,    47,    48,    49,    50,    51,    52,    53,    54,
-      55,   111,    57,    58,    59,    60,    61,    21,    62,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,    22,
-      65,     0,    67,    68,    69,    70,     0,     0,    72,    73,
-      74,    75,    76,   250,    77,    78,    79,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,    27,    28,    29,    30,
-      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
-      41,    42,    43,    44,    45,     0,    46,    47,    48,    49,
-      50,    51,    52,    53,    54,    55,   111,    57,    58,    59,
-      60,    61,    21,    62,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,    22,    65,     0,    67,    68,    69,
-      70,     0,     0,    72,    73,    74,    75,    76,   250,    77,
-      78,    79,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,    27,    28,    29,    30,    31,    32,    33,    34,    35,
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
-       0,    46,    47,    48,    49,    50,    51,    52,    53,    54,
-      55,   111,    57,    58,    59,    60,    61,    21,    62,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,    22,
-      65,     0,    67,    68,    69,    70,     0,   267,    72,    73,
-      74,    75,    76,     0,    77,    78,    79,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,    27,    28,    29,    30,
-      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
-      41,    42,    43,    44,    45,     0,    46,    47,    48,    49,
-      50,    51,    52,    53,    54,    55,   111,    57,    58,    59,
-      60,    61,     0,    62,     0,     0,     0,     0,     0,    21,
-       0,     0,     0,     0,     0,    65,     0,    67,    68,    69,
-      70,    22,     0,    72,    73,    74,    75,    76,   436,    77,
-      78,    79,     0,     0,     0,     0,   458,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,    27,    28,
-      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
-      39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
-      48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
-      58,    59,    60,    61,     0,    62,     0,     0,     0,     0,
-       0,    21,     0,     0,     0,     0,     0,    65,     0,    67,
-      68,    69,    70,    22,     0,    72,    73,    74,    75,    76,
-       0,    77,    78,    79,     0,     0,     0,     0,   460,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
-      37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
-      46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
-     111,    57,    58,    59,    60,    61,    21,    62,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,    22,    65,
-       0,    67,    68,    69,    70,     0,     0,    72,    73,    74,
-      75,    76,     0,    77,    78,    79,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   566,    27,    28,    29,    30,    31,
-      32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
-      42,    43,    44,    45,     0,    46,    47,    48,    49,    50,
-      51,    52,    53,    54,    55,   111,    57,    58,    59,    60,
-      61,    21,    62,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    22,    65,     0,    67,    68,    69,    70,
-       0,     0,    72,    73,    74,    75,    76,     0,    77,    78,
-      79,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
-      37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
-      46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
-     111,    57,    58,    59,    60,    61,     0,    62,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,    65,
-       0,    67,    68,    69,    70,     0,     0,    72,    73,    74,
-      75,    76,     0,    77,    78,    79,   159,     0,     0,   160,
-       0,     0,     0,   279,   280,     0,     0,     0,     0,     0,
-       0,     0,     0,     9,   281,   164,   350,     0,   282,     0,
-       0,     0,   159,     0,     0,   160,     0,   167,   351,   279,
-     280,     0,     0,   283,   284,   285,   286,     0,     0,     9,
-     281,   164,     0,     0,   282,     0,     0,   287,   288,     0,
-       0,     0,   289,   167,     0,   321,     0,     0,     0,   283,
-     284,   285,   286,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   159,   287,   288,   160,     0,     0,   289,   279,
-     280,     0,     0,     0,     0,     0,     0,     0,     0,     9,
-     281,   164,     0,     0,   282,     0,     0,     0,     0,     0,
-     290,   291,     0,   167,     0,   380,     0,   292,     0,   283,
-     284,   285,   286,   159,     0,     0,   160,     0,     0,     0,
-     279,   280,     0,   287,   288,     0,   290,   291,   289,     0,
-       9,   281,   164,   292,     0,   282,     0,     0,     0,     0,
-       0,     0,     0,     0,   167,     0,   493,     0,     0,     0,
-     283,   284,   285,   286,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   159,   287,   288,   160,     0,     0,   289,
-     279,   280,     0,     0,     0,     0,   290,   291,     0,     0,
-       9,   281,   164,   292,     0,   282,     0,     0,     0,   159,
-       0,     0,   160,     0,   167,     0,   279,   280,     0,     0,
-     283,   284,   285,   286,     0,     0,     9,     0,   164,     0,
-       0,   282,     0,     0,   287,   288,     0,   290,   291,   289,
-     167,     0,     0,     0,   292,     0,   283,   284,   285,   286,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     287,     0,     0,     0,     0,   289,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,   290,   291,     0,
-       0,     0,     0,     0,   292,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   290,   291,     0,     0,     0,     0,     0,
-     292
+static const short yytable[] = {   118,
+   100,   103,   113,   196,   252,   413,   148,   141,    15,    19,
+   296,   186,   271,   296,    15,   209,   211,   112,   198,   275,
+   120,   395,    19,   391,   379,   341,   343,   389,   203,   117,
+   497,     2,   132,   385,   107,   101,   320,   399,   400,   324,
+   245,   391,   110,   670,   445,   595,   208,   219,   221,   391,
+   124,   545,   336,   442,   510,   643,   644,   645,   631,   102,
+   126,   151,   127,   180,   606,   426,   563,   611,   643,   651,
+   645,   361,   462,   632,   129,   381,   137,   673,   570,   371,
+   443,   151,   129,   129,   646,   526,   628,   140,   151,     3,
+   381,   330,   587,   581,   333,   142,   546,   640,   151,   652,
+   104,   151,   350,   263,   151,   151,   175,   219,   221,   219,
+   221,    15,   633,   -55,   351,    19,   108,   488,   602,   180,
+   471,   100,   484,   642,   117,   105,   359,   518,   519,   469,
+   217,   218,   131,   592,   100,   100,   485,   655,     8,   178,
+   345,   109,   341,   343,   498,   327,   392,   469,   593,   564,
+   220,   218,   393,   328,   347,     9,   101,   276,   151,   469,
+    10,   152,    19,   431,   248,   435,   235,   437,   227,   101,
+   101,   228,   579,   580,   222,   151,   180,   277,    11,   112,
+   102,   472,   475,   483,     9,   271,   344,   218,   531,    10,
+   180,   180,   542,   102,   102,   232,   494,   180,   153,   514,
+     9,     9,   213,   402,   403,    10,   116,   154,   501,   418,
+   656,   541,   318,   429,   164,   151,   533,   657,   404,   175,
+   405,   406,   407,   408,   656,   341,   167,   214,   209,   211,
+   409,   657,   632,   175,   175,   156,   331,   332,   181,   345,
+   157,   345,   350,   327,   658,   256,   632,   283,   284,   285,
+   286,   328,   178,   183,   351,   396,   585,   219,   441,   513,
+   528,   283,   284,   285,   286,  -101,   178,   178,   374,   374,
+   214,   318,   263,   178,   661,  -405,   569,   279,   280,   151,
+   457,   631,   412,   661,   661,   402,   403,     9,   264,   164,
+  -101,   215,   282,   281,   274,   661,   632,   661,   661,   661,
+   404,   167,   405,   406,   407,   408,   653,   283,   284,   285,
+   286,   209,   409,   214,   185,   588,   327,   151,   151,   214,
+   503,   287,   188,   523,   328,   657,   289,   151,   464,   571,
+   159,   217,   218,   160,   483,   151,   441,   590,   161,   162,
+   632,   163,   604,   627,   468,   214,   189,     9,   524,   164,
+   489,   490,    10,   165,   166,   283,   284,   285,   286,   439,
+   190,   167,   591,   357,   218,   239,   168,   214,   539,   240,
+   218,   374,   199,   374,   290,   291,   159,    16,   131,   160,
+  -248,   292,   169,   474,   112,   356,   200,     9,   603,   357,
+   218,   279,    10,   531,   555,   558,   223,   556,   532,   358,
+   151,     9,   483,   621,   131,   623,   282,   491,   624,   495,
+   496,   598,   224,   143,   491,   539,   600,   144,   220,   218,
+   540,   283,   284,   285,   286,   666,   667,   145,   531,   234,
+   562,   318,   131,   544,   656,   287,   516,   674,   491,   675,
+   289,   657,   459,    65,   459,    67,   236,    69,    70,    15,
+   668,    72,    73,    74,    75,   669,   632,   668,    78,    79,
+   538,   668,   680,   344,   218,   584,   681,   594,   676,   491,
+   656,   283,   284,   285,   286,   112,   237,   657,   440,   218,
+   677,   679,   133,   135,   238,   151,   210,   212,   290,   291,
+   468,   244,   632,   338,   340,   292,   486,   487,   134,   136,
+   246,   247,   215,   249,   678,   257,   575,   283,   284,   285,
+   286,   258,   259,   559,    65,   260,    67,   265,    69,    70,
+   151,   272,    72,    73,    74,    75,   568,   273,   334,    78,
+    79,   335,   353,   491,   326,   112,   159,   151,   355,   160,
+   354,   364,   576,   365,   229,   230,   366,   163,   582,   369,
+   372,   373,   575,   384,   386,   164,   491,   491,   387,   231,
+   388,    15,   568,   391,   414,   401,   415,   167,   416,   417,
+   449,   450,   168,   419,   420,   454,   421,   422,   423,   424,
+   427,   636,   425,   434,   428,   452,   432,   520,   568,   504,
+  -406,   461,   636,   453,   505,   463,   635,   527,   554,   583,
+   549,   529,   530,   112,   552,   636,   636,   635,   663,   507,
+   534,   535,   636,   536,   537,   550,   506,   663,   663,   543,
+   635,   635,   551,   553,   665,   281,   596,   635,   561,   663,
+   577,   663,   663,   663,   159,   545,   589,   160,   599,    21,
+   605,   279,   280,   609,   607,   614,   613,   618,   620,   622,
+   625,   473,   281,   164,   626,   629,   282,   637,   639,   641,
+  -407,   649,   647,   648,   650,   167,   664,   645,   670,   683,
+   671,   283,   284,   285,   286,   684,   615,   672,     7,   455,
+    85,   139,    87,   325,   155,   287,   288,   337,   322,   339,
+   289,   278,   525,   158,   616,   477,   478,   479,    27,    28,
+    29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+    39,    40,    41,    42,    43,    44,    45,   601,    46,    47,
+    48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
+    58,    59,    60,    61,   193,    62,   194,   586,   290,   291,
+   195,   612,   638,   617,   572,   292,   448,    65,   377,    67,
+    68,    69,    70,   438,   348,    72,    73,    74,    75,    76,
+   410,    77,    78,    79,   159,   394,   390,   160,   233,    21,
+   565,   279,   280,   184,   349,     0,     0,     0,     0,     0,
+     0,   473,   281,   164,     0,     0,   282,     0,     0,     0,
+     0,     0,     0,     0,     0,   167,     0,     0,     0,     0,
+     0,   283,   284,   285,   286,   476,     0,     0,     0,     0,
+     0,   329,     0,     0,     0,   287,   288,     0,     0,     0,
+   289,     0,     0,     0,     0,   477,   478,   479,    27,    28,
+    29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+    39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
+    48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
+    58,    59,    60,    61,     0,    62,     0,     0,   290,   291,
+     0,     0,     0,     0,     0,   292,     0,    65,     0,    67,
+    68,    69,    70,     0,     0,    72,    73,    74,    75,    76,
+     0,    77,    78,    79,   159,     0,     0,   160,     0,    21,
+     0,   279,   280,     0,     0,     0,     0,     0,     0,     0,
+     0,   473,   281,   164,     0,     0,   282,     0,     0,     0,
+     0,     0,     0,     0,     0,   167,     0,     0,     0,     0,
+     0,   283,   284,   285,   286,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,   287,   288,     0,     0,     0,
+   289,     0,     0,     0,     0,   477,   478,   479,    27,    28,
+    29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+    39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
+    48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
+    58,    59,    60,    61,     0,    62,     0,     0,   290,   291,
+     0,     0,     0,     0,     0,   292,     0,    65,     0,    67,
+    68,    69,    70,     0,     0,    72,    73,    74,    75,    76,
+     0,    77,    78,    79,   159,     0,     0,   160,     0,    21,
+     0,   279,   280,     0,     0,     0,     0,     0,     0,     0,
+     0,   473,   281,   164,     0,     0,   282,     0,     0,     0,
+     0,     0,     0,     0,     0,   167,     0,     0,     0,     0,
+     0,   283,   284,   285,   286,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,   287,   288,     0,     0,     0,
+   289,     0,     0,     0,     0,     0,     0,     0,    27,    28,
+    29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+    39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
+    48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
+    58,    59,    60,    61,     0,    62,     0,     0,   290,   291,
+     0,     0,     0,     0,     0,   292,     0,    65,     0,    67,
+    68,    69,    70,     0,     0,    72,    73,    74,    75,    76,
+     0,    77,    78,    79,   159,     0,     0,   160,     0,    21,
+     0,     0,   161,   162,     0,   163,     0,     0,     0,     0,
+     0,    22,     0,   164,     0,     0,     0,   165,   166,     0,
+     0,     0,     0,     0,     0,   167,     0,     0,     0,     0,
+   168,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,   169,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,   170,    27,    28,
+    29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+    39,    40,    41,    42,    43,    44,    45,     0,    46,    47,
+    48,    49,    50,    51,    52,    53,    54,    55,   111,    57,
+    58,    59,    60,    61,    21,    62,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,    22,    65,     0,    67,
+    68,    69,    70,     0,     0,    72,    73,    74,    75,    76,
+     0,    77,    78,    79,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,    23,     0,    24,     0,     0,     0,
+     0,     0,    25,     0,     0,     0,     0,     0,    26,     0,
+     0,     0,     0,    27,    28,    29,    30,    31,    32,    33,
+    34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
+    44,    45,     0,    46,    47,    48,    49,    50,    51,    52,
+    53,    54,    55,    56,    57,    58,    59,    60,    61,     0,
+    62,     0,     0,     0,     0,    63,     0,    21,     0,    64,
+     0,     3,    65,    66,    67,    68,    69,    70,    71,    22,
+    72,    73,    74,    75,    76,     0,    77,    78,    79,    80,
+    81,    82,    83,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    23,     0,    24,
+     0,     0,     0,     0,     0,    25,     0,     0,     0,     0,
+     0,    26,     0,     0,     0,     0,    27,    28,    29,    30,
+    31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
+    41,    42,    43,    44,    45,     0,    46,    47,    48,    49,
+    50,    51,    52,    53,    54,    55,    56,    57,    58,    59,
+    60,    61,    21,    62,     0,     0,     0,     0,    63,     0,
+     0,     0,    64,     0,    22,    65,    66,    67,    68,    69,
+    70,    71,     0,    72,    73,    74,    75,    76,     0,    77,
+    78,    79,    80,    81,    82,    83,     0,     0,     0,     0,
+     0,     0,     0,     0,    24,     0,     0,     0,     0,     0,
+    25,     0,     0,     0,     0,     0,    26,     0,     0,     0,
+     0,    27,    28,    29,    30,    31,    32,    33,    34,    35,
+    36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
+     0,    46,    47,    48,    49,    50,    51,    52,    53,    54,
+    55,    56,    57,    58,    59,    60,    61,     0,    62,     0,
+     0,     0,     0,     0,    21,     0,     0,    64,     0,     0,
+    65,    66,    67,    68,    69,    70,    22,     0,    72,    73,
+    74,    75,    76,     0,    77,    78,    79,    80,    81,    82,
+    83,   557,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,    27,    28,    29,    30,    31,    32,    33,
+    34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
+    44,    45,     0,    46,    47,    48,    49,    50,    51,    52,
+    53,    54,    55,   111,    57,    58,    59,    60,    61,   439,
+    62,    21,     0,   357,   218,     0,     0,     0,     0,     0,
+     0,     0,    65,    22,    67,    68,    69,    70,   131,     0,
+    72,    73,    74,    75,    76,     0,    77,    78,    79,     0,
+    81,    82,    83,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
+    46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
+   111,    57,    58,    59,    60,    61,   239,    62,    21,     0,
+   240,   218,     0,     0,     0,     0,     0,     0,     0,    65,
+    22,    67,    68,    69,    70,     0,     0,    72,    73,    74,
+    75,    76,   250,    77,    78,    79,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    27,    28,    29,
+    30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+    40,    41,    42,    43,    44,    45,     0,    46,    47,    48,
+    49,    50,    51,    52,    53,    54,    55,   111,    57,    58,
+    59,    60,    61,    21,    62,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    22,    65,     0,    67,    68,
+    69,    70,     0,     0,    72,    73,    74,    75,    76,   250,
+    77,    78,    79,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,   314,
+   315,     0,    27,    28,    29,    30,    31,    32,    33,    34,
+    35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
+    45,     0,    46,    47,    48,    49,    50,    51,    52,    53,
+    54,    55,   111,    57,    58,    59,    60,    61,     0,    62,
+    21,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,    65,    22,    67,    68,    69,    70,     0,     0,    72,
+    73,    74,    75,    76,     0,    77,    78,    79,     0,   319,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,    27,
+    28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+    38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
+    47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
+    57,    58,    59,    60,    61,     0,    62,    21,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    65,    22,
+    67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
+    76,   250,    77,    78,    79,     0,   323,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,    27,    28,    29,    30,
+    31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
+    41,    42,    43,    44,    45,     0,    46,    47,    48,    49,
+    50,    51,    52,    53,    54,    55,   111,    57,    58,    59,
+    60,    61,     0,    62,    21,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    65,    22,    67,    68,    69,
+    70,     0,     0,    72,    73,    74,    75,    76,   250,    77,
+    78,    79,     0,   430,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,    27,    28,    29,    30,    31,    32,    33,
+    34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
+    44,    45,     0,    46,    47,    48,    49,    50,    51,    52,
+    53,    54,    55,   111,    57,    58,    59,    60,    61,     0,
+    62,    21,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,    65,    22,    67,    68,    69,    70,     0,     0,
+    72,    73,    74,    75,    76,   250,    77,    78,    79,     0,
+   512,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
+    46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
+   111,    57,    58,    59,    60,    61,    21,    62,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    22,    65,
+     0,    67,    68,    69,    70,     0,     0,    72,    73,    74,
+    75,    76,   250,    77,    78,    79,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    27,    28,    29,    30,    31,
+    32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
+    42,    43,    44,    45,     0,    46,    47,    48,    49,    50,
+    51,    52,    53,    54,    55,   111,    57,    58,    59,    60,
+    61,    21,    62,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,    22,    65,     0,    67,    68,    69,    70,
+     0,     0,    72,    73,    74,    75,    76,   250,    77,    78,
+    79,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,    38,    39,    40,    41,    42,    43,    44,    45,     0,
+    46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
+   111,    57,    58,    59,    60,    61,    21,    62,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    22,    65,
+     0,    67,    68,    69,    70,     0,   267,    72,    73,    74,
+    75,    76,     0,    77,    78,    79,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,    27,    28,    29,    30,    31,
+    32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
+    42,    43,    44,    45,     0,    46,    47,    48,    49,    50,
+    51,    52,    53,    54,    55,   111,    57,    58,    59,    60,
+    61,     0,    62,     0,     0,     0,     0,     0,    21,     0,
+     0,     0,     0,     0,    65,     0,    67,    68,    69,    70,
+    22,     0,    72,    73,    74,    75,    76,   436,    77,    78,
+    79,     0,     0,     0,     0,   458,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    27,    28,    29,
+    30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+    40,    41,    42,    43,    44,    45,     0,    46,    47,    48,
+    49,    50,    51,    52,    53,    54,    55,   111,    57,    58,
+    59,    60,    61,     0,    62,     0,     0,     0,     0,     0,
+    21,     0,     0,     0,     0,     0,    65,     0,    67,    68,
+    69,    70,    22,     0,    72,    73,    74,    75,    76,     0,
+    77,    78,    79,     0,     0,     0,     0,   460,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,    27,
+    28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+    38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
+    47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
+    57,    58,    59,    60,    61,    21,    62,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,    22,    65,     0,
+    67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
+    76,     0,    77,    78,    79,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,   566,    27,    28,    29,    30,    31,    32,
+    33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
+    43,    44,    45,     0,    46,    47,    48,    49,    50,    51,
+    52,    53,    54,    55,   111,    57,    58,    59,    60,    61,
+    21,    62,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,    22,    65,     0,    67,    68,    69,    70,     0,
+     0,    72,    73,    74,    75,    76,     0,    77,    78,    79,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,    27,
+    28,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+    38,    39,    40,    41,    42,    43,    44,    45,     0,    46,
+    47,    48,    49,    50,    51,    52,    53,    54,    55,   111,
+    57,    58,    59,    60,    61,     0,    62,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,    65,     0,
+    67,    68,    69,    70,     0,     0,    72,    73,    74,    75,
+    76,     0,    77,    78,    79,   159,     0,     0,   160,     0,
+     0,     0,   279,   280,     0,     0,     0,     0,     0,     0,
+     0,     0,     9,   281,   164,   350,     0,   282,     0,     0,
+     0,   159,     0,     0,   160,     0,   167,   351,   279,   280,
+     0,     0,   283,   284,   285,   286,     0,     0,     9,   281,
+   164,     0,     0,   282,     0,     0,   287,   288,     0,     0,
+     0,   289,   167,     0,   321,     0,     0,     0,   283,   284,
+   285,   286,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,   159,   287,   288,   160,     0,     0,   289,   279,   280,
+     0,     0,     0,     0,     0,     0,     0,     0,     9,   281,
+   164,     0,     0,   282,     0,     0,     0,     0,     0,   290,
+   291,     0,   167,     0,   380,     0,   292,     0,   283,   284,
+   285,   286,   159,     0,     0,   160,     0,     0,     0,   279,
+   280,     0,   287,   288,     0,   290,   291,   289,     0,     9,
+   281,   164,   292,     0,   282,     0,     0,     0,     0,     0,
+     0,     0,     0,   167,     0,   493,     0,     0,     0,   283,
+   284,   285,   286,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,   159,   287,   288,   160,     0,     0,   289,   279,
+   280,     0,     0,     0,     0,   290,   291,     0,     0,     9,
+   281,   164,   292,     0,   282,     0,     0,     0,   159,     0,
+     0,   160,     0,   167,     0,   279,   280,     0,     0,   283,
+   284,   285,   286,     0,     0,     9,     0,   164,     0,     0,
+   282,     0,     0,   287,   288,     0,   290,   291,   289,   167,
+     0,     0,     0,   292,     0,   283,   284,   285,   286,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,   287,
+     0,     0,     0,     0,   289,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,   290,   291,     0,     0,
+     0,     0,     0,   292,     0,     0,     0,     0,     0,     0,
+     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+     0,     0,   290,   291,     0,     0,     0,     0,     0,   292
 };
 
-static const short yycheck[] =
-{
-      23,     4,     8,    21,   125,   185,   309,   100,    97,     2,
-       3,   215,   120,   200,   218,     8,   143,   144,    21,   127,
-     208,    24,   300,    16,    14,   279,   239,   240,   295,   137,
-      23,   408,    57,    71,   288,    16,     4,   217,   303,   304,
-     220,   178,    14,    10,     3,   363,   577,   140,   149,   150,
-      14,    62,    60,   235,     7,   432,     6,     7,     8,    10,
-       4,    64,   100,    66,   110,   596,   333,   525,   599,     6,
-       7,     8,   254,    37,    25,    68,   280,    80,    37,    51,
-     267,    34,   120,    76,    77,    35,   463,   618,    91,   127,
-     115,   295,   229,   566,   552,   232,    99,   105,   629,   137,
-      37,     7,   140,    23,   197,   143,   144,   110,   209,   210,
-     211,   212,   105,   620,    97,    35,   109,     7,   396,   592,
-     166,   111,   125,   390,   631,   118,    32,   254,   446,   447,
-     384,    10,    11,    25,    31,   138,   139,   391,   645,     3,
-     110,   242,    32,   356,   357,   410,    24,    33,   402,    46,
-     527,    10,    11,    39,    32,   244,    20,   125,    37,   197,
-     414,    25,     7,   156,   344,   183,   354,   170,   355,   162,
-     138,   139,   165,   550,   551,   156,   214,   223,    37,    43,
-     183,   125,   386,   387,   388,    20,   373,    10,    11,    32,
-      25,   237,   238,    36,   138,   139,   166,   402,   244,     7,
-      35,    20,    20,     7,    11,    12,    25,    25,     3,   414,
-     318,     3,   490,   216,    37,    22,   254,   471,    10,    26,
-     223,    28,    29,    30,    31,     3,   439,    34,    32,   356,
-     357,    38,    10,    25,   237,   238,    32,   230,   231,     6,
-     341,    37,   343,    23,    24,    37,     7,    25,    40,    41,
-      42,    43,    32,   223,    31,    35,   302,   560,   359,   360,
-     440,   465,    40,    41,    42,    43,     7,   237,   238,   272,
-     273,    32,   275,   366,   244,   647,    10,   531,    10,    11,
-     318,   374,    10,    10,   656,   657,    11,    12,    20,     7,
-      22,    32,    33,    25,    21,     7,   668,    25,   670,   671,
-     672,    26,    34,    28,    29,    30,    31,    35,    40,    41,
-      42,    43,   439,    38,    32,    10,   570,    24,   356,   357,
-      32,     7,    54,   112,     7,    32,    10,    59,   366,    36,
-     534,     3,    10,    11,     6,   539,   374,   438,     7,    11,
-      12,    25,    14,     7,     7,   383,    32,   112,    20,    32,
-      22,   397,   398,    25,    26,    27,    40,    41,    42,    43,
-       6,    97,    34,    32,    10,    11,     6,    39,    32,    32,
-      10,    11,   375,    34,   377,   107,   108,     3,    10,    25,
-       6,    34,   114,    55,   387,   388,     6,    10,    20,   593,
-      10,    11,    10,    25,    32,    32,   517,    10,    35,    37,
-      20,   439,    20,   607,   610,    25,   612,    25,   401,   613,
-     403,   404,   581,    27,     6,   408,    32,   586,    10,    10,
-      11,    37,    40,    41,    42,    43,   656,   657,    20,    32,
-      27,   524,   435,    25,    37,     3,    54,   443,   668,   432,
-     670,    59,    10,   375,   116,   377,   118,    37,   120,   121,
-     443,    32,   124,   125,   126,   127,    37,    25,    32,   131,
-     132,   479,    32,    37,    10,    11,   559,    37,   576,    37,
-     463,     3,    40,    41,    42,    43,   479,    32,    10,    10,
-      11,   671,   672,    76,    77,    32,   524,   143,   144,   107,
-     108,   529,    53,    25,   237,   238,   114,   392,   393,    76,
-      77,    27,     6,    33,     7,    37,    20,   545,    40,    41,
-      42,    43,    20,   112,   517,   116,   112,   118,    25,   120,
-     121,   559,    34,   124,   125,   126,   127,   530,    34,    27,
-     131,   132,   111,     8,   527,    36,   539,     3,   576,    32,
-       6,    37,    20,   546,    20,    11,    12,    32,    14,   555,
-      32,    37,    32,   591,    10,    10,    22,   550,   551,    10,
-      26,    10,   555,   566,    14,    10,    31,     7,    34,     7,
-      34,     7,    34,    39,    37,    36,     7,    37,    37,    27,
-      27,    27,   620,    36,    27,    37,    25,    31,    58,   592,
-      27,    10,    34,   631,    35,    27,    31,   620,    31,     7,
-       7,    27,    32,    31,   607,    34,   644,   645,   631,   647,
-      37,    32,    37,   651,    37,    37,    26,    51,   656,   657,
-      37,   644,   645,    32,    37,   648,    21,   106,   651,    35,
-     668,    49,   670,   671,   672,     3,    60,    37,     6,    10,
-       8,     7,    10,    11,    47,    61,     7,    46,    52,    34,
-      37,     7,    20,    21,    22,     7,    48,    25,    35,     7,
-      35,    10,    35,    10,    33,     7,    34,    25,     8,     3,
-       0,    10,    40,    41,    42,    43,     0,    45,    10,     1,
-     373,     4,    87,     4,   223,   105,    54,    55,   237,   218,
-     238,    59,   214,   461,   109,    63,    64,    65,    66,    67,
-      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
-      78,    79,    80,    81,    82,    83,    84,    85,   591,    87,
-      88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   101,   102,   125,   104,   125,   563,   107,
-     108,   125,   600,   623,   607,   539,   114,   366,   116,   273,
-     118,   119,   120,   121,   356,   244,   124,   125,   126,   127,
-     128,   306,   130,   131,   132,     3,   300,   295,     6,   166,
-       8,   529,    10,    11,   118,   244,    -1,    -1,    -1,    -1,
-      -1,    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,
-      -1,    -1,    40,    41,    42,    43,    44,    -1,    -1,    -1,
-      -1,    -1,   226,    -1,    -1,    -1,    54,    55,    -1,    -1,
-      -1,    59,    -1,    -1,    -1,    -1,    64,    65,    66,    67,
-      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
-      78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
-      88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,
-     108,    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,
-     118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
-     128,    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,
-       8,    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,
-      -1,    -1,    40,    41,    42,    43,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    54,    55,    -1,    -1,
-      -1,    59,    -1,    -1,    -1,    -1,    64,    65,    66,    67,
-      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
-      78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
-      88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,
-     108,    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,
-     118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
-     128,    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,
-       8,    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,
-      -1,    -1,    40,    41,    42,    43,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    54,    55,    -1,    -1,
-      -1,    59,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,
-      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
-      78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
-      88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,
-     108,    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,
-     118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
-     128,    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,
-       8,    -1,    -1,    11,    12,    -1,    14,    -1,    -1,    -1,
-      -1,    -1,    20,    -1,    22,    -1,    -1,    -1,    26,    27,
-      -1,    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,
-      -1,    39,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    55,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    66,    67,
-      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
-      78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
-      88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
-      98,    99,   100,   101,   102,     8,   104,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,    -1,
-     118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
-     128,    -1,   130,   131,   132,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    48,    -1,    50,    -1,    -1,
-      -1,    -1,    -1,    56,    -1,    -1,    -1,    -1,    -1,    62,
-      -1,    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,
-      73,    74,    75,    76,    77,    78,    79,    80,    81,    82,
-      83,    84,    85,    -1,    87,    88,    89,    90,    91,    92,
-      93,    94,    95,    96,    97,    98,    99,   100,   101,   102,
-      -1,   104,    -1,    -1,    -1,    -1,   109,    -1,     8,    -1,
-     113,    -1,   115,   116,   117,   118,   119,   120,   121,   122,
-      20,   124,   125,   126,   127,   128,    -1,   130,   131,   132,
-     133,   134,   135,   136,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    48,    -1,
-      50,    -1,    -1,    -1,    -1,    -1,    56,    -1,    -1,    -1,
-      -1,    -1,    62,    -1,    -1,    -1,    -1,    67,    68,    69,
-      70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
-      80,    81,    82,    83,    84,    85,    -1,    87,    88,    89,
-      90,    91,    92,    93,    94,    95,    96,    97,    98,    99,
-     100,   101,   102,     8,   104,    -1,    -1,    -1,    -1,   109,
-      -1,    -1,    -1,   113,    -1,    20,   116,   117,   118,   119,
-     120,   121,   122,    -1,   124,   125,   126,   127,   128,    -1,
-     130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    50,    -1,    -1,    -1,    -1,
-      -1,    56,    -1,    -1,    -1,    -1,    -1,    62,    -1,    -1,
-      -1,    -1,    67,    68,    69,    70,    71,    72,    73,    74,
-      75,    76,    77,    78,    79,    80,    81,    82,    83,    84,
-      85,    -1,    87,    88,    89,    90,    91,    92,    93,    94,
-      95,    96,    97,    98,    99,   100,   101,   102,    -1,   104,
-      -1,    -1,    -1,    -1,    -1,     8,    -1,    -1,   113,    -1,
-      -1,   116,   117,   118,   119,   120,   121,    20,    -1,   124,
-     125,   126,   127,   128,    -1,   130,   131,   132,   133,   134,
-     135,   136,    35,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,
-      73,    74,    75,    76,    77,    78,    79,    80,    81,    82,
-      83,    84,    85,    -1,    87,    88,    89,    90,    91,    92,
-      93,    94,    95,    96,    97,    98,    99,   100,   101,   102,
-       6,   104,     8,    -1,    10,    11,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   116,    20,   118,   119,   120,   121,    25,
-      -1,   124,   125,   126,   127,   128,    -1,   130,   131,   132,
-      -1,   134,   135,   136,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    67,    68,    69,    70,    71,    72,    73,    74,    75,
-      76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
-      -1,    87,    88,    89,    90,    91,    92,    93,    94,    95,
-      96,    97,    98,    99,   100,   101,   102,     6,   104,     8,
-      -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-     116,    20,   118,   119,   120,   121,    -1,    -1,   124,   125,
-     126,   127,   128,   129,   130,   131,   132,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,
-      69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
-      79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
-      89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
-      99,   100,   101,   102,     8,   104,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    20,   116,    -1,   118,
-     119,   120,   121,    -1,    -1,   124,   125,   126,   127,   128,
-     129,   130,   131,   132,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      64,    65,    -1,    67,    68,    69,    70,    71,    72,    73,
-      74,    75,    76,    77,    78,    79,    80,    81,    82,    83,
-      84,    85,    -1,    87,    88,    89,    90,    91,    92,    93,
-      94,    95,    96,    97,    98,    99,   100,   101,   102,    -1,
-     104,     8,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,   116,    20,   118,   119,   120,   121,    -1,    -1,
-     124,   125,   126,   127,   128,    -1,   130,   131,   132,    -1,
-      37,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
-      77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
-      87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
-      97,    98,    99,   100,   101,   102,    -1,   104,     8,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   116,
-      20,   118,   119,   120,   121,    -1,    -1,   124,   125,   126,
-     127,   128,   129,   130,   131,   132,    -1,    37,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,
-      70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
-      80,    81,    82,    83,    84,    85,    -1,    87,    88,    89,
-      90,    91,    92,    93,    94,    95,    96,    97,    98,    99,
-     100,   101,   102,    -1,   104,     8,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,   116,    20,   118,   119,
-     120,   121,    -1,    -1,   124,   125,   126,   127,   128,   129,
-     130,   131,   132,    -1,    37,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,
-      73,    74,    75,    76,    77,    78,    79,    80,    81,    82,
-      83,    84,    85,    -1,    87,    88,    89,    90,    91,    92,
-      93,    94,    95,    96,    97,    98,    99,   100,   101,   102,
-      -1,   104,     8,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   116,    20,   118,   119,   120,   121,    -1,
-      -1,   124,   125,   126,   127,   128,   129,   130,   131,   132,
-      -1,    37,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    67,    68,    69,    70,    71,    72,    73,    74,    75,
-      76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
-      -1,    87,    88,    89,    90,    91,    92,    93,    94,    95,
-      96,    97,    98,    99,   100,   101,   102,     8,   104,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,
-     116,    -1,   118,   119,   120,   121,    -1,    -1,   124,   125,
-     126,   127,   128,   129,   130,   131,   132,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,    70,
-      71,    72,    73,    74,    75,    76,    77,    78,    79,    80,
-      81,    82,    83,    84,    85,    -1,    87,    88,    89,    90,
-      91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
-     101,   102,     8,   104,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    20,   116,    -1,   118,   119,   120,
-     121,    -1,    -1,   124,   125,   126,   127,   128,   129,   130,
-     131,   132,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    67,    68,    69,    70,    71,    72,    73,    74,    75,
-      76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
-      -1,    87,    88,    89,    90,    91,    92,    93,    94,    95,
-      96,    97,    98,    99,   100,   101,   102,     8,   104,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,
-     116,    -1,   118,   119,   120,   121,    -1,   123,   124,   125,
-     126,   127,   128,    -1,   130,   131,   132,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,    70,
-      71,    72,    73,    74,    75,    76,    77,    78,    79,    80,
-      81,    82,    83,    84,    85,    -1,    87,    88,    89,    90,
-      91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
-     101,   102,    -1,   104,    -1,    -1,    -1,    -1,    -1,     8,
-      -1,    -1,    -1,    -1,    -1,   116,    -1,   118,   119,   120,
-     121,    20,    -1,   124,   125,   126,   127,   128,   129,   130,
-     131,   132,    -1,    -1,    -1,    -1,    35,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,
-      69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
-      79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
-      89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
-      99,   100,   101,   102,    -1,   104,    -1,    -1,    -1,    -1,
-      -1,     8,    -1,    -1,    -1,    -1,    -1,   116,    -1,   118,
-     119,   120,   121,    20,    -1,   124,   125,   126,   127,   128,
-      -1,   130,   131,   132,    -1,    -1,    -1,    -1,    35,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
-      77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
-      87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
-      97,    98,    99,   100,   101,   102,     8,   104,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,
-      -1,   118,   119,   120,   121,    -1,    -1,   124,   125,   126,
-     127,   128,    -1,   130,   131,   132,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    66,    67,    68,    69,    70,    71,
-      72,    73,    74,    75,    76,    77,    78,    79,    80,    81,
-      82,    83,    84,    85,    -1,    87,    88,    89,    90,    91,
-      92,    93,    94,    95,    96,    97,    98,    99,   100,   101,
-     102,     8,   104,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    20,   116,    -1,   118,   119,   120,   121,
-      -1,    -1,   124,   125,   126,   127,   128,    -1,   130,   131,
-     132,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
-      77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
-      87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
-      97,    98,    99,   100,   101,   102,    -1,   104,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   116,
-      -1,   118,   119,   120,   121,    -1,    -1,   124,   125,   126,
-     127,   128,    -1,   130,   131,   132,     3,    -1,    -1,     6,
-      -1,    -1,    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    20,    21,    22,    23,    -1,    25,    -1,
-      -1,    -1,     3,    -1,    -1,     6,    -1,    34,    35,    10,
-      11,    -1,    -1,    40,    41,    42,    43,    -1,    -1,    20,
-      21,    22,    -1,    -1,    25,    -1,    -1,    54,    55,    -1,
-      -1,    -1,    59,    34,    -1,    36,    -1,    -1,    -1,    40,
-      41,    42,    43,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,     3,    54,    55,     6,    -1,    -1,    59,    10,
-      11,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,
-      21,    22,    -1,    -1,    25,    -1,    -1,    -1,    -1,    -1,
-     107,   108,    -1,    34,    -1,    36,    -1,   114,    -1,    40,
-      41,    42,    43,     3,    -1,    -1,     6,    -1,    -1,    -1,
-      10,    11,    -1,    54,    55,    -1,   107,   108,    59,    -1,
-      20,    21,    22,   114,    -1,    25,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    34,    -1,    36,    -1,    -1,    -1,
-      40,    41,    42,    43,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,     3,    54,    55,     6,    -1,    -1,    59,
-      10,    11,    -1,    -1,    -1,    -1,   107,   108,    -1,    -1,
-      20,    21,    22,   114,    -1,    25,    -1,    -1,    -1,     3,
-      -1,    -1,     6,    -1,    34,    -1,    10,    11,    -1,    -1,
-      40,    41,    42,    43,    -1,    -1,    20,    -1,    22,    -1,
-      -1,    25,    -1,    -1,    54,    55,    -1,   107,   108,    59,
-      34,    -1,    -1,    -1,   114,    -1,    40,    41,    42,    43,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      54,    -1,    -1,    -1,    -1,    59,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   107,   108,    -1,
-      -1,    -1,    -1,    -1,   114,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   107,   108,    -1,    -1,    -1,    -1,    -1,
-     114
+static const short yycheck[] = {    23,
+     4,     8,    21,   125,   185,   309,   100,    97,     2,     3,
+   215,   120,   200,   218,     8,   143,   144,    21,   127,   208,
+    24,   300,    16,    14,   279,   239,   240,   295,   137,    23,
+   408,    57,    71,   288,    16,     4,   217,   303,   304,   220,
+   178,    14,    10,     3,   363,   577,   140,   149,   150,    14,
+    62,    60,   235,     7,   432,     6,     7,     8,    10,     4,
+    64,   100,    66,   110,   596,   333,   525,   599,     6,     7,
+     8,   254,    37,    25,    68,   280,    80,    37,    51,   267,
+    34,   120,    76,    77,    35,   463,   618,    91,   127,   115,
+   295,   229,   566,   552,   232,    99,   105,   629,   137,    37,
+     7,   140,    23,   197,   143,   144,   110,   209,   210,   211,
+   212,   105,   620,    97,    35,   109,     7,   396,   592,   166,
+   111,   125,   390,   631,   118,    32,   254,   446,   447,   384,
+    10,    11,    25,    31,   138,   139,   391,   645,     3,   110,
+   242,    32,   356,   357,   410,    24,    33,   402,    46,   527,
+    10,    11,    39,    32,   244,    20,   125,    37,   197,   414,
+    25,     7,   156,   344,   183,   354,   170,   355,   162,   138,
+   139,   165,   550,   551,   156,   214,   223,    37,    43,   183,
+   125,   386,   387,   388,    20,   373,    10,    11,    32,    25,
+   237,   238,    36,   138,   139,   166,   402,   244,     7,    35,
+    20,    20,     7,    11,    12,    25,    25,     3,   414,   318,
+     3,   490,   216,    37,    22,   254,   471,    10,    26,   223,
+    28,    29,    30,    31,     3,   439,    34,    32,   356,   357,
+    38,    10,    25,   237,   238,    32,   230,   231,     6,   341,
+    37,   343,    23,    24,    37,     7,    25,    40,    41,    42,
+    43,    32,   223,    31,    35,   302,   560,   359,   360,   440,
+   465,    40,    41,    42,    43,     7,   237,   238,   272,   273,
+    32,   275,   366,   244,   647,    10,   531,    10,    11,   318,
+   374,    10,    10,   656,   657,    11,    12,    20,     7,    22,
+    32,    33,    25,    21,     7,   668,    25,   670,   671,   672,
+    26,    34,    28,    29,    30,    31,    35,    40,    41,    42,
+    43,   439,    38,    32,    10,   570,    24,   356,   357,    32,
+     7,    54,   112,     7,    32,    10,    59,   366,    36,   534,
+     3,    10,    11,     6,   539,   374,   438,     7,    11,    12,
+    25,    14,     7,     7,   383,    32,   112,    20,    32,    22,
+   397,   398,    25,    26,    27,    40,    41,    42,    43,     6,
+    97,    34,    32,    10,    11,     6,    39,    32,    32,    10,
+    11,   375,    34,   377,   107,   108,     3,    10,    25,     6,
+    34,   114,    55,   387,   388,     6,    10,    20,   593,    10,
+    11,    10,    25,    32,    32,   517,    10,    35,    37,    20,
+   439,    20,   607,   610,    25,   612,    25,   401,   613,   403,
+   404,   581,    27,     6,   408,    32,   586,    10,    10,    11,
+    37,    40,    41,    42,    43,   656,   657,    20,    32,    27,
+   524,   435,    25,    37,     3,    54,   443,   668,   432,   670,
+    59,    10,   375,   116,   377,   118,    37,   120,   121,   443,
+    32,   124,   125,   126,   127,    37,    25,    32,   131,   132,
+   479,    32,    37,    10,    11,   559,    37,   576,    37,   463,
+     3,    40,    41,    42,    43,   479,    32,    10,    10,    11,
+   671,   672,    76,    77,    32,   524,   143,   144,   107,   108,
+   529,    53,    25,   237,   238,   114,   392,   393,    76,    77,
+    27,     6,    33,     7,    37,    20,   545,    40,    41,    42,
+    43,    20,   112,   517,   116,   112,   118,    25,   120,   121,
+   559,    34,   124,   125,   126,   127,   530,    34,    27,   131,
+   132,   111,     8,   527,    36,   539,     3,   576,    32,     6,
+    37,    20,   546,    20,    11,    12,    32,    14,   555,    32,
+    37,    32,   591,    10,    10,    22,   550,   551,    10,    26,
+    10,   555,   566,    14,    10,    31,     7,    34,     7,    34,
+     7,    34,    39,    37,    36,     7,    37,    37,    27,    27,
+    27,   620,    36,    27,    37,    25,    31,    58,   592,    27,
+    10,    34,   631,    35,    27,    31,   620,    31,     7,     7,
+    27,    32,    31,   607,    34,   644,   645,   631,   647,    37,
+    32,    37,   651,    37,    37,    26,    51,   656,   657,    37,
+   644,   645,    32,    37,   648,    21,   106,   651,    35,   668,
+    49,   670,   671,   672,     3,    60,    37,     6,    10,     8,
+     7,    10,    11,    47,    61,     7,    46,    52,    34,    37,
+     7,    20,    21,    22,     7,    48,    25,    35,     7,    35,
+    10,    35,    10,    33,     7,    34,    25,     8,     3,     0,
+    10,    40,    41,    42,    43,     0,    45,    10,     1,   373,
+     4,    87,     4,   223,   105,    54,    55,   237,   218,   238,
+    59,   214,   461,   109,    63,    64,    65,    66,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,   591,    87,    88,
+    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+    99,   100,   101,   102,   125,   104,   125,   563,   107,   108,
+   125,   600,   623,   607,   539,   114,   366,   116,   273,   118,
+   119,   120,   121,   356,   244,   124,   125,   126,   127,   128,
+   306,   130,   131,   132,     3,   300,   295,     6,   166,     8,
+   529,    10,    11,   118,   244,    -1,    -1,    -1,    -1,    -1,
+    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
+    -1,    40,    41,    42,    43,    44,    -1,    -1,    -1,    -1,
+    -1,   226,    -1,    -1,    -1,    54,    55,    -1,    -1,    -1,
+    59,    -1,    -1,    -1,    -1,    64,    65,    66,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
+    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,   108,
+    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,   118,
+   119,   120,   121,    -1,    -1,   124,   125,   126,   127,   128,
+    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,     8,
+    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
+    -1,    40,    41,    42,    43,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    54,    55,    -1,    -1,    -1,
+    59,    -1,    -1,    -1,    -1,    64,    65,    66,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
+    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,   108,
+    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,   118,
+   119,   120,   121,    -1,    -1,   124,   125,   126,   127,   128,
+    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,     8,
+    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    20,    21,    22,    -1,    -1,    25,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
+    -1,    40,    41,    42,    43,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    54,    55,    -1,    -1,    -1,
+    59,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
+    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+    99,   100,   101,   102,    -1,   104,    -1,    -1,   107,   108,
+    -1,    -1,    -1,    -1,    -1,   114,    -1,   116,    -1,   118,
+   119,   120,   121,    -1,    -1,   124,   125,   126,   127,   128,
+    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,     8,
+    -1,    -1,    11,    12,    -1,    14,    -1,    -1,    -1,    -1,
+    -1,    20,    -1,    22,    -1,    -1,    -1,    26,    27,    -1,
+    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
+    39,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    55,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    66,    67,    68,
+    69,    70,    71,    72,    73,    74,    75,    76,    77,    78,
+    79,    80,    81,    82,    83,    84,    85,    -1,    87,    88,
+    89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+    99,   100,   101,   102,     8,   104,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,    -1,   118,
+   119,   120,   121,    -1,    -1,   124,   125,   126,   127,   128,
+    -1,   130,   131,   132,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    48,    -1,    50,    -1,    -1,    -1,
+    -1,    -1,    56,    -1,    -1,    -1,    -1,    -1,    62,    -1,
+    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,    73,
+    74,    75,    76,    77,    78,    79,    80,    81,    82,    83,
+    84,    85,    -1,    87,    88,    89,    90,    91,    92,    93,
+    94,    95,    96,    97,    98,    99,   100,   101,   102,    -1,
+   104,    -1,    -1,    -1,    -1,   109,    -1,     8,    -1,   113,
+    -1,   115,   116,   117,   118,   119,   120,   121,   122,    20,
+   124,   125,   126,   127,   128,    -1,   130,   131,   132,   133,
+   134,   135,   136,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    48,    -1,    50,
+    -1,    -1,    -1,    -1,    -1,    56,    -1,    -1,    -1,    -1,
+    -1,    62,    -1,    -1,    -1,    -1,    67,    68,    69,    70,
+    71,    72,    73,    74,    75,    76,    77,    78,    79,    80,
+    81,    82,    83,    84,    85,    -1,    87,    88,    89,    90,
+    91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
+   101,   102,     8,   104,    -1,    -1,    -1,    -1,   109,    -1,
+    -1,    -1,   113,    -1,    20,   116,   117,   118,   119,   120,
+   121,   122,    -1,   124,   125,   126,   127,   128,    -1,   130,
+   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    50,    -1,    -1,    -1,    -1,    -1,
+    56,    -1,    -1,    -1,    -1,    -1,    62,    -1,    -1,    -1,
+    -1,    67,    68,    69,    70,    71,    72,    73,    74,    75,
+    76,    77,    78,    79,    80,    81,    82,    83,    84,    85,
+    -1,    87,    88,    89,    90,    91,    92,    93,    94,    95,
+    96,    97,    98,    99,   100,   101,   102,    -1,   104,    -1,
+    -1,    -1,    -1,    -1,     8,    -1,    -1,   113,    -1,    -1,
+   116,   117,   118,   119,   120,   121,    20,    -1,   124,   125,
+   126,   127,   128,    -1,   130,   131,   132,   133,   134,   135,
+   136,    35,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,    73,
+    74,    75,    76,    77,    78,    79,    80,    81,    82,    83,
+    84,    85,    -1,    87,    88,    89,    90,    91,    92,    93,
+    94,    95,    96,    97,    98,    99,   100,   101,   102,     6,
+   104,     8,    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,   116,    20,   118,   119,   120,   121,    25,    -1,
+   124,   125,   126,   127,   128,    -1,   130,   131,   132,    -1,
+   134,   135,   136,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
+    77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
+    87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
+    97,    98,    99,   100,   101,   102,     6,   104,     8,    -1,
+    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   116,
+    20,   118,   119,   120,   121,    -1,    -1,   124,   125,   126,
+   127,   128,   129,   130,   131,   132,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,
+    70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
+    80,    81,    82,    83,    84,    85,    -1,    87,    88,    89,
+    90,    91,    92,    93,    94,    95,    96,    97,    98,    99,
+   100,   101,   102,     8,   104,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    20,   116,    -1,   118,   119,
+   120,   121,    -1,    -1,   124,   125,   126,   127,   128,   129,
+   130,   131,   132,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    64,
+    65,    -1,    67,    68,    69,    70,    71,    72,    73,    74,
+    75,    76,    77,    78,    79,    80,    81,    82,    83,    84,
+    85,    -1,    87,    88,    89,    90,    91,    92,    93,    94,
+    95,    96,    97,    98,    99,   100,   101,   102,    -1,   104,
+     8,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,   116,    20,   118,   119,   120,   121,    -1,    -1,   124,
+   125,   126,   127,   128,    -1,   130,   131,   132,    -1,    37,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,
+    68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
+    78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
+    88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
+    98,    99,   100,   101,   102,    -1,   104,     8,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   116,    20,
+   118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
+   128,   129,   130,   131,   132,    -1,    37,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,    70,
+    71,    72,    73,    74,    75,    76,    77,    78,    79,    80,
+    81,    82,    83,    84,    85,    -1,    87,    88,    89,    90,
+    91,    92,    93,    94,    95,    96,    97,    98,    99,   100,
+   101,   102,    -1,   104,     8,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,   116,    20,   118,   119,   120,
+   121,    -1,    -1,   124,   125,   126,   127,   128,   129,   130,
+   131,   132,    -1,    37,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    67,    68,    69,    70,    71,    72,    73,
+    74,    75,    76,    77,    78,    79,    80,    81,    82,    83,
+    84,    85,    -1,    87,    88,    89,    90,    91,    92,    93,
+    94,    95,    96,    97,    98,    99,   100,   101,   102,    -1,
+   104,     8,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,   116,    20,   118,   119,   120,   121,    -1,    -1,
+   124,   125,   126,   127,   128,   129,   130,   131,   132,    -1,
+    37,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
+    77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
+    87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
+    97,    98,    99,   100,   101,   102,     8,   104,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,
+    -1,   118,   119,   120,   121,    -1,    -1,   124,   125,   126,
+   127,   128,   129,   130,   131,   132,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    67,    68,    69,    70,    71,
+    72,    73,    74,    75,    76,    77,    78,    79,    80,    81,
+    82,    83,    84,    85,    -1,    87,    88,    89,    90,    91,
+    92,    93,    94,    95,    96,    97,    98,    99,   100,   101,
+   102,     8,   104,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    20,   116,    -1,   118,   119,   120,   121,
+    -1,    -1,   124,   125,   126,   127,   128,   129,   130,   131,
+   132,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    67,    68,    69,    70,    71,    72,    73,    74,    75,    76,
+    77,    78,    79,    80,    81,    82,    83,    84,    85,    -1,
+    87,    88,    89,    90,    91,    92,    93,    94,    95,    96,
+    97,    98,    99,   100,   101,   102,     8,   104,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,
+    -1,   118,   119,   120,   121,    -1,   123,   124,   125,   126,
+   127,   128,    -1,   130,   131,   132,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    67,    68,    69,    70,    71,
+    72,    73,    74,    75,    76,    77,    78,    79,    80,    81,
+    82,    83,    84,    85,    -1,    87,    88,    89,    90,    91,
+    92,    93,    94,    95,    96,    97,    98,    99,   100,   101,
+   102,    -1,   104,    -1,    -1,    -1,    -1,    -1,     8,    -1,
+    -1,    -1,    -1,    -1,   116,    -1,   118,   119,   120,   121,
+    20,    -1,   124,   125,   126,   127,   128,   129,   130,   131,
+   132,    -1,    -1,    -1,    -1,    35,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,    68,    69,
+    70,    71,    72,    73,    74,    75,    76,    77,    78,    79,
+    80,    81,    82,    83,    84,    85,    -1,    87,    88,    89,
+    90,    91,    92,    93,    94,    95,    96,    97,    98,    99,
+   100,   101,   102,    -1,   104,    -1,    -1,    -1,    -1,    -1,
+     8,    -1,    -1,    -1,    -1,    -1,   116,    -1,   118,   119,
+   120,   121,    20,    -1,   124,   125,   126,   127,   128,    -1,
+   130,   131,   132,    -1,    -1,    -1,    -1,    35,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,
+    68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
+    78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
+    88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
+    98,    99,   100,   101,   102,     8,   104,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,   116,    -1,
+   118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
+   128,    -1,   130,   131,   132,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    66,    67,    68,    69,    70,    71,    72,
+    73,    74,    75,    76,    77,    78,    79,    80,    81,    82,
+    83,    84,    85,    -1,    87,    88,    89,    90,    91,    92,
+    93,    94,    95,    96,    97,    98,    99,   100,   101,   102,
+     8,   104,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    20,   116,    -1,   118,   119,   120,   121,    -1,
+    -1,   124,   125,   126,   127,   128,    -1,   130,   131,   132,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    67,
+    68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
+    78,    79,    80,    81,    82,    83,    84,    85,    -1,    87,
+    88,    89,    90,    91,    92,    93,    94,    95,    96,    97,
+    98,    99,   100,   101,   102,    -1,   104,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   116,    -1,
+   118,   119,   120,   121,    -1,    -1,   124,   125,   126,   127,
+   128,    -1,   130,   131,   132,     3,    -1,    -1,     6,    -1,
+    -1,    -1,    10,    11,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    20,    21,    22,    23,    -1,    25,    -1,    -1,
+    -1,     3,    -1,    -1,     6,    -1,    34,    35,    10,    11,
+    -1,    -1,    40,    41,    42,    43,    -1,    -1,    20,    21,
+    22,    -1,    -1,    25,    -1,    -1,    54,    55,    -1,    -1,
+    -1,    59,    34,    -1,    36,    -1,    -1,    -1,    40,    41,
+    42,    43,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,     3,    54,    55,     6,    -1,    -1,    59,    10,    11,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    20,    21,
+    22,    -1,    -1,    25,    -1,    -1,    -1,    -1,    -1,   107,
+   108,    -1,    34,    -1,    36,    -1,   114,    -1,    40,    41,
+    42,    43,     3,    -1,    -1,     6,    -1,    -1,    -1,    10,
+    11,    -1,    54,    55,    -1,   107,   108,    59,    -1,    20,
+    21,    22,   114,    -1,    25,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    34,    -1,    36,    -1,    -1,    -1,    40,
+    41,    42,    43,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,     3,    54,    55,     6,    -1,    -1,    59,    10,
+    11,    -1,    -1,    -1,    -1,   107,   108,    -1,    -1,    20,
+    21,    22,   114,    -1,    25,    -1,    -1,    -1,     3,    -1,
+    -1,     6,    -1,    34,    -1,    10,    11,    -1,    -1,    40,
+    41,    42,    43,    -1,    -1,    20,    -1,    22,    -1,    -1,
+    25,    -1,    -1,    54,    55,    -1,   107,   108,    59,    34,
+    -1,    -1,    -1,   114,    -1,    40,    41,    42,    43,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    54,
+    -1,    -1,    -1,    -1,    59,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,   107,   108,    -1,    -1,
+    -1,    -1,    -1,   114,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    -1,    -1,   107,   108,    -1,    -1,    -1,    -1,    -1,   114
 };
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 
-/* Skeleton output parser for bison,
+/* This file comes from bison-1.28.  */
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
-   Foundation, Inc.
+/* Skeleton output parser for bison,
+   Copyright (C) 1984, 1989, 1990 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
@@ -1654,132 +1620,63 @@ static const short yycheck[] =
    This special exception was added by the Free Software Foundation
    in version 1.24 of Bison.  */
 
-/* This is the parser code that is written into each bison parser when
-   the %semantic_parser declaration is not specified in the grammar.
-   It was written by Richard Stallman by simplifying the hairy parser
-   used when %semantic_parser is specified.  */
-
-/* All symbols defined below should begin with yy or YY, to avoid
-   infringing on user name space.  This should be done even for local
-   variables, as they might otherwise be expanded by user macros.
-   There are some unavoidable exceptions within include files to
-   define necessary library symbols; they are noted "INFRINGES ON
-   USER NAME SPACE" below.  */
-
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
-
-/* The parser invokes alloca or malloc; define the necessary symbols.  */
-
-# if YYSTACK_USE_ALLOCA
-#  define YYSTACK_ALLOC alloca
-# else
-#  ifndef YYSTACK_USE_ALLOCA
-#   if defined (alloca) || defined (_ALLOCA_H)
-#    define YYSTACK_ALLOC alloca
-#   else
-#    ifdef __GNUC__
-#     define YYSTACK_ALLOC __builtin_alloca
-#    endif
-#   endif
-#  endif
-# endif
-
-# ifdef YYSTACK_ALLOC
-   /* Pacify GCC's `empty if-body' warning. */
-#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
-# else
-#  if defined (__STDC__) || defined (__cplusplus)
-#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
-#   define YYSIZE_T size_t
-#  endif
-#  define YYSTACK_ALLOC malloc
-#  define YYSTACK_FREE free
-# endif
-#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
-
-
-#if (! defined (yyoverflow) \
-     && (! defined (__cplusplus) \
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
-
-/* A type that is properly aligned for any stack member.  */
-union yyalloc
-{
-  short yyss;
-  YYSTYPE yyvs;
-# if YYLSP_NEEDED
-  YYLTYPE yyls;
-# endif
-};
-
-/* The size of the maximum gap between one aligned stack and the next.  */
-# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
-
-/* The size of an array large to enough to hold all stacks, each with
-   N elements.  */
-# if YYLSP_NEEDED
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))     \
-      + 2 * YYSTACK_GAP_MAX)
-# else
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (YYSTYPE))                                \
-      + YYSTACK_GAP_MAX)
-# endif
-
-/* Copy COUNT objects from FROM to TO.  The source and destination do
-   not overlap.  */
-# ifndef YYCOPY
-#  if 1 < __GNUC__
-#   define YYCOPY(To, From, Count) \
-      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
-#  else
-#   define YYCOPY(To, From, Count)             \
-      do                                       \
-       {                                       \
-         register YYSIZE_T yyi;                \
-         for (yyi = 0; yyi < (Count); yyi++)   \
-           (To)[yyi] = (From)[yyi];            \
-       }                                       \
-      while (0)
-#  endif
-# endif
-
-/* Relocate STACK from its old location to the new one.  The
-   local variables YYSIZE and YYSTACKSIZE give the old and new number of
-   elements in the stack, and YYPTR gives the new location of the
-   stack.  Advance YYPTR to a properly aligned location for the next
-   stack.  */
-# define YYSTACK_RELOCATE(Stack)                                       \
-    do                                                                 \
-      {                                                                        \
-       YYSIZE_T yynewbytes;                                            \
-       YYCOPY (&yyptr->Stack, Stack, yysize);                          \
-       Stack = &yyptr->Stack;                                          \
-       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
-       yyptr += yynewbytes / sizeof (*yyptr);                          \
-      }                                                                        \
-    while (0)
+/* This is the parser code that is written into each bison parser
+  when the %semantic_parser declaration is not specified in the grammar.
+  It was written by Richard Stallman by simplifying the hairy parser
+  used when %semantic_parser is specified.  */
 
+#ifndef YYSTACK_USE_ALLOCA
+#ifdef alloca
+#define YYSTACK_USE_ALLOCA
+#else /* alloca not defined */
+#ifdef __GNUC__
+#define YYSTACK_USE_ALLOCA
+#define alloca __builtin_alloca
+#else /* not GNU C.  */
+#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
+#define YYSTACK_USE_ALLOCA
+#include <alloca.h>
+#else /* not sparc */
+/* We think this test detects Watcom and Microsoft C.  */
+/* This used to test MSDOS, but that is a bad idea
+   since that symbol is in the user namespace.  */
+#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
+#if 0 /* No need for malloc.h, which pollutes the namespace;
+        instead, just don't use alloca.  */
+#include <malloc.h>
 #endif
-
-
-#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
-# define YYSIZE_T __SIZE_TYPE__
-#endif
-#if ! defined (YYSIZE_T) && defined (size_t)
-# define YYSIZE_T size_t
-#endif
-#if ! defined (YYSIZE_T)
-# if defined (__STDC__) || defined (__cplusplus)
-#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYSIZE_T size_t
-# endif
+#else /* not MSDOS, or __TURBOC__ */
+#if defined(_AIX)
+/* I don't know what this was needed for, but it pollutes the namespace.
+   So I turned it off.   rms, 2 May 1997.  */
+/* #include <malloc.h>  */
+ #pragma alloca
+#define YYSTACK_USE_ALLOCA
+#else /* not MSDOS, or __TURBOC__, or _AIX */
+#if 0
+#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
+                and on HPUX 10.  Eventually we can turn this on.  */
+#define YYSTACK_USE_ALLOCA
+#define alloca __builtin_alloca
+#endif /* __hpux */
 #endif
-#if ! defined (YYSIZE_T)
-# define YYSIZE_T unsigned int
+#endif /* not _AIX */
+#endif /* not MSDOS, or __TURBOC__ */
+#endif /* not sparc */
+#endif /* not GNU C */
+#endif /* alloca not defined */
+#endif /* YYSTACK_USE_ALLOCA not defined */
+
+#ifdef YYSTACK_USE_ALLOCA
+#define YYSTACK_ALLOC alloca
+#else
+#define YYSTACK_ALLOC malloc
 #endif
 
+/* Note: there must be only one dollar sign in this file.
+   It is replaced by the list of actions, each action
+   as one case of the switch.  */
+
 #define yyerrok                (yyerrstatus = 0)
 #define yyclearin      (yychar = YYEMPTY)
 #define YYEMPTY                -2
@@ -1787,157 +1684,128 @@ union yyalloc
 #define YYACCEPT       goto yyacceptlab
 #define YYABORT        goto yyabortlab
 #define YYERROR                goto yyerrlab1
-/* Like YYERROR except do call yyerror.  This remains here temporarily
-   to ease the transition to the new meaning of YYERROR, for GCC.
+/* Like YYERROR except do call yyerror.
+   This remains here temporarily to ease the
+   transition to the new meaning of YYERROR, for GCC.
    Once GCC version 2 has supplanted version 1, this can go.  */
 #define YYFAIL         goto yyerrlab
 #define YYRECOVERING()  (!!yyerrstatus)
-#define YYBACKUP(Token, Value)                                 \
+#define YYBACKUP(token, value) \
 do                                                             \
   if (yychar == YYEMPTY && yylen == 1)                         \
-    {                                                          \
-      yychar = (Token);                                                \
-      yylval = (Value);                                                \
+    { yychar = (token), yylval = (value);                      \
       yychar1 = YYTRANSLATE (yychar);                          \
       YYPOPSTACK;                                              \
       goto yybackup;                                           \
     }                                                          \
   else                                                         \
-    {                                                          \
-      yyerror ("syntax error: cannot back up");                        \
-      YYERROR;                                                 \
-    }                                                          \
+    { yyerror ("syntax error: cannot back up"); YYERROR; }     \
 while (0)
 
 #define YYTERROR       1
 #define YYERRCODE      256
 
+#ifndef YYPURE
+#define YYLEX          yylex()
+#endif
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
-   are run).
+#ifdef YYPURE
+#ifdef YYLSP_NEEDED
+#ifdef YYLEX_PARAM
+#define YYLEX          yylex(&yylval, &yylloc, YYLEX_PARAM)
+#else
+#define YYLEX          yylex(&yylval, &yylloc)
+#endif
+#else /* not YYLSP_NEEDED */
+#ifdef YYLEX_PARAM
+#define YYLEX          yylex(&yylval, YYLEX_PARAM)
+#else
+#define YYLEX          yylex(&yylval)
+#endif
+#endif /* not YYLSP_NEEDED */
+#endif
+
+/* If nonreentrant, generate the variables here */
 
-   When YYLLOC_DEFAULT is run, CURRENT is set the location of the
-   first token.  By default, to implement support for ranges, extend
-   its range to the last symbol.  */
+#ifndef YYPURE
 
-#ifndef YYLLOC_DEFAULT
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
-   Current.last_line   = Rhs[N].last_line;     \
-   Current.last_column = Rhs[N].last_column;
+int    yychar;                 /*  the lookahead symbol                */
+YYSTYPE        yylval;                 /*  the semantic value of the           */
+                               /*  lookahead symbol                    */
+
+#ifdef YYLSP_NEEDED
+YYLTYPE yylloc;                        /*  location data for the lookahead     */
+                               /*  symbol                              */
 #endif
 
+int yynerrs;                   /*  number of parse errors so far       */
+#endif  /* not YYPURE */
 
-/* YYLEX -- calling `yylex' with the right arguments.  */
-
-#if YYPURE
-# if YYLSP_NEEDED
-#  ifdef YYLEX_PARAM
-#   define YYLEX               yylex (&yylval, &yylloc, YYLEX_PARAM)
-#  else
-#   define YYLEX               yylex (&yylval, &yylloc)
-#  endif
-# else /* !YYLSP_NEEDED */
-#  ifdef YYLEX_PARAM
-#   define YYLEX               yylex (&yylval, YYLEX_PARAM)
-#  else
-#   define YYLEX               yylex (&yylval)
-#  endif
-# endif /* !YYLSP_NEEDED */
-#else /* !YYPURE */
-# define YYLEX                 yylex ()
-#endif /* !YYPURE */
-
-
-/* Enable debugging if requested.  */
-#if YYDEBUG
-
-# ifndef YYFPRINTF
-#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYFPRINTF fprintf
-# endif
+#if YYDEBUG != 0
+int yydebug;                   /*  nonzero means print parse trace     */
+/* Since this is uninitialized, it does not stop multiple parsers
+   from coexisting.  */
+#endif
+
+/*  YYINITDEPTH indicates the initial size of the parser's stacks      */
 
-# define YYDPRINTF(Args)                       \
-do {                                           \
-  if (yydebug)                                 \
-    YYFPRINTF Args;                            \
-} while (0)
-/* Nonzero means print parse trace.  It is left uninitialized so that
-   multiple parsers can coexist.  */
-int yydebug;
-#else /* !YYDEBUG */
-# define YYDPRINTF(Args)
-#endif /* !YYDEBUG */
-
-/* YYINITDEPTH -- initial size of the parser's stacks.  */
 #ifndef        YYINITDEPTH
-# define YYINITDEPTH 200
+#define YYINITDEPTH 200
 #endif
 
-/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
-   if the built-in stack extension method is used).
-
-   Do not make this value too large; the results are undefined if
-   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
-   evaluated with infinite-precision integer arithmetic.  */
+/*  YYMAXDEPTH is the maximum size the stacks can grow to
+    (effective only if the built-in stack extension method is used).  */
 
 #if YYMAXDEPTH == 0
-# undef YYMAXDEPTH
+#undef YYMAXDEPTH
 #endif
 
 #ifndef YYMAXDEPTH
-# define YYMAXDEPTH 10000
+#define YYMAXDEPTH 10000
 #endif
 \f
-#ifdef YYERROR_VERBOSE
-
-# ifndef yystrlen
-#  if defined (__GLIBC__) && defined (_STRING_H)
-#   define yystrlen strlen
-#  else
-/* Return the length of YYSTR.  */
-static YYSIZE_T
-#   if defined (__STDC__) || defined (__cplusplus)
-yystrlen (const char *yystr)
-#   else
-yystrlen (yystr)
-     const char *yystr;
-#   endif
+/* Define __yy_memcpy.  Note that the size argument
+   should be passed with type unsigned int, because that is what the non-GCC
+   definitions require.  With GCC, __builtin_memcpy takes an arg
+   of type size_t, but it can handle unsigned int.  */
+
+#if __GNUC__ > 1               /* GNU C and GNU C++ define this.  */
+#define __yy_memcpy(TO,FROM,COUNT)     __builtin_memcpy(TO,FROM,COUNT)
+#else                          /* not GNU C or C++ */
+#ifndef __cplusplus
+
+/* This is the most reliable way to avoid incompatibilities
+   in available built-in functions on various systems.  */
+static void
+__yy_memcpy (to, from, count)
+     char *to;
+     char *from;
+     unsigned int count;
 {
-  register const char *yys = yystr;
+  register char *f = from;
+  register char *t = to;
+  register int i = count;
 
-  while (*yys++ != '\0')
-    continue;
-
-  return yys - yystr - 1;
+  while (i-- > 0)
+    *t++ = *f++;
 }
-#  endif
-# endif
 
-# ifndef yystpcpy
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
-#   define yystpcpy stpcpy
-#  else
-/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
-   YYDEST.  */
-static char *
-#   if defined (__STDC__) || defined (__cplusplus)
-yystpcpy (char *yydest, const char *yysrc)
-#   else
-yystpcpy (yydest, yysrc)
-     char *yydest;
-     const char *yysrc;
-#   endif
-{
-  register char *yyd = yydest;
-  register const char *yys = yysrc;
+#else /* __cplusplus */
 
-  while ((*yyd++ = *yys++) != '\0')
-    continue;
+/* This is the most reliable way to avoid incompatibilities
+   in available built-in functions on various systems.  */
+static void
+__yy_memcpy (char *to, char *from, unsigned int count)
+{
+  register char *t = to;
+  register char *f = from;
+  register int i = count;
 
-  return yyd - 1;
+  while (i-- > 0)
+    *t++ = *f++;
 }
-#  endif
-# endif
+
+#endif
 #endif
 \f
 
@@ -1949,121 +1817,76 @@ yystpcpy (yydest, yysrc)
    to the proper pointer type.  */
 
 #ifdef YYPARSE_PARAM
-# if defined (__STDC__) || defined (__cplusplus)
-#  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
-#  define YYPARSE_PARAM_DECL
-# else
-#  define YYPARSE_PARAM_ARG YYPARSE_PARAM
-#  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
-# endif
-#else /* !YYPARSE_PARAM */
-# define YYPARSE_PARAM_ARG
-# define YYPARSE_PARAM_DECL
-#endif /* !YYPARSE_PARAM */
+#ifdef __cplusplus
+#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
+#define YYPARSE_PARAM_DECL
+#else /* not __cplusplus */
+#define YYPARSE_PARAM_ARG YYPARSE_PARAM
+#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
+#endif /* not __cplusplus */
+#else /* not YYPARSE_PARAM */
+#define YYPARSE_PARAM_ARG
+#define YYPARSE_PARAM_DECL
+#endif /* not YYPARSE_PARAM */
 
 /* Prevent warning if -Wstrict-prototypes.  */
 #ifdef __GNUC__
-# ifdef YYPARSE_PARAM
+#ifdef YYPARSE_PARAM
 int yyparse (void *);
-# else
+#else
 int yyparse (void);
-# endif
 #endif
-
-/* YY_DECL_VARIABLES -- depending whether we use a pure parser,
-   variables are global, or local to YYPARSE.  */
-
-#define YY_DECL_NON_LSP_VARIABLES                      \
-/* The lookahead symbol.  */                           \
-int yychar;                                            \
-                                                       \
-/* The semantic value of the lookahead symbol. */      \
-YYSTYPE yylval;                                                \
-                                                       \
-/* Number of parse errors so far.  */                  \
-int yynerrs;
-
-#if YYLSP_NEEDED
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES                      \
-                                               \
-/* Location data for the lookahead symbol.  */ \
-YYLTYPE yylloc;
-#else
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES
 #endif
 
-
-/* If nonreentrant, generate the variables here. */
-
-#if !YYPURE
-YY_DECL_VARIABLES
-#endif  /* !YYPURE */
-
 int
-yyparse (YYPARSE_PARAM_ARG)
+yyparse(YYPARSE_PARAM_ARG)
      YYPARSE_PARAM_DECL
 {
-  /* If reentrant, generate the variables here. */
-#if YYPURE
-  YY_DECL_VARIABLES
-#endif  /* !YYPURE */
-
   register int yystate;
   register int yyn;
-  int yyresult;
-  /* Number of tokens to shift before error messages enabled.  */
-  int yyerrstatus;
-  /* Lookahead token as an internal (translated) token number.  */
-  int yychar1 = 0;
-
-  /* Three stacks and their tools:
-     `yyss': related to states,
-     `yyvs': related to semantic values,
-     `yyls': related to locations.
-
-     Refer to the stacks thru separate pointers, to allow yyoverflow
-     to reallocate them elsewhere.  */
-
-  /* The state stack. */
-  short        yyssa[YYINITDEPTH];
-  short *yyss = yyssa;
   register short *yyssp;
-
-  /* The semantic value stack.  */
-  YYSTYPE yyvsa[YYINITDEPTH];
-  YYSTYPE *yyvs = yyvsa;
   register YYSTYPE *yyvsp;
+  int yyerrstatus;     /*  number of tokens to shift before error messages enabled */
+  int yychar1 = 0;             /*  lookahead token as an internal (translated) token number */
 
-#if YYLSP_NEEDED
-  /* The location stack.  */
-  YYLTYPE yylsa[YYINITDEPTH];
+  short        yyssa[YYINITDEPTH];     /*  the state stack                     */
+  YYSTYPE yyvsa[YYINITDEPTH];  /*  the semantic value stack            */
+
+  short *yyss = yyssa;         /*  refer to the stacks thru separate pointers */
+  YYSTYPE *yyvs = yyvsa;       /*  to allow yyoverflow to reallocate them elsewhere */
+
+#ifdef YYLSP_NEEDED
+  YYLTYPE yylsa[YYINITDEPTH];  /*  the location stack                  */
   YYLTYPE *yyls = yylsa;
   YYLTYPE *yylsp;
-#endif
 
-#if YYLSP_NEEDED
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
+#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
 #else
-# define YYPOPSTACK   (yyvsp--, yyssp--)
+#define YYPOPSTACK   (yyvsp--, yyssp--)
 #endif
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
+  int yystacksize = YYINITDEPTH;
+  int yyfree_stacks = 0;
 
-
-  /* The variables used to return semantic value and location from the
-     action routines.  */
-  YYSTYPE yyval;
-#if YYLSP_NEEDED
-  YYLTYPE yyloc;
+#ifdef YYPURE
+  int yychar;
+  YYSTYPE yylval;
+  int yynerrs;
+#ifdef YYLSP_NEEDED
+  YYLTYPE yylloc;
+#endif
 #endif
 
-  /* When reducing, the number of symbols on the RHS of the reduced
-     rule. */
+  YYSTYPE yyval;               /*  the variable used to return         */
+                               /*  semantic values from the action     */
+                               /*  routines                            */
+
   int yylen;
 
-  YYDPRINTF ((stderr, "Starting parse\n"));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Starting parse\n");
+#endif
 
   yystate = 0;
   yyerrstatus = 0;
@@ -2075,110 +1898,110 @@ yyparse (YYPARSE_PARAM_ARG)
      so that they stay on the same level as the state stack.
      The wasted elements are never initialized.  */
 
-  yyssp = yyss;
+  yyssp = yyss - 1;
   yyvsp = yyvs;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp = yyls;
 #endif
-  goto yysetstate;
 
-/*------------------------------------------------------------.
-| yynewstate -- Push a new state, which is found in yystate.  |
-`------------------------------------------------------------*/
- yynewstate:
-  /* In all cases, when you get here, the value and location stacks
-     have just been pushed. so pushing a state here evens the stacks.
-     */
-  yyssp++;
+/* Push a new state, which is found in  yystate  .  */
+/* In all cases, when you get here, the value and location stacks
+   have just been pushed. so pushing a state here evens the stacks.  */
+yynewstate:
 
- yysetstate:
-  *yyssp = yystate;
+  *++yyssp = yystate;
 
   if (yyssp >= yyss + yystacksize - 1)
     {
+      /* Give user a chance to reallocate the stack */
+      /* Use copies of these so that the &'s don't force the real ones into memory. */
+      YYSTYPE *yyvs1 = yyvs;
+      short *yyss1 = yyss;
+#ifdef YYLSP_NEEDED
+      YYLTYPE *yyls1 = yyls;
+#endif
+
       /* Get the current used size of the three stacks, in elements.  */
-      YYSIZE_T yysize = yyssp - yyss + 1;
+      int size = yyssp - yyss + 1;
 
 #ifdef yyoverflow
-      {
-       /* Give user a chance to reallocate the stack. Use copies of
-          these so that the &'s don't force the real ones into
-          memory.  */
-       YYSTYPE *yyvs1 = yyvs;
-       short *yyss1 = yyss;
-
-       /* Each stack pointer address is followed by the size of the
-          data in use in that stack, in bytes.  */
-# if YYLSP_NEEDED
-       YYLTYPE *yyls1 = yyls;
-       /* This used to be a conditional around just the two extra args,
-          but that might be undefined if yyoverflow is a macro.  */
-       yyoverflow ("parser stack overflow",
-                   &yyss1, yysize * sizeof (*yyssp),
-                   &yyvs1, yysize * sizeof (*yyvsp),
-                   &yyls1, yysize * sizeof (*yylsp),
-                   &yystacksize);
-       yyls = yyls1;
-# else
-       yyoverflow ("parser stack overflow",
-                   &yyss1, yysize * sizeof (*yyssp),
-                   &yyvs1, yysize * sizeof (*yyvsp),
-                   &yystacksize);
-# endif
-       yyss = yyss1;
-       yyvs = yyvs1;
-      }
+      /* Each stack pointer address is followed by the size of
+        the data in use in that stack, in bytes.  */
+#ifdef YYLSP_NEEDED
+      /* This used to be a conditional around just the two extra args,
+        but that might be undefined if yyoverflow is a macro.  */
+      yyoverflow("parser stack overflow",
+                &yyss1, size * sizeof (*yyssp),
+                &yyvs1, size * sizeof (*yyvsp),
+                &yyls1, size * sizeof (*yylsp),
+                &yystacksize);
+#else
+      yyoverflow("parser stack overflow",
+                &yyss1, size * sizeof (*yyssp),
+                &yyvs1, size * sizeof (*yyvsp),
+                &yystacksize);
+#endif
+
+      yyss = yyss1; yyvs = yyvs1;
+#ifdef YYLSP_NEEDED
+      yyls = yyls1;
+#endif
 #else /* no yyoverflow */
-# ifndef YYSTACK_RELOCATE
-      goto yyoverflowlab;
-# else
       /* Extend the stack our own way.  */
       if (yystacksize >= YYMAXDEPTH)
-       goto yyoverflowlab;
+       {
+         yyerror("parser stack overflow");
+         if (yyfree_stacks)
+           {
+             free (yyss);
+             free (yyvs);
+#ifdef YYLSP_NEEDED
+             free (yyls);
+#endif
+           }
+         return 2;
+       }
       yystacksize *= 2;
       if (yystacksize > YYMAXDEPTH)
        yystacksize = YYMAXDEPTH;
-
-      {
-       short *yyss1 = yyss;
-       union yyalloc *yyptr =
-         (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
-       if (! yyptr)
-         goto yyoverflowlab;
-       YYSTACK_RELOCATE (yyss);
-       YYSTACK_RELOCATE (yyvs);
-# if YYLSP_NEEDED
-       YYSTACK_RELOCATE (yyls);
-# endif
-# undef YYSTACK_RELOCATE
-       if (yyss1 != yyssa)
-         YYSTACK_FREE (yyss1);
-      }
-# endif
+#ifndef YYSTACK_USE_ALLOCA
+      yyfree_stacks = 1;
+#endif
+      yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
+      __yy_memcpy ((char *)yyss, (char *)yyss1,
+                  size * (unsigned int) sizeof (*yyssp));
+      yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
+      __yy_memcpy ((char *)yyvs, (char *)yyvs1,
+                  size * (unsigned int) sizeof (*yyvsp));
+#ifdef YYLSP_NEEDED
+      yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
+      __yy_memcpy ((char *)yyls, (char *)yyls1,
+                  size * (unsigned int) sizeof (*yylsp));
+#endif
 #endif /* no yyoverflow */
 
-      yyssp = yyss + yysize - 1;
-      yyvsp = yyvs + yysize - 1;
-#if YYLSP_NEEDED
-      yylsp = yyls + yysize - 1;
+      yyssp = yyss + size - 1;
+      yyvsp = yyvs + size - 1;
+#ifdef YYLSP_NEEDED
+      yylsp = yyls + size - 1;
 #endif
 
-      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
-                 (unsigned long int) yystacksize));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Stack size increased to %d\n", yystacksize);
+#endif
 
       if (yyssp >= yyss + yystacksize - 1)
        YYABORT;
     }
 
-  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Entering state %d\n", yystate);
+#endif
 
   goto yybackup;
-
-
-/*-----------.
-| yybackup.  |
-`-----------*/
-yybackup:
+ yybackup:
 
 /* Do appropriate processing given the current state.  */
 /* Read a lookahead token if we need one and don't already have one.  */
@@ -2197,7 +2020,10 @@ yybackup:
 
   if (yychar == YYEMPTY)
     {
-      YYDPRINTF ((stderr, "Reading a token: "));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Reading a token: ");
+#endif
       yychar = YYLEX;
     }
 
@@ -2208,25 +2034,25 @@ yybackup:
       yychar1 = 0;
       yychar = YYEOF;          /* Don't call YYLEX any more */
 
-      YYDPRINTF ((stderr, "Now at end of input.\n"));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Now at end of input.\n");
+#endif
     }
   else
     {
-      yychar1 = YYTRANSLATE (yychar);
+      yychar1 = YYTRANSLATE(yychar);
 
-#if YYDEBUG
-     /* We have to keep this `#if YYDEBUG', since we use variables
-       which are defined only if `YYDEBUG' is set.  */
+#if YYDEBUG != 0
       if (yydebug)
        {
-         YYFPRINTF (stderr, "Next token is %d (%s",
-                    yychar, yytname[yychar1]);
-         /* Give the individual parser a way to print the precise
-            meaning of a token, for further debugging info.  */
-# ifdef YYPRINT
+         fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
+         /* Give the individual parser a way to print the precise meaning
+            of a token, for further debugging info.  */
+#ifdef YYPRINT
          YYPRINT (stderr, yychar, yylval);
-# endif
-         YYFPRINTF (stderr, ")\n");
+#endif
+         fprintf (stderr, ")\n");
        }
 #endif
     }
@@ -2258,78 +2084,56 @@ yybackup:
     YYACCEPT;
 
   /* Shift the lookahead token.  */
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
-             yychar, yytname[yychar1]));
+
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
+#endif
 
   /* Discard the token being shifted unless it is eof.  */
   if (yychar != YYEOF)
     yychar = YYEMPTY;
 
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   *++yylsp = yylloc;
 #endif
 
-  /* Count tokens shifted since error; after three, turn off error
-     status.  */
-  if (yyerrstatus)
-    yyerrstatus--;
+  /* count tokens shifted since error; after three, turn off error status.  */
+  if (yyerrstatus) yyerrstatus--;
 
   yystate = yyn;
   goto yynewstate;
 
-
-/*-----------------------------------------------------------.
-| yydefault -- do the default action for the current state.  |
-`-----------------------------------------------------------*/
+/* Do the default action for the current state.  */
 yydefault:
+
   yyn = yydefact[yystate];
   if (yyn == 0)
     goto yyerrlab;
-  goto yyreduce;
-
 
-/*-----------------------------.
-| yyreduce -- Do a reduction.  |
-`-----------------------------*/
+/* Do a reduction.  yyn is the number of a rule to reduce with.  */
 yyreduce:
-  /* yyn is the number of a rule to reduce with.  */
   yylen = yyr2[yyn];
+  if (yylen > 0)
+    yyval = yyvsp[1-yylen]; /* implement default value of the action */
 
-  /* If YYLEN is nonzero, implement the default value of the action:
-     `$$ = $1'.
-
-     Otherwise, the following line sets YYVAL to the semantic value of
-     the lookahead token.  This behavior is undocumented and Bison
-     users should not rely upon it.  Assigning to YYVAL
-     unconditionally makes the parser a bit smaller, and it avoids a
-     GCC warning that YYVAL may be used uninitialized.  */
-  yyval = yyvsp[1-yylen];
-
-#if YYLSP_NEEDED
-  /* Similarly for the default location.  Let the user run additional
-     commands if for instance locations are ranges.  */
-  yyloc = yylsp[1-yylen];
-  YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
-#endif
-
-#if YYDEBUG
-  /* We have to keep this `#if YYDEBUG', since we use variables which
-     are defined only if `YYDEBUG' is set.  */
+#if YYDEBUG != 0
   if (yydebug)
     {
-      int yyi;
+      int i;
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
-                yyn, yyrline[yyn]);
+      fprintf (stderr, "Reducing via rule %d (line %d), ",
+              yyn, yyrline[yyn]);
 
       /* Print the symbols being reduced, and their result.  */
-      for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
-       YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
-      YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
+      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
+       fprintf (stderr, "%s ", yytname[yyrhs[i]]);
+      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
     }
 #endif
 
+
   switch (yyn) {
 
 case 1:
@@ -3479,34 +3283,49 @@ case 404:
 { yyval.var = makeVarNode (yyvsp[-3].ltok, TRUE, yyvsp[0].lcltypespec); ;
     break;}
 }
-
+   /* the action file gets copied in in place of this dollarsign */
 
 \f
   yyvsp -= yylen;
   yyssp -= yylen;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp -= yylen;
 #endif
 
-#if YYDEBUG
+#if YYDEBUG != 0
   if (yydebug)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+      short *ssp1 = yyss - 1;
+      fprintf (stderr, "state stack now");
+      while (ssp1 != yyssp)
+       fprintf (stderr, " %d", *++ssp1);
+      fprintf (stderr, "\n");
     }
 #endif
 
   *++yyvsp = yyval;
-#if YYLSP_NEEDED
-  *++yylsp = yyloc;
+
+#ifdef YYLSP_NEEDED
+  yylsp++;
+  if (yylen == 0)
+    {
+      yylsp->first_line = yylloc.first_line;
+      yylsp->first_column = yylloc.first_column;
+      yylsp->last_line = (yylsp-1)->last_line;
+      yylsp->last_column = (yylsp-1)->last_column;
+      yylsp->text = 0;
+    }
+  else
+    {
+      yylsp->last_line = (yylsp+yylen-1)->last_line;
+      yylsp->last_column = (yylsp+yylen-1)->last_column;
+    }
 #endif
 
-  /* Now `shift' the result of the reduction.  Determine what state
-     that goes to, based on the state we popped back to and the rule
-     number reduced by.  */
+  /* Now "shift" the result of the reduction.
+     Determine what state that goes to,
+     based on the state we popped back to
+     and the rule number reduced by.  */
 
   yyn = yyr1[yyn];
 
@@ -3518,13 +3337,10 @@ case 404:
 
   goto yynewstate;
 
+yyerrlab:   /* here on detecting error */
 
-/*------------------------------------.
-| yyerrlab -- here on detecting error |
-`------------------------------------*/
-yyerrlab:
-  /* If not already recovering from an error, report this error.  */
-  if (!yyerrstatus)
+  if (! yyerrstatus)
+    /* If not already recovering from an error, report this error.  */
     {
       ++yynerrs;
 
@@ -3533,121 +3349,102 @@ yyerrlab:
 
       if (yyn > YYFLAG && yyn < YYLAST)
        {
-         YYSIZE_T yysize = 0;
-         char *yymsg;
-         int yyx, yycount;
-
-         yycount = 0;
-         /* Start YYX at -YYN if negative to avoid negative indexes in
-            YYCHECK.  */
-         for (yyx = yyn < 0 ? -yyn : 0;
-              yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
-           if (yycheck[yyx + yyn] == yyx)
-             yysize += yystrlen (yytname[yyx]) + 15, yycount++;
-         yysize += yystrlen ("parse error, unexpected ") + 1;
-         yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
-         yymsg = (char *) YYSTACK_ALLOC (yysize);
-         if (yymsg != 0)
+         int size = 0;
+         char *msg;
+         int x, count;
+
+         count = 0;
+         /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
+         for (x = (yyn < 0 ? -yyn : 0);
+              x < (sizeof(yytname) / sizeof(char *)); x++)
+           if (yycheck[x + yyn] == x)
+             size += strlen(yytname[x]) + 15, count++;
+         msg = (char *) malloc(size + 15);
+         if (msg != 0)
            {
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
+             strcpy(msg, "parse error");
 
-             if (yycount < 5)
+             if (count < 5)
                {
-                 yycount = 0;
-                 for (yyx = yyn < 0 ? -yyn : 0;
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
-                      yyx++)
-                   if (yycheck[yyx + yyn] == yyx)
+                 count = 0;
+                 for (x = (yyn < 0 ? -yyn : 0);
+                      x < (sizeof(yytname) / sizeof(char *)); x++)
+                   if (yycheck[x + yyn] == x)
                      {
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
-                       yyp = yystpcpy (yyp, yyq);
-                       yyp = yystpcpy (yyp, yytname[yyx]);
-                       yycount++;
+                       strcat(msg, count == 0 ? ", expecting `" : " or `");
+                       strcat(msg, yytname[x]);
+                       strcat(msg, "'");
+                       count++;
                      }
                }
-             yyerror (yymsg);
-             YYSTACK_FREE (yymsg);
+             yyerror(msg);
+             free(msg);
            }
          else
-           yyerror ("parse error; also virtual memory exhausted");
+           yyerror ("parse error; also virtual memory exceeded");
        }
       else
-#endif /* defined (YYERROR_VERBOSE) */
-       yyerror ("parse error");
+#endif /* YYERROR_VERBOSE */
+       yyerror("parse error");
     }
-  goto yyerrlab1;
 
+  goto yyerrlab1;
+yyerrlab1:   /* here on error raised explicitly by an action */
 
-/*--------------------------------------------------.
-| yyerrlab1 -- error raised explicitly by an action |
-`--------------------------------------------------*/
-yyerrlab1:
   if (yyerrstatus == 3)
     {
-      /* If just tried and failed to reuse lookahead token after an
-        error, discard it.  */
+      /* if just tried and failed to reuse lookahead token after an error, discard it.  */
 
       /* return failure if at end of input */
       if (yychar == YYEOF)
        YYABORT;
-      YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
-                 yychar, yytname[yychar1]));
+
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
+#endif
+
       yychar = YYEMPTY;
     }
 
-  /* Else will try to reuse lookahead token after shifting the error
-     token.  */
+  /* Else will try to reuse lookahead token
+     after shifting the error token.  */
 
   yyerrstatus = 3;             /* Each real token shifted decrements this */
 
   goto yyerrhandle;
 
+yyerrdefault:  /* current state does not do anything special for the error token. */
 
-/*-------------------------------------------------------------------.
-| yyerrdefault -- current state does not do anything special for the |
-| error token.                                                       |
-`-------------------------------------------------------------------*/
-yyerrdefault:
 #if 0
   /* This is wrong; only states that explicitly want error tokens
      should shift them.  */
-
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
-  yyn = yydefact[yystate];
-  if (yyn)
-    goto yydefault;
+  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
+  if (yyn) goto yydefault;
 #endif
 
+yyerrpop:   /* pop the current state because it cannot handle the error token */
 
-/*---------------------------------------------------------------.
-| yyerrpop -- pop the current state because it cannot handle the |
-| error token                                                    |
-`---------------------------------------------------------------*/
-yyerrpop:
-  if (yyssp == yyss)
-    YYABORT;
+  if (yyssp == yyss) YYABORT;
   yyvsp--;
   yystate = *--yyssp;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp--;
 #endif
 
-#if YYDEBUG
+#if YYDEBUG != 0
   if (yydebug)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "Error: state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+      short *ssp1 = yyss - 1;
+      fprintf (stderr, "Error: state stack now");
+      while (ssp1 != yyssp)
+       fprintf (stderr, " %d", *++ssp1);
+      fprintf (stderr, "\n");
     }
 #endif
 
-/*--------------.
-| yyerrhandle.  |
-`--------------*/
 yyerrhandle:
+
   yyn = yypact[yystate];
   if (yyn == YYFLAG)
     goto yyerrdefault;
@@ -3670,45 +3467,42 @@ yyerrhandle:
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Shifting error token, ");
+#endif
 
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   *++yylsp = yylloc;
 #endif
 
   yystate = yyn;
   goto yynewstate;
 
+ yyacceptlab:
+  /* YYACCEPT comes here.  */
+  if (yyfree_stacks)
+    {
+      free (yyss);
+      free (yyvs);
+#ifdef YYLSP_NEEDED
+      free (yyls);
+#endif
+    }
+  return 0;
 
-/*-------------------------------------.
-| yyacceptlab -- YYACCEPT comes here.  |
-`-------------------------------------*/
-yyacceptlab:
-  yyresult = 0;
-  goto yyreturn;
-
-/*-----------------------------------.
-| yyabortlab -- YYABORT comes here.  |
-`-----------------------------------*/
-yyabortlab:
-  yyresult = 1;
-  goto yyreturn;
-
-/*---------------------------------------------.
-| yyoverflowab -- parser overflow comes here.  |
-`---------------------------------------------*/
-yyoverflowlab:
-  yyerror ("parser stack overflow");
-  yyresult = 2;
-  /* Fall through.  */
-
-yyreturn:
-#ifndef yyoverflow
-  if (yyss != yyssa)
-    YYSTACK_FREE (yyss);
+ yyabortlab:
+  /* YYABORT comes here.  */
+  if (yyfree_stacks)
+    {
+      free (yyss);
+      free (yyvs);
+#ifdef YYLSP_NEEDED
+      free (yyls);
 #endif
-  return yyresult;
+    }
+  return 1;
 }
 
 
index 12cb56bbad81e644904d87e9dc557133e9c89b75..e145429d28270c4f3a12d80bcc070a178b941bb8 100644 (file)
@@ -54,8 +54,9 @@
 
 /* < end of bison.head > */
 
-/* A Bison parser, made from signature.y
-   by GNU bison 1.35.  */
+
+/*  A Bison parser, made from signature.y
+    by GNU Bison version 1.28  */
 
 #define YYBISON 1  /* Identify Bison output.  */
 
 #define yychar lslchar
 #define yydebug lsldebug
 #define yynerrs lslnerrs
-# define       LST_SIMPLEID    257
-# define       LST_LOGICALOP   258
-# define       LST_EQOP        259
-# define       LST_SIMPLEOP    260
-# define       LST_MAPSYM      261
-# define       LST_FIELDMAPSYM 262
-# define       LST_MARKERSYM   263
-# define       LST_ifTOKEN     264
-# define       LST_thenTOKEN   265
-# define       LST_elseTOKEN   266
-# define       LST_LBRACKET    267
-# define       LST_RBRACKET    268
-# define       LST_SELECTSYM   269
-# define       LST_SEPSYM      270
-# define       LST_OPENSYM     271
-# define       LST_CLOSESYM    272
-# define       LST_COLON       273
-# define       LST_COMMA       274
-# define       LST_EOL 275
-# define       LST_COMMENTSYM  276
-# define       LST_WHITESPACE  277
-# define       LST_QUANTIFIERSYM       278
-# define       LST_EQUATIONSYM 279
-# define       LST_EQSEPSYM    280
-# define       LST_COMPOSESYM  281
-# define       LST_LPAR        282
-# define       LST_RPAR        283
-# define       LST_assertsTOKEN        284
-# define       LST_assumesTOKEN        285
-# define       LST_byTOKEN     286
-# define       LST_convertsTOKEN       287
-# define       LST_enumerationTOKEN    288
-# define       LST_equationsTOKEN      289
-# define       LST_exemptingTOKEN      290
-# define       LST_forTOKEN    291
-# define       LST_generatedTOKEN      292
-# define       LST_impliesTOKEN        293
-# define       LST_includesTOKEN       294
-# define       LST_introducesTOKEN     295
-# define       LST_ofTOKEN     296
-# define       LST_partitionedTOKEN    297
-# define       LST_traitTOKEN  298
-# define       LST_tupleTOKEN  299
-# define       LST_unionTOKEN  300
-# define       LST_BADTOKEN    301
+#define        LST_SIMPLEID    257
+#define        LST_LOGICALOP   258
+#define        LST_EQOP        259
+#define        LST_SIMPLEOP    260
+#define        LST_MAPSYM      261
+#define        LST_FIELDMAPSYM 262
+#define        LST_MARKERSYM   263
+#define        LST_ifTOKEN     264
+#define        LST_thenTOKEN   265
+#define        LST_elseTOKEN   266
+#define        LST_LBRACKET    267
+#define        LST_RBRACKET    268
+#define        LST_SELECTSYM   269
+#define        LST_SEPSYM      270
+#define        LST_OPENSYM     271
+#define        LST_CLOSESYM    272
+#define        LST_COLON       273
+#define        LST_COMMA       274
+#define        LST_EOL 275
+#define        LST_COMMENTSYM  276
+#define        LST_WHITESPACE  277
+#define        LST_QUANTIFIERSYM       278
+#define        LST_EQUATIONSYM 279
+#define        LST_EQSEPSYM    280
+#define        LST_COMPOSESYM  281
+#define        LST_LPAR        282
+#define        LST_RPAR        283
+#define        LST_assertsTOKEN        284
+#define        LST_assumesTOKEN        285
+#define        LST_byTOKEN     286
+#define        LST_convertsTOKEN       287
+#define        LST_enumerationTOKEN    288
+#define        LST_equationsTOKEN      289
+#define        LST_exemptingTOKEN      290
+#define        LST_forTOKEN    291
+#define        LST_generatedTOKEN      292
+#define        LST_impliesTOKEN        293
+#define        LST_includesTOKEN       294
+#define        LST_introducesTOKEN     295
+#define        LST_ofTOKEN     296
+#define        LST_partitionedTOKEN    297
+#define        LST_traitTOKEN  298
+#define        LST_tupleTOKEN  299
+#define        LST_unionTOKEN  300
+#define        LST_BADTOKEN    301
 
 
 
@@ -138,7 +139,6 @@ static void yyprint (/*FILE *p_file, int p_type, YYSTYPE p_value */);
 /*@-nullassign@*/
 
 
-#ifndef YYSTYPE
 typedef union {
   ltoken ltok;  /* a leaf is also an ltoken */
   unsigned int count;
@@ -149,12 +149,17 @@ typedef union {
   /*@owned@*/ lslOp operator;
   /*@only@*/  lslOpList operators;
   /*@-redef@*/ /*@-matchfields@*/ 
-} yystype;
-# define YYSTYPE yystype
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
+} YYSTYPE;
 #ifndef YYDEBUG
-# define YYDEBUG 1
+#define YYDEBUG 1
+#endif
+
+#include <stdio.h>
+
+#ifndef __cplusplus
+#ifndef __STDC__
+#define const
+#endif
 #endif
 
 
@@ -163,194 +168,165 @@ typedef union {
 #define        YYFLAG          -32768
 #define        YYNTBASE        48
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
 #define YYTRANSLATE(x) ((unsigned)(x) <= 301 ? yytranslate[x] : 62)
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
-static const char yytranslate[] =
-{
-       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     1,     3,     4,     5,
-       6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
-      16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
-      26,    27,    28,    29,    30,    31,    32,    33,    34,    35,
-      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
-      46,    47
+static const char yytranslate[] = {     0,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
+     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
+    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
+    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
+    37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
+    47
 };
 
-#if YYDEBUG
-static const short yyprhs[] =
-{
-       0,     0,     2,     4,     7,    11,    13,    15,    22,    24,
-      27,    30,    34,    38,    43,    48,    54,    58,    63,    68,
-      74,    77,    81,    85,    87,    89,    91,    92,    94,    96,
-     100,   102,   104,   108,   109,   111,   113,   117,   119
+#if YYDEBUG != 0
+static const short yyprhs[] = {     0,
+     0,     2,     4,     7,    11,    13,    15,    22,    24,    27,
+    30,    34,    38,    43,    48,    54,    58,    63,    68,    74,
+    77,    81,    85,    87,    89,    91,    92,    94,    96,   100,
+   102,   104,   108,   109,   111,   113,   117,   119
 };
-static const short yyrhs[] =
-{
-      49,     0,    50,     0,    49,    50,     0,    51,    19,    57,
-       0,    61,     0,    52,     0,    10,     9,    11,     9,    12,
-       9,     0,    53,     0,     9,    53,     0,    53,     9,     0,
-       9,    53,     9,     0,    17,    54,    18,     0,     9,    17,
-      54,    18,     0,    17,    54,    18,     9,     0,     9,    17,
-      54,    18,     9,     0,    13,    54,    14,     0,     9,    13,
-      54,    14,     0,    13,    54,    14,     9,     0,     9,    13,
-      54,    14,     9,     0,    15,     3,     0,     9,    15,     3,
-       0,     9,     8,     3,     0,     6,     0,     4,     0,     5,
-       0,     0,    55,     0,     9,     0,    55,    56,     9,     0,
-      20,     0,    16,     0,    58,     7,    60,     0,     0,    59,
-       0,    60,     0,    59,    20,    60,     0,     3,     0,     3,
-       0
+
+static const short yyrhs[] = {    49,
+     0,    50,     0,    49,    50,     0,    51,    19,    57,     0,
+    61,     0,    52,     0,    10,     9,    11,     9,    12,     9,
+     0,    53,     0,     9,    53,     0,    53,     9,     0,     9,
+    53,     9,     0,    17,    54,    18,     0,     9,    17,    54,
+    18,     0,    17,    54,    18,     9,     0,     9,    17,    54,
+    18,     9,     0,    13,    54,    14,     0,     9,    13,    54,
+    14,     0,    13,    54,    14,     9,     0,     9,    13,    54,
+    14,     9,     0,    15,     3,     0,     9,    15,     3,     0,
+     9,     8,     3,     0,     6,     0,     4,     0,     5,     0,
+     0,    55,     0,     9,     0,    55,    56,     9,     0,    20,
+     0,    16,     0,    58,     7,    60,     0,     0,    59,     0,
+    60,     0,    59,    20,    60,     0,     3,     0,     3,     0
 };
 
 #endif
 
-#if YYDEBUG
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
-static const short yyrline[] =
-{
-       0,   139,   142,   147,   152,   159,   161,   166,   168,   170,
-     172,   174,   176,   178,   180,   182,   185,   188,   191,   194,
-     197,   200,   205,   210,   212,   214,   218,   220,   224,   226,
-     230,   232,   236,   240,   242,   246,   248,   252,   259
+#if YYDEBUG != 0
+static const short yyrline[] = { 0,
+   139,   142,   147,   152,   159,   161,   166,   168,   170,   172,
+   174,   176,   178,   180,   182,   185,   188,   191,   194,   197,
+   200,   205,   210,   212,   214,   218,   220,   224,   226,   230,
+   232,   236,   240,   242,   246,   248,   252,   259
 };
 #endif
 
 
-#if (YYDEBUG) || defined YYERROR_VERBOSE
-
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
-static const char *const yytname[] =
-{
-  "$", "error", "$undefined.", "LST_SIMPLEID", "LST_LOGICALOP", "LST_EQOP", 
-  "LST_SIMPLEOP", "LST_MAPSYM", "LST_FIELDMAPSYM", "LST_MARKERSYM", 
-  "LST_ifTOKEN", "LST_thenTOKEN", "LST_elseTOKEN", "LST_LBRACKET", 
-  "LST_RBRACKET", "LST_SELECTSYM", "LST_SEPSYM", "LST_OPENSYM", 
-  "LST_CLOSESYM", "LST_COLON", "LST_COMMA", "LST_EOL", "LST_COMMENTSYM", 
-  "LST_WHITESPACE", "LST_QUANTIFIERSYM", "LST_EQUATIONSYM", 
-  "LST_EQSEPSYM", "LST_COMPOSESYM", "LST_LPAR", "LST_RPAR", 
-  "LST_assertsTOKEN", "LST_assumesTOKEN", "LST_byTOKEN", 
-  "LST_convertsTOKEN", "LST_enumerationTOKEN", "LST_equationsTOKEN", 
-  "LST_exemptingTOKEN", "LST_forTOKEN", "LST_generatedTOKEN", 
-  "LST_impliesTOKEN", "LST_includesTOKEN", "LST_introducesTOKEN", 
-  "LST_ofTOKEN", "LST_partitionedTOKEN", "LST_traitTOKEN", 
-  "LST_tupleTOKEN", "LST_unionTOKEN", "LST_BADTOKEN", "top", 
-  "operatorList", "operator", "name", "opForm", "anyOp", "middle", 
-  "placeList", "separator", "signature", "domain", "sortList", "sortId", 
-  "opId", 0
+#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
+
+static const char * const yytname[] = {   "$","error","$undefined.","LST_SIMPLEID",
+"LST_LOGICALOP","LST_EQOP","LST_SIMPLEOP","LST_MAPSYM","LST_FIELDMAPSYM","LST_MARKERSYM",
+"LST_ifTOKEN","LST_thenTOKEN","LST_elseTOKEN","LST_LBRACKET","LST_RBRACKET",
+"LST_SELECTSYM","LST_SEPSYM","LST_OPENSYM","LST_CLOSESYM","LST_COLON","LST_COMMA",
+"LST_EOL","LST_COMMENTSYM","LST_WHITESPACE","LST_QUANTIFIERSYM","LST_EQUATIONSYM",
+"LST_EQSEPSYM","LST_COMPOSESYM","LST_LPAR","LST_RPAR","LST_assertsTOKEN","LST_assumesTOKEN",
+"LST_byTOKEN","LST_convertsTOKEN","LST_enumerationTOKEN","LST_equationsTOKEN",
+"LST_exemptingTOKEN","LST_forTOKEN","LST_generatedTOKEN","LST_impliesTOKEN",
+"LST_includesTOKEN","LST_introducesTOKEN","LST_ofTOKEN","LST_partitionedTOKEN",
+"LST_traitTOKEN","LST_tupleTOKEN","LST_unionTOKEN","LST_BADTOKEN","top","operatorList",
+"operator","name","opForm","anyOp","middle","placeList","separator","signature",
+"domain","sortList","sortId","opId", NULL
 };
 #endif
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
-static const short yyr1[] =
-{
-       0,    48,    49,    49,    50,    51,    51,    52,    52,    52,
-      52,    52,    52,    52,    52,    52,    52,    52,    52,    52,
-      52,    52,    52,    53,    53,    53,    54,    54,    55,    55,
-      56,    56,    57,    58,    58,    59,    59,    60,    61
+static const short yyr1[] = {     0,
+    48,    49,    49,    50,    51,    51,    52,    52,    52,    52,
+    52,    52,    52,    52,    52,    52,    52,    52,    52,    52,
+    52,    52,    53,    53,    53,    54,    54,    55,    55,    56,
+    56,    57,    58,    58,    59,    59,    60,    61
 };
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
-static const short yyr2[] =
-{
-       0,     1,     1,     2,     3,     1,     1,     6,     1,     2,
-       2,     3,     3,     4,     4,     5,     3,     4,     4,     5,
-       2,     3,     3,     1,     1,     1,     0,     1,     1,     3,
-       1,     1,     3,     0,     1,     1,     3,     1,     1
+static const short yyr2[] = {     0,
+     1,     1,     2,     3,     1,     1,     6,     1,     2,     2,
+     3,     3,     4,     4,     5,     3,     4,     4,     5,     2,
+     3,     3,     1,     1,     1,     0,     1,     1,     3,     1,
+     1,     3,     0,     1,     1,     3,     1,     1
 };
 
-/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
-   doesn't specify something else to do.  Zero means the default is an
-   error. */
-static const short yydefact[] =
-{
-       0,    38,    24,    25,    23,     0,     0,    26,     0,    26,
-       1,     2,     0,     6,     8,     5,     0,    26,     0,    26,
-       9,     0,    28,     0,    27,    20,     0,     3,    33,    10,
-      22,     0,    21,     0,    11,     0,    16,    31,    30,     0,
-      12,    37,     4,     0,    34,    35,    17,    13,     0,    18,
-      29,    14,     0,     0,    19,    15,     0,    32,    36,     7,
-       0,     0,     0
+static const short yydefact[] = {     0,
+    38,    24,    25,    23,     0,     0,    26,     0,    26,     1,
+     2,     0,     6,     8,     5,     0,    26,     0,    26,     9,
+     0,    28,     0,    27,    20,     0,     3,    33,    10,    22,
+     0,    21,     0,    11,     0,    16,    31,    30,     0,    12,
+    37,     4,     0,    34,    35,    17,    13,     0,    18,    29,
+    14,     0,     0,    19,    15,     0,    32,    36,     7,     0,
+     0,     0
 };
 
-static const short yydefgoto[] =
-{
-      60,    10,    11,    12,    13,    14,    23,    24,    39,    42,
-      43,    44,    45,    15
+static const short yydefgoto[] = {    60,
+    10,    11,    12,    13,    14,    23,    24,    39,    42,    43,
+    44,    45,    15
 };
 
-static const short yypact[] =
-{
-      -3,-32768,-32768,-32768,-32768,    11,    -4,     0,     8,     0,
-      -3,-32768,    -1,-32768,    13,-32768,    17,     0,    22,     0,
-      18,    20,-32768,    19,   -12,-32768,    14,-32768,    31,-32768,
-  -32768,    21,-32768,    23,-32768,    27,    28,-32768,-32768,    29,
-      30,-32768,-32768,    33,    24,-32768,    34,    36,    35,-32768,
-  -32768,-32768,    31,    31,-32768,-32768,    37,-32768,-32768,-32768,
-      42,    48,-32768
+static const short yypact[] = {    -3,
+-32768,-32768,-32768,-32768,    11,    -4,     0,     8,     0,    -3,
+-32768,    -1,-32768,    13,-32768,    17,     0,    22,     0,    18,
+    20,-32768,    19,   -12,-32768,    14,-32768,    31,-32768,-32768,
+    21,-32768,    23,-32768,    27,    28,-32768,-32768,    29,    30,
+-32768,-32768,    33,    24,-32768,    34,    36,    35,-32768,-32768,
+-32768,    31,    31,-32768,-32768,    37,-32768,-32768,-32768,    42,
+    48,-32768
 };
 
-static const short yypgoto[] =
-{
-  -32768,-32768,    39,-32768,-32768,    45,     4,-32768,-32768,-32768,
-  -32768,-32768,   -23,-32768
+static const short yypgoto[] = {-32768,
+-32768,    39,-32768,-32768,    45,     4,-32768,-32768,-32768,-32768,
+-32768,   -23,-32768
 };
 
 
 #define        YYLAST          50
 
 
-static const short yytable[] =
-{
-       1,     2,     3,     4,    37,    21,     5,     6,    38,    22,
-       7,    25,     8,    26,     9,     2,     3,     4,    28,    16,
-      30,    31,    29,    33,    17,    32,    18,    34,    19,    57,
-      58,    35,    40,    36,    41,    46,    48,    49,    50,    51,
-      52,    47,    61,    54,    53,    55,    59,    56,    62,    27,
-      20
+static const short yytable[] = {     1,
+     2,     3,     4,    37,    21,     5,     6,    38,    22,     7,
+    25,     8,    26,     9,     2,     3,     4,    28,    16,    30,
+    31,    29,    33,    17,    32,    18,    34,    19,    57,    58,
+    35,    40,    36,    41,    46,    48,    49,    50,    51,    52,
+    47,    61,    54,    53,    55,    59,    56,    62,    27,    20
 };
 
-static const short yycheck[] =
-{
-       3,     4,     5,     6,    16,     9,     9,    10,    20,     9,
-      13,     3,    15,     9,    17,     4,     5,     6,    19,     8,
-       3,    17,     9,    19,    13,     3,    15,     9,    17,    52,
-      53,    11,    18,    14,     3,    14,     9,     9,     9,     9,
-       7,    18,     0,     9,    20,     9,     9,    12,     0,    10,
-       5
+static const short yycheck[] = {     3,
+     4,     5,     6,    16,     9,     9,    10,    20,     9,    13,
+     3,    15,     9,    17,     4,     5,     6,    19,     8,     3,
+    17,     9,    19,    13,     3,    15,     9,    17,    52,    53,
+    11,    18,    14,     3,    14,     9,     9,     9,     9,     7,
+    18,     0,     9,    20,     9,     9,    12,     0,    10,     5
 };
 #define YYPURE 1
 
 /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 
-/* Skeleton output parser for bison,
+/* This file comes from bison-1.28.  */
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
-   Foundation, Inc.
+/* Skeleton output parser for bison,
+   Copyright (C) 1984, 1989, 1990 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
@@ -372,132 +348,63 @@ static const short yycheck[] =
    This special exception was added by the Free Software Foundation
    in version 1.24 of Bison.  */
 
-/* This is the parser code that is written into each bison parser when
-   the %semantic_parser declaration is not specified in the grammar.
-   It was written by Richard Stallman by simplifying the hairy parser
-   used when %semantic_parser is specified.  */
-
-/* All symbols defined below should begin with yy or YY, to avoid
-   infringing on user name space.  This should be done even for local
-   variables, as they might otherwise be expanded by user macros.
-   There are some unavoidable exceptions within include files to
-   define necessary library symbols; they are noted "INFRINGES ON
-   USER NAME SPACE" below.  */
-
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
-
-/* The parser invokes alloca or malloc; define the necessary symbols.  */
-
-# if YYSTACK_USE_ALLOCA
-#  define YYSTACK_ALLOC alloca
-# else
-#  ifndef YYSTACK_USE_ALLOCA
-#   if defined (alloca) || defined (_ALLOCA_H)
-#    define YYSTACK_ALLOC alloca
-#   else
-#    ifdef __GNUC__
-#     define YYSTACK_ALLOC __builtin_alloca
-#    endif
-#   endif
-#  endif
-# endif
-
-# ifdef YYSTACK_ALLOC
-   /* Pacify GCC's `empty if-body' warning. */
-#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
-# else
-#  if defined (__STDC__) || defined (__cplusplus)
-#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
-#   define YYSIZE_T size_t
-#  endif
-#  define YYSTACK_ALLOC malloc
-#  define YYSTACK_FREE free
-# endif
-#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
-
-
-#if (! defined (yyoverflow) \
-     && (! defined (__cplusplus) \
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
-
-/* A type that is properly aligned for any stack member.  */
-union yyalloc
-{
-  short yyss;
-  YYSTYPE yyvs;
-# if YYLSP_NEEDED
-  YYLTYPE yyls;
-# endif
-};
-
-/* The size of the maximum gap between one aligned stack and the next.  */
-# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
-
-/* The size of an array large to enough to hold all stacks, each with
-   N elements.  */
-# if YYLSP_NEEDED
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))     \
-      + 2 * YYSTACK_GAP_MAX)
-# else
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (YYSTYPE))                                \
-      + YYSTACK_GAP_MAX)
-# endif
-
-/* Copy COUNT objects from FROM to TO.  The source and destination do
-   not overlap.  */
-# ifndef YYCOPY
-#  if 1 < __GNUC__
-#   define YYCOPY(To, From, Count) \
-      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
-#  else
-#   define YYCOPY(To, From, Count)             \
-      do                                       \
-       {                                       \
-         register YYSIZE_T yyi;                \
-         for (yyi = 0; yyi < (Count); yyi++)   \
-           (To)[yyi] = (From)[yyi];            \
-       }                                       \
-      while (0)
-#  endif
-# endif
-
-/* Relocate STACK from its old location to the new one.  The
-   local variables YYSIZE and YYSTACKSIZE give the old and new number of
-   elements in the stack, and YYPTR gives the new location of the
-   stack.  Advance YYPTR to a properly aligned location for the next
-   stack.  */
-# define YYSTACK_RELOCATE(Stack)                                       \
-    do                                                                 \
-      {                                                                        \
-       YYSIZE_T yynewbytes;                                            \
-       YYCOPY (&yyptr->Stack, Stack, yysize);                          \
-       Stack = &yyptr->Stack;                                          \
-       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
-       yyptr += yynewbytes / sizeof (*yyptr);                          \
-      }                                                                        \
-    while (0)
-
-#endif
-
+/* This is the parser code that is written into each bison parser
+  when the %semantic_parser declaration is not specified in the grammar.
+  It was written by Richard Stallman by simplifying the hairy parser
+  used when %semantic_parser is specified.  */
 
-#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
-# define YYSIZE_T __SIZE_TYPE__
-#endif
-#if ! defined (YYSIZE_T) && defined (size_t)
-# define YYSIZE_T size_t
+#ifndef YYSTACK_USE_ALLOCA
+#ifdef alloca
+#define YYSTACK_USE_ALLOCA
+#else /* alloca not defined */
+#ifdef __GNUC__
+#define YYSTACK_USE_ALLOCA
+#define alloca __builtin_alloca
+#else /* not GNU C.  */
+#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
+#define YYSTACK_USE_ALLOCA
+#include <alloca.h>
+#else /* not sparc */
+/* We think this test detects Watcom and Microsoft C.  */
+/* This used to test MSDOS, but that is a bad idea
+   since that symbol is in the user namespace.  */
+#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
+#if 0 /* No need for malloc.h, which pollutes the namespace;
+        instead, just don't use alloca.  */
+#include <malloc.h>
 #endif
-#if ! defined (YYSIZE_T)
-# if defined (__STDC__) || defined (__cplusplus)
-#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYSIZE_T size_t
-# endif
+#else /* not MSDOS, or __TURBOC__ */
+#if defined(_AIX)
+/* I don't know what this was needed for, but it pollutes the namespace.
+   So I turned it off.   rms, 2 May 1997.  */
+/* #include <malloc.h>  */
+ #pragma alloca
+#define YYSTACK_USE_ALLOCA
+#else /* not MSDOS, or __TURBOC__, or _AIX */
+#if 0
+#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
+                and on HPUX 10.  Eventually we can turn this on.  */
+#define YYSTACK_USE_ALLOCA
+#define alloca __builtin_alloca
+#endif /* __hpux */
 #endif
-#if ! defined (YYSIZE_T)
-# define YYSIZE_T unsigned int
+#endif /* not _AIX */
+#endif /* not MSDOS, or __TURBOC__ */
+#endif /* not sparc */
+#endif /* not GNU C */
+#endif /* alloca not defined */
+#endif /* YYSTACK_USE_ALLOCA not defined */
+
+#ifdef YYSTACK_USE_ALLOCA
+#define YYSTACK_ALLOC alloca
+#else
+#define YYSTACK_ALLOC malloc
 #endif
 
+/* Note: there must be only one dollar sign in this file.
+   It is replaced by the list of actions, each action
+   as one case of the switch.  */
+
 #define yyerrok                (yyerrstatus = 0)
 #define yyclearin      (yychar = YYEMPTY)
 #define YYEMPTY                -2
@@ -505,157 +412,128 @@ union yyalloc
 #define YYACCEPT       goto yyacceptlab
 #define YYABORT        goto yyabortlab
 #define YYERROR                goto yyerrlab1
-/* Like YYERROR except do call yyerror.  This remains here temporarily
-   to ease the transition to the new meaning of YYERROR, for GCC.
+/* Like YYERROR except do call yyerror.
+   This remains here temporarily to ease the
+   transition to the new meaning of YYERROR, for GCC.
    Once GCC version 2 has supplanted version 1, this can go.  */
 #define YYFAIL         goto yyerrlab
 #define YYRECOVERING()  (!!yyerrstatus)
-#define YYBACKUP(Token, Value)                                 \
+#define YYBACKUP(token, value) \
 do                                                             \
   if (yychar == YYEMPTY && yylen == 1)                         \
-    {                                                          \
-      yychar = (Token);                                                \
-      yylval = (Value);                                                \
+    { yychar = (token), yylval = (value);                      \
       yychar1 = YYTRANSLATE (yychar);                          \
       YYPOPSTACK;                                              \
       goto yybackup;                                           \
     }                                                          \
   else                                                         \
-    {                                                          \
-      yyerror ("syntax error: cannot back up");                        \
-      YYERROR;                                                 \
-    }                                                          \
+    { yyerror ("syntax error: cannot back up"); YYERROR; }     \
 while (0)
 
 #define YYTERROR       1
 #define YYERRCODE      256
 
+#ifndef YYPURE
+#define YYLEX          yylex()
+#endif
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
-   are run).
+#ifdef YYPURE
+#ifdef YYLSP_NEEDED
+#ifdef YYLEX_PARAM
+#define YYLEX          yylex(&yylval, &yylloc, YYLEX_PARAM)
+#else
+#define YYLEX          yylex(&yylval, &yylloc)
+#endif
+#else /* not YYLSP_NEEDED */
+#ifdef YYLEX_PARAM
+#define YYLEX          yylex(&yylval, YYLEX_PARAM)
+#else
+#define YYLEX          yylex(&yylval)
+#endif
+#endif /* not YYLSP_NEEDED */
+#endif
 
-   When YYLLOC_DEFAULT is run, CURRENT is set the location of the
-   first token.  By default, to implement support for ranges, extend
-   its range to the last symbol.  */
+/* If nonreentrant, generate the variables here */
 
-#ifndef YYLLOC_DEFAULT
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
-   Current.last_line   = Rhs[N].last_line;     \
-   Current.last_column = Rhs[N].last_column;
+#ifndef YYPURE
+
+int    yychar;                 /*  the lookahead symbol                */
+YYSTYPE        yylval;                 /*  the semantic value of the           */
+                               /*  lookahead symbol                    */
+
+#ifdef YYLSP_NEEDED
+YYLTYPE yylloc;                        /*  location data for the lookahead     */
+                               /*  symbol                              */
 #endif
 
+int yynerrs;                   /*  number of parse errors so far       */
+#endif  /* not YYPURE */
 
-/* YYLEX -- calling `yylex' with the right arguments.  */
-
-#if YYPURE
-# if YYLSP_NEEDED
-#  ifdef YYLEX_PARAM
-#   define YYLEX               yylex (&yylval, &yylloc, YYLEX_PARAM)
-#  else
-#   define YYLEX               yylex (&yylval, &yylloc)
-#  endif
-# else /* !YYLSP_NEEDED */
-#  ifdef YYLEX_PARAM
-#   define YYLEX               yylex (&yylval, YYLEX_PARAM)
-#  else
-#   define YYLEX               yylex (&yylval)
-#  endif
-# endif /* !YYLSP_NEEDED */
-#else /* !YYPURE */
-# define YYLEX                 yylex ()
-#endif /* !YYPURE */
-
-
-/* Enable debugging if requested.  */
-#if YYDEBUG
-
-# ifndef YYFPRINTF
-#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYFPRINTF fprintf
-# endif
-
-# define YYDPRINTF(Args)                       \
-do {                                           \
-  if (yydebug)                                 \
-    YYFPRINTF Args;                            \
-} while (0)
-/* Nonzero means print parse trace.  It is left uninitialized so that
-   multiple parsers can coexist.  */
-int yydebug;
-#else /* !YYDEBUG */
-# define YYDPRINTF(Args)
-#endif /* !YYDEBUG */
-
-/* YYINITDEPTH -- initial size of the parser's stacks.  */
-#ifndef        YYINITDEPTH
-# define YYINITDEPTH 200
+#if YYDEBUG != 0
+int yydebug;                   /*  nonzero means print parse trace     */
+/* Since this is uninitialized, it does not stop multiple parsers
+   from coexisting.  */
 #endif
 
-/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
-   if the built-in stack extension method is used).
+/*  YYINITDEPTH indicates the initial size of the parser's stacks      */
+
+#ifndef        YYINITDEPTH
+#define YYINITDEPTH 200
+#endif
 
-   Do not make this value too large; the results are undefined if
-   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
-   evaluated with infinite-precision integer arithmetic.  */
+/*  YYMAXDEPTH is the maximum size the stacks can grow to
+    (effective only if the built-in stack extension method is used).  */
 
 #if YYMAXDEPTH == 0
-# undef YYMAXDEPTH
+#undef YYMAXDEPTH
 #endif
 
 #ifndef YYMAXDEPTH
-# define YYMAXDEPTH 10000
+#define YYMAXDEPTH 10000
 #endif
 \f
-#ifdef YYERROR_VERBOSE
-
-# ifndef yystrlen
-#  if defined (__GLIBC__) && defined (_STRING_H)
-#   define yystrlen strlen
-#  else
-/* Return the length of YYSTR.  */
-static YYSIZE_T
-#   if defined (__STDC__) || defined (__cplusplus)
-yystrlen (const char *yystr)
-#   else
-yystrlen (yystr)
-     const char *yystr;
-#   endif
+/* Define __yy_memcpy.  Note that the size argument
+   should be passed with type unsigned int, because that is what the non-GCC
+   definitions require.  With GCC, __builtin_memcpy takes an arg
+   of type size_t, but it can handle unsigned int.  */
+
+#if __GNUC__ > 1               /* GNU C and GNU C++ define this.  */
+#define __yy_memcpy(TO,FROM,COUNT)     __builtin_memcpy(TO,FROM,COUNT)
+#else                          /* not GNU C or C++ */
+#ifndef __cplusplus
+
+/* This is the most reliable way to avoid incompatibilities
+   in available built-in functions on various systems.  */
+static void
+__yy_memcpy (to, from, count)
+     char *to;
+     char *from;
+     unsigned int count;
 {
-  register const char *yys = yystr;
+  register char *f = from;
+  register char *t = to;
+  register int i = count;
 
-  while (*yys++ != '\0')
-    continue;
-
-  return yys - yystr - 1;
+  while (i-- > 0)
+    *t++ = *f++;
 }
-#  endif
-# endif
-
-# ifndef yystpcpy
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
-#   define yystpcpy stpcpy
-#  else
-/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
-   YYDEST.  */
-static char *
-#   if defined (__STDC__) || defined (__cplusplus)
-yystpcpy (char *yydest, const char *yysrc)
-#   else
-yystpcpy (yydest, yysrc)
-     char *yydest;
-     const char *yysrc;
-#   endif
-{
-  register char *yyd = yydest;
-  register const char *yys = yysrc;
 
-  while ((*yyd++ = *yys++) != '\0')
-    continue;
+#else /* __cplusplus */
+
+/* This is the most reliable way to avoid incompatibilities
+   in available built-in functions on various systems.  */
+static void
+__yy_memcpy (char *to, char *from, unsigned int count)
+{
+  register char *t = to;
+  register char *f = from;
+  register int i = count;
 
-  return yyd - 1;
+  while (i-- > 0)
+    *t++ = *f++;
 }
-#  endif
-# endif
+
+#endif
 #endif
 \f
 
@@ -667,121 +545,76 @@ yystpcpy (yydest, yysrc)
    to the proper pointer type.  */
 
 #ifdef YYPARSE_PARAM
-# if defined (__STDC__) || defined (__cplusplus)
-#  define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
-#  define YYPARSE_PARAM_DECL
-# else
-#  define YYPARSE_PARAM_ARG YYPARSE_PARAM
-#  define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
-# endif
-#else /* !YYPARSE_PARAM */
-# define YYPARSE_PARAM_ARG
-# define YYPARSE_PARAM_DECL
-#endif /* !YYPARSE_PARAM */
+#ifdef __cplusplus
+#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
+#define YYPARSE_PARAM_DECL
+#else /* not __cplusplus */
+#define YYPARSE_PARAM_ARG YYPARSE_PARAM
+#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
+#endif /* not __cplusplus */
+#else /* not YYPARSE_PARAM */
+#define YYPARSE_PARAM_ARG
+#define YYPARSE_PARAM_DECL
+#endif /* not YYPARSE_PARAM */
 
 /* Prevent warning if -Wstrict-prototypes.  */
 #ifdef __GNUC__
-# ifdef YYPARSE_PARAM
+#ifdef YYPARSE_PARAM
 int yyparse (void *);
-# else
+#else
 int yyparse (void);
-# endif
 #endif
-
-/* YY_DECL_VARIABLES -- depending whether we use a pure parser,
-   variables are global, or local to YYPARSE.  */
-
-#define YY_DECL_NON_LSP_VARIABLES                      \
-/* The lookahead symbol.  */                           \
-int yychar;                                            \
-                                                       \
-/* The semantic value of the lookahead symbol. */      \
-YYSTYPE yylval;                                                \
-                                                       \
-/* Number of parse errors so far.  */                  \
-int yynerrs;
-
-#if YYLSP_NEEDED
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES                      \
-                                               \
-/* Location data for the lookahead symbol.  */ \
-YYLTYPE yylloc;
-#else
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES
 #endif
 
-
-/* If nonreentrant, generate the variables here. */
-
-#if !YYPURE
-YY_DECL_VARIABLES
-#endif  /* !YYPURE */
-
 int
-yyparse (YYPARSE_PARAM_ARG)
+yyparse(YYPARSE_PARAM_ARG)
      YYPARSE_PARAM_DECL
 {
-  /* If reentrant, generate the variables here. */
-#if YYPURE
-  YY_DECL_VARIABLES
-#endif  /* !YYPURE */
-
   register int yystate;
   register int yyn;
-  int yyresult;
-  /* Number of tokens to shift before error messages enabled.  */
-  int yyerrstatus;
-  /* Lookahead token as an internal (translated) token number.  */
-  int yychar1 = 0;
-
-  /* Three stacks and their tools:
-     `yyss': related to states,
-     `yyvs': related to semantic values,
-     `yyls': related to locations.
-
-     Refer to the stacks thru separate pointers, to allow yyoverflow
-     to reallocate them elsewhere.  */
-
-  /* The state stack. */
-  short        yyssa[YYINITDEPTH];
-  short *yyss = yyssa;
   register short *yyssp;
-
-  /* The semantic value stack.  */
-  YYSTYPE yyvsa[YYINITDEPTH];
-  YYSTYPE *yyvs = yyvsa;
   register YYSTYPE *yyvsp;
+  int yyerrstatus;     /*  number of tokens to shift before error messages enabled */
+  int yychar1 = 0;             /*  lookahead token as an internal (translated) token number */
+
+  short        yyssa[YYINITDEPTH];     /*  the state stack                     */
+  YYSTYPE yyvsa[YYINITDEPTH];  /*  the semantic value stack            */
 
-#if YYLSP_NEEDED
-  /* The location stack.  */
-  YYLTYPE yylsa[YYINITDEPTH];
+  short *yyss = yyssa;         /*  refer to the stacks thru separate pointers */
+  YYSTYPE *yyvs = yyvsa;       /*  to allow yyoverflow to reallocate them elsewhere */
+
+#ifdef YYLSP_NEEDED
+  YYLTYPE yylsa[YYINITDEPTH];  /*  the location stack                  */
   YYLTYPE *yyls = yylsa;
   YYLTYPE *yylsp;
-#endif
 
-#if YYLSP_NEEDED
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
+#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
 #else
-# define YYPOPSTACK   (yyvsp--, yyssp--)
+#define YYPOPSTACK   (yyvsp--, yyssp--)
 #endif
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
-
+  int yystacksize = YYINITDEPTH;
+  int yyfree_stacks = 0;
 
-  /* The variables used to return semantic value and location from the
-     action routines.  */
-  YYSTYPE yyval;
-#if YYLSP_NEEDED
-  YYLTYPE yyloc;
+#ifdef YYPURE
+  int yychar;
+  YYSTYPE yylval;
+  int yynerrs;
+#ifdef YYLSP_NEEDED
+  YYLTYPE yylloc;
 #endif
+#endif
+
+  YYSTYPE yyval;               /*  the variable used to return         */
+                               /*  semantic values from the action     */
+                               /*  routines                            */
 
-  /* When reducing, the number of symbols on the RHS of the reduced
-     rule. */
   int yylen;
 
-  YYDPRINTF ((stderr, "Starting parse\n"));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Starting parse\n");
+#endif
 
   yystate = 0;
   yyerrstatus = 0;
@@ -793,110 +626,110 @@ yyparse (YYPARSE_PARAM_ARG)
      so that they stay on the same level as the state stack.
      The wasted elements are never initialized.  */
 
-  yyssp = yyss;
+  yyssp = yyss - 1;
   yyvsp = yyvs;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp = yyls;
 #endif
-  goto yysetstate;
 
-/*------------------------------------------------------------.
-| yynewstate -- Push a new state, which is found in yystate.  |
-`------------------------------------------------------------*/
- yynewstate:
-  /* In all cases, when you get here, the value and location stacks
-     have just been pushed. so pushing a state here evens the stacks.
-     */
-  yyssp++;
+/* Push a new state, which is found in  yystate  .  */
+/* In all cases, when you get here, the value and location stacks
+   have just been pushed. so pushing a state here evens the stacks.  */
+yynewstate:
 
- yysetstate:
-  *yyssp = yystate;
+  *++yyssp = yystate;
 
   if (yyssp >= yyss + yystacksize - 1)
     {
+      /* Give user a chance to reallocate the stack */
+      /* Use copies of these so that the &'s don't force the real ones into memory. */
+      YYSTYPE *yyvs1 = yyvs;
+      short *yyss1 = yyss;
+#ifdef YYLSP_NEEDED
+      YYLTYPE *yyls1 = yyls;
+#endif
+
       /* Get the current used size of the three stacks, in elements.  */
-      YYSIZE_T yysize = yyssp - yyss + 1;
+      int size = yyssp - yyss + 1;
 
 #ifdef yyoverflow
-      {
-       /* Give user a chance to reallocate the stack. Use copies of
-          these so that the &'s don't force the real ones into
-          memory.  */
-       YYSTYPE *yyvs1 = yyvs;
-       short *yyss1 = yyss;
-
-       /* Each stack pointer address is followed by the size of the
-          data in use in that stack, in bytes.  */
-# if YYLSP_NEEDED
-       YYLTYPE *yyls1 = yyls;
-       /* This used to be a conditional around just the two extra args,
-          but that might be undefined if yyoverflow is a macro.  */
-       yyoverflow ("parser stack overflow",
-                   &yyss1, yysize * sizeof (*yyssp),
-                   &yyvs1, yysize * sizeof (*yyvsp),
-                   &yyls1, yysize * sizeof (*yylsp),
-                   &yystacksize);
-       yyls = yyls1;
-# else
-       yyoverflow ("parser stack overflow",
-                   &yyss1, yysize * sizeof (*yyssp),
-                   &yyvs1, yysize * sizeof (*yyvsp),
-                   &yystacksize);
-# endif
-       yyss = yyss1;
-       yyvs = yyvs1;
-      }
+      /* Each stack pointer address is followed by the size of
+        the data in use in that stack, in bytes.  */
+#ifdef YYLSP_NEEDED
+      /* This used to be a conditional around just the two extra args,
+        but that might be undefined if yyoverflow is a macro.  */
+      yyoverflow("parser stack overflow",
+                &yyss1, size * sizeof (*yyssp),
+                &yyvs1, size * sizeof (*yyvsp),
+                &yyls1, size * sizeof (*yylsp),
+                &yystacksize);
+#else
+      yyoverflow("parser stack overflow",
+                &yyss1, size * sizeof (*yyssp),
+                &yyvs1, size * sizeof (*yyvsp),
+                &yystacksize);
+#endif
+
+      yyss = yyss1; yyvs = yyvs1;
+#ifdef YYLSP_NEEDED
+      yyls = yyls1;
+#endif
 #else /* no yyoverflow */
-# ifndef YYSTACK_RELOCATE
-      goto yyoverflowlab;
-# else
       /* Extend the stack our own way.  */
       if (yystacksize >= YYMAXDEPTH)
-       goto yyoverflowlab;
+       {
+         yyerror("parser stack overflow");
+         if (yyfree_stacks)
+           {
+             free (yyss);
+             free (yyvs);
+#ifdef YYLSP_NEEDED
+             free (yyls);
+#endif
+           }
+         return 2;
+       }
       yystacksize *= 2;
       if (yystacksize > YYMAXDEPTH)
        yystacksize = YYMAXDEPTH;
-
-      {
-       short *yyss1 = yyss;
-       union yyalloc *yyptr =
-         (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
-       if (! yyptr)
-         goto yyoverflowlab;
-       YYSTACK_RELOCATE (yyss);
-       YYSTACK_RELOCATE (yyvs);
-# if YYLSP_NEEDED
-       YYSTACK_RELOCATE (yyls);
-# endif
-# undef YYSTACK_RELOCATE
-       if (yyss1 != yyssa)
-         YYSTACK_FREE (yyss1);
-      }
-# endif
+#ifndef YYSTACK_USE_ALLOCA
+      yyfree_stacks = 1;
+#endif
+      yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
+      __yy_memcpy ((char *)yyss, (char *)yyss1,
+                  size * (unsigned int) sizeof (*yyssp));
+      yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
+      __yy_memcpy ((char *)yyvs, (char *)yyvs1,
+                  size * (unsigned int) sizeof (*yyvsp));
+#ifdef YYLSP_NEEDED
+      yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
+      __yy_memcpy ((char *)yyls, (char *)yyls1,
+                  size * (unsigned int) sizeof (*yylsp));
+#endif
 #endif /* no yyoverflow */
 
-      yyssp = yyss + yysize - 1;
-      yyvsp = yyvs + yysize - 1;
-#if YYLSP_NEEDED
-      yylsp = yyls + yysize - 1;
+      yyssp = yyss + size - 1;
+      yyvsp = yyvs + size - 1;
+#ifdef YYLSP_NEEDED
+      yylsp = yyls + size - 1;
 #endif
 
-      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
-                 (unsigned long int) yystacksize));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Stack size increased to %d\n", yystacksize);
+#endif
 
       if (yyssp >= yyss + yystacksize - 1)
        YYABORT;
     }
 
-  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Entering state %d\n", yystate);
+#endif
 
   goto yybackup;
-
-
-/*-----------.
-| yybackup.  |
-`-----------*/
-yybackup:
+ yybackup:
 
 /* Do appropriate processing given the current state.  */
 /* Read a lookahead token if we need one and don't already have one.  */
@@ -915,7 +748,10 @@ yybackup:
 
   if (yychar == YYEMPTY)
     {
-      YYDPRINTF ((stderr, "Reading a token: "));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Reading a token: ");
+#endif
       yychar = YYLEX;
     }
 
@@ -926,25 +762,25 @@ yybackup:
       yychar1 = 0;
       yychar = YYEOF;          /* Don't call YYLEX any more */
 
-      YYDPRINTF ((stderr, "Now at end of input.\n"));
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Now at end of input.\n");
+#endif
     }
   else
     {
-      yychar1 = YYTRANSLATE (yychar);
+      yychar1 = YYTRANSLATE(yychar);
 
-#if YYDEBUG
-     /* We have to keep this `#if YYDEBUG', since we use variables
-       which are defined only if `YYDEBUG' is set.  */
+#if YYDEBUG != 0
       if (yydebug)
        {
-         YYFPRINTF (stderr, "Next token is %d (%s",
-                    yychar, yytname[yychar1]);
-         /* Give the individual parser a way to print the precise
-            meaning of a token, for further debugging info.  */
-# ifdef YYPRINT
+         fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
+         /* Give the individual parser a way to print the precise meaning
+            of a token, for further debugging info.  */
+#ifdef YYPRINT
          YYPRINT (stderr, yychar, yylval);
-# endif
-         YYFPRINTF (stderr, ")\n");
+#endif
+         fprintf (stderr, ")\n");
        }
 #endif
     }
@@ -976,78 +812,56 @@ yybackup:
     YYACCEPT;
 
   /* Shift the lookahead token.  */
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
-             yychar, yytname[yychar1]));
+
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
+#endif
 
   /* Discard the token being shifted unless it is eof.  */
   if (yychar != YYEOF)
     yychar = YYEMPTY;
 
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   *++yylsp = yylloc;
 #endif
 
-  /* Count tokens shifted since error; after three, turn off error
-     status.  */
-  if (yyerrstatus)
-    yyerrstatus--;
+  /* count tokens shifted since error; after three, turn off error status.  */
+  if (yyerrstatus) yyerrstatus--;
 
   yystate = yyn;
   goto yynewstate;
 
-
-/*-----------------------------------------------------------.
-| yydefault -- do the default action for the current state.  |
-`-----------------------------------------------------------*/
+/* Do the default action for the current state.  */
 yydefault:
+
   yyn = yydefact[yystate];
   if (yyn == 0)
     goto yyerrlab;
-  goto yyreduce;
 
-
-/*-----------------------------.
-| yyreduce -- Do a reduction.  |
-`-----------------------------*/
+/* Do a reduction.  yyn is the number of a rule to reduce with.  */
 yyreduce:
-  /* yyn is the number of a rule to reduce with.  */
   yylen = yyr2[yyn];
+  if (yylen > 0)
+    yyval = yyvsp[1-yylen]; /* implement default value of the action */
 
-  /* If YYLEN is nonzero, implement the default value of the action:
-     `$$ = $1'.
-
-     Otherwise, the following line sets YYVAL to the semantic value of
-     the lookahead token.  This behavior is undocumented and Bison
-     users should not rely upon it.  Assigning to YYVAL
-     unconditionally makes the parser a bit smaller, and it avoids a
-     GCC warning that YYVAL may be used uninitialized.  */
-  yyval = yyvsp[1-yylen];
-
-#if YYLSP_NEEDED
-  /* Similarly for the default location.  Let the user run additional
-     commands if for instance locations are ranges.  */
-  yyloc = yylsp[1-yylen];
-  YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
-#endif
-
-#if YYDEBUG
-  /* We have to keep this `#if YYDEBUG', since we use variables which
-     are defined only if `YYDEBUG' is set.  */
+#if YYDEBUG != 0
   if (yydebug)
     {
-      int yyi;
+      int i;
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
-                yyn, yyrline[yyn]);
+      fprintf (stderr, "Reducing via rule %d (line %d), ",
+              yyn, yyrline[yyn]);
 
       /* Print the symbols being reduced, and their result.  */
-      for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
-       YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
-      YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
+      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
+       fprintf (stderr, "%s ", yytname[yyrhs[i]]);
+      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
     }
 #endif
 
+
   switch (yyn) {
 
 case 1:
@@ -1180,34 +994,49 @@ case 38:
 { yyval.ltok = yyvsp[0].ltok; ;
     break;}
 }
-
+   /* the action file gets copied in in place of this dollarsign */
 
 \f
   yyvsp -= yylen;
   yyssp -= yylen;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp -= yylen;
 #endif
 
-#if YYDEBUG
+#if YYDEBUG != 0
   if (yydebug)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+      short *ssp1 = yyss - 1;
+      fprintf (stderr, "state stack now");
+      while (ssp1 != yyssp)
+       fprintf (stderr, " %d", *++ssp1);
+      fprintf (stderr, "\n");
     }
 #endif
 
   *++yyvsp = yyval;
-#if YYLSP_NEEDED
-  *++yylsp = yyloc;
+
+#ifdef YYLSP_NEEDED
+  yylsp++;
+  if (yylen == 0)
+    {
+      yylsp->first_line = yylloc.first_line;
+      yylsp->first_column = yylloc.first_column;
+      yylsp->last_line = (yylsp-1)->last_line;
+      yylsp->last_column = (yylsp-1)->last_column;
+      yylsp->text = 0;
+    }
+  else
+    {
+      yylsp->last_line = (yylsp+yylen-1)->last_line;
+      yylsp->last_column = (yylsp+yylen-1)->last_column;
+    }
 #endif
 
-  /* Now `shift' the result of the reduction.  Determine what state
-     that goes to, based on the state we popped back to and the rule
-     number reduced by.  */
+  /* Now "shift" the result of the reduction.
+     Determine what state that goes to,
+     based on the state we popped back to
+     and the rule number reduced by.  */
 
   yyn = yyr1[yyn];
 
@@ -1219,13 +1048,10 @@ case 38:
 
   goto yynewstate;
 
+yyerrlab:   /* here on detecting error */
 
-/*------------------------------------.
-| yyerrlab -- here on detecting error |
-`------------------------------------*/
-yyerrlab:
-  /* If not already recovering from an error, report this error.  */
-  if (!yyerrstatus)
+  if (! yyerrstatus)
+    /* If not already recovering from an error, report this error.  */
     {
       ++yynerrs;
 
@@ -1234,121 +1060,102 @@ yyerrlab:
 
       if (yyn > YYFLAG && yyn < YYLAST)
        {
-         YYSIZE_T yysize = 0;
-         char *yymsg;
-         int yyx, yycount;
-
-         yycount = 0;
-         /* Start YYX at -YYN if negative to avoid negative indexes in
-            YYCHECK.  */
-         for (yyx = yyn < 0 ? -yyn : 0;
-              yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
-           if (yycheck[yyx + yyn] == yyx)
-             yysize += yystrlen (yytname[yyx]) + 15, yycount++;
-         yysize += yystrlen ("parse error, unexpected ") + 1;
-         yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
-         yymsg = (char *) YYSTACK_ALLOC (yysize);
-         if (yymsg != 0)
+         int size = 0;
+         char *msg;
+         int x, count;
+
+         count = 0;
+         /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
+         for (x = (yyn < 0 ? -yyn : 0);
+              x < (sizeof(yytname) / sizeof(char *)); x++)
+           if (yycheck[x + yyn] == x)
+             size += strlen(yytname[x]) + 15, count++;
+         msg = (char *) malloc(size + 15);
+         if (msg != 0)
            {
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
+             strcpy(msg, "parse error");
 
-             if (yycount < 5)
+             if (count < 5)
                {
-                 yycount = 0;
-                 for (yyx = yyn < 0 ? -yyn : 0;
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
-                      yyx++)
-                   if (yycheck[yyx + yyn] == yyx)
+                 count = 0;
+                 for (x = (yyn < 0 ? -yyn : 0);
+                      x < (sizeof(yytname) / sizeof(char *)); x++)
+                   if (yycheck[x + yyn] == x)
                      {
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
-                       yyp = yystpcpy (yyp, yyq);
-                       yyp = yystpcpy (yyp, yytname[yyx]);
-                       yycount++;
+                       strcat(msg, count == 0 ? ", expecting `" : " or `");
+                       strcat(msg, yytname[x]);
+                       strcat(msg, "'");
+                       count++;
                      }
                }
-             yyerror (yymsg);
-             YYSTACK_FREE (yymsg);
+             yyerror(msg);
+             free(msg);
            }
          else
-           yyerror ("parse error; also virtual memory exhausted");
+           yyerror ("parse error; also virtual memory exceeded");
        }
       else
-#endif /* defined (YYERROR_VERBOSE) */
-       yyerror ("parse error");
+#endif /* YYERROR_VERBOSE */
+       yyerror("parse error");
     }
-  goto yyerrlab1;
 
+  goto yyerrlab1;
+yyerrlab1:   /* here on error raised explicitly by an action */
 
-/*--------------------------------------------------.
-| yyerrlab1 -- error raised explicitly by an action |
-`--------------------------------------------------*/
-yyerrlab1:
   if (yyerrstatus == 3)
     {
-      /* If just tried and failed to reuse lookahead token after an
-        error, discard it.  */
+      /* if just tried and failed to reuse lookahead token after an error, discard it.  */
 
       /* return failure if at end of input */
       if (yychar == YYEOF)
        YYABORT;
-      YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
-                 yychar, yytname[yychar1]));
+
+#if YYDEBUG != 0
+      if (yydebug)
+       fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
+#endif
+
       yychar = YYEMPTY;
     }
 
-  /* Else will try to reuse lookahead token after shifting the error
-     token.  */
+  /* Else will try to reuse lookahead token
+     after shifting the error token.  */
 
   yyerrstatus = 3;             /* Each real token shifted decrements this */
 
   goto yyerrhandle;
 
+yyerrdefault:  /* current state does not do anything special for the error token. */
 
-/*-------------------------------------------------------------------.
-| yyerrdefault -- current state does not do anything special for the |
-| error token.                                                       |
-`-------------------------------------------------------------------*/
-yyerrdefault:
 #if 0
   /* This is wrong; only states that explicitly want error tokens
      should shift them.  */
-
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
-  yyn = yydefact[yystate];
-  if (yyn)
-    goto yydefault;
+  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
+  if (yyn) goto yydefault;
 #endif
 
+yyerrpop:   /* pop the current state because it cannot handle the error token */
 
-/*---------------------------------------------------------------.
-| yyerrpop -- pop the current state because it cannot handle the |
-| error token                                                    |
-`---------------------------------------------------------------*/
-yyerrpop:
-  if (yyssp == yyss)
-    YYABORT;
+  if (yyssp == yyss) YYABORT;
   yyvsp--;
   yystate = *--yyssp;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   yylsp--;
 #endif
 
-#if YYDEBUG
+#if YYDEBUG != 0
   if (yydebug)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "Error: state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+      short *ssp1 = yyss - 1;
+      fprintf (stderr, "Error: state stack now");
+      while (ssp1 != yyssp)
+       fprintf (stderr, " %d", *++ssp1);
+      fprintf (stderr, "\n");
     }
 #endif
 
-/*--------------.
-| yyerrhandle.  |
-`--------------*/
 yyerrhandle:
+
   yyn = yypact[yystate];
   if (yyn == YYFLAG)
     goto yyerrdefault;
@@ -1371,45 +1178,42 @@ yyerrhandle:
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
+#if YYDEBUG != 0
+  if (yydebug)
+    fprintf(stderr, "Shifting error token, ");
+#endif
 
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
+#ifdef YYLSP_NEEDED
   *++yylsp = yylloc;
 #endif
 
   yystate = yyn;
   goto yynewstate;
 
+ yyacceptlab:
+  /* YYACCEPT comes here.  */
+  if (yyfree_stacks)
+    {
+      free (yyss);
+      free (yyvs);
+#ifdef YYLSP_NEEDED
+      free (yyls);
+#endif
+    }
+  return 0;
 
-/*-------------------------------------.
-| yyacceptlab -- YYACCEPT comes here.  |
-`-------------------------------------*/
-yyacceptlab:
-  yyresult = 0;
-  goto yyreturn;
-
-/*-----------------------------------.
-| yyabortlab -- YYABORT comes here.  |
-`-----------------------------------*/
-yyabortlab:
-  yyresult = 1;
-  goto yyreturn;
-
-/*---------------------------------------------.
-| yyoverflowab -- parser overflow comes here.  |
-`---------------------------------------------*/
-yyoverflowlab:
-  yyerror ("parser stack overflow");
-  yyresult = 2;
-  /* Fall through.  */
-
-yyreturn:
-#ifndef yyoverflow
-  if (yyss != yyssa)
-    YYSTACK_FREE (yyss);
+ yyabortlab:
+  /* YYABORT comes here.  */
+  if (yyfree_stacks)
+    {
+      free (yyss);
+      free (yyvs);
+#ifdef YYLSP_NEEDED
+      free (yyls);
 #endif
-  return yyresult;
+    }
+  return 1;
 }
 
 
index c9b7511da1f98747a1c9bf0dabbea1fc892c4c96..f3caed64ba590ff2e67463feb342528351f5499f 100644 (file)
@@ -133,7 +133,7 @@ UNITTESTS = \
   compoundliterals compoundstmt constannot controldepth csyntax czechnames czechoslovaknames deadparam \
   decl divzero enum enumtag exports external fields flags forbody format freearray \
   funcpointer functionmacro glob globals impabstract info init inparam internal iter keep libs \
-  linked lintcomments list loopexec looptesteffect \
+  linked lintcomments list longint loopexec looptesteffect \
   macros macrosef merge mergenull modifies modtest moduncon \
   mongoincludes mystrncat noeffect null observer oldstyle outglob outparam \
   parentype postnotnull preds prefixes printflike rc refcounts release repexpose \
@@ -780,7 +780,7 @@ EXTRA_DIST = ./abst_t.lcl \
                 unioninit.expect  unioninit.c utypes.c \
                 utypes.expect widestrings.expect  widestrings.c  \
                 functionmacro.expect functionmacro.c  info.c info.expect \
-                loopexec.c looptesteffect.c mergenull.c shifts.c \
+                longint.c loopexec.c looptesteffect.c mergenull.c shifts.c \
                 manual.expect ./manual/Makefile \
                 ./manual/annotglobs.c  ./manual/bool.c  ./manual/bool.h  ./manual/clauses.c  ./manual/employee.h  ./manual/exposure.c  ./manual/globals.c  ./manual/ignore.c  ./manual/implicit.c  ./manual/intSet.h  ./manual/list.c  ./manual/loop.c  ./manual/macros.c  ./manual/modify.c  ./manual/mstring.c  ./manual/mstring.h  ./manual/mstringnn.c  ./manual/multiError.c  ./manual/names.c  ./manual/noeffect.c  ./manual/null.c  ./manual/only.c  ./manual/order.c  ./manual/palindrome.c  ./manual/palindrome.h  ./manual/refs.c  ./manual/returned.c  ./manual/rgb.c  ./manual/rstring.c  ./manual/rstring.h  ./manual/sample.c  ./manual/setChar.c  ./manual/setname.c  ./manual/setname.h  ./manual/special.c  ./manual/stack.c  ./manual/sumsquares.c  ./manual/switch.c  ./manual/testpal.c  ./manual/types.c  ./manual/unique.c  ./manual/usedef.c  ./manual/bounds.c \
                   arraydims.expect arraydims.c \
@@ -1316,6 +1316,17 @@ lintcomments:
 list:
        -$(SPLINTR) list.c -expect 3
 
+###
+### 2002-12-12: Added test case for +longint and +shortint flags
+###
+
+.PHONY: longint
+longint:
+       -$(SPLINTR) longint.c -expect 3
+       -$(SPLINTR) longint.c +longint -expect 2
+       -$(SPLINTR) longint.c +shortint -expect 2
+       -$(SPLINTR) longint.c +shortint +longint -expect 0
+
 ###
 ### 2002-01-01: Added test case for obvious loop execution.
 ###
This page took 0.352706 seconds and 5 git commands to generate.