]> andersk Git - splint.git/commitdiff
Updated expected output for help.expect to include new flags.
authorevans1629 <evans1629>
Fri, 13 Jul 2007 20:52:26 +0000 (20:52 +0000)
committerevans1629 <evans1629>
Fri, 13 Jul 2007 20:52:26 +0000 (20:52 +0000)
12 files changed:
Makefile.in
README
config.hin
configure
src/Headers/cgrammar_tokens.h
src/Headers/llgrammar_gen.h
src/Headers/llgrammar_gen2.h
src/Headers/signature_gen.h
src/cgrammar.c.der
src/llgrammar.c.der
src/signature.c.der
test/help.expect

index 1e0a2ab20b0925522c3ec4f39106c2121602b289..9476c7805683dc1d0295c7e483816265b40ac9bd 100644 (file)
@@ -121,10 +121,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        uninstall-info-recursive all-recursive install-data-recursive \
        install-exec-recursive installdirs-recursive install-recursive \
        uninstall-recursive check-recursive installcheck-recursive
-DIST_COMMON = README Makefile.am Makefile.in TODO acinclude.m4 \
-       aclocal.m4 config.hin config/config.guess config/config.sub \
-       config/depcomp config/install-sh config/missing \
-       config/mkinstalldirs configure configure.ac
+DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \
+       config.hin config/config.guess config/config.sub config/depcomp \
+       config/install-sh config/missing config/mkinstalldirs configure \
+       configure.ac
 DIST_SUBDIRS = $(SUBDIRS)
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
diff --git a/README b/README
index 2b0c69933e8d0da6bc4035477600589ed0a3cadf..37aa46b6c6ba1f92e3fec7d4528d9f5457779e26 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
          Splint - annotation-assisted static program checker
                         http://www.splint.org
 
-                       Copyright (C) 1994-2003
+                       Copyright (C) 1994-2007
                        University of Virginia,
                 Massachusetts Institute of Technology
                 
-                            Version 3.1.0
-                            12 April 2003
+                            Version 3.1.2
+                            12 July 2007
 
 Splint Documentation
 ====================
index bf0caac5341eac8764803ca15ba70800b69a2ecf..cd1a83a89db09c7e393c3c8dfaa6dbbb766a74d1 100644 (file)
@@ -1,6 +1,6 @@
 /* config.hin.  Generated from configure.ac by autoheader.  */
 
-/*@ -constmacros@*/
+/*@ -macroconstdecl@*/
 
 /* build */
 #undef BUILD
 /* needed to expose mode_t on some machines */
 #undef _ALL_SOURCE
 
-/*@ =constmacros@*/
+/*@ =macroconstdecl@*/
index 82b83789dc8e44dae90f6842df8c8df523be7a71..9093d9fe5e9034ba068a4e78a2fd8834749a57ea 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,21 +1,12 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for Splint 3.1.1.2.
+# Generated by GNU Autoconf 2.59 for Splint 3.1.1.2.
 #
 # Report bugs to <splint-bug@splint.org>.
 #
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-# Free Software Foundation, Inc.
+# Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
-
-if expr a : '\(a\)' >/dev/null 2>&1; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -24,46 +15,57 @@ fi
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   set -o posix
 fi
+DUALCASE=1; export DUALCASE # for MKS sh
 
-# NLS nuisances.
 # Support unset when possible.
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   as_unset=unset
 else
   as_unset=false
 fi
 
-(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
-    { $as_unset LANG || test "${LANG+set}" != set; } ||
-      { LANG=C; export LANG; }
-(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
-    { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
-      { LC_ALL=C; export LC_ALL; }
-(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
-    { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
-      { LC_TIME=C; export LC_TIME; }
-(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
-    { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
-      { LC_CTYPE=C; export LC_CTYPE; }
-(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
-    { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
-      { LANGUAGE=C; export LANGUAGE; }
-(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
-    { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
-      { LC_COLLATE=C; export LC_COLLATE; }
-(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
-    { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
-      { LC_NUMERIC=C; export LC_NUMERIC; }
-(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
-    { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
-      { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# Work around bugs in pre-3.0 UWIN ksh.
+$as_unset ENV MAIL MAILPATH
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+    eval $as_var=C; export $as_var
+  else
+    $as_unset $as_var
+  fi
+done
+
+# Required to use basename.
+if expr a : '\(a\)' >/dev/null 2>&1; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
 
 
 # Name of the executable.
-as_me=`(basename "$0") 2>/dev/null ||
+as_me=`$as_basename "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)$' \| \
@@ -74,6 +76,7 @@ echo X/"$0" |
          /^X\/\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
 
+
 # PATH needs CR, and LINENO needs CR and PATH.
 # Avoid depending upon Character Ranges.
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
@@ -84,15 +87,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
 
 # The user is always right.
 if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conftest.sh
-  echo  "exit 0"   >>conftest.sh
-  chmod +x conftest.sh
-  if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'
   else
     PATH_SEPARATOR=:
   fi
-  rm -f conftest.sh
+  rm -f conf$$.sh
 fi
 
 
@@ -140,6 +143,8 @@ do
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
             CONFIG_SHELL=$as_dir/$as_base
             export CONFIG_SHELL
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
@@ -212,13 +217,20 @@ else
 fi
 rm -f conf$$ conf$$.exe conf$$.file
 
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p=:
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
 as_executable_p="test -f"
 
 # Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
 # Sed expression to map a string onto a valid variable name.
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
 
 # IFS
@@ -228,7 +240,7 @@ as_nl='
 IFS="  $as_nl"
 
 # CDPATH.
-$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
+$as_unset CDPATH
 
 
 # Name of the host.
@@ -242,6 +254,7 @@ exec 6>&1
 # Initializations.
 #
 ac_default_prefix=/usr/local
+ac_config_libobj_dir=.
 cross_compiling=no
 subdirs=
 MFLAGS=
@@ -261,6 +274,8 @@ PACKAGE_STRING='Splint 3.1.1.2'
 PACKAGE_BUGREPORT='splint-bug@splint.org'
 
 ac_unique_file="src/lclinit.c"
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CPP LEX LEXLIB LEX_OUTPUT_ROOT LN_S BISON GREP DIFF CAT RM MV CP SED LCLOBJ LIBOBJS LTLIBOBJS'
+ac_subst_files=''
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -618,7 +633,7 @@ done
 
 # Be sure to have absolute paths.
 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
-              localstatedir libdir includedir oldincludedir infodir mandir
+             localstatedir libdir includedir oldincludedir infodir mandir
 do
   eval ac_val=$`echo $ac_var`
   case $ac_val in
@@ -658,10 +673,10 @@ if test -z "$srcdir"; then
   # Try the directory containing this script, then its parent.
   ac_confdir=`(dirname "$0") 2>/dev/null ||
 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$0" : 'X\(//\)[^/]' \| \
-         X"$0" : 'X\(//\)$' \| \
-         X"$0" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$0" : 'X\(//\)[^/]' \| \
+        X"$0" : 'X\(//\)$' \| \
+        X"$0" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$0" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -684,6 +699,9 @@ if test ! -r $srcdir/$ac_unique_file; then
    { (exit 1); exit 1; }; }
   fi
 fi
+(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
+  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
+   { (exit 1); exit 1; }; }
 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 ac_env_build_alias_set=${build_alias+set}
 ac_env_build_alias_value=$build_alias
@@ -750,9 +768,9 @@ _ACEOF
   cat <<_ACEOF
 Installation directories:
   --prefix=PREFIX         install architecture-independent files in PREFIX
-                          [$ac_default_prefix]
+                         [$ac_default_prefix]
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-                          [PREFIX]
+                         [PREFIX]
 
 By default, \`make install' will install all the files in
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
@@ -853,12 +871,45 @@ case $srcdir in
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
 esac
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
-# absolute.
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
+
+# Do not use `cd foo && pwd` to compute absolute paths, because
+# the directories may not exist.
+case `pwd` in
+.) ac_abs_builddir="$ac_dir";;
+*)
+  case "$ac_dir" in
+  .) ac_abs_builddir=`pwd`;;
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
+*)
+  case ${ac_top_builddir}. in
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_srcdir=$ac_srcdir;;
+*)
+  case $ac_srcdir in
+  .) ac_abs_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
+*)
+  case $ac_top_srcdir in
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+  esac;;
+esac
 
     cd $ac_dir
     # Check for guested configure; otherwise get Cygnus style configure.
@@ -869,7 +920,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
       echo
       $SHELL $ac_srcdir/configure  --help=recursive
     elif test -f $ac_srcdir/configure.ac ||
-           test -f $ac_srcdir/configure.in; then
+          test -f $ac_srcdir/configure.in; then
       echo
       $ac_configure --help
     else
@@ -883,10 +934,9 @@ test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
 Splint configure 3.1.1.2
-generated by GNU Autoconf 2.53
+generated by GNU Autoconf 2.59
 
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
-Free Software Foundation, Inc.
+Copyright (C) 2003 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 _ACEOF
@@ -898,7 +948,7 @@ This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by Splint $as_me 3.1.1.2, which was
-generated by GNU Autoconf 2.53.  Invocation command line was
+generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
 
@@ -950,27 +1000,54 @@ _ACEOF
 
 # Keep a trace of the command line.
 # Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
 # Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
 ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
 ac_sep=
-for ac_arg
+ac_must_keep_next=false
+for ac_pass in 1 2
 do
-  case $ac_arg in
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-  | --no-cr | --no-c | -n ) continue ;;
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-    continue ;;
-  *" "*|*"     "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-  esac
-  case " $ac_configure_args " in
-    *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-    *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
-       ac_sep=" " ;;
-  esac
-  # Get rid of the leading space.
+  for ac_arg
+  do
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    case $ac_pass in
+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
+    2)
+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+       ac_must_keep_next=false # Got value, back to normal.
+      else
+       case $ac_arg in
+         *=* | --config-cache | -C | -disable-* | --disable-* \
+         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+         | -with-* | --with-* | -without-* | --without-* | --x)
+           case "$ac_configure_args0 " in
+             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+           esac
+           ;;
+         -* ) ac_must_keep_next=true ;;
+       esac
+      fi
+      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
+      # Get rid of the leading space.
+      ac_sep=" "
+      ;;
+    esac
+  done
 done
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
 # When interrupted or exit'd, cleanup temporary files, and complete
 # config.log.  We remove comments because anyway the quotes in there
@@ -981,6 +1058,7 @@ trap 'exit_status=$?
   # Save into config.log some information that might help in debugging.
   {
     echo
+
     cat <<\_ASBOX
 ## ---------------- ##
 ## Cache variables. ##
@@ -993,16 +1071,45 @@ _ASBOX
     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
     *ac_space=\ *)
       sed -n \
-        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
+       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
       ;;
     *)
       sed -n \
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
       ;;
     esac;
 }
     echo
+
+    cat <<\_ASBOX
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+_ASBOX
+    echo
+    for ac_var in $ac_subst_vars
+    do
+      eval ac_val=$`echo $ac_var`
+      echo "$ac_var='"'"'$ac_val'"'"'"
+    done | sort
+    echo
+
+    if test -n "$ac_subst_files"; then
+      cat <<\_ASBOX
+## ------------- ##
+## Output files. ##
+## ------------- ##
+_ASBOX
+      echo
+      for ac_var in $ac_subst_files
+      do
+       eval ac_val=$`echo $ac_var`
+       echo "$ac_var='"'"'$ac_val'"'"'"
+      done | sort
+      echo
+    fi
+
     if test -s confdefs.h; then
       cat <<\_ASBOX
 ## ----------- ##
@@ -1010,14 +1117,14 @@ _ASBOX
 ## ----------- ##
 _ASBOX
       echo
-      sed "/^$/d" confdefs.h
+      sed "/^$/d" confdefs.h | sort
       echo
     fi
     test "$ac_signal" != 0 &&
       echo "$as_me: caught signal $ac_signal"
     echo "$as_me: exit $exit_status"
   } >&5
-  rm -f core core.* *.core &&
+  rm -f core *.core &&
   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
     exit $exit_status
      ' 0
@@ -1097,7 +1204,7 @@ fi
 # value.
 ac_cache_corrupted=false
 for ac_var in `(set) 2>&1 |
-               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
+              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
   eval ac_old_set=\$ac_cv_env_${ac_var}_set
   eval ac_new_set=\$ac_env_${ac_var}_set
   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1114,13 +1221,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     ,);;
     *)
       if test "x$ac_old_val" != "x$ac_new_val"; then
-        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 echo "$as_me:   former value:  $ac_old_val" >&2;}
-        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 echo "$as_me:   current value: $ac_new_val" >&2;}
-        ac_cache_corrupted=:
+       ac_cache_corrupted=:
       fi;;
   esac
   # Pass precious variables to config.status.
@@ -1174,6 +1281,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
+
 
 
 ac_aux_dir=
@@ -1299,6 +1407,7 @@ am__api_version="1.6"
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -1315,6 +1424,7 @@ do
 case $as_dir/ in
   ./ | .// | /cC/* | \
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   /usr/ucb/* ) ;;
   *)
     # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -1322,20 +1432,20 @@ case $as_dir/ in
     # by default.
     for ac_prog in ginstall scoinst install; do
       for ac_exec_ext in '' $ac_executable_extensions; do
-        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-          if test $ac_prog = install &&
-            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-            # AIX install.  It has an incompatible calling convention.
-            :
-          elif test $ac_prog = install &&
-            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-            # program-specific install script used by HP pwplus--don't use.
-            :
-          else
-            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-            break 3
-          fi
-        fi
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+         if test $ac_prog = install &&
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # AIX install.  It has an incompatible calling convention.
+           :
+         elif test $ac_prog = install &&
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # program-specific install script used by HP pwplus--don't use.
+           :
+         else
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+           break 3
+         fi
+       fi
       done
     done
     ;;
@@ -1477,15 +1587,15 @@ fi
   test -n "$AWK" && break
 done
 
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.make <<\_ACEOF
 all:
-       @echo 'ac_maketemp="${MAKE}"'
+       @echo 'ac_maketemp="$(MAKE)"'
 _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
@@ -1635,7 +1745,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
 # Add the stamp file to the list of files AC keeps track of,
 # along with our hook.
-ac_config_headers="$ac_config_headers config.h:config.hin"
+          ac_config_headers="$ac_config_headers config.h:config.hin"
 
 
 
@@ -1851,9 +1961,7 @@ if test $ac_prog_rejected = yes; then
     # However, it has the same basename, so the bogon will be chosen
     # first if we set CC to just the basename; use the full file name.
     shift
-    set dummy "$as_dir/$ac_word" ${1+"$@"}
-    shift
-    ac_cv_prog_CC="$@"
+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
   fi
 fi
 fi
@@ -1958,8 +2066,10 @@ fi
 fi
 
 
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
-echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&5
+echo "$as_me: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 
 # Provide some information about the compiler.
@@ -1983,15 +2093,12 @@ ac_compiler=`set X $ac_compile; echo $2`
   (exit $ac_status); }
 
 cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
 int
 main ()
 {
@@ -2001,12 +2108,12 @@ main ()
 }
 _ACEOF
 ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.exe"
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
 # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.
-echo "$as_me:$LINENO: checking for C compiler default output" >&5
-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
   (eval $ac_link_default) 2>&5
@@ -2020,26 +2127,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
 # Be careful to initialize this variable, since it used to be cached.
 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 ac_cv_exeext=
-for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
-                ls a.out conftest 2>/dev/null;
-                ls a.* conftest.* 2>/dev/null`; do
+# b.out is created by i960 compilers.
+for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
+do
+  test -f "$ac_file" || continue
   case $ac_file in
-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
-    a.out ) # We found the default executable, but exeext='' is most
-            # certainly right.
-            break;;
-    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
-          export ac_cv_exeext
-          break;;
-    * ) break;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
+       ;;
+    conftest.$ac_ext )
+       # This is the source file.
+       ;;
+    [ab].out )
+       # We found the default executable, but exeext='' is most
+       # certainly right.
+       break;;
+    *.* )
+       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+       # FIXME: I believe we export ac_cv_exeext for Libtool,
+       # but it would be cool to find out if it's true.  Does anybody
+       # maintain Libtool? --akim.
+       export ac_cv_exeext
+       break;;
+    * )
+       break;;
   esac
 done
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
-echo "$as_me: error: C compiler cannot create executables" >&2;}
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
+See \`config.log' for more details." >&5
+echo "$as_me: error: C compiler cannot create executables
+See \`config.log' for more details." >&2;}
    { (exit 77); exit 77; }; }
 fi
 
@@ -2066,9 +2186,11 @@ if test "$cross_compiling" != yes; then
        cross_compiling=yes
     else
        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'." >&5
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&5
 echo "$as_me: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'." >&2;}
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
     fi
   fi
@@ -2076,7 +2198,7 @@ fi
 echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6
 
-rm -f a.out a.exe conftest$ac_cv_exeext
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
 ac_clean_files=$ac_clean_files_save
 # Check the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.
@@ -2096,18 +2218,21 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 # work properly (i.e., refer to `conftest.exe'), while it won't with
 # `rm'.
-for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+for ac_file in conftest.exe conftest conftest.*; do
+  test -f "$ac_file" || continue
   case $ac_file in
-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-          export ac_cv_exeext
-          break;;
+         export ac_cv_exeext
+         break;;
     * ) break;;
   esac
 done
 else
-  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -2124,15 +2249,12 @@ if test "${ac_cv_objext+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
 int
 main ()
 {
@@ -2149,16 +2271,19 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (exit $ac_status); }; then
   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
   case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
        break;;
   esac
 done
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
-echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -2174,15 +2299,12 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
 int
 main ()
 {
@@ -2196,11 +2318,21 @@ main ()
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2209,10 +2341,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   ac_compiler_gnu=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 ac_compiler_gnu=no
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
 fi
@@ -2228,15 +2361,12 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+
 int
 main ()
 {
@@ -2247,11 +2377,21 @@ main ()
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2260,10 +2400,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   ac_cv_prog_cc_g=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 ac_cv_prog_cc_g=no
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
@@ -2282,6 +2423,121 @@ else
     CFLAGS=
   fi
 fi
+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
+if test "${ac_cv_prog_cc_stdc+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_cv_prog_cc_stdc=no
+ac_save_CC=$CC
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#include <stdarg.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+     char **p;
+     int i;
+{
+  return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+  char *s;
+  va_list v;
+  va_start (v,p);
+  s = g (p, va_arg (v,int));
+  va_end (v);
+  return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
+   function prototypes and stuff, but not '\xHH' hex character constants.
+   These don't provoke an error unfortunately, instead are silently treated
+   as 'x'.  The following induces an error, until -std1 is added to get
+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
+   array size at least.  It's necessary to write '\x00'==0 to get something
+   that's true only with -std1.  */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+  ;
+  return 0;
+}
+_ACEOF
+# Don't try gcc -ansi; that turns off useful extensions and
+# breaks some systems' header files.
+# AIX                  -qlanglvl=ansi
+# Ultrix and OSF/1     -std1
+# HP-UX 10.20 and later        -Ae
+# HP-UX older versions -Aa -D_HPUX_SOURCE
+# SVR4                 -Xc -D__EXTENSIONS__
+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+  CC="$ac_save_CC $ac_arg"
+  rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+  (eval $ac_compile) 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } &&
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; }; then
+  ac_cv_prog_cc_stdc=$ac_arg
+break
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+fi
+rm -f conftest.err conftest.$ac_objext
+done
+rm -f conftest.$ac_ext conftest.$ac_objext
+CC=$ac_save_CC
+
+fi
+
+case "x$ac_cv_prog_cc_stdc" in
+  x|xno)
+    echo "$as_me:$LINENO: result: none needed" >&5
+echo "${ECHO_T}none needed" >&6 ;;
+  *)
+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
+    CC="$CC $ac_cv_prog_cc_stdc" ;;
+esac
+
 # Some people use a C++ compiler to compile C.  Since we use `exit',
 # in C++ we need to declare it.  In case someone uses the same compiler
 # for both compiling C and C++ we need to have the C++ compiler decide
@@ -2293,19 +2549,28 @@ cat >conftest.$ac_ext <<_ACEOF
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
   for ac_declaration in \
-   ''\
-   '#include <stdlib.h>' \
+   '' \
    'extern "C" void std::exit (int) throw (); using std::exit;' \
    'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \
@@ -2313,16 +2578,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    'void exit (int);'
 do
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-#include <stdlib.h>
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 $ac_declaration
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
+#include <stdlib.h>
 int
 main ()
 {
@@ -2333,11 +2595,21 @@ exit (42);
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2346,20 +2618,18 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   :
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 continue
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 $ac_declaration
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
 int
 main ()
 {
@@ -2370,11 +2640,21 @@ exit (42);
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2383,9 +2663,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   break
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 done
 rm -f conftest*
 if test -n "$ac_declaration"; then
@@ -2396,9 +2677,10 @@ fi
 
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -2415,7 +2697,7 @@ fi
 rmdir .deps 2>/dev/null
 
 
-ac_config_commands="$ac_config_commands depfiles"
+          ac_config_commands="$ac_config_commands depfiles"
 
 
 am_make=${MAKE-make}
@@ -2570,24 +2852,34 @@ for ac_c_preproc_warn_flag in '' yes
 do
   # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-#include <assert.h>
-                     Syntax error
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+                    Syntax error
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
-  egrep -v '^ *\+' conftest.er1 >conftest.err
+  grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   else
     ac_cpp_err=
   fi
@@ -2598,7 +2890,8 @@ if test -z "$ac_cpp_err"; then
   :
 else
   echo "$as_me: failed program was:" >&5
-  cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
   # Broken: fails on valid input.
 continue
 fi
@@ -2607,20 +2900,24 @@ rm -f conftest.err conftest.$ac_ext
   # OK, works on sane cases.  Now check whether non-existent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
-  egrep -v '^ *\+' conftest.er1 >conftest.err
+  grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   else
     ac_cpp_err=
   fi
@@ -2632,7 +2929,8 @@ if test -z "$ac_cpp_err"; then
 continue
 else
   echo "$as_me: failed program was:" >&5
-  cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
   # Passes both tests.
 ac_preproc_ok=:
 break
@@ -2661,24 +2959,34 @@ for ac_c_preproc_warn_flag in '' yes
 do
   # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> exists even on freestanding compilers.
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
-#include <assert.h>
-                     Syntax error
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+                    Syntax error
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
-  egrep -v '^ *\+' conftest.er1 >conftest.err
+  grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   else
     ac_cpp_err=
   fi
@@ -2689,7 +2997,8 @@ if test -z "$ac_cpp_err"; then
   :
 else
   echo "$as_me: failed program was:" >&5
-  cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
   # Broken: fails on valid input.
 continue
 fi
@@ -2698,20 +3007,24 @@ rm -f conftest.err conftest.$ac_ext
   # OK, works on sane cases.  Now check whether non-existent headers
   # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 #include <ac_nonexistent.h>
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?
-  egrep -v '^ *\+' conftest.er1 >conftest.err
+  grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
   else
     ac_cpp_err=
   fi
@@ -2723,7 +3036,8 @@ if test -z "$ac_cpp_err"; then
 continue
 else
   echo "$as_me: failed program was:" >&5
-  cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
   # Passes both tests.
 ac_preproc_ok=:
 break
@@ -2736,8 +3050,10 @@ rm -f conftest.err conftest.$ac_ext
 if $ac_preproc_ok; then
   :
 else
-  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&5
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -2799,8 +3115,11 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-lfl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 
 /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus
@@ -2809,12 +3128,6 @@ extern "C"
 /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
 char yywrap ();
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
 int
 main ()
 {
@@ -2825,11 +3138,21 @@ yywrap ();
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+  (eval $ac_link) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2838,10 +3161,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   ac_cv_lib_fl_yywrap=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 ac_cv_lib_fl_yywrap=no
 fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext \
+      conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
 echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
@@ -2857,8 +3182,11 @@ else
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ll  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 
 /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus
@@ -2867,12 +3195,6 @@ extern "C"
 /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
 char yywrap ();
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
 int
 main ()
 {
@@ -2883,11 +3205,21 @@ yywrap ();
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+  (eval $ac_link) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2896,10 +3228,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   ac_cv_lib_l_yywrap=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 ac_cv_lib_l_yywrap=no
 fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext \
+      conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
 echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
@@ -2961,11 +3295,21 @@ cat >conftest.$ac_ext <<_ACEOF
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-  (eval $ac_link) 2>&5
+  (eval $ac_link) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest$ac_exeext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest$ac_exeext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -2974,9 +3318,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
   ac_cv_prog_lex_yytext_pointer=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 fi
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext \
+      conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_save_LIBS
 rm -f "${LEX_OUTPUT_ROOT}.c"
 
@@ -3006,6 +3352,7 @@ fi
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
 # ./install, which can be erroneously created by make from ./install.sh.
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3022,6 +3369,7 @@ do
 case $as_dir/ in
   ./ | .// | /cC/* | \
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
   /usr/ucb/* ) ;;
   *)
     # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3029,20 +3377,20 @@ case $as_dir/ in
     # by default.
     for ac_prog in ginstall scoinst install; do
       for ac_exec_ext in '' $ac_executable_extensions; do
-        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-          if test $ac_prog = install &&
-            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-            # AIX install.  It has an incompatible calling convention.
-            :
-          elif test $ac_prog = install &&
-            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-            # program-specific install script used by HP pwplus--don't use.
-            :
-          else
-            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-            break 3
-          fi
-        fi
+       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
+         if test $ac_prog = install &&
+           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # AIX install.  It has an incompatible calling convention.
+           :
+         elif test $ac_prog = install &&
+           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+           # program-specific install script used by HP pwplus--don't use.
+           :
+         else
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+           break 3
+         fi
+       fi
       done
     done
     ;;
@@ -3072,15 +3420,15 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5
-echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >conftest.make <<\_ACEOF
 all:
-       @echo 'ac_maketemp="${MAKE}"'
+       @echo 'ac_maketemp="$(MAKE)"'
 _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
@@ -3409,18 +3757,15 @@ echo "$as_me:$LINENO: checking whether we need _ALL_SOURCE to expose mode_t" >&5
 echo $ECHO_N "checking whether we need _ALL_SOURCE to expose mode_t... $ECHO_C" >&6
 all=no
 cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 
 #include <stdio.h>
 mode_t x;
 
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
 int
 main ()
 {
@@ -3431,11 +3776,21 @@ main ()
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3444,25 +3799,23 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   :
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 all=maybe
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 if test $all = maybe ; then
 cat >conftest.$ac_ext <<_ACEOF
-#line $LINENO "configure"
-#include "confdefs.h"
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
 
 #define _ALL_SOURCE
 #include <stdio.h>
 mode_t x;
 
-#ifdef F77_DUMMY_MAIN
-#  ifdef __cplusplus
-     extern "C"
-#  endif
-   int F77_DUMMY_MAIN() { return 1; }
-#endif
 int
 main ()
 {
@@ -3473,11 +3826,21 @@ main ()
 _ACEOF
 rm -f conftest.$ac_objext
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-  (eval $ac_compile) 2>&5
+  (eval $ac_compile) 2>conftest.er1
   ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } &&
-         { ac_try='test -s conftest.$ac_objext'
+        { ac_try='test -z "$ac_c_werror_flag"
+                        || test ! -s conftest.err'
+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+  (eval $ac_try) 2>&5
+  ac_status=$?
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); }; } &&
+        { ac_try='test -s conftest.$ac_objext'
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
@@ -3489,9 +3852,10 @@ _ACEOF
  all=yes
 else
   echo "$as_me: failed program was:" >&5
-cat conftest.$ac_ext >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
 fi
-rm -f conftest.$ac_objext conftest.$ac_ext
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 if test $all = maybe ; then all=no ; fi
 echo "$as_me:$LINENO: result: $all" >&5
@@ -3698,7 +4062,7 @@ _ACEOF
 
 
 
-ac_config_files="$ac_config_files Makefile imports/Makefile lib/Makefile src/Makefile test/Makefile doc/Makefile bin/Makefile"
+                                                                      ac_config_files="$ac_config_files Makefile imports/Makefile lib/Makefile src/Makefile test/Makefile doc/Makefile bin/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -3710,7 +4074,7 @@ cat >confcache <<\_ACEOF
 # config.status only pays attention to the cache file if you give it
 # the --recheck option to rerun configure.
 #
-# `ac_cv_env_foo' variables (set or unset) will be overriden when
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
 # loading this file, other *unset* `ac_cv_foo' will be assigned the
 # following values.
 
@@ -3728,13 +4092,13 @@ _ACEOF
       # `set' does not quote correctly, so add quotes (double-quote
       # substitution turns \\\\ into \\, and sed turns \\ into \).
       sed -n \
-        "s/'/'\\\\''/g;
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+       "s/'/'\\\\''/g;
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
       ;;
     *)
       # `set' quotes correctly as required by POSIX, so do not add quotes.
       sed -n \
-        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
+       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
       ;;
     esac;
 } |
@@ -3745,7 +4109,7 @@ _ACEOF
      t end
      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
      : end' >>confcache
-if cmp -s $cache_file confcache; then :; else
+if diff $cache_file confcache >/dev/null 2>&1; then :; else
   if test -w $cache_file; then
     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     cat confcache >$cache_file
@@ -3764,18 +4128,33 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 # trailing colons and then remove the whole line if VPATH becomes empty
 # (actually we leave an empty line to preserve line numbers).
 if test "x$srcdir" = x.; then
-  ac_vpsub='/^[        ]*VPATH[        ]*=/{
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 s/:*\$(srcdir):*/:/;
 s/:*\${srcdir}:*/:/;
 s/:*@srcdir@:*/:/;
-s/^\([^=]*=[   ]*\):*/\1/;
+s/^\([^=]*=[    ]*\):*/\1/;
 s/:*$//;
-s/^[^=]*=[     ]*$//;
+s/^[^=]*=[      ]*$//;
 }'
 fi
 
 DEFS=-DHAVE_CONFIG_H
 
+ac_libobjs=
+ac_ltlibobjs=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  ac_i=`echo "$ac_i" |
+        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
+  # 2. Add them.
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5
@@ -3797,11 +4176,12 @@ cat >$CONFIG_STATUS <<_ACEOF
 # configure, is in config.log if it exists.
 
 debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF
 
 cat >>$CONFIG_STATUS <<\_ACEOF
-
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -3810,46 +4190,57 @@ cat >>$CONFIG_STATUS <<\_ACEOF
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh
   NULLCMD=:
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   set -o posix
 fi
+DUALCASE=1; export DUALCASE # for MKS sh
 
-# NLS nuisances.
 # Support unset when possible.
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   as_unset=unset
 else
   as_unset=false
 fi
 
-(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
-    { $as_unset LANG || test "${LANG+set}" != set; } ||
-      { LANG=C; export LANG; }
-(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
-    { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
-      { LC_ALL=C; export LC_ALL; }
-(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
-    { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
-      { LC_TIME=C; export LC_TIME; }
-(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
-    { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
-      { LC_CTYPE=C; export LC_CTYPE; }
-(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
-    { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
-      { LANGUAGE=C; export LANGUAGE; }
-(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
-    { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
-      { LC_COLLATE=C; export LC_COLLATE; }
-(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
-    { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
-      { LC_NUMERIC=C; export LC_NUMERIC; }
-(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
-    { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
-      { LC_MESSAGES=C; export LC_MESSAGES; }
+
+# Work around bugs in pre-3.0 UWIN ksh.
+$as_unset ENV MAIL MAILPATH
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+for as_var in \
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+  LC_TELEPHONE LC_TIME
+do
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+    eval $as_var=C; export $as_var
+  else
+    $as_unset $as_var
+  fi
+done
+
+# Required to use basename.
+if expr a : '\(a\)' >/dev/null 2>&1; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
 
 
 # Name of the executable.
-as_me=`(basename "$0") 2>/dev/null ||
+as_me=`$as_basename "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)$' \| \
@@ -3860,6 +4251,7 @@ echo X/"$0" |
          /^X\/\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
 
+
 # PATH needs CR, and LINENO needs CR and PATH.
 # Avoid depending upon Character Ranges.
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
@@ -3870,15 +4262,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
 
 # The user is always right.
 if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conftest.sh
-  echo  "exit 0"   >>conftest.sh
-  chmod +x conftest.sh
-  if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'
   else
     PATH_SEPARATOR=:
   fi
-  rm -f conftest.sh
+  rm -f conf$$.sh
 fi
 
 
@@ -3927,6 +4319,8 @@ do
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
+            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
+            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
             CONFIG_SHELL=$as_dir/$as_base
             export CONFIG_SHELL
             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
@@ -4000,13 +4394,20 @@ else
 fi
 rm -f conf$$ conf$$.exe conf$$.file
 
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p=:
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
 as_executable_p="test -f"
 
 # Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
 # Sed expression to map a string onto a valid variable name.
-as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
 
 # IFS
@@ -4016,7 +4417,7 @@ as_nl='
 IFS="  $as_nl"
 
 # CDPATH.
-$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
+$as_unset CDPATH
 
 exec 6>&1
 
@@ -4033,7 +4434,7 @@ _ASBOX
 cat >&5 <<_CSEOF
 
 This file was extended by Splint $as_me 3.1.1.2, which was
-generated by GNU Autoconf 2.53.  Invocation command line was
+generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
@@ -4073,12 +4474,13 @@ Usage: $0 [OPTIONS] [FILE]...
 
   -h, --help       print this help, then exit
   -V, --version    print version number, then exit
+  -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions
   --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
+                  instantiate the configuration file FILE
   --header=FILE[:TEMPLATE]
-                   instantiate the configuration header FILE
+                  instantiate the configuration header FILE
 
 Configuration files:
 $config_files
@@ -4095,11 +4497,10 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
 Splint config.status 3.1.1.2
-configured by $0, generated by GNU Autoconf 2.53,
+configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
-Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
-Free Software Foundation, Inc.
+Copyright (C) 2003 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 srcdir=$srcdir
@@ -4116,25 +4517,25 @@ do
   --*=*)
     ac_option=`expr "x$1" : 'x\([^=]*\)='`
     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
-    shift
-    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
-    shift
+    ac_shift=:
+    ;;
+  -*)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
     ;;
-  -*);;
   *) # This is not an option, so the user has probably given explicit
      # arguments.
+     ac_option=$1
      ac_need_defaults=false;;
   esac
 
-  case $1 in
+  case $ac_option in
   # Handling of the options.
 _ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
-    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
-_ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
   --version | --vers* | -V )
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
@@ -4149,13 +4550,16 @@ Try \`$0 --help' for more information." >&2;}
   --debug | --d* | -d )
     debug=: ;;
   --file | --fil | --fi | --f )
-    shift
-    CONFIG_FILES="$CONFIG_FILES $1"
+    $ac_shift
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     ac_need_defaults=false;;
   --header | --heade | --head | --hea )
-    shift
-    CONFIG_HEADERS="$CONFIG_HEADERS $1"
+    $ac_shift
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     ac_need_defaults=false;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
 
   # This is an error.
   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
@@ -4170,6 +4574,20 @@ Try \`$0 --help' for more information." >&2;}
   shift
 done
 
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF
+if \$ac_cs_recheck; then
+  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+fi
+
 _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
@@ -4213,6 +4631,9 @@ if $ac_need_defaults; then
   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 fi
 
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason to put it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
 # Create a temporary directory, and hook for its removal unless debugging.
 $debug ||
 {
@@ -4221,17 +4642,17 @@ $debug ||
 }
 
 # Create a (secure) tmp directory for tmp files.
-: ${TMPDIR=/tmp}
+
 {
-  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
+  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"
 }  ||
 {
-  tmp=$TMPDIR/cs$$-$RANDOM
+  tmp=./confstat$$-$RANDOM
   (umask 077 && mkdir $tmp)
 } ||
 {
-   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
+   echo "$me: cannot create a temporary directory in ." >&2
    { (exit 1); exit 1; }
 }
 
@@ -4336,6 +4757,8 @@ s,@MV@,$MV,;t t
 s,@CP@,$CP,;t t
 s,@SED@,$SED,;t t
 s,@LCLOBJ@,$LCLOBJ,;t t
+s,@LIBOBJS@,$LIBOBJS,;t t
+s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 CEOF
 
 _ACEOF
@@ -4365,9 +4788,9 @@ _ACEOF
       (echo ':t
   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
       if test -z "$ac_sed_cmds"; then
-       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
+       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
       else
-       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
+       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
       fi
       ac_sed_frag=`expr $ac_sed_frag + 1`
       ac_beg=$ac_end
@@ -4385,46 +4808,51 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   case $ac_file in
   - | *:- | *:-:* ) # input from stdin
-        cat >$tmp/stdin
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+       cat >$tmp/stdin
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   * )   ac_file_in=$ac_file.in ;;
   esac
 
   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$ac_file" : 'X\(//\)[^/]' \| \
-         X"$ac_file" : 'X\(//\)$' \| \
-         X"$ac_file" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$ac_file" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
          /^X\(\/\/\)$/{ s//\1/; q; }
          /^X\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
-  { case "$ac_dir" in
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
-  *)                      as_incr_dir=.;;
-esac
-as_dummy="$ac_dir"
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
-  case $as_mkdir_dir in
-    # Skip DOS drivespec
-    ?:) as_incr_dir=$as_mkdir_dir ;;
-    *)
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
-      test -d "$as_incr_dir" ||
-        mkdir "$as_incr_dir" ||
-       { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
-   { (exit 1); exit 1; }; }
-    ;;
-  esac
-done; }
+  { if $as_mkdir_p; then
+    mkdir -p "$ac_dir"
+  else
+    as_dir="$ac_dir"
+    as_dirs=
+    while test ! -d "$as_dir"; do
+      as_dirs="$as_dir $as_dirs"
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
+echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+         /^X\(\/\/\)$/{ s//\1/; q; }
+         /^X\(\/\).*/{ s//\1/; q; }
+         s/.*/./; q'`
+    done
+    test ! -n "$as_dirs" || mkdir $as_dirs
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+   { (exit 1); exit 1; }; }; }
 
   ac_builddir=.
 
@@ -4451,12 +4879,45 @@ case $srcdir in
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
 esac
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
-# absolute.
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
+
+# Do not use `cd foo && pwd` to compute absolute paths, because
+# the directories may not exist.
+case `pwd` in
+.) ac_abs_builddir="$ac_dir";;
+*)
+  case "$ac_dir" in
+  .) ac_abs_builddir=`pwd`;;
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
+*)
+  case ${ac_top_builddir}. in
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_srcdir=$ac_srcdir;;
+*)
+  case $ac_srcdir in
+  .) ac_abs_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
+*)
+  case $ac_top_srcdir in
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+  esac;;
+esac
 
 
   case $INSTALL in
@@ -4478,7 +4939,7 @@ echo "$as_me: creating $ac_file" >&6;}
     configure_input="$ac_file.  "
   fi
   configure_input=$configure_input"Generated from `echo $ac_file_in |
-                                     sed 's,.*/,,'` by configure."
+                                    sed 's,.*/,,'` by configure."
 
   # First look for the input files in the build tree, otherwise in the
   # src tree.
@@ -4487,24 +4948,24 @@ echo "$as_me: creating $ac_file" >&6;}
       case $f in
       -) echo $tmp/stdin ;;
       [\\/$]*)
-         # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+        # Absolute (can't be DOS-style, as IFS=:)
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
-         echo $f;;
+        echo "$f";;
       *) # Relative
-         if test -f "$f"; then
-           # Build tree
-           echo $f
-         elif test -f "$srcdir/$f"; then
-           # Source tree
-           echo $srcdir/$f
-         else
-           # /dev/null tree
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+        if test -f "$f"; then
+          # Build tree
+          echo "$f"
+        elif test -f "$srcdir/$f"; then
+          # Source tree
+          echo "$srcdir/$f"
+        else
+          # /dev/null tree
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
-         fi;;
+        fi;;
       esac
     done` || { (exit 1); exit 1; }
 _ACEOF
@@ -4546,12 +5007,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
 # NAME is the cpp macro being defined and VALUE is the value it is being given.
 #
 # ac_d sets the value in "#define NAME VALUE" lines.
-ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
-ac_dB='[       ].*$,\1#\2'
+ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
+ac_dB='[        ].*$,\1#\2'
 ac_dC=' '
 ac_dD=',;t'
 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-ac_uA='s,^\([  ]*\)#\([        ]*\)undef\([    ][      ]*\)'
+ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
 ac_uB='$,\1#\2define\3'
 ac_uC=' '
 ac_uD=',;t'
@@ -4560,11 +5021,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
   case $ac_file in
   - | *:- | *:-:* ) # input from stdin
-        cat >$tmp/stdin
-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+       cat >$tmp/stdin
+       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
+       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
   * )   ac_file_in=$ac_file.in ;;
   esac
 
@@ -4578,28 +5039,29 @@ echo "$as_me: creating $ac_file" >&6;}
       case $f in
       -) echo $tmp/stdin ;;
       [\\/$]*)
-         # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+        # Absolute (can't be DOS-style, as IFS=:)
+        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
-         echo $f;;
+        # Do quote $f, to prevent DOS paths from being IFS'd.
+        echo "$f";;
       *) # Relative
-         if test -f "$f"; then
-           # Build tree
-           echo $f
-         elif test -f "$srcdir/$f"; then
-           # Source tree
-           echo $srcdir/$f
-         else
-           # /dev/null tree
-           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
+        if test -f "$f"; then
+          # Build tree
+          echo "$f"
+        elif test -f "$srcdir/$f"; then
+          # Source tree
+          echo "$srcdir/$f"
+        else
+          # /dev/null tree
+          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
-         fi;;
+        fi;;
       esac
     done` || { (exit 1); exit 1; }
   # Remove the trailing spaces.
-  sed 's/[     ]*$//' $ac_file_inputs >$tmp/in
+  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
 
 _ACEOF
 
@@ -4622,9 +5084,9 @@ s/[\\&,]/\\&/g
 s,[\\$`],\\&,g
 t clear
 : clear
-s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
+s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
 t end
-s,^[   ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
+s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
 : end
 _ACEOF
 # If some macros were called several times there might be several times
@@ -4638,13 +5100,13 @@ rm -f confdef2sed.sed
 # example, in the case of _POSIX_SOURCE, which is predefined and required
 # on some systems where configure will not decide to define it.
 cat >>conftest.undefs <<\_ACEOF
-s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
+s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
 _ACEOF
 
 # Break up conftest.defines because some shells have a limit on the size
 # of here documents, and old seds have small limits too (100 cmds).
 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
-echo '  if egrep "^[   ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
+echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
 echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
 echo '  :' >>$CONFIG_STATUS
 rm -f conftest.tail
@@ -4653,7 +5115,7 @@ do
   # Write a limited-size here document to $tmp/defines.sed.
   echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
   # Speed up: don't consider the non `#define' lines.
-  echo '/^[    ]*#[    ]*define/!b' >>$CONFIG_STATUS
+  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
   # Work around the forget-to-reset-the-flag bug.
   echo 't clr' >>$CONFIG_STATUS
   echo ': clr' >>$CONFIG_STATUS
@@ -4668,7 +5130,7 @@ do
   mv conftest.tail conftest.defines
 done
 rm -f conftest.defines
-echo '  fi # egrep' >>$CONFIG_STATUS
+echo '  fi # grep' >>$CONFIG_STATUS
 echo >>$CONFIG_STATUS
 
 # Break up conftest.undefs because some shells have a limit on the size
@@ -4680,7 +5142,7 @@ do
   # Write a limited-size here document to $tmp/undefs.sed.
   echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
   # Speed up: don't consider the non `#undef'
-  echo '/^[    ]*#[    ]*undef/!b' >>$CONFIG_STATUS
+  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
   # Work around the forget-to-reset-the-flag bug.
   echo 't clr' >>$CONFIG_STATUS
   echo ': clr' >>$CONFIG_STATUS
@@ -4708,41 +5170,46 @@ cat >>$CONFIG_STATUS <<\_ACEOF
   cat $tmp/in >>$tmp/config.h
   rm -f $tmp/in
   if test x"$ac_file" != x-; then
-    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
+    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
       ac_dir=`(dirname "$ac_file") 2>/dev/null ||
 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$ac_file" : 'X\(//\)[^/]' \| \
-         X"$ac_file" : 'X\(//\)$' \| \
-         X"$ac_file" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$ac_file" : 'X\(//\)[^/]' \| \
+        X"$ac_file" : 'X\(//\)$' \| \
+        X"$ac_file" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$ac_file" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
          /^X\(\/\/\)$/{ s//\1/; q; }
          /^X\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
-      { case "$ac_dir" in
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
-  *)                      as_incr_dir=.;;
-esac
-as_dummy="$ac_dir"
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
-  case $as_mkdir_dir in
-    # Skip DOS drivespec
-    ?:) as_incr_dir=$as_mkdir_dir ;;
-    *)
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
-      test -d "$as_incr_dir" ||
-        mkdir "$as_incr_dir" ||
-       { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
-   { (exit 1); exit 1; }; }
-    ;;
-  esac
-done; }
+      { if $as_mkdir_p; then
+    mkdir -p "$ac_dir"
+  else
+    as_dir="$ac_dir"
+    as_dirs=
+    while test ! -d "$as_dir"; do
+      as_dirs="$as_dir $as_dirs"
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
+echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+         /^X\(\/\/\)$/{ s//\1/; q; }
+         /^X\(\/\).*/{ s//\1/; q; }
+         s/.*/./; q'`
+    done
+    test ! -n "$as_dirs" || mkdir $as_dirs
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+   { (exit 1); exit 1; }; }; }
 
       rm -f $ac_file
       mv $tmp/config.h $ac_file
@@ -4769,16 +5236,41 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
   ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
   ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$ac_dest" : 'X\(//\)[^/]' \| \
-         X"$ac_dest" : 'X\(//\)$' \| \
-         X"$ac_dest" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$ac_dest" : 'X\(//\)[^/]' \| \
+        X"$ac_dest" : 'X\(//\)$' \| \
+        X"$ac_dest" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$ac_dest" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
          /^X\(\/\/\)$/{ s//\1/; q; }
          /^X\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
+  { if $as_mkdir_p; then
+    mkdir -p "$ac_dir"
+  else
+    as_dir="$ac_dir"
+    as_dirs=
+    while test ! -d "$as_dir"; do
+      as_dirs="$as_dir $as_dirs"
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
+echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+         /^X\(\/\/\)$/{ s//\1/; q; }
+         /^X\(\/\).*/{ s//\1/; q; }
+         s/.*/./; q'`
+    done
+    test ! -n "$as_dirs" || mkdir $as_dirs
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
+   { (exit 1); exit 1; }; }; }
+
   ac_builddir=.
 
 if test "$ac_dir" != .; then
@@ -4804,12 +5296,45 @@ case $srcdir in
     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
     ac_top_srcdir=$ac_top_builddir$srcdir ;;
 esac
-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
-# absolute.
-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
-ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
+
+# Do not use `cd foo && pwd` to compute absolute paths, because
+# the directories may not exist.
+case `pwd` in
+.) ac_abs_builddir="$ac_dir";;
+*)
+  case "$ac_dir" in
+  .) ac_abs_builddir=`pwd`;;
+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_builddir=${ac_top_builddir}.;;
+*)
+  case ${ac_top_builddir}. in
+  .) ac_abs_top_builddir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_srcdir=$ac_srcdir;;
+*)
+  case $ac_srcdir in
+  .) ac_abs_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
+  esac;;
+esac
+case $ac_abs_builddir in
+.) ac_abs_top_srcdir=$ac_top_srcdir;;
+*)
+  case $ac_top_srcdir in
+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
+  esac;;
+esac
 
 
   { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
@@ -4827,10 +5352,10 @@ echo "$as_me: executing $ac_dest commands" >&6;}
   if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
     dirpart=`(dirname "$mf") 2>/dev/null ||
 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$mf" : 'X\(//\)[^/]' \| \
-         X"$mf" : 'X\(//\)$' \| \
-         X"$mf" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$mf" : 'X\(//\)[^/]' \| \
+        X"$mf" : 'X\(//\)$' \| \
+        X"$mf" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$mf" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -4866,35 +5391,40 @@ echo X"$mf" |
     test -f "$dirpart/$file" && continue
     fdir=`(dirname "$file") 2>/dev/null ||
 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-         X"$file" : 'X\(//\)[^/]' \| \
-         X"$file" : 'X\(//\)$' \| \
-         X"$file" : 'X\(/\)' \| \
-         .     : '\(.\)' 2>/dev/null ||
+        X"$file" : 'X\(//\)[^/]' \| \
+        X"$file" : 'X\(//\)$' \| \
+        X"$file" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
 echo X"$file" |
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
          /^X\(\/\/\)$/{ s//\1/; q; }
          /^X\(\/\).*/{ s//\1/; q; }
          s/.*/./; q'`
-    { case $dirpart/$fdir in
-  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
-  *)                      as_incr_dir=.;;
-esac
-as_dummy=$dirpart/$fdir
-for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
-  case $as_mkdir_dir in
-    # Skip DOS drivespec
-    ?:) as_incr_dir=$as_mkdir_dir ;;
-    *)
-      as_incr_dir=$as_incr_dir/$as_mkdir_dir
-      test -d "$as_incr_dir" ||
-        mkdir "$as_incr_dir" ||
-       { { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5
-echo "$as_me: error: cannot create $dirpart/$fdir" >&2;}
-   { (exit 1); exit 1; }; }
-    ;;
-  esac
-done; }
+    { if $as_mkdir_p; then
+    mkdir -p $dirpart/$fdir
+  else
+    as_dir=$dirpart/$fdir
+    as_dirs=
+    while test ! -d "$as_dir"; do
+      as_dirs="$as_dir $as_dirs"
+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+        X"$as_dir" : 'X\(//\)[^/]' \| \
+        X"$as_dir" : 'X\(//\)$' \| \
+        X"$as_dir" : 'X\(/\)' \| \
+        .     : '\(.\)' 2>/dev/null ||
+echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
+         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+         /^X\(\/\/\)$/{ s//\1/; q; }
+         /^X\(\/\).*/{ s//\1/; q; }
+         s/.*/./; q'`
+    done
+    test ! -n "$as_dirs" || mkdir $as_dirs
+  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
+   { (exit 1); exit 1; }; }; }
 
     # echo "creating $dirpart/$file"
     echo '# dummy' > "$dirpart/$file"
@@ -4923,8 +5453,11 @@ ac_clean_files=$ac_clean_files_save
 # need to make the FD available again.
 if test "$no_create" != yes; then
   ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
   exec 5>/dev/null
-  $SHELL $CONFIG_STATUS || ac_cs_success=false
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.
index a862ccb4bf0e9793eb603b865a7a54ea53a4f998..65e6cf9fa3d1545cbb5bb9e17ad51742ee65a66d 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_CGRAMMAR_TAB_H
-# define BISON_CGRAMMAR_TAB_H
+/* A Bison parser, made by GNU Bison 2.3.  */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     BADTOK = 258,
+     SKIPTOK = 259,
+     CTOK_ELIPSIS = 260,
+     CASE = 261,
+     DEFAULT = 262,
+     CIF = 263,
+     CELSE = 264,
+     SWITCH = 265,
+     WHILE = 266,
+     DO = 267,
+     CFOR = 268,
+     GOTO = 269,
+     CONTINUE = 270,
+     BREAK = 271,
+     RETURN = 272,
+     TSEMI = 273,
+     TLBRACE = 274,
+     TRBRACE = 275,
+     TCOMMA = 276,
+     TCOLON = 277,
+     TASSIGN = 278,
+     TLPAREN = 279,
+     TRPAREN = 280,
+     TLSQBR = 281,
+     TRSQBR = 282,
+     TDOT = 283,
+     TAMPERSAND = 284,
+     TEXCL = 285,
+     TTILDE = 286,
+     TMINUS = 287,
+     TPLUS = 288,
+     TMULT = 289,
+     TDIV = 290,
+     TPERCENT = 291,
+     TLT = 292,
+     TGT = 293,
+     TCIRC = 294,
+     TBAR = 295,
+     TQUEST = 296,
+     CSIZEOF = 297,
+     CALIGNOF = 298,
+     CTYPEOF = 299,
+     ARROW_OP = 300,
+     CTYPEDEF = 301,
+     COFFSETOF = 302,
+     INC_OP = 303,
+     DEC_OP = 304,
+     LEFT_OP = 305,
+     RIGHT_OP = 306,
+     LE_OP = 307,
+     GE_OP = 308,
+     EQ_OP = 309,
+     NE_OP = 310,
+     AND_OP = 311,
+     OR_OP = 312,
+     MUL_ASSIGN = 313,
+     DIV_ASSIGN = 314,
+     MOD_ASSIGN = 315,
+     ADD_ASSIGN = 316,
+     SUB_ASSIGN = 317,
+     LEFT_ASSIGN = 318,
+     RIGHT_ASSIGN = 319,
+     AND_ASSIGN = 320,
+     XOR_ASSIGN = 321,
+     OR_ASSIGN = 322,
+     CSTRUCT = 323,
+     CUNION = 324,
+     CENUM = 325,
+     VA_ARG = 326,
+     VA_DCL = 327,
+     QWARN = 328,
+     QGLOBALS = 329,
+     QMODIFIES = 330,
+     QNOMODS = 331,
+     QCONSTANT = 332,
+     QFUNCTION = 333,
+     QITER = 334,
+     QDEFINES = 335,
+     QUSES = 336,
+     QALLOCATES = 337,
+     QSETS = 338,
+     QRELEASES = 339,
+     QPRECLAUSE = 340,
+     QPOSTCLAUSE = 341,
+     QINVARIANT = 342,
+     QALT = 343,
+     QUNDEF = 344,
+     QKILLED = 345,
+     QENDMACRO = 346,
+     LLMACRO = 347,
+     LLMACROITER = 348,
+     LLMACROEND = 349,
+     TENDMACRO = 350,
+     QDREVEALSTATE = 351,
+     QSWITCHBREAK = 352,
+     QLOOPBREAK = 353,
+     QINNERBREAK = 354,
+     QSAFEBREAK = 355,
+     QINNERCONTINUE = 356,
+     QFALLTHROUGH = 357,
+     QLINTNOTREACHED = 358,
+     QLINTFALLTHROUGH = 359,
+     QLINTFALLTHRU = 360,
+     QARGSUSED = 361,
+     QPRINTFLIKE = 362,
+     QLINTPRINTFLIKE = 363,
+     QSCANFLIKE = 364,
+     QMESSAGELIKE = 365,
+     QNOTREACHED = 366,
+     QCONST = 367,
+     QRESTRICT = 368,
+     QVOLATILE = 369,
+     QINLINE = 370,
+     QEXTENSION = 371,
+     QEXTERN = 372,
+     QSTATIC = 373,
+     QAUTO = 374,
+     QREGISTER = 375,
+     QOUT = 376,
+     QIN = 377,
+     QYIELD = 378,
+     QONLY = 379,
+     QTEMP = 380,
+     QSHARED = 381,
+     QREF = 382,
+     QUNIQUE = 383,
+     QCHECKED = 384,
+     QUNCHECKED = 385,
+     QCHECKEDSTRICT = 386,
+     QCHECKMOD = 387,
+     QKEEP = 388,
+     QKEPT = 389,
+     QPARTIAL = 390,
+     QSPECIAL = 391,
+     QOWNED = 392,
+     QDEPENDENT = 393,
+     QRETURNED = 394,
+     QEXPOSED = 395,
+     QNULL = 396,
+     QOBSERVER = 397,
+     QISNULL = 398,
+     QEXITS = 399,
+     QMAYEXIT = 400,
+     QNEVEREXIT = 401,
+     QTRUEEXIT = 402,
+     QFALSEEXIT = 403,
+     QLONG = 404,
+     QSIGNED = 405,
+     QUNSIGNED = 406,
+     QSHORT = 407,
+     QUNUSED = 408,
+     QSEF = 409,
+     QNOTNULL = 410,
+     QRELNULL = 411,
+     QABSTRACT = 412,
+     QNUMABSTRACT = 413,
+     QCONCRETE = 414,
+     QMUTABLE = 415,
+     QIMMUTABLE = 416,
+     QTRUENULL = 417,
+     QFALSENULL = 418,
+     QEXTERNAL = 419,
+     QREFCOUNTED = 420,
+     QREFS = 421,
+     QNEWREF = 422,
+     QTEMPREF = 423,
+     QKILLREF = 424,
+     QRELDEF = 425,
+     CGCHAR = 426,
+     CBOOL = 427,
+     CINT = 428,
+     CGFLOAT = 429,
+     CDOUBLE = 430,
+     CVOID = 431,
+     QANYTYPE = 432,
+     QINTEGRALTYPE = 433,
+     QUNSIGNEDINTEGRALTYPE = 434,
+     QSIGNEDINTEGRALTYPE = 435,
+     QNULLTERMINATED = 436,
+     QSETBUFFERSIZE = 437,
+     QSETSTRINGLENGTH = 438,
+     QMAXSET = 439,
+     QMAXREAD = 440,
+     QTESTINRANGE = 441,
+     TCAND = 442,
+     IDENTIFIER = 443,
+     NEW_IDENTIFIER = 444,
+     TYPE_NAME_OR_ID = 445,
+     CANNOTATION = 446,
+     CCONSTANT = 447,
+     ITER_NAME = 448,
+     ITER_ENDNAME = 449,
+     TYPE_NAME = 450,
+     METASTATE_NAME = 451
+   };
+#endif
+/* Tokens.  */
+#define BADTOK 258
+#define SKIPTOK 259
+#define CTOK_ELIPSIS 260
+#define CASE 261
+#define DEFAULT 262
+#define CIF 263
+#define CELSE 264
+#define SWITCH 265
+#define WHILE 266
+#define DO 267
+#define CFOR 268
+#define GOTO 269
+#define CONTINUE 270
+#define BREAK 271
+#define RETURN 272
+#define TSEMI 273
+#define TLBRACE 274
+#define TRBRACE 275
+#define TCOMMA 276
+#define TCOLON 277
+#define TASSIGN 278
+#define TLPAREN 279
+#define TRPAREN 280
+#define TLSQBR 281
+#define TRSQBR 282
+#define TDOT 283
+#define TAMPERSAND 284
+#define TEXCL 285
+#define TTILDE 286
+#define TMINUS 287
+#define TPLUS 288
+#define TMULT 289
+#define TDIV 290
+#define TPERCENT 291
+#define TLT 292
+#define TGT 293
+#define TCIRC 294
+#define TBAR 295
+#define TQUEST 296
+#define CSIZEOF 297
+#define CALIGNOF 298
+#define CTYPEOF 299
+#define ARROW_OP 300
+#define CTYPEDEF 301
+#define COFFSETOF 302
+#define INC_OP 303
+#define DEC_OP 304
+#define LEFT_OP 305
+#define RIGHT_OP 306
+#define LE_OP 307
+#define GE_OP 308
+#define EQ_OP 309
+#define NE_OP 310
+#define AND_OP 311
+#define OR_OP 312
+#define MUL_ASSIGN 313
+#define DIV_ASSIGN 314
+#define MOD_ASSIGN 315
+#define ADD_ASSIGN 316
+#define SUB_ASSIGN 317
+#define LEFT_ASSIGN 318
+#define RIGHT_ASSIGN 319
+#define AND_ASSIGN 320
+#define XOR_ASSIGN 321
+#define OR_ASSIGN 322
+#define CSTRUCT 323
+#define CUNION 324
+#define CENUM 325
+#define VA_ARG 326
+#define VA_DCL 327
+#define QWARN 328
+#define QGLOBALS 329
+#define QMODIFIES 330
+#define QNOMODS 331
+#define QCONSTANT 332
+#define QFUNCTION 333
+#define QITER 334
+#define QDEFINES 335
+#define QUSES 336
+#define QALLOCATES 337
+#define QSETS 338
+#define QRELEASES 339
+#define QPRECLAUSE 340
+#define QPOSTCLAUSE 341
+#define QINVARIANT 342
+#define QALT 343
+#define QUNDEF 344
+#define QKILLED 345
+#define QENDMACRO 346
+#define LLMACRO 347
+#define LLMACROITER 348
+#define LLMACROEND 349
+#define TENDMACRO 350
+#define QDREVEALSTATE 351
+#define QSWITCHBREAK 352
+#define QLOOPBREAK 353
+#define QINNERBREAK 354
+#define QSAFEBREAK 355
+#define QINNERCONTINUE 356
+#define QFALLTHROUGH 357
+#define QLINTNOTREACHED 358
+#define QLINTFALLTHROUGH 359
+#define QLINTFALLTHRU 360
+#define QARGSUSED 361
+#define QPRINTFLIKE 362
+#define QLINTPRINTFLIKE 363
+#define QSCANFLIKE 364
+#define QMESSAGELIKE 365
+#define QNOTREACHED 366
+#define QCONST 367
+#define QRESTRICT 368
+#define QVOLATILE 369
+#define QINLINE 370
+#define QEXTENSION 371
+#define QEXTERN 372
+#define QSTATIC 373
+#define QAUTO 374
+#define QREGISTER 375
+#define QOUT 376
+#define QIN 377
+#define QYIELD 378
+#define QONLY 379
+#define QTEMP 380
+#define QSHARED 381
+#define QREF 382
+#define QUNIQUE 383
+#define QCHECKED 384
+#define QUNCHECKED 385
+#define QCHECKEDSTRICT 386
+#define QCHECKMOD 387
+#define QKEEP 388
+#define QKEPT 389
+#define QPARTIAL 390
+#define QSPECIAL 391
+#define QOWNED 392
+#define QDEPENDENT 393
+#define QRETURNED 394
+#define QEXPOSED 395
+#define QNULL 396
+#define QOBSERVER 397
+#define QISNULL 398
+#define QEXITS 399
+#define QMAYEXIT 400
+#define QNEVEREXIT 401
+#define QTRUEEXIT 402
+#define QFALSEEXIT 403
+#define QLONG 404
+#define QSIGNED 405
+#define QUNSIGNED 406
+#define QSHORT 407
+#define QUNUSED 408
+#define QSEF 409
+#define QNOTNULL 410
+#define QRELNULL 411
+#define QABSTRACT 412
+#define QNUMABSTRACT 413
+#define QCONCRETE 414
+#define QMUTABLE 415
+#define QIMMUTABLE 416
+#define QTRUENULL 417
+#define QFALSENULL 418
+#define QEXTERNAL 419
+#define QREFCOUNTED 420
+#define QREFS 421
+#define QNEWREF 422
+#define QTEMPREF 423
+#define QKILLREF 424
+#define QRELDEF 425
+#define CGCHAR 426
+#define CBOOL 427
+#define CINT 428
+#define CGFLOAT 429
+#define CDOUBLE 430
+#define CVOID 431
+#define QANYTYPE 432
+#define QINTEGRALTYPE 433
+#define QUNSIGNEDINTEGRALTYPE 434
+#define QSIGNEDINTEGRALTYPE 435
+#define QNULLTERMINATED 436
+#define QSETBUFFERSIZE 437
+#define QSETSTRINGLENGTH 438
+#define QMAXSET 439
+#define QMAXREAD 440
+#define QTESTINRANGE 441
+#define TCAND 442
+#define IDENTIFIER 443
+#define NEW_IDENTIFIER 444
+#define TYPE_NAME_OR_ID 445
+#define CANNOTATION 446
+#define CCONSTANT 447
+#define ITER_NAME 448
+#define ITER_ENDNAME 449
+#define TYPE_NAME 450
+#define METASTATE_NAME 451
+
+
+
+
+#if ! defined cgrammar_YYSTYPE && ! defined cgrammar_YYSTYPE_IS_DECLARED
+typedef union cgrammar_YYSTYPE
 
-#ifndef cgrammar_YYSTYPE
-typedef union
 {
   lltok tok;
   int count;
@@ -107,209 +541,17 @@ typedef union
   constraintList conL;
   constraintExpr conE;
   /* drl */  
-} yystype;
-# define cgrammar_YYSTYPE yystype
+}
+/* Line 1529 of yacc.c.  */
+
+       cgrammar_YYSTYPE;
+# define yystype cgrammar_YYSTYPE /* obsolescent; will be withdrawn */
+# define cgrammar_YYSTYPE_IS_DECLARED 1
 # define cgrammar_YYSTYPE_IS_TRIVIAL 1
 #endif
-# define       BADTOK  257
-# define       SKIPTOK 258
-# define       CTOK_ELIPSIS    259
-# define       CASE    260
-# define       DEFAULT 261
-# define       CIF     262
-# define       CELSE   263
-# define       SWITCH  264
-# define       WHILE   265
-# define       DO      266
-# define       CFOR    267
-# define       GOTO    268
-# define       CONTINUE        269
-# define       BREAK   270
-# define       RETURN  271
-# define       TSEMI   272
-# define       TLBRACE 273
-# define       TRBRACE 274
-# define       TCOMMA  275
-# define       TCOLON  276
-# define       TASSIGN 277
-# define       TLPAREN 278
-# define       TRPAREN 279
-# define       TLSQBR  280
-# define       TRSQBR  281
-# define       TDOT    282
-# define       TAMPERSAND      283
-# define       TEXCL   284
-# define       TTILDE  285
-# define       TMINUS  286
-# define       TPLUS   287
-# define       TMULT   288
-# define       TDIV    289
-# define       TPERCENT        290
-# define       TLT     291
-# define       TGT     292
-# define       TCIRC   293
-# define       TBAR    294
-# define       TQUEST  295
-# define       CSIZEOF 296
-# define       CALIGNOF        297
-# define       CTYPEOF 298
-# define       ARROW_OP        299
-# define       CTYPEDEF        300
-# define       COFFSETOF       301
-# define       INC_OP  302
-# define       DEC_OP  303
-# define       LEFT_OP 304
-# define       RIGHT_OP        305
-# define       LE_OP   306
-# define       GE_OP   307
-# define       EQ_OP   308
-# define       NE_OP   309
-# define       AND_OP  310
-# define       OR_OP   311
-# define       MUL_ASSIGN      312
-# define       DIV_ASSIGN      313
-# define       MOD_ASSIGN      314
-# define       ADD_ASSIGN      315
-# define       SUB_ASSIGN      316
-# define       LEFT_ASSIGN     317
-# define       RIGHT_ASSIGN    318
-# define       AND_ASSIGN      319
-# define       XOR_ASSIGN      320
-# define       OR_ASSIGN       321
-# define       CSTRUCT 322
-# define       CUNION  323
-# define       CENUM   324
-# define       VA_ARG  325
-# define       VA_DCL  326
-# define       QWARN   327
-# define       QGLOBALS        328
-# define       QMODIFIES       329
-# define       QNOMODS 330
-# define       QCONSTANT       331
-# define       QFUNCTION       332
-# define       QITER   333
-# define       QDEFINES        334
-# define       QUSES   335
-# define       QALLOCATES      336
-# define       QSETS   337
-# define       QRELEASES       338
-# define       QPRECLAUSE      339
-# define       QPOSTCLAUSE     340
-# define       QINVARIANT      341
-# define       QALT    342
-# define       QUNDEF  343
-# define       QKILLED 344
-# define       QENDMACRO       345
-# define       LLMACRO 346
-# define       LLMACROITER     347
-# define       LLMACROEND      348
-# define       TENDMACRO       349
-# define       QDREVEALSTATE   350
-# define       QSWITCHBREAK    351
-# define       QLOOPBREAK      352
-# define       QINNERBREAK     353
-# define       QSAFEBREAK      354
-# define       QINNERCONTINUE  355
-# define       QFALLTHROUGH    356
-# define       QLINTNOTREACHED 357
-# define       QLINTFALLTHROUGH        358
-# define       QLINTFALLTHRU   359
-# define       QARGSUSED       360
-# define       QPRINTFLIKE     361
-# define       QLINTPRINTFLIKE 362
-# define       QSCANFLIKE      363
-# define       QMESSAGELIKE    364
-# define       QNOTREACHED     365
-# define       QCONST  366
-# define       QRESTRICT       367
-# define       QVOLATILE       368
-# define       QINLINE 369
-# define       QEXTENSION      370
-# define       QEXTERN 371
-# define       QSTATIC 372
-# define       QAUTO   373
-# define       QREGISTER       374
-# define       QOUT    375
-# define       QIN     376
-# define       QYIELD  377
-# define       QONLY   378
-# define       QTEMP   379
-# define       QSHARED 380
-# define       QREF    381
-# define       QUNIQUE 382
-# define       QCHECKED        383
-# define       QUNCHECKED      384
-# define       QCHECKEDSTRICT  385
-# define       QCHECKMOD       386
-# define       QKEEP   387
-# define       QKEPT   388
-# define       QPARTIAL        389
-# define       QSPECIAL        390
-# define       QOWNED  391
-# define       QDEPENDENT      392
-# define       QRETURNED       393
-# define       QEXPOSED        394
-# define       QNULL   395
-# define       QOBSERVER       396
-# define       QISNULL 397
-# define       QEXITS  398
-# define       QMAYEXIT        399
-# define       QNEVEREXIT      400
-# define       QTRUEEXIT       401
-# define       QFALSEEXIT      402
-# define       QLONG   403
-# define       QSIGNED 404
-# define       QUNSIGNED       405
-# define       QSHORT  406
-# define       QUNUSED 407
-# define       QSEF    408
-# define       QNOTNULL        409
-# define       QRELNULL        410
-# define       QABSTRACT       411
-# define       QNUMABSTRACT    412
-# define       QCONCRETE       413
-# define       QMUTABLE        414
-# define       QIMMUTABLE      415
-# define       QTRUENULL       416
-# define       QFALSENULL      417
-# define       QEXTERNAL       418
-# define       QREFCOUNTED     419
-# define       QREFS   420
-# define       QNEWREF 421
-# define       QTEMPREF        422
-# define       QKILLREF        423
-# define       QRELDEF 424
-# define       CGCHAR  425
-# define       CBOOL   426
-# define       CINT    427
-# define       CGFLOAT 428
-# define       CDOUBLE 429
-# define       CVOID   430
-# define       QANYTYPE        431
-# define       QINTEGRALTYPE   432
-# define       QUNSIGNEDINTEGRALTYPE   433
-# define       QSIGNEDINTEGRALTYPE     434
-# define       QNULLTERMINATED 435
-# define       QSETBUFFERSIZE  436
-# define       QSETSTRINGLENGTH        437
-# define       QMAXSET 438
-# define       QMAXREAD        439
-# define       QTESTINRANGE    440
-# define       TCAND   441
-# define       IDENTIFIER      442
-# define       NEW_IDENTIFIER  443
-# define       TYPE_NAME_OR_ID 444
-# define       CANNOTATION     445
-# define       CCONSTANT       446
-# define       ITER_NAME       447
-# define       ITER_ENDNAME    448
-# define       TYPE_NAME       449
-# define       METASTATE_NAME  450
-
 
 extern cgrammar_YYSTYPE yylval;
 
-#endif /* not BISON_CGRAMMAR_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 205a8b1d576a3227aba67118fa9f11cd79482475..e1f420d20a81af005bf7facce26fae52d588cb83 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_LLGRAMMAR_TAB_H
-# define BISON_LLGRAMMAR_TAB_H
+/* A Bison parser, made by GNU Bison 2.3.  */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     simpleOp = 258,
+     PREFIX_OP = 259,
+     POSTFIX_OP = 260,
+     LLT_MULOP = 261,
+     LLT_SEMI = 262,
+     LLT_VERTICALBAR = 263,
+     ITERATION_OP = 264,
+     selectSym = 265,
+     LLT_LBRACKET = 266,
+     LLT_LPAR = 267,
+     LLT_IF_THEN_ELSE = 268,
+     logicalOp = 269,
+     eqSepSym = 270,
+     equationSym = 271,
+     commentSym = 272,
+     LLT_WHITESPACE = 273,
+     LLT_EOL = 274,
+     LLT_TYPEDEF_NAME = 275,
+     quantifierSym = 276,
+     openSym = 277,
+     closeSym = 278,
+     sepSym = 279,
+     simpleId = 280,
+     mapSym = 281,
+     markerSym = 282,
+     preSym = 283,
+     postSym = 284,
+     anySym = 285,
+     LLT_COLON = 286,
+     LLT_COMMA = 287,
+     LLT_EQUALS = 288,
+     LLT_LBRACE = 289,
+     LLT_RBRACE = 290,
+     LLT_RBRACKET = 291,
+     LLT_RPAR = 292,
+     LLT_QUOTE = 293,
+     eqOp = 294,
+     LLT_CCHAR = 295,
+     LLT_CFLOAT = 296,
+     LLT_CINTEGER = 297,
+     LLT_LCSTRING = 298,
+     LLT_ALL = 299,
+     LLT_ANYTHING = 300,
+     LLT_BE = 301,
+     LLT_BODY = 302,
+     LLT_CLAIMS = 303,
+     LLT_CHECKS = 304,
+     LLT_CONSTANT = 305,
+     LLT_ELSE = 306,
+     LLT_ENSURES = 307,
+     LLT_FOR = 308,
+     LLT_FRESH = 309,
+     LLT_IF = 310,
+     LLT_IMMUTABLE = 311,
+     LLT_IMPORTS = 312,
+     LLT_CONSTRAINT = 313,
+     LLT_ISSUB = 314,
+     LLT_LET = 315,
+     LLT_MODIFIES = 316,
+     LLT_MUTABLE = 317,
+     LLT_NOTHING = 318,
+     LLT_INTERNAL = 319,
+     LLT_FILESYS = 320,
+     LLT_OBJ = 321,
+     LLT_OUT = 322,
+     LLT_SEF = 323,
+     LLT_ONLY = 324,
+     LLT_PARTIAL = 325,
+     LLT_OWNED = 326,
+     LLT_DEPENDENT = 327,
+     LLT_KEEP = 328,
+     LLT_KEPT = 329,
+     LLT_TEMP = 330,
+     LLT_SHARED = 331,
+     LLT_UNIQUE = 332,
+     LLT_UNUSED = 333,
+     LLT_EXITS = 334,
+     LLT_MAYEXIT = 335,
+     LLT_NEVEREXIT = 336,
+     LLT_TRUEEXIT = 337,
+     LLT_FALSEEXIT = 338,
+     LLT_UNDEF = 339,
+     LLT_KILLED = 340,
+     LLT_CHECKMOD = 341,
+     LLT_CHECKED = 342,
+     LLT_UNCHECKED = 343,
+     LLT_CHECKEDSTRICT = 344,
+     LLT_TRUENULL = 345,
+     LLT_FALSENULL = 346,
+     LLT_LNULL = 347,
+     LLT_LNOTNULL = 348,
+     LLT_RETURNED = 349,
+     LLT_OBSERVER = 350,
+     LLT_EXPOSED = 351,
+     LLT_REFCOUNTED = 352,
+     LLT_REFS = 353,
+     LLT_RELNULL = 354,
+     LLT_RELDEF = 355,
+     LLT_KILLREF = 356,
+     LLT_NULLTERMINATED = 357,
+     LLT_TEMPREF = 358,
+     LLT_NEWREF = 359,
+     LLT_PRIVATE = 360,
+     LLT_REQUIRES = 361,
+     LLT_RESULT = 362,
+     LLT_SIZEOF = 363,
+     LLT_SPEC = 364,
+     LLT_TAGGEDUNION = 365,
+     LLT_THEN = 366,
+     LLT_TYPE = 367,
+     LLT_TYPEDEF = 368,
+     LLT_UNCHANGED = 369,
+     LLT_USES = 370,
+     LLT_CHAR = 371,
+     LLT_CONST = 372,
+     LLT_DOUBLE = 373,
+     LLT_ENUM = 374,
+     LLT_FLOAT = 375,
+     LLT_INT = 376,
+     LLT_ITER = 377,
+     LLT_YIELD = 378,
+     LLT_LONG = 379,
+     LLT_SHORT = 380,
+     LLT_SIGNED = 381,
+     LLT_UNKNOWN = 382,
+     LLT_STRUCT = 383,
+     LLT_TELIPSIS = 384,
+     LLT_UNION = 385,
+     LLT_UNSIGNED = 386,
+     LLT_VOID = 387,
+     LLT_VOLATILE = 388,
+     LLT_PRINTFLIKE = 389,
+     LLT_SCANFLIKE = 390,
+     LLT_MESSAGELIKE = 391
+   };
+#endif
+/* Tokens.  */
+#define simpleOp 258
+#define PREFIX_OP 259
+#define POSTFIX_OP 260
+#define LLT_MULOP 261
+#define LLT_SEMI 262
+#define LLT_VERTICALBAR 263
+#define ITERATION_OP 264
+#define selectSym 265
+#define LLT_LBRACKET 266
+#define LLT_LPAR 267
+#define LLT_IF_THEN_ELSE 268
+#define logicalOp 269
+#define eqSepSym 270
+#define equationSym 271
+#define commentSym 272
+#define LLT_WHITESPACE 273
+#define LLT_EOL 274
+#define LLT_TYPEDEF_NAME 275
+#define quantifierSym 276
+#define openSym 277
+#define closeSym 278
+#define sepSym 279
+#define simpleId 280
+#define mapSym 281
+#define markerSym 282
+#define preSym 283
+#define postSym 284
+#define anySym 285
+#define LLT_COLON 286
+#define LLT_COMMA 287
+#define LLT_EQUALS 288
+#define LLT_LBRACE 289
+#define LLT_RBRACE 290
+#define LLT_RBRACKET 291
+#define LLT_RPAR 292
+#define LLT_QUOTE 293
+#define eqOp 294
+#define LLT_CCHAR 295
+#define LLT_CFLOAT 296
+#define LLT_CINTEGER 297
+#define LLT_LCSTRING 298
+#define LLT_ALL 299
+#define LLT_ANYTHING 300
+#define LLT_BE 301
+#define LLT_BODY 302
+#define LLT_CLAIMS 303
+#define LLT_CHECKS 304
+#define LLT_CONSTANT 305
+#define LLT_ELSE 306
+#define LLT_ENSURES 307
+#define LLT_FOR 308
+#define LLT_FRESH 309
+#define LLT_IF 310
+#define LLT_IMMUTABLE 311
+#define LLT_IMPORTS 312
+#define LLT_CONSTRAINT 313
+#define LLT_ISSUB 314
+#define LLT_LET 315
+#define LLT_MODIFIES 316
+#define LLT_MUTABLE 317
+#define LLT_NOTHING 318
+#define LLT_INTERNAL 319
+#define LLT_FILESYS 320
+#define LLT_OBJ 321
+#define LLT_OUT 322
+#define LLT_SEF 323
+#define LLT_ONLY 324
+#define LLT_PARTIAL 325
+#define LLT_OWNED 326
+#define LLT_DEPENDENT 327
+#define LLT_KEEP 328
+#define LLT_KEPT 329
+#define LLT_TEMP 330
+#define LLT_SHARED 331
+#define LLT_UNIQUE 332
+#define LLT_UNUSED 333
+#define LLT_EXITS 334
+#define LLT_MAYEXIT 335
+#define LLT_NEVEREXIT 336
+#define LLT_TRUEEXIT 337
+#define LLT_FALSEEXIT 338
+#define LLT_UNDEF 339
+#define LLT_KILLED 340
+#define LLT_CHECKMOD 341
+#define LLT_CHECKED 342
+#define LLT_UNCHECKED 343
+#define LLT_CHECKEDSTRICT 344
+#define LLT_TRUENULL 345
+#define LLT_FALSENULL 346
+#define LLT_LNULL 347
+#define LLT_LNOTNULL 348
+#define LLT_RETURNED 349
+#define LLT_OBSERVER 350
+#define LLT_EXPOSED 351
+#define LLT_REFCOUNTED 352
+#define LLT_REFS 353
+#define LLT_RELNULL 354
+#define LLT_RELDEF 355
+#define LLT_KILLREF 356
+#define LLT_NULLTERMINATED 357
+#define LLT_TEMPREF 358
+#define LLT_NEWREF 359
+#define LLT_PRIVATE 360
+#define LLT_REQUIRES 361
+#define LLT_RESULT 362
+#define LLT_SIZEOF 363
+#define LLT_SPEC 364
+#define LLT_TAGGEDUNION 365
+#define LLT_THEN 366
+#define LLT_TYPE 367
+#define LLT_TYPEDEF 368
+#define LLT_UNCHANGED 369
+#define LLT_USES 370
+#define LLT_CHAR 371
+#define LLT_CONST 372
+#define LLT_DOUBLE 373
+#define LLT_ENUM 374
+#define LLT_FLOAT 375
+#define LLT_INT 376
+#define LLT_ITER 377
+#define LLT_YIELD 378
+#define LLT_LONG 379
+#define LLT_SHORT 380
+#define LLT_SIGNED 381
+#define LLT_UNKNOWN 382
+#define LLT_STRUCT 383
+#define LLT_TELIPSIS 384
+#define LLT_UNION 385
+#define LLT_UNSIGNED 386
+#define LLT_VOID 387
+#define LLT_VOLATILE 388
+#define LLT_PRINTFLIKE 389
+#define LLT_SCANFLIKE 390
+#define LLT_MESSAGELIKE 391
+
+
+
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
 
-#ifndef YYSTYPE
-typedef union 
 {
   ltoken ltok;  /* a leaf is also an ltoken */
   qual typequal;
@@ -124,149 +438,17 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
+}
+/* Line 1529 of yacc.c.  */
+
+       YYSTYPE;
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
 # 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
-
 
 extern YYSTYPE yllval;
 
-#endif /* not BISON_LLGRAMMAR_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 205a8b1d576a3227aba67118fa9f11cd79482475..e1f420d20a81af005bf7facce26fae52d588cb83 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_LLGRAMMAR_TAB_H
-# define BISON_LLGRAMMAR_TAB_H
+/* A Bison parser, made by GNU Bison 2.3.  */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     simpleOp = 258,
+     PREFIX_OP = 259,
+     POSTFIX_OP = 260,
+     LLT_MULOP = 261,
+     LLT_SEMI = 262,
+     LLT_VERTICALBAR = 263,
+     ITERATION_OP = 264,
+     selectSym = 265,
+     LLT_LBRACKET = 266,
+     LLT_LPAR = 267,
+     LLT_IF_THEN_ELSE = 268,
+     logicalOp = 269,
+     eqSepSym = 270,
+     equationSym = 271,
+     commentSym = 272,
+     LLT_WHITESPACE = 273,
+     LLT_EOL = 274,
+     LLT_TYPEDEF_NAME = 275,
+     quantifierSym = 276,
+     openSym = 277,
+     closeSym = 278,
+     sepSym = 279,
+     simpleId = 280,
+     mapSym = 281,
+     markerSym = 282,
+     preSym = 283,
+     postSym = 284,
+     anySym = 285,
+     LLT_COLON = 286,
+     LLT_COMMA = 287,
+     LLT_EQUALS = 288,
+     LLT_LBRACE = 289,
+     LLT_RBRACE = 290,
+     LLT_RBRACKET = 291,
+     LLT_RPAR = 292,
+     LLT_QUOTE = 293,
+     eqOp = 294,
+     LLT_CCHAR = 295,
+     LLT_CFLOAT = 296,
+     LLT_CINTEGER = 297,
+     LLT_LCSTRING = 298,
+     LLT_ALL = 299,
+     LLT_ANYTHING = 300,
+     LLT_BE = 301,
+     LLT_BODY = 302,
+     LLT_CLAIMS = 303,
+     LLT_CHECKS = 304,
+     LLT_CONSTANT = 305,
+     LLT_ELSE = 306,
+     LLT_ENSURES = 307,
+     LLT_FOR = 308,
+     LLT_FRESH = 309,
+     LLT_IF = 310,
+     LLT_IMMUTABLE = 311,
+     LLT_IMPORTS = 312,
+     LLT_CONSTRAINT = 313,
+     LLT_ISSUB = 314,
+     LLT_LET = 315,
+     LLT_MODIFIES = 316,
+     LLT_MUTABLE = 317,
+     LLT_NOTHING = 318,
+     LLT_INTERNAL = 319,
+     LLT_FILESYS = 320,
+     LLT_OBJ = 321,
+     LLT_OUT = 322,
+     LLT_SEF = 323,
+     LLT_ONLY = 324,
+     LLT_PARTIAL = 325,
+     LLT_OWNED = 326,
+     LLT_DEPENDENT = 327,
+     LLT_KEEP = 328,
+     LLT_KEPT = 329,
+     LLT_TEMP = 330,
+     LLT_SHARED = 331,
+     LLT_UNIQUE = 332,
+     LLT_UNUSED = 333,
+     LLT_EXITS = 334,
+     LLT_MAYEXIT = 335,
+     LLT_NEVEREXIT = 336,
+     LLT_TRUEEXIT = 337,
+     LLT_FALSEEXIT = 338,
+     LLT_UNDEF = 339,
+     LLT_KILLED = 340,
+     LLT_CHECKMOD = 341,
+     LLT_CHECKED = 342,
+     LLT_UNCHECKED = 343,
+     LLT_CHECKEDSTRICT = 344,
+     LLT_TRUENULL = 345,
+     LLT_FALSENULL = 346,
+     LLT_LNULL = 347,
+     LLT_LNOTNULL = 348,
+     LLT_RETURNED = 349,
+     LLT_OBSERVER = 350,
+     LLT_EXPOSED = 351,
+     LLT_REFCOUNTED = 352,
+     LLT_REFS = 353,
+     LLT_RELNULL = 354,
+     LLT_RELDEF = 355,
+     LLT_KILLREF = 356,
+     LLT_NULLTERMINATED = 357,
+     LLT_TEMPREF = 358,
+     LLT_NEWREF = 359,
+     LLT_PRIVATE = 360,
+     LLT_REQUIRES = 361,
+     LLT_RESULT = 362,
+     LLT_SIZEOF = 363,
+     LLT_SPEC = 364,
+     LLT_TAGGEDUNION = 365,
+     LLT_THEN = 366,
+     LLT_TYPE = 367,
+     LLT_TYPEDEF = 368,
+     LLT_UNCHANGED = 369,
+     LLT_USES = 370,
+     LLT_CHAR = 371,
+     LLT_CONST = 372,
+     LLT_DOUBLE = 373,
+     LLT_ENUM = 374,
+     LLT_FLOAT = 375,
+     LLT_INT = 376,
+     LLT_ITER = 377,
+     LLT_YIELD = 378,
+     LLT_LONG = 379,
+     LLT_SHORT = 380,
+     LLT_SIGNED = 381,
+     LLT_UNKNOWN = 382,
+     LLT_STRUCT = 383,
+     LLT_TELIPSIS = 384,
+     LLT_UNION = 385,
+     LLT_UNSIGNED = 386,
+     LLT_VOID = 387,
+     LLT_VOLATILE = 388,
+     LLT_PRINTFLIKE = 389,
+     LLT_SCANFLIKE = 390,
+     LLT_MESSAGELIKE = 391
+   };
+#endif
+/* Tokens.  */
+#define simpleOp 258
+#define PREFIX_OP 259
+#define POSTFIX_OP 260
+#define LLT_MULOP 261
+#define LLT_SEMI 262
+#define LLT_VERTICALBAR 263
+#define ITERATION_OP 264
+#define selectSym 265
+#define LLT_LBRACKET 266
+#define LLT_LPAR 267
+#define LLT_IF_THEN_ELSE 268
+#define logicalOp 269
+#define eqSepSym 270
+#define equationSym 271
+#define commentSym 272
+#define LLT_WHITESPACE 273
+#define LLT_EOL 274
+#define LLT_TYPEDEF_NAME 275
+#define quantifierSym 276
+#define openSym 277
+#define closeSym 278
+#define sepSym 279
+#define simpleId 280
+#define mapSym 281
+#define markerSym 282
+#define preSym 283
+#define postSym 284
+#define anySym 285
+#define LLT_COLON 286
+#define LLT_COMMA 287
+#define LLT_EQUALS 288
+#define LLT_LBRACE 289
+#define LLT_RBRACE 290
+#define LLT_RBRACKET 291
+#define LLT_RPAR 292
+#define LLT_QUOTE 293
+#define eqOp 294
+#define LLT_CCHAR 295
+#define LLT_CFLOAT 296
+#define LLT_CINTEGER 297
+#define LLT_LCSTRING 298
+#define LLT_ALL 299
+#define LLT_ANYTHING 300
+#define LLT_BE 301
+#define LLT_BODY 302
+#define LLT_CLAIMS 303
+#define LLT_CHECKS 304
+#define LLT_CONSTANT 305
+#define LLT_ELSE 306
+#define LLT_ENSURES 307
+#define LLT_FOR 308
+#define LLT_FRESH 309
+#define LLT_IF 310
+#define LLT_IMMUTABLE 311
+#define LLT_IMPORTS 312
+#define LLT_CONSTRAINT 313
+#define LLT_ISSUB 314
+#define LLT_LET 315
+#define LLT_MODIFIES 316
+#define LLT_MUTABLE 317
+#define LLT_NOTHING 318
+#define LLT_INTERNAL 319
+#define LLT_FILESYS 320
+#define LLT_OBJ 321
+#define LLT_OUT 322
+#define LLT_SEF 323
+#define LLT_ONLY 324
+#define LLT_PARTIAL 325
+#define LLT_OWNED 326
+#define LLT_DEPENDENT 327
+#define LLT_KEEP 328
+#define LLT_KEPT 329
+#define LLT_TEMP 330
+#define LLT_SHARED 331
+#define LLT_UNIQUE 332
+#define LLT_UNUSED 333
+#define LLT_EXITS 334
+#define LLT_MAYEXIT 335
+#define LLT_NEVEREXIT 336
+#define LLT_TRUEEXIT 337
+#define LLT_FALSEEXIT 338
+#define LLT_UNDEF 339
+#define LLT_KILLED 340
+#define LLT_CHECKMOD 341
+#define LLT_CHECKED 342
+#define LLT_UNCHECKED 343
+#define LLT_CHECKEDSTRICT 344
+#define LLT_TRUENULL 345
+#define LLT_FALSENULL 346
+#define LLT_LNULL 347
+#define LLT_LNOTNULL 348
+#define LLT_RETURNED 349
+#define LLT_OBSERVER 350
+#define LLT_EXPOSED 351
+#define LLT_REFCOUNTED 352
+#define LLT_REFS 353
+#define LLT_RELNULL 354
+#define LLT_RELDEF 355
+#define LLT_KILLREF 356
+#define LLT_NULLTERMINATED 357
+#define LLT_TEMPREF 358
+#define LLT_NEWREF 359
+#define LLT_PRIVATE 360
+#define LLT_REQUIRES 361
+#define LLT_RESULT 362
+#define LLT_SIZEOF 363
+#define LLT_SPEC 364
+#define LLT_TAGGEDUNION 365
+#define LLT_THEN 366
+#define LLT_TYPE 367
+#define LLT_TYPEDEF 368
+#define LLT_UNCHANGED 369
+#define LLT_USES 370
+#define LLT_CHAR 371
+#define LLT_CONST 372
+#define LLT_DOUBLE 373
+#define LLT_ENUM 374
+#define LLT_FLOAT 375
+#define LLT_INT 376
+#define LLT_ITER 377
+#define LLT_YIELD 378
+#define LLT_LONG 379
+#define LLT_SHORT 380
+#define LLT_SIGNED 381
+#define LLT_UNKNOWN 382
+#define LLT_STRUCT 383
+#define LLT_TELIPSIS 384
+#define LLT_UNION 385
+#define LLT_UNSIGNED 386
+#define LLT_VOID 387
+#define LLT_VOLATILE 388
+#define LLT_PRINTFLIKE 389
+#define LLT_SCANFLIKE 390
+#define LLT_MESSAGELIKE 391
+
+
+
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
 
-#ifndef YYSTYPE
-typedef union 
 {
   ltoken ltok;  /* a leaf is also an ltoken */
   qual typequal;
@@ -124,149 +438,17 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
+}
+/* Line 1529 of yacc.c.  */
+
+       YYSTYPE;
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
 # 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
-
 
 extern YYSTYPE yllval;
 
-#endif /* not BISON_LLGRAMMAR_TAB_H */
 /*
 ** Resets all flags in bison.head
 */
index 9b23e6251a961b37529acb049ba4ca397891a001..15352952f392042898fb2771dcd31d1ee1c10bcd 100644 (file)
 
 /* < end of bison.head > */
 
-#ifndef BISON_SIGNATURE_TAB_H
-# define BISON_SIGNATURE_TAB_H
+/* A Bison parser, made by GNU Bison 2.3.  */
 
-#ifndef YYSTYPE
-typedef union {
+/* Skeleton interface for Bison's Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     LST_SIMPLEID = 258,
+     LST_LOGICALOP = 259,
+     LST_EQOP = 260,
+     LST_SIMPLEOP = 261,
+     LST_MAPSYM = 262,
+     LST_FIELDMAPSYM = 263,
+     LST_MARKERSYM = 264,
+     LST_ifTOKEN = 265,
+     LST_thenTOKEN = 266,
+     LST_elseTOKEN = 267,
+     LST_LBRACKET = 268,
+     LST_RBRACKET = 269,
+     LST_SELECTSYM = 270,
+     LST_SEPSYM = 271,
+     LST_OPENSYM = 272,
+     LST_CLOSESYM = 273,
+     LST_COLON = 274,
+     LST_COMMA = 275,
+     LST_EOL = 276,
+     LST_COMMENTSYM = 277,
+     LST_WHITESPACE = 278,
+     LST_QUANTIFIERSYM = 279,
+     LST_EQUATIONSYM = 280,
+     LST_EQSEPSYM = 281,
+     LST_COMPOSESYM = 282,
+     LST_LPAR = 283,
+     LST_RPAR = 284,
+     LST_assertsTOKEN = 285,
+     LST_assumesTOKEN = 286,
+     LST_byTOKEN = 287,
+     LST_convertsTOKEN = 288,
+     LST_enumerationTOKEN = 289,
+     LST_equationsTOKEN = 290,
+     LST_exemptingTOKEN = 291,
+     LST_forTOKEN = 292,
+     LST_generatedTOKEN = 293,
+     LST_impliesTOKEN = 294,
+     LST_includesTOKEN = 295,
+     LST_introducesTOKEN = 296,
+     LST_ofTOKEN = 297,
+     LST_partitionedTOKEN = 298,
+     LST_traitTOKEN = 299,
+     LST_tupleTOKEN = 300,
+     LST_unionTOKEN = 301,
+     LST_BADTOKEN = 302
+   };
+#endif
+/* Tokens.  */
+#define LST_SIMPLEID 258
+#define LST_LOGICALOP 259
+#define LST_EQOP 260
+#define LST_SIMPLEOP 261
+#define LST_MAPSYM 262
+#define LST_FIELDMAPSYM 263
+#define LST_MARKERSYM 264
+#define LST_ifTOKEN 265
+#define LST_thenTOKEN 266
+#define LST_elseTOKEN 267
+#define LST_LBRACKET 268
+#define LST_RBRACKET 269
+#define LST_SELECTSYM 270
+#define LST_SEPSYM 271
+#define LST_OPENSYM 272
+#define LST_CLOSESYM 273
+#define LST_COLON 274
+#define LST_COMMA 275
+#define LST_EOL 276
+#define LST_COMMENTSYM 277
+#define LST_WHITESPACE 278
+#define LST_QUANTIFIERSYM 279
+#define LST_EQUATIONSYM 280
+#define LST_EQSEPSYM 281
+#define LST_COMPOSESYM 282
+#define LST_LPAR 283
+#define LST_RPAR 284
+#define LST_assertsTOKEN 285
+#define LST_assumesTOKEN 286
+#define LST_byTOKEN 287
+#define LST_convertsTOKEN 288
+#define LST_enumerationTOKEN 289
+#define LST_equationsTOKEN 290
+#define LST_exemptingTOKEN 291
+#define LST_forTOKEN 292
+#define LST_generatedTOKEN 293
+#define LST_impliesTOKEN 294
+#define LST_includesTOKEN 295
+#define LST_introducesTOKEN 296
+#define LST_ofTOKEN 297
+#define LST_partitionedTOKEN 298
+#define LST_traitTOKEN 299
+#define LST_tupleTOKEN 300
+#define LST_unionTOKEN 301
+#define LST_BADTOKEN 302
+
+
+
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
+
+{
   ltoken ltok;  /* a leaf is also an ltoken */
   unsigned int count;
   /*@only@*/  ltokenList ltokenList;
@@ -68,58 +205,17 @@ typedef union {
   /*@owned@*/ lslOp operator;
   /*@only@*/  lslOpList operators;
   /*@-redef@*/ /*@-matchfields@*/ 
-} yystype;
-# define YYSTYPE yystype
+}
+/* Line 1529 of yacc.c.  */
+
+       YYSTYPE;
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
 # 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
-
-
-#endif /* not BISON_SIGNATURE_TAB_H */
+
+
+
 /*
 ** Resets all flags in bison.head
 */
index 7a72feee3cb3b844676600d6af8f8665c4950be7..929defc028573e35517c34c996d47144cda382c2 100644 (file)
 
 /* < end of bison.head > */
 
-/* A Bison parser, made from cgrammar.y
-   by GNU bison 1.35.  */
-
-#define YYBISON 1  /* Identify Bison output.  */
-
-# define       BADTOK  257
-# define       SKIPTOK 258
-# define       CTOK_ELIPSIS    259
-# define       CASE    260
-# define       DEFAULT 261
-# define       CIF     262
-# define       CELSE   263
-# define       SWITCH  264
-# define       WHILE   265
-# define       DO      266
-# define       CFOR    267
-# define       GOTO    268
-# define       CONTINUE        269
-# define       BREAK   270
-# define       RETURN  271
-# define       TSEMI   272
-# define       TLBRACE 273
-# define       TRBRACE 274
-# define       TCOMMA  275
-# define       TCOLON  276
-# define       TASSIGN 277
-# define       TLPAREN 278
-# define       TRPAREN 279
-# define       TLSQBR  280
-# define       TRSQBR  281
-# define       TDOT    282
-# define       TAMPERSAND      283
-# define       TEXCL   284
-# define       TTILDE  285
-# define       TMINUS  286
-# define       TPLUS   287
-# define       TMULT   288
-# define       TDIV    289
-# define       TPERCENT        290
-# define       TLT     291
-# define       TGT     292
-# define       TCIRC   293
-# define       TBAR    294
-# define       TQUEST  295
-# define       CSIZEOF 296
-# define       CALIGNOF        297
-# define       CTYPEOF 298
-# define       ARROW_OP        299
-# define       CTYPEDEF        300
-# define       COFFSETOF       301
-# define       INC_OP  302
-# define       DEC_OP  303
-# define       LEFT_OP 304
-# define       RIGHT_OP        305
-# define       LE_OP   306
-# define       GE_OP   307
-# define       EQ_OP   308
-# define       NE_OP   309
-# define       AND_OP  310
-# define       OR_OP   311
-# define       MUL_ASSIGN      312
-# define       DIV_ASSIGN      313
-# define       MOD_ASSIGN      314
-# define       ADD_ASSIGN      315
-# define       SUB_ASSIGN      316
-# define       LEFT_ASSIGN     317
-# define       RIGHT_ASSIGN    318
-# define       AND_ASSIGN      319
-# define       XOR_ASSIGN      320
-# define       OR_ASSIGN       321
-# define       CSTRUCT 322
-# define       CUNION  323
-# define       CENUM   324
-# define       VA_ARG  325
-# define       VA_DCL  326
-# define       QWARN   327
-# define       QGLOBALS        328
-# define       QMODIFIES       329
-# define       QNOMODS 330
-# define       QCONSTANT       331
-# define       QFUNCTION       332
-# define       QITER   333
-# define       QDEFINES        334
-# define       QUSES   335
-# define       QALLOCATES      336
-# define       QSETS   337
-# define       QRELEASES       338
-# define       QPRECLAUSE      339
-# define       QPOSTCLAUSE     340
-# define       QINVARIANT      341
-# define       QALT    342
-# define       QUNDEF  343
-# define       QKILLED 344
-# define       QENDMACRO       345
-# define       LLMACRO 346
-# define       LLMACROITER     347
-# define       LLMACROEND      348
-# define       TENDMACRO       349
-# define       QDREVEALSTATE   350
-# define       QSWITCHBREAK    351
-# define       QLOOPBREAK      352
-# define       QINNERBREAK     353
-# define       QSAFEBREAK      354
-# define       QINNERCONTINUE  355
-# define       QFALLTHROUGH    356
-# define       QLINTNOTREACHED 357
-# define       QLINTFALLTHROUGH        358
-# define       QLINTFALLTHRU   359
-# define       QARGSUSED       360
-# define       QPRINTFLIKE     361
-# define       QLINTPRINTFLIKE 362
-# define       QSCANFLIKE      363
-# define       QMESSAGELIKE    364
-# define       QNOTREACHED     365
-# define       QCONST  366
-# define       QRESTRICT       367
-# define       QVOLATILE       368
-# define       QINLINE 369
-# define       QEXTENSION      370
-# define       QEXTERN 371
-# define       QSTATIC 372
-# define       QAUTO   373
-# define       QREGISTER       374
-# define       QOUT    375
-# define       QIN     376
-# define       QYIELD  377
-# define       QONLY   378
-# define       QTEMP   379
-# define       QSHARED 380
-# define       QREF    381
-# define       QUNIQUE 382
-# define       QCHECKED        383
-# define       QUNCHECKED      384
-# define       QCHECKEDSTRICT  385
-# define       QCHECKMOD       386
-# define       QKEEP   387
-# define       QKEPT   388
-# define       QPARTIAL        389
-# define       QSPECIAL        390
-# define       QOWNED  391
-# define       QDEPENDENT      392
-# define       QRETURNED       393
-# define       QEXPOSED        394
-# define       QNULL   395
-# define       QOBSERVER       396
-# define       QISNULL 397
-# define       QEXITS  398
-# define       QMAYEXIT        399
-# define       QNEVEREXIT      400
-# define       QTRUEEXIT       401
-# define       QFALSEEXIT      402
-# define       QLONG   403
-# define       QSIGNED 404
-# define       QUNSIGNED       405
-# define       QSHORT  406
-# define       QUNUSED 407
-# define       QSEF    408
-# define       QNOTNULL        409
-# define       QRELNULL        410
-# define       QABSTRACT       411
-# define       QNUMABSTRACT    412
-# define       QCONCRETE       413
-# define       QMUTABLE        414
-# define       QIMMUTABLE      415
-# define       QTRUENULL       416
-# define       QFALSENULL      417
-# define       QEXTERNAL       418
-# define       QREFCOUNTED     419
-# define       QREFS   420
-# define       QNEWREF 421
-# define       QTEMPREF        422
-# define       QKILLREF        423
-# define       QRELDEF 424
-# define       CGCHAR  425
-# define       CBOOL   426
-# define       CINT    427
-# define       CGFLOAT 428
-# define       CDOUBLE 429
-# define       CVOID   430
-# define       QANYTYPE        431
-# define       QINTEGRALTYPE   432
-# define       QUNSIGNEDINTEGRALTYPE   433
-# define       QSIGNEDINTEGRALTYPE     434
-# define       QNULLTERMINATED 435
-# define       QSETBUFFERSIZE  436
-# define       QSETSTRINGLENGTH        437
-# define       QMAXSET 438
-# define       QMAXREAD        439
-# define       QTESTINRANGE    440
-# define       TCAND   441
-# define       IDENTIFIER      442
-# define       NEW_IDENTIFIER  443
-# define       TYPE_NAME_OR_ID 444
-# define       CANNOTATION     445
-# define       CCONSTANT       446
-# define       ITER_NAME       447
-# define       ITER_ENDNAME    448
-# define       TYPE_NAME       449
-# define       METASTATE_NAME  450
+/* A Bison parser, made by GNU Bison 2.3.  */
+
+/* Skeleton implementation for Bison's Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* C LALR(1) parser skeleton written by Richard Stallman, by
+   simplifying the original so-called "semantic" parser.  */
+
+/* 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.  */
+
+/* Identify Bison output.  */
+#define YYBISON 1
+
+/* Bison version.  */
+#define YYBISON_VERSION "2.3"
+
+/* Skeleton name.  */
+#define YYSKELETON_NAME "yacc.c"
+
+/* Pure parsers.  */
+#define YYPURE 0
+
+/* Using locations.  */
+#define YYLSP_NEEDED 0
+
+
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     BADTOK = 258,
+     SKIPTOK = 259,
+     CTOK_ELIPSIS = 260,
+     CASE = 261,
+     DEFAULT = 262,
+     CIF = 263,
+     CELSE = 264,
+     SWITCH = 265,
+     WHILE = 266,
+     DO = 267,
+     CFOR = 268,
+     GOTO = 269,
+     CONTINUE = 270,
+     BREAK = 271,
+     RETURN = 272,
+     TSEMI = 273,
+     TLBRACE = 274,
+     TRBRACE = 275,
+     TCOMMA = 276,
+     TCOLON = 277,
+     TASSIGN = 278,
+     TLPAREN = 279,
+     TRPAREN = 280,
+     TLSQBR = 281,
+     TRSQBR = 282,
+     TDOT = 283,
+     TAMPERSAND = 284,
+     TEXCL = 285,
+     TTILDE = 286,
+     TMINUS = 287,
+     TPLUS = 288,
+     TMULT = 289,
+     TDIV = 290,
+     TPERCENT = 291,
+     TLT = 292,
+     TGT = 293,
+     TCIRC = 294,
+     TBAR = 295,
+     TQUEST = 296,
+     CSIZEOF = 297,
+     CALIGNOF = 298,
+     CTYPEOF = 299,
+     ARROW_OP = 300,
+     CTYPEDEF = 301,
+     COFFSETOF = 302,
+     INC_OP = 303,
+     DEC_OP = 304,
+     LEFT_OP = 305,
+     RIGHT_OP = 306,
+     LE_OP = 307,
+     GE_OP = 308,
+     EQ_OP = 309,
+     NE_OP = 310,
+     AND_OP = 311,
+     OR_OP = 312,
+     MUL_ASSIGN = 313,
+     DIV_ASSIGN = 314,
+     MOD_ASSIGN = 315,
+     ADD_ASSIGN = 316,
+     SUB_ASSIGN = 317,
+     LEFT_ASSIGN = 318,
+     RIGHT_ASSIGN = 319,
+     AND_ASSIGN = 320,
+     XOR_ASSIGN = 321,
+     OR_ASSIGN = 322,
+     CSTRUCT = 323,
+     CUNION = 324,
+     CENUM = 325,
+     VA_ARG = 326,
+     VA_DCL = 327,
+     QWARN = 328,
+     QGLOBALS = 329,
+     QMODIFIES = 330,
+     QNOMODS = 331,
+     QCONSTANT = 332,
+     QFUNCTION = 333,
+     QITER = 334,
+     QDEFINES = 335,
+     QUSES = 336,
+     QALLOCATES = 337,
+     QSETS = 338,
+     QRELEASES = 339,
+     QPRECLAUSE = 340,
+     QPOSTCLAUSE = 341,
+     QINVARIANT = 342,
+     QALT = 343,
+     QUNDEF = 344,
+     QKILLED = 345,
+     QENDMACRO = 346,
+     LLMACRO = 347,
+     LLMACROITER = 348,
+     LLMACROEND = 349,
+     TENDMACRO = 350,
+     QDREVEALSTATE = 351,
+     QSWITCHBREAK = 352,
+     QLOOPBREAK = 353,
+     QINNERBREAK = 354,
+     QSAFEBREAK = 355,
+     QINNERCONTINUE = 356,
+     QFALLTHROUGH = 357,
+     QLINTNOTREACHED = 358,
+     QLINTFALLTHROUGH = 359,
+     QLINTFALLTHRU = 360,
+     QARGSUSED = 361,
+     QPRINTFLIKE = 362,
+     QLINTPRINTFLIKE = 363,
+     QSCANFLIKE = 364,
+     QMESSAGELIKE = 365,
+     QNOTREACHED = 366,
+     QCONST = 367,
+     QRESTRICT = 368,
+     QVOLATILE = 369,
+     QINLINE = 370,
+     QEXTENSION = 371,
+     QEXTERN = 372,
+     QSTATIC = 373,
+     QAUTO = 374,
+     QREGISTER = 375,
+     QOUT = 376,
+     QIN = 377,
+     QYIELD = 378,
+     QONLY = 379,
+     QTEMP = 380,
+     QSHARED = 381,
+     QREF = 382,
+     QUNIQUE = 383,
+     QCHECKED = 384,
+     QUNCHECKED = 385,
+     QCHECKEDSTRICT = 386,
+     QCHECKMOD = 387,
+     QKEEP = 388,
+     QKEPT = 389,
+     QPARTIAL = 390,
+     QSPECIAL = 391,
+     QOWNED = 392,
+     QDEPENDENT = 393,
+     QRETURNED = 394,
+     QEXPOSED = 395,
+     QNULL = 396,
+     QOBSERVER = 397,
+     QISNULL = 398,
+     QEXITS = 399,
+     QMAYEXIT = 400,
+     QNEVEREXIT = 401,
+     QTRUEEXIT = 402,
+     QFALSEEXIT = 403,
+     QLONG = 404,
+     QSIGNED = 405,
+     QUNSIGNED = 406,
+     QSHORT = 407,
+     QUNUSED = 408,
+     QSEF = 409,
+     QNOTNULL = 410,
+     QRELNULL = 411,
+     QABSTRACT = 412,
+     QNUMABSTRACT = 413,
+     QCONCRETE = 414,
+     QMUTABLE = 415,
+     QIMMUTABLE = 416,
+     QTRUENULL = 417,
+     QFALSENULL = 418,
+     QEXTERNAL = 419,
+     QREFCOUNTED = 420,
+     QREFS = 421,
+     QNEWREF = 422,
+     QTEMPREF = 423,
+     QKILLREF = 424,
+     QRELDEF = 425,
+     CGCHAR = 426,
+     CBOOL = 427,
+     CINT = 428,
+     CGFLOAT = 429,
+     CDOUBLE = 430,
+     CVOID = 431,
+     QANYTYPE = 432,
+     QINTEGRALTYPE = 433,
+     QUNSIGNEDINTEGRALTYPE = 434,
+     QSIGNEDINTEGRALTYPE = 435,
+     QNULLTERMINATED = 436,
+     QSETBUFFERSIZE = 437,
+     QSETSTRINGLENGTH = 438,
+     QMAXSET = 439,
+     QMAXREAD = 440,
+     QTESTINRANGE = 441,
+     TCAND = 442,
+     IDENTIFIER = 443,
+     NEW_IDENTIFIER = 444,
+     TYPE_NAME_OR_ID = 445,
+     CANNOTATION = 446,
+     CCONSTANT = 447,
+     ITER_NAME = 448,
+     ITER_ENDNAME = 449,
+     TYPE_NAME = 450,
+     METASTATE_NAME = 451
+   };
+#endif
+/* Tokens.  */
+#define BADTOK 258
+#define SKIPTOK 259
+#define CTOK_ELIPSIS 260
+#define CASE 261
+#define DEFAULT 262
+#define CIF 263
+#define CELSE 264
+#define SWITCH 265
+#define WHILE 266
+#define DO 267
+#define CFOR 268
+#define GOTO 269
+#define CONTINUE 270
+#define BREAK 271
+#define RETURN 272
+#define TSEMI 273
+#define TLBRACE 274
+#define TRBRACE 275
+#define TCOMMA 276
+#define TCOLON 277
+#define TASSIGN 278
+#define TLPAREN 279
+#define TRPAREN 280
+#define TLSQBR 281
+#define TRSQBR 282
+#define TDOT 283
+#define TAMPERSAND 284
+#define TEXCL 285
+#define TTILDE 286
+#define TMINUS 287
+#define TPLUS 288
+#define TMULT 289
+#define TDIV 290
+#define TPERCENT 291
+#define TLT 292
+#define TGT 293
+#define TCIRC 294
+#define TBAR 295
+#define TQUEST 296
+#define CSIZEOF 297
+#define CALIGNOF 298
+#define CTYPEOF 299
+#define ARROW_OP 300
+#define CTYPEDEF 301
+#define COFFSETOF 302
+#define INC_OP 303
+#define DEC_OP 304
+#define LEFT_OP 305
+#define RIGHT_OP 306
+#define LE_OP 307
+#define GE_OP 308
+#define EQ_OP 309
+#define NE_OP 310
+#define AND_OP 311
+#define OR_OP 312
+#define MUL_ASSIGN 313
+#define DIV_ASSIGN 314
+#define MOD_ASSIGN 315
+#define ADD_ASSIGN 316
+#define SUB_ASSIGN 317
+#define LEFT_ASSIGN 318
+#define RIGHT_ASSIGN 319
+#define AND_ASSIGN 320
+#define XOR_ASSIGN 321
+#define OR_ASSIGN 322
+#define CSTRUCT 323
+#define CUNION 324
+#define CENUM 325
+#define VA_ARG 326
+#define VA_DCL 327
+#define QWARN 328
+#define QGLOBALS 329
+#define QMODIFIES 330
+#define QNOMODS 331
+#define QCONSTANT 332
+#define QFUNCTION 333
+#define QITER 334
+#define QDEFINES 335
+#define QUSES 336
+#define QALLOCATES 337
+#define QSETS 338
+#define QRELEASES 339
+#define QPRECLAUSE 340
+#define QPOSTCLAUSE 341
+#define QINVARIANT 342
+#define QALT 343
+#define QUNDEF 344
+#define QKILLED 345
+#define QENDMACRO 346
+#define LLMACRO 347
+#define LLMACROITER 348
+#define LLMACROEND 349
+#define TENDMACRO 350
+#define QDREVEALSTATE 351
+#define QSWITCHBREAK 352
+#define QLOOPBREAK 353
+#define QINNERBREAK 354
+#define QSAFEBREAK 355
+#define QINNERCONTINUE 356
+#define QFALLTHROUGH 357
+#define QLINTNOTREACHED 358
+#define QLINTFALLTHROUGH 359
+#define QLINTFALLTHRU 360
+#define QARGSUSED 361
+#define QPRINTFLIKE 362
+#define QLINTPRINTFLIKE 363
+#define QSCANFLIKE 364
+#define QMESSAGELIKE 365
+#define QNOTREACHED 366
+#define QCONST 367
+#define QRESTRICT 368
+#define QVOLATILE 369
+#define QINLINE 370
+#define QEXTENSION 371
+#define QEXTERN 372
+#define QSTATIC 373
+#define QAUTO 374
+#define QREGISTER 375
+#define QOUT 376
+#define QIN 377
+#define QYIELD 378
+#define QONLY 379
+#define QTEMP 380
+#define QSHARED 381
+#define QREF 382
+#define QUNIQUE 383
+#define QCHECKED 384
+#define QUNCHECKED 385
+#define QCHECKEDSTRICT 386
+#define QCHECKMOD 387
+#define QKEEP 388
+#define QKEPT 389
+#define QPARTIAL 390
+#define QSPECIAL 391
+#define QOWNED 392
+#define QDEPENDENT 393
+#define QRETURNED 394
+#define QEXPOSED 395
+#define QNULL 396
+#define QOBSERVER 397
+#define QISNULL 398
+#define QEXITS 399
+#define QMAYEXIT 400
+#define QNEVEREXIT 401
+#define QTRUEEXIT 402
+#define QFALSEEXIT 403
+#define QLONG 404
+#define QSIGNED 405
+#define QUNSIGNED 406
+#define QSHORT 407
+#define QUNUSED 408
+#define QSEF 409
+#define QNOTNULL 410
+#define QRELNULL 411
+#define QABSTRACT 412
+#define QNUMABSTRACT 413
+#define QCONCRETE 414
+#define QMUTABLE 415
+#define QIMMUTABLE 416
+#define QTRUENULL 417
+#define QFALSENULL 418
+#define QEXTERNAL 419
+#define QREFCOUNTED 420
+#define QREFS 421
+#define QNEWREF 422
+#define QTEMPREF 423
+#define QKILLREF 424
+#define QRELDEF 425
+#define CGCHAR 426
+#define CBOOL 427
+#define CINT 428
+#define CGFLOAT 429
+#define CDOUBLE 430
+#define CVOID 431
+#define QANYTYPE 432
+#define QINTEGRALTYPE 433
+#define QUNSIGNEDINTEGRALTYPE 434
+#define QSIGNEDINTEGRALTYPE 435
+#define QNULLTERMINATED 436
+#define QSETBUFFERSIZE 437
+#define QSETSTRINGLENGTH 438
+#define QMAXSET 439
+#define QMAXREAD 440
+#define QTESTINRANGE 441
+#define TCAND 442
+#define IDENTIFIER 443
+#define NEW_IDENTIFIER 444
+#define TYPE_NAME_OR_ID 445
+#define CANNOTATION 446
+#define CCONSTANT 447
+#define ITER_NAME 448
+#define ITER_ENDNAME 449
+#define TYPE_NAME 450
+#define METASTATE_NAME 451
+
+
+
+
+/* Copy the first part of user declarations.  */
 
 
 /*
@@ -309,8 +574,28 @@ extern void yyerror (char *);
 # endif
 
 
-#ifndef cgrammar_YYSTYPE
-typedef union
+
+/* Enabling traces.  */
+#ifndef YYDEBUG
+# define YYDEBUG 1
+#endif
+
+/* Enabling verbose error messages.  */
+#ifdef YYERROR_VERBOSE
+# undef YYERROR_VERBOSE
+# define YYERROR_VERBOSE 1
+#else
+# define YYERROR_VERBOSE 0
+#endif
+
+/* Enabling the token table.  */
+#ifndef YYTOKEN_TABLE
+# define YYTOKEN_TABLE 0
+#endif
+
+#if ! defined cgrammar_YYSTYPE && ! defined cgrammar_YYSTYPE_IS_DECLARED
+typedef union cgrammar_YYSTYPE
+
 {
   lltok tok;
   int count;
@@ -359,25 +644,256 @@ typedef union
   constraintList conL;
   constraintExpr conE;
   /* drl */  
-} yystype;
-# define cgrammar_YYSTYPE yystype
+}
+/* Line 193 of yacc.c.  */
+
+       cgrammar_YYSTYPE;
+# define yystype cgrammar_YYSTYPE /* obsolescent; will be withdrawn */
+# define cgrammar_YYSTYPE_IS_DECLARED 1
 # define cgrammar_YYSTYPE_IS_TRIVIAL 1
 #endif
-#ifndef YYDEBUG
-# define YYDEBUG 1
+
+
+
+/* Copy the second part of user declarations.  */
+
+
+/* Line 216 of yacc.c.  */
+
+
+#ifdef short
+# undef short
+#endif
+
+#ifdef YYTYPE_UINT8
+typedef YYTYPE_UINT8 yytype_uint8;
+#else
+typedef unsigned char yytype_uint8;
+#endif
+
+#ifdef YYTYPE_INT8
+typedef YYTYPE_INT8 yytype_int8;
+#elif (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+typedef signed char yytype_int8;
+#else
+typedef short int yytype_int8;
+#endif
+
+#ifdef YYTYPE_UINT16
+typedef YYTYPE_UINT16 yytype_uint16;
+#else
+typedef unsigned short int yytype_uint16;
+#endif
+
+#ifdef YYTYPE_INT16
+typedef YYTYPE_INT16 yytype_int16;
+#else
+typedef short int yytype_int16;
+#endif
+
+#ifndef YYSIZE_T
+# ifdef __SIZE_TYPE__
+#  define YYSIZE_T __SIZE_TYPE__
+# elif defined size_t
+#  define YYSIZE_T size_t
+# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYSIZE_T size_t
+# else
+#  define YYSIZE_T unsigned int
+# endif
+#endif
+
+#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
+
+#ifndef YY_
+# if YYENABLE_NLS
+#  if ENABLE_NLS
+#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
+#   define YY_(msgid) dgettext ("bison-runtime", msgid)
+#  endif
+# endif
+# ifndef YY_
+#  define YY_(msgid) msgid
+# endif
+#endif
+
+/* Suppress unused-variable warnings by "using" E.  */
+#if ! defined lint || defined __GNUC__
+# define YYUSE(e) ((void) (e))
+#else
+# define YYUSE(e) /* empty */
+#endif
+
+/* Identity function, used to suppress warnings about constant conditions.  */
+#ifndef lint
+# define YYID(n) (n)
+#else
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static int
+YYID (int i)
+#else
+static int
+YYID (i)
+    int i;
+#endif
+{
+  return i;
+}
 #endif
 
+#if ! defined yyoverflow || YYERROR_VERBOSE
+
+/* The parser invokes alloca or malloc; define the necessary symbols.  */
+
+# ifdef YYSTACK_USE_ALLOCA
+#  if YYSTACK_USE_ALLOCA
+#   ifdef __GNUC__
+#    define YYSTACK_ALLOC __builtin_alloca
+#   elif defined __BUILTIN_VA_ARG_INCR
+#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
+#   elif defined _AIX
+#    define YYSTACK_ALLOC __alloca
+#   elif defined _MSC_VER
+#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
+#    define alloca _alloca
+#   else
+#    define YYSTACK_ALLOC alloca
+#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#     ifndef _STDLIB_H
+#      define _STDLIB_H 1
+#     endif
+#    endif
+#   endif
+#  endif
+# endif
+
+# ifdef YYSTACK_ALLOC
+   /* Pacify GCC's `empty if-body' warning.  */
+#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+    /* The OS might guarantee only one guard page at the bottom of the stack,
+       and a page size can be as small as 4096 bytes.  So we cannot safely
+       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
+       to allow for a few compiler-allocated temporary stack slots.  */
+#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
+#  endif
+# else
+#  define YYSTACK_ALLOC YYMALLOC
+#  define YYSTACK_FREE YYFREE
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
+#  endif
+#  if (defined __cplusplus && ! defined _STDLIB_H \
+       && ! ((defined YYMALLOC || defined malloc) \
+            && (defined YYFREE || defined free)))
+#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#   ifndef _STDLIB_H
+#    define _STDLIB_H 1
+#   endif
+#  endif
+#  ifndef YYMALLOC
+#   define YYMALLOC malloc
+#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
+#   endif
+#  endif
+#  ifndef YYFREE
+#   define YYFREE free
+#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void free (void *); /* INFRINGES ON USER NAME SPACE */
+#   endif
+#  endif
+# endif
+#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
+
+
+#if (! defined yyoverflow \
+     && (! defined __cplusplus \
+        || (defined cgrammar_YYSTYPE_IS_TRIVIAL && cgrammar_YYSTYPE_IS_TRIVIAL)))
+
+/* A type that is properly aligned for any stack member.  */
+union yyalloc
+{
+  yytype_int16 yyss;
+  cgrammar_YYSTYPE yyvs;
+  };
+
+/* The size of the maximum gap between one aligned stack and the next.  */
+# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
+
+/* The size of an array large to enough to hold all stacks, each with
+   N elements.  */
+# define YYSTACK_BYTES(N) \
+     ((N) * (sizeof (yytype_int16) + sizeof (cgrammar_YYSTYPE)) \
+      + YYSTACK_GAP_MAXIMUM)
 
+/* Copy COUNT objects from FROM to TO.  The source and destination do
+   not overlap.  */
+# ifndef YYCOPY
+#  if defined __GNUC__ && 1 < __GNUC__
+#   define YYCOPY(To, From, Count) \
+      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
+#  else
+#   define YYCOPY(To, From, Count)             \
+      do                                       \
+       {                                       \
+         YYSIZE_T yyi;                         \
+         for (yyi = 0; yyi < (Count); yyi++)   \
+           (To)[yyi] = (From)[yyi];            \
+       }                                       \
+      while (YYID (0))
+#  endif
+# endif
 
-#define        YYFINAL         1264
-#define        YYFLAG          -32768
-#define        YYNTBASE        197
+/* 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_MAXIMUM; \
+       yyptr += yynewbytes / sizeof (*yyptr);                          \
+      }                                                                        \
+    while (YYID (0))
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
-#define YYTRANSLATE(x) ((unsigned)(x) <= 450 ? yytranslate[x] : 472)
+#endif
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
-static const short yytranslate[] =
+/* YYFINAL -- State number of the termination state.  */
+#define YYFINAL  262
+/* YYLAST -- Last index in YYTABLE.  */
+#define YYLAST   6819
+
+/* YYNTOKENS -- Number of terminals.  */
+#define YYNTOKENS  197
+/* YYNNTS -- Number of nonterminals.  */
+#define YYNNTS  276
+/* YYNRULES -- Number of rules.  */
+#define YYNRULES  719
+/* YYNRULES -- Number of states.  */
+#define YYNSTATES  1264
+
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
+#define YYUNDEFTOK  2
+#define YYMAXUTOK   451
+
+#define YYTRANSLATE(YYX)                                               \
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
+
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
+static const yytype_uint8 yytranslate[] =
 {
        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
@@ -404,1536 +920,1548 @@ static const short yytranslate[] =
        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
        2,     2,     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,   137,   138,   139,   140,   141,   142,   143,   144,   145,
-     146,   147,   148,   149,   150,   151,   152,   153,   154,   155,
-     156,   157,   158,   159,   160,   161,   162,   163,   164,   165,
-     166,   167,   168,   169,   170,   171,   172,   173,   174,   175,
-     176,   177,   178,   179,   180,   181,   182,   183,   184,   185,
-     186,   187,   188,   189,   190,   191,   192,   193,   194,   195,
-     196
+       2,     2,     2,     2,     2,     2,     1,     2,     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,   137,   138,   139,   140,   141,   142,   143,   144,
+     145,   146,   147,   148,   149,   150,   151,   152,   153,   154,
+     155,   156,   157,   158,   159,   160,   161,   162,   163,   164,
+     165,   166,   167,   168,   169,   170,   171,   172,   173,   174,
+     175,   176,   177,   178,   179,   180,   181,   182,   183,   184,
+     185,   186,   187,   188,   189,   190,   191,   192,   193,   194,
+     195,   196
 };
 
 #if YYDEBUG
-static const short yyprhs[] =
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
+   YYRHS.  */
+static const yytype_uint16 yyprhs[] =
 {
-       0,     0,     1,     3,     5,     8,    11,    13,    15,    17,
-      19,    21,    23,    25,    34,    46,    47,    53,    55,    59,
-      61,    64,    66,    73,    77,    84,    85,    92,    93,   101,
-     103,   110,   114,   121,   122,   129,   130,   138,   139,   140,
-     151,   155,   159,   163,   166,   168,   172,   173,   178,   179,
-     184,   186,   190,   192,   194,   196,   200,   202,   206,   208,
-     210,   212,   214,   216,   218,   223,   229,   231,   233,   235,
-     237,   241,   246,   249,   253,   257,   261,   263,   265,   267,
-     268,   271,   272,   275,   277,   279,   281,   283,   285,   287,
-     289,   291,   293,   295,   297,   299,   302,   303,   308,   310,
-     313,   314,   318,   320,   324,   326,   328,   329,   332,   336,
-     339,   341,   345,   348,   349,   352,   354,   356,   358,   360,
-     362,   364,   366,   368,   370,   372,   374,   376,   378,   380,
-     382,   384,   388,   389,   393,   394,   395,   400,   403,   406,
-     408,   410,   412,   414,   418,   423,   426,   430,   434,   438,
-     440,   442,   444,   448,   450,   452,   456,   461,   464,   468,
-     472,   476,   477,   479,   481,   485,   487,   489,   491,   495,
-     497,   499,   500,   505,   507,   512,   516,   521,   528,   534,
-     540,   543,   546,   554,   556,   560,   562,   565,   568,   571,
-     574,   577,   580,   583,   586,   590,   592,   596,   601,   603,
-     613,   614,   618,   619,   620,   625,   628,   633,   636,   638,
-     643,   645,   649,   653,   657,   659,   663,   667,   669,   673,
-     677,   679,   683,   687,   691,   695,   697,   701,   705,   707,
-     711,   713,   717,   719,   723,   725,   726,   731,   733,   734,
-     739,   741,   742,   743,   750,   751,   752,   760,   762,   766,
-     770,   774,   778,   782,   786,   790,   794,   798,   802,   806,
-     808,   812,   813,   815,   817,   819,   821,   823,   827,   828,
-     838,   839,   851,   853,   855,   858,   859,   866,   867,   876,
-     881,   886,   887,   888,   891,   893,   898,   901,   903,   908,
-     909,   914,   916,   920,   925,   928,   931,   934,   936,   939,
-     943,   946,   948,   952,   954,   956,   958,   960,   962,   965,
-     966,   973,   976,   979,   980,   987,   988,   994,   996,   998,
-    1000,  1002,  1004,  1006,  1008,  1010,  1012,  1014,  1016,  1018,
-    1020,  1022,  1024,  1026,  1028,  1030,  1032,  1034,  1036,  1038,
-    1040,  1042,  1044,  1046,  1048,  1050,  1052,  1054,  1056,  1058,
-    1060,  1062,  1064,  1066,  1068,  1070,  1072,  1074,  1076,  1078,
-    1080,  1082,  1084,  1086,  1088,  1090,  1092,  1094,  1096,  1098,
-    1100,  1103,  1106,  1109,  1112,  1115,  1118,  1121,  1124,  1127,
+       0,     0,     3,     4,     6,     8,    11,    14,    16,    18,
+      20,    22,    24,    26,    28,    37,    49,    50,    56,    58,
+      62,    64,    67,    69,    76,    80,    87,    88,    95,    96,
+     104,   106,   113,   117,   124,   125,   132,   133,   141,   142,
+     143,   154,   158,   162,   166,   169,   171,   175,   176,   181,
+     182,   187,   189,   193,   195,   197,   199,   203,   205,   209,
+     211,   213,   215,   217,   219,   221,   226,   232,   234,   236,
+     238,   240,   244,   249,   252,   256,   260,   264,   266,   268,
+     270,   271,   274,   275,   278,   280,   282,   284,   286,   288,
+     290,   292,   294,   296,   298,   300,   302,   305,   306,   311,
+     313,   316,   317,   321,   323,   327,   329,   331,   332,   335,
+     339,   342,   344,   348,   351,   352,   355,   357,   359,   361,
+     363,   365,   367,   369,   371,   373,   375,   377,   379,   381,
+     383,   385,   387,   391,   392,   396,   397,   398,   403,   406,
+     409,   411,   413,   415,   417,   421,   426,   429,   433,   437,
+     441,   443,   445,   447,   451,   453,   455,   459,   464,   467,
+     471,   475,   479,   480,   482,   484,   488,   490,   492,   494,
+     498,   500,   502,   503,   508,   510,   515,   519,   524,   531,
+     537,   543,   546,   549,   557,   559,   563,   565,   568,   571,
+     574,   577,   580,   583,   586,   589,   593,   595,   599,   604,
+     606,   616,   617,   621,   622,   623,   628,   631,   636,   639,
+     641,   646,   648,   652,   656,   660,   662,   666,   670,   672,
+     676,   680,   682,   686,   690,   694,   698,   700,   704,   708,
+     710,   714,   716,   720,   722,   726,   728,   729,   734,   736,
+     737,   742,   744,   745,   746,   753,   754,   755,   763,   765,
+     769,   773,   777,   781,   785,   789,   793,   797,   801,   805,
+     809,   811,   815,   816,   818,   820,   822,   824,   826,   830,
+     831,   841,   842,   854,   856,   858,   861,   862,   869,   870,
+     879,   884,   889,   890,   891,   894,   896,   901,   904,   906,
+     911,   912,   917,   919,   923,   928,   931,   934,   937,   939,
+     942,   946,   949,   951,   955,   957,   959,   961,   963,   965,
+     968,   969,   976,   979,   982,   983,   990,   991,   997,   999,
+    1001,  1003,  1005,  1007,  1009,  1011,  1013,  1015,  1017,  1019,
+    1021,  1023,  1025,  1027,  1029,  1031,  1033,  1035,  1037,  1039,
+    1041,  1043,  1045,  1047,  1049,  1051,  1053,  1055,  1057,  1059,
+    1061,  1063,  1065,  1067,  1069,  1071,  1073,  1075,  1077,  1079,
+    1081,  1083,  1085,  1087,  1089,  1091,  1093,  1095,  1097,  1099,
+    1101,  1103,  1106,  1109,  1112,  1115,  1118,  1121,  1124,  1127,
     1130,  1133,  1136,  1139,  1142,  1145,  1148,  1151,  1154,  1157,
-    1160,  1163,  1166,  1169,  1172,  1175,  1178,  1182,  1184,  1189,
-    1191,  1195,  1198,  1201,  1204,  1205,  1207,  1208,  1209,  1210,
-    1223,  1224,  1225,  1237,  1244,  1251,  1252,  1253,  1264,  1265,
-    1266,  1277,  1283,  1289,  1294,  1299,  1300,  1302,  1304,  1307,
-    1313,  1317,  1320,  1325,  1327,  1331,  1336,  1343,  1344,  1353,
-    1358,  1360,  1364,  1367,  1369,  1374,  1376,  1378,  1381,  1384,
-    1386,  1389,  1391,  1394,  1396,  1398,  1400,  1402,  1405,  1407,
-    1410,  1413,  1417,  1419,  1423,  1425,  1429,  1431,  1433,  1437,
-    1438,  1441,  1442,  1447,  1452,  1454,  1456,  1459,  1461,  1463,
-    1466,  1467,  1469,  1475,  1478,  1482,  1486,  1491,  1495,  1500,
-    1505,  1511,  1513,  1515,  1517,  1519,  1521,  1523,  1525,  1527,
-    1529,  1531,  1536,  1538,  1540,  1542,  1545,  1548,  1556,  1563,
-    1566,  1567,  1568,  1579,  1580,  1587,  1589,  1591,  1593,  1595,
-    1598,  1600,  1602,  1604,  1606,  1608,  1610,  1612,  1616,  1618,
-    1619,  1623,  1626,  1629,  1631,  1633,  1635,  1637,  1639,  1641,
-    1643,  1645,  1647,  1649,  1653,  1655,  1657,  1659,  1662,  1665,
-    1666,  1669,  1670,  1675,  1676,  1683,  1684,  1688,  1689,  1695,
-    1699,  1702,  1706,  1707,  1708,  1709,  1710,  1711,  1713,  1716,
-    1719,  1723,  1726,  1730,  1734,  1739,  1742,  1745,  1749,  1753,
-    1758,  1760,  1763,  1765,  1768,  1770,  1774,  1776,  1781,  1783,
-    1786,  1788,  1791,  1793,  1796,  1798,  1803,  1806,  1807,  1813,
-    1814,  1821,  1826,  1831,  1832,  1833,  1844,  1846,  1847,  1852,
-    1854,  1856,  1858,  1860,  1862,  1865,  1867,  1871,  1873,  1878,
-    1882,  1887,  1894,  1900,  1906,  1909,  1912,  1914,  1917,  1920,
-    1923,  1926,  1929,  1932,  1935,  1938,  1940,  1942,  1947,  1949,
-    1953,  1957,  1961,  1963,  1967,  1971,  1973,  1977,  1981,  1983,
-    1987,  1991,  1995,  1999,  2001,  2005,  2009,  2011,  2015,  2017,
-    2021,  2023,  2027,  2029,  2033,  2035,  2039,  2041,  2042,  2043,
-    2050,  2051,  2052,  2060,  2062,  2066,  2070,  2074,  2078,  2082,
-    2086,  2090,  2094,  2098,  2102,  2106,  2108,  2109,  2111,  2114,
-    2122,  2125,  2128,  2136,  2143,  2146,  2150,  2153,  2157,  2160,
-    2164,  2168,  2172,  2176,  2179,  2183,  2184,  2186,  2187,  2189,
-    2191,  2193,  2195,  2197,  2199,  2201,  2203,  2205,  2210
+    1160,  1163,  1166,  1169,  1172,  1175,  1178,  1181,  1185,  1187,
+    1192,  1194,  1198,  1201,  1204,  1207,  1208,  1210,  1211,  1212,
+    1213,  1226,  1227,  1228,  1240,  1247,  1254,  1255,  1256,  1267,
+    1268,  1269,  1280,  1286,  1292,  1297,  1302,  1303,  1305,  1307,
+    1310,  1316,  1320,  1323,  1328,  1330,  1334,  1339,  1346,  1347,
+    1356,  1361,  1363,  1367,  1370,  1372,  1377,  1379,  1381,  1384,
+    1387,  1389,  1392,  1394,  1397,  1399,  1401,  1403,  1405,  1408,
+    1410,  1413,  1416,  1420,  1422,  1426,  1428,  1432,  1434,  1436,
+    1440,  1441,  1444,  1445,  1450,  1455,  1457,  1459,  1462,  1464,
+    1466,  1469,  1470,  1472,  1478,  1481,  1485,  1489,  1494,  1498,
+    1503,  1508,  1514,  1516,  1518,  1520,  1522,  1524,  1526,  1528,
+    1530,  1532,  1534,  1539,  1541,  1543,  1545,  1548,  1551,  1559,
+    1566,  1569,  1570,  1571,  1582,  1583,  1590,  1592,  1594,  1596,
+    1598,  1601,  1603,  1605,  1607,  1609,  1611,  1613,  1615,  1619,
+    1621,  1622,  1626,  1629,  1632,  1634,  1636,  1638,  1640,  1642,
+    1644,  1646,  1648,  1650,  1652,  1656,  1658,  1660,  1662,  1665,
+    1668,  1669,  1672,  1673,  1678,  1679,  1686,  1687,  1691,  1692,
+    1698,  1702,  1705,  1709,  1710,  1711,  1712,  1713,  1714,  1716,
+    1719,  1722,  1726,  1729,  1733,  1737,  1742,  1745,  1748,  1752,
+    1756,  1761,  1763,  1766,  1768,  1771,  1773,  1777,  1779,  1784,
+    1786,  1789,  1791,  1794,  1796,  1799,  1801,  1806,  1809,  1810,
+    1816,  1817,  1824,  1829,  1834,  1835,  1836,  1847,  1849,  1850,
+    1855,  1857,  1859,  1861,  1863,  1865,  1868,  1870,  1874,  1876,
+    1881,  1885,  1890,  1897,  1903,  1909,  1912,  1915,  1917,  1920,
+    1923,  1926,  1929,  1932,  1935,  1938,  1941,  1943,  1945,  1950,
+    1952,  1956,  1960,  1964,  1966,  1970,  1974,  1976,  1980,  1984,
+    1986,  1990,  1994,  1998,  2002,  2004,  2008,  2012,  2014,  2018,
+    2020,  2024,  2026,  2030,  2032,  2036,  2038,  2042,  2044,  2045,
+    2046,  2053,  2054,  2055,  2063,  2065,  2069,  2073,  2077,  2081,
+    2085,  2089,  2093,  2097,  2101,  2105,  2109,  2111,  2112,  2114,
+    2117,  2125,  2128,  2131,  2139,  2146,  2149,  2153,  2156,  2160,
+    2163,  2167,  2171,  2175,  2179,  2182,  2186,  2187,  2189,  2190,
+    2192,  2194,  2196,  2198,  2200,  2202,  2204,  2206,  2208,  2213
 };
-static const short yyrhs[] =
+
+/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
+static const yytype_int16 yyrhs[] =
 {
-      -1,   198,     0,   199,     0,   198,   199,     0,   260,   467,
-       0,   200,     0,   201,     0,   211,     0,   214,     0,   302,
-       0,    18,     0,     1,     0,    77,   346,   360,   370,   360,
-     467,   311,    91,     0,    77,   346,   360,   370,   360,    23,
-     311,   318,   317,   467,    91,     0,     0,    78,   202,   203,
-     467,    91,     0,   204,     0,   346,   360,   204,     0,   208,
-       0,   374,   208,     0,   470,     0,   311,    24,   360,   370,
-     311,    25,     0,   205,    26,    27,     0,   205,    26,   311,
-     301,    27,   360,     0,     0,   205,   312,    24,    25,   206,
-     232,     0,     0,   205,   312,    24,   371,    25,   207,   232,
-       0,   470,     0,   311,    24,   360,   204,   311,    25,     0,
-     208,    26,    27,     0,   208,    26,   311,   301,    27,   360,
-       0,     0,   208,   312,    24,    25,   209,   233,     0,     0,
-     208,   312,    24,   371,    25,   210,   233,     0,     0,     0,
-      79,   470,    24,   371,    25,   212,   233,   213,   467,    91,
-       0,    92,   402,    95,     0,    93,   388,    95,     0,    94,
-     389,    95,     0,    92,    95,     0,   255,     0,   217,    23,
-     220,     0,     0,   229,   218,    22,   221,     0,     0,     5,
-     219,    22,   221,     0,   217,     0,   217,    40,   220,     0,
-     196,     0,   187,     0,    56,     0,   224,   222,   223,     0,
-     224,     0,   227,   226,   227,     0,   184,     0,   185,     0,
-      53,     0,    52,     0,    54,     0,   228,     0,   230,    24,
-     227,    25,     0,    24,   227,   231,   227,    25,     0,   229,
-       0,   192,     0,   469,     0,   189,     0,   229,    26,    27,
-       0,   229,    26,   192,    27,     0,    34,   229,     0,    24,
-     229,    25,     0,   229,    28,   470,     0,   229,    45,   470,
-       0,   225,     0,    33,     0,    32,     0,     0,   234,   232,
-       0,     0,   235,   233,     0,   236,     0,   240,     0,   239,
-       0,   324,     0,   327,     0,   246,     0,   237,     0,   241,
-       0,   239,     0,   325,     0,   329,     0,   247,     0,   237,
-      91,     0,     0,    74,   238,   248,   467,     0,    76,     0,
-     241,    91,     0,     0,    75,   242,   261,     0,   244,     0,
-     244,    40,   243,     0,   189,     0,   246,     0,     0,   247,
-      91,     0,    73,   243,   441,     0,    73,   243,     0,   249,
-       0,   248,    21,   249,     0,   250,   251,     0,     0,   252,
-     250,     0,   469,     0,   189,     0,   302,     0,    89,     0,
-      90,     0,   121,     0,   122,     0,   135,     0,    80,     0,
-      81,     0,    82,     0,    83,     0,    84,     0,    85,     0,
-      86,     0,   370,     0,   346,   360,   370,     0,     0,    19,
-     257,   419,     0,     0,     0,   258,   423,   259,   412,     0,
-     215,   256,     0,   264,   467,     0,   467,     0,   469,     0,
-     189,     0,   190,     0,   262,    26,    27,     0,   262,    26,
-     263,    27,     0,    34,   262,     0,    24,   262,    25,     0,
-     262,    28,   470,     0,   262,    45,   470,     0,   262,     0,
-     441,     0,   262,     0,   264,    21,   262,     0,   469,     0,
-     189,     0,   265,    26,    27,     0,   265,    26,   263,    27,
-       0,    34,   265,     0,    24,   265,    25,     0,   265,    28,
-     470,     0,   265,    45,   470,     0,     0,   267,     0,   265,
-       0,   267,    21,   265,     0,   469,     0,   189,     0,   441,
-       0,    24,   299,    25,     0,   190,     0,   116,     0,     0,
-      24,   269,   412,    25,     0,   268,     0,   270,    26,   299,
-      27,     0,   270,    24,    25,     0,   270,    24,   271,    25,
-       0,    71,    24,   298,    21,   382,    25,     0,   270,   360,
-      28,   470,   311,     0,   270,   360,    45,   470,   311,     0,
-     270,    48,     0,   270,    49,     0,    24,   382,    25,    19,
-     424,   468,    20,     0,   298,     0,   271,    21,   298,     0,
-     270,     0,    48,   272,     0,    49,   272,     0,    29,   280,
-       0,    34,   280,     0,    33,   280,     0,    32,   280,     0,
-      31,   280,     0,    30,   280,     0,   277,   275,   278,     0,
-     274,     0,   273,    28,   470,     0,   273,    26,   299,    27,
-       0,   470,     0,    47,   311,    24,   382,   360,    21,   273,
-      25,   311,     0,     0,   311,   276,   279,     0,     0,     0,
-      42,    24,   382,    25,     0,    42,   272,     0,    43,    24,
-     382,    25,     0,    43,   272,     0,   272,     0,    24,   382,
-      25,   280,     0,   280,     0,   281,    34,   280,     0,   281,
-      35,   280,     0,   281,    36,   280,     0,   281,     0,   282,
-      33,   281,     0,   282,    32,   281,     0,   282,     0,   283,
-      50,   282,     0,   283,    51,   282,     0,   283,     0,   284,
-      37,   283,     0,   284,    38,   283,     0,   284,    52,   283,
-       0,   284,    53,   283,     0,   284,     0,   285,    54,   284,
-       0,   285,    55,   284,     0,   285,     0,   286,    29,   285,
-       0,   286,     0,   287,    39,   286,     0,   287,     0,   288,
-      40,   287,     0,   288,     0,     0,   289,    56,   290,   288,
-       0,   289,     0,     0,   291,    57,   292,   289,     0,   291,
-       0,     0,     0,   291,    41,   294,    22,   295,   293,     0,
-       0,     0,   291,    41,   296,   299,    22,   297,   293,     0,
-     293,     0,   272,    23,   298,     0,   272,    58,   298,     0,
-     272,    59,   298,     0,   272,    60,   298,     0,   272,    61,
-     298,     0,   272,    62,   298,     0,   272,    63,   298,     0,
-     272,    64,   298,     0,   272,    65,   298,     0,   272,    66,
-     298,     0,   272,    67,   298,     0,   298,     0,   299,    21,
-     298,     0,     0,   299,     0,   293,     0,   303,     0,    72,
-       0,   309,     0,   346,   311,    18,     0,     0,   346,   360,
-     370,   360,   304,   311,   317,    18,   311,     0,     0,   346,
-     360,   370,   360,    23,   305,   311,   318,   317,    18,   311,
-       0,   307,     0,   195,     0,   370,   360,     0,     0,   370,
-     360,    23,   308,   311,   318,     0,     0,    46,   346,   310,
-     360,   315,   311,   245,    18,     0,    46,   346,   311,    18,
-       0,    46,   313,   311,    18,     0,     0,     0,   314,   311,
-       0,   307,     0,   313,    21,   360,   307,     0,   316,   311,
-       0,   306,     0,   315,    21,   360,   306,     0,     0,   317,
-      21,   360,   307,     0,   298,     0,    19,   322,    20,     0,
-      19,   322,    21,    20,     0,   319,   318,     0,   320,    23,
-       0,   470,    22,     0,   321,     0,   320,   321,     0,    26,
-     301,    27,     0,    28,   470,     0,   318,     0,   322,    21,
-     318,     0,   117,     0,   115,     0,   118,     0,   119,     0,
-     120,     0,   325,    91,     0,     0,   253,   360,   326,   267,
-     467,   311,     0,   329,    91,     0,   254,   360,     0,     0,
-     328,   335,   330,   266,   467,   311,     0,     0,   328,   331,
-     332,   467,   311,     0,   223,     0,   216,     0,   144,     0,
-     145,     0,   147,     0,   148,     0,   146,     0,   129,     0,
-     132,     0,   130,     0,   131,     0,   137,     0,   138,     0,
-     123,     0,   125,     0,   124,     0,   133,     0,   134,     0,
-     126,     0,   128,     0,   141,     0,   143,     0,   156,     0,
-     155,     0,   140,     0,   142,     0,   181,     0,   191,     0,
-     139,     0,   154,     0,   153,     0,   164,     0,   162,     0,
-     163,     0,   157,     0,   158,     0,   159,     0,   160,     0,
-     161,     0,   165,     0,   166,     0,   169,     0,   170,     0,
-     167,     0,   168,     0,   152,     0,   149,     0,   150,     0,
-     151,     0,   121,     0,   122,     0,   135,     0,   136,     0,
-     112,   311,     0,   114,   311,     0,   113,   311,     0,   342,
-     311,     0,   335,   311,     0,   333,   311,     0,   336,   311,
-       0,   334,   311,     0,   338,   311,     0,   337,   311,     0,
-     339,   311,     0,   340,   311,     0,   171,   360,     0,   173,
-     360,     0,   172,   360,     0,   174,   360,     0,   175,   360,
-       0,   176,   360,     0,   177,   360,     0,   178,   360,     0,
-     179,   360,     0,   180,   360,     0,   471,   360,     0,   351,
-     360,     0,   365,   360,     0,   341,   360,     0,   311,   346,
-     311,     0,   348,     0,   348,    88,   347,    91,     0,   382,
-       0,   382,    21,   347,     0,   323,   349,     0,   343,   349,
-       0,   344,   349,     0,     0,   346,     0,     0,     0,     0,
-     360,    68,   470,   311,    19,   352,   416,   361,   417,   353,
-      20,   350,     0,     0,     0,   360,    69,   470,   311,    19,
-     354,   416,   361,   417,   355,    20,     0,   360,    68,   470,
-     311,    19,    20,     0,   360,    69,   470,   311,    19,    20,
-       0,     0,     0,   360,    68,   311,    19,   356,   416,   361,
-     417,   357,    20,     0,     0,     0,   360,    69,   311,    19,
-     358,   416,   361,   417,   359,    20,     0,   360,    68,   311,
-      19,    20,     0,   360,    69,   311,    19,    20,     0,   360,
-      68,   470,   360,     0,   360,    69,   470,   360,     0,     0,
-     362,     0,   214,     0,   361,   362,     0,   346,   360,   363,
-     311,    18,     0,   346,   311,    18,     0,   364,   360,     0,
-     363,    21,   364,   360,     0,   370,     0,    22,   311,   301,
-       0,   370,    22,   311,   301,     0,   360,    70,    19,   367,
-      20,   311,     0,     0,   360,    70,   470,    19,   366,   367,
-      20,   311,     0,   360,    70,   470,   311,     0,   368,     0,
-     367,    21,   368,     0,   367,    21,     0,   470,     0,   470,
-      23,   311,   301,     0,   205,     0,   384,     0,   374,   195,
-       0,   374,   369,     0,   205,     0,   374,   205,     0,   377,
-       0,   360,   375,     0,   112,     0,   113,     0,   114,     0,
-     372,     0,   373,   372,     0,    34,     0,    34,   373,     0,
-      34,   374,     0,    34,   373,   374,     0,   376,     0,   376,
-      21,     5,     0,   470,     0,   376,    21,   470,     0,     5,
-       0,   378,     0,   378,    21,     5,     0,     0,   379,   381,
-       0,     0,   378,    21,   380,   381,     0,   311,   346,   369,
-     311,     0,   470,     0,   345,     0,   345,   383,     0,   374,
-       0,   385,     0,   374,   385,     0,     0,   385,     0,   311,
-      24,   360,   383,    25,     0,    26,    27,     0,    26,   301,
-      27,     0,   385,    26,    27,     0,   385,    26,   301,    27,
-       0,   311,    24,    25,     0,   311,    24,   377,    25,     0,
-     385,   311,    24,    25,     0,   385,   311,    24,   377,    25,
-       0,   404,     0,   406,     0,   409,     0,   412,     0,   427,
-       0,   430,     0,   464,     0,   435,     0,   466,     0,   387,
-       0,    96,    24,   299,    25,     0,   390,     0,   388,     0,
-     397,     0,   390,   397,     0,   434,   390,     0,   463,   403,
-      11,    24,   299,    25,    18,     0,   463,   403,    11,    24,
-     299,    25,     0,   392,   397,     0,     0,     0,    13,    24,
-     300,    18,   300,    18,   393,   300,   394,    25,     0,     0,
-     193,   414,    24,   396,   438,    25,     0,   194,     0,   404,
-       0,   406,     0,   409,     0,   400,   423,     0,   400,     0,
-     401,     0,   427,     0,   398,     0,   391,     0,   395,     0,
-     466,     0,    24,   397,    25,     0,     1,     0,     0,   429,
-     399,   397,     0,   414,    19,     0,   418,    20,     0,   403,
-       0,   422,     0,   404,     0,   406,     0,   409,     0,   413,
-       0,   428,     0,   430,     0,   435,     0,   465,     0,    24,
-     403,    25,     0,   466,     0,   387,     0,     1,     0,   470,
-      22,     0,   111,   386,     0,     0,   102,   405,     0,     0,
-       6,   301,   407,    22,     0,     0,   102,   405,     6,   301,
-     408,    22,     0,     0,     7,   410,    22,     0,     0,   102,
-     405,     7,   411,    22,     0,    24,   412,    25,     0,   414,
-     420,     0,   414,   421,   415,     0,     0,     0,     0,     0,
-       0,    20,     0,   111,    20,     0,   426,    20,     0,   426,
-     111,    20,     0,   423,    20,     0,   423,   111,    20,     0,
-     423,   426,    20,     0,   423,   426,   111,    20,     0,    19,
-     419,     0,    19,    20,     0,    19,   422,    20,     0,    19,
-     423,    20,     0,    19,   423,   426,    20,     0,   403,     0,
-     422,   403,     0,   302,     0,   423,   302,     0,   425,     0,
-     424,    21,   425,     0,   298,     0,    19,   424,   468,    20,
-       0,   386,     0,   426,   386,     0,    18,     0,   299,    18,
-       0,    18,     0,   299,    18,     0,   299,     0,     8,    24,
-     299,    25,     0,   429,   386,     0,     0,   429,   386,     9,
-     431,   386,     0,     0,    10,    24,   299,   432,    25,   386,
-       0,    11,    24,   299,    25,     0,    11,    24,   299,    25,
-       0,     0,     0,   193,   436,   414,    24,   437,   438,    25,
-     412,   462,   415,     0,   440,     0,     0,   438,   439,    21,
-     440,     0,   461,     0,   469,     0,   190,     0,   189,     0,
-     192,     0,   441,   192,     0,   441,     0,    24,   299,    25,
-       0,   442,     0,   270,    26,   299,    27,     0,   270,    24,
-      25,     0,   270,    24,   271,    25,     0,    71,    24,   298,
-      21,   382,    25,     0,   270,   360,    28,   470,   311,     0,
-     270,   360,    45,   470,   311,     0,   270,    48,     0,   270,
-      49,     0,   443,     0,    48,   272,     0,    49,   272,     0,
-      29,   280,     0,    34,   280,     0,    33,   280,     0,    32,
-     280,     0,    31,   280,     0,    30,   280,     0,   275,     0,
-     444,     0,    24,   382,    25,   280,     0,   445,     0,   281,
-      34,   280,     0,   281,    35,   280,     0,   281,    36,   280,
-       0,   446,     0,   282,    33,   281,     0,   282,    32,   281,
-       0,   447,     0,   283,    50,   282,     0,   283,    51,   282,
-       0,   448,     0,   284,    37,   283,     0,   284,    38,   283,
-       0,   284,    52,   283,     0,   284,    53,   283,     0,   449,
-       0,   285,    54,   284,     0,   285,    55,   284,     0,   450,
-       0,   286,    29,   285,     0,   451,     0,   287,    39,   286,
-       0,   452,     0,   288,    40,   287,     0,   453,     0,   289,
-      56,   288,     0,   454,     0,   291,    57,   289,     0,   455,
-       0,     0,     0,   291,    41,   457,    22,   458,   293,     0,
-       0,     0,   291,    41,   459,   299,    22,   460,   293,     0,
-     456,     0,   272,    23,   298,     0,   272,    58,   298,     0,
-     272,    59,   298,     0,   272,    60,   298,     0,   272,    61,
-     298,     0,   272,    62,   298,     0,   272,    63,   298,     0,
-     272,    64,   298,     0,   272,    65,   298,     0,   272,    66,
-     298,     0,   272,    67,   298,     0,   194,     0,     0,    12,
-       0,   433,   386,     0,   463,   386,    11,    24,   299,    25,
-      18,     0,   392,   386,     0,   433,   403,     0,   463,   403,
-      11,    24,   299,    25,    18,     0,   463,   403,    11,    24,
-     299,    25,     0,   392,   403,     0,    14,   470,    18,     0,
-      15,    18,     0,   101,    15,    18,     0,    16,    18,     0,
-      97,    16,    18,     0,    98,    16,    18,     0,    99,    16,
-      18,     0,   100,    16,    18,     0,    17,    18,     0,    17,
-     299,    18,     0,     0,    18,     0,     0,    21,     0,   188,
-       0,   189,     0,   193,     0,   194,     0,   469,     0,   190,
-       0,   195,     0,   190,     0,    44,    24,   299,    25,     0,
-      44,    24,   382,    25,     0
+     198,     0,    -1,    -1,   199,    -1,   200,    -1,   199,   200,
+      -1,   261,   468,    -1,   201,    -1,   202,    -1,   212,    -1,
+     215,    -1,   303,    -1,    18,    -1,     1,    -1,    77,   347,
+     361,   371,   361,   468,   312,    91,    -1,    77,   347,   361,
+     371,   361,    23,   312,   319,   318,   468,    91,    -1,    -1,
+      78,   203,   204,   468,    91,    -1,   205,    -1,   347,   361,
+     205,    -1,   209,    -1,   375,   209,    -1,   471,    -1,   312,
+      24,   361,   371,   312,    25,    -1,   206,    26,    27,    -1,
+     206,    26,   312,   302,    27,   361,    -1,    -1,   206,   313,
+      24,    25,   207,   233,    -1,    -1,   206,   313,    24,   372,
+      25,   208,   233,    -1,   471,    -1,   312,    24,   361,   205,
+     312,    25,    -1,   209,    26,    27,    -1,   209,    26,   312,
+     302,    27,   361,    -1,    -1,   209,   313,    24,    25,   210,
+     234,    -1,    -1,   209,   313,    24,   372,    25,   211,   234,
+      -1,    -1,    -1,    79,   471,    24,   372,    25,   213,   234,
+     214,   468,    91,    -1,    92,   403,    95,    -1,    93,   389,
+      95,    -1,    94,   390,    95,    -1,    92,    95,    -1,   256,
+      -1,   218,    23,   221,    -1,    -1,   230,   219,    22,   222,
+      -1,    -1,     5,   220,    22,   222,    -1,   218,    -1,   218,
+      40,   221,    -1,   196,    -1,   187,    -1,    56,    -1,   225,
+     223,   224,    -1,   225,    -1,   228,   227,   228,    -1,   184,
+      -1,   185,    -1,    53,    -1,    52,    -1,    54,    -1,   229,
+      -1,   231,    24,   228,    25,    -1,    24,   228,   232,   228,
+      25,    -1,   230,    -1,   192,    -1,   470,    -1,   189,    -1,
+     230,    26,    27,    -1,   230,    26,   192,    27,    -1,    34,
+     230,    -1,    24,   230,    25,    -1,   230,    28,   471,    -1,
+     230,    45,   471,    -1,   226,    -1,    33,    -1,    32,    -1,
+      -1,   235,   233,    -1,    -1,   236,   234,    -1,   237,    -1,
+     241,    -1,   240,    -1,   325,    -1,   328,    -1,   247,    -1,
+     238,    -1,   242,    -1,   240,    -1,   326,    -1,   330,    -1,
+     248,    -1,   238,    91,    -1,    -1,    74,   239,   249,   468,
+      -1,    76,    -1,   242,    91,    -1,    -1,    75,   243,   262,
+      -1,   245,    -1,   245,    40,   244,    -1,   189,    -1,   247,
+      -1,    -1,   248,    91,    -1,    73,   244,   442,    -1,    73,
+     244,    -1,   250,    -1,   249,    21,   250,    -1,   251,   252,
+      -1,    -1,   253,   251,    -1,   470,    -1,   189,    -1,   303,
+      -1,    89,    -1,    90,    -1,   121,    -1,   122,    -1,   135,
+      -1,    80,    -1,    81,    -1,    82,    -1,    83,    -1,    84,
+      -1,    85,    -1,    86,    -1,   371,    -1,   347,   361,   371,
+      -1,    -1,    19,   258,   420,    -1,    -1,    -1,   259,   424,
+     260,   413,    -1,   216,   257,    -1,   265,   468,    -1,   468,
+      -1,   470,    -1,   189,    -1,   190,    -1,   263,    26,    27,
+      -1,   263,    26,   264,    27,    -1,    34,   263,    -1,    24,
+     263,    25,    -1,   263,    28,   471,    -1,   263,    45,   471,
+      -1,   263,    -1,   442,    -1,   263,    -1,   265,    21,   263,
+      -1,   470,    -1,   189,    -1,   266,    26,    27,    -1,   266,
+      26,   264,    27,    -1,    34,   266,    -1,    24,   266,    25,
+      -1,   266,    28,   471,    -1,   266,    45,   471,    -1,    -1,
+     268,    -1,   266,    -1,   268,    21,   266,    -1,   470,    -1,
+     189,    -1,   442,    -1,    24,   300,    25,    -1,   190,    -1,
+     116,    -1,    -1,    24,   270,   413,    25,    -1,   269,    -1,
+     271,    26,   300,    27,    -1,   271,    24,    25,    -1,   271,
+      24,   272,    25,    -1,    71,    24,   299,    21,   383,    25,
+      -1,   271,   361,    28,   471,   312,    -1,   271,   361,    45,
+     471,   312,    -1,   271,    48,    -1,   271,    49,    -1,    24,
+     383,    25,    19,   425,   469,    20,    -1,   299,    -1,   272,
+      21,   299,    -1,   271,    -1,    48,   273,    -1,    49,   273,
+      -1,    29,   281,    -1,    34,   281,    -1,    33,   281,    -1,
+      32,   281,    -1,    31,   281,    -1,    30,   281,    -1,   278,
+     276,   279,    -1,   275,    -1,   274,    28,   471,    -1,   274,
+      26,   300,    27,    -1,   471,    -1,    47,   312,    24,   383,
+     361,    21,   274,    25,   312,    -1,    -1,   312,   277,   280,
+      -1,    -1,    -1,    42,    24,   383,    25,    -1,    42,   273,
+      -1,    43,    24,   383,    25,    -1,    43,   273,    -1,   273,
+      -1,    24,   383,    25,   281,    -1,   281,    -1,   282,    34,
+     281,    -1,   282,    35,   281,    -1,   282,    36,   281,    -1,
+     282,    -1,   283,    33,   282,    -1,   283,    32,   282,    -1,
+     283,    -1,   284,    50,   283,    -1,   284,    51,   283,    -1,
+     284,    -1,   285,    37,   284,    -1,   285,    38,   284,    -1,
+     285,    52,   284,    -1,   285,    53,   284,    -1,   285,    -1,
+     286,    54,   285,    -1,   286,    55,   285,    -1,   286,    -1,
+     287,    29,   286,    -1,   287,    -1,   288,    39,   287,    -1,
+     288,    -1,   289,    40,   288,    -1,   289,    -1,    -1,   290,
+      56,   291,   289,    -1,   290,    -1,    -1,   292,    57,   293,
+     290,    -1,   292,    -1,    -1,    -1,   292,    41,   295,    22,
+     296,   294,    -1,    -1,    -1,   292,    41,   297,   300,    22,
+     298,   294,    -1,   294,    -1,   273,    23,   299,    -1,   273,
+      58,   299,    -1,   273,    59,   299,    -1,   273,    60,   299,
+      -1,   273,    61,   299,    -1,   273,    62,   299,    -1,   273,
+      63,   299,    -1,   273,    64,   299,    -1,   273,    65,   299,
+      -1,   273,    66,   299,    -1,   273,    67,   299,    -1,   299,
+      -1,   300,    21,   299,    -1,    -1,   300,    -1,   294,    -1,
+     304,    -1,    72,    -1,   310,    -1,   347,   312,    18,    -1,
+      -1,   347,   361,   371,   361,   305,   312,   318,    18,   312,
+      -1,    -1,   347,   361,   371,   361,    23,   306,   312,   319,
+     318,    18,   312,    -1,   308,    -1,   195,    -1,   371,   361,
+      -1,    -1,   371,   361,    23,   309,   312,   319,    -1,    -1,
+      46,   347,   311,   361,   316,   312,   246,    18,    -1,    46,
+     347,   312,    18,    -1,    46,   314,   312,    18,    -1,    -1,
+      -1,   315,   312,    -1,   308,    -1,   314,    21,   361,   308,
+      -1,   317,   312,    -1,   307,    -1,   316,    21,   361,   307,
+      -1,    -1,   318,    21,   361,   308,    -1,   299,    -1,    19,
+     323,    20,    -1,    19,   323,    21,    20,    -1,   320,   319,
+      -1,   321,    23,    -1,   471,    22,    -1,   322,    -1,   321,
+     322,    -1,    26,   302,    27,    -1,    28,   471,    -1,   319,
+      -1,   323,    21,   319,    -1,   117,    -1,   115,    -1,   118,
+      -1,   119,    -1,   120,    -1,   326,    91,    -1,    -1,   254,
+     361,   327,   268,   468,   312,    -1,   330,    91,    -1,   255,
+     361,    -1,    -1,   329,   336,   331,   267,   468,   312,    -1,
+      -1,   329,   332,   333,   468,   312,    -1,   224,    -1,   217,
+      -1,   144,    -1,   145,    -1,   147,    -1,   148,    -1,   146,
+      -1,   129,    -1,   132,    -1,   130,    -1,   131,    -1,   137,
+      -1,   138,    -1,   123,    -1,   125,    -1,   124,    -1,   133,
+      -1,   134,    -1,   126,    -1,   128,    -1,   141,    -1,   143,
+      -1,   156,    -1,   155,    -1,   140,    -1,   142,    -1,   181,
+      -1,   191,    -1,   139,    -1,   154,    -1,   153,    -1,   164,
+      -1,   162,    -1,   163,    -1,   157,    -1,   158,    -1,   159,
+      -1,   160,    -1,   161,    -1,   165,    -1,   166,    -1,   169,
+      -1,   170,    -1,   167,    -1,   168,    -1,   152,    -1,   149,
+      -1,   150,    -1,   151,    -1,   121,    -1,   122,    -1,   135,
+      -1,   136,    -1,   112,   312,    -1,   114,   312,    -1,   113,
+     312,    -1,   343,   312,    -1,   336,   312,    -1,   334,   312,
+      -1,   337,   312,    -1,   335,   312,    -1,   339,   312,    -1,
+     338,   312,    -1,   340,   312,    -1,   341,   312,    -1,   171,
+     361,    -1,   173,   361,    -1,   172,   361,    -1,   174,   361,
+      -1,   175,   361,    -1,   176,   361,    -1,   177,   361,    -1,
+     178,   361,    -1,   179,   361,    -1,   180,   361,    -1,   472,
+     361,    -1,   352,   361,    -1,   366,   361,    -1,   342,   361,
+      -1,   312,   347,   312,    -1,   349,    -1,   349,    88,   348,
+      91,    -1,   383,    -1,   383,    21,   348,    -1,   324,   350,
+      -1,   344,   350,    -1,   345,   350,    -1,    -1,   347,    -1,
+      -1,    -1,    -1,   361,    68,   471,   312,    19,   353,   417,
+     362,   418,   354,    20,   351,    -1,    -1,    -1,   361,    69,
+     471,   312,    19,   355,   417,   362,   418,   356,    20,    -1,
+     361,    68,   471,   312,    19,    20,    -1,   361,    69,   471,
+     312,    19,    20,    -1,    -1,    -1,   361,    68,   312,    19,
+     357,   417,   362,   418,   358,    20,    -1,    -1,    -1,   361,
+      69,   312,    19,   359,   417,   362,   418,   360,    20,    -1,
+     361,    68,   312,    19,    20,    -1,   361,    69,   312,    19,
+      20,    -1,   361,    68,   471,   361,    -1,   361,    69,   471,
+     361,    -1,    -1,   363,    -1,   215,    -1,   362,   363,    -1,
+     347,   361,   364,   312,    18,    -1,   347,   312,    18,    -1,
+     365,   361,    -1,   364,    21,   365,   361,    -1,   371,    -1,
+      22,   312,   302,    -1,   371,    22,   312,   302,    -1,   361,
+      70,    19,   368,    20,   312,    -1,    -1,   361,    70,   471,
+      19,   367,   368,    20,   312,    -1,   361,    70,   471,   312,
+      -1,   369,    -1,   368,    21,   369,    -1,   368,    21,    -1,
+     471,    -1,   471,    23,   312,   302,    -1,   206,    -1,   385,
+      -1,   375,   195,    -1,   375,   370,    -1,   206,    -1,   375,
+     206,    -1,   378,    -1,   361,   376,    -1,   112,    -1,   113,
+      -1,   114,    -1,   373,    -1,   374,   373,    -1,    34,    -1,
+      34,   374,    -1,    34,   375,    -1,    34,   374,   375,    -1,
+     377,    -1,   377,    21,     5,    -1,   471,    -1,   377,    21,
+     471,    -1,     5,    -1,   379,    -1,   379,    21,     5,    -1,
+      -1,   380,   382,    -1,    -1,   379,    21,   381,   382,    -1,
+     312,   347,   370,   312,    -1,   471,    -1,   346,    -1,   346,
+     384,    -1,   375,    -1,   386,    -1,   375,   386,    -1,    -1,
+     386,    -1,   312,    24,   361,   384,    25,    -1,    26,    27,
+      -1,    26,   302,    27,    -1,   386,    26,    27,    -1,   386,
+      26,   302,    27,    -1,   312,    24,    25,    -1,   312,    24,
+     378,    25,    -1,   386,   312,    24,    25,    -1,   386,   312,
+      24,   378,    25,    -1,   405,    -1,   407,    -1,   410,    -1,
+     413,    -1,   428,    -1,   431,    -1,   465,    -1,   436,    -1,
+     467,    -1,   388,    -1,    96,    24,   300,    25,    -1,   391,
+      -1,   389,    -1,   398,    -1,   391,   398,    -1,   435,   391,
+      -1,   464,   404,    11,    24,   300,    25,    18,    -1,   464,
+     404,    11,    24,   300,    25,    -1,   393,   398,    -1,    -1,
+      -1,    13,    24,   301,    18,   301,    18,   394,   301,   395,
+      25,    -1,    -1,   193,   415,    24,   397,   439,    25,    -1,
+     194,    -1,   405,    -1,   407,    -1,   410,    -1,   401,   424,
+      -1,   401,    -1,   402,    -1,   428,    -1,   399,    -1,   392,
+      -1,   396,    -1,   467,    -1,    24,   398,    25,    -1,     1,
+      -1,    -1,   430,   400,   398,    -1,   415,    19,    -1,   419,
+      20,    -1,   404,    -1,   423,    -1,   405,    -1,   407,    -1,
+     410,    -1,   414,    -1,   429,    -1,   431,    -1,   436,    -1,
+     466,    -1,    24,   404,    25,    -1,   467,    -1,   388,    -1,
+       1,    -1,   471,    22,    -1,   111,   387,    -1,    -1,   102,
+     406,    -1,    -1,     6,   302,   408,    22,    -1,    -1,   102,
+     406,     6,   302,   409,    22,    -1,    -1,     7,   411,    22,
+      -1,    -1,   102,   406,     7,   412,    22,    -1,    24,   413,
+      25,    -1,   415,   421,    -1,   415,   422,   416,    -1,    -1,
+      -1,    -1,    -1,    -1,    20,    -1,   111,    20,    -1,   427,
+      20,    -1,   427,   111,    20,    -1,   424,    20,    -1,   424,
+     111,    20,    -1,   424,   427,    20,    -1,   424,   427,   111,
+      20,    -1,    19,   420,    -1,    19,    20,    -1,    19,   423,
+      20,    -1,    19,   424,    20,    -1,    19,   424,   427,    20,
+      -1,   404,    -1,   423,   404,    -1,   303,    -1,   424,   303,
+      -1,   426,    -1,   425,    21,   426,    -1,   299,    -1,    19,
+     425,   469,    20,    -1,   387,    -1,   427,   387,    -1,    18,
+      -1,   300,    18,    -1,    18,    -1,   300,    18,    -1,   300,
+      -1,     8,    24,   300,    25,    -1,   430,   387,    -1,    -1,
+     430,   387,     9,   432,   387,    -1,    -1,    10,    24,   300,
+     433,    25,   387,    -1,    11,    24,   300,    25,    -1,    11,
+      24,   300,    25,    -1,    -1,    -1,   193,   437,   415,    24,
+     438,   439,    25,   413,   463,   416,    -1,   441,    -1,    -1,
+     439,   440,    21,   441,    -1,   462,    -1,   470,    -1,   190,
+      -1,   189,    -1,   192,    -1,   442,   192,    -1,   442,    -1,
+      24,   300,    25,    -1,   443,    -1,   271,    26,   300,    27,
+      -1,   271,    24,    25,    -1,   271,    24,   272,    25,    -1,
+      71,    24,   299,    21,   383,    25,    -1,   271,   361,    28,
+     471,   312,    -1,   271,   361,    45,   471,   312,    -1,   271,
+      48,    -1,   271,    49,    -1,   444,    -1,    48,   273,    -1,
+      49,   273,    -1,    29,   281,    -1,    34,   281,    -1,    33,
+     281,    -1,    32,   281,    -1,    31,   281,    -1,    30,   281,
+      -1,   276,    -1,   445,    -1,    24,   383,    25,   281,    -1,
+     446,    -1,   282,    34,   281,    -1,   282,    35,   281,    -1,
+     282,    36,   281,    -1,   447,    -1,   283,    33,   282,    -1,
+     283,    32,   282,    -1,   448,    -1,   284,    50,   283,    -1,
+     284,    51,   283,    -1,   449,    -1,   285,    37,   284,    -1,
+     285,    38,   284,    -1,   285,    52,   284,    -1,   285,    53,
+     284,    -1,   450,    -1,   286,    54,   285,    -1,   286,    55,
+     285,    -1,   451,    -1,   287,    29,   286,    -1,   452,    -1,
+     288,    39,   287,    -1,   453,    -1,   289,    40,   288,    -1,
+     454,    -1,   290,    56,   289,    -1,   455,    -1,   292,    57,
+     290,    -1,   456,    -1,    -1,    -1,   292,    41,   458,    22,
+     459,   294,    -1,    -1,    -1,   292,    41,   460,   300,    22,
+     461,   294,    -1,   457,    -1,   273,    23,   299,    -1,   273,
+      58,   299,    -1,   273,    59,   299,    -1,   273,    60,   299,
+      -1,   273,    61,   299,    -1,   273,    62,   299,    -1,   273,
+      63,   299,    -1,   273,    64,   299,    -1,   273,    65,   299,
+      -1,   273,    66,   299,    -1,   273,    67,   299,    -1,   194,
+      -1,    -1,    12,    -1,   434,   387,    -1,   464,   387,    11,
+      24,   300,    25,    18,    -1,   393,   387,    -1,   434,   404,
+      -1,   464,   404,    11,    24,   300,    25,    18,    -1,   464,
+     404,    11,    24,   300,    25,    -1,   393,   404,    -1,    14,
+     471,    18,    -1,    15,    18,    -1,   101,    15,    18,    -1,
+      16,    18,    -1,    97,    16,    18,    -1,    98,    16,    18,
+      -1,    99,    16,    18,    -1,   100,    16,    18,    -1,    17,
+      18,    -1,    17,   300,    18,    -1,    -1,    18,    -1,    -1,
+      21,    -1,   188,    -1,   189,    -1,   193,    -1,   194,    -1,
+     470,    -1,   190,    -1,   195,    -1,   190,    -1,    44,    24,
+     300,    25,    -1,    44,    24,   383,    25,    -1
 };
 
-#endif
-
-#if YYDEBUG
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
-static const short yyrline[] =
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
+static const yytype_uint16 yyrline[] =
 {
-       0,   328,   329,   333,   334,   338,   339,   340,   341,   342,
-     343,   344,   345,   349,   351,   356,   356,   365,   371,   376,
-     377,   382,   383,   385,   387,   404,   404,   435,   435,   465,
-     466,   468,   472,   489,   489,   501,   501,   515,   515,   515,
-     524,   525,   526,   527,   531,   535,   540,   540,   545,   545,
-     553,   554,   558,   564,   565,   569,   570,   574,   580,   581,
-     585,   586,   587,   591,   592,   593,   599,   600,   604,   606,
-     608,   610,   619,   621,   623,   625,   642,   646,   647,   654,
-     655,   664,   666,   671,   672,   673,   674,   675,   676,   680,
-     681,   682,   683,   684,   685,   689,   693,   693,   702,   706,
-     710,   710,   725,   727,   732,   736,   737,   741,   745,   751,
-     756,   757,   761,   765,   766,   770,   771,   772,   776,   777,
-     778,   779,   780,   784,   785,   786,   787,   788,   792,   793,
-     797,   804,   809,   809,   815,   815,   815,   826,   837,   838,
-     842,   843,   844,   845,   846,   847,   848,   849,   850,   854,
-     855,   860,   861,   865,   867,   869,   870,   871,   872,   873,
-     875,   880,   881,   885,   891,   904,   905,   906,   907,   908,
-     909,   910,   910,   916,   917,   918,   919,   920,   921,   922,
-     923,   924,   925,   930,   931,   935,   936,   937,   938,   939,
-     940,   941,   942,   943,   944,   945,   949,   950,   952,   956,
-     962,   962,   966,   969,   973,   974,   975,   976,   982,   983,
-     988,   989,   990,   991,   995,   996,   997,  1001,  1002,  1003,
-    1007,  1008,  1009,  1010,  1011,  1015,  1016,  1017,  1021,  1022,
-    1026,  1027,  1031,  1032,  1036,  1037,  1037,  1049,  1050,  1050,
-    1063,  1064,  1064,  1064,  1069,  1069,  1069,  1075,  1076,  1077,
-    1078,  1079,  1080,  1081,  1082,  1083,  1084,  1085,  1086,  1090,
-    1091,  1095,  1096,  1100,  1106,  1107,  1108,  1112,  1126,  1126,
-    1137,  1137,  1146,  1147,  1151,  1156,  1156,  1161,  1161,  1164,
-    1165,  1169,  1173,  1177,  1181,  1182,  1186,  1190,  1191,  1195,
-    1196,  1200,  1201,  1202,  1203,  1211,  1212,  1217,  1218,  1222,
-    1223,  1227,  1229,  1239,  1240,  1241,  1242,  1243,  1247,  1251,
-    1251,  1267,  1271,  1275,  1275,  1289,  1289,  1321,  1322,  1326,
-    1327,  1328,  1329,  1330,  1334,  1335,  1336,  1337,  1341,  1342,
-    1343,  1344,  1345,  1346,  1347,  1348,  1349,  1350,  1351,  1352,
-    1353,  1354,  1355,  1356,  1357,  1361,  1362,  1366,  1367,  1371,
-    1372,  1376,  1377,  1378,  1379,  1380,  1384,  1385,  1386,  1387,
-    1388,  1389,  1393,  1394,  1395,  1396,  1400,  1401,  1402,  1403,
-    1407,  1408,  1409,  1410,  1411,  1412,  1413,  1414,  1415,  1416,
-    1417,  1418,  1426,  1427,  1428,  1429,  1430,  1431,  1432,  1433,
-    1434,  1435,  1436,  1437,  1438,  1439,  1443,  1448,  1449,  1454,
-    1455,  1460,  1461,  1462,  1466,  1467,  1471,  1478,  1478,  1478,
-    1484,  1484,  1484,  1489,  1491,  1493,  1493,  1493,  1498,  1498,
-    1498,  1503,  1505,  1507,  1508,  1512,  1516,  1517,  1518,  1522,
-    1524,  1529,  1531,  1536,  1537,  1538,  1543,  1545,  1545,  1547,
-    1551,  1553,  1555,  1559,  1564,  1572,  1573,  1574,  1580,  1585,
-    1586,  1591,  1592,  1596,  1597,  1598,  1602,  1603,  1607,  1608,
-    1609,  1610,  1614,  1615,  1619,  1620,  1624,  1625,  1626,  1630,
-    1630,  1631,  1631,  1636,  1648,  1665,  1666,  1670,  1671,  1672,
-    1676,  1677,  1681,  1683,  1684,  1686,  1687,  1689,  1691,  1693,
-    1695,  1702,  1703,  1704,  1705,  1706,  1707,  1708,  1709,  1710,
-    1711,  1715,  1719,  1723,  1727,  1728,  1733,  1735,  1737,  1739,
-    1744,  1744,  1744,  1752,  1752,  1756,  1760,  1761,  1762,  1763,
-    1764,  1765,  1766,  1767,  1768,  1769,  1770,  1771,  1772,  1776,
-    1776,  1783,  1787,  1791,  1792,  1796,  1797,  1798,  1799,  1800,
-    1801,  1802,  1803,  1804,  1805,  1806,  1807,  1811,  1812,  1820,
-    1821,  1828,  1828,  1830,  1830,  1835,  1835,  1837,  1837,  1842,
-    1843,  1848,  1852,  1856,  1860,  1864,  1868,  1872,  1873,  1874,
-    1875,  1877,  1878,  1880,  1882,  1889,  1894,  1896,  1898,  1900,
-    1905,  1906,  1910,  1911,  1915,  1916,  1920,  1921,  1925,  1926,
-    1930,  1931,  1935,  1936,  1937,  1941,  1955,  1960,  1960,  1965,
-    1965,  1970,  1976,  1980,  1980,  1980,  1991,  1992,  1992,  1997,
-    1998,  1999,  2010,  2018,  2019,  2023,  2024,  2028,  2029,  2030,
-    2031,  2032,  2034,  2035,  2036,  2037,  2041,  2042,  2043,  2044,
-    2045,  2046,  2047,  2048,  2049,  2050,  2054,  2055,  2059,  2060,
-    2061,  2062,  2066,  2067,  2068,  2072,  2073,  2074,  2078,  2079,
-    2080,  2081,  2082,  2086,  2087,  2088,  2092,  2093,  2097,  2098,
-    2102,  2103,  2107,  2108,  2112,  2113,  2117,  2118,  2118,  2118,
-    2121,  2121,  2121,  2127,  2128,  2129,  2130,  2131,  2132,  2133,
-    2134,  2135,  2136,  2137,  2138,  2142,  2143,  2147,  2151,  2153,
-    2155,  2160,  2161,  2163,  2165,  2169,  2170,  2171,  2173,  2174,
-    2175,  2176,  2177,  2178,  2179,  2183,  2184,  2188,  2189,  2193,
-    2197,  2198,  2199,  2200,  2201,  2205,  2206,  2207,  2208
+       0,   327,   327,   329,   333,   334,   338,   339,   340,   341,
+     342,   343,   344,   345,   349,   351,   356,   356,   365,   371,
+     376,   377,   382,   383,   385,   387,   405,   404,   436,   435,
+     465,   466,   468,   472,   490,   489,   502,   501,   516,   517,
+     515,   524,   525,   526,   527,   531,   535,   540,   540,   545,
+     545,   553,   554,   558,   564,   565,   569,   570,   574,   580,
+     581,   585,   586,   587,   591,   592,   593,   599,   600,   604,
+     606,   608,   610,   619,   621,   623,   625,   642,   646,   647,
+     654,   655,   665,   666,   671,   672,   673,   674,   675,   676,
+     680,   681,   682,   683,   684,   685,   689,   693,   693,   702,
+     706,   711,   710,   725,   727,   732,   736,   737,   741,   745,
+     751,   756,   757,   761,   765,   766,   770,   771,   772,   776,
+     777,   778,   779,   780,   784,   785,   786,   787,   788,   792,
+     793,   797,   804,   809,   809,   815,   816,   815,   826,   837,
+     838,   842,   843,   844,   845,   846,   847,   848,   849,   850,
+     854,   855,   860,   861,   865,   867,   869,   870,   871,   872,
+     873,   875,   880,   881,   885,   891,   904,   905,   906,   907,
+     908,   909,   910,   910,   916,   917,   918,   919,   920,   921,
+     922,   923,   924,   925,   930,   931,   935,   936,   937,   938,
+     939,   940,   941,   942,   943,   944,   945,   949,   950,   952,
+     956,   962,   962,   966,   969,   973,   974,   975,   976,   982,
+     983,   988,   989,   990,   991,   995,   996,   997,  1001,  1002,
+    1003,  1007,  1008,  1009,  1010,  1011,  1015,  1016,  1017,  1021,
+    1022,  1026,  1027,  1031,  1032,  1036,  1038,  1037,  1049,  1051,
+    1050,  1063,  1065,  1067,  1064,  1069,  1070,  1069,  1075,  1076,
+    1077,  1078,  1079,  1080,  1081,  1082,  1083,  1084,  1085,  1086,
+    1090,  1091,  1095,  1096,  1100,  1106,  1107,  1108,  1112,  1127,
+    1126,  1138,  1137,  1146,  1147,  1151,  1156,  1156,  1161,  1161,
+    1164,  1165,  1169,  1173,  1177,  1181,  1182,  1186,  1190,  1191,
+    1195,  1196,  1200,  1201,  1202,  1203,  1211,  1212,  1217,  1218,
+    1222,  1223,  1227,  1229,  1239,  1240,  1241,  1242,  1243,  1247,
+    1252,  1251,  1267,  1271,  1276,  1275,  1290,  1289,  1321,  1322,
+    1326,  1327,  1328,  1329,  1330,  1334,  1335,  1336,  1337,  1341,
+    1342,  1343,  1344,  1345,  1346,  1347,  1348,  1349,  1350,  1351,
+    1352,  1353,  1354,  1355,  1356,  1357,  1361,  1362,  1366,  1367,
+    1371,  1372,  1376,  1377,  1378,  1379,  1380,  1384,  1385,  1386,
+    1387,  1388,  1389,  1393,  1394,  1395,  1396,  1400,  1401,  1402,
+    1403,  1407,  1408,  1409,  1410,  1411,  1412,  1413,  1414,  1415,
+    1416,  1417,  1418,  1426,  1427,  1428,  1429,  1430,  1431,  1432,
+    1433,  1434,  1435,  1436,  1437,  1438,  1439,  1443,  1448,  1449,
+    1454,  1455,  1460,  1461,  1462,  1466,  1467,  1471,  1478,  1480,
+    1478,  1484,  1486,  1484,  1489,  1491,  1493,  1495,  1493,  1498,
+    1500,  1498,  1503,  1505,  1507,  1508,  1512,  1516,  1517,  1518,
+    1522,  1524,  1529,  1531,  1536,  1537,  1538,  1543,  1545,  1545,
+    1547,  1551,  1553,  1555,  1559,  1564,  1572,  1573,  1574,  1580,
+    1585,  1586,  1591,  1592,  1596,  1597,  1598,  1602,  1603,  1607,
+    1608,  1609,  1610,  1614,  1615,  1619,  1620,  1624,  1625,  1626,
+    1630,  1630,  1631,  1631,  1636,  1648,  1665,  1666,  1670,  1671,
+    1672,  1676,  1677,  1681,  1683,  1684,  1686,  1687,  1689,  1691,
+    1693,  1695,  1702,  1703,  1704,  1705,  1706,  1707,  1708,  1709,
+    1710,  1711,  1715,  1719,  1723,  1727,  1728,  1733,  1735,  1737,
+    1739,  1745,  1745,  1744,  1753,  1752,  1756,  1760,  1761,  1762,
+    1763,  1764,  1765,  1766,  1767,  1768,  1769,  1770,  1771,  1772,
+    1776,  1776,  1783,  1787,  1791,  1792,  1796,  1797,  1798,  1799,
+    1800,  1801,  1802,  1803,  1804,  1805,  1806,  1807,  1811,  1812,
+    1820,  1821,  1828,  1828,  1830,  1830,  1835,  1835,  1837,  1837,
+    1842,  1843,  1848,  1852,  1856,  1860,  1864,  1868,  1872,  1873,
+    1874,  1875,  1877,  1878,  1880,  1882,  1889,  1894,  1896,  1898,
+    1900,  1905,  1906,  1910,  1911,  1915,  1916,  1920,  1921,  1925,
+    1926,  1930,  1931,  1935,  1936,  1937,  1941,  1955,  1960,  1960,
+    1965,  1965,  1970,  1976,  1980,  1981,  1980,  1991,  1992,  1992,
+    1997,  1998,  1999,  2010,  2018,  2019,  2023,  2024,  2028,  2029,
+    2030,  2031,  2032,  2034,  2035,  2036,  2037,  2041,  2042,  2043,
+    2044,  2045,  2046,  2047,  2048,  2049,  2050,  2054,  2055,  2059,
+    2060,  2061,  2062,  2066,  2067,  2068,  2072,  2073,  2074,  2078,
+    2079,  2080,  2081,  2082,  2086,  2087,  2088,  2092,  2093,  2097,
+    2098,  2102,  2103,  2107,  2108,  2112,  2113,  2117,  2118,  2119,
+    2118,  2121,  2122,  2121,  2127,  2128,  2129,  2130,  2131,  2132,
+    2133,  2134,  2135,  2136,  2137,  2138,  2142,  2143,  2147,  2151,
+    2153,  2155,  2160,  2161,  2163,  2165,  2169,  2170,  2171,  2173,
+    2174,  2175,  2176,  2177,  2178,  2179,  2182,  2184,  2187,  2189,
+    2193,  2197,  2198,  2199,  2200,  2201,  2205,  2206,  2207,  2208
 };
 #endif
 
-
-#if (YYDEBUG) || defined YYERROR_VERBOSE
-
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
+#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
+/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
+   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
 static const char *const yytname[] =
 {
-  "$", "error", "$undefined.", "BADTOK", "SKIPTOK", "CTOK_ELIPSIS", "CASE", 
-  "DEFAULT", "CIF", "CELSE", "SWITCH", "WHILE", "DO", "CFOR", "GOTO", 
-  "CONTINUE", "BREAK", "RETURN", "TSEMI", "TLBRACE", "TRBRACE", "TCOMMA", 
-  "TCOLON", "TASSIGN", "TLPAREN", "TRPAREN", "TLSQBR", "TRSQBR", "TDOT", 
-  "TAMPERSAND", "TEXCL", "TTILDE", "TMINUS", "TPLUS", "TMULT", "TDIV", 
-  "TPERCENT", "TLT", "TGT", "TCIRC", "TBAR", "TQUEST", "CSIZEOF", 
-  "CALIGNOF", "CTYPEOF", "ARROW_OP", "CTYPEDEF", "COFFSETOF", "INC_OP", 
-  "DEC_OP", "LEFT_OP", "RIGHT_OP", "LE_OP", "GE_OP", "EQ_OP", "NE_OP", 
-  "AND_OP", "OR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "MOD_ASSIGN", 
-  "ADD_ASSIGN", "SUB_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN", "AND_ASSIGN", 
-  "XOR_ASSIGN", "OR_ASSIGN", "CSTRUCT", "CUNION", "CENUM", "VA_ARG", 
-  "VA_DCL", "QWARN", "QGLOBALS", "QMODIFIES", "QNOMODS", "QCONSTANT", 
-  "QFUNCTION", "QITER", "QDEFINES", "QUSES", "QALLOCATES", "QSETS", 
-  "QRELEASES", "QPRECLAUSE", "QPOSTCLAUSE", "QINVARIANT", "QALT", 
-  "QUNDEF", "QKILLED", "QENDMACRO", "LLMACRO", "LLMACROITER", 
-  "LLMACROEND", "TENDMACRO", "QDREVEALSTATE", "QSWITCHBREAK", 
-  "QLOOPBREAK", "QINNERBREAK", "QSAFEBREAK", "QINNERCONTINUE", 
-  "QFALLTHROUGH", "QLINTNOTREACHED", "QLINTFALLTHROUGH", "QLINTFALLTHRU", 
-  "QARGSUSED", "QPRINTFLIKE", "QLINTPRINTFLIKE", "QSCANFLIKE", 
-  "QMESSAGELIKE", "QNOTREACHED", "QCONST", "QRESTRICT", "QVOLATILE", 
-  "QINLINE", "QEXTENSION", "QEXTERN", "QSTATIC", "QAUTO", "QREGISTER", 
-  "QOUT", "QIN", "QYIELD", "QONLY", "QTEMP", "QSHARED", "QREF", "QUNIQUE", 
-  "QCHECKED", "QUNCHECKED", "QCHECKEDSTRICT", "QCHECKMOD", "QKEEP", 
-  "QKEPT", "QPARTIAL", "QSPECIAL", "QOWNED", "QDEPENDENT", "QRETURNED", 
-  "QEXPOSED", "QNULL", "QOBSERVER", "QISNULL", "QEXITS", "QMAYEXIT", 
-  "QNEVEREXIT", "QTRUEEXIT", "QFALSEEXIT", "QLONG", "QSIGNED", 
-  "QUNSIGNED", "QSHORT", "QUNUSED", "QSEF", "QNOTNULL", "QRELNULL", 
-  "QABSTRACT", "QNUMABSTRACT", "QCONCRETE", "QMUTABLE", "QIMMUTABLE", 
-  "QTRUENULL", "QFALSENULL", "QEXTERNAL", "QREFCOUNTED", "QREFS", 
-  "QNEWREF", "QTEMPREF", "QKILLREF", "QRELDEF", "CGCHAR", "CBOOL", "CINT", 
-  "CGFLOAT", "CDOUBLE", "CVOID", "QANYTYPE", "QINTEGRALTYPE", 
-  "QUNSIGNEDINTEGRALTYPE", "QSIGNEDINTEGRALTYPE", "QNULLTERMINATED", 
-  "QSETBUFFERSIZE", "QSETSTRINGLENGTH", "QMAXSET", "QMAXREAD", 
-  "QTESTINRANGE", "TCAND", "IDENTIFIER", "NEW_IDENTIFIER", 
-  "TYPE_NAME_OR_ID", "CANNOTATION", "CCONSTANT", "ITER_NAME", 
-  "ITER_ENDNAME", "TYPE_NAME", "METASTATE_NAME", "file", "externalDefs", 
-  "externalDef", "constantDecl", "fcnDecl", "@1", "plainFcn", 
-  "plainNamedDecl", "namedDeclBase", "@2", "@3", "plainNamedDeclBase", 
-  "@4", "@5", "iterDecl", "@6", "@7", "macroDef", "fcnDefHdr", 
-  "metaStateConstraint", "metaStateSpecifier", "@8", "@9", 
-  "metaStateExpression", "metaStateName", "constraintSeperator", 
-  "BufConstraintList", "BufConstraint", "bufferModifier", "relationalOp", 
-  "BufConstraintExpr", "BufConstraintTerm", "BufConstraintSrefExpr", 
-  "BufUnaryOp", "BufBinaryOp", "functionClauses", "functionClausesPlain", 
-  "functionClause", "functionClausePlain", "globalsClause", 
-  "globalsClausePlain", "@10", "nomodsClause", "modifiesClause", 
-  "modifiesClausePlain", "@11", "flagSpec", "flagId", "optWarnClause", 
-  "warnClause", "warnClausePlain", "globIdList", "globIdListExpr", 
-  "optGlobQuals", "globId", "globQual", "stateTag", "conditionTag", 
-  "fcnDefHdrAux", "fcnBody", "@12", "@13", "@14", "fcnDef", "locModifies", 
-  "modListExpr", "mExpr", "modList", "specClauseListExpr", 
-  "optSpecClauseList", "specClauseList", "primaryExpr", "@15", 
-  "postfixExpr", "argumentExprList", "unaryExpr", "fieldDesignator", 
-  "offsetofExpr", "sizeofExpr", "@16", "processSizeof", 
-  "endprocessSizeof", "sizeofExprAux", "castExpr", "timesExpr", 
-  "plusExpr", "shiftExpr", "relationalExpr", "equalityExpr", "bitandExpr", 
-  "xorExpr", "bitorExpr", "andExpr", "@17", "orExpr", "@18", 
-  "conditionalExpr", "@19", "@20", "@21", "@22", "assignExpr", "expr", 
-  "optExpr", "constantExpr", "initializer", "instanceDecl", "@23", "@24", 
-  "namedInitializerType", "namedInitializer", "@25", "typeDecl", "@26", 
-  "IsType", "PushType", "namedInitializerList", "namedInitializerListAux", 
-  "namedInitializerTypeList", "namedInitializerTypeListAux", 
-  "optDeclarators", "init", "designation", "designatorList", "designator", 
-  "initList", "storageSpecifier", "stateClause", "stateClausePlain", 
-  "@27", "conditionClause", "startConditionClause", 
-  "conditionClausePlain", "@28", "@29", "functionConstraint", 
-  "exitsQualifier", "checkQualifier", "stateQualifier", "paramQualifier", 
-  "visibilityQualifier", "returnQualifier", "typedefQualifier", 
-  "refcountQualifier", "typeModifier", "definedQualifier", 
-  "typeQualifier", "typeSpecifier", "completeType", 
-  "completeTypeSpecifier", "altType", "completeTypeSpecifierAux", 
-  "optCompleteType", "optStructInvariant", "suSpc", "@30", "@31", "@32", 
-  "@33", "@34", "@35", "@36", "@37", "NotType", "structDeclList", 
-  "structDecl", "structNamedDeclList", "structNamedDecl", "enumSpc", 
-  "@38", "enumeratorList", "enumerator", "optNamedDecl", "namedDecl", 
-  "genericParamList", "innerMods", "innerModsList", "pointers", 
-  "paramIdList", "idList", "paramTypeList", "paramList", "@39", "@40", 
-  "paramDecl", "typeExpression", "abstractDecl", "optAbstractDeclBase", 
-  "abstractDeclBase", "stmt", "debugStmt", "iterBody", "endBody", 
-  "iterDefStmtList", "iterDefIterationStmt", "forPred", "@41", "@42", 
-  "partialIterStmt", "@43", "iterDefStmt", "iterSelectionStmt", "@44", 
-  "openScope", "closeScope", "macroBody", "stmtErr", "labeledStmt", 
-  "optExtraFallThroughs", "caseStmt", "@45", "@46", "defaultStmt", "@47", 
-  "@48", "compoundStmt", "compoundStmtErr", "CreateInnerScope", 
-  "DeleteInnerScope", "CreateStructInnerScope", "DeleteStructInnerScope", 
-  "DeleteInnerScopeSafe", "compoundStmtRest", "compoundStmtAux", 
-  "compoundStmtAuxErr", "stmtListErr", "initializerList", 
-  "typeInitializerList", "typeInitializer", "stmtList", "expressionStmt", 
-  "expressionStmtErr", "ifPred", "selectionStmt", "@49", "@50", 
-  "whilePred", "iterWhilePred", "iterStmt", "@51", "@52", "iterArgList", 
-  "@53", "iterArgExpr", "cconstantExpr", "primaryIterExpr", 
-  "postfixIterExpr", "unaryIterExpr", "castIterExpr", "timesIterExpr", 
-  "plusIterExpr", "shiftIterExpr", "relationalIterExpr", 
-  "equalityIterExpr", "bitandIterExpr", "xorIterExpr", "bitorIterExpr", 
-  "andIterExpr", "orIterExpr", "conditionalIterExpr", "@54", "@55", "@56", 
-  "@57", "assignIterExpr", "endIter", "doHeader", "iterationStmt", 
-  "iterationStmtErr", "jumpStmt", "optSemi", "optComma", "id", "newId", 
+  "$end", "error", "$undefined", "BADTOK", "SKIPTOK", "CTOK_ELIPSIS",
+  "CASE", "DEFAULT", "CIF", "CELSE", "SWITCH", "WHILE", "DO", "CFOR",
+  "GOTO", "CONTINUE", "BREAK", "RETURN", "TSEMI", "TLBRACE", "TRBRACE",
+  "TCOMMA", "TCOLON", "TASSIGN", "TLPAREN", "TRPAREN", "TLSQBR", "TRSQBR",
+  "TDOT", "TAMPERSAND", "TEXCL", "TTILDE", "TMINUS", "TPLUS", "TMULT",
+  "TDIV", "TPERCENT", "TLT", "TGT", "TCIRC", "TBAR", "TQUEST", "CSIZEOF",
+  "CALIGNOF", "CTYPEOF", "ARROW_OP", "CTYPEDEF", "COFFSETOF", "INC_OP",
+  "DEC_OP", "LEFT_OP", "RIGHT_OP", "LE_OP", "GE_OP", "EQ_OP", "NE_OP",
+  "AND_OP", "OR_OP", "MUL_ASSIGN", "DIV_ASSIGN", "MOD_ASSIGN",
+  "ADD_ASSIGN", "SUB_ASSIGN", "LEFT_ASSIGN", "RIGHT_ASSIGN", "AND_ASSIGN",
+  "XOR_ASSIGN", "OR_ASSIGN", "CSTRUCT", "CUNION", "CENUM", "VA_ARG",
+  "VA_DCL", "QWARN", "QGLOBALS", "QMODIFIES", "QNOMODS", "QCONSTANT",
+  "QFUNCTION", "QITER", "QDEFINES", "QUSES", "QALLOCATES", "QSETS",
+  "QRELEASES", "QPRECLAUSE", "QPOSTCLAUSE", "QINVARIANT", "QALT", "QUNDEF",
+  "QKILLED", "QENDMACRO", "LLMACRO", "LLMACROITER", "LLMACROEND",
+  "TENDMACRO", "QDREVEALSTATE", "QSWITCHBREAK", "QLOOPBREAK",
+  "QINNERBREAK", "QSAFEBREAK", "QINNERCONTINUE", "QFALLTHROUGH",
+  "QLINTNOTREACHED", "QLINTFALLTHROUGH", "QLINTFALLTHRU", "QARGSUSED",
+  "QPRINTFLIKE", "QLINTPRINTFLIKE", "QSCANFLIKE", "QMESSAGELIKE",
+  "QNOTREACHED", "QCONST", "QRESTRICT", "QVOLATILE", "QINLINE",
+  "QEXTENSION", "QEXTERN", "QSTATIC", "QAUTO", "QREGISTER", "QOUT", "QIN",
+  "QYIELD", "QONLY", "QTEMP", "QSHARED", "QREF", "QUNIQUE", "QCHECKED",
+  "QUNCHECKED", "QCHECKEDSTRICT", "QCHECKMOD", "QKEEP", "QKEPT",
+  "QPARTIAL", "QSPECIAL", "QOWNED", "QDEPENDENT", "QRETURNED", "QEXPOSED",
+  "QNULL", "QOBSERVER", "QISNULL", "QEXITS", "QMAYEXIT", "QNEVEREXIT",
+  "QTRUEEXIT", "QFALSEEXIT", "QLONG", "QSIGNED", "QUNSIGNED", "QSHORT",
+  "QUNUSED", "QSEF", "QNOTNULL", "QRELNULL", "QABSTRACT", "QNUMABSTRACT",
+  "QCONCRETE", "QMUTABLE", "QIMMUTABLE", "QTRUENULL", "QFALSENULL",
+  "QEXTERNAL", "QREFCOUNTED", "QREFS", "QNEWREF", "QTEMPREF", "QKILLREF",
+  "QRELDEF", "CGCHAR", "CBOOL", "CINT", "CGFLOAT", "CDOUBLE", "CVOID",
+  "QANYTYPE", "QINTEGRALTYPE", "QUNSIGNEDINTEGRALTYPE",
+  "QSIGNEDINTEGRALTYPE", "QNULLTERMINATED", "QSETBUFFERSIZE",
+  "QSETSTRINGLENGTH", "QMAXSET", "QMAXREAD", "QTESTINRANGE", "TCAND",
+  "IDENTIFIER", "NEW_IDENTIFIER", "TYPE_NAME_OR_ID", "CANNOTATION",
+  "CCONSTANT", "ITER_NAME", "ITER_ENDNAME", "TYPE_NAME", "METASTATE_NAME",
+  "$accept", "file", "externalDefs", "externalDef", "constantDecl",
+  "fcnDecl", "@1", "plainFcn", "plainNamedDecl", "namedDeclBase", "@2",
+  "@3", "plainNamedDeclBase", "@4", "@5", "iterDecl", "@6", "@7",
+  "macroDef", "fcnDefHdr", "metaStateConstraint", "metaStateSpecifier",
+  "@8", "@9", "metaStateExpression", "metaStateName",
+  "constraintSeperator", "BufConstraintList", "BufConstraint",
+  "bufferModifier", "relationalOp", "BufConstraintExpr",
+  "BufConstraintTerm", "BufConstraintSrefExpr", "BufUnaryOp",
+  "BufBinaryOp", "functionClauses", "functionClausesPlain",
+  "functionClause", "functionClausePlain", "globalsClause",
+  "globalsClausePlain", "@10", "nomodsClause", "modifiesClause",
+  "modifiesClausePlain", "@11", "flagSpec", "flagId", "optWarnClause",
+  "warnClause", "warnClausePlain", "globIdList", "globIdListExpr",
+  "optGlobQuals", "globId", "globQual", "stateTag", "conditionTag",
+  "fcnDefHdrAux", "fcnBody", "@12", "@13", "@14", "fcnDef", "locModifies",
+  "modListExpr", "mExpr", "modList", "specClauseListExpr",
+  "optSpecClauseList", "specClauseList", "primaryExpr", "@15",
+  "postfixExpr", "argumentExprList", "unaryExpr", "fieldDesignator",
+  "offsetofExpr", "sizeofExpr", "@16", "processSizeof", "endprocessSizeof",
+  "sizeofExprAux", "castExpr", "timesExpr", "plusExpr", "shiftExpr",
+  "relationalExpr", "equalityExpr", "bitandExpr", "xorExpr", "bitorExpr",
+  "andExpr", "@17", "orExpr", "@18", "conditionalExpr", "@19", "@20",
+  "@21", "@22", "assignExpr", "expr", "optExpr", "constantExpr",
+  "initializer", "instanceDecl", "@23", "@24", "namedInitializerType",
+  "namedInitializer", "@25", "typeDecl", "@26", "IsType", "PushType",
+  "namedInitializerList", "namedInitializerListAux",
+  "namedInitializerTypeList", "namedInitializerTypeListAux",
+  "optDeclarators", "init", "designation", "designatorList", "designator",
+  "initList", "storageSpecifier", "stateClause", "stateClausePlain", "@27",
+  "conditionClause", "startConditionClause", "conditionClausePlain", "@28",
+  "@29", "functionConstraint", "exitsQualifier", "checkQualifier",
+  "stateQualifier", "paramQualifier", "visibilityQualifier",
+  "returnQualifier", "typedefQualifier", "refcountQualifier",
+  "typeModifier", "definedQualifier", "typeQualifier", "typeSpecifier",
+  "completeType", "completeTypeSpecifier", "altType",
+  "completeTypeSpecifierAux", "optCompleteType", "optStructInvariant",
+  "suSpc", "@30", "@31", "@32", "@33", "@34", "@35", "@36", "@37",
+  "NotType", "structDeclList", "structDecl", "structNamedDeclList",
+  "structNamedDecl", "enumSpc", "@38", "enumeratorList", "enumerator",
+  "optNamedDecl", "namedDecl", "genericParamList", "innerMods",
+  "innerModsList", "pointers", "paramIdList", "idList", "paramTypeList",
+  "paramList", "@39", "@40", "paramDecl", "typeExpression", "abstractDecl",
+  "optAbstractDeclBase", "abstractDeclBase", "stmt", "debugStmt",
+  "iterBody", "endBody", "iterDefStmtList", "iterDefIterationStmt",
+  "forPred", "@41", "@42", "partialIterStmt", "@43", "iterDefStmt",
+  "iterSelectionStmt", "@44", "openScope", "closeScope", "macroBody",
+  "stmtErr", "labeledStmt", "optExtraFallThroughs", "caseStmt", "@45",
+  "@46", "defaultStmt", "@47", "@48", "compoundStmt", "compoundStmtErr",
+  "CreateInnerScope", "DeleteInnerScope", "CreateStructInnerScope",
+  "DeleteStructInnerScope", "DeleteInnerScopeSafe", "compoundStmtRest",
+  "compoundStmtAux", "compoundStmtAuxErr", "stmtListErr",
+  "initializerList", "typeInitializerList", "typeInitializer", "stmtList",
+  "expressionStmt", "expressionStmtErr", "ifPred", "selectionStmt", "@49",
+  "@50", "whilePred", "iterWhilePred", "iterStmt", "@51", "@52",
+  "iterArgList", "@53", "iterArgExpr", "cconstantExpr", "primaryIterExpr",
+  "postfixIterExpr", "unaryIterExpr", "castIterExpr", "timesIterExpr",
+  "plusIterExpr", "shiftIterExpr", "relationalIterExpr",
+  "equalityIterExpr", "bitandIterExpr", "xorIterExpr", "bitorIterExpr",
+  "andIterExpr", "orIterExpr", "conditionalIterExpr", "@54", "@55", "@56",
+  "@57", "assignIterExpr", "endIter", "doHeader", "iterationStmt",
+  "iterationStmtErr", "jumpStmt", "optSemi", "optComma", "id", "newId",
   "typeName", 0
 };
 #endif
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
-static const short yyr1[] =
+# ifdef YYPRINT
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
+   token YYLEX-NUM.  */
+static const yytype_uint16 yytoknum[] =
+{
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
+     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
+     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
+     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
+     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
+     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
+     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
+     325,   326,   327,   328,   329,   330,   331,   332,   333,   334,
+     335,   336,   337,   338,   339,   340,   341,   342,   343,   344,
+     345,   346,   347,   348,   349,   350,   351,   352,   353,   354,
+     355,   356,   357,   358,   359,   360,   361,   362,   363,   364,
+     365,   366,   367,   368,   369,   370,   371,   372,   373,   374,
+     375,   376,   377,   378,   379,   380,   381,   382,   383,   384,
+     385,   386,   387,   388,   389,   390,   391,   392,   393,   394,
+     395,   396,   397,   398,   399,   400,   401,   402,   403,   404,
+     405,   406,   407,   408,   409,   410,   411,   412,   413,   414,
+     415,   416,   417,   418,   419,   420,   421,   422,   423,   424,
+     425,   426,   427,   428,   429,   430,   431,   432,   433,   434,
+     435,   436,   437,   438,   439,   440,   441,   442,   443,   444,
+     445,   446,   447,   448,   449,   450,   451
+};
+# endif
+
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
+static const yytype_uint16 yyr1[] =
 {
-       0,   197,   197,   198,   198,   199,   199,   199,   199,   199,
-     199,   199,   199,   200,   200,   202,   201,   203,   203,   204,
-     204,   205,   205,   205,   205,   206,   205,   207,   205,   208,
-     208,   208,   208,   209,   208,   210,   208,   212,   213,   211,
-     214,   214,   214,   214,   215,   216,   218,   217,   219,   217,
-     220,   220,   221,   222,   222,   223,   223,   224,   225,   225,
-     226,   226,   226,   227,   227,   227,   228,   228,   229,   229,
-     229,   229,   229,   229,   229,   229,   230,   231,   231,   232,
-     232,   233,   233,   234,   234,   234,   234,   234,   234,   235,
-     235,   235,   235,   235,   235,   236,   238,   237,   239,   240,
-     242,   241,   243,   243,   244,   245,   245,   246,   247,   247,
-     248,   248,   249,   250,   250,   251,   251,   251,   252,   252,
-     252,   252,   252,   253,   253,   253,   253,   253,   254,   254,
-     255,   255,   257,   256,   258,   259,   256,   260,   261,   261,
-     262,   262,   262,   262,   262,   262,   262,   262,   262,   263,
-     263,   264,   264,   265,   265,   265,   265,   265,   265,   265,
-     265,   266,   266,   267,   267,   268,   268,   268,   268,   268,
-     268,   269,   268,   270,   270,   270,   270,   270,   270,   270,
-     270,   270,   270,   271,   271,   272,   272,   272,   272,   272,
-     272,   272,   272,   272,   272,   272,   273,   273,   273,   274,
-     276,   275,   277,   278,   279,   279,   279,   279,   280,   280,
-     281,   281,   281,   281,   282,   282,   282,   283,   283,   283,
-     284,   284,   284,   284,   284,   285,   285,   285,   286,   286,
-     287,   287,   288,   288,   289,   290,   289,   291,   292,   291,
-     293,   294,   295,   293,   296,   297,   293,   298,   298,   298,
-     298,   298,   298,   298,   298,   298,   298,   298,   298,   299,
-     299,   300,   300,   301,   302,   302,   302,   303,   304,   303,
-     305,   303,   306,   306,   307,   308,   307,   310,   309,   309,
-     309,   311,   312,   313,   314,   314,   315,   316,   316,   317,
-     317,   318,   318,   318,   318,   319,   319,   320,   320,   321,
-     321,   322,   322,   323,   323,   323,   323,   323,   324,   326,
-     325,   327,   328,   330,   329,   331,   329,   332,   332,   333,
-     333,   333,   333,   333,   334,   334,   334,   334,   335,   335,
-     335,   335,   335,   335,   335,   335,   335,   335,   335,   335,
-     335,   335,   335,   335,   335,   336,   336,   337,   337,   338,
-     338,   339,   339,   339,   339,   339,   340,   340,   340,   340,
-     340,   340,   341,   341,   341,   341,   342,   342,   342,   342,
-     343,   343,   343,   343,   343,   343,   343,   343,   343,   343,
-     343,   343,   344,   344,   344,   344,   344,   344,   344,   344,
-     344,   344,   344,   344,   344,   344,   345,   346,   346,   347,
-     347,   348,   348,   348,   349,   349,   350,   352,   353,   351,
-     354,   355,   351,   351,   351,   356,   357,   351,   358,   359,
-     351,   351,   351,   351,   351,   360,   361,   361,   361,   362,
-     362,   363,   363,   364,   364,   364,   365,   366,   365,   365,
-     367,   367,   367,   368,   368,   369,   369,   369,   369,   370,
-     370,   371,   371,   372,   372,   372,   373,   373,   374,   374,
-     374,   374,   375,   375,   376,   376,   377,   377,   377,   379,
-     378,   380,   378,   381,   381,   382,   382,   383,   383,   383,
-     384,   384,   385,   385,   385,   385,   385,   385,   385,   385,
-     385,   386,   386,   386,   386,   386,   386,   386,   386,   386,
-     386,   387,   388,   389,   390,   390,   391,   391,   391,   391,
-     393,   394,   392,   396,   395,   395,   397,   397,   397,   397,
-     397,   397,   397,   397,   397,   397,   397,   397,   397,   399,
-     398,   400,   401,   402,   402,   403,   403,   403,   403,   403,
-     403,   403,   403,   403,   403,   403,   403,   404,   404,   405,
-     405,   407,   406,   408,   406,   410,   409,   411,   409,   412,
-     412,   413,   414,   415,   416,   417,   418,   419,   419,   419,
-     419,   419,   419,   419,   419,   420,   421,   421,   421,   421,
-     422,   422,   423,   423,   424,   424,   425,   425,   426,   426,
-     427,   427,   428,   428,   428,   429,   430,   431,   430,   432,
-     430,   433,   434,   436,   437,   435,   438,   439,   438,   440,
-     440,   440,   440,   441,   441,   442,   442,   443,   443,   443,
-     443,   443,   443,   443,   443,   443,   444,   444,   444,   444,
-     444,   444,   444,   444,   444,   444,   445,   445,   446,   446,
-     446,   446,   447,   447,   447,   448,   448,   448,   449,   449,
-     449,   449,   449,   450,   450,   450,   451,   451,   452,   452,
-     453,   453,   454,   454,   455,   455,   456,   457,   458,   456,
-     459,   460,   456,   461,   461,   461,   461,   461,   461,   461,
-     461,   461,   461,   461,   461,   462,   462,   463,   464,   464,
-     464,   465,   465,   465,   465,   466,   466,   466,   466,   466,
-     466,   466,   466,   466,   466,   467,   467,   468,   468,   469,
-     470,   470,   470,   470,   470,   471,   471,   471,   471
+       0,   197,   198,   198,   199,   199,   200,   200,   200,   200,
+     200,   200,   200,   200,   201,   201,   203,   202,   204,   204,
+     205,   205,   206,   206,   206,   206,   207,   206,   208,   206,
+     209,   209,   209,   209,   210,   209,   211,   209,   213,   214,
+     212,   215,   215,   215,   215,   216,   217,   219,   218,   220,
+     218,   221,   221,   222,   223,   223,   224,   224,   225,   226,
+     226,   227,   227,   227,   228,   228,   228,   229,   229,   230,
+     230,   230,   230,   230,   230,   230,   230,   231,   232,   232,
+     233,   233,   234,   234,   235,   235,   235,   235,   235,   235,
+     236,   236,   236,   236,   236,   236,   237,   239,   238,   240,
+     241,   243,   242,   244,   244,   245,   246,   246,   247,   248,
+     248,   249,   249,   250,   251,   251,   252,   252,   252,   253,
+     253,   253,   253,   253,   254,   254,   254,   254,   254,   255,
+     255,   256,   256,   258,   257,   259,   260,   257,   261,   262,
+     262,   263,   263,   263,   263,   263,   263,   263,   263,   263,
+     264,   264,   265,   265,   266,   266,   266,   266,   266,   266,
+     266,   266,   267,   267,   268,   268,   269,   269,   269,   269,
+     269,   269,   270,   269,   271,   271,   271,   271,   271,   271,
+     271,   271,   271,   271,   272,   272,   273,   273,   273,   273,
+     273,   273,   273,   273,   273,   273,   273,   274,   274,   274,
+     275,   277,   276,   278,   279,   280,   280,   280,   280,   281,
+     281,   282,   282,   282,   282,   283,   283,   283,   284,   284,
+     284,   285,   285,   285,   285,   285,   286,   286,   286,   287,
+     287,   288,   288,   289,   289,   290,   291,   290,   292,   293,
+     292,   294,   295,   296,   294,   297,   298,   294,   299,   299,
+     299,   299,   299,   299,   299,   299,   299,   299,   299,   299,
+     300,   300,   301,   301,   302,   303,   303,   303,   304,   305,
+     304,   306,   304,   307,   307,   308,   309,   308,   311,   310,
+     310,   310,   312,   313,   314,   315,   315,   316,   317,   317,
+     318,   318,   319,   319,   319,   319,   320,   320,   321,   321,
+     322,   322,   323,   323,   324,   324,   324,   324,   324,   325,
+     327,   326,   328,   329,   331,   330,   332,   330,   333,   333,
+     334,   334,   334,   334,   334,   335,   335,   335,   335,   336,
+     336,   336,   336,   336,   336,   336,   336,   336,   336,   336,
+     336,   336,   336,   336,   336,   336,   337,   337,   338,   338,
+     339,   339,   340,   340,   340,   340,   340,   341,   341,   341,
+     341,   341,   341,   342,   342,   342,   342,   343,   343,   343,
+     343,   344,   344,   344,   344,   344,   344,   344,   344,   344,
+     344,   344,   344,   345,   345,   345,   345,   345,   345,   345,
+     345,   345,   345,   345,   345,   345,   345,   346,   347,   347,
+     348,   348,   349,   349,   349,   350,   350,   351,   353,   354,
+     352,   355,   356,   352,   352,   352,   357,   358,   352,   359,
+     360,   352,   352,   352,   352,   352,   361,   362,   362,   362,
+     363,   363,   364,   364,   365,   365,   365,   366,   367,   366,
+     366,   368,   368,   368,   369,   369,   370,   370,   370,   370,
+     371,   371,   372,   372,   373,   373,   373,   374,   374,   375,
+     375,   375,   375,   376,   376,   377,   377,   378,   378,   378,
+     380,   379,   381,   379,   382,   382,   383,   383,   384,   384,
+     384,   385,   385,   386,   386,   386,   386,   386,   386,   386,
+     386,   386,   387,   387,   387,   387,   387,   387,   387,   387,
+     387,   387,   388,   389,   390,   391,   391,   392,   392,   392,
+     392,   394,   395,   393,   397,   396,   396,   398,   398,   398,
+     398,   398,   398,   398,   398,   398,   398,   398,   398,   398,
+     400,   399,   401,   402,   403,   403,   404,   404,   404,   404,
+     404,   404,   404,   404,   404,   404,   404,   404,   405,   405,
+     406,   406,   408,   407,   409,   407,   411,   410,   412,   410,
+     413,   413,   414,   415,   416,   417,   418,   419,   420,   420,
+     420,   420,   420,   420,   420,   420,   421,   422,   422,   422,
+     422,   423,   423,   424,   424,   425,   425,   426,   426,   427,
+     427,   428,   428,   429,   429,   429,   430,   431,   432,   431,
+     433,   431,   434,   435,   437,   438,   436,   439,   440,   439,
+     441,   441,   441,   441,   442,   442,   443,   443,   444,   444,
+     444,   444,   444,   444,   444,   444,   444,   445,   445,   445,
+     445,   445,   445,   445,   445,   445,   445,   446,   446,   447,
+     447,   447,   447,   448,   448,   448,   449,   449,   449,   450,
+     450,   450,   450,   450,   451,   451,   451,   452,   452,   453,
+     453,   454,   454,   455,   455,   456,   456,   457,   458,   459,
+     457,   460,   461,   457,   462,   462,   462,   462,   462,   462,
+     462,   462,   462,   462,   462,   462,   463,   463,   464,   465,
+     465,   465,   466,   466,   466,   466,   467,   467,   467,   467,
+     467,   467,   467,   467,   467,   467,   468,   468,   469,   469,
+     470,   471,   471,   471,   471,   471,   472,   472,   472,   472
 };
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
-static const short yyr2[] =
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
+static const yytype_uint8 yyr2[] =
 {
-       0,     0,     1,     1,     2,     2,     1,     1,     1,     1,
-       1,     1,     1,     8,    11,     0,     5,     1,     3,     1,
-       2,     1,     6,     3,     6,     0,     6,     0,     7,     1,
-       6,     3,     6,     0,     6,     0,     7,     0,     0,    10,
-       3,     3,     3,     2,     1,     3,     0,     4,     0,     4,
-       1,     3,     1,     1,     1,     3,     1,     3,     1,     1,
-       1,     1,     1,     1,     4,     5,     1,     1,     1,     1,
-       3,     4,     2,     3,     3,     3,     1,     1,     1,     0,
-       2,     0,     2,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     1,     1,     2,     0,     4,     1,     2,
-       0,     3,     1,     3,     1,     1,     0,     2,     3,     2,
-       1,     3,     2,     0,     2,     1,     1,     1,     1,     1,
+       0,     2,     0,     1,     1,     2,     2,     1,     1,     1,
+       1,     1,     1,     1,     8,    11,     0,     5,     1,     3,
+       1,     2,     1,     6,     3,     6,     0,     6,     0,     7,
+       1,     6,     3,     6,     0,     6,     0,     7,     0,     0,
+      10,     3,     3,     3,     2,     1,     3,     0,     4,     0,
+       4,     1,     3,     1,     1,     1,     3,     1,     3,     1,
+       1,     1,     1,     1,     1,     4,     5,     1,     1,     1,
+       1,     3,     4,     2,     3,     3,     3,     1,     1,     1,
+       0,     2,     0,     2,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     1,     1,     2,     0,     4,     1,
+       2,     0,     3,     1,     3,     1,     1,     0,     2,     3,
+       2,     1,     3,     2,     0,     2,     1,     1,     1,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     3,     0,     3,     0,     0,     4,     2,     2,     1,
-       1,     1,     1,     3,     4,     2,     3,     3,     3,     1,
-       1,     1,     3,     1,     1,     3,     4,     2,     3,     3,
-       3,     0,     1,     1,     3,     1,     1,     1,     3,     1,
-       1,     0,     4,     1,     4,     3,     4,     6,     5,     5,
-       2,     2,     7,     1,     3,     1,     2,     2,     2,     2,
-       2,     2,     2,     2,     3,     1,     3,     4,     1,     9,
-       0,     3,     0,     0,     4,     2,     4,     2,     1,     4,
-       1,     3,     3,     3,     1,     3,     3,     1,     3,     3,
-       1,     3,     3,     3,     3,     1,     3,     3,     1,     3,
-       1,     3,     1,     3,     1,     0,     4,     1,     0,     4,
-       1,     0,     0,     6,     0,     0,     7,     1,     3,     3,
-       3,     3,     3,     3,     3,     3,     3,     3,     3,     1,
-       3,     0,     1,     1,     1,     1,     1,     3,     0,     9,
-       0,    11,     1,     1,     2,     0,     6,     0,     8,     4,
-       4,     0,     0,     2,     1,     4,     2,     1,     4,     0,
-       4,     1,     3,     4,     2,     2,     2,     1,     2,     3,
-       2,     1,     3,     1,     1,     1,     1,     1,     2,     0,
-       6,     2,     2,     0,     6,     0,     5,     1,     1,     1,
+       1,     1,     3,     0,     3,     0,     0,     4,     2,     2,
+       1,     1,     1,     1,     3,     4,     2,     3,     3,     3,
+       1,     1,     1,     3,     1,     1,     3,     4,     2,     3,
+       3,     3,     0,     1,     1,     3,     1,     1,     1,     3,
+       1,     1,     0,     4,     1,     4,     3,     4,     6,     5,
+       5,     2,     2,     7,     1,     3,     1,     2,     2,     2,
+       2,     2,     2,     2,     2,     3,     1,     3,     4,     1,
+       9,     0,     3,     0,     0,     4,     2,     4,     2,     1,
+       4,     1,     3,     3,     3,     1,     3,     3,     1,     3,
+       3,     1,     3,     3,     3,     3,     1,     3,     3,     1,
+       3,     1,     3,     1,     3,     1,     0,     4,     1,     0,
+       4,     1,     0,     0,     6,     0,     0,     7,     1,     3,
+       3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
+       1,     3,     0,     1,     1,     1,     1,     1,     3,     0,
+       9,     0,    11,     1,     1,     2,     0,     6,     0,     8,
+       4,     4,     0,     0,     2,     1,     4,     2,     1,     4,
+       0,     4,     1,     3,     4,     2,     2,     2,     1,     2,
+       3,     2,     1,     3,     1,     1,     1,     1,     1,     2,
+       0,     6,     2,     2,     0,     6,     0,     5,     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,     1,
        1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     2,     2,     2,     2,     2,     2,     2,     2,     2,
        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       2,     2,     2,     2,     2,     2,     3,     1,     4,     1,
-       3,     2,     2,     2,     0,     1,     0,     0,     0,    12,
-       0,     0,    11,     6,     6,     0,     0,    10,     0,     0,
-      10,     5,     5,     4,     4,     0,     1,     1,     2,     5,
-       3,     2,     4,     1,     3,     4,     6,     0,     8,     4,
-       1,     3,     2,     1,     4,     1,     1,     2,     2,     1,
-       2,     1,     2,     1,     1,     1,     1,     2,     1,     2,
-       2,     3,     1,     3,     1,     3,     1,     1,     3,     0,
-       2,     0,     4,     4,     1,     1,     2,     1,     1,     2,
-       0,     1,     5,     2,     3,     3,     4,     3,     4,     4,
-       5,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-       1,     4,     1,     1,     1,     2,     2,     7,     6,     2,
-       0,     0,    10,     0,     6,     1,     1,     1,     1,     2,
-       1,     1,     1,     1,     1,     1,     1,     3,     1,     0,
-       3,     2,     2,     1,     1,     1,     1,     1,     1,     1,
-       1,     1,     1,     3,     1,     1,     1,     2,     2,     0,
-       2,     0,     4,     0,     6,     0,     3,     0,     5,     3,
-       2,     3,     0,     0,     0,     0,     0,     1,     2,     2,
-       3,     2,     3,     3,     4,     2,     2,     3,     3,     4,
-       1,     2,     1,     2,     1,     3,     1,     4,     1,     2,
-       1,     2,     1,     2,     1,     4,     2,     0,     5,     0,
-       6,     4,     4,     0,     0,    10,     1,     0,     4,     1,
-       1,     1,     1,     1,     2,     1,     3,     1,     4,     3,
-       4,     6,     5,     5,     2,     2,     1,     2,     2,     2,
-       2,     2,     2,     2,     2,     1,     1,     4,     1,     3,
-       3,     3,     1,     3,     3,     1,     3,     3,     1,     3,
-       3,     3,     3,     1,     3,     3,     1,     3,     1,     3,
-       1,     3,     1,     3,     1,     3,     1,     0,     0,     6,
-       0,     0,     7,     1,     3,     3,     3,     3,     3,     3,
-       3,     3,     3,     3,     3,     1,     0,     1,     2,     7,
-       2,     2,     7,     6,     2,     3,     2,     3,     2,     3,
-       3,     3,     3,     2,     3,     0,     1,     0,     1,     1,
-       1,     1,     1,     1,     1,     1,     1,     4,     4
+       2,     2,     2,     2,     2,     2,     2,     3,     1,     4,
+       1,     3,     2,     2,     2,     0,     1,     0,     0,     0,
+      12,     0,     0,    11,     6,     6,     0,     0,    10,     0,
+       0,    10,     5,     5,     4,     4,     0,     1,     1,     2,
+       5,     3,     2,     4,     1,     3,     4,     6,     0,     8,
+       4,     1,     3,     2,     1,     4,     1,     1,     2,     2,
+       1,     2,     1,     2,     1,     1,     1,     1,     2,     1,
+       2,     2,     3,     1,     3,     1,     3,     1,     1,     3,
+       0,     2,     0,     4,     4,     1,     1,     2,     1,     1,
+       2,     0,     1,     5,     2,     3,     3,     4,     3,     4,
+       4,     5,     1,     1,     1,     1,     1,     1,     1,     1,
+       1,     1,     4,     1,     1,     1,     2,     2,     7,     6,
+       2,     0,     0,    10,     0,     6,     1,     1,     1,     1,
+       2,     1,     1,     1,     1,     1,     1,     1,     3,     1,
+       0,     3,     2,     2,     1,     1,     1,     1,     1,     1,
+       1,     1,     1,     1,     3,     1,     1,     1,     2,     2,
+       0,     2,     0,     4,     0,     6,     0,     3,     0,     5,
+       3,     2,     3,     0,     0,     0,     0,     0,     1,     2,
+       2,     3,     2,     3,     3,     4,     2,     2,     3,     3,
+       4,     1,     2,     1,     2,     1,     3,     1,     4,     1,
+       2,     1,     2,     1,     2,     1,     4,     2,     0,     5,
+       0,     6,     4,     4,     0,     0,    10,     1,     0,     4,
+       1,     1,     1,     1,     1,     2,     1,     3,     1,     4,
+       3,     4,     6,     5,     5,     2,     2,     1,     2,     2,
+       2,     2,     2,     2,     2,     2,     1,     1,     4,     1,
+       3,     3,     3,     1,     3,     3,     1,     3,     3,     1,
+       3,     3,     3,     3,     1,     3,     3,     1,     3,     1,
+       3,     1,     3,     1,     3,     1,     3,     1,     0,     0,
+       6,     0,     0,     7,     1,     3,     3,     3,     3,     3,
+       3,     3,     3,     3,     3,     3,     1,     0,     1,     2,
+       7,     2,     2,     7,     6,     2,     3,     2,     3,     2,
+       3,     3,     3,     3,     2,     3,     0,     1,     0,     1,
+       1,     1,     1,     1,     1,     1,     1,     1,     4,     4
 };
 
-/* 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[] =
+/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
+   means the default is an error.  */
+static const yytype_uint16 yydefact[] =
 {
-       0,    12,    11,   458,     0,   425,   265,   425,    15,     0,
-       0,     0,     0,   281,   281,   281,   304,   303,   305,   306,
-     307,   366,   367,   330,   332,   331,   335,   336,   324,   326,
-     327,   325,   333,   334,   368,   369,   328,   329,   345,   341,
-     337,   342,   338,   319,   320,   323,   321,   322,   363,   364,
-     365,   362,   347,   346,   340,   339,   351,   352,   353,   354,
-     355,   349,   350,   348,   356,   357,   360,   361,   358,   359,
-     425,   425,   425,   425,   425,   425,   425,   425,   425,   425,
-     343,   709,   710,   714,   344,   711,   712,   715,     0,     3,
-       6,     7,   449,     8,     9,   134,    44,   705,    10,   264,
-     266,     0,   404,   281,   281,   281,   281,   281,   281,   281,
-     281,   425,   281,   404,   404,   425,   397,   425,     0,   425,
-     130,   281,   713,    21,   425,   453,   454,   455,   456,   459,
-     460,   281,   284,   281,   281,   277,   425,   716,   425,   425,
-     714,     0,   546,   202,   555,     0,     0,     0,   687,     0,
-       0,     0,     0,   202,   592,     0,   202,   202,   202,   202,
-     202,   202,   281,   202,   202,     0,    43,     0,     0,     0,
-       0,     0,     0,   549,   202,   170,   166,   169,   613,   603,
-     173,   185,   208,   195,   281,   210,   214,   217,   220,   225,
-     228,   230,   232,   234,   237,   240,   247,   259,   594,   545,
-       0,     0,   580,   535,   536,   537,   538,     0,     0,   539,
-     202,   540,     0,   541,   167,     0,   542,   544,   165,     0,
-     528,     0,   590,     0,   562,   515,     0,     0,     0,   524,
-       0,   525,   504,   523,   520,   521,   516,   517,   518,     0,
-       0,   522,   529,     0,     0,   526,   503,     0,   370,   372,
-     371,   382,   384,   383,   385,   386,   387,   388,   389,   390,
-     391,     4,   281,     0,   132,   137,   425,   706,     5,   425,
-     405,   401,   375,   377,   374,   376,   379,   378,   380,   381,
-     395,   373,   402,   403,     0,   281,   281,   393,   281,   281,
-       0,   394,   450,   392,   457,   461,   281,   166,   169,     0,
-     425,   475,     0,   165,   425,     0,   283,   425,     0,   274,
-     281,   705,    17,    19,     0,   425,   281,    29,   469,   208,
-     263,   551,     0,   202,   202,   202,   202,     0,   696,   698,
-     703,     0,   562,     0,     0,     0,   188,   193,   192,   191,
-     190,   189,     0,   281,   186,   187,   202,   202,     0,     0,
-       0,     0,     0,   549,     0,   281,   548,   500,   202,   491,
-     492,   493,   494,     0,   495,   496,   202,   498,   202,   497,
-     499,   562,   202,   202,   180,   181,     0,   202,   202,   202,
-     202,   202,   202,   202,   202,   202,   202,   202,   203,   200,
-     202,   202,   202,   202,   202,   202,   202,   202,   202,   202,
-     202,   202,   202,   202,   202,   202,   235,   244,   238,   593,
-     202,   694,    40,     0,   563,   581,   596,   691,   614,     0,
-     547,   202,     0,     0,     0,   591,    41,   505,   509,   582,
-     425,   519,   531,   532,     0,     0,     0,    42,    23,   202,
-     469,   425,   425,   281,   267,   131,     0,   399,     0,   425,
-       0,   425,     0,   281,     0,   717,   281,   202,     0,   477,
-     476,   478,   718,   281,   280,   281,   279,   275,   425,     0,
-     281,     0,   425,   281,    20,   466,     0,     0,   451,   467,
-     281,     0,   556,     0,   599,     0,   262,     0,   695,   704,
-     562,     0,   168,   202,   543,   281,     0,     0,     0,   699,
-     700,   701,   702,   697,   550,   202,   557,     0,   690,   425,
-     560,   688,     0,     0,   175,     0,   183,     0,     0,     0,
-     248,   249,   250,   251,   252,   253,   254,   255,   256,   257,
-     258,   194,     0,   211,   212,   213,   216,   215,   218,   219,
-     221,   222,   223,   224,   226,   227,   229,   231,   233,   202,
-       0,   202,   202,   260,   576,   716,   580,     0,   425,   561,
-     597,     0,     0,   527,   513,   281,   583,   530,     0,     0,
-      25,     0,   567,   202,   588,   133,   425,   202,   562,   281,
-     268,   398,   281,   415,     0,   423,   418,     0,   424,     0,
-     440,   443,   437,   439,   396,   483,     0,   469,   479,   202,
-       0,   285,   273,   287,   272,   281,   281,   281,   705,    16,
-      31,   202,   469,   281,    18,   452,   462,   464,    37,   471,
-     425,   470,   474,   552,   595,     0,   601,   202,   172,   202,
-     209,   425,     0,   281,   501,   553,     0,   559,   575,     0,
-     604,   202,   176,   174,   281,   281,   202,   202,   201,   236,
-     242,     0,   239,   577,   578,   202,   202,   202,   602,   202,
-     425,   202,   425,    79,    27,   568,   571,   202,   202,   569,
-     202,   589,   136,     0,   270,   281,   400,   421,   564,   407,
-     422,   564,   410,   281,   442,   281,     0,   484,   487,   281,
-       0,   485,     0,   469,   425,   106,   286,   202,   281,   281,
-       0,    33,     0,   281,     0,    81,   468,   281,   480,   202,
-       0,   202,   586,   707,   584,     0,     0,     0,   558,   202,
-     202,   184,   178,   179,   281,   205,   281,   207,   202,   245,
-     579,   598,     0,   281,   202,   202,   202,   202,   202,   202,
-     202,   202,     0,   166,   169,   185,   208,   635,   214,   217,
-     220,   225,   228,   230,   232,   234,   237,     0,   607,   606,
-     167,   617,   626,   636,   638,   642,   645,   648,   653,   656,
-     658,   660,   662,   664,   666,   673,   609,   165,     0,    24,
-       0,    96,   100,    98,   123,   124,   125,   126,   127,   128,
-     129,    26,    79,    83,     0,    85,    84,     0,    88,     0,
-     425,   425,    86,     0,    87,   315,     0,    79,   572,   573,
-     202,   570,    22,   281,   289,   425,   413,   564,   425,   414,
-     564,   436,   441,   202,     0,     0,   488,   486,   489,     0,
-     281,     0,   105,   202,   202,     0,   291,   276,   202,     0,
-     297,     0,   202,     0,   425,    81,    35,     0,   463,   465,
-      38,    81,    89,    91,    90,    94,    92,    93,   472,   445,
-       0,   281,   480,   446,   481,   600,   510,   707,   202,     0,
-       0,   177,   554,     0,   607,     0,     0,   243,   202,   693,
-       0,     0,   188,   193,   192,   191,   190,   189,   186,   187,
-     202,   202,   202,   180,   181,     0,   202,   202,   202,   202,
-     202,   202,   202,   202,   202,   202,   202,   202,   202,   202,
-     202,   202,   202,   202,   202,   202,   202,   202,   202,   202,
-     202,   202,   202,   202,   670,   202,   514,     0,   508,   104,
-     109,   102,   113,   705,    80,    95,    99,   107,   309,   312,
-     308,     0,   313,   311,    28,   574,   202,     0,   427,   425,
-     425,   426,   425,   425,   425,   444,   281,   482,   490,   288,
-     278,   301,     0,     0,   300,   294,   295,   298,   296,   289,
-      13,    32,    34,    81,    30,   705,    82,   469,   473,   447,
-     448,   202,     0,   585,   182,     0,   198,     0,   562,   204,
-     206,   246,   692,   168,   202,     0,   175,     0,     0,     0,
-       0,   674,   675,   676,   677,   678,   679,   680,   681,   682,
-     683,   684,   211,   212,   213,   216,   215,   218,   219,   221,
-     222,   223,   224,   226,   227,   229,   231,   233,   663,     0,
-     202,   665,   202,   507,   108,     0,   118,   119,   120,   121,
-     122,   705,   110,   425,   113,     0,     0,   141,   142,   101,
-     151,   705,   139,   140,     0,    48,     0,     0,    58,    59,
-      69,    67,   318,     0,   317,    56,    76,     0,    63,    66,
-       0,   705,    68,   161,   289,   281,   425,     0,   281,   428,
-     416,   425,   419,   425,   438,   292,   202,   299,   705,    36,
-       0,   281,   511,   587,   281,   202,     0,   689,   686,   209,
-     281,   176,   174,   281,   281,   668,     0,   608,   103,   113,
-      97,   116,   112,   117,   115,   114,     0,   145,     0,     0,
-       0,     0,   138,     0,     0,   154,   163,   705,   153,     0,
-       0,    66,     0,    72,     0,    54,    53,     0,    61,    60,
-      62,     0,     0,     0,     0,     0,     0,   281,   705,   162,
-       0,   269,   281,   430,   281,   281,   425,   433,     0,   408,
-       0,   411,   293,   302,     0,    39,   281,     0,   199,     0,
-     196,   685,   563,     0,   178,   179,   202,   671,   111,   146,
-     143,   149,     0,   150,   147,   148,   152,     0,   157,     0,
-       0,     0,     0,   281,     0,    78,    77,     0,    73,     0,
-      50,    45,    46,    55,    66,    57,    70,     0,    74,    75,
-       0,     0,   316,   281,   281,   290,   202,   281,     0,   431,
-     281,   417,     0,   420,     0,    14,   512,   197,   605,   177,
-     669,   202,   144,   158,   155,     0,   159,   160,   164,   310,
-      52,    49,     0,     0,    71,    47,    64,   314,   271,   434,
-     425,   429,   202,   406,   412,   672,   156,    65,    51,   432,
-     435,   409,     0,     0,     0
+       0,    13,    12,   459,     0,   426,   266,   426,    16,     0,
+       0,     0,     0,   282,   282,   282,   305,   304,   306,   307,
+     308,   367,   368,   331,   333,   332,   336,   337,   325,   327,
+     328,   326,   334,   335,   369,   370,   329,   330,   346,   342,
+     338,   343,   339,   320,   321,   324,   322,   323,   364,   365,
+     366,   363,   348,   347,   341,   340,   352,   353,   354,   355,
+     356,   350,   351,   349,   357,   358,   361,   362,   359,   360,
+     426,   426,   426,   426,   426,   426,   426,   426,   426,   426,
+     344,   710,   711,   715,   345,   712,   713,   716,     0,     0,
+       4,     7,     8,   450,     9,    10,   135,    45,   706,    11,
+     265,   267,     0,   405,   282,   282,   282,   282,   282,   282,
+     282,   282,   426,   282,   405,   405,   426,   398,   426,     0,
+     426,   131,   282,   714,    22,   426,   454,   455,   456,   457,
+     460,   461,   282,   285,   282,   282,   278,   426,   717,   426,
+     426,   715,     0,   547,   203,   556,     0,     0,     0,   688,
+       0,     0,     0,     0,   203,   593,     0,   203,   203,   203,
+     203,   203,   203,   282,   203,   203,     0,    44,     0,     0,
+       0,     0,     0,     0,   550,   203,   171,   167,   170,   614,
+     604,   174,   186,   209,   196,   282,   211,   215,   218,   221,
+     226,   229,   231,   233,   235,   238,   241,   248,   260,   595,
+     546,     0,     0,   581,   536,   537,   538,   539,     0,     0,
+     540,   203,   541,     0,   542,   168,     0,   543,   545,   166,
+       0,   529,     0,   591,     0,   563,   516,     0,     0,     0,
+     525,     0,   526,   505,   524,   521,   522,   517,   518,   519,
+       0,     0,   523,   530,     0,     0,   527,   504,     0,   371,
+     373,   372,   383,   385,   384,   386,   387,   388,   389,   390,
+     391,   392,     1,     5,   282,     0,   133,   138,   426,   707,
+       6,   426,   406,   402,   376,   378,   375,   377,   380,   379,
+     381,   382,   396,   374,   403,   404,     0,   282,   282,   394,
+     282,   282,     0,   395,   451,   393,   458,   462,   282,   167,
+     170,     0,   426,   476,     0,   166,   426,     0,   284,   426,
+       0,   275,   282,   706,    18,    20,     0,   426,   282,    30,
+     470,   209,   264,   552,     0,   203,   203,   203,   203,     0,
+     697,   699,   704,     0,   563,     0,     0,     0,   189,   194,
+     193,   192,   191,   190,     0,   282,   187,   188,   203,   203,
+       0,     0,     0,     0,     0,   550,     0,   282,   549,   501,
+     203,   492,   493,   494,   495,     0,   496,   497,   203,   499,
+     203,   498,   500,   563,   203,   203,   181,   182,     0,   203,
+     203,   203,   203,   203,   203,   203,   203,   203,   203,   203,
+     204,   201,   203,   203,   203,   203,   203,   203,   203,   203,
+     203,   203,   203,   203,   203,   203,   203,   203,   236,   245,
+     239,   594,   203,   695,    41,     0,   564,   582,   597,   692,
+     615,     0,   548,   203,     0,     0,     0,   592,    42,   506,
+     510,   583,   426,   520,   532,   533,     0,     0,     0,    43,
+      24,   203,   470,   426,   426,   282,   268,   132,     0,   400,
+       0,   426,     0,   426,     0,   282,     0,   718,   282,   203,
+       0,   478,   477,   479,   719,   282,   281,   282,   280,   276,
+     426,     0,   282,     0,   426,   282,    21,   467,     0,     0,
+     452,   468,   282,     0,   557,     0,   600,     0,   263,     0,
+     696,   705,   563,     0,   169,   203,   544,   282,     0,     0,
+       0,   700,   701,   702,   703,   698,   551,   203,   558,     0,
+     691,   426,   561,   689,     0,     0,   176,     0,   184,     0,
+       0,     0,   249,   250,   251,   252,   253,   254,   255,   256,
+     257,   258,   259,   195,     0,   212,   213,   214,   217,   216,
+     219,   220,   222,   223,   224,   225,   227,   228,   230,   232,
+     234,   203,     0,   203,   203,   261,   577,   717,   581,     0,
+     426,   562,   598,     0,     0,   528,   514,   282,   584,   531,
+       0,     0,    26,     0,   568,   203,   589,   134,   426,   203,
+     563,   282,   269,   399,   282,   416,     0,   424,   419,     0,
+     425,     0,   441,   444,   438,   440,   397,   484,     0,   470,
+     480,   203,     0,   286,   274,   288,   273,   282,   282,   282,
+     706,    17,    32,   203,   470,   282,    19,   453,   463,   465,
+      38,   472,   426,   471,   475,   553,   596,     0,   602,   203,
+     173,   203,   210,   426,     0,   282,   502,   554,     0,   560,
+     576,     0,   605,   203,   177,   175,   282,   282,   203,   203,
+     202,   237,   243,     0,   240,   578,   579,   203,   203,   203,
+     603,   203,   426,   203,   426,    80,    28,   569,   572,   203,
+     203,   570,   203,   590,   137,     0,   271,   282,   401,   422,
+     565,   408,   423,   565,   411,   282,   443,   282,     0,   485,
+     488,   282,     0,   486,     0,   470,   426,   107,   287,   203,
+     282,   282,     0,    34,     0,   282,     0,    82,   469,   282,
+     481,   203,     0,   203,   587,   708,   585,     0,     0,     0,
+     559,   203,   203,   185,   179,   180,   282,   206,   282,   208,
+     203,   246,   580,   599,     0,   282,   203,   203,   203,   203,
+     203,   203,   203,   203,     0,   167,   170,   186,   209,   636,
+     215,   218,   221,   226,   229,   231,   233,   235,   238,     0,
+     608,   607,   168,   618,   627,   637,   639,   643,   646,   649,
+     654,   657,   659,   661,   663,   665,   667,   674,   610,   166,
+       0,    25,     0,    97,   101,    99,   124,   125,   126,   127,
+     128,   129,   130,    27,    80,    84,     0,    86,    85,     0,
+      89,     0,   426,   426,    87,     0,    88,   316,     0,    80,
+     573,   574,   203,   571,    23,   282,   290,   426,   414,   565,
+     426,   415,   565,   437,   442,   203,     0,     0,   489,   487,
+     490,     0,   282,     0,   106,   203,   203,     0,   292,   277,
+     203,     0,   298,     0,   203,     0,   426,    82,    36,     0,
+     464,   466,    39,    82,    90,    92,    91,    95,    93,    94,
+     473,   446,     0,   282,   481,   447,   482,   601,   511,   708,
+     203,     0,     0,   178,   555,     0,   608,     0,     0,   244,
+     203,   694,     0,     0,   189,   194,   193,   192,   191,   190,
+     187,   188,   203,   203,   203,   181,   182,     0,   203,   203,
+     203,   203,   203,   203,   203,   203,   203,   203,   203,   203,
+     203,   203,   203,   203,   203,   203,   203,   203,   203,   203,
+     203,   203,   203,   203,   203,   203,   671,   203,   515,     0,
+     509,   105,   110,   103,   114,   706,    81,    96,   100,   108,
+     310,   313,   309,     0,   314,   312,    29,   575,   203,     0,
+     428,   426,   426,   427,   426,   426,   426,   445,   282,   483,
+     491,   289,   279,   302,     0,     0,   301,   295,   296,   299,
+     297,   290,    14,    33,    35,    82,    31,   706,    83,   470,
+     474,   448,   449,   203,     0,   586,   183,     0,   199,     0,
+     563,   205,   207,   247,   693,   169,   203,     0,   176,     0,
+       0,     0,     0,   675,   676,   677,   678,   679,   680,   681,
+     682,   683,   684,   685,   212,   213,   214,   217,   216,   219,
+     220,   222,   223,   224,   225,   227,   228,   230,   232,   234,
+     664,     0,   203,   666,   203,   508,   109,     0,   119,   120,
+     121,   122,   123,   706,   111,   426,   114,     0,     0,   142,
+     143,   102,   152,   706,   140,   141,     0,    49,     0,     0,
+      59,    60,    70,    68,   319,     0,   318,    57,    77,     0,
+      64,    67,     0,   706,    69,   162,   290,   282,   426,     0,
+     282,   429,   417,   426,   420,   426,   439,   293,   203,   300,
+     706,    37,     0,   282,   512,   588,   282,   203,     0,   690,
+     687,   210,   282,   177,   175,   282,   282,   669,     0,   609,
+     104,   114,    98,   117,   113,   118,   116,   115,     0,   146,
+       0,     0,     0,     0,   139,     0,     0,   155,   164,   706,
+     154,     0,     0,    67,     0,    73,     0,    55,    54,     0,
+      62,    61,    63,     0,     0,     0,     0,     0,     0,   282,
+     706,   163,     0,   270,   282,   431,   282,   282,   426,   434,
+       0,   409,     0,   412,   294,   303,     0,    40,   282,     0,
+     200,     0,   197,   686,   564,     0,   179,   180,   203,   672,
+     112,   147,   144,   150,     0,   151,   148,   149,   153,     0,
+     158,     0,     0,     0,     0,   282,     0,    79,    78,     0,
+      74,     0,    51,    46,    47,    56,    67,    58,    71,     0,
+      75,    76,     0,     0,   317,   282,   282,   291,   203,   282,
+       0,   432,   282,   418,     0,   421,     0,    15,   513,   198,
+     606,   178,   670,   203,   145,   159,   156,     0,   160,   161,
+     165,   311,    53,    50,     0,     0,    72,    48,    65,   315,
+     272,   435,   426,   430,   203,   407,   413,   673,   157,    66,
+      52,   433,   436,   410
 };
 
-static const short yydefgoto[] =
+/* YYDEFGOTO[NTERM-NUM].  */
+static const yytype_int16 yydefgoto[] =
 {
-    1262,    88,    89,    90,    91,   139,   311,   312,    92,   663,
-     807,   313,   845,   973,    93,   705,   975,   948,    95,  1062,
-    1200,  1145,  1129,  1201,  1241,  1137,  1064,  1065,  1066,  1141,
-    1067,  1068,  1204,  1070,  1197,   791,   850,   792,   851,   793,
-     852,   932,   853,   796,   854,   933,   930,   931,   831,   798,
-     799,  1041,  1042,  1043,  1112,  1044,   800,   801,    96,   265,
-     441,   266,   578,    97,  1049,  1181,  1182,  1051,  1126,  1148,
-    1127,   180,   332,   181,   515,   182,   985,   183,   747,   532,
-     184,   531,   648,   185,   186,   187,   188,   189,   190,   191,
-     192,   193,   194,   549,   195,   552,   196,   550,   728,   551,
-     878,   197,   226,   487,   321,   429,    99,   675,   813,   603,
-     604,   607,   100,   307,   101,   263,   133,   134,   605,   606,
-     947,   837,   838,   839,   840,   962,   102,   802,   856,  1054,
-     804,   805,   857,  1073,   941,  1071,   103,   104,   105,   106,
-     107,   108,   109,   110,   111,   112,   113,   114,   301,   430,
-     446,   116,   271,  1261,   117,   817,  1222,   820,  1224,   678,
-    1158,   681,  1160,   118,   950,   951,  1155,  1156,   119,   686,
-     589,   590,   861,   136,   477,   128,   129,   121,   615,   616,
-     478,   479,   480,   707,   621,   334,   825,   863,   461,   356,
-     357,   227,   247,   228,   229,   358,   981,  1167,   231,   659,
-     232,   233,   434,   234,   235,   201,   415,   359,   354,   360,
-     481,   717,   361,   322,   636,   362,   206,   363,   559,   815,
-    1080,   240,   575,   510,   414,   208,   576,   713,   714,   577,
-     364,   209,   210,   365,   656,   625,   366,   243,   367,   371,
-     720,   758,   927,   759,   214,   761,   762,   763,   764,   765,
-     766,   767,   768,   769,   770,   771,   772,   773,   774,   775,
-    1029,  1176,  1030,  1231,   776,  1172,   368,   369,   216,   370,
-     268,   869,   303,   219,   124
+      -1,    88,    89,    90,    91,    92,   140,   313,   314,    93,
+     665,   809,   315,   847,   975,    94,   707,   977,   950,    96,
+    1064,  1202,  1147,  1131,  1203,  1243,  1139,  1066,  1067,  1068,
+    1143,  1069,  1070,  1206,  1072,  1199,   793,   852,   794,   853,
+     795,   854,   934,   855,   798,   856,   935,   932,   933,   833,
+     800,   801,  1043,  1044,  1045,  1114,  1046,   802,   803,    97,
+     267,   443,   268,   580,    98,  1051,  1183,  1184,  1053,  1128,
+    1150,  1129,   181,   334,   182,   517,   183,   987,   184,   749,
+     534,   185,   533,   650,   186,   187,   188,   189,   190,   191,
+     192,   193,   194,   195,   551,   196,   554,   197,   552,   730,
+     553,   880,   198,   227,   489,   323,   431,   100,   677,   815,
+     605,   606,   609,   101,   309,   102,   265,   134,   135,   607,
+     608,   949,   839,   840,   841,   842,   964,   103,   804,   858,
+    1056,   806,   807,   859,  1075,   943,  1073,   104,   105,   106,
+     107,   108,   109,   110,   111,   112,   113,   114,   115,   303,
+     432,   448,   117,   273,  1263,   118,   819,  1224,   822,  1226,
+     680,  1160,   683,  1162,   119,   952,   953,  1157,  1158,   120,
+     688,   591,   592,   863,   137,   479,   129,   130,   122,   617,
+     618,   480,   481,   482,   709,   623,   336,   827,   865,   463,
+     358,   359,   228,   248,   229,   230,   360,   983,  1169,   232,
+     661,   233,   234,   436,   235,   236,   202,   417,   361,   356,
+     362,   483,   719,   363,   324,   638,   364,   207,   365,   561,
+     817,  1082,   241,   577,   512,   416,   209,   578,   715,   716,
+     579,   366,   210,   211,   367,   658,   627,   368,   244,   369,
+     373,   722,   760,   929,   761,   215,   763,   764,   765,   766,
+     767,   768,   769,   770,   771,   772,   773,   774,   775,   776,
+     777,  1031,  1178,  1032,  1233,   778,  1174,   370,   371,   217,
+     372,   270,   871,   305,   220,   125
 };
 
-static const short yypact[] =
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
+   STATE-NUM.  */
+#define YYPACT_NINF -1033
+static const yytype_int16 yypact[] =
 {
-    2191,-32768,-32768,   242,    36,  5658,-32768,  6887,-32768,   767,
-    3272,  3911,  3911,-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,-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,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,   775,-32768,-32768,-32768,-32768,  2389,-32768,
-  -32768,-32768,   112,-32768,-32768,    87,-32768,   142,-32768,-32768,
-  -32768,   100,  6473,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,  6473,  6473,   164,   177,-32768,   567,-32768,
-  -32768,   767,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   242,
-  -32768,  5826,-32768,   278,-32768,   164,-32768,-32768,-32768,  5658,
-  -32768,   313,-32768,  5949,-32768,   350,   355,   362,-32768,   401,
-     767,   288,   400,  1681,-32768,  2775,  5949,  5949,  5949,  5949,
-    5949,  5949,-32768,  5978,  5978,   437,-32768,   442,   467,   471,
-     484,   492,   463,   420,  5085,-32768,   513,   527,-32768,   539,
-  -32768,   462,  1141,-32768,-32768,-32768,   665,    80,   282,   716,
-     344,   578,   606,   624,   610,    57,-32768,-32768,   224,-32768,
-    3699,   582,   588,-32768,-32768,-32768,-32768,   691,  3379,-32768,
-    5085,-32768,  3699,-32768,   500,  3699,-32768,-32768,   700,   736,
-  -32768,   706,-32768,  2970,   539,   738,   370,   675,  3805,-32768,
-    3911,-32768,-32768,-32768,  6197,-32768,-32768,-32768,-32768,   757,
-     794,-32768,-32768,  3911,  3699,-32768,-32768,   737,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,   793,   798,-32768,-32768,  6749,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,   816,   819,-32768,-32768,   767,   767,
-     308,-32768,   112,-32768,-32768,-32768,  2087,-32768,-32768,   509,
-    6887,    77,   814,-32768,-32768,   837,-32768,-32768,   864,   848,
-     819,   142,-32768,   123,   870,-32768,   767,-32768,   261,-32768,
-  -32768,-32768,   888,  5949,  5949,  5949,  2010,   902,-32768,-32768,
-  -32768,   495,   921,   276,   934,   945,-32768,-32768,-32768,-32768,
-  -32768,-32768,   949,  2087,-32768,-32768,  5949,  5949,   972,  1024,
-    1026,  1035,  1040,   420,   592,  5499,-32768,-32768,  5085,-32768,
-  -32768,-32768,-32768,  1050,-32768,-32768,  5085,-32768,  5085,-32768,
-  -32768,-32768,  5847,  5949,-32768,-32768,   157,  5949,  5949,  5949,
-    5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,-32768,-32768,
-    5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,
-    5949,  5949,  5949,  5949,  5949,  5949,-32768,   960,-32768,-32768,
-    5949,-32768,-32768,  2580,-32768,-32768,  1071,-32768,-32768,  1064,
-  -32768,  5949,   391,  1057,  1069,-32768,-32768,-32768,-32768,-32768,
-     164,  6197,-32768,-32768,  3911,  3485,  1079,-32768,-32768,  5949,
-      62,  4018,  5169,   819,-32768,   585,  1011,  1080,  1084,  1088,
-    1090,  1088,   767,  1095,   520,-32768,-32768,  5858,  1093,   416,
-  -32768,   563,-32768,   819,-32768,   759,-32768,-32768,-32768,  1031,
-    1101,  1107,-32768,   819,   123,-32768,   767,  1110,-32768,  1115,
-     767,  1118,-32768,   542,  1121,   617,  1121,  1127,-32768,-32768,
-     921,  1123,-32768,  5547,-32768,-32768,  1125,  1130,   654,-32768,
-  -32768,-32768,-32768,-32768,-32768,  5949,-32768,  1128,-32768,  4018,
-  -32768,-32768,  1143,  1131,-32768,   655,-32768,   394,   767,   767,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,   695,-32768,-32768,-32768,   665,   665,    80,    80,
-     282,   282,   282,   282,   716,   716,   344,   578,   606,  5949,
-    1139,  5949,  5949,-32768,-32768,  3165,-32768,  3592,  4208,-32768,
-  -32768,  1144,   673,-32768,-32768,   819,-32768,-32768,  1145,  1138,
-  -32768,  1148,-32768,  4588,-32768,-32768,  4398,  4632,   921,-32768,
-    1151,-32768,-32768,  1155,  1157,-32768,  1161,  1158,-32768,   786,
-  -32768,  1159,-32768,-32768,-32768,-32768,  1156,   141,   563,  5890,
-    1160,-32768,-32768,-32768,-32768,  1165,-32768,-32768,   301,-32768,
-  -32768,  5949,   188,   819,-32768,-32768,  1167,-32768,-32768,  1188,
-    6887,-32768,-32768,-32768,-32768,  1169,-32768,  2010,-32768,  5574,
-  -32768,-32768,  1176,-32768,-32768,-32768,  1174,-32768,-32768,  1187,
-  -32768,  5949,-32768,-32768,-32768,-32768,  6027,  6057,-32768,   624,
-  -32768,   843,   610,-32768,-32768,  4739,  5085,  5949,-32768,  6116,
-  -32768,  5949,-32768,  1147,-32768,-32768,-32768,  4783,  4890,-32768,
-    4934,-32768,-32768,  1173,-32768,-32768,-32768,-32768,-32768,  1192,
-  -32768,-32768,  1193,-32768,   767,-32768,   767,-32768,-32768,    66,
-    1190,-32768,  1189,    85,-32768,  1146,-32768,  1911,-32768,-32768,
-    1197,-32768,  1200,-32768,   440,  1147,-32768,   767,   723,  5085,
-    1216,  5574,-32768,  1214,-32768,  1217,  1212,  1218,-32768,  5949,
-    6116,-32768,-32768,-32768,  2087,-32768,  2087,-32768,  5949,-32768,
-  -32768,-32768,   681,  2087,  5949,  5949,  5949,  5949,  5949,  5949,
-    5978,  5978,  1215,   692,   694,   707,  1295,-32768,   988,   855,
-     881,   725,   883,  1213,  1202,  1204,  1191,   138,  1220,-32768,
-      44,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,   703,   754,-32768,
-    1059,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,  1147,-32768,  1162,-32768,-32768,  1163,-32768,  1164,
-  -32768,-32768,-32768,  1166,-32768,  3116,  1170,  1147,-32768,-32768,
-    5041,-32768,-32768,-32768,-32768,  6611,-32768,-32768,  6611,-32768,
-  -32768,-32768,-32768,  5949,   930,  1221,-32768,-32768,-32768,  1225,
-     759,  1233,-32768,  1911,  5949,   767,-32768,-32768,  1911,   598,
-  -32768,  1230,  1911,  1171,-32768,  1147,-32768,  1231,-32768,-32768,
-  -32768,  1147,-32768,-32768,-32768,-32768,-32768,-32768,-32768,   112,
-    1235,-32768,   708,-32768,   563,-32768,-32768,  1214,  5520,  1240,
-     767,-32768,-32768,   763,  1238,  1239,  1241,-32768,  5949,  1247,
-     765,  1242,   792,   802,   820,   825,   853,   874,   879,   897,
-    5949,  5879,  5949,   937,   946,   166,  5949,  5949,  5949,  5949,
-    5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,
-    5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,  5949,
-    5949,  5949,  5949,  5949,  1249,  5949,-32768,  1251,  1255,-32768,
-    1082,  1236,    -4,    32,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,   607,-32768,-32768,-32768,-32768,  1911,   554,-32768,   164,
-    5331,-32768,  6611,  5331,  6611,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,   975,  1250,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,  1147,-32768,   142,-32768,   234,-32768,-32768,
-  -32768,  5922,  1259,-32768,-32768,   337,-32768,  1260,   921,  1176,
-    1176,-32768,-32768,   963,  5547,  1270,   964,   966,   432,   767,
-     767,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,   976,   995,   996,   519,   790,   815,   835,   296,
-     381,   454,   464,   791,   854,    74,   507,   328,   624,  1272,
-    5949,   610,  6116,-32768,   500,  1059,-32768,-32768,-32768,-32768,
-  -32768,   579,-32768,  6335,    -4,   103,   103,-32768,-32768,-32768,
-      51,   727,-32768,-32768,   137,-32768,   616,   182,-32768,-32768,
-  -32768,-32768,-32768,  1269,-32768,    14,-32768,   998,-32768,   131,
-    1271,   142,-32768,   137,-32768,-32768,-32768,  1279,   459,-32768,
-  -32768,  5331,-32768,  5331,-32768,-32768,   895,-32768,   776,-32768,
-    1207,   746,-32768,-32768,-32768,  5949,   767,-32768,  1105,  1009,
-  -32768,  1010,  1015,-32768,-32768,-32768,   993,-32768,-32768,    -4,
-  -32768,-32768,-32768,-32768,-32768,-32768,   560,    51,   499,   767,
-     767,   103,-32768,   137,   137,-32768,   106,   859,-32768,  1278,
-    1066,   594,   182,   128,    92,-32768,-32768,   616,-32768,-32768,
-  -32768,   616,    41,   767,   767,  1280,   616,-32768,   142,  1282,
-     887,-32768,   819,-32768,-32768,  1284,-32768,  1286,  1289,-32768,
-    1290,-32768,-32768,-32768,  1223,-32768,   421,  1281,-32768,   443,
-  -32768,-32768,-32768,  1287,  1049,  1051,  5949,-32768,-32768,-32768,
-  -32768,    51,  1292,   500,-32768,-32768,    51,   637,   106,   849,
-     767,   767,   137,-32768,  1129,-32768,-32768,   616,-32768,   594,
-    1288,-32768,   128,-32768,   128,-32768,-32768,  1294,-32768,-32768,
-    1129,  1301,-32768,-32768,-32768,-32768,  5949,   459,  1293,-32768,
-  -32768,-32768,  1309,-32768,  1311,-32768,-32768,-32768,-32768,  1056,
-  -32768,  5949,-32768,-32768,-32768,  1306,-32768,-32768,   106,-32768,
-  -32768,-32768,  1310,    92,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,  5949,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,  1334,  1336,-32768
+    2259, -1033, -1033,   357,    60,  5469, -1033,  6624, -1033,   677,
+    1966,  3655,  3655, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033,   805, -1033, -1033, -1033, -1033,   118,  2441,
+   -1033, -1033, -1033,   331, -1033, -1033,    87, -1033,   134, -1033,
+   -1033, -1033,   101,  6210, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,  6210,  6210,   151,    57, -1033,   666,
+   -1033, -1033,   677, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+     357, -1033,  1900, -1033,   185, -1033,   151, -1033, -1033, -1033,
+    5469, -1033,   210, -1033,  5716, -1033,   219,   230,   293, -1033,
+     300,   677,   348,   362,   879, -1033,  2827,  5716,  5716,  5716,
+    5716,  5716,  5716, -1033,  5748,  5748,   388, -1033,   395,   371,
+     456,   463,   487,   417,   415,  4875, -1033,   500,   532, -1033,
+     543, -1033,   652,  1193, -1033, -1033, -1033,   668,   145,   254,
+     678,   474,   571,   569,   585,   579,    50, -1033, -1033,    55,
+   -1033,  3458,   549,   560, -1033, -1033, -1033, -1033,   649,  3217,
+   -1033,  4875, -1033,  3458, -1033,   501,  3458, -1033, -1033,   699,
+     702, -1033,   690, -1033,  3022,   543,   704,   205,   656,  3611,
+   -1033,  3655, -1033, -1033, -1033,  5934, -1033, -1033, -1033, -1033,
+     740,   762, -1033, -1033,  3655,  3458, -1033, -1033,   669, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,   759,   765, -1033, -1033,  6486, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033,   773,   995, -1033, -1033,
+     677,   677,    14, -1033,   331, -1033, -1033, -1033,  5310, -1033,
+   -1033,    94,  6624,   414,   777, -1033, -1033,   787, -1033, -1033,
+     813,   827,   995,   134, -1033,   548,   798, -1033,   677, -1033,
+     263, -1033, -1033, -1033,   814,  5716,  5716,  5716,  1299,   842,
+   -1033, -1033, -1033,   346,   844,   593,   862,   867, -1033, -1033,
+   -1033, -1033, -1033, -1033,   851,  5310, -1033, -1033,  5716,  5716,
+     876,   926,   929,   938,   960,   415,   529,  5337, -1033, -1033,
+    4875, -1033, -1033, -1033, -1033,   883, -1033, -1033,  4875, -1033,
+    4875, -1033, -1033, -1033,  5641,  5716, -1033, -1033,    85,  5716,
+    5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,
+   -1033, -1033,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,
+    5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716, -1033,   892,
+   -1033, -1033,  5716, -1033, -1033,  2632, -1033, -1033,   930, -1033,
+   -1033,   958, -1033,  5716,   618,   972,   998, -1033, -1033, -1033,
+   -1033, -1033,   151,  5934, -1033, -1033,  3655,  3261,   999, -1033,
+   -1033,  5716,   368,  3808,  4959,   995, -1033,   384,   944,  1025,
+    1030,  1033,  1036,  1033,   677,  1038,   475, -1033, -1033,  5652,
+    1039,   567, -1033,   659, -1033,   995, -1033,   884, -1033, -1033,
+   -1033,   973,  1049,  1041, -1033,   995,   548, -1033,   677,  1057,
+   -1033,  1062,   677,  1064, -1033,   483,  1063,   562,  1063,  1072,
+   -1033, -1033,   844,  1066, -1033,  5364, -1033, -1033,  1071,  1079,
+     577, -1033, -1033, -1033, -1033, -1033, -1033,  5716, -1033,  1076,
+   -1033,  3808, -1033, -1033,  1093,  1081, -1033,   638, -1033,   311,
+     677,   677, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,   631, -1033, -1033, -1033,   668,   668,
+     145,   145,   254,   254,   254,   254,   678,   678,   474,   571,
+     569,  5716,  1086,  5716,  5716, -1033, -1033,  2174, -1033,  3414,
+    3998, -1033, -1033,  1087,   692, -1033, -1033,   995, -1033, -1033,
+    1100,  1101, -1033,  1102, -1033,  4378, -1033, -1033,  4188,  4422,
+     844, -1033,  1106, -1033, -1033,  1110,  1113, -1033,  1115,  1114,
+   -1033,   741, -1033,  1121, -1033, -1033, -1033, -1033,  1111,   626,
+     659,  5684,  1123, -1033, -1033, -1033, -1033,  1116, -1033, -1033,
+     310, -1033, -1033,  5716,   502,   995, -1033, -1033,  1128, -1033,
+   -1033,  1145,  6624, -1033, -1033, -1033, -1033,  1127, -1033,  1299,
+   -1033,  5385, -1033, -1033,  1134, -1033, -1033, -1033,  1133, -1033,
+   -1033,  1136, -1033,  5716, -1033, -1033, -1033, -1033,  5775,  5819,
+   -1033,   585, -1033,   750,   579, -1033, -1033,  4529,  4875,  5716,
+   -1033,  5853, -1033,  5716, -1033,  1496, -1033, -1033, -1033,  4573,
+    4680, -1033,  4724, -1033, -1033,  1131, -1033, -1033, -1033, -1033,
+   -1033,  1138, -1033, -1033,  1142, -1033,   677, -1033,   677, -1033,
+   -1033,   132,  1144, -1033,  1150,    98, -1033,  1088, -1033,  3549,
+   -1033, -1033,  1152, -1033,  1147, -1033,   325,  1496, -1033,   677,
+     925,  4875,  1164,  5385, -1033,  1165, -1033,  1169,  1173,  1182,
+   -1033,  5716,  5853, -1033, -1033, -1033,  5310, -1033,  5310, -1033,
+    5716, -1033, -1033, -1033,   698,  5310,  5716,  5716,  5716,  5716,
+    5716,  5716,  5748,  5748,  1139,   712,   732,   739,  1489, -1033,
+     983,   783,   802,   761,   909,  1176,  1167,  1168,  1151,   107,
+    1185, -1033,    45, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,   758,
+     775, -1033,  1037, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,  1496, -1033,  1146, -1033, -1033,  1148,
+   -1033,  1149, -1033, -1033, -1033,  1153, -1033,  1313,  1155,  1496,
+   -1033, -1033,  4831, -1033, -1033, -1033, -1033,  6348, -1033, -1033,
+    6348, -1033, -1033, -1033, -1033,  5716,   966,  1200, -1033, -1033,
+   -1033,  1202,   884,  1211, -1033,  3549,  5716,   677, -1033, -1033,
+    3549,   519, -1033,  1225,  3549,  1157, -1033,  1496, -1033,  1208,
+   -1033, -1033, -1033,  1496, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033,   331,  1226, -1033,  1007, -1033,   659, -1033, -1033,  1165,
+    3701,  1244,   677, -1033, -1033,   782,  1240,  1241,  1242, -1033,
+    5716,  1250,   803,  1245,   804,   822,   824,   848,   855,   857,
+     864,   880,  5716,  5673,  5716,   896,   908,   109,  5716,  5716,
+    5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,
+    5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,  5716,
+    5716,  5716,  5716,  5716,  5716,  5716,  1252,  5716, -1033,  1254,
+    1259, -1033,  1090,  1238,    11,   301, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033,   453, -1033, -1033, -1033, -1033,  3549,   376,
+   -1033,   151,  5121, -1033,  6348,  5121,  6348, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,   993,  1256, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033,  1496, -1033,   134, -1033,   233,
+   -1033, -1033, -1033,  5705,  1264, -1033, -1033,   258, -1033,  1267,
+     844,  1134,  1134, -1033, -1033,   913,  5364,  1258,   915,   921,
+     358,   677,   677, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,   933,   940,   941,  1188,  1196,   874,
+     898,    84,   363,   455,   530,    91,   552,   106,   165,   477,
+     585,  1265,  5716,   579,  5853, -1033,   501,  1037, -1033, -1033,
+   -1033, -1033, -1033,   399, -1033,  6072,    11,   164,   164, -1033,
+   -1033, -1033,   317,   442, -1033, -1033,    63, -1033,   982,    90,
+   -1033, -1033, -1033, -1033, -1033,  1263, -1033,    43, -1033,  1008,
+   -1033,    76,  1274,   134, -1033,    63, -1033, -1033, -1033,  1270,
+     133, -1033, -1033,  5121, -1033,  5121, -1033, -1033,  5289, -1033,
+     467, -1033,  1209,   240, -1033, -1033, -1033,  5716,   677, -1033,
+    1105,   949, -1033,   951,   959, -1033, -1033, -1033,  1003, -1033,
+   -1033,    11, -1033, -1033, -1033, -1033, -1033, -1033,   498,   317,
+     793,   677,   677,   164, -1033,    63,    63, -1033,   416,   491,
+   -1033,  1279,  1004,   581,    90,   421,    58, -1033, -1033,   982,
+   -1033, -1033, -1033,   982,    22,   677,   677,  1282,   982, -1033,
+     134,  1284,   612, -1033,   995, -1033, -1033,  1285, -1033,  1286,
+    1287, -1033,  1289, -1033, -1033, -1033,  1219, -1033,   587,  1288,
+   -1033,   447, -1033, -1033, -1033,  1290,   971,   984,  5716, -1033,
+   -1033, -1033, -1033,   317,  1291,   501, -1033, -1033,   317,   639,
+     416,   850,   677,   677,    63, -1033,  1118, -1033, -1033,   982,
+   -1033,   581,  1272, -1033,   421, -1033,   421, -1033, -1033,  1293,
+   -1033, -1033,  1118,  1297, -1033, -1033, -1033, -1033,  5716,   133,
+    1298, -1033, -1033, -1033,  1304, -1033,  1306, -1033, -1033, -1033,
+   -1033,   986, -1033,  5716, -1033, -1033, -1033,  1300, -1033, -1033,
+     416, -1033, -1033, -1033,  1311,    58, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,  5716, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033
 };
 
-static const short yypgoto[] =
+/* YYPGOTO[NTERM-NUM].  */
+static const yytype_int16 yypgoto[] =
 {
-  -32768,-32768,  1252,-32768,-32768,-32768,-32768,  -350,  -118,-32768,
-  -32768,  1021,-32768,-32768,-32768,-32768,-32768,    53,-32768,-32768,
-     397,-32768,-32768,    96,   132,-32768,   206,-32768,-32768,-32768,
-    -761,-32768,  -860,-32768,-32768,  -399,  -736,-32768,-32768,-32768,
-    -561,-32768,  -538,-32768,  -477,-32768,   310,-32768,-32768,   651,
-    -653,-32768,   238,   304,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,  -842,   160,-32768, -1040,-32768,
-     277,-32768,-32768,  -615,   461,  1264,-32768,-32768,  1179,-32768,
-  -32768,-32768,-32768,  -143,  -363,  -361,  -336,  -359,  -381,  -375,
-    -372,  -529,  -515,-32768,  -612,-32768,  -105,-32768,-32768,-32768,
-  -32768,   903,    17,  -586,  -431,     6,-32768,-32768,-32768,   534,
-      -3,-32768,-32768,-32768,   871,  -256,-32768,-32768,-32768,-32768,
-    -910,  -784,-32768,-32768,   526,-32768,-32768,-32768,  -396,-32768,
-  -32768,-32768,  -335,-32768,-32768,-32768,-32768,-32768,   562,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    75,
-     787,-32768,  1016,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,   989,  -745,  -808,-32768,   153,-32768,-32768,
-     685,   688,   511,     1,  -385,  1245,-32768,     4,-32768,-32768,
-    -558,-32768,-32768,-32768,   668,  -108,  1076,-32768,  -455,   163,
-      26,  1366,-32768,  1136,-32768,  1168,-32768,-32768,-32768,-32768,
-    -152,-32768,-32768,-32768,-32768,-32768,   214,  1258,  1028,  1305,
-  -32768,-32768,  1479,-32768,-32768,  -307,-32768,   559,   210,  -630,
-    -769,-32768,   875,-32768,-32768,   973,  -194,   674,   521,  -454,
-      34,-32768,   108,   189,-32768,-32768,   312,-32768,   446,-32768,
-  -32768,   667,-32768,   356,  -627,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-  -32768,-32768,-32768,-32768,-32768,-32768,  1611,-32768,-32768,  1636,
-    -290,   523,     0,    19,-32768
+   -1033, -1033, -1033,  1248, -1033, -1033, -1033, -1033,  -403,  -118,
+   -1033, -1033,  1020, -1033, -1033, -1033, -1033, -1033,    64, -1033,
+   -1033,   397, -1033, -1033,    96,   130, -1033,   206, -1033, -1033,
+   -1033,  -938, -1033,  -886, -1033, -1033,  -620,  -778, -1033, -1033,
+   -1033,  -610, -1033,  -594, -1033,  -577, -1033,   312, -1033, -1033,
+     654,  -668, -1033,   242,   308, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033,  -898,   166, -1033, -1032,
+   -1033,   280, -1033, -1033,  -636,   466,  1132, -1033, -1033,  1178,
+   -1033, -1033, -1033, -1033,  -117,  -381,  -345,  -322,  -372,  -388,
+    -347,  -353,  -535,  -551, -1033,  -626, -1033,   -76, -1033, -1033,
+   -1033, -1033,  1013,  1218,  -602,  -433,     6, -1033, -1033, -1033,
+     533,    -3, -1033, -1033, -1033,   634,  -254, -1033, -1033, -1033,
+   -1033,  -911,  -806, -1033, -1033,   523, -1033, -1033, -1033,  -554,
+   -1033, -1033, -1033,  -384, -1033, -1033, -1033, -1033, -1033,   559,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+     801,   784, -1033,   889, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033,   224,  -684,  -890, -1033,   148, -1033,
+   -1033,   683,   687,   511,     1,  -395,  1246, -1033,    17, -1033,
+   -1033,  -578, -1033, -1033, -1033,   670,  -125,  1074, -1033,  -448,
+    1141,    26,  1366, -1033,  1137, -1033,   744, -1033, -1033, -1033,
+   -1033,  -173, -1033, -1033, -1033, -1033, -1033,    20,   799,  1028,
+    1251, -1033, -1033,  1261, -1033, -1033,  -311, -1033,   617,   211,
+    -423,  -737, -1033,   869, -1033, -1033,   969,  -187,   673,   518,
+    -493,   127, -1033,   180,    40, -1033, -1033,   173, -1033,   337,
+   -1033, -1033,   667, -1033,   356,  -639, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033, -1033,
+   -1033, -1033, -1033, -1033, -1033, -1033, -1033,  1401, -1033, -1033,
+    1588,  -295,   522,     0,    19, -1033
 };
 
-
-#define        YYLAST          7082
-
-
-static const short yytable[] =
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
+   positive, shift that token.  If negative, reduce the rule which
+   number is the opposite.  If zero, do what YYDEFACT says.
+   If YYTABLE_NINF, syntax error.  */
+#define YYTABLE_NINF -718
+static const yytype_int16 yytable[] =
 {
-     122,   120,   132,   292,   598,   122,    98,   130,   569,   122,
-     218,   218,   218,   336,   337,   338,   339,   340,   341,   123,
-     649,   469,   546,   302,   123,   491,   596,   198,   141,   547,
-     536,   537,   760,   548,   538,   539,   199,   652,   320,   690,
-     431,   710,   544,   545,   745,   241,   241,   757,   507,   961,
-     267,   818,   855,    94,   965,   571,  1045,   471,   969,  1088,
-     131,   540,   541,   542,   543,  -615,  1046,   475,  1206,  -615,
-    1135,   423,   442,   953,   635,   115,   427,  1118,   428,  1119,
-     135,  1069,   138,  1187,  1188,  1036,  1037,   570,   122,   120,
-     475,  1050,   457,   760,    98,  -657,  1120,  1055,   407,  -657,
-       3,  -281,   794,   457,   655,   745,   264,   123,   757,   972,
-     828,     3,   393,   394,   408,   976,  1132,  1038,  1039,   242,
-     242,   122,   668,   614,   269,   795,  1057,  1045,   401,   402,
-     755,  1040,  1189,   295,  1190,   829,  -282,  1046,   262,   122,
-     123,    94,  1079,   316,   756,  1079,   475,  -282,   299,   470,
-     122,  1191,  1238,   -46,  1142,   218,  1143,  1142,   317,  1143,
-     267,  1123,  1074,   115,  1150,  -425,   688,  -425,   692,   327,
-     331,  1124,   333,  1144,   218,  -425,  1144,   270,   447,   924,
-     700,   199,  -281,   507,  1082,   518,   797,   952,   270,   270,
-     954,   755,   855,   475,   999,   925,  1131,  1133,   855,   211,
-     218,  1136,   519,  1116,  1117,   756,  1132,  1081,   218,  1083,
-     218,  1000,   218,   701,   315,   218,  1057,   198,   471,   558,
-      81,  1047,  1048,   218,   202,   198,   199,   702,   218,   198,
-     218,   794,   198,  1207,   199,   496,   418,  1089,   199,   475,
-     422,   199,   409,   218,   218,   410,   794,   533,   534,   535,
-    -425,  -425,  -425,   864,   795,  -425,  -425,   241,  -425,   688,
-    -425,   198,   241,   703,   241,   286,   475,   803,  -425,   795,
-     199,   672,  1199,  1079,  1202,  1079,     3,   241,   752,  1186,
-      81,  1060,   567,   427,   753,   122,   445,   754,   122,   122,
-     122,    81,  1047,  1048,   409,  1130,   748,   410,   749,   304,
-     751,   492,  1163,  1034,   123,   459,   328,   449,   451,   453,
-     122,   468,  1159,   454,  1161,   797,   122,  -649,   699,   267,
-     855,  -649,   212,   750,   698,    81,  1125,   452,   806,   123,
-     797,   242,   395,   396,   320,   317,   242,   318,   242,   752,
-     483,   484,   485,   486,   211,   753,   395,   396,   754,  -661,
-     630,   242,   320,  -661,   125,   126,   127,   748,   218,   749,
-     454,   751,  1094,  1095,   498,  1096,   218,   404,   218,   335,
-      81,  1060,   454,   416,   323,   456,  -425,  -425,  -425,   324,
-    1205,  -425,  -425,  1202,   750,  1211,   325,   631,   425,   211,
-     517,   410,   955,   934,  1028,  1092,   803,   211,   401,   402,
-     320,   211,  -650,   963,   211,   760,  -650,   864,   944,   425,
-    1031,   803,   410,   218,   411,   410,   492,   745,   329,   690,
-     757,   643,  -425,  -425,  -425,   326,   417,  -425,  -425,   419,
-     198,   395,   396,   211,   218,   218,  1242,   566,   562,   199,
-    -281,   218,   457,   122,   579,   848,  -477,   457,   566,  -425,
-    -425,  -425,   122,   410,  -425,  -425,   213,   806,   436,  1102,
-     601,   346,   123,   122,   410,   122,   347,   212,   241,   241,
-    1227,   591,   806,   122,   447,  -651,   122,   316,   352,  -651,
-     122,  1154,   123,   348,   123,  -652,   372,   349,   373,  -652,
-    -425,  1183,   317,     3,   320,   617,    81,    82,   140,   622,
-     350,    85,    86,   755,   395,   396,   320,  -425,   351,   218,
-     374,   375,   212,   489,   395,   396,   410,   756,   122,   122,
-     212,   508,   353,  1045,   212,   716,  1180,   212,  -659,   511,
-     410,   512,  -659,  1046,   455,  -710,   403,   644,   645,  1025,
-    -644,   410,   242,   242,  -644,   492,  1026,  1015,  1016,  -714,
-    1027,  1017,  1018,   390,   391,   392,   212,   218,   218,  1023,
-    1024,  -711,  1183,   410,   566,   122,   660,   624,   651,   207,
-     239,   239,  1075,   218,   198,  1076,   218,   218,  1019,  1020,
-    1021,  1022,   566,   199,   123,  1179,  1118,  -281,  1119,   599,
-     859,   882,   883,   884,   885,   886,   887,   267,   505,   506,
-    1109,   213,   211,  -425,   574,  1120,  -425,   403,  -425,    81,
-      82,   140,  1055,   122,    85,    86,   875,   316,   876,  1198,
-    1142,   966,  1143,   877,   834,   881,   835,   556,    81,    82,
-     140,  1056,   317,    85,    86,   288,   289,   290,   410,  1144,
-    1056,  1057,   626,  1052,   486,   404,   213,    81,    82,   140,
-    1057,   752,    85,    86,   213,   218,   218,   753,   213,   777,
-     754,   213,  1233,  1189,   405,  1190,   406,   218,   218,   748,
-     218,   749,   574,   751,   732,   410,   641,   412,   778,   634,
-     642,  1098,  1191,  -533,   122,  1090,   122,    81,  1047,  1048,
-     213,   178,   418,   459,   410,   708,   750,   218,   658,   390,
-     391,   392,   410,   591,   122,   591,   879,   122,   122,   218,
-     413,   598,   862,  -612,   207,  -611,   841,  -612,   320,  -611,
-     777,   574,  -713,   849,  -610,   212,   622,   123,  -610,   320,
-     421,   891,  -281,   892,   457,  -425,   873,   646,   647,   574,
-     671,   454,     3,   454,   859,   267,   211,  -281,  1121,   457,
-     880,  1110,  -425,   397,   398,   893,   894,     3,   420,   207,
-    -712,  1122,   914,   915,  1012,  1013,  1014,   207,   399,   400,
-     426,   207,   457,   991,   207,   410,   432,   916,   917,   928,
-       3,  1147,   239,   424,   410,  1249,   410,   239,   987,   239,
-     993,  1058,  1059,     3,   267,    81,  1060,  1076,  1164,  1061,
-    1058,  1059,   239,   207,    81,  1060,   683,   684,  1061,  -716,
-     218,  -643,  -654,  -629,   433,  -643,  -654,  -629,   671,   731,
-     438,  1260,   440,  -634,   390,   391,   392,  -634,   397,   398,
-     122,   671,   437,   218,   444,   122,  -646,  1193,   218,   462,
-    -646,  -633,   218,   399,   400,  -633,  -632,   393,   394,   123,
-    -632,  1099,   841,     3,   964,   464,  -647,   841,  1213,   213,
-    -647,   841,   122,  -716,   410,   729,   862,   393,   394,   212,
-     122,   467,   865,  1045,  -631,  -655,  1234,   267,  -631,  -655,
-    1192,   123,   466,  1046,   248,   249,   250,   910,   911,   986,
-     949,   397,   398,   949,   472,  -630,    81,    82,   140,  -630,
-    -627,    85,    86,   979,  -627,  1214,   399,   400,  1076,   998,
-     482,    81,    82,   140,   833,  1162,    85,    86,  -628,   296,
-     488,   834,  -628,   835,   156,   157,   158,   159,   160,   161,
-     513,   912,   913,  1053,    81,    82,   140,   918,   919,    85,
-      86,  1072,   162,   163,   164,   490,   218,    81,    82,   140,
-     956,   684,    85,    86,   602,    81,    82,   140,  -624,   493,
-      85,    86,  -624,  -716,  -716,   841,   165,  -625,  -716,  -716,
-     494,  -625,   207,   495,   272,   273,   274,   275,   276,   277,
-     278,   279,  -241,   281,  -616,  -619,   284,   641,  -616,  -619,
-     499,  1101,  1173,   239,   239,  1085,  1086,  -639,   486,   122,
-     122,  -639,   300,   213,   305,   306,   308,    81,    82,   140,
-     314,   175,    85,    86,   410,  1177,  -640,  -641,  1103,  1104,
-    -640,  -641,   907,   908,   909,   949,   300,   949,   949,   949,
-    -637,  -620,   777,   342,  -637,  -620,  -618,    81,  1047,  1048,
-    -618,   178,   500,  1114,   501,  1053,  1053,  1106,   292,  1113,
-    1138,  1139,  1140,   502,  1128,   389,  1072,  1072,   503,   251,
-     252,   253,   254,   255,   256,   257,   258,   259,   260,   509,
-    -622,  1230,  -623,  1128,  -622,   561,  -623,  -621,   122,  1157,
-     560,  -621,   563,    81,   176,   177,   218,   178,    85,    86,
-     568,   122,   579,   564,   300,  1166,   122,   123,  1195,  1196,
-     280,   582,   581,   583,   285,   841,   287,  -281,   291,   586,
-     123,   320,  1169,   293,   592,  1170,   207,   597,  1053,   122,
-     122,  1053,   609,  1128,  1128,   309,  1255,   310,   610,   282,
-     283,   612,  1072,   439,  1072,   618,   619,  1072,  1184,  1185,
-     623,  1072,   410,   122,   122,   627,  1072,   320,   628,  1215,
-     632,   633,   122,   637,   639,   640,   949,   300,   949,   448,
-     450,   650,  1208,  1209,   377,   662,   122,   300,   657,   661,
-     376,   123,   458,   664,   674,   677,   679,   682,   200,   230,
-     230,   680,   685,   687,   693,   123,   694,   314,   704,  1053,
-     122,   122,  1128,   706,   709,   629,   718,  1072,   812,   378,
-     379,   380,   381,   382,   383,   384,   385,   386,   387,  1236,
-    1237,   719,   816,   819,   300,   826,   827,   122,  1157,   780,
-     780,   781,   782,   783,   844,   846,   300,   784,   785,   786,
-     787,   788,   789,   790,   866,   868,   123,   871,   870,   890,
-     872,   921,   920,  1072,   922,   926,   957,   923,   929,   497,
-     958,   960,   968,   935,   936,   937,   974,   940,   443,   977,
-     984,   943,   970,   988,   989,   992,   990,   994,   203,   236,
-     236,  -667,  1032,  1033,   178,   516,  1035,  1087,  1097,  1093,
-     520,   521,   522,   523,   524,   525,   526,   527,   528,   529,
-     530,  1100,  1134,   463,  1105,  1146,   465,  1153,  1165,  1171,
-    1194,   284,  1210,  1192,   473,  1217,  1226,   476,  1220,  1221,
-    1223,  1251,  1229,   553,  1225,   204,   237,   237,   896,  1232,
-     584,  1244,   587,   200,   593,  1240,  1246,   594,  1243,  1253,
-     458,  1254,   600,  1256,  1263,  1257,  1264,   474,  1063,  1258,
-     261,   611,  1245,  1203,   314,  1108,   832,  1178,  1115,  1235,
-    1149,   620,   997,   897,   898,   899,   900,   901,   902,   903,
-     904,   905,   906,   388,   959,   967,   300,   942,   200,   676,
-    1250,   824,   822,   980,   294,   858,   200,   460,   246,   435,
-     200,   504,  1228,   200,   638,   867,   557,   874,  1107,   983,
-     982,   230,     0,     0,     0,     0,   230,     0,   230,     0,
-       0,     0,     0,     0,     0,     0,     0,   319,     0,     0,
-       0,   230,   200,   203,     0,     0,     0,     0,     0,   565,
-     319,   319,   319,   319,   319,   319,     0,   344,   345,   476,
-       0,     0,     0,     0,   580,     0,     0,     0,   585,     0,
-     588,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     673,     0,     0,   300,     0,     0,     0,   608,   203,     0,
-     204,   613,     0,     0,     0,     0,   203,     0,     0,   600,
-     203,     0,     0,   203,     0,     0,   695,   696,   697,     0,
-       0,   236,     0,     0,   314,     0,   236,     0,   236,   205,
-     238,   238,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,   236,   203,     0,   300,   204,     0,     0,     0,     0,
-       0,     0,     0,   204,     0,   722,   723,   204,     0,     0,
-     204,     0,     0,     0,     0,     0,     0,     0,   237,     0,
-     389,     0,   712,   237,     0,   237,     0,     0,     0,     0,
-       0,     0,     0,     0,   721,     0,   814,     0,   237,   204,
-       0,     0,     0,     0,   821,     0,   823,     0,     0,     0,
-     458,     0,     0,     0,     0,     0,     0,     0,     0,   842,
-     843,     0,     0,     0,   847,     0,     0,     0,   620,   860,
-       0,   200,     0,     0,     0,     0,   689,     0,     0,     0,
-       0,   389,     0,     0,     0,   300,     0,   300,     0,     0,
-     836,   476,   230,   230,   300,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   712,     0,     0,     0,     0,     0,
-     715,   215,   244,   244,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   205,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   217,   245,   245,   580,
-       0,   779,     0,     0,   319,   319,   319,   319,   319,   319,
-     319,   319,   319,   319,   319,   319,   319,   319,   319,   319,
-       0,   203,     0,     0,     0,     0,     0,     0,     0,   205,
-       0,     0,     0,   830,   946,     0,     0,   205,     0,     0,
-       0,   205,   236,   236,   205,     0,     0,     0,     0,   330,
-       0,     0,   238,   319,     0,   296,     0,   238,     0,   238,
-     156,   157,   158,   159,   160,   161,     0,     0,   204,     0,
-       0,   319,   238,   205,     0,   200,     0,     0,   162,   163,
-     164,     0,   978,   860,   895,   600,   836,     0,     0,   237,
-     237,   836,     0,     0,     0,   836,     0,     0,     0,     0,
-       0,     0,   165,     0,     0,     0,     0,   319,     0,     0,
-       0,     0,     0,     0,     0,     0,   215,     0,     0,   319,
-       0,   712,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   938,
-     939,   217,     0,   995,   516,     0,     0,   175,     0,  1001,
-    1002,  1003,  1004,  1005,  1006,  1007,  1008,  1009,  1010,  1011,
-       0,   215,     0,   319,     0,   203,   319,     0,     0,   215,
-    1077,     0,     0,   215,     0,     0,   215,  1084,     0,     0,
-       0,     0,     0,   971,   244,     0,   217,     0,     0,   244,
-       0,   244,     0,     0,   217,     0,     0,     0,   217,   836,
-       0,   217,     0,     0,   244,   215,     0,     0,     0,   245,
-       0,     0,   204,   319,   245,     0,   245,     0,     0,    81,
-     297,   298,     0,   178,     0,   319,     0,     0,     0,   245,
-     217,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   205,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   389,     0,     0,     0,     0,     0,     0,
-     725,   727,     0,   238,   238,     0,     0,     0,     0,     0,
-       0,     0,     0,   746,     0,     0,     0,     0,     0,     0,
-     833,     0,     0,     0,     0,   296,     0,   834,  1078,   835,
-     156,   157,   158,   159,   160,   161,  1151,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   162,   163,
-     164,     0,   860,     0,     0,  1168,  1091,     0,     0,     0,
-       0,   300,     0,     0,  1174,  1175,     0,     0,     0,     0,
-       0,     0,   165,     0,   746,     0,     0,     0,     0,   836,
-       0,     0,   319,     0,     0,     0,     0,     0,   319,   319,
-     319,   319,   319,   319,   888,   889,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,  1212,     0,
-       0,     0,     0,     0,   215,  1216,  1218,   175,  -261,     0,
-       0,     0,     0,     0,   296,     0,   205,   860,     0,   156,
-     157,   158,   159,   160,   161,   244,   244,     0,     0,   217,
-       0,     0,     0,     0,     0,     0,     0,   162,   163,   164,
-       0,     0,     0,     0,  1239,  1152,     0,     0,     0,     0,
-     245,   245,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,   165,     0,     0,  1247,  1248,     0,   319,     0,     0,
-       0,  1252,     0,     0,     0,     0,     0,     0,   319,    81,
-     176,   177,     0,   178,    85,    86,  -171,     0,     0,     0,
-       0,   296,     0,     0,     0,     0,   156,   157,   158,   159,
-     160,   161,     0,     0,     0,     0,   175,     0,     0,  -202,
-    -202,     0,     0,     0,   162,   163,   164,     0,     0,     0,
-       0,     0,   319,     0,     0,  1219,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   165,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   215,     0,
-       0,   319,   319,   319,   319,   319,   319,   319,   319,   319,
-     319,   319,   319,   319,   319,   319,   319,   319,     0,   319,
-       0,    -1,     1,   217,     0,     0,     0,     0,    81,   297,
-     298,     0,   178,   175,     0,     0,     0,     0,     0,     2,
-       0,     0,     0,     0,     0,  -281,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     3,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     4,     0,     5,     0,  1259,
+     123,   121,   133,   654,   294,   123,    99,   304,   571,   123,
+     219,   219,   219,   600,   538,   539,   651,   548,   471,   124,
+     131,   692,   762,   493,   124,   747,   598,   712,   142,   963,
+     203,   546,   547,   454,   967,   759,   200,  1052,   971,   857,
+     338,   339,   340,   341,   342,   343,   509,   573,   433,  1208,
+     212,   425,   540,   541,   550,   796,   429,  1071,   430,   549,
+    1090,   473,  1081,  1057,    95,  1081,  -616,   657,   322,   974,
+    -616,   797,   616,   411,   637,   978,   412,   542,   543,   544,
+     545,   444,  1134,   762,   132,   670,   747,  1125,   799,   123,
+     121,   409,  1059,  1189,  1190,    99,   759,  1126,   -47,  1137,
+    1038,  1039,  1144,   477,  1145,  -650,   266,   410,   124,  -650,
+     758,   805,  -655,   520,  1134,   412,  -655,   831,   262,   457,
+    1132,  1146,   123,   830,  1059,   271,   757,  -658,   399,   400,
+     521,  -658,  1040,  1041,   397,   398,   955,  1001,   242,   242,
+     123,   124,  1076,   401,   402,   288,  1042,   297,   926,  1118,
+    1119,   123,   269,    95,  1002,  1156,   219,   318,   459,   319,
+     403,   404,  1240,   449,   927,  1152,     3,     3,   694,  -282,
+     329,   758,  1133,  1135,   936,   219,   337,   395,   396,   857,
+     702,   509,   200,   213,   796,   857,  -660,   757,  1047,   946,
+    -660,   243,   243,  1081,   405,  1081,   212,  1091,  1048,   796,
+     797,   219,    81,    82,   141,  1207,   306,    85,    86,   219,
+    1213,   219,   705,   219,  1209,   797,   219,   799,  1084,   704,
+     498,   413,   473,   427,   219,  1188,   412,   200,   560,   219,
+    1138,   219,   799,   419,   320,   200,   421,   420,   477,   200,
+     805,   212,   200,   325,   219,   219,    81,  1062,  1201,   212,
+    1204,    81,  1127,   212,   326,   805,   212,  -426,   690,  -426,
+     820,  1244,   866,   569,   429,   438,   459,  -426,   477,   674,
+    1083,   200,  1085,   754,     3,   535,   536,   537,    81,  1062,
+     750,   808,  1165,  1096,  1097,   212,  1098,   123,   447,   753,
+     123,   123,   123,  1036,   252,   253,   254,   255,   256,   257,
+     258,   259,   260,   261,   397,   398,   124,   857,   756,   451,
+     453,   455,   123,   470,   755,   701,   751,   327,   123,   269,
+     461,    81,    82,   141,   328,  1047,    85,    86,   269,   213,
+     850,   124,   412,   700,   754,  1048,   282,   319,   645,   752,
+     287,   750,   289,  1120,   293,  1121,  1161,   214,  1163,   295,
+     753,   242,    81,  1049,  1050,  -283,   242,   264,   242,  1204,
+     219,   311,  1122,   312,   491,   322,   330,   412,   219,   756,
+     219,   242,   633,   477,   213,   755,  1033,   751,   632,   412,
+     331,  1094,   213,   322,  -651,  1104,   213,   350,  -651,   213,
+    1030,     3,   957,   572,  1077,   762,   954,  1078,   747,   956,
+     752,   692,  -426,   965,   243,  -426,   378,  -426,   759,   243,
+     808,   243,   348,   397,   398,   219,   866,   269,   213,   349,
+    1111,  -426,  -426,  -426,   243,   808,  -426,  -426,    81,    82,
+     141,   322,   354,    85,    86,   558,   219,   219,  -282,   568,
+     459,   200,  1191,   219,  1192,   123,   581,  1144,     3,  1145,
+     568,  -426,  -426,  -426,   123,   212,  -426,  -426,  1057,   449,
+     269,  1193,   603,  1123,   124,   123,  1146,   123,   412,   126,
+     127,   128,   351,   593,  1229,   123,  -652,  1058,   123,   352,
+    -652,  1185,   123,   758,   124,   269,   124,  1059,  1078,    81,
+    1049,  1050,   318,   214,   319,   445,   412,   619,  -662,   757,
+     494,   624,  -662,   353,   412,   397,   398,   477,   626,   269,
+     718,   219,  1194,    81,    82,   141,   406,   355,    85,    86,
+     123,   123,  -711,  1181,  1120,   322,  1121,   703,   403,   404,
+     465,  1017,  1018,   467,  1027,   507,   508,   322,   214,   646,
+     647,   475,   968,  1122,   478,   836,   214,   837,  1025,  1026,
+     214,  -653,  1185,   214,  -715,  -653,  -426,  -426,  -426,   219,
+     219,  -426,  -426,   242,   242,  -712,   568,   123,   662,  1019,
+    1020,  1029,  -283,  -656,   472,   219,  1028,  -656,   219,   219,
+     397,   398,   214,   412,   568,   200,   124,   628,   213,   399,
+     400,  -282,   861,   459,  1021,  1022,  1023,  1024,   412,   212,
+     405,   877,   636,   878,   401,   402,  1200,  1144,   406,  1145,
+     883,   411,  -478,   459,   412,   123,   243,   243,   494,   884,
+     885,   886,   887,   888,   889,   407,  1146,   208,   240,   240,
+    1216,   477,   318,  1078,   319,   408,   427,  1060,  1061,   412,
+    1054,    81,  1062,   494,   414,  1063,   754,   249,   250,   251,
+    -426,   690,  -426,   750,   879,  -534,   567,   219,   219,   643,
+    -426,   779,   753,   644,  1235,  1191,   478,  1192,   415,   219,
+     219,   582,   219,   648,   649,   587,   374,   590,   375,  1100,
+    -426,   756,  1092,  -282,  1193,   601,   123,   755,   123,   751,
+    -426,  -426,  -426,   420,   610,  -426,  -426,  -426,   615,   219,
+     376,   377,   392,   393,   394,   593,   123,   593,   461,   123,
+     123,   219,   752,   412,   423,   399,   400,   660,   843,   412,
+     600,  -714,   779,   881,   422,   851,  -713,   864,   624,   124,
+     401,   402,   213,  -613,   290,   291,   292,  -613,   274,   275,
+     276,   277,   278,   279,   280,   281,   861,   283,  1112,   322,
+     286,   428,   214,  -612,   201,   231,   231,  -612,  1124,   434,
+     322,   685,   686,   893,   439,   894,   302,  -426,   307,   308,
+     310,   412,   731,   208,   316,    81,    82,   141,  1149,  -611,
+      85,    86,   435,  -611,  -426,  1251,   440,   895,   896,   442,
+     302,   446,  1014,  1015,  1016,  1166,   412,   344,   916,   917,
+     930,   116,   464,   412,   993,   466,   136,   989,   139,   204,
+     237,   237,   219,   918,   919,   912,   913,  1047,   208,   391,
+    1182,  1262,   474,   691,   412,  -630,   208,  1048,   995,  -630,
+     208,   468,   123,   208,  1195,   219,   484,   123,   478,  -717,
+     219,   240,   426,  -635,   219,  -634,   240,  -635,   240,  -634,
+     469,   124,   914,   915,   843,  1215,   966,   717,   302,   843,
+     490,   240,   208,   843,   123,    81,    82,   141,   492,  -633,
+      85,    86,   123,  -633,  1047,   497,  -632,  1236,  -631,  1101,
+    -632,   864,  -631,   124,  1048,  -628,   582,   495,   781,  -628,
+     116,   988,   496,  -717,   501,  -647,   214,   332,   441,  -647,
+     201,  -629,   511,   298,   272,  -629,   395,   396,   157,   158,
+     159,   160,   161,   162,  -242,   272,   272,  -625,     3,  -648,
+     832,  -625,   302,  -648,   450,   452,   163,   164,   165,  -626,
+     395,   396,   302,  -626,  -617,  1055,  -620,   460,  -617,   562,
+    -620,   317,   643,  1074,   502,   201,  1103,   503,   219,  -282,
+     166,   459,   316,   201,  -640,   204,   504,   201,  -640,     3,
+     201,  -641,  -642,   920,   921,  -641,  -642,   843,   231,   563,
+    -638,   897,  -621,   231,  -638,   231,  -621,  1175,   505,   302,
+    -619,    81,  1049,  1050,  -619,   179,   958,   686,   231,   201,
+     515,   302,  -623,  -717,  -717,   176,  -623,   565,  -717,  -717,
+     204,   123,   123,   284,   285,  -624,  1058,  -622,   204,  -624,
+     570,  -622,   204,  1087,  1088,   204,  1059,   909,   910,   911,
+    1105,  1106,   566,   237,   412,  1179,   940,   941,   237,     3,
+     237,  -282,   208,   459,   779,   583,  1197,  1198,    81,  1049,
+    1050,     3,   179,   237,   204,  1116,   584,  1055,  1055,   585,
+     294,  1115,  -282,   240,   240,   588,  1130,   594,  1074,  1074,
+    1140,  1141,  1142,   599,   611,   614,   286,    81,   299,   300,
+     973,   179,    81,    82,   141,  1130,   612,    85,    86,   604,
+     123,  1159,   620,   621,   412,   586,   625,   589,   219,   595,
+     629,   630,   596,   123,   581,   460,   634,   602,   123,   124,
+     635,   639,  1232,   458,   641,   642,   613,   843,   652,   316,
+    1168,   659,   124,    81,    82,   141,   622,  1172,    85,    86,
+    1055,   123,   123,  1055,   663,  1130,  1130,   666,   664,   676,
+     679,   302,   681,   684,  1074,   682,  1074,   696,   689,  1074,
+    1186,  1187,   322,  1074,   687,   123,   123,   695,  1074,   706,
+     708,  1217,   711,   631,   123,   720,   814,  1257,   818,   201,
+     721,   782,   821,   892,  1210,  1211,  1060,  1061,   123,   828,
+      81,  1062,   848,   124,  1063,  1080,   208,   829,   322,   846,
+     231,   231,   868,    81,    82,   141,   870,   124,    85,    86,
+     872,  1055,   123,   123,  1130,    81,    82,   141,   873,  1074,
+      85,    86,   981,  1093,   874,   922,   923,   925,   924,  -645,
+     928,  1238,  1239,  -645,   204,   675,   379,  -644,   302,   123,
+    1159,  -644,   392,   393,   394,   959,   931,   960,   199,   962,
+     392,   393,   394,   976,   602,   237,   237,   937,   124,   938,
+     939,   697,   698,   699,   942,  1074,   945,   970,   972,   316,
+     979,   380,   381,   382,   383,   384,   385,   386,   387,   388,
+     389,   205,   238,   238,   986,   990,   991,   992,   994,   302,
+     996,   206,   239,   239,  -668,  1034,   321,  1035,  1037,  1102,
+     724,   725,   179,  1089,  1095,  1099,  1136,  1107,  1155,   321,
+     321,   321,   321,   321,   321,   391,   346,   347,  1148,  1173,
+    1167,  1196,  1154,   201,  1212,  1194,  1219,  1223,  1222,  1225,
+    1227,   816,  1245,  1228,  1242,  1231,  1253,  -262,  1234,   823,
+    1246,   825,  1248,   298,  1255,   460,  1256,  1258,   157,   158,
+     159,   160,   161,   162,   844,   845,  1259,   263,   476,   849,
+    1065,  1260,  1247,   622,   862,  1205,   163,   164,   165,  1110,
+     301,   834,   418,  1180,  1117,  1151,   391,  1237,   204,   999,
+     302,   499,   302,   390,   969,   961,   944,  1252,   678,   302,
+     166,   826,   333,   824,   335,   982,   296,   462,   247,   860,
+     640,   437,  1221,   506,   559,  1230,   869,   518,   985,   876,
+    1109,   984,   522,   523,   524,   525,   526,   527,   528,   529,
+     530,   531,   532,     0,     0,     0,     0,   205,     0,     0,
+       0,   216,   245,   245,     0,   176,     0,   206,     0,   199,
+       0,     0,     0,   710,     0,   555,     0,   199,     0,     0,
+       0,   199,     0,     0,   199,     0,    23,    24,    25,    26,
+       0,    27,   424,     0,     0,     0,    32,    33,     0,   948,
+      36,    37,   205,    39,    40,    41,    42,     0,     0,     0,
+     205,     0,   206,   199,   205,     0,     0,   205,    54,    55,
+     206,     0,     0,     0,   206,   238,  1261,   206,     0,     0,
+     238,     0,   238,     0,     0,   239,     0,    81,   299,   300,
+     239,   179,   239,     0,    80,   238,   205,   980,   862,     0,
+     602,   510,     0,     0,    84,   239,   206,     0,     0,   513,
+       0,   514,   898,     0,     0,     0,   456,     0,     0,     0,
+       0,     0,     0,     0,   321,   321,   321,   321,   321,   321,
+     321,   321,   321,   321,   321,   321,   321,   321,   321,   321,
+       0,     0,     0,   485,   486,   487,   488,   899,   900,   901,
+     902,   903,   904,   905,   906,   907,   908,   216,     0,     0,
+       0,     0,     0,   456,     0,     0,     0,   500,     0,   782,
+     783,   784,   785,   321,     0,   456,   786,   787,   788,   789,
+     790,   791,   792,     0,   576,  1079,     0,     0,     0,     0,
+       0,   321,  1086,   519,     0,     0,     0,     0,   218,   246,
+     246,     0,   216,     0,     0,     0,     0,     0,     0,     0,
+     216,     0,     0,     0,   216,     0,     0,   216,   951,     0,
+       0,   951,     0,     0,     0,   245,     0,   321,     0,     0,
+     245,     0,   245,   199,     0,     0,     0,     0,     0,   321,
+       0,   564,     0,     0,   714,   245,   216,     0,     0,     0,
+       0,     0,   576,     0,     0,     0,   723,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   205,     0,   391,     0,
+       0,     0,     0,     0,     0,     0,   206,     0,     0,     0,
+       0,     0,     0,   321,     0,     0,   321,   238,   238,     0,
+       0,     0,     0,     0,     0,     0,     0,   239,   239,     0,
+       0,   576,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,  1153,   838,     0,     0,     0,     0,     0,     0,   576,
+     673,     0,     0,     0,     0,     0,   714,   862,     0,     0,
+    1170,     0,     0,   321,     0,     0,   302,     0,     0,  1176,
+    1177,     0,     0,     0,   218,   321,     0,     0,     0,     0,
+       0,     0,     0,   951,     0,   951,   951,   951,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   319,  -425,
-    -425,  -425,     0,     6,     0,     0,     0,     0,     7,     8,
-       9,     0,     0,     0,     0,    81,   297,   298,     0,   178,
-       0,     0,     0,    10,    11,    12,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   746,     0,     0,     0,
-       0,     0,     0,    13,    14,    15,    16,     0,    17,    18,
-      19,    20,    21,    22,    23,    24,    25,    26,     0,    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,     0,     0,     0,     0,     0,     0,    81,
-      82,    83,    84,     0,    85,    86,    87,     0,     0,    -2,
+       0,   653,     0,     0,     0,     0,     0,   199,     0,     0,
+     727,   729,     0,  1214,     0,     0,     0,     0,     0,   218,
+    1218,  1220,     0,   748,     0,     0,     0,   218,   673,   733,
+       0,   218,   862,     0,   218,     0,     0,     0,     0,     0,
+     205,   673,   246,     0,     0,     0,   216,   246,     0,   246,
+     206,     0,     0,     0,     0,     0,     0,     0,     0,  1241,
+       0,     0,   246,   218,     0,     0,     0,   245,   245,     0,
+       0,     0,     0,     0,     0,     0,     0,   488,   838,  1249,
+    1250,     0,   867,   838,   748,     0,  1254,   838,     0,     0,
+       0,     0,   321,     0,     0,     0,     0,     0,   321,   321,
+     321,   321,   321,   321,   890,   891,     0,   734,     0,     0,
+       0,   780,     0,   714,   951,     0,   951,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,   997,   518,     0,     0,     0,
+       0,  1003,  1004,  1005,  1006,  1007,  1008,  1009,  1010,  1011,
+    1012,  1013,     0,     0,   298,     0,     0,     0,     0,   157,
+     158,   159,   160,   161,   162,     0,     0,     0,     0,   875,
+       0,     0,  -203,  -203,   456,     0,   456,   163,   164,   165,
+       0,     0,     0,   882,     0,     0,     0,   321,     0,     0,
+     216,   838,     0,     0,     0,     0,     0,   143,   321,     0,
+       0,   166,   144,   145,   146,     0,   147,   148,   149,   150,
+     151,   152,   153,   154,   155,  -563,     0,     0,     0,     0,
+     156,     0,     0,     0,     0,   157,   158,   159,   160,   161,
+     162,     0,     0,   218,     0,     0,     0,     0,  -203,  -203,
+       0,     0,   321,   163,   164,   165,   176,     0,     0,     0,
+       0,     0,     0,     0,   246,   246,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,   166,     0,     0,
+       0,   321,   321,   321,   321,   321,   321,   321,   321,   321,
+     321,   321,   321,   321,   321,   321,   321,   321,     0,   321,
+       0,   167,   168,   169,   170,   171,   172,   173,   174,     0,
+       0,     0,     0,     0,     0,     0,     0,   175,     0,     0,
+       0,     0,   176,     0,     0,     0,     0,     0,    81,   299,
+     300,     0,   179,     0,     0,     0,     0,     0,     0,     0,
+       0,   838,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,  1000,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,   321,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,   218,     0,     0,
+       0,     0,     0,     0,    81,   177,   178,     0,   179,   180,
+      86,     0,     0,     0,     0,     0,   748,     0,     0,     0,
+       0,     0,     0,     0,     0,  -170,     0,     0,     0,     0,
+    -170,  -170,  -170,     0,  -170,  -170,  -170,  -170,  -170,  -170,
+    -170,  -170,  -170,  -170,  -170,  -170,  -715,  -170,  -170,     0,
+    -170,   488,  -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,
+    -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,     0,  -170,
+       0,  -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,
+    -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,  -170,
+    -170,  -170,     0,     0,     0,  -170,     0,     0,     0,     0,
+    1108,     0,     0,     0,     0,     0,     0,     0,     0,    -2,
        1,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     2,     0,     0,
-       0,     0,     0,  -281,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     3,     0,     0,     0,     0,     0,     0,
+    -170,  -170,  -170,  -170,  -170,  -170,  -170,     2,     0,     0,
+       0,     0,     0,  -282,     0,  -170,     0,     0,     0,     0,
+    -170,     0,     0,     3,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     4,     0,     5,     0,     0,     0,     0,
-     319,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,  -425,  -425,  -425,
+     321,     0,     0,     0,     0,  1171,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,  -426,  -426,  -426,
        0,     6,     0,     0,     0,     0,     7,     8,     9,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     319,    10,    11,    12,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,   319,     0,     0,     0,     0,
+     321,    10,    11,    12,     0,     0,     0,     0,     0,     0,
+       0,     0,  -170,  -170,  -170,   321,  -170,  -170,  -170,     0,
        0,    13,    14,    15,    16,     0,    17,    18,    19,    20,
-      21,    22,    23,    24,    25,    26,   319,    27,    28,    29,
+      21,    22,    23,    24,    25,    26,   321,    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,     0,     0,     0,     0,     0,     0,    81,    82,    83,
-      84,   142,    85,    86,    87,     0,   143,   144,   145,     0,
-     146,   147,   148,   149,   150,   151,   152,   153,   154,  -562,
-     554,     0,     0,     0,   155,     0,     0,     0,     0,   156,
-     157,   158,   159,   160,   161,     0,     0,     0,     0,     0,
-       0,     0,  -202,  -202,     4,     0,     5,   162,   163,   164,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,  -425,  -425,
-    -425,   165,     6,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   167,   168,   169,   170,
-     171,   172,   173,     0,     0,     0,     0,     0,     0,     0,
-       0,   174,    13,    14,    15,    16,   175,    17,    18,    19,
-      20,    21,    22,    23,    24,    25,    26,     0,    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,     0,     0,     0,     0,     0,     0,    81,   176,
-     555,    84,   178,   179,    86,    87,   142,     0,     0,     0,
-       0,   143,   144,   145,     0,   146,   147,   148,   149,   150,
-     151,   152,   153,   154,  -171,     0,     0,     0,     0,   155,
-       0,     0,     0,     0,   156,   157,   158,   159,   160,   161,
-       0,     0,     0,     0,     0,     0,     0,  -202,  -202,  -281,
-       0,     0,   162,   163,   164,     0,     0,     0,     0,     0,
+      80,    -3,     1,     0,     0,     0,     0,    81,    82,    83,
+      84,     0,    85,    86,    87,     0,     0,     0,     0,     2,
+       0,     0,     0,     0,     0,  -282,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     3,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     4,     0,     5,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,  -281,  -281,  -281,   165,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,  -426,
+    -426,  -426,     0,     6,     0,     0,     0,     0,     7,     8,
+       9,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,    10,    11,    12,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,    13,    14,    15,    16,     0,    17,    18,
+      19,    20,    21,    22,    23,    24,    25,    26,     0,    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,     0,     0,     0,     0,     0,     0,    81,
+      82,    83,    84,   143,    85,    86,    87,     0,   144,   145,
+     146,     0,   147,   148,   149,   150,   151,   152,   153,   154,
+     155,  -563,   556,     0,     0,     0,   156,     0,     0,     0,
+       0,   157,   158,   159,   160,   161,   162,     0,     0,     0,
+       0,     0,     0,     0,  -203,  -203,     4,     0,     5,   163,
+     164,   165,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,   167,   168,   169,   170,   171,   172,   173,     0,     0,
-       0,     0,     0,     0,     0,     0,   174,  -281,  -281,  -281,
-    -281,   175,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,     0,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,     0,     0,     0,
-       0,     0,     0,    81,   176,   177,  -281,   178,   179,    86,
-    -281,   220,     0,     0,     0,     0,   143,   144,   145,     0,
-       0,   221,   148,   149,   150,   151,   152,   153,   222,  -171,
-    -566,     0,     0,     0,   223,     0,     0,     0,     0,   156,
-     157,   158,   159,   160,   161,     0,     0,     0,     0,     0,
-       0,     0,  -202,  -202,  -281,     0,     0,   162,   163,   164,
+    -426,  -426,  -426,   166,     6,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,  -281,  -281,
-    -281,   165,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,   168,   169,
+     170,   171,   172,   173,   174,     0,     0,     0,     0,     0,
+       0,     0,     0,   175,    13,    14,    15,    16,   176,    17,
+      18,    19,    20,    21,    22,    23,    24,    25,    26,     0,
+      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,     0,     0,     0,     0,     0,     0,
+      81,   177,   557,    84,   179,   180,    86,    87,   143,     0,
+       0,     0,     0,   144,   145,   146,     0,   147,   148,   149,
+     150,   151,   152,   153,   154,   155,  -172,     0,     0,     0,
+       0,   156,     0,     0,     0,     0,   157,   158,   159,   160,
+     161,   162,     0,     0,     0,     0,     0,     0,     0,  -203,
+    -203,  -282,     0,     0,   163,   164,   165,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,   168,   169,   170,
-     171,   172,   173,     0,     0,     0,     0,     0,     0,     0,
-       0,   174,  -281,  -281,  -281,  -281,   175,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,     0,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,  -281,
-    -281,  -281,     0,     0,     0,     0,     0,     0,    81,   176,
-     177,  -281,   178,   224,   225,  -281,  -169,     0,     0,     0,
-       0,  -169,  -169,  -169,     0,  -169,  -169,  -169,  -169,  -169,
-    -169,  -169,  -169,  -169,  -169,  -169,  -169,  -714,  -169,  -169,
-       0,  -169,     0,  -169,  -169,  -169,  -169,  -169,  -169,  -169,
-    -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,     0,
-    -169,     0,  -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,
-    -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,  -169,
-    -169,  -169,  -169,     0,     0,     0,  -169,     0,     0,    23,
-      24,    25,    26,     0,    27,     0,     0,     0,     0,    32,
-      33,     0,     0,    36,    37,     0,    39,    40,    41,    42,
-       0,  -169,  -169,  -169,  -169,  -169,  -169,  -169,     0,     0,
-       0,    54,    55,   142,     0,     0,  -169,     0,   143,   144,
-     145,  -169,   146,   147,   148,   149,   150,   151,   152,   153,
-     154,  -562,     0,     0,     0,     0,   155,    80,     0,     0,
-       0,   156,   157,   158,   159,   160,   161,    84,     0,     0,
-       0,     0,     0,     0,  -202,  -202,     0,     0,     0,   162,
-     163,   164,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,  -282,  -282,  -282,   166,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   165,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,  -169,  -169,  -169,     0,  -169,  -169,  -169,
-       0,     0,     0,     0,     0,     0,     0,   166,   167,   168,
-     169,   170,   171,   172,   173,     0,     0,     0,     0,     0,
-     142,     0,     0,   174,     0,   143,   144,   145,   175,   146,
-     147,   148,   149,   150,   151,   152,   153,   154,  -562,     0,
-       0,     0,     0,   155,     0,     0,     0,     0,   156,   157,
-     158,   159,   160,   161,     0,     0,     0,     0,     0,     0,
-       0,  -202,  -202,     0,     0,     0,   162,   163,   164,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,   168,   169,   170,   171,   172,   173,   174,
+       0,     0,     0,     0,     0,     0,     0,     0,   175,  -282,
+    -282,  -282,  -282,   176,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,     0,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,     0,
+       0,     0,     0,     0,     0,    81,   177,   178,  -282,   179,
+     180,    86,  -282,   221,     0,     0,     0,     0,   144,   145,
+     146,     0,     0,   222,   149,   150,   151,   152,   153,   154,
+     223,  -172,  -567,     0,     0,     0,   224,     0,     0,     0,
+       0,   157,   158,   159,   160,   161,   162,     0,     0,     0,
+       0,     0,     0,     0,  -203,  -203,  -282,     0,     0,   163,
+     164,   165,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     165,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      81,   176,   177,     0,   178,   179,    86,     0,     0,     0,
-       0,     0,     0,     0,  -534,   167,   168,   169,   170,   171,
-     172,   173,     0,     0,     0,     0,   220,     0,     0,     0,
-     174,   143,   144,   145,     0,   175,   221,   148,   149,   150,
-     151,   152,   153,   222,  -506,  -506,     0,     0,     0,   223,
-    -506,     0,     0,     0,   156,   157,   158,   159,   160,   161,
-       0,     0,     0,     0,     0,     0,     0,  -202,  -202,     0,
-       0,     0,   162,   163,   164,     0,     0,     0,     0,     0,
+    -282,  -282,  -282,   166,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   165,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,    81,   176,   177,
-       0,   178,   179,    86,     0,     0,     0,     0,     0,     0,
-    -506,     0,   168,   169,   170,   171,   172,   173,     0,     0,
-       0,     0,     0,   142,     0,     0,   174,     0,   143,   144,
-     145,   175,   146,   147,   148,   149,   150,   151,   152,   153,
-     154,  -562,   653,     0,     0,     0,   155,     0,     0,     0,
-       0,   156,   157,   158,   159,   160,   161,     0,     0,     0,
-       0,     0,     0,     0,  -202,  -202,     0,     0,     0,   162,
-     163,   164,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   169,
+     170,   171,   172,   173,   174,     0,     0,     0,     0,     0,
+       0,     0,     0,   175,  -282,  -282,  -282,  -282,   176,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,     0,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,  -282,
+    -282,  -282,  -282,  -282,     0,     0,     0,     0,     0,     0,
+      81,   177,   178,  -282,   179,   225,   226,  -282,   143,     0,
+       0,     0,     0,   144,   145,   146,     0,   147,   148,   149,
+     150,   151,   152,   153,   154,   155,  -563,     0,     0,     0,
+       0,   156,     0,     0,     0,     0,   157,   158,   159,   160,
+     161,   162,     0,     0,     0,     0,     0,     0,     0,  -203,
+    -203,     0,   221,     0,   163,   164,   165,   144,   145,   146,
+       0,     0,   222,   149,   150,   151,   152,   153,   154,   223,
+    -507,  -507,     0,     0,     0,   224,  -507,     0,   166,     0,
+     157,   158,   159,   160,   161,   162,     0,     0,     0,     0,
+       0,     0,     0,  -203,  -203,     0,     0,     0,   163,   164,
+     165,     0,  -535,   168,   169,   170,   171,   172,   173,   174,
+       0,     0,     0,     0,     0,     0,     0,     0,   175,     0,
+       0,     0,   166,   176,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   165,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    81,   176,   177,     0,   178,   224,   225,
-       0,     0,     0,     0,     0,     0,     0,     0,   167,   168,
-     169,   170,   171,   172,   173,     0,     0,     0,     0,     0,
-     142,     0,     0,   174,     0,   143,   144,   145,   175,   146,
-     147,   148,   149,   150,   151,   152,   153,   154,  -562,     0,
-       0,     0,     0,   155,     0,     0,     0,     0,   156,   157,
-     158,   159,   160,   161,     0,     0,     0,     0,     0,     0,
-       0,  -202,  -202,     0,     0,     0,   162,   163,   164,     0,
+       0,     0,     0,     0,     0,     0,  -507,     0,   169,   170,
+     171,   172,   173,   174,     0,     0,     0,     0,     0,     0,
+       0,     0,   175,     0,     0,     0,     0,   176,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     165,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-      81,   176,   177,     0,   178,   179,    86,     0,     0,     0,
-       0,     0,     0,     0,     0,   167,   168,   169,   170,   171,
-     172,   173,     0,     0,     0,     0,   220,     0,     0,     0,
-     174,   143,   144,   145,     0,   175,   221,   148,   149,   150,
-     151,   152,   153,   222,  -562,  -566,     0,     0,     0,   223,
-       0,     0,     0,     0,   156,   157,   158,   159,   160,   161,
-       0,     0,     0,     0,     0,     0,     0,  -202,  -202,     0,
-       0,     0,   162,   163,   164,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,    81,   177,   178,     0,   179,
+     180,    86,     0,     0,     0,   143,     0,     0,     0,     0,
+     144,   145,   146,     0,   147,   148,   149,   150,   151,   152,
+     153,   154,   155,  -563,   655,     0,     0,     0,   156,     0,
+       0,     0,     0,   157,   158,   159,   160,   161,   162,    81,
+     177,   178,     0,   179,   225,   226,  -203,  -203,     0,   143,
+       0,   163,   164,   165,   144,   145,   146,     0,   147,   148,
+     149,   150,   151,   152,   153,   154,   155,  -563,     0,     0,
+       0,     0,   156,     0,     0,   166,     0,   157,   158,   159,
+     160,   161,   162,     0,     0,     0,     0,     0,     0,     0,
+    -203,  -203,     0,     0,     0,   163,   164,   165,     0,     0,
+     168,   169,   170,   171,   172,   173,   174,     0,     0,     0,
+       0,     0,     0,     0,     0,   175,     0,     0,     0,   166,
+     176,     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,   165,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,    81,   176,   177,
-       0,   178,   179,    86,     0,     0,     0,     0,     0,     0,
-    -502,     0,   168,   169,   170,   171,   172,   173,     0,     0,
-       0,     0,   220,     0,     0,     0,   174,   143,   144,   145,
-       0,   175,   221,   148,   149,   150,   151,   152,   153,   222,
-    -562,  -566,     0,     0,     0,   223,     0,     0,     0,     0,
-     156,   157,   158,   159,   160,   161,     0,     0,     0,     0,
-       0,     0,     0,  -202,  -202,     0,     0,     0,   162,   163,
-     164,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,   168,   169,   170,   171,   172,   173,
+     174,     0,     0,     0,     0,     0,     0,     0,   835,   175,
+       0,     0,     0,   298,   176,   836,     0,   837,   157,   158,
+     159,   160,   161,   162,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   163,   164,   165,     0,
+       0,     0,    81,   177,   178,     0,   179,   180,    86,     0,
+       0,     0,   221,     0,     0,     0,     0,   144,   145,   146,
+     166,     0,   222,   149,   150,   151,   152,   153,   154,   223,
+    -563,  -567,     0,     0,     0,   224,     0,     0,     0,     0,
+     157,   158,   159,   160,   161,   162,    81,   177,   178,     0,
+     179,   180,    86,  -203,  -203,     0,   221,     0,   163,   164,
+     165,   144,   145,   146,     0,   176,   222,   149,   150,   151,
+     152,   153,   154,   223,  -563,  -567,     0,     0,     0,   224,
+       0,     0,   166,     0,   157,   158,   159,   160,   161,   162,
+       0,     0,     0,     0,     0,     0,     0,  -203,  -203,     0,
+       0,     0,   163,   164,   165,     0,  -503,     0,   169,   170,
+     171,   172,   173,   174,     0,     0,     0,     0,     0,     0,
+     713,  -709,   175,     0,     0,   298,   166,   176,     0,     0,
+     157,   158,   159,   160,   161,   162,     0,    81,   177,   178,
+       0,   179,    85,    86,     0,     0,     0,     0,   163,   164,
+     165,     0,   169,   170,   171,   172,   173,   174,     0,     0,
+       0,     0,     0,     0,     0,     0,   175,     0,     0,     0,
+       0,   176,   166,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   165,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    81,   176,   177,     0,   178,   224,   225,
-       0,     0,     0,     0,     0,     0,     0,     0,   168,   169,
-     170,   171,   172,   173,     0,     0,     0,     0,     0,     0,
-       0,     0,   174,     0,   143,   144,   145,   175,   146,   147,
-     148,   149,   150,   151,   152,   153,   222,  -562,   572,     0,
-       0,     0,   355,     0,     0,     0,     0,   156,   157,   158,
-     159,   160,   161,     0,     0,     0,     0,     0,     0,     0,
-    -202,  -202,     4,     0,     5,   162,   163,   164,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,    81,
+     177,   178,     0,   179,   225,   226,     0,     0,     0,     0,
+       0,     0,     0,     0,   144,   145,   146,   176,   147,   148,
+     149,   150,   151,   152,   153,   154,   223,  -563,   574,     0,
+       0,     0,   357,     0,     0,     0,     0,   157,   158,   159,
+     160,   161,   162,    81,   177,   178,     0,   179,   225,   226,
+    -203,  -203,     4,     0,     5,   163,   164,   165,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   165,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   166,
        6,     0,     0,     0,     0,     0,     0,     0,     0,    81,
-     176,   177,     0,   178,   224,   225,     0,     0,     0,     0,
-       0,     0,     0,     0,   167,   168,   169,   170,   171,   172,
-     173,     0,     0,     0,     0,     0,     0,     0,     0,   573,
-      13,    14,    15,    16,   175,    17,    18,    19,    20,    21,
+     299,   300,     0,   179,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,   168,   169,   170,   171,   172,   173,
+     174,     0,     0,     0,     0,     0,     0,     0,     0,   575,
+      13,    14,    15,    16,   176,    17,    18,    19,    20,    21,
       22,    23,    24,    25,    26,     0,    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,
-       0,     0,     0,     0,     0,     0,    81,   176,   555,    84,
-     178,   179,    86,    87,   143,   144,   145,     0,   146,   147,
-     148,   149,   150,   151,   152,   153,   222,  -562,   654,     0,
-       0,     0,   355,     0,     0,     0,     0,   156,   157,   158,
-     159,   160,   161,     0,     0,     0,     0,     0,     0,     0,
-    -202,  -202,     4,     0,     5,   162,   163,   164,     0,     0,
+       0,     0,     0,     0,     0,     0,    81,   177,   557,    84,
+     179,   180,    86,    87,   144,   145,   146,     0,   147,   148,
+     149,   150,   151,   152,   153,   154,   223,  -563,   656,     0,
+       0,     0,   357,     0,     0,     0,     0,   157,   158,   159,
+     160,   161,   162,     0,     0,     0,     0,     0,     0,     0,
+    -203,  -203,     4,     0,     5,   163,   164,   165,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   165,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   166,
        6,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   167,   168,   169,   170,   171,   172,
-     173,     0,     0,     0,     0,     0,     0,     0,     0,   174,
-      13,    14,    15,    16,   175,    17,    18,    19,    20,    21,
+       0,     0,     0,     0,   168,   169,   170,   171,   172,   173,
+     174,     0,     0,     0,     0,     0,     0,     0,     0,   175,
+      13,    14,    15,    16,   176,    17,    18,    19,    20,    21,
       22,    23,    24,    25,    26,     0,    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,
-       0,     0,     0,     0,     0,     0,    81,   176,   555,    84,
-     178,   179,    86,    87,   143,   144,   145,     0,   146,   147,
-     148,   149,   150,   151,   152,   153,   222,  -562,   666,     0,
-       0,     0,   355,     0,     0,     0,     0,   156,   157,   158,
-     159,   160,   161,     0,     0,     0,     0,     0,     0,     0,
-    -202,  -202,     4,     0,     5,   162,   163,   164,     0,     0,
+       0,     0,     0,     0,     0,     0,    81,   177,   557,    84,
+     179,   180,    86,    87,   144,   145,   146,     0,   147,   148,
+     149,   150,   151,   152,   153,   154,   223,  -563,   668,     0,
+       0,     0,   357,     0,     0,     0,     0,   157,   158,   159,
+     160,   161,   162,     0,     0,     0,     0,     0,     0,     0,
+    -203,  -203,     4,     0,     5,   163,   164,   165,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   165,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   166,
        6,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,   167,   168,   169,   170,   171,   172,
-     173,     0,     0,     0,     0,     0,     0,     0,     0,   667,
-      13,    14,    15,    16,   175,    17,    18,    19,    20,    21,
+       0,     0,     0,     0,   168,   169,   170,   171,   172,   173,
+     174,     0,     0,     0,     0,     0,     0,     0,     0,   669,
+      13,    14,    15,    16,   176,    17,    18,    19,    20,    21,
       22,    23,    24,    25,    26,     0,    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,
-       0,     0,     0,     0,     0,     0,    81,   176,   555,    84,
-     178,   179,    86,    87,   143,   144,   145,     0,   146,   147,
-     148,   149,   150,   151,   152,   153,   222,  -562,   665,     0,
-       0,     0,   355,     0,     0,     0,     0,   156,   157,   158,
-     159,   160,   161,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,   162,   163,   164,   143,   144,
-     145,     0,   146,   147,   148,   149,   150,   151,   152,   153,
-     222,  -562,   669,     0,     0,     0,   355,     0,     0,   165,
-       0,   156,   157,   158,   159,   160,   161,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   162,
-     163,   164,     0,     0,   167,   168,   169,   170,   171,   172,
-     173,     0,     0,     0,     0,     0,     0,     0,     0,   174,
-       0,     0,     0,   165,   175,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,    81,   177,   557,    84,
+     179,   180,    86,    87,   144,   145,   146,     0,   147,   148,
+     149,   150,   151,   152,   153,   154,   223,  -563,   667,     0,
+       0,     0,   357,     0,     0,     0,     0,   157,   158,   159,
+     160,   161,   162,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,   163,   164,   165,   144,   145,
+     146,     0,   147,   148,   149,   150,   151,   152,   153,   154,
+     223,  -563,   671,     0,     0,     0,   357,     0,     0,   166,
+       0,   157,   158,   159,   160,   161,   162,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   163,
+     164,   165,     0,     0,   168,   169,   170,   171,   172,   173,
+     174,     0,     0,     0,     0,     0,     0,     0,     0,   175,
+       0,     0,     0,   166,   176,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   167,   168,
-     169,   170,   171,   172,   173,     0,     0,     0,     0,     0,
-       0,     0,     0,   670,     0,   143,   144,   145,   175,   146,
-     147,   148,   149,   150,   151,   152,   153,   222,  -562,   730,
-       0,     0,     0,   355,     0,     0,     0,     0,   156,   157,
-     158,   159,   160,   161,     0,     0,    81,   176,   177,     0,
-     178,   179,    86,     0,     0,     0,   162,   163,   164,   143,
-     144,   145,     0,   146,   147,   148,   149,   150,   151,   152,
-     153,   222,  -562,   808,     0,     0,     0,   355,     0,     0,
-     165,     0,   156,   157,   158,   159,   160,   161,     0,     0,
-      81,   176,   177,     0,   178,   179,    86,     0,     0,     0,
-     162,   163,   164,     0,     0,   167,   168,   169,   170,   171,
-     172,   173,     0,     0,     0,     0,     0,     0,     0,     0,
-     174,     0,     0,     0,   165,   175,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,   168,   169,
+     170,   171,   172,   173,   174,     0,     0,     0,     0,     0,
+       0,     0,     0,   672,     0,   144,   145,   146,   176,   147,
+     148,   149,   150,   151,   152,   153,   154,   223,  -563,   732,
+       0,     0,     0,   357,     0,     0,     0,     0,   157,   158,
+     159,   160,   161,   162,     0,     0,    81,   177,   178,     0,
+     179,   180,    86,     0,     0,     0,   163,   164,   165,   144,
+     145,   146,     0,   147,   148,   149,   150,   151,   152,   153,
+     154,   223,  -563,   810,     0,     0,     0,   357,     0,     0,
+     166,     0,   157,   158,   159,   160,   161,   162,     0,     0,
+      81,   177,   178,     0,   179,   180,    86,     0,     0,     0,
+     163,   164,   165,     0,     0,   168,   169,   170,   171,   172,
+     173,   174,     0,     0,     0,     0,     0,     0,     0,     0,
+     175,     0,     0,     0,   166,   176,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,     0,   167,
-     168,   169,   170,   171,   172,   173,     0,     0,     0,     0,
-       0,     0,     0,     0,   174,     0,   143,   144,   145,   175,
-     146,   147,   148,   149,   150,   151,   152,   153,   222,  -562,
-     809,     0,     0,     0,   355,     0,     0,     0,     0,   156,
-     157,   158,   159,   160,   161,     0,     0,    81,   176,   177,
-       0,   178,   179,    86,     0,     0,     0,   162,   163,   164,
-     143,   144,   145,     0,   146,   147,   148,   149,   150,   151,
-     152,   153,   222,  -562,   811,     0,     0,     0,   355,     0,
-       0,   165,     0,   156,   157,   158,   159,   160,   161,     0,
-       0,    81,   176,   177,     0,   178,   179,    86,     0,     0,
-       0,   162,   163,   164,     0,     0,   167,   168,   169,   170,
-     171,   172,   173,     0,     0,     0,     0,     0,     0,     0,
-       0,   810,     0,     0,     0,   165,   175,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   168,
+     169,   170,   171,   172,   173,   174,     0,     0,     0,     0,
+       0,     0,     0,     0,   175,     0,   144,   145,   146,   176,
+     147,   148,   149,   150,   151,   152,   153,   154,   223,  -563,
+     811,     0,     0,     0,   357,     0,     0,     0,     0,   157,
+     158,   159,   160,   161,   162,     0,     0,    81,   177,   178,
+       0,   179,   180,    86,     0,     0,     0,   163,   164,   165,
+     144,   145,   146,     0,   147,   148,   149,   150,   151,   152,
+     153,   154,   223,  -563,   813,     0,     0,     0,   357,     0,
+       0,   166,     0,   157,   158,   159,   160,   161,   162,     0,
+       0,    81,   177,   178,     0,   179,   180,    86,     0,     0,
+       0,   163,   164,   165,     0,     0,   168,   169,   170,   171,
+     172,   173,   174,     0,     0,     0,     0,     0,     0,     0,
+       0,   812,     0,     0,     0,   166,   176,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     167,   168,   169,   170,   171,   172,   173,     0,     0,     0,
-       0,     0,     0,     0,     0,   174,     0,   143,   144,   145,
-     175,   146,   147,   148,   149,   150,   151,   152,   153,   222,
-    -562,   945,     0,     0,     0,   355,     0,     0,     0,     0,
-     156,   157,   158,   159,   160,   161,     0,     0,    81,   176,
-     177,     0,   178,   179,    86,     0,     0,     0,   162,   163,
-     164,   143,   144,   145,     0,   146,   147,   148,   149,   150,
-     151,   152,   153,   222,  -562,     0,     0,     0,     0,   355,
-       0,     0,   165,     0,   156,   157,   158,   159,   160,   161,
-       0,     0,    81,   176,   177,     0,   178,   179,    86,     0,
-       0,     0,   162,   163,   164,     0,     0,   167,   168,   169,
-     170,   171,   172,   173,     0,     0,     0,     0,     0,     0,
-       0,     0,   174,     0,     0,     0,   165,   175,     0,     0,
+     168,   169,   170,   171,   172,   173,   174,     0,     0,     0,
+       0,     0,     0,     0,     0,   175,     0,   144,   145,   146,
+     176,   147,   148,   149,   150,   151,   152,   153,   154,   223,
+    -563,   947,     0,     0,     0,   357,     0,     0,     0,     0,
+     157,   158,   159,   160,   161,   162,     0,     0,    81,   177,
+     178,     0,   179,   180,    86,     0,     0,     0,   163,   164,
+     165,   144,   145,   146,     0,   147,   148,   149,   150,   151,
+     152,   153,   154,   223,  -563,     0,     0,     0,     0,   357,
+       0,     0,   166,     0,   157,   158,   159,   160,   161,   162,
+       0,     0,    81,   177,   178,     0,   179,   180,    86,     0,
+       0,     0,   163,   164,   165,     0,     0,   168,   169,   170,
+     171,   172,   173,   174,     0,     0,     0,     0,     0,     0,
+       0,     0,   175,     0,     0,     0,   166,   176,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,   167,   168,   169,   170,   171,   172,   173,  -135,     0,
-       0,     0,     0,  -135,     0,     0,   174,     0,     0,     0,
-       0,   175,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,   168,   169,   170,   171,   172,   173,   174,  -136,     0,
+       0,     0,     0,  -136,     0,     0,   175,     0,     0,     0,
+       0,   176,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     4,     0,     5,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,    81,
-     176,   177,     0,   178,   179,    86,     0,     0,     0,     0,
+     177,   178,     0,   179,   180,    86,     0,     0,     0,     0,
        0,     6,     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,    81,   176,   177,     0,   178,   179,    86,
+       0,     0,     0,    81,   177,   178,     0,   179,   180,    86,
        0,    13,    14,    15,    16,     0,    17,    18,    19,    20,
       21,    22,    23,    24,    25,    26,     0,    27,    28,    29,
       30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
@@ -1941,7 +2469,7 @@ static const short yytable[] =
       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,  -565,     0,     0,     0,     0,     0,     0,     0,   137,
+      80,  -566,     0,     0,     0,     0,     0,     0,     0,   138,
       84,     0,     0,     0,    87,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     4,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
@@ -1957,579 +2485,552 @@ static const short yytable[] =
       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,     0,     0,     0,     0,     0,  -171,     0,
-       0,   137,    84,   355,     0,     0,    87,     0,   156,   157,
-     158,   159,   160,   161,     0,     0,     0,     0,     0,   711,
-    -708,  -202,  -202,     0,   296,     0,   162,   163,   164,   156,
-     157,   158,   159,   160,   161,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   629,   162,   163,   164,
-     165,   296,     0,     0,     0,     0,   156,   157,   158,   159,
-     160,   161,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,   165,     0,   711,   162,   163,   164,     0,   296,     0,
-       0,     0,     0,   156,   157,   158,   159,   160,   161,     0,
-       0,     0,     0,     0,     0,   175,     0,     0,   165,     0,
-       0,   162,   163,   164,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,   175,     0,     0,     0,
-       0,     0,     0,     0,     0,   165,     0,     0,     0,     0,
+      78,    79,    80,     0,     0,     0,     0,     0,   835,  1164,
+       0,   138,    84,   298,     0,   836,    87,   837,   157,   158,
+     159,   160,   161,   162,     0,     0,     0,     0,     0,  -172,
+       0,     0,     0,     0,   298,     0,   163,   164,   165,   157,
+     158,   159,   160,   161,   162,     0,     0,     0,     0,     0,
+       0,     0,  -203,  -203,     0,     0,  -172,   163,   164,   165,
+     166,   357,     0,     0,     0,     0,   157,   158,   159,   160,
+     161,   162,     0,     0,     0,     0,     0,     0,     0,  -203,
+    -203,   166,     0,   631,   163,   164,   165,     0,   298,     0,
+       0,     0,     0,   157,   158,   159,   160,   161,   162,     0,
+       0,     0,     0,     0,   713,   176,     0,     0,   166,   298,
+       0,   163,   164,   165,   157,   158,   159,   160,   161,   162,
+       0,     0,     0,     0,     0,     0,   176,     0,     0,     0,
+       0,     0,   163,   164,   165,   166,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   175,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,   176,     0,     0,   166,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,  -281,     0,     0,     0,     0,    81,   297,   298,
-     175,   178,     3,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     4,     0,     0,     0,     0,     0,    81,   297,
-     298,     0,   178,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,    81,   177,   178,
+     176,   179,    85,    86,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,  -282,     0,     0,     0,     0,    81,   299,
+     300,   176,   179,     3,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     4,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,    81,   299,   300,     0,   179,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,    81,   297,   298,     0,   178,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,    81,   299,   300,     0,   179,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,    81,   297,   298,     0,   178,     0,     0,     0,
-      13,    14,    15,    16,     0,    17,    18,    19,    20,    21,
-      22,    23,    24,    25,    26,     0,    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,
-       0,     0,     0,     0,     0,     0,    81,    82,    83,    84,
-     296,    85,    86,    87,     0,   156,   157,   158,   159,   160,
-     161,     0,     0,     0,     0,     0,     0,     0,  -202,  -202,
-       0,   296,   514,   162,   163,   164,   156,   157,   158,   159,
-     160,   161,   296,     0,     0,   595,     0,   156,   157,   158,
-     159,   160,   161,     0,   162,   163,   164,   165,     0,     0,
-       0,     0,     0,   296,   996,   162,   163,   164,   156,   157,
-     158,   159,   160,   161,   296,     0,     0,   691,   165,   156,
-     157,   158,   159,   160,   161,     0,   162,   163,   164,   165,
-       0,     0,     0,     0,     0,     0,     0,   162,   163,   164,
-       0,     0,   175,     0,     0,     0,   296,  -261,     0,     0,
-     165,   156,   157,   158,   159,   160,   161,     0,     0,     0,
-       0,   165,     0,   175,     0,     0,     0,     0,     0,   162,
-     163,   164,     0,   296,   175,     0,     0,     0,   156,   157,
-     158,   159,   160,   161,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   165,     0,   175,   162,   163,   164,     0,
-       0,     0,   343,     0,     0,     0,   175,   156,   157,   158,
-     159,   160,   161,     0,    81,   297,   298,     0,   178,     0,
-     165,     0,     0,     0,     0,   162,   163,   164,     0,     0,
-       0,     0,     0,     0,     0,    81,   297,   298,   175,   178,
-       0,     0,     0,     0,     0,     0,    81,   297,   298,   165,
-     178,   724,     0,     0,     0,     0,   156,   157,   158,   159,
-     160,   161,     0,     0,     0,   175,     0,    81,   297,   298,
-       0,   178,     0,     0,   162,   163,   164,     0,    81,   297,
-     298,   726,   178,     0,     0,     0,   156,   157,   158,   159,
-     160,   161,     0,     0,   175,     0,     0,     0,   165,     0,
-       0,     0,     0,     0,   162,   163,   164,     0,     0,     0,
-      81,   297,   298,     0,   178,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     0,   165,     0,
-       0,     0,     0,     0,     0,     0,     0,    81,   297,   298,
-     733,   178,     0,   175,     0,   734,   735,   736,   737,   738,
-     739,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,   162,   740,   741,    81,   297,   298,     0,
-     178,     0,     0,   175,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,   742,     0,     0,
+       0,     0,     0,    81,   299,   300,     0,   179,     0,     0,
+       0,    13,    14,    15,    16,     0,    17,    18,    19,    20,
+      21,    22,    23,    24,    25,    26,     0,    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,     0,     0,     0,     0,     0,     0,    81,    82,    83,
+      84,     0,    85,    86,    87,   298,   516,     0,     0,     0,
+     157,   158,   159,   160,   161,   162,   298,     0,     0,   597,
+       0,   157,   158,   159,   160,   161,   162,     0,   163,   164,
+     165,     0,     0,     0,     0,     0,     0,   298,   998,   163,
+     164,   165,   157,   158,   159,   160,   161,   162,   298,     0,
+       0,   693,   166,   157,   158,   159,   160,   161,   162,     0,
+     163,   164,   165,   166,     0,     0,     0,     0,     0,   298,
+    -262,   163,   164,   165,   157,   158,   159,   160,   161,   162,
+     298,     0,     0,     0,   166,   157,   158,   159,   160,   161,
+     162,     0,   163,   164,   165,   166,     0,   176,     0,     0,
+       0,     0,     0,   163,   164,   165,     0,     0,   176,     0,
+       0,     0,   345,     0,     0,     0,   166,   157,   158,   159,
+     160,   161,   162,     0,     0,     0,     0,   166,     0,   176,
+       0,     0,     0,     0,     0,   163,   164,   165,     0,   726,
+     176,     0,     0,     0,   157,   158,   159,   160,   161,   162,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,   166,
+       0,   176,   163,   164,   165,     0,     0,     0,     0,    81,
+     299,   300,   176,   179,     0,     0,     0,     0,     0,     0,
+      81,   299,   300,   728,   179,     0,   166,     0,   157,   158,
+     159,   160,   161,   162,     0,     0,     0,     0,     0,     0,
+       0,    81,   299,   300,   176,   179,   163,   164,   165,     0,
+       0,     0,    81,   299,   300,     0,   179,   735,     0,     0,
+       0,     0,   736,   737,   738,   739,   740,   741,     0,     0,
+     166,   176,     0,    81,   299,   300,     0,   179,     0,     0,
+     163,   742,   743,     0,    81,   299,   300,     0,   179,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,   744,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,   176,    81,   299,   300,     0,
+     179,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,    81,   297,   298,     0,   178,
+       0,     0,     0,    81,   299,   300,     0,   179,     0,   176,
+       0,     0,     0,     0,     0,     0,     0,     0,     4,     0,
+       5,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,   175,     0,     0,     0,     0,     0,     0,     0,
-       0,     4,     0,     5,     0,    81,   297,   298,     0,   178,
+       0,     0,  -426,  -426,  -426,     0,     6,    81,   299,   300,
+       0,   179,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,  -425,  -425,  -425,     0,     6,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,    81,   745,   746,     0,   179,    13,    14,    15,    16,
+       0,    17,    18,    19,    20,    21,    22,    23,    24,    25,
+      26,     0,    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,     4,     0,     5,     0,
+       0,     0,     0,     0,   138,    84,     0,     0,     0,    87,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     6,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,    81,   743,   744,     0,   178,    13,
-      14,    15,    16,     0,    17,    18,    19,    20,    21,    22,
-      23,    24,    25,    26,     0,    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,     4,
-       0,     5,     0,     0,     0,     0,     0,   137,    84,     0,
-       0,     0,    87,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,     0,     0,     6,     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,    13,    14,    15,    16,     0,    17,
+      18,    19,    20,    21,    22,    23,    24,    25,    26,     0,
+      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,     4,     0,     0,     0,     0,     0,
+      81,  1113,   138,    84,     0,     0,     0,    87,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,  -426,  -426,
+    -426,     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,    13,    14,    15,
-      16,     0,    17,    18,    19,    20,    21,    22,    23,    24,
-      25,    26,     0,    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,     4,     0,     0,
-       0,     0,     0,    81,  1111,   137,    84,     0,     0,     0,
-      87,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,  -425,  -425,  -425,     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,    13,    14,    15,    16,     0,    17,    18,    19,
+      20,    21,    22,    23,    24,    25,    26,     0,    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,     4,     0,     0,     0,     0,     0,     0,     0,
+     138,    84,     0,     0,     0,    87,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,     0,     0,    13,    14,    15,    16,     0,
-      17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
-       0,    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,     4,     0,     0,     0,     0,
-       0,     0,     0,   137,    84,     0,     0,     0,    87,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+      10,    11,    12,     0,     0,     0,     0,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    10,    11,    12,     0,     0,     0,     0,
+      13,    14,    15,    16,     0,    17,    18,    19,    20,    21,
+      22,    23,    24,    25,    26,     0,    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,
+       4,     0,     5,     0,     0,     0,     0,     0,   138,    84,
+       0,     0,     0,    87,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     6,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     0,     0,    13,    14,    15,    16,     0,    17,    18,
-      19,    20,    21,    22,    23,    24,    25,    26,     0,    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,     4,     0,     5,     0,     0,     0,     0,
-       0,   137,    84,     0,     0,     0,    87,     0,     0,     0,
        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-       0,     6,     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,     0,     0,     0,     0,     0,     0,     0,
-       0,    13,    14,    15,    16,     0,    17,    18,    19,    20,
-      21,    22,    23,    24,    25,    26,     0,    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,     4,     0,     0,     0,     0,     0,     0,     0,   137,
-      84,     0,     0,     0,    87,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,    13,    14,
+      15,    16,     0,    17,    18,    19,    20,    21,    22,    23,
+      24,    25,    26,     0,    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,     4,     0,
+       0,     0,     0,     0,     0,     0,   138,    84,     0,     0,
+       0,    87,     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,     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,    13,
-      14,    15,    16,     0,    17,    18,    19,    20,    21,    22,
-      23,    24,    25,    26,     0,    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,     0,
-       0,     0,     0,     0,     0,     0,     0,   137,    84,     0,
-       0,     0,    87
+       0,     0,     0,     0,     0,     0,    13,    14,    15,    16,
+       0,    17,    18,    19,    20,    21,    22,    23,    24,    25,
+      26,     0,    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,     0,     0,     0,     0,
+       0,     0,     0,     0,   138,    84,     0,     0,     0,    87
 };
 
-static const short yycheck[] =
+static const yytype_int16 yycheck[] =
 {
-       0,     0,     5,   121,   459,     5,     0,     3,   439,     9,
-      10,    11,    12,   156,   157,   158,   159,   160,   161,     0,
-     549,   311,   403,   131,     5,   332,   457,    10,     9,   404,
-     393,   394,   659,   405,   395,   396,    10,   552,   143,   597,
-     234,   627,   401,   402,   659,    11,    12,   659,   355,   833,
-      18,   681,   705,     0,   838,   440,    24,   313,   842,   969,
-      24,   397,   398,   399,   400,    21,    34,     5,    27,    25,
-      56,   223,   266,   818,   505,     0,   228,    26,   230,    28,
-       5,   941,     7,  1123,  1124,    89,    90,    25,    88,    88,
-       5,   933,    26,   720,    88,    21,    45,     5,    41,    25,
-      34,    24,   663,    26,   558,   720,    19,    88,   720,   845,
-      25,    34,    32,    33,    57,   851,    24,   121,   122,    11,
-      12,   121,   576,   473,    24,   663,    34,    24,    54,    55,
-     659,   135,    26,   129,    28,   693,    24,    34,    26,   139,
-     121,    88,   950,   139,   659,   953,     5,    24,   131,    26,
-     150,    45,  1192,    22,    26,   155,    28,    26,   139,    28,
-      18,    24,   946,    88,  1074,    24,    25,    26,   599,   150,
-     153,    34,   155,    45,   174,    34,    45,   102,   286,    41,
-     611,   155,    18,   490,   953,    28,   663,   817,   113,   114,
-     820,   720,   845,     5,    28,    57,  1056,  1057,   851,    10,
-     200,   187,    45,  1045,  1046,   720,    24,   952,   208,   954,
-     210,    45,   212,    25,   139,   215,    34,   200,   474,   413,
-     188,   189,   190,   223,    10,   208,   200,   612,   228,   212,
-     230,   792,   215,   192,   208,   343,   192,   973,   212,     5,
-     223,   215,    18,   243,   244,    21,   807,   390,   391,   392,
-     188,   189,   190,   708,   792,   193,   194,   223,    24,    25,
-      26,   244,   228,   613,   230,    88,     5,   663,    34,   807,
-     244,   578,  1132,  1081,  1134,  1083,    34,   243,   659,  1121,
-     188,   189,   434,   435,   659,   285,   285,   659,   288,   289,
-     290,   188,   189,   190,    18,  1056,   659,    21,   659,    21,
-     659,    25,  1086,   930,   285,   301,    18,   288,   289,   290,
-     310,   310,  1081,   296,  1083,   792,   316,    21,   608,    18,
-     973,    25,    10,   659,    23,   188,   189,    19,   663,   310,
-     807,   223,    50,    51,   439,   316,   228,    24,   230,   720,
-     323,   324,   325,   326,   155,   720,    50,    51,   720,    21,
-     493,   243,   457,    25,   112,   113,   114,   720,   358,   720,
-     343,   720,    25,    26,   347,    28,   366,    39,   368,   155,
-     188,   189,   355,   210,    24,   300,   188,   189,   190,    24,
-    1141,   193,   194,  1243,   720,  1146,    24,   495,    18,   200,
-     373,    21,   823,   792,   923,   981,   792,   208,    54,    55,
-     505,   212,    21,   834,   215,  1032,    25,   862,   807,    18,
-     925,   807,    21,   413,   200,    21,    25,  1032,    18,   977,
-    1032,    27,   188,   189,   190,    24,   212,   193,   194,   215,
-     413,    50,    51,   244,   434,   435,  1197,   431,   421,   413,
-      24,   441,    26,   443,   443,     5,    25,    26,   442,   188,
-     189,   190,   452,    21,   193,   194,    10,   792,   244,    27,
-     463,    24,   443,   463,    21,   465,    24,   155,   434,   435,
-      27,   452,   807,   473,   582,    21,   476,   473,    15,    25,
-     480,    22,   463,    16,   465,    21,    24,    16,    26,    25,
-      28,  1118,   473,    34,   599,   476,   188,   189,   190,   480,
-      16,   193,   194,  1032,    50,    51,   611,    45,    16,   509,
-      48,    49,   200,    18,    50,    51,    21,  1032,   518,   519,
-     208,   358,   102,    24,   212,   633,    27,   215,    21,   366,
-      21,   368,    25,    34,    25,    22,    29,   518,   519,   920,
-      21,    21,   434,   435,    25,    25,   921,   910,   911,    22,
-     922,   912,   913,    34,    35,    36,   244,   557,   558,   918,
-     919,    22,  1189,    21,   558,   565,   565,    25,   551,    10,
-      11,    12,    18,   573,   557,    21,   576,   577,   914,   915,
-     916,   917,   576,   557,   565,    25,    26,    24,    28,    26,
-     708,   734,   735,   736,   737,   738,   739,    18,     6,     7,
-      21,   155,   413,    18,   441,    45,    21,    29,    23,   188,
-     189,   190,     5,   613,   193,   194,   724,   613,   726,    25,
-      26,    23,    28,   728,    26,   733,    28,   413,   188,   189,
-     190,    24,   613,   193,   194,    68,    69,    70,    21,    45,
-      24,    34,    25,   933,   627,    39,   200,   188,   189,   190,
-      34,  1032,   193,   194,   208,   655,   656,  1032,   212,   659,
-    1032,   215,    25,    26,    40,    28,    56,   667,   668,  1032,
-     670,  1032,   509,  1032,   657,    21,    21,    95,   661,    25,
-      25,   988,    45,    95,   684,   975,   686,   188,   189,   190,
-     244,   192,   192,   689,    21,   620,  1032,   697,    25,    34,
-      35,    36,    21,   684,   704,   686,    25,   707,   708,   709,
-      19,  1166,   708,    21,   155,    21,   697,    25,   823,    25,
-     720,   558,    22,   704,    21,   413,   707,   708,    25,   834,
-      24,    24,    24,    26,    26,    28,   719,    42,    43,   576,
-     577,   724,    34,   726,   862,    18,   557,    24,    21,    26,
-     733,  1041,    45,    37,    38,    48,    49,    34,    22,   200,
-      22,  1051,    37,    38,   907,   908,   909,   208,    52,    53,
-      95,   212,    26,   878,   215,    21,    19,    52,    53,    25,
-      34,  1071,   223,   224,    21,  1216,    21,   228,    25,   230,
-      25,   184,   185,    34,    18,   188,   189,    21,  1088,   192,
-     184,   185,   243,   244,   188,   189,    20,    21,   192,    34,
-     810,    21,    21,    21,    20,    25,    25,    25,   655,   656,
-      27,  1252,    24,    21,    34,    35,    36,    25,    37,    38,
-     830,   668,    95,   833,    18,   835,    21,  1127,   838,    25,
-      25,    21,   842,    52,    53,    25,    21,    32,    33,   830,
-      25,   994,   833,    34,   835,    18,    21,   838,  1148,   413,
-      25,   842,   862,    88,    21,    22,   862,    32,    33,   557,
-     870,    23,   709,    24,    21,    21,    27,    18,    25,    25,
-      21,   862,    18,    34,    13,    14,    15,    32,    33,   870,
-     815,    37,    38,   818,    24,    21,   188,   189,   190,    25,
-      21,   193,   194,   195,    25,    18,    52,    53,    21,   892,
-      22,   188,   189,   190,    19,    20,   193,   194,    21,    24,
-      18,    26,    25,    28,    29,    30,    31,    32,    33,    34,
-     371,    50,    51,   933,   188,   189,   190,    54,    55,   193,
-     194,   941,    47,    48,    49,    24,   946,   188,   189,   190,
-      20,    21,   193,   194,   195,   188,   189,   190,    21,    25,
-     193,   194,    25,   188,   189,   946,    71,    21,   193,   194,
-      25,    25,   413,    24,   103,   104,   105,   106,   107,   108,
-     109,   110,    22,   112,    21,    21,   115,    21,    25,    25,
-      18,    25,  1100,   434,   435,    20,    21,    21,   981,   999,
-    1000,    25,   131,   557,   133,   134,   135,   188,   189,   190,
-     139,   116,   193,   194,    21,    22,    21,    21,   999,  1000,
-      25,    25,    34,    35,    36,   950,   155,   952,   953,   954,
-      21,    21,  1032,   162,    25,    25,    21,   188,   189,   190,
-      25,   192,    18,  1043,    18,  1045,  1046,  1030,  1166,  1043,
-      52,    53,    54,    18,  1054,   184,  1056,  1057,    18,    70,
-      71,    72,    73,    74,    75,    76,    77,    78,    79,    19,
-      21,  1176,    21,  1073,    25,    11,    25,    21,  1078,  1078,
-       9,    25,    25,   188,   189,   190,  1086,   192,   193,   194,
-      11,  1091,  1091,    24,   223,  1091,  1096,  1078,    32,    33,
-     111,    21,    91,    19,   115,  1086,   117,    19,   119,    19,
-    1091,  1216,  1095,   124,    19,  1096,   557,    24,  1118,  1119,
-    1120,  1121,    91,  1123,  1124,   136,  1231,   138,    27,   113,
-     114,    24,  1132,   262,  1134,    25,    21,  1137,  1119,  1120,
-      22,  1141,    21,  1143,  1144,    18,  1146,  1252,    25,  1152,
-      25,    21,  1152,    25,    11,    24,  1081,   286,  1083,   288,
-     289,    22,  1143,  1144,    23,    27,  1166,   296,    24,    24,
-     181,  1152,   301,    25,    23,    20,    19,    19,    10,    11,
-      12,    20,    23,    27,    24,  1166,    21,   316,    21,  1189,
-    1190,  1191,  1192,     5,    25,    19,    22,  1197,    25,    58,
-      59,    60,    61,    62,    63,    64,    65,    66,    67,  1190,
-    1191,    24,    20,    20,   343,    25,    27,  1217,  1217,    73,
-      73,    74,    75,    76,    27,    25,   355,    80,    81,    82,
-      83,    84,    85,    86,    18,    21,  1217,    25,    21,    24,
-      22,    39,    29,  1243,    40,    25,    25,    56,   189,   346,
-      25,    18,    22,    91,    91,    91,    25,    91,   269,    24,
-      20,    91,    91,    25,    25,    18,    25,    25,    10,    11,
-      12,    22,    21,    18,   192,   372,    40,    27,    18,    20,
-     377,   378,   379,   380,   381,   382,   383,   384,   385,   386,
-     387,    21,    23,   304,    22,    24,   307,    18,    91,   194,
-      22,   430,    22,    21,   315,    21,    25,   318,    22,    20,
-      20,    18,    25,   410,    91,    10,    11,    12,    23,    27,
-     449,    27,   451,   155,   453,   196,    25,   456,    40,    20,
-     459,    20,   461,    27,     0,    25,     0,   316,   941,  1243,
-      88,   470,  1210,  1137,   473,  1035,   695,  1109,  1044,  1189,
-    1073,   480,   891,    58,    59,    60,    61,    62,    63,    64,
-      65,    66,    67,   184,   830,   839,   495,   805,   200,   582,
-    1217,   686,   684,   862,   129,   707,   208,   301,    12,   243,
-     212,   353,  1172,   215,   509,   711,   413,   720,  1032,   868,
-     867,   223,    -1,    -1,    -1,    -1,   228,    -1,   230,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   143,    -1,    -1,
-      -1,   243,   244,   155,    -1,    -1,    -1,    -1,    -1,   430,
-     156,   157,   158,   159,   160,   161,    -1,   163,   164,   440,
-      -1,    -1,    -1,    -1,   445,    -1,    -1,    -1,   449,    -1,
-     451,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-     579,    -1,    -1,   582,    -1,    -1,    -1,   468,   200,    -1,
-     155,   472,    -1,    -1,    -1,    -1,   208,    -1,    -1,   598,
-     212,    -1,    -1,   215,    -1,    -1,   605,   606,   607,    -1,
-      -1,   223,    -1,    -1,   613,    -1,   228,    -1,   230,    10,
-      11,    12,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,   243,   244,    -1,   633,   200,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   208,    -1,   644,   645,   212,    -1,    -1,
-     215,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   223,    -1,
-     659,    -1,   629,   228,    -1,   230,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,   641,    -1,   675,    -1,   243,   244,
-      -1,    -1,    -1,    -1,   683,    -1,   685,    -1,    -1,    -1,
-     689,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   698,
-     699,    -1,    -1,    -1,   703,    -1,    -1,    -1,   707,   708,
-      -1,   413,    -1,    -1,    -1,    -1,   597,    -1,    -1,    -1,
-      -1,   720,    -1,    -1,    -1,   724,    -1,   726,    -1,    -1,
-     697,   612,   434,   435,   733,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,   711,    -1,    -1,    -1,    -1,    -1,
-     631,    10,    11,    12,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,   155,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    10,    11,    12,   660,
-      -1,   662,    -1,    -1,   390,   391,   392,   393,   394,   395,
-     396,   397,   398,   399,   400,   401,   402,   403,   404,   405,
-      -1,   413,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   200,
-      -1,    -1,    -1,   694,   813,    -1,    -1,   208,    -1,    -1,
-      -1,   212,   434,   435,   215,    -1,    -1,    -1,    -1,    18,
-      -1,    -1,   223,   439,    -1,    24,    -1,   228,    -1,   230,
-      29,    30,    31,    32,    33,    34,    -1,    -1,   413,    -1,
-      -1,   457,   243,   244,    -1,   557,    -1,    -1,    47,    48,
-      49,    -1,   861,   862,   745,   864,   833,    -1,    -1,   434,
-     435,   838,    -1,    -1,    -1,   842,    -1,    -1,    -1,    -1,
-      -1,    -1,    71,    -1,    -1,    -1,    -1,   493,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,   155,    -1,    -1,   505,
-      -1,   868,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   800,
-     801,   155,    -1,   890,   891,    -1,    -1,   116,    -1,   896,
-     897,   898,   899,   900,   901,   902,   903,   904,   905,   906,
-      -1,   200,    -1,   549,    -1,   557,   552,    -1,    -1,   208,
-     949,    -1,    -1,   212,    -1,    -1,   215,   956,    -1,    -1,
-      -1,    -1,    -1,   844,   223,    -1,   200,    -1,    -1,   228,
-      -1,   230,    -1,    -1,   208,    -1,    -1,    -1,   212,   946,
-      -1,   215,    -1,    -1,   243,   244,    -1,    -1,    -1,   223,
-      -1,    -1,   557,   599,   228,    -1,   230,    -1,    -1,   188,
-     189,   190,    -1,   192,    -1,   611,    -1,    -1,    -1,   243,
-     244,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,   413,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,  1032,    -1,    -1,    -1,    -1,    -1,    -1,
-     646,   647,    -1,   434,   435,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   659,    -1,    -1,    -1,    -1,    -1,    -1,
-      19,    -1,    -1,    -1,    -1,    24,    -1,    26,   949,    28,
-      29,    30,    31,    32,    33,    34,  1075,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    47,    48,
-      49,    -1,  1091,    -1,    -1,  1094,   977,    -1,    -1,    -1,
-      -1,  1100,    -1,    -1,  1103,  1104,    -1,    -1,    -1,    -1,
-      -1,    -1,    71,    -1,   720,    -1,    -1,    -1,    -1,  1086,
-      -1,    -1,   728,    -1,    -1,    -1,    -1,    -1,   734,   735,
-     736,   737,   738,   739,   740,   741,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,  1147,    -1,
-      -1,    -1,    -1,    -1,   413,  1154,  1155,   116,    18,    -1,
-      -1,    -1,    -1,    -1,    24,    -1,   557,  1166,    -1,    29,
-      30,    31,    32,    33,    34,   434,   435,    -1,    -1,   413,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    47,    48,    49,
-      -1,    -1,    -1,    -1,  1193,  1076,    -1,    -1,    -1,    -1,
-     434,   435,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    71,    -1,    -1,  1213,  1214,    -1,   823,    -1,    -1,
-      -1,  1220,    -1,    -1,    -1,    -1,    -1,    -1,   834,   188,
-     189,   190,    -1,   192,   193,   194,    19,    -1,    -1,    -1,
-      -1,    24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,
-      33,    34,    -1,    -1,    -1,    -1,   116,    -1,    -1,    42,
-      43,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,    -1,
-      -1,    -1,   878,    -1,    -1,  1156,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   557,    -1,
-      -1,   907,   908,   909,   910,   911,   912,   913,   914,   915,
-     916,   917,   918,   919,   920,   921,   922,   923,    -1,   925,
-      -1,     0,     1,   557,    -1,    -1,    -1,    -1,   188,   189,
-     190,    -1,   192,   116,    -1,    -1,    -1,    -1,    -1,    18,
-      -1,    -1,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    44,    -1,    46,    -1,  1250,
+       0,     0,     5,   554,   122,     5,     0,   132,   441,     9,
+      10,    11,    12,   461,   395,   396,   551,   405,   313,     0,
+       3,   599,   661,   334,     5,   661,   459,   629,     9,   835,
+      10,   403,   404,    19,   840,   661,    10,   935,   844,   707,
+     157,   158,   159,   160,   161,   162,   357,   442,   235,    27,
+      10,   224,   397,   398,   407,   665,   229,   943,   231,   406,
+     971,   315,   952,     5,     0,   955,    21,   560,   144,   847,
+      25,   665,   475,    18,   507,   853,    21,   399,   400,   401,
+     402,   268,    24,   722,    24,   578,   722,    24,   665,    89,
+      89,    41,    34,  1125,  1126,    89,   722,    34,    22,    56,
+      89,    90,    26,     5,    28,    21,    19,    57,    89,    25,
+     661,   665,    21,    28,    24,    21,    25,   695,     0,    25,
+    1058,    45,   122,    25,    34,    24,   661,    21,    37,    38,
+      45,    25,   121,   122,    50,    51,   820,    28,    11,    12,
+     140,   122,   948,    52,    53,    88,   135,   130,    41,  1047,
+    1048,   151,    18,    89,    45,    22,   156,   140,    26,   140,
+      54,    55,  1194,   288,    57,  1076,    34,    34,   601,    18,
+     151,   722,  1058,  1059,   794,   175,   156,    32,    33,   847,
+     613,   492,   156,    10,   794,   853,    21,   722,    24,   809,
+      25,    11,    12,  1083,    29,  1085,   156,   975,    34,   809,
+     794,   201,   188,   189,   190,  1143,    21,   193,   194,   209,
+    1148,   211,   615,   213,   192,   809,   216,   794,   955,   614,
+     345,   201,   476,    18,   224,  1123,    21,   201,   415,   229,
+     187,   231,   809,   213,    24,   209,   216,   192,     5,   213,
+     794,   201,   216,    24,   244,   245,   188,   189,  1134,   209,
+    1136,   188,   189,   213,    24,   809,   216,    24,    25,    26,
+     683,  1199,   710,   436,   437,   245,    26,    34,     5,   580,
+     954,   245,   956,   661,    34,   392,   393,   394,   188,   189,
+     661,   665,  1088,    25,    26,   245,    28,   287,   287,   661,
+     290,   291,   292,   932,    70,    71,    72,    73,    74,    75,
+      76,    77,    78,    79,    50,    51,   287,   975,   661,   290,
+     291,   292,   312,   312,   661,   610,   661,    24,   318,    18,
+     303,   188,   189,   190,    24,    24,   193,   194,    18,   156,
+       5,   312,    21,    23,   722,    34,   112,   318,    27,   661,
+     116,   722,   118,    26,   120,    28,  1083,    10,  1085,   125,
+     722,   224,   188,   189,   190,    24,   229,    26,   231,  1245,
+     360,   137,    45,   139,    18,   441,    18,    21,   368,   722,
+     370,   244,   497,     5,   201,   722,   927,   722,   495,    21,
+      18,   983,   209,   459,    21,    27,   213,    16,    25,   216,
+     925,    34,   825,    25,    18,  1034,   819,    21,  1034,   822,
+     722,   979,    18,   836,   224,    21,   182,    23,  1034,   229,
+     794,   231,    24,    50,    51,   415,   864,    18,   245,    24,
+      21,   188,   189,   190,   244,   809,   193,   194,   188,   189,
+     190,   507,    15,   193,   194,   415,   436,   437,    24,   433,
+      26,   415,    26,   443,    28,   445,   445,    26,    34,    28,
+     444,   188,   189,   190,   454,   415,   193,   194,     5,   584,
+      18,    45,   465,    21,   445,   465,    45,   467,    21,   112,
+     113,   114,    16,   454,    27,   475,    21,    24,   478,    16,
+      25,  1120,   482,  1034,   465,    18,   467,    34,    21,   188,
+     189,   190,   475,   156,   475,   271,    21,   478,    21,  1034,
+      25,   482,    25,    16,    21,    50,    51,     5,    25,    18,
+     635,   511,    21,   188,   189,   190,    39,   102,   193,   194,
+     520,   521,    22,    25,    26,   601,    28,    25,    54,    55,
+     306,   912,   913,   309,   922,     6,     7,   613,   201,   520,
+     521,   317,    23,    45,   320,    26,   209,    28,   920,   921,
+     213,    21,  1191,   216,    22,    25,   188,   189,   190,   559,
+     560,   193,   194,   436,   437,    22,   560,   567,   567,   914,
+     915,   924,    24,    21,    26,   575,   923,    25,   578,   579,
+      50,    51,   245,    21,   578,   559,   567,    25,   415,    37,
+      38,    24,   710,    26,   916,   917,   918,   919,    21,   559,
+      29,   726,    25,   728,    52,    53,    25,    26,    39,    28,
+     735,    18,    25,    26,    21,   615,   436,   437,    25,   736,
+     737,   738,   739,   740,   741,    40,    45,    10,    11,    12,
+      18,     5,   615,    21,   615,    56,    18,   184,   185,    21,
+     935,   188,   189,    25,    95,   192,  1034,    13,    14,    15,
+      24,    25,    26,  1034,   730,    95,   432,   657,   658,    21,
+      34,   661,  1034,    25,    25,    26,   442,    28,    19,   669,
+     670,   447,   672,    42,    43,   451,    24,   453,    26,   990,
+      28,  1034,   977,    24,    45,    26,   686,  1034,   688,  1034,
+     188,   189,   190,   192,   470,   193,   194,    45,   474,   699,
+      48,    49,    34,    35,    36,   686,   706,   688,   691,   709,
+     710,   711,  1034,    21,    24,    37,    38,    25,   699,    21,
+    1168,    22,   722,    25,    22,   706,    22,   710,   709,   710,
+      52,    53,   559,    21,    68,    69,    70,    25,   104,   105,
+     106,   107,   108,   109,   110,   111,   864,   113,  1043,   825,
+     116,    95,   415,    21,    10,    11,    12,    25,  1053,    19,
+     836,    20,    21,    24,    95,    26,   132,    28,   134,   135,
+     136,    21,    22,   156,   140,   188,   189,   190,  1073,    21,
+     193,   194,    20,    25,    45,  1218,    27,    48,    49,    24,
+     156,    18,   909,   910,   911,  1090,    21,   163,    37,    38,
+      25,     0,    25,    21,   880,    18,     5,    25,     7,    10,
+      11,    12,   812,    52,    53,    32,    33,    24,   201,   185,
+      27,  1254,    24,   599,    21,    21,   209,    34,    25,    25,
+     213,    18,   832,   216,  1129,   835,    22,   837,   614,    34,
+     840,   224,   225,    21,   844,    21,   229,    25,   231,    25,
+      23,   832,    50,    51,   835,  1150,   837,   633,   224,   840,
+      18,   244,   245,   844,   864,   188,   189,   190,    24,    21,
+     193,   194,   872,    25,    24,    24,    21,    27,    21,   996,
+      25,   864,    25,   864,    34,    21,   662,    25,   664,    25,
+      89,   872,    25,    88,    18,    21,   559,    18,   264,    25,
+     156,    21,    19,    24,   103,    25,    32,    33,    29,    30,
+      31,    32,    33,    34,    22,   114,   115,    21,    34,    21,
+     696,    25,   288,    25,   290,   291,    47,    48,    49,    21,
+      32,    33,   298,    25,    21,   935,    21,   303,    25,     9,
+      25,   140,    21,   943,    18,   201,    25,    18,   948,    24,
+      71,    26,   318,   209,    21,   156,    18,   213,    25,    34,
+     216,    21,    21,    54,    55,    25,    25,   948,   224,    11,
+      21,   747,    21,   229,    25,   231,    25,  1102,    18,   345,
+      21,   188,   189,   190,    25,   192,    20,    21,   244,   245,
+     373,   357,    21,   188,   189,   116,    25,    25,   193,   194,
+     201,  1001,  1002,   114,   115,    21,    24,    21,   209,    25,
+      11,    25,   213,    20,    21,   216,    34,    34,    35,    36,
+    1001,  1002,    24,   224,    21,    22,   802,   803,   229,    34,
+     231,    24,   415,    26,  1034,    91,    32,    33,   188,   189,
+     190,    34,   192,   244,   245,  1045,    21,  1047,  1048,    19,
+    1168,  1045,    19,   436,   437,    19,  1056,    19,  1058,  1059,
+      52,    53,    54,    24,    91,    24,   432,   188,   189,   190,
+     846,   192,   188,   189,   190,  1075,    27,   193,   194,   195,
+    1080,  1080,    25,    21,    21,   451,    22,   453,  1088,   455,
+      18,    25,   458,  1093,  1093,   461,    25,   463,  1098,  1080,
+      21,    25,  1178,   302,    11,    24,   472,  1088,    22,   475,
+    1093,    24,  1093,   188,   189,   190,   482,  1098,   193,   194,
+    1120,  1121,  1122,  1123,    24,  1125,  1126,    25,    27,    23,
+      20,   497,    19,    19,  1134,    20,  1136,    21,    27,  1139,
+    1121,  1122,  1218,  1143,    23,  1145,  1146,    24,  1148,    21,
+       5,  1154,    25,    19,  1154,    22,    25,  1233,    20,   415,
+      24,    73,    20,    24,  1145,  1146,   184,   185,  1168,    25,
+     188,   189,    25,  1154,   192,   951,   559,    27,  1254,    27,
+     436,   437,    18,   188,   189,   190,    21,  1168,   193,   194,
+      21,  1191,  1192,  1193,  1194,   188,   189,   190,    25,  1199,
+     193,   194,   195,   979,    22,    29,    39,    56,    40,    21,
+      25,  1192,  1193,    25,   415,   581,    23,    21,   584,  1219,
+    1219,    25,    34,    35,    36,    25,   189,    25,    10,    18,
+      34,    35,    36,    25,   600,   436,   437,    91,  1219,    91,
+      91,   607,   608,   609,    91,  1245,    91,    22,    91,   615,
+      24,    58,    59,    60,    61,    62,    63,    64,    65,    66,
+      67,    10,    11,    12,    20,    25,    25,    25,    18,   635,
+      25,    10,    11,    12,    22,    21,   144,    18,    40,    21,
+     646,   647,   192,    27,    20,    18,    23,    22,    18,   157,
+     158,   159,   160,   161,   162,   661,   164,   165,    24,   194,
+      91,    22,  1078,   559,    22,    21,    21,    20,    22,    20,
+      91,   677,    40,    25,   196,    25,    18,    18,    27,   685,
+      27,   687,    25,    24,    20,   691,    20,    27,    29,    30,
+      31,    32,    33,    34,   700,   701,    25,    89,   318,   705,
+     943,  1245,  1212,   709,   710,  1139,    47,    48,    49,  1037,
+     132,   697,   211,  1111,  1046,  1075,   722,  1191,   559,   893,
+     726,   348,   728,   185,   841,   832,   807,  1219,   584,   735,
+      71,   688,   154,   686,   156,   864,   130,   303,    12,   709,
+     511,   244,  1158,   355,   415,  1174,   713,   374,   870,   722,
+    1034,   869,   379,   380,   381,   382,   383,   384,   385,   386,
+     387,   388,   389,    -1,    -1,    -1,    -1,   156,    -1,    -1,
+      -1,    10,    11,    12,    -1,   116,    -1,   156,    -1,   201,
+      -1,    -1,    -1,   622,    -1,   412,    -1,   209,    -1,    -1,
+      -1,   213,    -1,    -1,   216,    -1,   123,   124,   125,   126,
+      -1,   128,   224,    -1,    -1,    -1,   133,   134,    -1,   815,
+     137,   138,   201,   140,   141,   142,   143,    -1,    -1,    -1,
+     209,    -1,   201,   245,   213,    -1,    -1,   216,   155,   156,
+     209,    -1,    -1,    -1,   213,   224,  1252,   216,    -1,    -1,
+     229,    -1,   231,    -1,    -1,   224,    -1,   188,   189,   190,
+     229,   192,   231,    -1,   181,   244,   245,   863,   864,    -1,
+     866,   360,    -1,    -1,   191,   244,   245,    -1,    -1,   368,
+      -1,   370,    23,    -1,    -1,    -1,   298,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,   392,   393,   394,   395,   396,   397,
+     398,   399,   400,   401,   402,   403,   404,   405,   406,   407,
+      -1,    -1,    -1,   325,   326,   327,   328,    58,    59,    60,
+      61,    62,    63,    64,    65,    66,    67,   156,    -1,    -1,
+      -1,    -1,    -1,   345,    -1,    -1,    -1,   349,    -1,    73,
+      74,    75,    76,   441,    -1,   357,    80,    81,    82,    83,
+      84,    85,    86,    -1,   443,   951,    -1,    -1,    -1,    -1,
+      -1,   459,   958,   375,    -1,    -1,    -1,    -1,    10,    11,
+      12,    -1,   201,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+     209,    -1,    -1,    -1,   213,    -1,    -1,   216,   817,    -1,
+      -1,   820,    -1,    -1,    -1,   224,    -1,   495,    -1,    -1,
+     229,    -1,   231,   415,    -1,    -1,    -1,    -1,    -1,   507,
+      -1,   423,    -1,    -1,   631,   244,   245,    -1,    -1,    -1,
+      -1,    -1,   511,    -1,    -1,    -1,   643,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,   415,    -1,  1034,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,   415,    -1,    -1,    -1,
+      -1,    -1,    -1,   551,    -1,    -1,   554,   436,   437,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,   436,   437,    -1,
+      -1,   560,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,  1077,   699,    -1,    -1,    -1,    -1,    -1,    -1,   578,
+     579,    -1,    -1,    -1,    -1,    -1,   713,  1093,    -1,    -1,
+    1096,    -1,    -1,   601,    -1,    -1,  1102,    -1,    -1,  1105,
+    1106,    -1,    -1,    -1,   156,   613,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,   952,    -1,   954,   955,   956,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   994,    68,
-      69,    70,    -1,    72,    -1,    -1,    -1,    -1,    77,    78,
-      79,    -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,
-      -1,    -1,    -1,    92,    93,    94,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,  1032,    -1,    -1,    -1,
-      -1,    -1,    -1,   112,   113,   114,   115,    -1,   117,   118,
-     119,   120,   121,   122,   123,   124,   125,   126,    -1,   128,
-     129,   130,   131,   132,   133,   134,   135,   136,   137,   138,
-     139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
-     149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
-     159,   160,   161,   162,   163,   164,   165,   166,   167,   168,
-     169,   170,   171,   172,   173,   174,   175,   176,   177,   178,
-     179,   180,   181,    -1,    -1,    -1,    -1,    -1,    -1,   188,
-     189,   190,   191,    -1,   193,   194,   195,    -1,    -1,     0,
+      -1,   553,    -1,    -1,    -1,    -1,    -1,   559,    -1,    -1,
+     648,   649,    -1,  1149,    -1,    -1,    -1,    -1,    -1,   201,
+    1156,  1157,    -1,   661,    -1,    -1,    -1,   209,   657,   658,
+      -1,   213,  1168,    -1,   216,    -1,    -1,    -1,    -1,    -1,
+     559,   670,   224,    -1,    -1,    -1,   415,   229,    -1,   231,
+     559,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,  1195,
+      -1,    -1,   244,   245,    -1,    -1,    -1,   436,   437,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,   629,   835,  1215,
+    1216,    -1,   711,   840,   722,    -1,  1222,   844,    -1,    -1,
+      -1,    -1,   730,    -1,    -1,    -1,    -1,    -1,   736,   737,
+     738,   739,   740,   741,   742,   743,    -1,   659,    -1,    -1,
+      -1,   663,    -1,   870,  1083,    -1,  1085,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,   892,   893,    -1,    -1,    -1,
+      -1,   898,   899,   900,   901,   902,   903,   904,   905,   906,
+     907,   908,    -1,    -1,    24,    -1,    -1,    -1,    -1,    29,
+      30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,   721,
+      -1,    -1,    42,    43,   726,    -1,   728,    47,    48,    49,
+      -1,    -1,    -1,   735,    -1,    -1,    -1,   825,    -1,    -1,
+     559,   948,    -1,    -1,    -1,    -1,    -1,     1,   836,    -1,
+      -1,    71,     6,     7,     8,    -1,    10,    11,    12,    13,
+      14,    15,    16,    17,    18,    19,    -1,    -1,    -1,    -1,
+      24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,    33,
+      34,    -1,    -1,   415,    -1,    -1,    -1,    -1,    42,    43,
+      -1,    -1,   880,    47,    48,    49,   116,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,   436,   437,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,
+      -1,   909,   910,   911,   912,   913,   914,   915,   916,   917,
+     918,   919,   920,   921,   922,   923,   924,   925,    -1,   927,
+      -1,    95,    96,    97,    98,    99,   100,   101,   102,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,    -1,    -1,
+      -1,    -1,   116,    -1,    -1,    -1,    -1,    -1,   188,   189,
+     190,    -1,   192,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,  1088,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,   894,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   996,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,   559,    -1,    -1,
+      -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,   193,
+     194,    -1,    -1,    -1,    -1,    -1,  1034,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,     1,    -1,    -1,    -1,    -1,
+       6,     7,     8,    -1,    10,    11,    12,    13,    14,    15,
+      16,    17,    18,    19,    20,    21,    22,    23,    24,    -1,
+      26,   983,    28,    29,    30,    31,    32,    33,    34,    35,
+      36,    37,    38,    39,    40,    41,    42,    43,    -1,    45,
+      -1,    47,    48,    49,    50,    51,    52,    53,    54,    55,
+      56,    57,    58,    59,    60,    61,    62,    63,    64,    65,
+      66,    67,    -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,
+    1032,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,     0,
        1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    18,    -1,    -1,
-      -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,    -1,    -1,
+      96,    97,    98,    99,   100,   101,   102,    18,    -1,    -1,
+      -1,    -1,    -1,    24,    -1,   111,    -1,    -1,    -1,    -1,
+     116,    -1,    -1,    34,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    44,    -1,    46,    -1,    -1,    -1,    -1,
-    1176,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+    1178,    -1,    -1,    -1,    -1,  1097,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    69,    70,
       -1,    72,    -1,    -1,    -1,    -1,    77,    78,    79,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    1216,    92,    93,    94,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,  1231,    -1,    -1,    -1,    -1,
+    1218,    92,    93,    94,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,   188,   189,   190,  1233,   192,   193,   194,    -1,
       -1,   112,   113,   114,   115,    -1,   117,   118,   119,   120,
-     121,   122,   123,   124,   125,   126,  1252,   128,   129,   130,
+     121,   122,   123,   124,   125,   126,  1254,   128,   129,   130,
      131,   132,   133,   134,   135,   136,   137,   138,   139,   140,
      141,   142,   143,   144,   145,   146,   147,   148,   149,   150,
      151,   152,   153,   154,   155,   156,   157,   158,   159,   160,
      161,   162,   163,   164,   165,   166,   167,   168,   169,   170,
      171,   172,   173,   174,   175,   176,   177,   178,   179,   180,
-     181,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
-     191,     1,   193,   194,   195,    -1,     6,     7,     8,    -1,
-      10,    11,    12,    13,    14,    15,    16,    17,    18,    19,
-      20,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,    29,
-      30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    42,    43,    44,    -1,    46,    47,    48,    49,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    69,
-      70,    71,    72,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    96,    97,    98,    99,
-     100,   101,   102,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,   111,   112,   113,   114,   115,   116,   117,   118,   119,
-     120,   121,   122,   123,   124,   125,   126,    -1,   128,   129,
-     130,   131,   132,   133,   134,   135,   136,   137,   138,   139,
-     140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
-     150,   151,   152,   153,   154,   155,   156,   157,   158,   159,
-     160,   161,   162,   163,   164,   165,   166,   167,   168,   169,
-     170,   171,   172,   173,   174,   175,   176,   177,   178,   179,
-     180,   181,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,
-     190,   191,   192,   193,   194,   195,     1,    -1,    -1,    -1,
-      -1,     6,     7,     8,    -1,    10,    11,    12,    13,    14,
-      15,    16,    17,    18,    19,    -1,    -1,    -1,    -1,    24,
-      -1,    -1,    -1,    -1,    29,    30,    31,    32,    33,    34,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,    43,    44,
-      -1,    -1,    47,    48,    49,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    68,    69,    70,    71,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    96,    97,    98,    99,   100,   101,   102,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,   111,   112,   113,   114,
-     115,   116,   117,   118,   119,   120,   121,   122,   123,   124,
-     125,   126,    -1,   128,   129,   130,   131,   132,   133,   134,
-     135,   136,   137,   138,   139,   140,   141,   142,   143,   144,
-     145,   146,   147,   148,   149,   150,   151,   152,   153,   154,
-     155,   156,   157,   158,   159,   160,   161,   162,   163,   164,
-     165,   166,   167,   168,   169,   170,   171,   172,   173,   174,
-     175,   176,   177,   178,   179,   180,   181,    -1,    -1,    -1,
-      -1,    -1,    -1,   188,   189,   190,   191,   192,   193,   194,
-     195,     1,    -1,    -1,    -1,    -1,     6,     7,     8,    -1,
-      -1,    11,    12,    13,    14,    15,    16,    17,    18,    19,
-      20,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,    29,
-      30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    42,    43,    44,    -1,    -1,    47,    48,    49,
+     181,     0,     1,    -1,    -1,    -1,    -1,   188,   189,   190,
+     191,    -1,   193,   194,   195,    -1,    -1,    -1,    -1,    18,
+      -1,    -1,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    44,    -1,    46,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    69,
-      70,    71,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,
+      69,    70,    -1,    72,    -1,    -1,    -1,    -1,    77,    78,
+      79,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    92,    93,    94,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    97,    98,    99,
-     100,   101,   102,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,   111,   112,   113,   114,   115,   116,   117,   118,   119,
-     120,   121,   122,   123,   124,   125,   126,    -1,   128,   129,
-     130,   131,   132,   133,   134,   135,   136,   137,   138,   139,
-     140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
-     150,   151,   152,   153,   154,   155,   156,   157,   158,   159,
-     160,   161,   162,   163,   164,   165,   166,   167,   168,   169,
-     170,   171,   172,   173,   174,   175,   176,   177,   178,   179,
-     180,   181,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,
-     190,   191,   192,   193,   194,   195,     1,    -1,    -1,    -1,
-      -1,     6,     7,     8,    -1,    10,    11,    12,    13,    14,
-      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
-      -1,    26,    -1,    28,    29,    30,    31,    32,    33,    34,
-      35,    36,    37,    38,    39,    40,    41,    42,    43,    -1,
-      45,    -1,    47,    48,    49,    50,    51,    52,    53,    54,
-      55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
-      65,    66,    67,    -1,    -1,    -1,    71,    -1,    -1,   123,
-     124,   125,   126,    -1,   128,    -1,    -1,    -1,    -1,   133,
-     134,    -1,    -1,   137,   138,    -1,   140,   141,   142,   143,
-      -1,    96,    97,    98,    99,   100,   101,   102,    -1,    -1,
-      -1,   155,   156,     1,    -1,    -1,   111,    -1,     6,     7,
-       8,   116,    10,    11,    12,    13,    14,    15,    16,    17,
-      18,    19,    -1,    -1,    -1,    -1,    24,   181,    -1,    -1,
-      -1,    29,    30,    31,    32,    33,    34,   191,    -1,    -1,
-      -1,    -1,    -1,    -1,    42,    43,    -1,    -1,    -1,    47,
+      -1,    -1,    -1,   112,   113,   114,   115,    -1,   117,   118,
+     119,   120,   121,   122,   123,   124,   125,   126,    -1,   128,
+     129,   130,   131,   132,   133,   134,   135,   136,   137,   138,
+     139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
+     149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
+     159,   160,   161,   162,   163,   164,   165,   166,   167,   168,
+     169,   170,   171,   172,   173,   174,   175,   176,   177,   178,
+     179,   180,   181,    -1,    -1,    -1,    -1,    -1,    -1,   188,
+     189,   190,   191,     1,   193,   194,   195,    -1,     6,     7,
+       8,    -1,    10,    11,    12,    13,    14,    15,    16,    17,
+      18,    19,    20,    -1,    -1,    -1,    24,    -1,    -1,    -1,
+      -1,    29,    30,    31,    32,    33,    34,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    42,    43,    44,    -1,    46,    47,
       48,    49,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   188,   189,   190,    -1,   192,   193,   194,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    95,    96,    97,
+      68,    69,    70,    71,    72,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    96,    97,
       98,    99,   100,   101,   102,    -1,    -1,    -1,    -1,    -1,
-       1,    -1,    -1,   111,    -1,     6,     7,     8,   116,    10,
-      11,    12,    13,    14,    15,    16,    17,    18,    19,    -1,
-      -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,    29,    30,
-      31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    42,    43,    -1,    -1,    -1,    47,    48,    49,    -1,
+      -1,    -1,    -1,   111,   112,   113,   114,   115,   116,   117,
+     118,   119,   120,   121,   122,   123,   124,   125,   126,    -1,
+     128,   129,   130,   131,   132,   133,   134,   135,   136,   137,
+     138,   139,   140,   141,   142,   143,   144,   145,   146,   147,
+     148,   149,   150,   151,   152,   153,   154,   155,   156,   157,
+     158,   159,   160,   161,   162,   163,   164,   165,   166,   167,
+     168,   169,   170,   171,   172,   173,   174,   175,   176,   177,
+     178,   179,   180,   181,    -1,    -1,    -1,    -1,    -1,    -1,
+     188,   189,   190,   191,   192,   193,   194,   195,     1,    -1,
+      -1,    -1,    -1,     6,     7,     8,    -1,    10,    11,    12,
+      13,    14,    15,    16,    17,    18,    19,    -1,    -1,    -1,
+      -1,    24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,
+      33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,
+      43,    44,    -1,    -1,    47,    48,    49,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    68,    69,    70,    71,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      71,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-     188,   189,   190,    -1,   192,   193,   194,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    95,    96,    97,    98,    99,   100,
-     101,   102,    -1,    -1,    -1,    -1,     1,    -1,    -1,    -1,
-     111,     6,     7,     8,    -1,   116,    11,    12,    13,    14,
-      15,    16,    17,    18,    19,    20,    -1,    -1,    -1,    24,
-      25,    -1,    -1,    -1,    29,    30,    31,    32,    33,    34,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,    43,    -1,
-      -1,    -1,    47,    48,    49,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
-      -1,   192,   193,   194,    -1,    -1,    -1,    -1,    -1,    -1,
-      95,    -1,    97,    98,    99,   100,   101,   102,    -1,    -1,
-      -1,    -1,    -1,     1,    -1,    -1,   111,    -1,     6,     7,
-       8,   116,    10,    11,    12,    13,    14,    15,    16,    17,
+      -1,    -1,    -1,    96,    97,    98,    99,   100,   101,   102,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,   112,
+     113,   114,   115,   116,   117,   118,   119,   120,   121,   122,
+     123,   124,   125,   126,    -1,   128,   129,   130,   131,   132,
+     133,   134,   135,   136,   137,   138,   139,   140,   141,   142,
+     143,   144,   145,   146,   147,   148,   149,   150,   151,   152,
+     153,   154,   155,   156,   157,   158,   159,   160,   161,   162,
+     163,   164,   165,   166,   167,   168,   169,   170,   171,   172,
+     173,   174,   175,   176,   177,   178,   179,   180,   181,    -1,
+      -1,    -1,    -1,    -1,    -1,   188,   189,   190,   191,   192,
+     193,   194,   195,     1,    -1,    -1,    -1,    -1,     6,     7,
+       8,    -1,    -1,    11,    12,    13,    14,    15,    16,    17,
       18,    19,    20,    -1,    -1,    -1,    24,    -1,    -1,    -1,
       -1,    29,    30,    31,    32,    33,    34,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    42,    43,    -1,    -1,    -1,    47,
+      -1,    -1,    -1,    -1,    42,    43,    44,    -1,    -1,    47,
       48,    49,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   188,   189,   190,    -1,   192,   193,   194,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    96,    97,
+      68,    69,    70,    71,    -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,    97,
       98,    99,   100,   101,   102,    -1,    -1,    -1,    -1,    -1,
-       1,    -1,    -1,   111,    -1,     6,     7,     8,   116,    10,
-      11,    12,    13,    14,    15,    16,    17,    18,    19,    -1,
-      -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,    29,    30,
-      31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    42,    43,    -1,    -1,    -1,    47,    48,    49,    -1,
+      -1,    -1,    -1,   111,   112,   113,   114,   115,   116,   117,
+     118,   119,   120,   121,   122,   123,   124,   125,   126,    -1,
+     128,   129,   130,   131,   132,   133,   134,   135,   136,   137,
+     138,   139,   140,   141,   142,   143,   144,   145,   146,   147,
+     148,   149,   150,   151,   152,   153,   154,   155,   156,   157,
+     158,   159,   160,   161,   162,   163,   164,   165,   166,   167,
+     168,   169,   170,   171,   172,   173,   174,   175,   176,   177,
+     178,   179,   180,   181,    -1,    -1,    -1,    -1,    -1,    -1,
+     188,   189,   190,   191,   192,   193,   194,   195,     1,    -1,
+      -1,    -1,    -1,     6,     7,     8,    -1,    10,    11,    12,
+      13,    14,    15,    16,    17,    18,    19,    -1,    -1,    -1,
+      -1,    24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,
+      33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,
+      43,    -1,     1,    -1,    47,    48,    49,     6,     7,     8,
+      -1,    -1,    11,    12,    13,    14,    15,    16,    17,    18,
+      19,    20,    -1,    -1,    -1,    24,    25,    -1,    71,    -1,
+      29,    30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    42,    43,    -1,    -1,    -1,    47,    48,
+      49,    -1,    95,    96,    97,    98,    99,   100,   101,   102,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,    -1,
+      -1,    -1,    71,   116,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    95,    -1,    97,    98,
+      99,   100,   101,   102,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,   111,    -1,    -1,    -1,    -1,   116,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      71,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-     188,   189,   190,    -1,   192,   193,   194,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    96,    97,    98,    99,   100,
-     101,   102,    -1,    -1,    -1,    -1,     1,    -1,    -1,    -1,
-     111,     6,     7,     8,    -1,   116,    11,    12,    13,    14,
-      15,    16,    17,    18,    19,    20,    -1,    -1,    -1,    24,
-      -1,    -1,    -1,    -1,    29,    30,    31,    32,    33,    34,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,    43,    -1,
-      -1,    -1,    47,    48,    49,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
-      -1,   192,   193,   194,    -1,    -1,    -1,    -1,    -1,    -1,
-      95,    -1,    97,    98,    99,   100,   101,   102,    -1,    -1,
-      -1,    -1,     1,    -1,    -1,    -1,   111,     6,     7,     8,
-      -1,   116,    11,    12,    13,    14,    15,    16,    17,    18,
-      19,    20,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,
-      29,    30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    42,    43,    -1,    -1,    -1,    47,    48,
-      49,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,
+     193,   194,    -1,    -1,    -1,     1,    -1,    -1,    -1,    -1,
+       6,     7,     8,    -1,    10,    11,    12,    13,    14,    15,
+      16,    17,    18,    19,    20,    -1,    -1,    -1,    24,    -1,
+      -1,    -1,    -1,    29,    30,    31,    32,    33,    34,   188,
+     189,   190,    -1,   192,   193,   194,    42,    43,    -1,     1,
+      -1,    47,    48,    49,     6,     7,     8,    -1,    10,    11,
+      12,    13,    14,    15,    16,    17,    18,    19,    -1,    -1,
+      -1,    -1,    24,    -1,    -1,    71,    -1,    29,    30,    31,
+      32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      42,    43,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,
+      96,    97,    98,    99,   100,   101,   102,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,   111,    -1,    -1,    -1,    71,
+     116,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    71,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   188,   189,   190,    -1,   192,   193,   194,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    97,    98,
+      -1,    -1,    -1,    -1,    96,    97,    98,    99,   100,   101,
+     102,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    19,   111,
+      -1,    -1,    -1,    24,   116,    26,    -1,    28,    29,    30,
+      31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,
+      -1,    -1,   188,   189,   190,    -1,   192,   193,   194,    -1,
+      -1,    -1,     1,    -1,    -1,    -1,    -1,     6,     7,     8,
+      71,    -1,    11,    12,    13,    14,    15,    16,    17,    18,
+      19,    20,    -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,
+      29,    30,    31,    32,    33,    34,   188,   189,   190,    -1,
+     192,   193,   194,    42,    43,    -1,     1,    -1,    47,    48,
+      49,     6,     7,     8,    -1,   116,    11,    12,    13,    14,
+      15,    16,    17,    18,    19,    20,    -1,    -1,    -1,    24,
+      -1,    -1,    71,    -1,    29,    30,    31,    32,    33,    34,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,    43,    -1,
+      -1,    -1,    47,    48,    49,    -1,    95,    -1,    97,    98,
       99,   100,   101,   102,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,   111,    -1,     6,     7,     8,   116,    10,    11,
+      19,    20,   111,    -1,    -1,    24,    71,   116,    -1,    -1,
+      29,    30,    31,    32,    33,    34,    -1,   188,   189,   190,
+      -1,   192,   193,   194,    -1,    -1,    -1,    -1,    47,    48,
+      49,    -1,    97,    98,    99,   100,   101,   102,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,   111,    -1,    -1,    -1,
+      -1,   116,    71,    -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,   188,
+     189,   190,    -1,   192,   193,   194,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,     6,     7,     8,   116,    10,    11,
       12,    13,    14,    15,    16,    17,    18,    19,    20,    -1,
       -1,    -1,    24,    -1,    -1,    -1,    -1,    29,    30,    31,
-      32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      32,    33,    34,   188,   189,   190,    -1,   192,   193,   194,
       42,    43,    44,    -1,    46,    47,    48,    49,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,
       72,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   188,
-     189,   190,    -1,   192,   193,   194,    -1,    -1,    -1,    -1,
+     189,   190,    -1,   192,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    96,    97,    98,    99,   100,   101,
      102,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,
      112,   113,   114,   115,   116,   117,   118,   119,   120,   121,
@@ -2670,406 +3171,544 @@ static const short yycheck[] =
      149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
      159,   160,   161,   162,   163,   164,   165,   166,   167,   168,
      169,   170,   171,   172,   173,   174,   175,   176,   177,   178,
-     179,   180,   181,    -1,    -1,    -1,    -1,    -1,    19,    -1,
-      -1,   190,   191,    24,    -1,    -1,   195,    -1,    29,    30,
+     179,   180,   181,    -1,    -1,    -1,    -1,    -1,    19,    20,
+      -1,   190,   191,    24,    -1,    26,   195,    28,    29,    30,
       31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,    19,
-      20,    42,    43,    -1,    24,    -1,    47,    48,    49,    29,
+      -1,    -1,    -1,    -1,    24,    -1,    47,    48,    49,    29,
       30,    31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    19,    47,    48,    49,
+      -1,    -1,    42,    43,    -1,    -1,    19,    47,    48,    49,
       71,    24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,
-      33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    71,    -1,    19,    47,    48,    49,    -1,    24,    -1,
+      33,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,
+      43,    71,    -1,    19,    47,    48,    49,    -1,    24,    -1,
       -1,    -1,    -1,    29,    30,    31,    32,    33,    34,    -1,
-      -1,    -1,    -1,    -1,    -1,   116,    -1,    -1,    71,    -1,
-      -1,    47,    48,    49,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    19,   116,    -1,    -1,    71,    24,
+      -1,    47,    48,    49,    29,    30,    31,    32,    33,    34,
       -1,    -1,    -1,    -1,    -1,    -1,   116,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,
+      -1,    -1,    47,    48,    49,    71,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   116,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    24,    -1,    -1,    -1,    -1,   188,   189,   190,
-     116,   192,    34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    44,    -1,    -1,    -1,    -1,    -1,   188,   189,
-     190,    -1,   192,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,   116,    -1,    -1,    71,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
+     116,   192,   193,   194,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    24,    -1,    -1,    -1,    -1,   188,   189,
+     190,   116,   192,    34,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    44,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,   188,   189,   190,    -1,   192,    -1,    -1,    -1,
-     112,   113,   114,   115,    -1,   117,   118,   119,   120,   121,
-     122,   123,   124,   125,   126,    -1,   128,   129,   130,   131,
-     132,   133,   134,   135,   136,   137,   138,   139,   140,   141,
-     142,   143,   144,   145,   146,   147,   148,   149,   150,   151,
-     152,   153,   154,   155,   156,   157,   158,   159,   160,   161,
-     162,   163,   164,   165,   166,   167,   168,   169,   170,   171,
-     172,   173,   174,   175,   176,   177,   178,   179,   180,   181,
-      -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,   191,
-      24,   193,   194,   195,    -1,    29,    30,    31,    32,    33,
-      34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    42,    43,
-      -1,    24,    25,    47,    48,    49,    29,    30,    31,    32,
-      33,    34,    24,    -1,    -1,    27,    -1,    29,    30,    31,
-      32,    33,    34,    -1,    47,    48,    49,    71,    -1,    -1,
-      -1,    -1,    -1,    24,    25,    47,    48,    49,    29,    30,
-      31,    32,    33,    34,    24,    -1,    -1,    27,    71,    29,
-      30,    31,    32,    33,    34,    -1,    47,    48,    49,    71,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    47,    48,    49,
-      -1,    -1,   116,    -1,    -1,    -1,    24,    25,    -1,    -1,
-      71,    29,    30,    31,    32,    33,    34,    -1,    -1,    -1,
-      -1,    71,    -1,   116,    -1,    -1,    -1,    -1,    -1,    47,
-      48,    49,    -1,    24,   116,    -1,    -1,    -1,    29,    30,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,   188,   189,   190,    -1,   192,    -1,    -1,
+      -1,   112,   113,   114,   115,    -1,   117,   118,   119,   120,
+     121,   122,   123,   124,   125,   126,    -1,   128,   129,   130,
+     131,   132,   133,   134,   135,   136,   137,   138,   139,   140,
+     141,   142,   143,   144,   145,   146,   147,   148,   149,   150,
+     151,   152,   153,   154,   155,   156,   157,   158,   159,   160,
+     161,   162,   163,   164,   165,   166,   167,   168,   169,   170,
+     171,   172,   173,   174,   175,   176,   177,   178,   179,   180,
+     181,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
+     191,    -1,   193,   194,   195,    24,    25,    -1,    -1,    -1,
+      29,    30,    31,    32,    33,    34,    24,    -1,    -1,    27,
+      -1,    29,    30,    31,    32,    33,    34,    -1,    47,    48,
+      49,    -1,    -1,    -1,    -1,    -1,    -1,    24,    25,    47,
+      48,    49,    29,    30,    31,    32,    33,    34,    24,    -1,
+      -1,    27,    71,    29,    30,    31,    32,    33,    34,    -1,
+      47,    48,    49,    71,    -1,    -1,    -1,    -1,    -1,    24,
+      25,    47,    48,    49,    29,    30,    31,    32,    33,    34,
+      24,    -1,    -1,    -1,    71,    29,    30,    31,    32,    33,
+      34,    -1,    47,    48,    49,    71,    -1,   116,    -1,    -1,
+      -1,    -1,    -1,    47,    48,    49,    -1,    -1,   116,    -1,
+      -1,    -1,    24,    -1,    -1,    -1,    71,    29,    30,    31,
+      32,    33,    34,    -1,    -1,    -1,    -1,    71,    -1,   116,
+      -1,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,    24,
+     116,    -1,    -1,    -1,    29,    30,    31,    32,    33,    34,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,
+      -1,   116,    47,    48,    49,    -1,    -1,    -1,    -1,   188,
+     189,   190,   116,   192,    -1,    -1,    -1,    -1,    -1,    -1,
+     188,   189,   190,    24,   192,    -1,    71,    -1,    29,    30,
       31,    32,    33,    34,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    71,    -1,   116,    47,    48,    49,    -1,
-      -1,    -1,    24,    -1,    -1,    -1,   116,    29,    30,    31,
-      32,    33,    34,    -1,   188,   189,   190,    -1,   192,    -1,
-      71,    -1,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,   188,   189,   190,   116,   192,
-      -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,    71,
-     192,    24,    -1,    -1,    -1,    -1,    29,    30,    31,    32,
-      33,    34,    -1,    -1,    -1,   116,    -1,   188,   189,   190,
-      -1,   192,    -1,    -1,    47,    48,    49,    -1,   188,   189,
-     190,    24,   192,    -1,    -1,    -1,    29,    30,    31,    32,
-      33,    34,    -1,    -1,   116,    -1,    -1,    -1,    71,    -1,
-      -1,    -1,    -1,    -1,    47,    48,    49,    -1,    -1,    -1,
-     188,   189,   190,    -1,   192,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   188,   189,   190,
-      24,   192,    -1,   116,    -1,    29,    30,    31,    32,    33,
-      34,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    47,    48,    49,   188,   189,   190,    -1,
-     192,    -1,    -1,   116,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    71,    -1,    -1,
+      -1,   188,   189,   190,   116,   192,    47,    48,    49,    -1,
+      -1,    -1,   188,   189,   190,    -1,   192,    24,    -1,    -1,
+      -1,    -1,    29,    30,    31,    32,    33,    34,    -1,    -1,
+      71,   116,    -1,   188,   189,   190,    -1,   192,    -1,    -1,
+      47,    48,    49,    -1,   188,   189,   190,    -1,   192,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    71,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,   116,   188,   189,   190,    -1,
+     192,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,
+      -1,    -1,    -1,   188,   189,   190,    -1,   192,    -1,   116,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    44,    -1,
+      46,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,   116,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    44,    -1,    46,    -1,   188,   189,   190,    -1,   192,
+      -1,    -1,    68,    69,    70,    -1,    72,   188,   189,   190,
+      -1,   192,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    68,    69,    70,    -1,    72,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,   188,   189,   190,    -1,   192,   112,   113,   114,   115,
+      -1,   117,   118,   119,   120,   121,   122,   123,   124,   125,
+     126,    -1,   128,   129,   130,   131,   132,   133,   134,   135,
+     136,   137,   138,   139,   140,   141,   142,   143,   144,   145,
+     146,   147,   148,   149,   150,   151,   152,   153,   154,   155,
+     156,   157,   158,   159,   160,   161,   162,   163,   164,   165,
+     166,   167,   168,   169,   170,   171,   172,   173,   174,   175,
+     176,   177,   178,   179,   180,   181,    44,    -1,    46,    -1,
+      -1,    -1,    -1,    -1,   190,   191,    -1,    -1,    -1,   195,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    72,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,   188,   189,   190,    -1,   192,   112,
-     113,   114,   115,    -1,   117,   118,   119,   120,   121,   122,
-     123,   124,   125,   126,    -1,   128,   129,   130,   131,   132,
-     133,   134,   135,   136,   137,   138,   139,   140,   141,   142,
-     143,   144,   145,   146,   147,   148,   149,   150,   151,   152,
-     153,   154,   155,   156,   157,   158,   159,   160,   161,   162,
-     163,   164,   165,   166,   167,   168,   169,   170,   171,   172,
-     173,   174,   175,   176,   177,   178,   179,   180,   181,    44,
-      -1,    46,    -1,    -1,    -1,    -1,    -1,   190,   191,    -1,
-      -1,    -1,   195,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    72,    -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,   112,   113,   114,   115,    -1,   117,
+     118,   119,   120,   121,   122,   123,   124,   125,   126,    -1,
+     128,   129,   130,   131,   132,   133,   134,   135,   136,   137,
+     138,   139,   140,   141,   142,   143,   144,   145,   146,   147,
+     148,   149,   150,   151,   152,   153,   154,   155,   156,   157,
+     158,   159,   160,   161,   162,   163,   164,   165,   166,   167,
+     168,   169,   170,   171,   172,   173,   174,   175,   176,   177,
+     178,   179,   180,   181,    44,    -1,    -1,    -1,    -1,    -1,
+     188,   189,   190,   191,    -1,    -1,    -1,   195,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    68,    69,
+      70,    -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,   112,   113,   114,
-     115,    -1,   117,   118,   119,   120,   121,   122,   123,   124,
-     125,   126,    -1,   128,   129,   130,   131,   132,   133,   134,
-     135,   136,   137,   138,   139,   140,   141,   142,   143,   144,
-     145,   146,   147,   148,   149,   150,   151,   152,   153,   154,
-     155,   156,   157,   158,   159,   160,   161,   162,   163,   164,
-     165,   166,   167,   168,   169,   170,   171,   172,   173,   174,
-     175,   176,   177,   178,   179,   180,   181,    44,    -1,    -1,
-      -1,    -1,    -1,   188,   189,   190,   191,    -1,    -1,    -1,
-     195,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    68,    69,    70,    -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,   112,   113,   114,   115,    -1,   117,   118,   119,
+     120,   121,   122,   123,   124,   125,   126,    -1,   128,   129,
+     130,   131,   132,   133,   134,   135,   136,   137,   138,   139,
+     140,   141,   142,   143,   144,   145,   146,   147,   148,   149,
+     150,   151,   152,   153,   154,   155,   156,   157,   158,   159,
+     160,   161,   162,   163,   164,   165,   166,   167,   168,   169,
+     170,   171,   172,   173,   174,   175,   176,   177,   178,   179,
+     180,   181,    44,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+     190,   191,    -1,    -1,    -1,   195,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,   112,   113,   114,   115,    -1,
-     117,   118,   119,   120,   121,   122,   123,   124,   125,   126,
-      -1,   128,   129,   130,   131,   132,   133,   134,   135,   136,
-     137,   138,   139,   140,   141,   142,   143,   144,   145,   146,
-     147,   148,   149,   150,   151,   152,   153,   154,   155,   156,
-     157,   158,   159,   160,   161,   162,   163,   164,   165,   166,
-     167,   168,   169,   170,   171,   172,   173,   174,   175,   176,
-     177,   178,   179,   180,   181,    44,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   190,   191,    -1,    -1,    -1,   195,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      92,    93,    94,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    92,    93,    94,    -1,    -1,    -1,    -1,
+     112,   113,   114,   115,    -1,   117,   118,   119,   120,   121,
+     122,   123,   124,   125,   126,    -1,   128,   129,   130,   131,
+     132,   133,   134,   135,   136,   137,   138,   139,   140,   141,
+     142,   143,   144,   145,   146,   147,   148,   149,   150,   151,
+     152,   153,   154,   155,   156,   157,   158,   159,   160,   161,
+     162,   163,   164,   165,   166,   167,   168,   169,   170,   171,
+     172,   173,   174,   175,   176,   177,   178,   179,   180,   181,
+      44,    -1,    46,    -1,    -1,    -1,    -1,    -1,   190,   191,
+      -1,    -1,    -1,   195,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    72,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,   112,   113,   114,   115,    -1,   117,   118,
-     119,   120,   121,   122,   123,   124,   125,   126,    -1,   128,
-     129,   130,   131,   132,   133,   134,   135,   136,   137,   138,
-     139,   140,   141,   142,   143,   144,   145,   146,   147,   148,
-     149,   150,   151,   152,   153,   154,   155,   156,   157,   158,
-     159,   160,   161,   162,   163,   164,   165,   166,   167,   168,
-     169,   170,   171,   172,   173,   174,   175,   176,   177,   178,
-     179,   180,   181,    44,    -1,    46,    -1,    -1,    -1,    -1,
-      -1,   190,   191,    -1,    -1,    -1,   195,    -1,    -1,    -1,
       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-      -1,    72,    -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,   112,   113,
+     114,   115,    -1,   117,   118,   119,   120,   121,   122,   123,
+     124,   125,   126,    -1,   128,   129,   130,   131,   132,   133,
+     134,   135,   136,   137,   138,   139,   140,   141,   142,   143,
+     144,   145,   146,   147,   148,   149,   150,   151,   152,   153,
+     154,   155,   156,   157,   158,   159,   160,   161,   162,   163,
+     164,   165,   166,   167,   168,   169,   170,   171,   172,   173,
+     174,   175,   176,   177,   178,   179,   180,   181,    44,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,   190,   191,    -1,    -1,
+      -1,   195,    -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,   112,   113,   114,   115,    -1,   117,   118,   119,   120,
-     121,   122,   123,   124,   125,   126,    -1,   128,   129,   130,
+      -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,   112,   113,   114,   115,
+      -1,   117,   118,   119,   120,   121,   122,   123,   124,   125,
+     126,    -1,   128,   129,   130,   131,   132,   133,   134,   135,
+     136,   137,   138,   139,   140,   141,   142,   143,   144,   145,
+     146,   147,   148,   149,   150,   151,   152,   153,   154,   155,
+     156,   157,   158,   159,   160,   161,   162,   163,   164,   165,
+     166,   167,   168,   169,   170,   171,   172,   173,   174,   175,
+     176,   177,   178,   179,   180,   181,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,   190,   191,    -1,    -1,    -1,   195
+};
+
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
+   symbol of state STATE-NUM.  */
+static const yytype_uint16 yystos[] =
+{
+       0,     1,    18,    34,    44,    46,    72,    77,    78,    79,
+      92,    93,    94,   112,   113,   114,   115,   117,   118,   119,
+     120,   121,   122,   123,   124,   125,   126,   128,   129,   130,
      131,   132,   133,   134,   135,   136,   137,   138,   139,   140,
      141,   142,   143,   144,   145,   146,   147,   148,   149,   150,
      151,   152,   153,   154,   155,   156,   157,   158,   159,   160,
      161,   162,   163,   164,   165,   166,   167,   168,   169,   170,
      171,   172,   173,   174,   175,   176,   177,   178,   179,   180,
-     181,    44,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   190,
-     191,    -1,    -1,    -1,   195,    -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,    -1,    -1,    -1,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   112,
-     113,   114,   115,    -1,   117,   118,   119,   120,   121,   122,
-     123,   124,   125,   126,    -1,   128,   129,   130,   131,   132,
-     133,   134,   135,   136,   137,   138,   139,   140,   141,   142,
-     143,   144,   145,   146,   147,   148,   149,   150,   151,   152,
-     153,   154,   155,   156,   157,   158,   159,   160,   161,   162,
-     163,   164,   165,   166,   167,   168,   169,   170,   171,   172,
-     173,   174,   175,   176,   177,   178,   179,   180,   181,    -1,
-      -1,    -1,    -1,    -1,    -1,    -1,    -1,   190,   191,    -1,
-      -1,    -1,   195
+     181,   188,   189,   190,   191,   193,   194,   195,   198,   199,
+     200,   201,   202,   206,   212,   215,   216,   256,   261,   303,
+     304,   310,   312,   324,   334,   335,   336,   337,   338,   339,
+     340,   341,   342,   343,   344,   345,   347,   349,   352,   361,
+     366,   371,   375,   470,   471,   472,   112,   113,   114,   373,
+     374,   375,    24,   308,   314,   315,   347,   371,   190,   347,
+     203,   190,   471,     1,     6,     7,     8,    10,    11,    12,
+      13,    14,    15,    16,    17,    18,    24,    29,    30,    31,
+      32,    33,    34,    47,    48,    49,    71,    95,    96,    97,
+      98,    99,   100,   101,   102,   111,   116,   189,   190,   192,
+     193,   269,   271,   273,   275,   278,   281,   282,   283,   284,
+     285,   286,   287,   288,   289,   290,   292,   294,   299,   300,
+     388,   393,   403,   404,   405,   407,   410,   414,   415,   423,
+     429,   430,   431,   434,   436,   442,   464,   466,   467,   470,
+     471,     1,    11,    18,    24,   193,   194,   300,   389,   391,
+     392,   393,   396,   398,   399,   401,   402,   405,   407,   410,
+     415,   419,   428,   430,   435,   464,   467,   389,   390,   312,
+     312,   312,   361,   361,   361,   361,   361,   361,   361,   361,
+     361,   361,     0,   200,    26,   313,    19,   257,   259,    18,
+     468,    24,   347,   350,   312,   312,   312,   312,   312,   312,
+     312,   312,   361,   312,   350,   350,   312,   361,    88,   361,
+      68,    69,    70,   361,   206,   361,   373,   375,    24,   189,
+     190,   300,   312,   346,   383,   470,    21,   312,   312,   311,
+     312,   361,   361,   204,   205,   209,   312,   347,   375,   471,
+      24,   273,   294,   302,   411,    24,    24,    24,    24,   471,
+      18,    18,    18,   300,   270,   300,   383,   404,   281,   281,
+     281,   281,   281,   281,   312,    24,   273,   273,    24,    24,
+      16,    16,    16,    16,    15,   102,   406,    24,   387,   388,
+     393,   405,   407,   410,   413,   415,   428,   431,   434,   436,
+     464,   465,   467,   437,    24,    26,    48,    49,   361,    23,
+      58,    59,    60,    61,    62,    63,    64,    65,    66,    67,
+     276,   312,    34,    35,    36,    32,    33,    50,    51,    37,
+      38,    52,    53,    54,    55,    29,    39,    40,    56,    41,
+      57,    18,    21,   404,    95,    19,   422,   404,   387,   404,
+     192,   404,    22,    24,   300,   398,   415,    18,    95,   398,
+     398,   303,   347,   424,    19,    20,   400,   391,   404,    95,
+      27,   312,    24,   258,   424,   361,    18,   371,   348,   383,
+     312,   471,   312,   471,    19,   471,   300,    25,   347,    26,
+     312,   375,   384,   386,    25,   361,    18,   361,    18,    23,
+     371,   468,    26,   313,    24,   361,   209,     5,   361,   372,
+     378,   379,   380,   408,    22,   300,   300,   300,   300,   301,
+      18,    18,    24,   413,    25,    25,    25,    24,   383,   299,
+     300,    18,    18,    18,    18,    18,   406,     6,     7,   413,
+     387,    19,   421,   387,   387,   415,    25,   272,   299,   300,
+      28,    45,   299,   299,   299,   299,   299,   299,   299,   299,
+     299,   299,   299,   279,   277,   281,   281,   281,   282,   282,
+     283,   283,   284,   284,   284,   284,   285,   285,   286,   287,
+     288,   291,   295,   297,   293,   299,    20,   190,   404,   423,
+     424,   416,     9,    11,   300,    25,    24,   361,   303,   398,
+      11,   302,    25,   372,    20,   111,   387,   420,   424,   427,
+     260,   371,   361,    91,    21,    19,   312,   361,    19,   312,
+     361,   368,   369,   471,    19,   312,   312,    27,   302,    24,
+     386,    26,   312,   308,   195,   307,   308,   316,   317,   309,
+     361,    91,    27,   312,    24,   361,   205,   376,   377,   471,
+      25,    21,   312,   382,   471,    22,    25,   433,    25,    18,
+      25,    19,   281,   383,    25,    21,    25,   302,   412,    25,
+     420,    11,    24,    21,    25,    27,   471,   471,    42,    43,
+     280,   289,    22,   300,   290,    20,    20,   427,   432,    24,
+      25,   397,   371,    24,    27,   207,    25,    20,    20,   111,
+     427,    20,   111,   387,   413,   312,    23,   305,   348,    20,
+     357,    19,    20,   359,    19,    20,    21,    23,   367,    27,
+      25,   361,   378,    27,   302,    24,    21,   312,   312,   312,
+      23,   468,   302,    25,   372,   205,    21,   213,     5,   381,
+     347,    25,   301,    19,   299,   425,   426,   361,   383,   409,
+      22,    24,   438,   299,   312,   312,    24,   273,    24,   273,
+     296,    22,    20,   387,   300,    24,    29,    30,    31,    32,
+      33,    34,    48,    49,    71,   189,   190,   271,   273,   276,
+     282,   283,   284,   285,   286,   287,   288,   289,   290,   292,
+     439,   441,   442,   443,   444,   445,   446,   447,   448,   449,
+     450,   451,   452,   453,   454,   455,   456,   457,   462,   470,
+     300,   361,    73,    74,    75,    76,    80,    81,    82,    83,
+      84,    85,    86,   233,   235,   237,   238,   240,   241,   242,
+     247,   248,   254,   255,   325,   326,   328,   329,   330,   208,
+      20,    20,   111,    20,    25,   306,   312,   417,    20,   353,
+     417,    20,   355,   312,   369,   312,   368,   384,    25,    27,
+      25,   378,   361,   246,   247,    19,    26,    28,   299,   319,
+     320,   321,   322,   471,   312,   312,    27,   210,    25,   312,
+       5,   471,   234,   236,   238,   240,   242,   248,   326,   330,
+     382,   206,   312,   370,   375,   385,   386,   387,    18,   425,
+      21,   469,    21,    25,    22,   300,   439,   383,   383,   294,
+     298,    25,   300,   383,   281,   281,   281,   281,   281,   281,
+     273,   273,    24,    24,    26,    48,    49,   361,    23,    58,
+      59,    60,    61,    62,    63,    64,    65,    66,    67,    34,
+      35,    36,    32,    33,    50,    51,    37,    38,    52,    53,
+      54,    55,    29,    39,    40,    56,    41,    57,    25,   440,
+      25,   189,   244,   245,   239,   243,   233,    91,    91,    91,
+     361,   361,    91,   332,   336,    91,   233,    20,   312,   318,
+     215,   347,   362,   363,   417,   362,   417,   302,    20,    25,
+      25,   307,    18,   319,   323,   302,   471,   319,    23,   322,
+      22,   319,    91,   361,   234,   211,    25,   214,   234,    24,
+     312,   195,   370,   394,   469,   426,    20,   274,   471,    25,
+      25,    25,    25,   294,    18,    25,    25,   299,    25,   272,
+     300,    28,    45,   299,   299,   299,   299,   299,   299,   299,
+     299,   299,   299,   299,   281,   281,   281,   282,   282,   283,
+     283,   284,   284,   284,   284,   285,   285,   286,   287,   288,
+     289,   458,   460,   290,    21,    18,   442,    40,    89,    90,
+     121,   122,   135,   249,   250,   251,   253,    24,    34,   189,
+     190,   262,   263,   265,   468,   470,   327,     5,    24,    34,
+     184,   185,   189,   192,   217,   218,   224,   225,   226,   228,
+     229,   230,   231,   333,   470,   331,   319,    18,    21,   312,
+     361,   363,   418,   362,   418,   362,   312,    20,    21,    27,
+     318,   234,   468,   361,   301,    20,    25,    26,    28,    18,
+     413,   281,    21,    25,    27,   471,   471,    22,   300,   441,
+     244,    21,   468,   189,   252,   303,   470,   251,   263,   263,
+      26,    28,    45,    21,   468,    24,    34,   189,   266,   268,
+     470,   220,   228,   230,    24,   230,    23,    56,   187,   223,
+      52,    53,    54,   227,    26,    28,    45,   219,    24,   468,
+     267,   268,   318,   312,   361,    18,    22,   364,   365,   371,
+     358,   418,   360,   418,    20,   319,   468,    91,   375,   395,
+     312,   300,   471,   194,   463,   383,   312,   312,   459,    22,
+     250,    25,    27,   263,   264,   442,   471,   471,   263,   266,
+     266,    26,    28,    45,    21,   468,    22,    32,    33,   232,
+      25,   230,   218,   221,   230,   224,   230,   228,    27,   192,
+     471,   471,    22,   228,   312,   468,    18,   308,   312,    21,
+     312,   361,    22,    20,   354,    20,   356,    91,    25,    27,
+     416,    25,   294,   461,    27,    25,    27,   264,   471,   471,
+     266,   312,   196,   222,   228,    40,    27,   222,    25,   312,
+     312,   302,   365,    18,   312,    20,    20,   294,    27,    25,
+     221,   361,   302,   351
 };
-/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
 
-/* Skeleton output parser for bison,
+#define yyerrok                (yyerrstatus = 0)
+#define yyclearin      (yychar = YYEMPTY)
+#define YYEMPTY                (-2)
+#define YYEOF          0
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
-   Foundation, Inc.
+#define YYACCEPT       goto yyacceptlab
+#define YYABORT                goto yyabortlab
+#define YYERROR                goto yyerrorlab
 
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+/* 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.  */
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+#define YYFAIL         goto yyerrlab
 
-/* As a special exception, when this file is copied by Bison into a
-   Bison output file, you may use that output file without restriction.
-   This special exception was added by the Free Software Foundation
-   in version 1.24 of Bison.  */
+#define YYRECOVERING()  (!!yyerrstatus)
 
-/* 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.  */
+#define YYBACKUP(Token, Value)                                 \
+do                                                             \
+  if (yychar == YYEMPTY && yylen == 1)                         \
+    {                                                          \
+      yychar = (Token);                                                \
+      yylval = (Value);                                                \
+      yytoken = YYTRANSLATE (yychar);                          \
+      YYPOPSTACK (1);                                          \
+      goto yybackup;                                           \
+    }                                                          \
+  else                                                         \
+    {                                                          \
+      yyerror (YY_("syntax error: cannot back up")); \
+      YYERROR;                                                 \
+    }                                                          \
+while (YYID (0))
 
-/* 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)
+#define YYTERROR       1
+#define YYERRCODE      256
 
-/* 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
+/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
+   If N is 0, then set CURRENT to the empty location which ends
+   the previous symbol: RHS[0] (always defined).  */
 
-# 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 && cgrammar_YYSTYPE_IS_TRIVIAL)))
+#define YYRHSLOC(Rhs, K) ((Rhs)[K])
+#ifndef YYLLOC_DEFAULT
+# define YYLLOC_DEFAULT(Current, Rhs, N)                               \
+    do                                                                 \
+      if (YYID (N))                                                    \
+       {                                                               \
+         (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
+         (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
+         (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
+         (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
+       }                                                               \
+      else                                                             \
+       {                                                               \
+         (Current).first_line   = (Current).last_line   =              \
+           YYRHSLOC (Rhs, 0).last_line;                                \
+         (Current).first_column = (Current).last_column =              \
+           YYRHSLOC (Rhs, 0).last_column;                              \
+       }                                                               \
+    while (YYID (0))
+#endif
 
-/* A type that is properly aligned for any stack member.  */
-union yyalloc
-{
-  short yyss;
-  cgrammar_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)
+/* YY_LOCATION_PRINT -- Print the location on the stream.
+   This macro was not mandated originally: define only if we know
+   we won't break user code: when these are the locations we know.  */
 
-/* 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 (cgrammar_YYSTYPE) + sizeof (YYLTYPE))    \
-      + 2 * YYSTACK_GAP_MAX)
+#ifndef YY_LOCATION_PRINT
+# if YYLTYPE_IS_TRIVIAL
+#  define YY_LOCATION_PRINT(File, Loc)                 \
+     fprintf (File, "%d.%d-%d.%d",                     \
+             (Loc).first_line, (Loc).first_column,     \
+             (Loc).last_line,  (Loc).last_column)
 # else
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (cgrammar_YYSTYPE))                               \
-      + YYSTACK_GAP_MAX)
+#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
 # endif
+#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)
+/* YYLEX -- calling `yylex' with the right arguments.  */
 
+#ifdef YYLEX_PARAM
+# define YYLEX yylex (YYLEX_PARAM)
+#else
+# define YYLEX yylex ()
 #endif
 
+/* Enable debugging if requested.  */
+#if YYDEBUG
 
-#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
+# ifndef YYFPRINTF
+#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYFPRINTF fprintf
 # endif
+
+# define YYDPRINTF(Args)                       \
+do {                                           \
+  if (yydebug)                                 \
+    YYFPRINTF Args;                            \
+} while (YYID (0))
+
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                   \
+do {                                                                     \
+  if (yydebug)                                                           \
+    {                                                                    \
+      YYFPRINTF (stderr, "%s ", Title);                                          \
+      yy_symbol_print (stderr,                                           \
+                 Type, Value); \
+      YYFPRINTF (stderr, "\n");                                                  \
+    }                                                                    \
+} while (YYID (0))
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_value_print (FILE *yyoutput, int yytype, cgrammar_YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_value_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    cgrammar_YYSTYPE const * const yyvaluep;
 #endif
-#if ! defined (YYSIZE_T)
-# define YYSIZE_T unsigned int
-#endif
+{
+  if (!yyvaluep)
+    return;
+# ifdef YYPRINT
+  if (yytype < YYNTOKENS)
+    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
+# else
+  YYUSE (yyoutput);
+# endif
+  switch (yytype)
+    {
+      default:
+       break;
+    }
+}
 
-#define yyerrok                (yyerrstatus = 0)
-#define yyclearin      (yychar = YYEMPTY)
-#define YYEMPTY                -2
-#define YYEOF          0
-#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.
-   Once GCC version 2 has supplanted version 1, this can go.  */
-#define YYFAIL         goto yyerrlab
-#define YYRECOVERING()  (!!yyerrstatus)
-#define YYBACKUP(Token, Value)                                 \
-do                                                             \
-  if (yychar == YYEMPTY && yylen == 1)                         \
-    {                                                          \
-      yychar = (Token);                                                \
-      yylval = (Value);                                                \
-      yychar1 = YYTRANSLATE (yychar);                          \
-      YYPOPSTACK;                                              \
-      goto yybackup;                                           \
-    }                                                          \
-  else                                                         \
-    {                                                          \
-      yyerror ("syntax error: cannot back up");                        \
-      YYERROR;                                                 \
-    }                                                          \
-while (0)
 
-#define YYTERROR       1
-#define YYERRCODE      256
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_print (FILE *yyoutput, int yytype, cgrammar_YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    cgrammar_YYSTYPE const * const yyvaluep;
+#endif
+{
+  if (yytype < YYNTOKENS)
+    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
+  else
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
-   are run).
+  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
+  YYFPRINTF (yyoutput, ")");
+}
 
-   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.  */
+/*------------------------------------------------------------------.
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
+| TOP (included).                                                   |
+`------------------------------------------------------------------*/
 
-#ifndef YYLLOC_DEFAULT
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
-   Current.last_line   = Rhs[N].last_line;     \
-   Current.last_column = Rhs[N].last_column;
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
+#else
+static void
+yy_stack_print (bottom, top)
+    yytype_int16 *bottom;
+    yytype_int16 *top;
 #endif
+{
+  YYFPRINTF (stderr, "Stack now");
+  for (; bottom <= top; ++bottom)
+    YYFPRINTF (stderr, " %d", *bottom);
+  YYFPRINTF (stderr, "\n");
+}
 
+# define YY_STACK_PRINT(Bottom, Top)                           \
+do {                                                           \
+  if (yydebug)                                                 \
+    yy_stack_print ((Bottom), (Top));                          \
+} while (YYID (0))
 
-/* 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 */
 
+/*------------------------------------------------.
+| Report that the YYRULE is going to be reduced.  |
+`------------------------------------------------*/
 
-/* Enable debugging if requested.  */
-#if YYDEBUG
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_reduce_print (cgrammar_YYSTYPE *yyvsp, int yyrule)
+#else
+static void
+yy_reduce_print (yyvsp, yyrule)
+    cgrammar_YYSTYPE *yyvsp;
+    int yyrule;
+#endif
+{
+  int yynrhs = yyr2[yyrule];
+  int yyi;
+  unsigned long int yylno = yyrline[yyrule];
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
+            yyrule - 1, yylno);
+  /* The symbols being reduced.  */
+  for (yyi = 0; yyi < yynrhs; yyi++)
+    {
+      fprintf (stderr, "   $%d = ", yyi + 1);
+      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
+                      &(yyvsp[(yyi + 1) - (yynrhs)])
+                                      );
+      fprintf (stderr, "\n");
+    }
+}
 
-# ifndef YYFPRINTF
-#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYFPRINTF fprintf
-# endif
+# define YY_REDUCE_PRINT(Rule)         \
+do {                                   \
+  if (yydebug)                         \
+    yy_reduce_print (yyvsp, Rule); \
+} while (YYID (0))
 
-# 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)
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
+# define YY_STACK_PRINT(Bottom, Top)
+# define YY_REDUCE_PRINT(Rule)
 #endif /* !YYDEBUG */
 
+
 /* YYINITDEPTH -- initial size of the parser's stacks.  */
 #ifndef        YYINITDEPTH
 # define YYINITDEPTH 200
@@ -3079,59 +3718,59 @@ int yydebug;
    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)
+   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
    evaluated with infinite-precision integer arithmetic.  */
 
-#if YYMAXDEPTH == 0
-# undef YYMAXDEPTH
-#endif
-
 #ifndef YYMAXDEPTH
 # define YYMAXDEPTH 10000
 #endif
+
 \f
-#ifdef YYERROR_VERBOSE
+
+#if YYERROR_VERBOSE
 
 # ifndef yystrlen
-#  if defined (__GLIBC__) && defined (_STRING_H)
+#  if defined __GLIBC__ && defined _STRING_H
 #   define yystrlen strlen
 #  else
 /* Return the length of YYSTR.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static YYSIZE_T
-#   if defined (__STDC__) || defined (__cplusplus)
 yystrlen (const char *yystr)
-#   else
+#else
+static YYSIZE_T
 yystrlen (yystr)
-     const char *yystr;
-#   endif
+    const char *yystr;
+#endif
 {
-  register const char *yys = yystr;
-
-  while (*yys++ != '\0')
+  YYSIZE_T yylen;
+  for (yylen = 0; yystr[yylen]; yylen++)
     continue;
-
-  return yys - yystr - 1;
+  return yylen;
 }
 #  endif
 # endif
 
 # ifndef yystpcpy
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
+#  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.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static char *
-#   if defined (__STDC__) || defined (__cplusplus)
 yystpcpy (char *yydest, const char *yysrc)
-#   else
+#else
+static char *
 yystpcpy (yydest, yysrc)
-     char *yydest;
-     const char *yysrc;
-#   endif
+    char *yydest;
+    const char *yysrc;
+#endif
 {
-  register char *yyd = yydest;
-  register const char *yys = yysrc;
+  char *yyd = yydest;
+  const char *yys = yysrc;
 
   while ((*yyd++ = *yys++) != '\0')
     continue;
@@ -3140,85 +3779,266 @@ yystpcpy (yydest, yysrc)
 }
 #  endif
 # endif
-#endif
-\f
 
+# ifndef yytnamerr
+/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
+   quotes and backslashes, so that it's suitable for yyerror.  The
+   heuristic is that double-quoting is unnecessary unless the string
+   contains an apostrophe, a comma, or backslash (other than
+   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
+   null, do not copy; instead, return the length of what the result
+   would have been.  */
+static YYSIZE_T
+yytnamerr (char *yyres, const char *yystr)
+{
+  if (*yystr == '"')
+    {
+      YYSIZE_T yyn = 0;
+      char const *yyp = yystr;
+
+      for (;;)
+       switch (*++yyp)
+         {
+         case '\'':
+         case ',':
+           goto do_not_strip_quotes;
+
+         case '\\':
+           if (*++yyp != '\\')
+             goto do_not_strip_quotes;
+           /* Fall through.  */
+         default:
+           if (yyres)
+             yyres[yyn] = *yyp;
+           yyn++;
+           break;
+
+         case '"':
+           if (yyres)
+             yyres[yyn] = '\0';
+           return yyn;
+         }
+    do_not_strip_quotes: ;
+    }
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
-   into yyparse.  The argument should have type void *.
-   It should actually point to an object.
-   Grammar actions can access the variable by casting it
-   to the proper pointer type.  */
+  if (! yyres)
+    return yystrlen (yystr);
 
-#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;
+  return yystpcpy (yyres, yystr) - yyres;
+}
 # endif
-#else /* !YYPARSE_PARAM */
-# define YYPARSE_PARAM_ARG
-# define YYPARSE_PARAM_DECL
-#endif /* !YYPARSE_PARAM */
-
-/* Prevent warning if -Wstrict-prototypes.  */
-#ifdef __GNUC__
-# ifdef YYPARSE_PARAM
-int yyparse (void *);
-# else
-int yyparse (void);
+
+/* Copy into YYRESULT an error message about the unexpected token
+   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
+   including the terminating null byte.  If YYRESULT is null, do not
+   copy anything; just return the number of bytes that would be
+   copied.  As a special case, return 0 if an ordinary "syntax error"
+   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
+   size calculation.  */
+static YYSIZE_T
+yysyntax_error (char *yyresult, int yystate, int yychar)
+{
+  int yyn = yypact[yystate];
+
+  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
+    return 0;
+  else
+    {
+      int yytype = YYTRANSLATE (yychar);
+      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
+      YYSIZE_T yysize = yysize0;
+      YYSIZE_T yysize1;
+      int yysize_overflow = 0;
+      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
+      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
+      int yyx;
+
+# if 0
+      /* This is so xgettext sees the translatable formats that are
+        constructed on the fly.  */
+      YY_("syntax error, unexpected %s");
+      YY_("syntax error, unexpected %s, expecting %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
 # endif
+      char *yyfmt;
+      char const *yyf;
+      static char const yyunexpected[] = "syntax error, unexpected %s";
+      static char const yyexpecting[] = ", expecting %s";
+      static char const yyor[] = " or %s";
+      char yyformat[sizeof yyunexpected
+                   + sizeof yyexpecting - 1
+                   + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
+                      * (sizeof yyor - 1))];
+      char const *yyprefix = yyexpecting;
+
+      /* Start YYX at -YYN if negative to avoid negative indexes in
+        YYCHECK.  */
+      int yyxbegin = yyn < 0 ? -yyn : 0;
+
+      /* Stay within bounds of both yycheck and yytname.  */
+      int yychecklim = YYLAST - yyn + 1;
+      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
+      int yycount = 1;
+
+      yyarg[0] = yytname[yytype];
+      yyfmt = yystpcpy (yyformat, yyunexpected);
+
+      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
+       if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
+         {
+           if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
+             {
+               yycount = 1;
+               yysize = yysize0;
+               yyformat[sizeof yyunexpected - 1] = '\0';
+               break;
+             }
+           yyarg[yycount++] = yytname[yyx];
+           yysize1 = yysize + yytnamerr (0, yytname[yyx]);
+           yysize_overflow |= (yysize1 < yysize);
+           yysize = yysize1;
+           yyfmt = yystpcpy (yyfmt, yyprefix);
+           yyprefix = yyor;
+         }
+
+      yyf = YY_(yyformat);
+      yysize1 = yysize + yystrlen (yyf);
+      yysize_overflow |= (yysize1 < yysize);
+      yysize = yysize1;
+
+      if (yysize_overflow)
+       return YYSIZE_MAXIMUM;
+
+      if (yyresult)
+       {
+         /* Avoid sprintf, as that infringes on the user's name space.
+            Don't have undefined behavior even if the translation
+            produced a string with the wrong number of "%s"s.  */
+         char *yyp = yyresult;
+         int yyi = 0;
+         while ((*yyp = *yyf) != '\0')
+           {
+             if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
+               {
+                 yyp += yytnamerr (yyp, yyarg[yyi++]);
+                 yyf += 2;
+               }
+             else
+               {
+                 yyp++;
+                 yyf++;
+               }
+           }
+       }
+      return yysize;
+    }
+}
+#endif /* YYERROR_VERBOSE */
+\f
+
+/*-----------------------------------------------.
+| Release the memory associated to this symbol.  |
+`-----------------------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yydestruct (const char *yymsg, int yytype, cgrammar_YYSTYPE *yyvaluep)
+#else
+static void
+yydestruct (yymsg, yytype, yyvaluep)
+    const char *yymsg;
+    int yytype;
+    cgrammar_YYSTYPE *yyvaluep;
 #endif
+{
+  YYUSE (yyvaluep);
 
-/* 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. */      \
-cgrammar_YYSTYPE yylval;                                               \
-                                                       \
-/* Number of parse errors so far.  */                  \
-int yynerrs;
+  if (!yymsg)
+    yymsg = "Deleting";
+  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+
+  switch (yytype)
+    {
 
-#if YYLSP_NEEDED
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES                      \
-                                               \
-/* Location data for the lookahead symbol.  */ \
-YYLTYPE yylloc;
+      default:
+       break;
+    }
+}
+\f
+
+/* Prevent warnings from -Wmissing-prototypes.  */
+
+#ifdef YYPARSE_PARAM
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void *YYPARSE_PARAM);
+#else
+int yyparse ();
+#endif
+#else /* ! YYPARSE_PARAM */
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void);
 #else
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES
+int yyparse ();
 #endif
+#endif /* ! YYPARSE_PARAM */
+
+
+
+/* The look-ahead symbol.  */
+int yychar;
 
+/* The semantic value of the look-ahead symbol.  */
+cgrammar_YYSTYPE yylval;
+
+/* Number of syntax errors so far.  */
+int yynerrs;
 
-/* If nonreentrant, generate the variables here. */
 
-#if !YYPURE
-YY_DECL_VARIABLES
-#endif  /* !YYPURE */
 
+/*----------.
+| yyparse.  |
+`----------*/
+
+#ifdef YYPARSE_PARAM
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 int
-yyparse (YYPARSE_PARAM_ARG)
-     YYPARSE_PARAM_DECL
-{
-  /* If reentrant, generate the variables here. */
-#if YYPURE
-  YY_DECL_VARIABLES
-#endif  /* !YYPURE */
+yyparse (void *YYPARSE_PARAM)
+#else
+int
+yyparse (YYPARSE_PARAM)
+    void *YYPARSE_PARAM;
+#endif
+#else /* ! YYPARSE_PARAM */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+int
+yyparse (void)
+#else
+int
+yyparse ()
 
-  register int yystate;
-  register int yyn;
+#endif
+#endif
+{
+  
+  int yystate;
+  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;
+  /* Look-ahead token as an internal (translated) token number.  */
+  int yytoken = 0;
+#if YYERROR_VERBOSE
+  /* Buffer for error messages, and its allocated size.  */
+  char yymsgbuf[128];
+  char *yymsg = yymsgbuf;
+  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
+#endif
 
   /* Three stacks and their tools:
      `yyss': related to states,
@@ -3228,42 +4048,30 @@ yyparse (YYPARSE_PARAM_ARG)
      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 state stack.  */
+  yytype_int16 yyssa[YYINITDEPTH];
+  yytype_int16 *yyss = yyssa;
+  yytype_int16 *yyssp;
 
   /* The semantic value stack.  */
   cgrammar_YYSTYPE yyvsa[YYINITDEPTH];
   cgrammar_YYSTYPE *yyvs = yyvsa;
-  register cgrammar_YYSTYPE *yyvsp;
+  cgrammar_YYSTYPE *yyvsp;
 
-#if YYLSP_NEEDED
-  /* The location stack.  */
-  YYLTYPE yylsa[YYINITDEPTH];
-  YYLTYPE *yyls = yylsa;
-  YYLTYPE *yylsp;
-#endif
 
-#if YYLSP_NEEDED
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
-#else
-# define YYPOPSTACK   (yyvsp--, yyssp--)
-#endif
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
+#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 
+  YYSIZE_T yystacksize = YYINITDEPTH;
 
   /* The variables used to return semantic value and location from the
      action routines.  */
   cgrammar_YYSTYPE yyval;
-#if YYLSP_NEEDED
-  YYLTYPE yyloc;
-#endif
 
-  /* When reducing, the number of symbols on the RHS of the reduced
-     rule. */
-  int yylen;
+
+  /* The number of symbols on the RHS of the reduced rule.
+     Keep to zero when no symbol should be popped.  */
+  int yylen = 0;
 
   YYDPRINTF ((stderr, "Starting parse\n"));
 
@@ -3279,9 +4087,7 @@ yyparse (YYPARSE_PARAM_ARG)
 
   yyssp = yyss;
   yyvsp = yyvs;
-#if YYLSP_NEEDED
-  yylsp = yyls;
-#endif
+
   goto yysetstate;
 
 /*------------------------------------------------------------.
@@ -3289,70 +4095,60 @@ yyparse (YYPARSE_PARAM_ARG)
 `------------------------------------------------------------*/
  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.
-     */
+     have just been pushed.  So pushing a state here evens the stacks.  */
   yyssp++;
 
  yysetstate:
   *yyssp = yystate;
 
-  if (yyssp >= yyss + yystacksize - 1)
+  if (yyss + yystacksize - 1 <= yyssp)
     {
       /* Get the current used size of the three stacks, in elements.  */
       YYSIZE_T yysize = yyssp - yyss + 1;
 
 #ifdef yyoverflow
       {
-       /* Give user a chance to reallocate the stack. Use copies of
+       /* Give user a chance to reallocate the stack.  Use copies of
           these so that the &'s don't force the real ones into
           memory.  */
        cgrammar_YYSTYPE *yyvs1 = yyvs;
-       short *yyss1 = yyss;
+       yytype_int16 *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",
+          data in use in that stack, in bytes.  This used to be a
+          conditional around just the two extra args, but that might
+          be undefined if yyoverflow is a macro.  */
+       yyoverflow (YY_("memory exhausted"),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyvs1, yysize * sizeof (*yyvsp),
+
                    &yystacksize);
-# endif
+
        yyss = yyss1;
        yyvs = yyvs1;
       }
 #else /* no yyoverflow */
 # ifndef YYSTACK_RELOCATE
-      goto yyoverflowlab;
+      goto yyexhaustedlab;
 # else
       /* Extend the stack our own way.  */
-      if (yystacksize >= YYMAXDEPTH)
-       goto yyoverflowlab;
+      if (YYMAXDEPTH <= yystacksize)
+       goto yyexhaustedlab;
       yystacksize *= 2;
-      if (yystacksize > YYMAXDEPTH)
+      if (YYMAXDEPTH < yystacksize)
        yystacksize = YYMAXDEPTH;
 
       {
-       short *yyss1 = yyss;
+       yytype_int16 *yyss1 = yyss;
        union yyalloc *yyptr =
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
        if (! yyptr)
-         goto yyoverflowlab;
+         goto yyexhaustedlab;
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyvs);
-# if YYLSP_NEEDED
-       YYSTACK_RELOCATE (yyls);
-# endif
-# undef YYSTACK_RELOCATE
+
+#  undef YYSTACK_RELOCATE
        if (yyss1 != yyssa)
          YYSTACK_FREE (yyss1);
       }
@@ -3361,14 +4157,12 @@ yyparse (YYPARSE_PARAM_ARG)
 
       yyssp = yyss + yysize - 1;
       yyvsp = yyvs + yysize - 1;
-#if YYLSP_NEEDED
-      yylsp = yyls + yysize - 1;
-#endif
+
 
       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
 
-      if (yyssp >= yyss + yystacksize - 1)
+      if (yyss + yystacksize - 1 <= yyssp)
        YYABORT;
     }
 
@@ -3376,108 +4170,71 @@ yyparse (YYPARSE_PARAM_ARG)
 
   goto yybackup;
 
-
 /*-----------.
 | yybackup.  |
 `-----------*/
 yybackup:
 
-/* Do appropriate processing given the current state.  */
-/* Read a lookahead token if we need one and don't already have one.  */
-/* yyresume: */
-
-  /* First try to decide what to do without reference to lookahead token.  */
+  /* Do appropriate processing given the current state.  Read a
+     look-ahead token if we need one and don't already have one.  */
 
+  /* First try to decide what to do without reference to look-ahead token.  */
   yyn = yypact[yystate];
-  if (yyn == YYFLAG)
+  if (yyn == YYPACT_NINF)
     goto yydefault;
 
-  /* Not known => get a lookahead token if don't already have one.  */
-
-  /* yychar is either YYEMPTY or YYEOF
-     or a valid token in external form.  */
+  /* Not known => get a look-ahead token if don't already have one.  */
 
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
   if (yychar == YYEMPTY)
     {
       YYDPRINTF ((stderr, "Reading a token: "));
       yychar = YYLEX;
     }
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
-
-  if (yychar <= 0)             /* This means end of input. */
+  if (yychar <= YYEOF)
     {
-      yychar1 = 0;
-      yychar = YYEOF;          /* Don't call YYLEX any more */
-
+      yychar = yytoken = YYEOF;
       YYDPRINTF ((stderr, "Now at end of input.\n"));
     }
   else
     {
-      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)
-       {
-         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
-         YYPRINT (stderr, yychar, yylval);
-# endif
-         YYFPRINTF (stderr, ")\n");
-       }
-#endif
+      yytoken = YYTRANSLATE (yychar);
+      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
     }
 
-  yyn += yychar1;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
+     detect an error, take that action.  */
+  yyn += yytoken;
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
     goto yydefault;
-
   yyn = yytable[yyn];
-
-  /* yyn is what to do for this token type in this state.
-     Negative => reduce, -yyn is rule number.
-     Positive => shift, yyn is new state.
-       New state is final state => don't bother to shift,
-       just return success.
-     0, or most negative number => error.  */
-
-  if (yyn < 0)
+  if (yyn <= 0)
     {
-      if (yyn == YYFLAG)
+      if (yyn == 0 || yyn == YYTABLE_NINF)
        goto yyerrlab;
       yyn = -yyn;
       goto yyreduce;
     }
-  else if (yyn == 0)
-    goto yyerrlab;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  /* Shift the lookahead token.  */
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
-             yychar, yytname[yychar1]));
-
-  /* Discard the token being shifted unless it is eof.  */
-  if (yychar != YYEOF)
-    yychar = YYEMPTY;
-
-  *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
-
   /* Count tokens shifted since error; after three, turn off error
      status.  */
   if (yyerrstatus)
     yyerrstatus--;
 
+  /* Shift the look-ahead token.  */
+  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
+
+  /* Discard the shifted token unless it is eof.  */
+  if (yychar != YYEOF)
+    yychar = YYEMPTY;
+
   yystate = yyn;
+  *++yyvsp = yylval;
+
   goto yynewstate;
 
 
@@ -3501,2156 +4258,3316 @@ yyreduce:
   /* 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
+     Otherwise, the following line sets YYVAL to garbage.
+     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)
+  YY_REDUCE_PRINT (yyn);
+  switch (yyn)
     {
-      int yyi;
+        case 4:
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
-                yyn, yyrline[yyn]);
+    { context_checkGlobalScope (); ;}
+    break;
 
-      /* 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]]);
-    }
-#endif
+  case 5:
+
+    { context_checkGlobalScope (); ;}
+    break;
+
+  case 6:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 7:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 8:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 9:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 10:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 11:
+
+    { uentry_checkDecl (); exprNode_free ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 12:
+
+    { uentry_clearDecl (); lltok_free ((yyvsp[(1) - (1)].tok)); /* evans 2002-02-08: okay to have a null statement */ ;}
+    break;
+
+  case 13:
+
+    { uentry_clearDecl (); ;}
+    break;
+
+  case 14:
+
+    { checkConstant ((yyvsp[(2) - (8)].qtyp), (yyvsp[(4) - (8)].ntyp)); lltok_free2 ((yyvsp[(1) - (8)].tok), (yyvsp[(8) - (8)].tok)); ;}
+    break;
+
+  case 15:
+
+    { checkValueConstant ((yyvsp[(2) - (11)].qtyp), (yyvsp[(4) - (11)].ntyp), (yyvsp[(8) - (11)].expr)); lltok_free3 ((yyvsp[(1) - (11)].tok), (yyvsp[(6) - (11)].tok), (yyvsp[(11) - (11)].tok)); ;}
+    break;
+
+  case 16:
+
+    { context_enterFunctionHeader (); ;}
+    break;
+
+  case 17:
+
+    { 
+     declareStaticFunction ((yyvsp[(3) - (5)].ntyp)); context_quietExitFunction (); 
+     context_exitFunctionHeader (); 
+     lltok_free2 ((yyvsp[(1) - (5)].tok), (yyvsp[(5) - (5)].tok)); /*!*/
+   ;}
+    break;
+
+  case 18:
+
+    { 
+     qtype qint = qtype_create (ctype_int);
+     (yyval.ntyp) = idDecl_fixBase ((yyvsp[(1) - (1)].ntyp), qint);
+     qtype_free (qint);
+   ;}
+    break;
+
+  case 19:
+
+    { (yyval.ntyp) = idDecl_fixBase ((yyvsp[(3) - (3)].ntyp), (yyvsp[(1) - (3)].qtyp)); ;}
+    break;
+
+  case 21:
+
+    { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;}
+    break;
+
+  case 22:
+
+    { (yyval.ntyp) = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ()); ;}
+    break;
+
+  case 23:
+
+    { (yyval.ntyp) = idDecl_expectFunction ((yyvsp[(4) - (6)].ntyp)); lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(6) - (6)].tok)); ;}
+    break;
+
+  case 24:
+
+    { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (3)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (3)].ntyp)))); lltok_free2 ((yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;}
+    break;
+
+  case 25:
+
+    {
+     exprNode_findValue ((yyvsp[(4) - (6)].expr));
+     idDecl_notExpectingFunction ((yyvsp[(1) - (6)].ntyp));
+
+     if (exprNode_hasValue ((yyvsp[(4) - (6)].expr))) 
+       {
+        (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerFixedArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), 
+                                                                 exprNode_getLongValue ((yyvsp[(4) - (6)].expr))));
+       } 
+     else
+       {
+        (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)))); 
+       }
+
+     lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(5) - (6)].tok));
+   ;}
+    break;
+
+  case 26:
+
+    { setCurrentParams (uentryList_missingParams); ;}
+    break;
+
+  case 27:
+
+    { /* need to support globals and modifies here! */
+     functionClauseList fcl;
+     ctype ct = ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), 
+                                   uentryList_makeMissingParams ());
+     
+     (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ct);
+
+     /*drl 7/25/01 added*/
+     setImplicitfcnConstraints();
+
+     DPRINTF((message("namedDeclBase PushType TLPAREN TRPAREN...:\n adding implict constraints to functionClause List: %s",
+                     functionClauseList_unparse((yyvsp[(6) - (6)].funcclauselist))
+                     )
+             ));
+     
+     fcl = functionClauseList_setImplicitConstraints((yyvsp[(6) - (6)].funcclauselist));
+
+     idDecl_addClauses ((yyval.ntyp), fcl);
+
+     DPRINTF((message("1 added fuctionClause List: %s to the Id",
+                     functionClauseList_unparse(fcl)
+                     )
+             ));
+
+     
+     context_popLoc ();
+     lltok_free2 ((yyvsp[(3) - (6)].tok), (yyvsp[(4) - (6)].tok));
+   ;}
+    break;
+
+  case 28:
+
+    { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;}
+    break;
+
+  case 29:
+
+    {
+     functionClauseList fcl;
+     setImplicitfcnConstraints ();
+     clearCurrentParams ();
+     (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (7)].ntyp), ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (7)].ntyp)), (yyvsp[(4) - (7)].entrylist)));
+
+     DPRINTF((message("namedDeclBase PushType TLPAREN genericParamList TRPAREN...:\n adding implict constraints to functionClause List: %s",
+                     functionClauseList_unparse((yyvsp[(7) - (7)].funcclauselist))
+                     )
+             )) ;
+     
+     fcl = functionClauseList_setImplicitConstraints((yyvsp[(7) - (7)].funcclauselist));
+
+     idDecl_addClauses ((yyval.ntyp), fcl);
+
+     DPRINTF((message("added fuctionClause List: %s to the Id",
+                     functionClauseList_unparse(fcl)
+                     )
+             ));
+
+     
+     context_popLoc (); 
+     lltok_free2 ((yyvsp[(3) - (7)].tok), (yyvsp[(5) - (7)].tok));
+   ;}
+    break;
+
+  case 30:
+
+    { (yyval.ntyp) = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ()); ;}
+    break;
+
+  case 31:
+
+    { (yyval.ntyp) = idDecl_expectFunction ((yyvsp[(4) - (6)].ntyp)); lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(6) - (6)].tok)); ;}
+    break;
+
+  case 32:
+
+    { (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (3)].ntyp), ctype_makeInnerArray (idDecl_getCtype ((yyvsp[(1) - (3)].ntyp)))); 
+     lltok_free2 ((yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].tok)); 
+   ;}
+    break;
+
+  case 33:
+
+    { 
+     int value;
+
+     if (exprNode_hasValue ((yyvsp[(4) - (6)].expr)) 
+        && multiVal_isInt (exprNode_getValue ((yyvsp[(4) - (6)].expr))))
+       {
+        value = (int) multiVal_forceInt (exprNode_getValue ((yyvsp[(4) - (6)].expr)));
+       }
+     else
+       {
+        value = 0;
+       }
+
+     (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ctype_makeInnerFixedArray (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), value));
+     lltok_free2 ((yyvsp[(2) - (6)].tok), (yyvsp[(5) - (6)].tok));
+   ;}
+    break;
+
+  case 34:
+
+    { setCurrentParams (uentryList_missingParams); ;}
+    break;
+
+  case 35:
+
+    {
+     ctype ct = ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (6)].ntyp)), 
+                                   uentryList_makeMissingParams ());
+     
+     (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (6)].ntyp), ct);
+     idDecl_addClauses ((yyval.ntyp), (yyvsp[(6) - (6)].funcclauselist));
+     context_popLoc (); 
+     lltok_free2 ((yyvsp[(3) - (6)].tok), (yyvsp[(4) - (6)].tok));
+   ;}
+    break;
+
+  case 36:
+
+    { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;}
+    break;
+
+  case 37:
+
+    { 
+     clearCurrentParams ();
+     (yyval.ntyp) = idDecl_replaceCtype ((yyvsp[(1) - (7)].ntyp), ctype_makeFunction (idDecl_getCtype ((yyvsp[(1) - (7)].ntyp)), (yyvsp[(4) - (7)].entrylist)));
+     idDecl_addClauses ((yyval.ntyp), (yyvsp[(7) - (7)].funcclauselist));
+     context_popLoc (); 
+     lltok_free ((yyvsp[(3) - (7)].tok));
+     /*!! lltok_free2 ($3, $5); */
+   ;}
+    break;
+
+  case 38:
+
+    { setCurrentParams ((yyvsp[(4) - (5)].entrylist)); ;}
+    break;
+
+  case 39:
+
+    { clearCurrentParams (); ;}
+    break;
+
+  case 40:
+
+    { declareCIter ((yyvsp[(2) - (10)].cname), (yyvsp[(4) - (10)].entrylist)); 
+     lltok_free3 ((yyvsp[(1) - (10)].tok), (yyvsp[(3) - (10)].tok), (yyvsp[(5) - (10)].tok)); 
+   ;}
+    break;
+
+  case 41:
+
+    { exprNode_checkMacroBody ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;}
+    break;
+
+  case 42:
+
+    { exprNode_checkIterBody ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok)); ;}
+    break;
+
+  case 43:
+
+    { exprNode_checkIterEnd ((yyvsp[(2) - (3)].expr)); lltok_free2 ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].tok));;}
+    break;
+
+  case 44:
+
+    { exprChecks_checkEmptyMacroBody (); lltok_free2 ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 45:
+
+    { clabstract_declareFunction ((yyvsp[(1) - (1)].ntyp)); ;}
+    break;
+
+  case 46:
+
+    { (yyval.msconstraint) = metaStateConstraint_create ((yyvsp[(1) - (3)].msspec), (yyvsp[(3) - (3)].msexpr)); lltok_free ((yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 47:
+
+    { cscannerHelp_expectingMetaStateName (); ;}
+    break;
+
+  case 48:
+
+    { cscannerHelp_clearExpectingMetaStateName ();
+      (yyval.msspec) = metaStateSpecifier_create ((yyvsp[(1) - (4)].sr), (yyvsp[(4) - (4)].msinfo)); 
+      lltok_free ((yyvsp[(3) - (4)].tok)); 
+    ;}
+    break;
+
+  case 49:
+
+    { cscannerHelp_expectingMetaStateName (); ;}
+    break;
+
+  case 50:
+
+    { cscannerHelp_clearExpectingMetaStateName ();
+      (yyval.msspec) = metaStateSpecifier_createElipsis ((yyvsp[(4) - (4)].msinfo)); 
+      lltok_free2 ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].tok));
+    ;}
+    break;
+
+  case 51:
+
+    { (yyval.msexpr) = metaStateExpression_create ((yyvsp[(1) - (1)].msspec)); ;}
+    break;
+
+  case 52:
+
+    { (yyval.msexpr) = metaStateExpression_createMerge ((yyvsp[(1) - (3)].msspec), (yyvsp[(3) - (3)].msexpr)); lltok_free ((yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 56:
+
+    { (yyval.conL) = constraintList_add ((yyvsp[(3) - (3)].conL), (yyvsp[(1) - (3)].con)); ;}
+    break;
+
+  case 57:
+
+    { (yyval.conL) = constraintList_single ((yyvsp[(1) - (1)].con)); ;}
+    break;
+
+  case 58:
+
+    {
+ (yyval.con) = makeConstraintParse3 ((yyvsp[(1) - (3)].conE), (yyvsp[(2) - (3)].tok), (yyvsp[(3) - (3)].conE));
+ DPRINTF(("Done BufConstraint1\n")); ;}
+    break;
+
+  case 65:
+
+    {(yyval.conE) = constraintExpr_parseMakeUnaryOp ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].conE));  DPRINTF( ("Got BufConstraintExpr UNary Op ") ); ;}
+    break;
+
+  case 66:
+
+    {
+   DPRINTF( ("Got BufConstraintExpr BINary Op ") );
+   (yyval.conE) = constraintExpr_parseMakeBinaryOp ((yyvsp[(2) - (5)].conE), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].conE)); ;}
+    break;
+
+  case 67:
+
+    { (yyval.conE) =  constraintExpr_makeTermsRef ((yyvsp[(1) - (1)].sr));;}
+    break;
+
+  case 68:
+
+    { (yyval.conE) = constraintExpr_makeIntLiteral (exprNode_getLongValue ((yyvsp[(1) - (1)].expr))); ;}
+    break;
+
+  case 69:
+
+    { /*@-onlytrans@*/ (yyval.sr) = checkbufferConstraintClausesId ((yyvsp[(1) - (1)].entry)); /*@=onlytrans@*/ /*@i523@*/ ;}
+    break;
+
+  case 70:
+
+    { (yyval.sr) = fixStateClausesId ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 71:
+
+    { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (3)].sr)); ;}
+    break;
+
+  case 72:
+
+    {
+    /*
+    char *t; int c; 
+    t =  cstring_toCharsSafe (exprNode_unparse($3)); 
+    c = atoi( t );
+    */
+    (yyval.sr) = sRef_makeArrayFetchKnown ((yyvsp[(1) - (4)].sr), exprNode_getLongValue ((yyvsp[(3) - (4)].expr)));
+  ;}
+    break;
+
+  case 73:
+
+    { (yyval.sr) = sRef_constructPointer ((yyvsp[(2) - (2)].sr)); ;}
+    break;
+
+  case 74:
+
+    { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;}
+    break;
+
+  case 75:
+
+    { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_buildField ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 76:
+
+    { cstring_markOwned ((yyvsp[(3) - (3)].cname)); (yyval.sr) = sRef_makeArrow ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 80:
+
+    { (yyval.funcclauselist) = functionClauseList_new (); ;}
+    break;
+
+  case 81:
+
+    { (yyval.funcclauselist) = functionClauseList_prepend ((yyvsp[(2) - (2)].funcclauselist), (yyvsp[(1) - (2)].funcclause)); ;}
+    break;
+
+  case 82:
+
+    { (yyval.funcclauselist) = functionClauseList_new (); ;}
+    break;
+
+  case 83:
+
+    { (yyval.funcclauselist) = functionClauseList_prepend ((yyvsp[(2) - (2)].funcclauselist), (yyvsp[(1) - (2)].funcclause)); ;}
+    break;
+
+  case 84:
+
+    { (yyval.funcclause) = functionClause_createGlobals ((yyvsp[(1) - (1)].globsclause)); ;}
+    break;
+
+  case 85:
+
+    { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;}
+    break;
+
+  case 86:
+
+    { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;}
+    break;
+
+  case 87:
+
+    { (yyval.funcclause) = functionClause_createState ((yyvsp[(1) - (1)].stateclause)); ;}
+    break;
+
+  case 88:
+
+    { (yyval.funcclause) = (yyvsp[(1) - (1)].funcclause); ;}
+    break;
+
+  case 89:
+
+    { (yyval.funcclause) = functionClause_createWarn ((yyvsp[(1) - (1)].warnclause)); ;}
+    break;
+
+  case 90:
+
+    { (yyval.funcclause) = functionClause_createGlobals ((yyvsp[(1) - (1)].globsclause)); ;}
+    break;
+
+  case 91:
+
+    { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;}
+    break;
+
+  case 92:
+
+    { (yyval.funcclause) = functionClause_createModifies ((yyvsp[(1) - (1)].modsclause)); ;}
+    break;
+
+  case 93:
+
+    { (yyval.funcclause) = functionClause_createState ((yyvsp[(1) - (1)].stateclause)); ;}
+    break;
+
+  case 94:
+
+    { (yyval.funcclause) = (yyvsp[(1) - (1)].funcclause); ;}
+    break;
+
+  case 95:
+
+    { (yyval.funcclause) = functionClause_createWarn ((yyvsp[(1) - (1)].warnclause)); ;}
+    break;
+
+  case 96:
+
+    { (yyval.globsclause) = (yyvsp[(1) - (2)].globsclause); ;}
+    break;
+
+  case 97:
+
+    { setProcessingGlobalsList (); ;}
+    break;
+
+  case 98:
+
+    { 
+     unsetProcessingGlobals (); 
+     (yyval.globsclause) = globalsClause_create ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].globset)); 
+   ;}
+    break;
+
+  case 99:
+
+    { (yyval.modsclause) = modifiesClause_createNoMods ((yyvsp[(1) - (1)].tok)); ;}
+    break;
+
+  case 100:
+
+    { (yyval.modsclause) = (yyvsp[(1) - (2)].modsclause); ;}
+    break;
+
+  case 101:
+
+    {
+     context_setProtectVars (); enterParamsTemp (); 
+     sRef_setGlobalScopeSafe (); 
+   ;}
+    break;
+
+  case 102:
+
+    { 
+     exitParamsTemp ();
+     sRef_clearGlobalScopeSafe (); 
+     context_releaseVars ();
+     (yyval.modsclause) = modifiesClause_create ((yyvsp[(1) - (3)].tok), (yyvsp[(3) - (3)].srset));
+   ;}
+    break;
+
+  case 103:
+
+    { (yyval.flagspec) = flagSpec_createPlain ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 104:
+
+    { (yyval.flagspec) = flagSpec_createOr ((yyvsp[(1) - (3)].cname), (yyvsp[(3) - (3)].flagspec)); ;}
+    break;
+
+  case 107:
+
+    { (yyval.warnclause) = warnClause_undefined; ;}
+    break;
+
+  case 108:
+
+    { (yyval.warnclause) = (yyvsp[(1) - (2)].warnclause); ;}
+    break;
+
+  case 109:
+
+    {      
+     llassert (exprNode_knownStringValue ((yyvsp[(3) - (3)].expr)));
+     (yyval.warnclause) = warnClause_create ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].flagspec), cstring_copy (multiVal_forceString (exprNode_getValue ((yyvsp[(3) - (3)].expr))))); 
+     exprNode_free ((yyvsp[(3) - (3)].expr));
+   ;}
+    break;
+
+  case 110:
+
+    { (yyval.warnclause) = warnClause_create ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].flagspec), cstring_undefined); ;}
+    break;
+
+  case 111:
+
+    { (yyval.globset) = globSet_single ((yyvsp[(1) - (1)].sr)); ;}
+    break;
+
+  case 112:
+
+    { (yyval.globset) = globSet_insert ((yyvsp[(1) - (3)].globset), (yyvsp[(3) - (3)].sr)); ;}
+    break;
+
+  case 113:
+
+    { (yyval.sr) = clabstract_createGlobal ((yyvsp[(2) - (2)].sr), (yyvsp[(1) - (2)].tquallist)); ;}
+    break;
+
+  case 114:
+
+    { (yyval.tquallist) = qualList_undefined; ;}
+    break;
+
+  case 115:
+
+    { (yyval.tquallist) = qualList_add ((yyvsp[(2) - (2)].tquallist), (yyvsp[(1) - (2)].typequal)); ;}
+    break;
+
+  case 116:
+
+    { (yyval.sr) = uentry_getSref ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 117:
+
+    { (yyval.sr) = clabstract_unrecognizedGlobal ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 118:
+
+    { (yyval.sr) = clabstract_checkGlobal ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 119:
+
+    { (yyval.typequal) = qual_createUndef (); ;}
+    break;
+
+  case 120:
+
+    { (yyval.typequal) = qual_createKilled (); ;}
+    break;
+
+  case 121:
+
+    { (yyval.typequal) = qual_createOut (); ;}
+    break;
+
+  case 122:
+
+    { (yyval.typequal) = qual_createIn (); ;}
+    break;
+
+  case 123:
+
+    { (yyval.typequal) = qual_createPartial (); ;}
+    break;
+
+  case 131:
+
+    { 
+     /**!!! deal with fred; fred (int); declarations! **/
+     qtype qint = qtype_create (ctype_int); 
+     (yyval.ntyp) = idDecl_fixBase ((yyvsp[(1) - (1)].ntyp), qint);
+     qtype_free (qint);
+   ;}
+    break;
+
+  case 132:
+
+    { (yyval.ntyp) = idDecl_fixBase ((yyvsp[(3) - (3)].ntyp), (yyvsp[(1) - (3)].qtyp)); ;}
+    break;
+
+  case 133:
+
+    { checkDoneParams (); context_enterInnerContext (); ;}
+    break;
+
+  case 134:
+
+    {  
+     exprNode_checkFunctionBody ((yyvsp[(3) - (3)].expr)); (yyval.expr) = (yyvsp[(3) - (3)].expr); 
+     context_exitInner ((yyvsp[(3) - (3)].expr)); 
+   ;}
+    break;
+
+  case 135:
+
+    { context_enterOldStyleScope (); ;}
+    break;
+
+  case 136:
+
+    { oldStyleDoneParams (); context_enterInnerContext (); ;}
+    break;
+
+  case 137:
+
+    {
+     exprNode_checkFunctionBody ((yyvsp[(4) - (4)].expr)); 
+     (yyval.expr) = (yyvsp[(4) - (4)].expr); /* oldstyle */ 
+     context_exitInner ((yyvsp[(4) - (4)].expr));
+   ;}
+    break;
+
+  case 138:
+
+    { 
+     context_setFunctionDefined (exprNode_loc ((yyvsp[(2) - (2)].expr))); 
+     exprNode_checkFunction (context_getHeader (),  (yyvsp[(2) - (2)].expr)); 
+     /* DRL 8 8 2000 */
+     
+     context_exitFunction ();
+   ;}
+    break;
+
+  case 139:
+
+    { (yyval.srset) = (yyvsp[(1) - (2)].srset); ;}
+    break;
+
+  case 140:
+
+    { (yyval.srset) = sRefSet_new (); ;}
+    break;
+
+  case 141:
+
+    { (yyval.sr) = uentry_getSref ((yyvsp[(1) - (1)].entry)); checkModifiesId ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 142:
+
+    { (yyval.sr) = fixModifiesId ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 143:
+
+    { (yyval.sr) = fixModifiesId ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 144:
+
+    { (yyval.sr) = modListArrayFetch ((yyvsp[(1) - (3)].sr), sRef_undefined); ;}
+    break;
+
+  case 145:
+
+    { (yyval.sr) = modListArrayFetch ((yyvsp[(1) - (4)].sr), (yyvsp[(3) - (4)].sr)); ;}
+    break;
+
+  case 146:
+
+    { (yyval.sr) = modListPointer ((yyvsp[(2) - (2)].sr)); ;}
+    break;
+
+  case 147:
+
+    { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;}
+    break;
+
+  case 148:
+
+    { (yyval.sr) = modListFieldAccess ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 149:
+
+    { (yyval.sr) = modListArrowAccess ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 150:
+
+    { (yyval.sr) = (yyvsp[(1) - (1)].sr); ;}
+    break;
+
+  case 151:
+
+    { (yyval.sr) = sRef_makeUnknown (); /* sRef_makeConstant ($1); ? */ ;}
+    break;
+
+  case 152:
+
+    { (yyval.srset) = sRefSet_single ((yyvsp[(1) - (1)].sr)); ;}
+    break;
+
+  case 153:
+
+    { (yyval.srset) = sRefSet_insert ((yyvsp[(1) - (3)].srset), (yyvsp[(3) - (3)].sr)); ;}
+    break;
+
+  case 154:
+
+    { (yyval.sr) = checkStateClausesId ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 155:
+
+    { (yyval.sr) = fixStateClausesId ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 156:
+
+    { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (3)].sr)); ;}
+    break;
+
+  case 157:
+
+    { (yyval.sr) = sRef_makeAnyArrayFetch ((yyvsp[(1) - (4)].sr)); ;}
+    break;
+
+  case 158:
+
+    { (yyval.sr) = sRef_constructPointer ((yyvsp[(2) - (2)].sr)); ;}
+    break;
+
+  case 159:
+
+    { (yyval.sr) = (yyvsp[(2) - (3)].sr); ;}
+    break;
+
+  case 160:
+
+    { cstring_markOwned ((yyvsp[(3) - (3)].cname));
+                                           (yyval.sr) = sRef_buildField ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 161:
+
+    { cstring_markOwned ((yyvsp[(3) - (3)].cname));
+                                            (yyval.sr) = sRef_makeArrow ((yyvsp[(1) - (3)].sr), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 162:
+
+    { DPRINTF ((message("Empty optSpecClauseList") )); (yyval.srset) = sRefSet_undefined ;}
+    break;
+
+  case 164:
+
+    { if (sRef_isValid ((yyvsp[(1) - (1)].sr))) { (yyval.srset) = sRefSet_single ((yyvsp[(1) - (1)].sr)); } 
+      else {
+       DPRINTF((message("returning sRefSEt_undefined ")  ));
+       (yyval.srset) = sRefSet_undefined; } 
+    ;}
+    break;
+
+  case 165:
+
+    { if (sRef_isValid ((yyvsp[(3) - (3)].sr)))
+       {
+         (yyval.srset) = sRefSet_insert ((yyvsp[(1) - (3)].srset), (yyvsp[(3) - (3)].sr)); 
+       }
+      else
+       {
+         (yyval.srset) = (yyvsp[(1) - (3)].srset);
+       }
+    ;}
+    break;
+
+  case 166:
+
+    { (yyval.expr) = exprNode_fromIdentifier ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 167:
+
+    { (yyval.expr) = exprNode_fromUIO ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 169:
+
+    { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;}
+    break;
+
+  case 170:
+
+    { (yyval.expr) = exprNode_fromIdentifier (cscannerHelp_coerceId ((yyvsp[(1) - (1)].cname))); ;}
+    break;
+
+  case 171:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 172:
+
+    { exprChecks_inCompoundStatementExpression (); ;}
+    break;
+
+  case 173:
+
+    { exprChecks_leaveCompoundStatementExpression (); (yyval.expr) = exprNode_compoundStatementExpression ((yyvsp[(1) - (4)].tok), (yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 175:
+
+    { (yyval.expr) = exprNode_arrayFetch ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 176:
+
+    { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (3)].expr), exprNodeList_new ()); ;}
+    break;
+
+  case 177:
+
+    { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].exprlist)); ;}
+    break;
+
+  case 178:
+
+    { (yyval.expr) = exprNode_vaArg ((yyvsp[(1) - (6)].tok), (yyvsp[(3) - (6)].expr), (yyvsp[(5) - (6)].qtyp)); ;}
+    break;
+
+  case 179:
+
+    { (yyval.expr) = exprNode_fieldAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;}
+    break;
+
+  case 180:
+
+    { (yyval.expr) = exprNode_arrowAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;}
+    break;
+
+  case 181:
+
+    { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 182:
+
+    { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 183:
+
+    { /* added for C99 */ (yyval.expr) = exprNode_undefined; /*@i87 no checking */ ;}
+    break;
+
+  case 184:
+
+    { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 185:
+
+    { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (3)].exprlist), (yyvsp[(3) - (3)].expr)); ;}
+    break;
+
+  case 187:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 188:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 189:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 190:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 191:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 192:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 193:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 194:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 195:
+
+    { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;}
+    break;
+
+  case 196:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 197:
+
+    { (yyval.cstringlist) = cstringList_add ((yyvsp[(1) - (3)].cstringlist), (yyvsp[(3) - (3)].cname)); lltok_free ((yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 198:
+
+    { (yyval.cstringlist) = (yyvsp[(1) - (4)].cstringlist); lltok_free2 ((yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;}
+    break;
+
+  case 199:
+
+    { (yyval.cstringlist) = cstringList_single ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 200:
+
+    { (yyval.expr) = exprNode_offsetof ((yyvsp[(4) - (9)].qtyp), (yyvsp[(7) - (9)].cstringlist)); 
+     lltok_free3 ((yyvsp[(1) - (9)].tok), (yyvsp[(3) - (9)].tok), (yyvsp[(6) - (9)].tok)); lltok_free ((yyvsp[(8) - (9)].tok)); ;}
+    break;
+
+  case 201:
+
+    { context_setProtectVars (); ;}
+    break;
+
+  case 202:
+
+    { context_sizeofReleaseVars (); (yyval.expr) = (yyvsp[(3) - (3)].expr); ;}
+    break;
+
+  case 203:
+
+    {context_enterSizeof();}
+    break;
+
+  case 204:
+
+    {context_leaveSizeof();}
+    break;
+
+  case 205:
+
+    { (yyval.expr) = exprNode_sizeofType ((yyvsp[(3) - (4)].qtyp)); lltok_free3 ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok));  ;}
+    break;
+
+  case 206:
+
+    { (yyval.expr) = exprNode_sizeofExpr ((yyvsp[(2) - (2)].expr)); lltok_free ((yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 207:
+
+    { (yyval.expr) = exprNode_alignofType ((yyvsp[(3) - (4)].qtyp)); lltok_free3 ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;}
+    break;
+
+  case 208:
+
+    { (yyval.expr) = exprNode_alignofExpr ((yyvsp[(2) - (2)].expr)); lltok_free ((yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 210:
+
+    { (yyval.expr) = exprNode_cast ((yyvsp[(1) - (4)].tok), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].qtyp)); lltok_free ((yyvsp[(3) - (4)].tok)); ;}
+    break;
+
+  case 212:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 213:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 214:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 216:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 217:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 219:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 220:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 222:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 223:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 224:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 225:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 227:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 228:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 230:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 232:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 234:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 236:
+
+    { exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); 
+     context_enterAndClause ((yyvsp[(1) - (2)].expr)); 
+   ;}
+    break;
+
+  case 237:
+
+    { 
+     (yyval.expr) = exprNode_op ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].tok)); 
+     context_exitAndClause ((yyval.expr), (yyvsp[(4) - (4)].expr));
+   ;}
+    break;
+
+  case 239:
+
+    { 
+     exprNode_produceGuards ((yyvsp[(1) - (2)].expr));
+     context_enterOrClause ((yyvsp[(1) - (2)].expr)); 
+   ;}
+    break;
+
+  case 240:
+
+    { 
+     (yyval.expr) = exprNode_op ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].tok)); 
+     context_exitOrClause ((yyval.expr), (yyvsp[(4) - (4)].expr));
+   ;}
+    break;
+
+  case 242:
+
+    { /* GCC extension: conditional with empty if */
+     exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;}
+    break;
+
+  case 243:
+
+    { context_enterFalseClause ((yyvsp[(1) - (4)].expr)); ;}
+    break;
+
+  case 244:
+
+    { (yyval.expr) = exprNode_condIfOmit ((yyvsp[(1) - (6)].expr), (yyvsp[(6) - (6)].expr)); context_exitClause ((yyvsp[(1) - (6)].expr), exprNode_undefined, (yyvsp[(6) - (6)].expr)); ;}
+    break;
+
+  case 245:
+
+    { exprNode_produceGuards ((yyvsp[(1) - (2)].expr)); context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;}
+    break;
+
+  case 246:
+
+    { context_enterFalseClause ((yyvsp[(1) - (5)].expr)); ;}
+    break;
+
+  case 247:
+
+    { (yyval.expr) = exprNode_cond ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); context_exitClause ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); ;}
+    break;
+
+  case 249:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 250:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 251:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 252:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 253:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 254:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 255:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 256:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 257:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 258:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 259:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 261:
+
+    { (yyval.expr) = exprNode_comma ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;}
+    break;
+
+  case 262:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 265:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 266:
+
+    { doVaDcl (); (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 267:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 268:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 269:
+
+    {
+     setProcessingVars ((yyvsp[(1) - (4)].qtyp)); 
+     processNamedDecl ((yyvsp[(3) - (4)].ntyp)); 
+   ;}
+    break;
+
+  case 270:
+
+    { 
+     unsetProcessingVars (); 
+     (yyval.expr) = exprNode_makeEmptyInitialization ((yyvsp[(3) - (9)].ntyp)); 
+     DPRINTF (("Empty initialization: %s", exprNode_unparse ((yyval.expr))));
+   ;}
+    break;
+
+  case 271:
+
+    { setProcessingVars ((yyvsp[(1) - (5)].qtyp)); processNamedDecl ((yyvsp[(3) - (5)].ntyp)); ;}
+    break;
+
+  case 272:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(9) - (11)].expr), exprNode_makeInitialization ((yyvsp[(3) - (11)].ntyp), (yyvsp[(8) - (11)].expr))); 
+     unsetProcessingVars ();
+   ;}
+    break;
+
+  case 273:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 274:
+
+    { (yyval.expr) = exprNode_fromIdentifier (usymtab_getTypeEntry (ctype_typeId ((yyvsp[(1) - (1)].ctyp)))); ;}
+    break;
+
+  case 275:
+
+    { 
+     processNamedDecl ((yyvsp[(1) - (2)].ntyp)); 
+     (yyval.expr) = exprNode_makeEmptyInitialization ((yyvsp[(1) - (2)].ntyp));
+   ;}
+    break;
+
+  case 276:
+
+    { processNamedDecl ((yyvsp[(1) - (3)].ntyp)); ;}
+    break;
+
+  case 277:
+
+    { (yyval.expr) = exprNode_makeInitialization ((yyvsp[(1) - (6)].ntyp), (yyvsp[(6) - (6)].expr)); ;}
+    break;
+
+  case 278:
+
+    { setProcessingTypedef ((yyvsp[(2) - (2)].qtyp)); ;}
+    break;
+
+  case 279:
+
+    { clabstract_declareType ((yyvsp[(5) - (8)].exprlist), (yyvsp[(7) - (8)].warnclause)); ;}
+    break;
+
+  case 280:
+
+    { /* in the ANSI grammar, semantics unclear */ ;}
+    break;
+
+  case 281:
+
+    { /* in the ANSI grammar, semantics unclear */ ;}
+    break;
+
+  case 282:
+
+    { cscannerHelp_setExpectingTypeName (); ;}
+    break;
+
+  case 283:
+
+    { cscannerHelp_setExpectingTypeName (); context_pushLoc (); ;}
+    break;
+
+  case 284:
+
+    { (yyval.exprlist) = (yyvsp[(1) - (2)].exprlist); ;}
+    break;
+
+  case 285:
+
+    { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 286:
+
+    { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;}
+    break;
+
+  case 287:
+
+    { (yyval.exprlist) = (yyvsp[(1) - (2)].exprlist); ;}
+    break;
+
+  case 288:
+
+    { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 289:
+
+    { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;}
+    break;
+
+  case 290:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 291:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (4)].expr), (yyvsp[(4) - (4)].expr)); ;}
+    break;
+
+  case 293:
+
+    { (yyval.expr) = exprNode_makeInitBlock ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].exprlist)); lltok_free ((yyvsp[(3) - (3)].tok)); ;}
+    break;
+
+  case 294:
+
+    { (yyval.expr) = exprNode_makeInitBlock ((yyvsp[(1) - (4)].tok), (yyvsp[(2) - (4)].exprlist)); lltok_free2 ((yyvsp[(3) - (4)].tok), (yyvsp[(4) - (4)].tok)); ;}
+    break;
+
+  case 295:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 296:
+
+    { (yyval.expr) = (yyvsp[(1) - (2)].expr); ;}
+    break;
+
+  case 297:
+
+    { (yyval.expr) = exprNode_undefined; 
+                                     /* gcc extension, obsolete since 2.5 */ ;}
+    break;
+
+  case 298:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 299:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 300:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 301:
+
+    { (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 302:
+
+    { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 303:
+
+    { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (3)].exprlist), (yyvsp[(3) - (3)].expr)); ;}
+    break;
+
+  case 304:
+
+    { setStorageClass (SCEXTERN); (yyval.typequal) = qual_createExtern (); ;}
+    break;
+
+  case 305:
+
+    { (yyval.typequal) = qual_createInline (); ;}
+    break;
+
+  case 306:
+
+    { setStorageClass (SCSTATIC); (yyval.typequal) = qual_createStatic (); ;}
+    break;
+
+  case 307:
+
+    { (yyval.typequal) = qual_createAuto (); ;}
+    break;
+
+  case 308:
+
+    { (yyval.typequal) = qual_createRegister (); ;}
+    break;
+
+  case 309:
+
+    { (yyval.stateclause) = (yyvsp[(1) - (2)].stateclause); ;}
+    break;
+
+  case 310:
+
+    {
+     context_setProtectVars (); 
+     enterParamsTemp (); 
+     sRef_setGlobalScopeSafe (); 
+   ;}
+    break;
+
+  case 311:
+
+    { 
+     exitParamsTemp ();
+     sRef_clearGlobalScopeSafe (); 
+     context_releaseVars ();
+     (yyval.stateclause) = stateClause_createPlain ((yyvsp[(1) - (6)].tok), (yyvsp[(4) - (6)].srset));
+   ;}
+    break;
+
+  case 312:
+
+    { (yyval.funcclause) = (yyvsp[(1) - (2)].funcclause); ;}
+    break;
+
+  case 313:
+
+    { (yyval.tok) = (yyvsp[(1) - (2)].tok); context_enterFunctionHeader (); ;}
+    break;
+
+  case 314:
+
+    {
+     context_exitFunctionHeader ();
+     context_setProtectVars (); 
+     enterParamsTemp (); 
+     sRef_setGlobalScopeSafe (); 
+   ;}
+    break;
+
+  case 315:
+
+    { 
+     exitParamsTemp ();
+     sRef_clearGlobalScopeSafe (); 
+     context_releaseVars ();
+     (yyval.funcclause) = functionClause_createState (stateClause_create ((yyvsp[(1) - (6)].tok), (yyvsp[(2) - (6)].typequal), (yyvsp[(4) - (6)].srset)));
+   ;}
+    break;
+
+  case 316:
+
+    {
+     context_setProtectVars (); 
+     enterParamsTemp (); 
+     sRef_setGlobalScopeSafe (); 
+   ;}
+    break;
+
+  case 317:
+
+    {
+     context_exitFunctionHeader ();
+     exitParamsTemp ();
+     sRef_clearGlobalScopeSafe (); 
+     context_releaseVars ();
+     DPRINTF (("done optGlobBufConstraintsAux\n"));
+
+     if (lltok_isEnsures ((yyvsp[(1) - (5)].tok))) 
+       {
+        (yyval.funcclause) = functionClause_createEnsures ((yyvsp[(3) - (5)].fcnconstraint));
+       }
+     else if (lltok_isRequires ((yyvsp[(1) - (5)].tok)))
+       {
+        (yyval.funcclause) = functionClause_createRequires ((yyvsp[(3) - (5)].fcnconstraint));
+       }
+     else
+       {
+        BADBRANCH;
+       }
+
+     DPRINTF (("FunctionclauseS: %s", functionClause_unparse ((yyval.funcclause))));
+   ;}
+    break;
+
+  case 318:
+
+    { (yyval.fcnconstraint) = functionConstraint_createBufferConstraint ((yyvsp[(1) - (1)].conL)); ;}
+    break;
+
+  case 319:
+
+    { (yyval.fcnconstraint) = functionConstraint_createMetaStateConstraint ((yyvsp[(1) - (1)].msconstraint)); DPRINTF (("Made constraint: %s", functionConstraint_unparse ((yyval.fcnconstraint)))); ;}
+    break;
+
+  case 320:
+
+    { (yyval.typequal) = qual_createExits (); ;}
+    break;
+
+  case 321:
+
+    { (yyval.typequal) = qual_createMayExit (); ;}
+    break;
+
+  case 322:
+
+    { (yyval.typequal) = qual_createTrueExit (); ;}
+    break;
+
+  case 323:
+
+    { (yyval.typequal) = qual_createFalseExit (); ;}
+    break;
+
+  case 324:
+
+    { (yyval.typequal) = qual_createNeverExit (); ;}
+    break;
+
+  case 325:
+
+    { (yyval.typequal) = qual_createChecked (); ;}
+    break;
+
+  case 326:
+
+    { (yyval.typequal) = qual_createCheckMod (); ;}
+    break;
+
+  case 327:
+
+    { (yyval.typequal) = qual_createUnchecked (); ;}
+    break;
+
+  case 328:
+
+    { (yyval.typequal) = qual_createCheckedStrict (); ;}
+    break;
+
+  case 329:
+
+    { (yyval.typequal) = qual_createOwned (); ;}
+    break;
+
+  case 330:
+
+    { (yyval.typequal) = qual_createDependent (); ;}
+    break;
+
+  case 331:
+
+    { (yyval.typequal) = qual_createYield (); ;}
+    break;
+
+  case 332:
+
+    { (yyval.typequal) = qual_createTemp (); ;}
+    break;
+
+  case 333:
+
+    { (yyval.typequal) = qual_createOnly (); ;}
+    break;
+
+  case 334:
+
+    { (yyval.typequal) = qual_createKeep (); ;}
+    break;
+
+  case 335:
+
+    { (yyval.typequal) = qual_createKept (); ;}
+    break;
+
+  case 336:
+
+    { (yyval.typequal) = qual_createShared (); ;}
+    break;
+
+  case 337:
+
+    { (yyval.typequal) = qual_createUnique (); ;}
+    break;
+
+  case 338:
+
+    { (yyval.typequal) = qual_createNull (); ;}
+    break;
+
+  case 339:
+
+    { (yyval.typequal) = qual_createIsNull (); ;}
+    break;
+
+  case 340:
+
+    { (yyval.typequal) = qual_createRelNull (); ;}
+    break;
+
+  case 341:
+
+    { (yyval.typequal) = qual_createNotNull (); ;}
+    break;
+
+  case 342:
+
+    { (yyval.typequal) = qual_createExposed (); ;}
+    break;
+
+  case 343:
+
+    { (yyval.typequal) = qual_createObserver (); ;}
+    break;
+
+  case 344:
+
+    { (yyval.typequal) = qual_createNullTerminated (); ;}
+    break;
+
+  case 345:
+
+    { (yyval.typequal) = qual_createMetaState ((yyvsp[(1) - (1)].annotation)); ;}
+    break;
+
+  case 346:
+
+    { (yyval.typequal) = qual_createReturned (); ;}
+    break;
+
+  case 347:
+
+    { (yyval.typequal) = qual_createSef (); ;}
+    break;
+
+  case 348:
+
+    { (yyval.typequal) = qual_createUnused (); ;}
+    break;
+
+  case 349:
+
+    { (yyval.typequal) = qual_createExternal (); ;}
+    break;
+
+  case 350:
+
+    { (yyval.typequal) = qual_createTrueNull (); ;}
+    break;
+
+  case 351:
+
+    { (yyval.typequal) = qual_createFalseNull (); ;}
+    break;
+
+  case 352:
+
+    { (yyval.typequal) = qual_createAbstract (); ;}
+    break;
+
+  case 353:
+
+    { (yyval.typequal) = qual_createNumAbstract (); ;}
+    break;
+
+  case 354:
+
+    { (yyval.typequal) = qual_createConcrete (); ;}
+    break;
+
+  case 355:
+
+    { (yyval.typequal) = qual_createMutable (); ;}
+    break;
+
+  case 356:
+
+    { (yyval.typequal) = qual_createImmutable (); ;}
+    break;
+
+  case 357:
+
+    { (yyval.typequal) = qual_createRefCounted (); ;}
+    break;
+
+  case 358:
+
+    { (yyval.typequal) = qual_createRefs (); ;}
+    break;
+
+  case 359:
+
+    { (yyval.typequal) = qual_createKillRef (); ;}
+    break;
+
+  case 360:
+
+    { (yyval.typequal) = qual_createRelDef (); ;}
+    break;
+
+  case 361:
+
+    { (yyval.typequal) = qual_createNewRef (); ;}
+    break;
+
+  case 362:
+
+    { (yyval.typequal) = qual_createTempRef (); ;}
+    break;
+
+  case 363:
+
+    { (yyval.typequal) = qual_createShort (); ;}
+    break;
+
+  case 364:
+
+    { (yyval.typequal) = qual_createLong (); ;}
+    break;
+
+  case 365:
+
+    { (yyval.typequal) = qual_createSigned (); ;}
+    break;
+
+  case 366:
+
+    { (yyval.typequal) = qual_createUnsigned (); ;}
+    break;
+
+  case 367:
+
+    { (yyval.typequal) = qual_createOut (); ;}
+    break;
+
+  case 368:
+
+    { (yyval.typequal) = qual_createIn (); ;}
+    break;
+
+  case 369:
+
+    { (yyval.typequal) = qual_createPartial (); ;}
+    break;
+
+  case 370:
+
+    { (yyval.typequal) = qual_createSpecial (); ;}
+    break;
+
+  case 371:
+
+    { (yyval.typequal) = qual_createConst (); ;}
+    break;
+
+  case 372:
+
+    { (yyval.typequal) = qual_createVolatile (); ;}
+    break;
+
+  case 373:
+
+    { (yyval.typequal) = qual_createRestrict (); ;}
+    break;
+
+  case 374:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 375:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 376:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 377:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 378:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 379:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 380:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 381:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 382:
+
+    { (yyval.typequal) = (yyvsp[(1) - (2)].typequal); ;}
+    break;
+
+  case 389:
+
+    { (yyval.ctyp) = ctype_makeAnytype (); ;}
+    break;
+
+  case 390:
+
+    { (yyval.ctyp) = ctype_anyintegral; ;}
+    break;
+
+  case 391:
+
+    { (yyval.ctyp) = ctype_unsignedintegral; ;}
+    break;
+
+  case 392:
+
+    { (yyval.ctyp) = ctype_signedintegral; ;}
+    break;
+
+  case 396:
+
+    { (yyval.ctyp) = ctype_fromQual ((yyvsp[(1) - (2)].typequal)); ;}
+    break;
+
+  case 397:
+
+    { (yyval.qtyp) = qtype_resolve ((yyvsp[(2) - (3)].qtyp)); ;}
+    break;
+
+  case 398:
+
+    { (yyval.qtyp) = (yyvsp[(1) - (1)].qtyp); ;}
+    break;
+
+  case 399:
+
+    { (yyval.qtyp) = qtype_mergeAlt ((yyvsp[(1) - (4)].qtyp), (yyvsp[(3) - (4)].qtyp)); ;}
+    break;
+
+  case 401:
+
+    { (yyval.qtyp) = qtype_mergeAlt ((yyvsp[(1) - (3)].qtyp), (yyvsp[(3) - (3)].qtyp)); ;}
+    break;
+
+  case 402:
+
+    { (yyval.qtyp) = qtype_addQual ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].typequal)); ;}
+    break;
+
+  case 403:
+
+    { (yyval.qtyp) = qtype_addQual ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].typequal)); ;}
+    break;
+
+  case 404:
+
+    { (yyval.qtyp) = qtype_combine ((yyvsp[(2) - (2)].qtyp), (yyvsp[(1) - (2)].ctyp)); ;}
+    break;
+
+  case 405:
+
+    { (yyval.qtyp) = qtype_unknown (); ;}
+    break;
+
+  case 406:
+
+    { (yyval.qtyp) = (yyvsp[(1) - (1)].qtyp); ;}
+    break;
+
+  case 407:
+
+    { (yyval.conL) = constraintList_undefined; ;}
+    break;
+
+  case 408:
+
+    { sRef_setGlobalScopeSafe (); ;}
+    break;
+
+  case 409:
+
+    { sRef_clearGlobalScopeSafe (); ;}
+    break;
+
+  case 410:
+
+    { ctype ct; ct = declareStruct ((yyvsp[(3) - (12)].cname), (yyvsp[(8) - (12)].flist)); /* context_setGlobalStructInfo(ct, $12); */ (yyval.ctyp) = ct; ;}
+    break;
+
+  case 411:
+
+    { sRef_setGlobalScopeSafe (); ;}
+    break;
+
+  case 412:
+
+    { sRef_clearGlobalScopeSafe (); ;}
+    break;
+
+  case 413:
+
+    { (yyval.ctyp) = declareUnion ((yyvsp[(3) - (11)].cname), (yyvsp[(8) - (11)].flist)); ;}
+    break;
+
+  case 414:
+
+    { (yyval.ctyp) = declareStruct ((yyvsp[(3) - (6)].cname), uentryList_new ()); ;}
+    break;
+
+  case 415:
+
+    { (yyval.ctyp) = declareUnion ((yyvsp[(3) - (6)].cname), uentryList_new ()); ;}
+    break;
+
+  case 416:
+
+    { sRef_setGlobalScopeSafe (); ;}
+    break;
+
+  case 417:
+
+    { sRef_clearGlobalScopeSafe (); ;}
+    break;
+
+  case 418:
+
+    { (yyval.ctyp) = declareUnnamedStruct ((yyvsp[(7) - (10)].flist)); ;}
+    break;
+
+  case 419:
+
+    { sRef_setGlobalScopeSafe (); ;}
+    break;
+
+  case 420:
+
+    { sRef_clearGlobalScopeSafe (); ;}
+    break;
+
+  case 421:
+
+    { (yyval.ctyp) = declareUnnamedUnion ((yyvsp[(7) - (10)].flist)); ;}
+    break;
+
+  case 422:
+
+    { (yyval.ctyp) = ctype_createUnnamedStruct (uentryList_new ()); ;}
+    break;
+
+  case 423:
+
+    { (yyval.ctyp) = ctype_createUnnamedUnion (uentryList_new ()); ;}
+    break;
+
+  case 424:
+
+    { (yyval.ctyp) = handleStruct ((yyvsp[(3) - (4)].cname)); ;}
+    break;
+
+  case 425:
+
+    { (yyval.ctyp) = handleUnion ((yyvsp[(3) - (4)].cname)); ;}
+    break;
+
+  case 426:
+
+    { cscannerHelp_clearExpectingTypeName (); ;}
+    break;
+
+  case 428:
+
+    { (yyval.flist) = uentryList_undefined; /* bogus! */ ;}
+    break;
+
+  case 429:
+
+    { (yyval.flist) = uentryList_mergeFields ((yyvsp[(1) - (2)].flist), (yyvsp[(2) - (2)].flist)); ;}
+    break;
+
+  case 430:
+
+    { (yyval.flist) = fixUentryList ((yyvsp[(3) - (5)].ntyplist), (yyvsp[(1) - (5)].qtyp)); ;}
+    break;
+
+  case 431:
+
+    { (yyval.flist) = fixUnnamedDecl ((yyvsp[(1) - (3)].qtyp)); ;}
+    break;
+
+  case 432:
+
+    { (yyval.ntyplist) = idDeclList_singleton ((yyvsp[(1) - (2)].ntyp)); ;}
+    break;
+
+  case 433:
+
+    { (yyval.ntyplist) = idDeclList_add ((yyvsp[(1) - (4)].ntyplist), (yyvsp[(3) - (4)].ntyp)); ;}
+    break;
+
+  case 434:
+
+    { (yyval.ntyp) = (yyvsp[(1) - (1)].ntyp); ;}
+    break;
+
+  case 435:
+
+    { (yyval.ntyp) = idDecl_undefined; ;}
+    break;
+
+  case 436:
+
+    { (yyval.ntyp) = (yyvsp[(1) - (4)].ntyp); ;}
+    break;
+
+  case 437:
+
+    { (yyval.ctyp) = declareUnnamedEnum ((yyvsp[(4) - (6)].enumnamelist)); ;}
+    break;
+
+  case 438:
+
+    { context_pushLoc (); ;}
+    break;
+
+  case 439:
+
+    { context_popLoc (); (yyval.ctyp) = declareEnum ((yyvsp[(3) - (8)].cname), (yyvsp[(6) - (8)].enumnamelist)); ;}
+    break;
+
+  case 440:
+
+    { (yyval.ctyp) = handleEnum ((yyvsp[(3) - (4)].cname)); ;}
+    break;
+
+  case 441:
+
+    { (yyval.enumnamelist) = enumNameList_single ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 442:
+
+    { (yyval.enumnamelist) = enumNameList_push ((yyvsp[(1) - (3)].enumnamelist), (yyvsp[(3) - (3)].cname)); ;}
+    break;
+
+  case 444:
+
+    { uentry ue = uentry_makeEnumConstant ((yyvsp[(1) - (1)].cname), ctype_unknown);
+     usymtab_supGlobalEntry (ue);
+     (yyval.cname) = (yyvsp[(1) - (1)].cname);
+   ;}
+    break;
+
+  case 445:
+
+    { uentry ue = uentry_makeEnumInitializedConstant ((yyvsp[(1) - (4)].cname), ctype_unknown, (yyvsp[(4) - (4)].expr));
+     usymtab_supGlobalEntry (ue);
+     (yyval.cname) = (yyvsp[(1) - (4)].cname); 
+   ;}
+    break;
+
+  case 447:
+
+    { (yyval.ntyp) = idDecl_create (cstring_undefined, qtype_create ((yyvsp[(1) - (1)].ctyp))); ;}
+    break;
+
+  case 448:
+
+    { 
+     qtype qt = qtype_unknown ();
+     qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), qt);
+     (yyval.ntyp) = idDecl_create (cstring_copy (cscannerHelp_observeLastIdentifier ()), qt);
+   ;}
+    break;
+
+  case 449:
+
+    { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;}
+    break;
+
+  case 451:
+
+    { (yyval.ntyp) = (yyvsp[(2) - (2)].ntyp); qtype_adjustPointers ((yyvsp[(1) - (2)].pointers), idDecl_getTyp ((yyval.ntyp))); ;}
+    break;
+
+  case 452:
+
+    { (yyval.entrylist) = handleParamTypeList ((yyvsp[(1) - (1)].entrylist)); ;}
+    break;
+
+  case 453:
+
+    { (yyval.entrylist) = handleParamIdList ((yyvsp[(2) - (2)].entrylist)); ;}
+    break;
+
+  case 454:
+
+    { (yyval.typequal) = qual_createConst (); ;}
+    break;
+
+  case 455:
+
+    { (yyval.typequal) = qual_createRestrict (); ;}
+    break;
+
+  case 456:
+
+    { (yyval.typequal) = qual_createVolatile (); ;}
+    break;
+
+  case 457:
+
+    { (yyval.tquallist) = qualList_single ((yyvsp[(1) - (1)].typequal)); ;}
+    break;
+
+  case 458:
+
+    { (yyval.tquallist) = qualList_add ((yyvsp[(1) - (2)].tquallist), (yyvsp[(2) - (2)].typequal)); ;}
+    break;
+
+  case 459:
+
+    { (yyval.pointers) = pointers_create ((yyvsp[(1) - (1)].tok)); ;}
+    break;
+
+  case 460:
+
+    { (yyval.pointers) = pointers_createMods ((yyvsp[(1) - (2)].tok), (yyvsp[(2) - (2)].tquallist)); ;}
+    break;
+
+  case 461:
+
+    { (yyval.pointers) = pointers_extend (pointers_create ((yyvsp[(1) - (2)].tok)), (yyvsp[(2) - (2)].pointers)); ;}
+    break;
+
+  case 462:
+
+    { (yyval.pointers) = pointers_extend (pointers_createMods ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].tquallist)), (yyvsp[(3) - (3)].pointers)); ;}
+    break;
+
+  case 464:
+
+    { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeElipsisMarker ()); ;}
+    break;
+
+  case 465:
+
+    { (yyval.entrylist) = uentryList_single (uentry_makeVariableLoc ((yyvsp[(1) - (1)].cname), ctype_int)); ;}
+    break;
+
+  case 466:
+
+    { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeVariableLoc ((yyvsp[(3) - (3)].cname), ctype_int)); ;}
+    break;
+
+  case 467:
+
+    { (yyval.entrylist) = uentryList_single (uentry_makeElipsisMarker ()); ;}
+    break;
+
+  case 469:
+
+    { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (3)].entrylist), uentry_makeElipsisMarker ()); ;}
+    break;
+
+  case 470:
+
+    { storeLoc (); ;}
+    break;
+
+  case 471:
+
+    { (yyval.entrylist) = uentryList_single ((yyvsp[(2) - (2)].oentry)); ;}
+    break;
+
+  case 472:
+
+    { storeLoc (); ;}
+    break;
+
+  case 473:
+
+    { (yyval.entrylist) = uentryList_add ((yyvsp[(1) - (4)].entrylist), (yyvsp[(4) - (4)].oentry)); ;}
+    break;
+
+  case 474:
+
+    { 
+     if (isFlipOldStyle ()) 
+       { 
+        llparseerror (cstring_makeLiteral ("Inconsistent function parameter syntax (mixing old and new style declaration)")); 
+       }
+     else 
+       { 
+        setNewStyle (); 
+       }
+     (yyval.oentry) = makeCurrentParam (idDecl_fixParamBase ((yyvsp[(3) - (4)].ntyp), (yyvsp[(2) - (4)].qtyp))); 
+   ;}
+    break;
+
+  case 475:
+
+    { 
+     idDecl tparam = idDecl_create ((yyvsp[(1) - (1)].cname), qtype_unknown ());
+
+     if (isNewStyle ()) 
+       {
+        llparseerror (message ("Inconsistent function parameter syntax: %q",
+                               idDecl_unparse (tparam))); 
+       }
+
+     setFlipOldStyle ();
+     (yyval.oentry) = makeCurrentParam (tparam);
+     idDecl_free (tparam);
+   ;}
+    break;
+
+  case 477:
+
+    { (yyval.qtyp) = qtype_newBase ((yyvsp[(1) - (2)].qtyp), (yyvsp[(2) - (2)].ctyp)); ;}
+    break;
+
+  case 478:
+
+    { (yyval.ctyp) = ctype_adjustPointers ((yyvsp[(1) - (1)].pointers), ctype_unknown); ;}
+    break;
+
+  case 480:
+
+    { (yyval.ctyp) = ctype_adjustPointers ((yyvsp[(1) - (2)].pointers), (yyvsp[(2) - (2)].ctyp)); ;}
+    break;
+
+  case 481:
+
+    { (yyval.ctyp) = ctype_unknown; ;}
+    break;
+
+  case 483:
+
+    { (yyval.ctyp) = ctype_expectFunction ((yyvsp[(4) - (5)].ctyp)); ;}
+    break;
+
+  case 484:
+
+    { (yyval.ctyp) = ctype_makeArray (ctype_unknown); ;}
+    break;
+
+  case 485:
+
+    { (yyval.ctyp) = ctype_makeFixedArray (ctype_unknown, exprNode_getLongValue ((yyvsp[(2) - (3)].expr))); ;}
+    break;
+
+  case 486:
+
+    { (yyval.ctyp) = ctype_makeInnerArray ((yyvsp[(1) - (3)].ctyp)); ;}
+    break;
+
+  case 487:
+
+    { (yyval.ctyp) = ctype_makeInnerFixedArray ((yyvsp[(1) - (4)].ctyp), exprNode_getLongValue ((yyvsp[(3) - (4)].expr))); ;}
+    break;
+
+  case 488:
+
+    { (yyval.ctyp) = ctype_makeFunction (ctype_unknown, uentryList_makeMissingParams ()); ;}
+    break;
+
+  case 489:
+
+    { (yyval.ctyp) = ctype_makeParamsFunction (ctype_unknown, (yyvsp[(3) - (4)].entrylist)); ;}
+    break;
+
+  case 490:
+
+    { (yyval.ctyp) = ctype_makeFunction ((yyvsp[(1) - (4)].ctyp), uentryList_makeMissingParams ()); ;}
+    break;
+
+  case 491:
+
+    { (yyval.ctyp) = ctype_makeParamsFunction ((yyvsp[(1) - (5)].ctyp), (yyvsp[(4) - (5)].entrylist)); ;}
+    break;
+
+  case 502:
+
+    { exprNode_revealState ((yyvsp[(3) - (4)].expr)); (yyval.expr) = exprNode_undefined; ;}
+    break;
+
+  case 503:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 506:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 507:
+
+    { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 508:
+
+    { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)); ;}
+    break;
+
+  case 509:
+
+    { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (6)].expr), (yyvsp[(5) - (6)].expr)); ;}
+    break;
+
+  case 510:
+
+    { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 511:
+
+    { context_setProtectVars (); ;}
+    break;
+
+  case 512:
+
+    { context_sizeofReleaseVars (); ;}
+    break;
+
+  case 513:
+
+    { (yyval.expr) = exprNode_forPred ((yyvsp[(3) - (10)].expr), (yyvsp[(5) - (10)].expr), (yyvsp[(8) - (10)].expr)); 
+     context_enterForClause ((yyvsp[(5) - (10)].expr)); ;}
+    break;
+
+  case 514:
+
+    { setProcessingIterVars ((yyvsp[(1) - (3)].entry)); ;}
+    break;
+
+  case 515:
+
+    { (yyval.expr) = exprNode_iterStart ((yyvsp[(1) - (6)].entry), (yyvsp[(5) - (6)].exprlist)); ;}
+    break;
+
+  case 516:
+
+    { (yyval.expr) = exprNode_createId ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 520:
+
+    { (yyval.expr) = (yyvsp[(1) - (2)].expr); DPRINTF (("def stmt: %s", exprNode_unparse ((yyval.expr)))); ;}
+    break;
+
+  case 528:
+
+    { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;}
+    break;
+
+  case 529:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 530:
+
+    { exprNode_checkIfPred ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 531:
+
+    { /* don't: context_exitTrueClause ($1, $2); */
+     (yyval.expr) = exprNode_if ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); 
+   ;}
+    break;
+
+  case 532:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 533:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 544:
+
+    { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;}
+    break;
+
+  case 547:
+
+    { (yyval.expr) = exprNode_makeError (); ;}
+    break;
+
+  case 548:
+
+    { (yyval.expr) = exprNode_labelMarker ((yyvsp[(1) - (2)].cname)); ;}
+    break;
+
+  case 549:
+
+    { (yyval.expr) = exprNode_notReached ((yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 550:
+
+    { ; ;}
+    break;
+
+  case 551:
+
+    { ; ;}
+    break;
+
+  case 552:
+
+    { context_enterCaseClause ((yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 553:
+
+    { (yyval.expr) = exprNode_caseMarker ((yyvsp[(2) - (4)].expr), FALSE); ;}
+    break;
+
+  case 554:
+
+    { context_enterCaseClause ((yyvsp[(4) - (4)].expr)); ;}
+    break;
+
+  case 555:
+
+    { (yyval.expr) = exprNode_caseMarker ((yyvsp[(4) - (6)].expr), TRUE); ;}
+    break;
+
+  case 556:
+
+    { context_enterCaseClause (exprNode_undefined); ;}
+    break;
+
+  case 557:
+
+    { (yyval.expr) = exprNode_defaultMarker ((yyvsp[(1) - (3)].tok), FALSE); ;}
+    break;
+
+  case 558:
+
+    { context_enterCaseClause (exprNode_undefined); ;}
+    break;
+
+  case 559:
+
+    { (yyval.expr) = exprNode_defaultMarker ((yyvsp[(3) - (5)].tok), TRUE); ;}
+    break;
+
+  case 560:
+
+    { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;}
+    break;
+
+  case 561:
+
+    { (yyval.expr) = (yyvsp[(2) - (2)].expr); context_exitInner ((yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 562:
+
+    { (yyval.expr) = (yyvsp[(2) - (3)].expr); ;}
+    break;
+
+  case 563:
+
+    { context_enterInnerContext (); ;}
+    break;
+
+  case 564:
+
+    { context_exitInnerPlain (); ;}
+    break;
+
+  case 565:
+
+    { context_enterStructInnerContext (); ;}
+    break;
+
+  case 566:
+
+    { context_exitStructInnerContext (); ;}
+    break;
+
+  case 567:
+
+    { context_exitInnerSafe (); ;}
+    break;
+
+  case 568:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;}
+    break;
+
+  case 569:
+
+    { (yyval.expr) = exprNode_notReached (exprNode_createTok ((yyvsp[(2) - (2)].tok))); ;}
+    break;
+
+  case 570:
+
+    { (yyval.expr) = exprNode_updateLocation ((yyvsp[(1) - (2)].expr), lltok_getLoc ((yyvsp[(2) - (2)].tok))); ;}
+    break;
+
+  case 571:
+
+    { (yyval.expr) = exprNode_notReached (exprNode_updateLocation ((yyvsp[(1) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok)))); ;}
+    break;
+
+  case 572:
+
+    { (yyval.expr) = exprNode_updateLocation ((yyvsp[(1) - (2)].expr), lltok_getLoc ((yyvsp[(2) - (2)].tok))); ;}
+    break;
+
+  case 573:
+
+    { (yyval.expr) = exprNode_notReached (exprNode_updateLocation ((yyvsp[(1) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok)))); ;}
+    break;
+
+  case 574:
+
+    { (yyval.expr) = exprNode_updateLocation (exprNode_concat ((yyvsp[(1) - (3)].expr), (yyvsp[(2) - (3)].expr)), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;}
+    break;
+
+  case 575:
+
+    { (yyval.expr) = exprNode_notReached (exprNode_updateLocation (exprNode_concat ((yyvsp[(1) - (4)].expr), (yyvsp[(2) - (4)].expr)), 
+                                                       lltok_getLoc ((yyvsp[(3) - (4)].tok)))); 
+   ;}
+    break;
+
+  case 576:
+
+    { (yyval.expr) = exprNode_makeBlock ((yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 577:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 578:
+
+    { (yyval.expr) = exprNode_updateLocation ((yyvsp[(2) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;}
+    break;
+
+  case 579:
+
+    { (yyval.expr) = exprNode_updateLocation ((yyvsp[(2) - (3)].expr), lltok_getLoc ((yyvsp[(3) - (3)].tok))); ;}
+    break;
+
+  case 580:
+
+    { (yyval.expr) = exprNode_updateLocation (exprNode_concat ((yyvsp[(2) - (4)].expr), (yyvsp[(3) - (4)].expr)), lltok_getLoc ((yyvsp[(4) - (4)].tok))); ;}
+    break;
+
+  case 582:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 583:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 584:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 585:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 586:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;}
+    break;
+
+  case 587:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 588:
+
+    { (yyval.expr) = (yyvsp[(2) - (4)].expr); ;}
+    break;
+
+  case 589:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 590:
+
+    { (yyval.expr) = exprNode_concat ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 591:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;}
+    break;
+
+  case 592:
+
+    { (yyval.expr) = exprNode_statement ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 593:
+
+    { (yyval.expr) = exprNode_createTok ((yyvsp[(1) - (1)].tok)); ;}
+    break;
+
+  case 594:
+
+    { (yyval.expr) = exprNode_statement ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 595:
+
+    { (yyval.expr) = exprNode_checkExpr ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 596:
+
+    { 
+     exprNode_produceGuards ((yyvsp[(3) - (4)].expr)); context_enterTrueClause ((yyvsp[(3) - (4)].expr)); 
+     exprNode_checkIfPred ((yyvsp[(3) - (4)].expr));
+     (yyval.expr) = (yyvsp[(3) - (4)].expr);
+   ;}
+    break;
+
+  case 597:
+
+    { 
+     context_exitTrueClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr));
+     (yyval.expr) = exprNode_if ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); 
+   ;}
+    break;
+
+  case 598:
+
+    { context_enterFalseClause ((yyvsp[(1) - (3)].expr)); ;}
+    break;
+
+  case 599:
+
+    {
+     context_exitClause ((yyvsp[(1) - (5)].expr), (yyvsp[(2) - (5)].expr), (yyvsp[(5) - (5)].expr));
+     (yyval.expr) = exprNode_ifelse ((yyvsp[(1) - (5)].expr), (yyvsp[(2) - (5)].expr), (yyvsp[(5) - (5)].expr)); 
+   ;}
+    break;
+
+  case 600:
+
+    { context_enterSwitch ((yyvsp[(3) - (3)].expr)); ;}
+    break;
+
+  case 601:
+
+    { (yyval.expr) = exprNode_switch ((yyvsp[(3) - (6)].expr), (yyvsp[(6) - (6)].expr)); ;}
+    break;
+
+  case 602:
+
+    { (yyval.expr) = exprNode_whilePred ((yyvsp[(3) - (4)].expr)); context_enterWhileClause ((yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 603:
+
+    { (yyval.expr) = exprNode_whilePred((yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 604:
+
+    { context_enterIterClause (); ;}
+    break;
+
+  case 605:
+
+    { setProcessingIterVars ((yyvsp[(1) - (4)].entry)); ;}
+    break;
+
+  case 606:
+
+    { 
+     (yyval.expr) = exprNode_iter ((yyvsp[(1) - (10)].entry), (yyvsp[(6) - (10)].exprlist), (yyvsp[(8) - (10)].expr), (yyvsp[(9) - (10)].entry)); 
+
+   ;}
+    break;
+
+  case 607:
+
+    { (yyval.exprlist) = exprNodeList_singleton ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 608:
+
+    { nextIterParam (); ;}
+    break;
+
+  case 609:
+
+    { (yyval.exprlist) = exprNodeList_push ((yyvsp[(1) - (4)].exprlist), (yyvsp[(4) - (4)].expr)); ;}
+    break;
+
+  case 610:
+
+    { (yyval.expr) = exprNode_iterExpr ((yyvsp[(1) - (1)].expr)); ;}
+    break;
+
+  case 611:
+
+    { (yyval.expr) = exprNode_iterId ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 612:
+
+    { uentry ue = cscannerHelp_coerceIterId ((yyvsp[(1) - (1)].cname));
+
+                     if (uentry_isValid (ue)) 
+                       {
+                         (yyval.expr) = exprNode_iterId (ue);
+                       }
+                     else
+                       {
+                         (yyval.expr) = exprNode_iterNewId (cstring_copy (cscannerHelp_observeLastIdentifier ()));
+                       }
+                   ;}
+    break;
+
+  case 613:
+
+    { (yyval.expr) = exprNode_iterNewId ((yyvsp[(1) - (1)].cname)); ;}
+    break;
+
+  case 615:
+
+    { (yyval.expr) = exprNode_combineLiterals ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 617:
+
+    { (yyval.expr) = exprNode_addParens ((yyvsp[(1) - (3)].tok), (yyvsp[(2) - (3)].expr)); ;}
+    break;
+
+  case 619:
+
+    { (yyval.expr) = exprNode_arrayFetch ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 620:
+
+    { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (3)].expr), exprNodeList_new ()); ;}
+    break;
+
+  case 621:
+
+    { (yyval.expr) = exprNode_functionCall ((yyvsp[(1) - (4)].expr), (yyvsp[(3) - (4)].exprlist)); ;}
+    break;
+
+  case 622:
+
+    { (yyval.expr) = exprNode_vaArg ((yyvsp[(1) - (6)].tok), (yyvsp[(3) - (6)].expr), (yyvsp[(5) - (6)].qtyp)); ;}
+    break;
+
+  case 623:
+
+    { (yyval.expr) = exprNode_fieldAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;}
+    break;
+
+  case 624:
+
+    { (yyval.expr) = exprNode_arrowAccess ((yyvsp[(1) - (5)].expr), (yyvsp[(3) - (5)].tok), (yyvsp[(4) - (5)].cname)); ;}
+    break;
+
+  case 625:
+
+    { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 626:
+
+    { (yyval.expr) = exprNode_postOp ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].tok)); ;}
+    break;
+
+  case 628:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 629:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 630:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 631:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 632:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 633:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 634:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 635:
+
+    { (yyval.expr) = exprNode_preOp ((yyvsp[(2) - (2)].expr), (yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 636:
+
+    { (yyval.expr) = (yyvsp[(1) - (1)].expr); ;}
+    break;
+
+  case 638:
+
+    { (yyval.expr) = exprNode_cast ((yyvsp[(1) - (4)].tok), (yyvsp[(4) - (4)].expr), (yyvsp[(2) - (4)].qtyp)); ;}
+    break;
+
+  case 640:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 641:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 642:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 644:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 645:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 647:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 648:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 650:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 651:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 652:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 653:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 655:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 656:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 658:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 660:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 662:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 664:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 666:
+
+    { (yyval.expr) = exprNode_op ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 668:
+
+    { context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;}
+    break;
+
+  case 669:
+
+    { context_enterFalseClause ((yyvsp[(1) - (4)].expr)); ;}
+    break;
+
+  case 670:
+
+    { (yyval.expr) = exprNode_condIfOmit ((yyvsp[(1) - (6)].expr), (yyvsp[(6) - (6)].expr)); ;}
+    break;
+
+  case 671:
+
+    { context_enterTrueClause ((yyvsp[(1) - (2)].expr)); ;}
+    break;
+
+  case 672:
+
+    { context_enterFalseClause ((yyvsp[(1) - (5)].expr)); ;}
+    break;
+
+  case 673:
+
+    { (yyval.expr) = exprNode_cond ((yyvsp[(1) - (7)].expr), (yyvsp[(4) - (7)].expr), (yyvsp[(7) - (7)].expr)); ;}
+    break;
+
+  case 675:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 676:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 677:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 678:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 679:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 680:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 681:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 682:
+
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
+
+  case 683:
 
-  switch (yyn) {
-
-case 3:
-{ context_checkGlobalScope (); ;
-    break;}
-case 4:
-{ context_checkGlobalScope (); ;
-    break;}
-case 5:
-{ uentry_clearDecl (); ;
-    break;}
-case 6:
-{ uentry_clearDecl (); ;
-    break;}
-case 7:
-{ uentry_clearDecl (); ;
-    break;}
-case 8:
-{ uentry_clearDecl (); ;
-    break;}
-case 9:
-{ uentry_clearDecl (); ;
-    break;}
-case 10:
-{ uentry_checkDecl (); exprNode_free (yyvsp[0].expr); ;
-    break;}
-case 11:
-{ uentry_clearDecl (); lltok_free (yyvsp[0].tok); /* evans 2002-02-08: okay to have a null statement */ ;
-    break;}
-case 12:
-{ uentry_clearDecl (); ;
-    break;}
-case 13:
-{ checkConstant (yyvsp[-6].qtyp, yyvsp[-4].ntyp); lltok_free2 (yyvsp[-7].tok, yyvsp[0].tok); ;
-    break;}
-case 14:
-{ checkValueConstant (yyvsp[-9].qtyp, yyvsp[-7].ntyp, yyvsp[-3].expr); lltok_free3 (yyvsp[-10].tok, yyvsp[-5].tok, yyvsp[0].tok); ;
-    break;}
-case 15:
-{ context_enterFunctionHeader (); ;
-    break;}
-case 16:
-{ 
-     declareStaticFunction (yyvsp[-2].ntyp); context_quietExitFunction (); 
-     context_exitFunctionHeader (); 
-     lltok_free2 (yyvsp[-4].tok, yyvsp[0].tok); /*!*/
-   ;
-    break;}
-case 17:
-{ 
-     qtype qint = qtype_create (ctype_int);
-     yyval.ntyp = idDecl_fixBase (yyvsp[0].ntyp, qint);
-     qtype_free (qint);
-   ;
-    break;}
-case 18:
-{ yyval.ntyp = idDecl_fixBase (yyvsp[0].ntyp, yyvsp[-2].qtyp); ;
-    break;}
-case 20:
-{ yyval.ntyp = yyvsp[0].ntyp; qtype_adjustPointers (yyvsp[-1].pointers, idDecl_getTyp (yyval.ntyp)); ;
-    break;}
-case 21:
-{ yyval.ntyp = idDecl_create (yyvsp[0].cname, qtype_unknown ()); ;
-    break;}
-case 22:
-{ yyval.ntyp = idDecl_expectFunction (yyvsp[-2].ntyp); lltok_free2 (yyvsp[-4].tok, yyvsp[0].tok); ;
-    break;}
-case 23:
-{ yyval.ntyp = idDecl_replaceCtype (yyvsp[-2].ntyp, ctype_makeInnerArray (idDecl_getCtype (yyvsp[-2].ntyp))); lltok_free2 (yyvsp[-1].tok, yyvsp[0].tok); ;
-    break;}
-case 24:
-{
-     exprNode_findValue (yyvsp[-2].expr);
-     idDecl_notExpectingFunction (yyvsp[-5].ntyp);
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
 
-     if (exprNode_hasValue (yyvsp[-2].expr)) 
-       {
-        yyval.ntyp = idDecl_replaceCtype (yyvsp[-5].ntyp, ctype_makeInnerFixedArray (idDecl_getCtype (yyvsp[-5].ntyp), 
-                                                                 exprNode_getLongValue (yyvsp[-2].expr)));
-       } 
-     else
-       {
-        yyval.ntyp = idDecl_replaceCtype (yyvsp[-5].ntyp, ctype_makeInnerArray (idDecl_getCtype (yyvsp[-5].ntyp))); 
-       }
+  case 684:
 
-     lltok_free2 (yyvsp[-4].tok, yyvsp[-1].tok);
-   ;
-    break;}
-case 25:
-{ setCurrentParams (uentryList_missingParams); ;
-    break;}
-case 26:
-{ /* need to support globals and modifies here! */
-     functionClauseList fcl;
-     ctype ct = ctype_makeFunction (idDecl_getCtype (yyvsp[-5].ntyp), 
-                                   uentryList_makeMissingParams ());
-     
-     yyval.ntyp = idDecl_replaceCtype (yyvsp[-5].ntyp, ct);
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
 
-     /*drl 7/25/01 added*/
-     setImplicitfcnConstraints();
+  case 685:
 
-     DPRINTF((message("namedDeclBase PushType TLPAREN TRPAREN...:\n adding implict constraints to functionClause List: %s",
-                     functionClauseList_unparse(yyvsp[0].funcclauselist)
-                     )
-             ));
-     
-     fcl = functionClauseList_setImplicitConstraints(yyvsp[0].funcclauselist);
+    { (yyval.expr) = exprNode_assign ((yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr), (yyvsp[(2) - (3)].tok)); ;}
+    break;
 
-     idDecl_addClauses (yyval.ntyp, fcl);
+  case 686:
 
-     DPRINTF((message("1 added fuctionClause List: %s to the Id",
-                     functionClauseList_unparse(fcl)
-                     )
-             ));
+    { (yyval.entry) = (yyvsp[(1) - (1)].entry); ;}
+    break;
 
-     
-     context_popLoc ();
-     lltok_free2 (yyvsp[-3].tok, yyvsp[-2].tok);
-   ;
-    break;}
-case 27:
-{ setCurrentParams (yyvsp[-1].entrylist); ;
-    break;}
-case 28:
-{
-     functionClauseList fcl;
-     setImplicitfcnConstraints ();
-     clearCurrentParams ();
-     yyval.ntyp = idDecl_replaceCtype (yyvsp[-6].ntyp, ctype_makeFunction (idDecl_getCtype (yyvsp[-6].ntyp), yyvsp[-3].entrylist));
+  case 687:
 
-     DPRINTF((message("namedDeclBase PushType TLPAREN genericParamList TRPAREN...:\n adding implict constraints to functionClause List: %s",
-                     functionClauseList_unparse(yyvsp[0].funcclauselist)
-                     )
-             )) ;
-     
-     fcl = functionClauseList_setImplicitConstraints(yyvsp[0].funcclauselist);
+    { (yyval.entry) = uentry_undefined; ;}
+    break;
 
-     idDecl_addClauses (yyval.ntyp, fcl);
+  case 688:
 
-     DPRINTF((message("added fuctionClause List: %s to the Id",
-                     functionClauseList_unparse(fcl)
-                     )
-             ));
+    { context_enterDoWhileClause (); (yyval.tok) = (yyvsp[(1) - (1)].tok); ;}
+    break;
 
-     
-     context_popLoc (); 
-     lltok_free2 (yyvsp[-4].tok, yyvsp[-2].tok);
-   ;
-    break;}
-case 29:
-{ yyval.ntyp = idDecl_create (yyvsp[0].cname, qtype_unknown ()); ;
-    break;}
-case 30:
-{ yyval.ntyp = idDecl_expectFunction (yyvsp[-2].ntyp); lltok_free2 (yyvsp[-4].tok, yyvsp[0].tok); ;
-    break;}
-case 31:
-{ yyval.ntyp = idDecl_replaceCtype (yyvsp[-2].ntyp, ctype_makeInnerArray (idDecl_getCtype (yyvsp[-2].ntyp))); 
-     lltok_free2 (yyvsp[-1].tok, yyvsp[0].tok); 
-   ;
-    break;}
-case 32:
-{ 
-     int value;
+  case 689:
 
-     if (exprNode_hasValue (yyvsp[-2].expr) 
-        && multiVal_isInt (exprNode_getValue (yyvsp[-2].expr)))
-       {
-        value = (int) multiVal_forceInt (exprNode_getValue (yyvsp[-2].expr));
-       }
-     else
-       {
-        value = 0;
-       }
+    { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitWhileClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
 
-     yyval.ntyp = idDecl_replaceCtype (yyvsp[-5].ntyp, ctype_makeInnerFixedArray (idDecl_getCtype (yyvsp[-5].ntyp), value));
-     lltok_free2 (yyvsp[-4].tok, yyvsp[-1].tok);
-   ;
-    break;}
-case 33:
-{ setCurrentParams (uentryList_missingParams); ;
-    break;}
-case 34:
-{
-     ctype ct = ctype_makeFunction (idDecl_getCtype (yyvsp[-5].ntyp), 
-                                   uentryList_makeMissingParams ());
-     
-     yyval.ntyp = idDecl_replaceCtype (yyvsp[-5].ntyp, ct);
-     idDecl_addClauses (yyval.ntyp, yyvsp[0].funcclauselist);
-     context_popLoc (); 
-     lltok_free2 (yyvsp[-3].tok, yyvsp[-2].tok);
-   ;
-    break;}
-case 35:
-{ setCurrentParams (yyvsp[-1].entrylist); ;
-    break;}
-case 36:
-{ 
-     clearCurrentParams ();
-     yyval.ntyp = idDecl_replaceCtype (yyvsp[-6].ntyp, ctype_makeFunction (idDecl_getCtype (yyvsp[-6].ntyp), yyvsp[-3].entrylist));
-     idDecl_addClauses (yyval.ntyp, yyvsp[0].funcclauselist);
-     context_popLoc (); 
-     lltok_free (yyvsp[-4].tok);
-     /*!! lltok_free2 ($3, $5); */
-   ;
-    break;}
-case 37:
-{ setCurrentParams (yyvsp[-1].entrylist); ;
-    break;}
-case 38:
-{ clearCurrentParams (); ;
-    break;}
-case 39:
-{ declareCIter (yyvsp[-8].cname, yyvsp[-6].entrylist); 
-     lltok_free3 (yyvsp[-9].tok, yyvsp[-7].tok, yyvsp[-5].tok); 
-   ;
-    break;}
-case 40:
-{ exprNode_checkMacroBody (yyvsp[-1].expr); lltok_free2 (yyvsp[-2].tok, yyvsp[0].tok); ;
-    break;}
-case 41:
-{ exprNode_checkIterBody (yyvsp[-1].expr); lltok_free2 (yyvsp[-2].tok, yyvsp[0].tok); ;
-    break;}
-case 42:
-{ exprNode_checkIterEnd (yyvsp[-1].expr); lltok_free2 (yyvsp[-2].tok, yyvsp[0].tok);;
-    break;}
-case 43:
-{ exprChecks_checkEmptyMacroBody (); lltok_free2 (yyvsp[-1].tok, yyvsp[0].tok); ;
-    break;}
-case 44:
-{ clabstract_declareFunction (yyvsp[0].ntyp); ;
-    break;}
-case 45:
-{ yyval.msconstraint = metaStateConstraint_create (yyvsp[-2].msspec, yyvsp[0].msexpr); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 46:
-{ cscannerHelp_expectingMetaStateName (); ;
-    break;}
-case 47:
-{ cscannerHelp_clearExpectingMetaStateName ();
-      yyval.msspec = metaStateSpecifier_create (yyvsp[-3].sr, yyvsp[0].msinfo); 
-      lltok_free (yyvsp[-1].tok); 
-    ;
-    break;}
-case 48:
-{ cscannerHelp_expectingMetaStateName (); ;
-    break;}
-case 49:
-{ cscannerHelp_clearExpectingMetaStateName ();
-      yyval.msspec = metaStateSpecifier_createElipsis (yyvsp[0].msinfo); 
-      lltok_free2 (yyvsp[-3].tok, yyvsp[-1].tok);
-    ;
-    break;}
-case 50:
-{ yyval.msexpr = metaStateExpression_create (yyvsp[0].msspec); ;
-    break;}
-case 51:
-{ yyval.msexpr = metaStateExpression_createMerge (yyvsp[-2].msspec, yyvsp[0].msexpr); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 55:
-{ yyval.conL = constraintList_add (yyvsp[0].conL, yyvsp[-2].con); ;
-    break;}
-case 56:
-{ yyval.conL = constraintList_single (yyvsp[0].con); ;
-    break;}
-case 57:
-{
- yyval.con = makeConstraintParse3 (yyvsp[-2].conE, yyvsp[-1].tok, yyvsp[0].conE);
- DPRINTF(("Done BufConstraint1\n")); ;
-    break;}
-case 64:
-{yyval.conE = constraintExpr_parseMakeUnaryOp (yyvsp[-3].tok, yyvsp[-1].conE);  DPRINTF( ("Got BufConstraintExpr UNary Op ") ); ;
-    break;}
-case 65:
-{
-   DPRINTF( ("Got BufConstraintExpr BINary Op ") );
-   yyval.conE = constraintExpr_parseMakeBinaryOp (yyvsp[-3].conE, yyvsp[-2].tok, yyvsp[-1].conE); ;
-    break;}
-case 66:
-{ yyval.conE =  constraintExpr_makeTermsRef (yyvsp[0].sr);;
-    break;}
-case 67:
-{ yyval.conE = constraintExpr_makeIntLiteral (exprNode_getLongValue (yyvsp[0].expr)); ;
-    break;}
-case 68:
-{ /*@-onlytrans@*/ yyval.sr = checkbufferConstraintClausesId (yyvsp[0].entry); /*@=onlytrans@*/ /*@i523@*/ ;
-    break;}
-case 69:
-{ yyval.sr = fixStateClausesId (yyvsp[0].cname); ;
-    break;}
-case 70:
-{ yyval.sr = sRef_makeAnyArrayFetch (yyvsp[-2].sr); ;
-    break;}
-case 71:
-{
-    /*
-    char *t; int c; 
-    t =  cstring_toCharsSafe (exprNode_unparse($3)); 
-    c = atoi( t );
-    */
-    yyval.sr = sRef_makeArrayFetchKnown (yyvsp[-3].sr, exprNode_getLongValue (yyvsp[-1].expr));
-  ;
-    break;}
-case 72:
-{ yyval.sr = sRef_constructPointer (yyvsp[0].sr); ;
-    break;}
-case 73:
-{ yyval.sr = yyvsp[-1].sr; ;
-    break;}
-case 74:
-{ cstring_markOwned (yyvsp[0].cname); yyval.sr = sRef_buildField (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 75:
-{ cstring_markOwned (yyvsp[0].cname); yyval.sr = sRef_makeArrow (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 79:
-{ yyval.funcclauselist = functionClauseList_new (); ;
-    break;}
-case 80:
-{ yyval.funcclauselist = functionClauseList_prepend (yyvsp[0].funcclauselist, yyvsp[-1].funcclause); ;
-    break;}
-case 81:
-{ yyval.funcclauselist = functionClauseList_new (); ;
-    break;}
-case 82:
-{ yyval.funcclauselist = functionClauseList_prepend (yyvsp[0].funcclauselist, yyvsp[-1].funcclause); ;
-    break;}
-case 83:
-{ yyval.funcclause = functionClause_createGlobals (yyvsp[0].globsclause); ;
-    break;}
-case 84:
-{ yyval.funcclause = functionClause_createModifies (yyvsp[0].modsclause); ;
-    break;}
-case 85:
-{ yyval.funcclause = functionClause_createModifies (yyvsp[0].modsclause); ;
-    break;}
-case 86:
-{ yyval.funcclause = functionClause_createState (yyvsp[0].stateclause); ;
-    break;}
-case 87:
-{ yyval.funcclause = yyvsp[0].funcclause; ;
-    break;}
-case 88:
-{ yyval.funcclause = functionClause_createWarn (yyvsp[0].warnclause); ;
-    break;}
-case 89:
-{ yyval.funcclause = functionClause_createGlobals (yyvsp[0].globsclause); ;
-    break;}
-case 90:
-{ yyval.funcclause = functionClause_createModifies (yyvsp[0].modsclause); ;
-    break;}
-case 91:
-{ yyval.funcclause = functionClause_createModifies (yyvsp[0].modsclause); ;
-    break;}
-case 92:
-{ yyval.funcclause = functionClause_createState (yyvsp[0].stateclause); ;
-    break;}
-case 93:
-{ yyval.funcclause = yyvsp[0].funcclause; ;
-    break;}
-case 94:
-{ yyval.funcclause = functionClause_createWarn (yyvsp[0].warnclause); ;
-    break;}
-case 95:
-{ yyval.globsclause = yyvsp[-1].globsclause; ;
-    break;}
-case 96:
-{ setProcessingGlobalsList (); ;
-    break;}
-case 97:
-{ 
-     unsetProcessingGlobals (); 
-     yyval.globsclause = globalsClause_create (yyvsp[-3].tok, yyvsp[-1].globset); 
-   ;
-    break;}
-case 98:
-{ yyval.modsclause = modifiesClause_createNoMods (yyvsp[0].tok); ;
-    break;}
-case 99:
-{ yyval.modsclause = yyvsp[-1].modsclause; ;
-    break;}
-case 100:
-{
-     context_setProtectVars (); enterParamsTemp (); 
-     sRef_setGlobalScopeSafe (); 
-   ;
-    break;}
-case 101:
-{ 
-     exitParamsTemp ();
-     sRef_clearGlobalScopeSafe (); 
-     context_releaseVars ();
-     yyval.modsclause = modifiesClause_create (yyvsp[-2].tok, yyvsp[0].srset);
-   ;
-    break;}
-case 102:
-{ yyval.flagspec = flagSpec_createPlain (yyvsp[0].cname); ;
-    break;}
-case 103:
-{ yyval.flagspec = flagSpec_createOr (yyvsp[-2].cname, yyvsp[0].flagspec); ;
-    break;}
-case 106:
-{ yyval.warnclause = warnClause_undefined; ;
-    break;}
-case 107:
-{ yyval.warnclause = yyvsp[-1].warnclause; ;
-    break;}
-case 108:
-{      
-     llassert (exprNode_knownStringValue (yyvsp[0].expr));
-     yyval.warnclause = warnClause_create (yyvsp[-2].tok, yyvsp[-1].flagspec, cstring_copy (multiVal_forceString (exprNode_getValue (yyvsp[0].expr)))); 
-     exprNode_free (yyvsp[0].expr);
-   ;
-    break;}
-case 109:
-{ yyval.warnclause = warnClause_create (yyvsp[-1].tok, yyvsp[0].flagspec, cstring_undefined); ;
-    break;}
-case 110:
-{ yyval.globset = globSet_single (yyvsp[0].sr); ;
-    break;}
-case 111:
-{ yyval.globset = globSet_insert (yyvsp[-2].globset, yyvsp[0].sr); ;
-    break;}
-case 112:
-{ yyval.sr = clabstract_createGlobal (yyvsp[0].sr, yyvsp[-1].tquallist); ;
-    break;}
-case 113:
-{ yyval.tquallist = qualList_undefined; ;
-    break;}
-case 114:
-{ yyval.tquallist = qualList_add (yyvsp[0].tquallist, yyvsp[-1].typequal); ;
-    break;}
-case 115:
-{ yyval.sr = uentry_getSref (yyvsp[0].entry); ;
-    break;}
-case 116:
-{ yyval.sr = clabstract_unrecognizedGlobal (yyvsp[0].cname); ;
-    break;}
-case 117:
-{ yyval.sr = clabstract_checkGlobal (yyvsp[0].expr); ;
-    break;}
-case 118:
-{ yyval.typequal = qual_createUndef (); ;
-    break;}
-case 119:
-{ yyval.typequal = qual_createKilled (); ;
-    break;}
-case 120:
-{ yyval.typequal = qual_createOut (); ;
-    break;}
-case 121:
-{ yyval.typequal = qual_createIn (); ;
-    break;}
-case 122:
-{ yyval.typequal = qual_createPartial (); ;
-    break;}
-case 130:
-{ 
-     /**!!! deal with fred; fred (int); declarations! **/
-     qtype qint = qtype_create (ctype_int); 
-     yyval.ntyp = idDecl_fixBase (yyvsp[0].ntyp, qint);
-     qtype_free (qint);
-   ;
-    break;}
-case 131:
-{ yyval.ntyp = idDecl_fixBase (yyvsp[0].ntyp, yyvsp[-2].qtyp); ;
-    break;}
-case 132:
-{ checkDoneParams (); context_enterInnerContext (); ;
-    break;}
-case 133:
-{  
-     exprNode_checkFunctionBody (yyvsp[0].expr); yyval.expr = yyvsp[0].expr; 
-     context_exitInner (yyvsp[0].expr); 
-   ;
-    break;}
-case 134:
-{ context_enterOldStyleScope (); ;
-    break;}
-case 135:
-{ oldStyleDoneParams (); context_enterInnerContext (); ;
-    break;}
-case 136:
-{
-     exprNode_checkFunctionBody (yyvsp[0].expr); 
-     yyval.expr = yyvsp[0].expr; /* oldstyle */ 
-     context_exitInner (yyvsp[0].expr);
-   ;
-    break;}
-case 137:
-{ 
-     context_setFunctionDefined (exprNode_loc (yyvsp[0].expr)); 
-     exprNode_checkFunction (context_getHeader (),  yyvsp[0].expr); 
-     /* DRL 8 8 2000 */
-     
-     context_exitFunction ();
-   ;
-    break;}
-case 138:
-{ yyval.srset = yyvsp[-1].srset; ;
-    break;}
-case 139:
-{ yyval.srset = sRefSet_new (); ;
-    break;}
-case 140:
-{ yyval.sr = uentry_getSref (yyvsp[0].entry); checkModifiesId (yyvsp[0].entry); ;
-    break;}
-case 141:
-{ yyval.sr = fixModifiesId (yyvsp[0].cname); ;
-    break;}
-case 142:
-{ yyval.sr = fixModifiesId (yyvsp[0].cname); ;
-    break;}
-case 143:
-{ yyval.sr = modListArrayFetch (yyvsp[-2].sr, sRef_undefined); ;
-    break;}
-case 144:
-{ yyval.sr = modListArrayFetch (yyvsp[-3].sr, yyvsp[-1].sr); ;
-    break;}
-case 145:
-{ yyval.sr = modListPointer (yyvsp[0].sr); ;
-    break;}
-case 146:
-{ yyval.sr = yyvsp[-1].sr; ;
-    break;}
-case 147:
-{ yyval.sr = modListFieldAccess (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 148:
-{ yyval.sr = modListArrowAccess (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 149:
-{ yyval.sr = yyvsp[0].sr; ;
-    break;}
-case 150:
-{ yyval.sr = sRef_makeUnknown (); /* sRef_makeConstant ($1); ? */ ;
-    break;}
-case 151:
-{ yyval.srset = sRefSet_single (yyvsp[0].sr); ;
-    break;}
-case 152:
-{ yyval.srset = sRefSet_insert (yyvsp[-2].srset, yyvsp[0].sr); ;
-    break;}
-case 153:
-{ yyval.sr = checkStateClausesId (yyvsp[0].entry); ;
-    break;}
-case 154:
-{ yyval.sr = fixStateClausesId (yyvsp[0].cname); ;
-    break;}
-case 155:
-{ yyval.sr = sRef_makeAnyArrayFetch (yyvsp[-2].sr); ;
-    break;}
-case 156:
-{ yyval.sr = sRef_makeAnyArrayFetch (yyvsp[-3].sr); ;
-    break;}
-case 157:
-{ yyval.sr = sRef_constructPointer (yyvsp[0].sr); ;
-    break;}
-case 158:
-{ yyval.sr = yyvsp[-1].sr; ;
-    break;}
-case 159:
-{ cstring_markOwned (yyvsp[0].cname);
-                                           yyval.sr = sRef_buildField (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 160:
-{ cstring_markOwned (yyvsp[0].cname);
-                                            yyval.sr = sRef_makeArrow (yyvsp[-2].sr, yyvsp[0].cname); ;
-    break;}
-case 161:
-{ DPRINTF ((message("Empty optSpecClauseList") )); yyval.srset = sRefSet_undefined ;
-    break;}
-case 163:
-{ if (sRef_isValid (yyvsp[0].sr)) { yyval.srset = sRefSet_single (yyvsp[0].sr); } 
-      else {
-       DPRINTF((message("returning sRefSEt_undefined ")  ));
-       yyval.srset = sRefSet_undefined; } 
-    ;
-    break;}
-case 164:
-{ if (sRef_isValid (yyvsp[0].sr))
-       {
-         yyval.srset = sRefSet_insert (yyvsp[-2].srset, yyvsp[0].sr); 
-       }
-      else
-       {
-         yyval.srset = yyvsp[-2].srset;
-       }
-    ;
-    break;}
-case 165:
-{ yyval.expr = exprNode_fromIdentifier (yyvsp[0].entry); ;
-    break;}
-case 166:
-{ yyval.expr = exprNode_fromUIO (yyvsp[0].cname); ;
-    break;}
-case 168:
-{ yyval.expr = exprNode_addParens (yyvsp[-2].tok, yyvsp[-1].expr); ;
-    break;}
-case 169:
-{ yyval.expr = exprNode_fromIdentifier (cscannerHelp_coerceId (yyvsp[0].cname)); ;
-    break;}
-case 170:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 171:
-{ exprChecks_inCompoundStatementExpression (); ;
-    break;}
-case 172:
-{ exprChecks_leaveCompoundStatementExpression (); yyval.expr = exprNode_compoundStatementExpression (yyvsp[-3].tok, yyvsp[-1].expr); ;
-    break;}
-case 174:
-{ yyval.expr = exprNode_arrayFetch (yyvsp[-3].expr, yyvsp[-1].expr); ;
-    break;}
-case 175:
-{ yyval.expr = exprNode_functionCall (yyvsp[-2].expr, exprNodeList_new ()); ;
-    break;}
-case 176:
-{ yyval.expr = exprNode_functionCall (yyvsp[-3].expr, yyvsp[-1].exprlist); ;
-    break;}
-case 177:
-{ yyval.expr = exprNode_vaArg (yyvsp[-5].tok, yyvsp[-3].expr, yyvsp[-1].qtyp); ;
-    break;}
-case 178:
-{ yyval.expr = exprNode_fieldAccess (yyvsp[-4].expr, yyvsp[-2].tok, yyvsp[-1].cname); ;
-    break;}
-case 179:
-{ yyval.expr = exprNode_arrowAccess (yyvsp[-4].expr, yyvsp[-2].tok, yyvsp[-1].cname); ;
-    break;}
-case 180:
-{ yyval.expr = exprNode_postOp (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 181:
-{ yyval.expr = exprNode_postOp (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 182:
-{ /* added for C99 */ yyval.expr = exprNode_undefined; /*@i87 no checking */ ;
-    break;}
-case 183:
-{ yyval.exprlist = exprNodeList_singleton (yyvsp[0].expr); ;
-    break;}
-case 184:
-{ yyval.exprlist = exprNodeList_push (yyvsp[-2].exprlist, yyvsp[0].expr); ;
-    break;}
-case 186:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 187:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 188:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 189:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 190:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 191:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 192:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 193:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 194:
-{ yyval.expr = yyvsp[-1].expr; ;
-    break;}
-case 195:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 196:
-{ yyval.cstringlist = cstringList_add (yyvsp[-2].cstringlist, yyvsp[0].cname); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 197:
-{ yyval.cstringlist = yyvsp[-3].cstringlist; lltok_free2 (yyvsp[-2].tok, yyvsp[0].tok); ;
-    break;}
-case 198:
-{ yyval.cstringlist = cstringList_single (yyvsp[0].cname); ;
-    break;}
-case 199:
-{ yyval.expr = exprNode_offsetof (yyvsp[-5].qtyp, yyvsp[-2].cstringlist); 
-     lltok_free3 (yyvsp[-8].tok, yyvsp[-6].tok, yyvsp[-3].tok); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 200:
-{ context_setProtectVars (); ;
-    break;}
-case 201:
-{ context_sizeofReleaseVars (); yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 202:
-{context_enterSizeof();
-    break;}
-case 203:
-{context_leaveSizeof();
-    break;}
-case 204:
-{ yyval.expr = exprNode_sizeofType (yyvsp[-1].qtyp); lltok_free3 (yyvsp[-3].tok, yyvsp[-2].tok, yyvsp[0].tok);  ;
-    break;}
-case 205:
-{ yyval.expr = exprNode_sizeofExpr (yyvsp[0].expr); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 206:
-{ yyval.expr = exprNode_alignofType (yyvsp[-1].qtyp); lltok_free3 (yyvsp[-3].tok, yyvsp[-2].tok, yyvsp[0].tok); ;
-    break;}
-case 207:
-{ yyval.expr = exprNode_alignofExpr (yyvsp[0].expr); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 209:
-{ yyval.expr = exprNode_cast (yyvsp[-3].tok, yyvsp[0].expr, yyvsp[-2].qtyp); lltok_free (yyvsp[-1].tok); ;
-    break;}
-case 211:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 212:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 213:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 215:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 216:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 218:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 219:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 221:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 222:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 223:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 224:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 226:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 227:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 229:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 231:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 233:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 235:
-{ exprNode_produceGuards (yyvsp[-1].expr); 
-     context_enterAndClause (yyvsp[-1].expr); 
-   ;
-    break;}
-case 236:
-{ 
-     yyval.expr = exprNode_op (yyvsp[-3].expr, yyvsp[0].expr, yyvsp[-2].tok); 
-     context_exitAndClause (yyval.expr, yyvsp[0].expr);
-   ;
-    break;}
-case 238:
-{ 
-     exprNode_produceGuards (yyvsp[-1].expr);
-     context_enterOrClause (yyvsp[-1].expr); 
-   ;
-    break;}
-case 239:
-{ 
-     yyval.expr = exprNode_op (yyvsp[-3].expr, yyvsp[0].expr, yyvsp[-2].tok); 
-     context_exitOrClause (yyval.expr, yyvsp[0].expr);
-   ;
-    break;}
-case 241:
-{ /* GCC extension: conditional with empty if */
-     exprNode_produceGuards (yyvsp[-1].expr); context_enterTrueClause (yyvsp[-1].expr); ;
-    break;}
-case 242:
-{ context_enterFalseClause (yyvsp[-3].expr); ;
-    break;}
-case 243:
-{ yyval.expr = exprNode_condIfOmit (yyvsp[-5].expr, yyvsp[0].expr); context_exitClause (yyvsp[-5].expr, exprNode_undefined, yyvsp[0].expr); ;
-    break;}
-case 244:
-{ exprNode_produceGuards (yyvsp[-1].expr); context_enterTrueClause (yyvsp[-1].expr); ;
-    break;}
-case 245:
-{ context_enterFalseClause (yyvsp[-4].expr); ;
-    break;}
-case 246:
-{ yyval.expr = exprNode_cond (yyvsp[-6].expr, yyvsp[-3].expr, yyvsp[0].expr); context_exitClause (yyvsp[-6].expr, yyvsp[-3].expr, yyvsp[0].expr); ;
-    break;}
-case 248:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 249:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 250:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 251:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 252:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 253:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 254:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 255:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 256:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 257:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 258:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 260:
-{ yyval.expr = exprNode_comma (yyvsp[-2].expr, yyvsp[0].expr); ;
-    break;}
-case 261:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 264:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 265:
-{ doVaDcl (); yyval.expr = exprNode_makeError (); ;
-    break;}
-case 266:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 267:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 268:
-{
-     setProcessingVars (yyvsp[-3].qtyp); 
-     processNamedDecl (yyvsp[-1].ntyp); 
-   ;
-    break;}
-case 269:
-{ 
-     unsetProcessingVars (); 
-     yyval.expr = exprNode_makeEmptyInitialization (yyvsp[-6].ntyp); 
-     DPRINTF (("Empty initialization: %s", exprNode_unparse (yyval.expr)));
-   ;
-    break;}
-case 270:
-{ setProcessingVars (yyvsp[-4].qtyp); processNamedDecl (yyvsp[-2].ntyp); ;
-    break;}
-case 271:
-{ yyval.expr = exprNode_concat (yyvsp[-2].expr, exprNode_makeInitialization (yyvsp[-8].ntyp, yyvsp[-3].expr)); 
-     unsetProcessingVars ();
-   ;
-    break;}
-case 272:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 273:
-{ yyval.expr = exprNode_fromIdentifier (usymtab_getTypeEntry (ctype_typeId (yyvsp[0].ctyp))); ;
-    break;}
-case 274:
-{ 
-     processNamedDecl (yyvsp[-1].ntyp); 
-     yyval.expr = exprNode_makeEmptyInitialization (yyvsp[-1].ntyp);
-   ;
-    break;}
-case 275:
-{ processNamedDecl (yyvsp[-2].ntyp); ;
-    break;}
-case 276:
-{ yyval.expr = exprNode_makeInitialization (yyvsp[-5].ntyp, yyvsp[0].expr); ;
-    break;}
-case 277:
-{ setProcessingTypedef (yyvsp[0].qtyp); ;
-    break;}
-case 278:
-{ clabstract_declareType (yyvsp[-3].exprlist, yyvsp[-1].warnclause); ;
-    break;}
-case 279:
-{ /* in the ANSI grammar, semantics unclear */ ;
-    break;}
-case 280:
-{ /* in the ANSI grammar, semantics unclear */ ;
-    break;}
-case 281:
-{ cscannerHelp_setExpectingTypeName (); ;
-    break;}
-case 282:
-{ cscannerHelp_setExpectingTypeName (); context_pushLoc (); ;
-    break;}
-case 283:
-{ yyval.exprlist = yyvsp[-1].exprlist; ;
-    break;}
-case 284:
-{ yyval.exprlist = exprNodeList_singleton (yyvsp[0].expr); ;
-    break;}
-case 285:
-{ yyval.exprlist = exprNodeList_push (yyvsp[-3].exprlist, yyvsp[0].expr); ;
-    break;}
-case 286:
-{ yyval.exprlist = yyvsp[-1].exprlist; ;
-    break;}
-case 287:
-{ yyval.exprlist = exprNodeList_singleton (yyvsp[0].expr); ;
-    break;}
-case 288:
-{ yyval.exprlist = exprNodeList_push (yyvsp[-3].exprlist, yyvsp[0].expr); ;
-    break;}
-case 289:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 290:
-{ yyval.expr = exprNode_concat (yyvsp[-3].expr, yyvsp[0].expr); ;
-    break;}
-case 292:
-{ yyval.expr = exprNode_makeInitBlock (yyvsp[-2].tok, yyvsp[-1].exprlist); lltok_free (yyvsp[0].tok); ;
-    break;}
-case 293:
-{ yyval.expr = exprNode_makeInitBlock (yyvsp[-3].tok, yyvsp[-2].exprlist); lltok_free2 (yyvsp[-1].tok, yyvsp[0].tok); ;
-    break;}
-case 294:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 295:
-{ yyval.expr = yyvsp[-1].expr; ;
-    break;}
-case 296:
-{ yyval.expr = exprNode_undefined; 
-                                     /* gcc extension, obsolete since 2.5 */ ;
-    break;}
-case 297:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 298:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 299:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 300:
-{ yyval.expr = exprNode_undefined; ;
-    break;}
-case 301:
-{ yyval.exprlist = exprNodeList_singleton (yyvsp[0].expr); ;
-    break;}
-case 302:
-{ yyval.exprlist = exprNodeList_push (yyvsp[-2].exprlist, yyvsp[0].expr); ;
-    break;}
-case 303:
-{ setStorageClass (SCEXTERN); yyval.typequal = qual_createExtern (); ;
-    break;}
-case 304:
-{ yyval.typequal = qual_createInline (); ;
-    break;}
-case 305:
-{ setStorageClass (SCSTATIC); yyval.typequal = qual_createStatic (); ;
-    break;}
-case 306:
-{ yyval.typequal = qual_createAuto (); ;
-    break;}
-case 307:
-{ yyval.typequal = qual_createRegister (); ;
-    break;}
-case 308:
-{ yyval.stateclause = yyvsp[-1].stateclause; ;
-    break;}
-case 309:
-{
-     context_setProtectVars (); 
-     enterParamsTemp (); 
-     sRef_setGlobalScopeSafe (); 
-   ;
-    break;}
-case 310:
-{ 
-     exitParamsTemp ();
-     sRef_clearGlobalScopeSafe (); 
-     context_releaseVars ();
-     yyval.stateclause = stateClause_createPlain (yyvsp[-5].tok, yyvsp[-2].srset);
-   ;
-    break;}
-case 311:
-{ yyval.funcclause = yyvsp[-1].funcclause; ;
-    break;}
-case 312:
-{ yyval.tok = yyvsp[-1].tok; context_enterFunctionHeader (); ;
-    break;}
-case 313:
-{
-     context_exitFunctionHeader ();
-     context_setProtectVars (); 
-     enterParamsTemp (); 
-     sRef_setGlobalScopeSafe (); 
-   ;
-    break;}
-case 314:
-{ 
-     exitParamsTemp ();
-     sRef_clearGlobalScopeSafe (); 
-     context_releaseVars ();
-     yyval.funcclause = functionClause_createState (stateClause_create (yyvsp[-5].tok, yyvsp[-4].typequal, yyvsp[-2].srset));
-   ;
-    break;}
-case 315:
-{
-     context_setProtectVars (); 
-     enterParamsTemp (); 
-     sRef_setGlobalScopeSafe (); 
-   ;
-    break;}
-case 316:
-{
-     context_exitFunctionHeader ();
-     exitParamsTemp ();
-     sRef_clearGlobalScopeSafe (); 
-     context_releaseVars ();
-     DPRINTF (("done optGlobBufConstraintsAux\n"));
+  case 690:
 
-     if (lltok_isEnsures (yyvsp[-4].tok)) 
-       {
-        yyval.funcclause = functionClause_createEnsures (yyvsp[-2].fcnconstraint);
-       }
-     else if (lltok_isRequires (yyvsp[-4].tok))
-       {
-        yyval.funcclause = functionClause_createRequires (yyvsp[-2].fcnconstraint);
-       }
-     else
-       {
-        BADBRANCH;
-       }
+    { (yyval.expr) = exprNode_statement (exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)), (yyvsp[(7) - (7)].tok)); ;}
+    break;
 
-     DPRINTF (("FunctionclauseS: %s", functionClause_unparse (yyval.funcclause)));
-   ;
-    break;}
-case 317:
-{ yyval.fcnconstraint = functionConstraint_createBufferConstraint (yyvsp[0].conL); ;
-    break;}
-case 318:
-{ yyval.fcnconstraint = functionConstraint_createMetaStateConstraint (yyvsp[0].msconstraint); DPRINTF (("Made constraint: %s", functionConstraint_unparse (yyval.fcnconstraint))); ;
-    break;}
-case 319:
-{ yyval.typequal = qual_createExits (); ;
-    break;}
-case 320:
-{ yyval.typequal = qual_createMayExit (); ;
-    break;}
-case 321:
-{ yyval.typequal = qual_createTrueExit (); ;
-    break;}
-case 322:
-{ yyval.typequal = qual_createFalseExit (); ;
-    break;}
-case 323:
-{ yyval.typequal = qual_createNeverExit (); ;
-    break;}
-case 324:
-{ yyval.typequal = qual_createChecked (); ;
-    break;}
-case 325:
-{ yyval.typequal = qual_createCheckMod (); ;
-    break;}
-case 326:
-{ yyval.typequal = qual_createUnchecked (); ;
-    break;}
-case 327:
-{ yyval.typequal = qual_createCheckedStrict (); ;
-    break;}
-case 328:
-{ yyval.typequal = qual_createOwned (); ;
-    break;}
-case 329:
-{ yyval.typequal = qual_createDependent (); ;
-    break;}
-case 330:
-{ yyval.typequal = qual_createYield (); ;
-    break;}
-case 331:
-{ yyval.typequal = qual_createTemp (); ;
-    break;}
-case 332:
-{ yyval.typequal = qual_createOnly (); ;
-    break;}
-case 333:
-{ yyval.typequal = qual_createKeep (); ;
-    break;}
-case 334:
-{ yyval.typequal = qual_createKept (); ;
-    break;}
-case 335:
-{ yyval.typequal = qual_createShared (); ;
-    break;}
-case 336:
-{ yyval.typequal = qual_createUnique (); ;
-    break;}
-case 337:
-{ yyval.typequal = qual_createNull (); ;
-    break;}
-case 338:
-{ yyval.typequal = qual_createIsNull (); ;
-    break;}
-case 339:
-{ yyval.typequal = qual_createRelNull (); ;
-    break;}
-case 340:
-{ yyval.typequal = qual_createNotNull (); ;
-    break;}
-case 341:
-{ yyval.typequal = qual_createExposed (); ;
-    break;}
-case 342:
-{ yyval.typequal = qual_createObserver (); ;
-    break;}
-case 343:
-{ yyval.typequal = qual_createNullTerminated (); ;
-    break;}
-case 344:
-{ yyval.typequal = qual_createMetaState (yyvsp[0].annotation); ;
-    break;}
-case 345:
-{ yyval.typequal = qual_createReturned (); ;
-    break;}
-case 346:
-{ yyval.typequal = qual_createSef (); ;
-    break;}
-case 347:
-{ yyval.typequal = qual_createUnused (); ;
-    break;}
-case 348:
-{ yyval.typequal = qual_createExternal (); ;
-    break;}
-case 349:
-{ yyval.typequal = qual_createTrueNull (); ;
-    break;}
-case 350:
-{ yyval.typequal = qual_createFalseNull (); ;
-    break;}
-case 351:
-{ yyval.typequal = qual_createAbstract (); ;
-    break;}
-case 352:
-{ yyval.typequal = qual_createNumAbstract (); ;
-    break;}
-case 353:
-{ yyval.typequal = qual_createConcrete (); ;
-    break;}
-case 354:
-{ yyval.typequal = qual_createMutable (); ;
-    break;}
-case 355:
-{ yyval.typequal = qual_createImmutable (); ;
-    break;}
-case 356:
-{ yyval.typequal = qual_createRefCounted (); ;
-    break;}
-case 357:
-{ yyval.typequal = qual_createRefs (); ;
-    break;}
-case 358:
-{ yyval.typequal = qual_createKillRef (); ;
-    break;}
-case 359:
-{ yyval.typequal = qual_createRelDef (); ;
-    break;}
-case 360:
-{ yyval.typequal = qual_createNewRef (); ;
-    break;}
-case 361:
-{ yyval.typequal = qual_createTempRef (); ;
-    break;}
-case 362:
-{ yyval.typequal = qual_createShort (); ;
-    break;}
-case 363:
-{ yyval.typequal = qual_createLong (); ;
-    break;}
-case 364:
-{ yyval.typequal = qual_createSigned (); ;
-    break;}
-case 365:
-{ yyval.typequal = qual_createUnsigned (); ;
-    break;}
-case 366:
-{ yyval.typequal = qual_createOut (); ;
-    break;}
-case 367:
-{ yyval.typequal = qual_createIn (); ;
-    break;}
-case 368:
-{ yyval.typequal = qual_createPartial (); ;
-    break;}
-case 369:
-{ yyval.typequal = qual_createSpecial (); ;
-    break;}
-case 370:
-{ yyval.typequal = qual_createConst (); ;
-    break;}
-case 371:
-{ yyval.typequal = qual_createVolatile (); ;
-    break;}
-case 372:
-{ yyval.typequal = qual_createRestrict (); ;
-    break;}
-case 373:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 374:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 375:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 376:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 377:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 378:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 379:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 380:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 381:
-{ yyval.typequal = yyvsp[-1].typequal; ;
-    break;}
-case 388:
-{ yyval.ctyp = ctype_makeAnytype (); ;
-    break;}
-case 389:
-{ yyval.ctyp = ctype_anyintegral; ;
-    break;}
-case 390:
-{ yyval.ctyp = ctype_unsignedintegral; ;
-    break;}
-case 391:
-{ yyval.ctyp = ctype_signedintegral; ;
-    break;}
-case 395:
-{ yyval.ctyp = ctype_fromQual (yyvsp[-1].typequal); ;
-    break;}
-case 396:
-{ yyval.qtyp = qtype_resolve (yyvsp[-1].qtyp); ;
-    break;}
-case 397:
-{ yyval.qtyp = yyvsp[0].qtyp; ;
-    break;}
-case 398:
-{ yyval.qtyp = qtype_mergeAlt (yyvsp[-3].qtyp, yyvsp[-1].qtyp); ;
-    break;}
-case 400:
-{ yyval.qtyp = qtype_mergeAlt (yyvsp[-2].qtyp, yyvsp[0].qtyp); ;
-    break;}
-case 401:
-{ yyval.qtyp = qtype_addQual (yyvsp[0].qtyp, yyvsp[-1].typequal); ;
-    break;}
-case 402:
-{ yyval.qtyp = qtype_addQual (yyvsp[0].qtyp, yyvsp[-1].typequal); ;
-    break;}
-case 403:
-{ yyval.qtyp = qtype_combine (yyvsp[0].qtyp, yyvsp[-1].ctyp); ;
-    break;}
-case 404:
-{ yyval.qtyp = qtype_unknown (); ;
-    break;}
-case 405:
-{ yyval.qtyp = yyvsp[0].qtyp; ;
-    break;}
-case 406:
-{ yyval.conL = constraintList_undefined; ;
-    break;}
-case 407:
-{ sRef_setGlobalScopeSafe (); ;
-    break;}
-case 408:
-{ sRef_clearGlobalScopeSafe (); ;
-    break;}
-case 409:
-{ ctype ct; ct = declareStruct (yyvsp[-9].cname, yyvsp[-4].flist); /* context_setGlobalStructInfo(ct, $12); */ yyval.ctyp = ct; ;
-    break;}
-case 410:
-{ sRef_setGlobalScopeSafe (); ;
-    break;}
-case 411:
-{ sRef_clearGlobalScopeSafe (); ;
-    break;}
-case 412:
-{ yyval.ctyp = declareUnion (yyvsp[-8].cname, yyvsp[-3].flist); ;
-    break;}
-case 413:
-{ yyval.ctyp = declareStruct (yyvsp[-3].cname, uentryList_new ()); ;
-    break;}
-case 414:
-{ yyval.ctyp = declareUnion (yyvsp[-3].cname, uentryList_new ()); ;
-    break;}
-case 415:
-{ sRef_setGlobalScopeSafe (); ;
-    break;}
-case 416:
-{ sRef_clearGlobalScopeSafe (); ;
-    break;}
-case 417:
-{ yyval.ctyp = declareUnnamedStruct (yyvsp[-3].flist); ;
-    break;}
-case 418:
-{ sRef_setGlobalScopeSafe (); ;
-    break;}
-case 419:
-{ sRef_clearGlobalScopeSafe (); ;
-    break;}
-case 420:
-{ yyval.ctyp = declareUnnamedUnion (yyvsp[-3].flist); ;
-    break;}
-case 421:
-{ yyval.ctyp = ctype_createUnnamedStruct (uentryList_new ()); ;
-    break;}
-case 422:
-{ yyval.ctyp = ctype_createUnnamedUnion (uentryList_new ()); ;
-    break;}
-case 423:
-{ yyval.ctyp = handleStruct (yyvsp[-1].cname); ;
-    break;}
-case 424:
-{ yyval.ctyp = handleUnion (yyvsp[-1].cname); ;
-    break;}
-case 425:
-{ cscannerHelp_clearExpectingTypeName (); ;
-    break;}
-case 427:
-{ yyval.flist = uentryList_undefined; /* bogus! */ ;
-    break;}
-case 428:
-{ yyval.flist = uentryList_mergeFields (yyvsp[-1].flist, yyvsp[0].flist); ;
-    break;}
-case 429:
-{ yyval.flist = fixUentryList (yyvsp[-2].ntyplist, yyvsp[-4].qtyp); ;
-    break;}
-case 430:
-{ yyval.flist = fixUnnamedDecl (yyvsp[-2].qtyp); ;
-    break;}
-case 431:
-{ yyval.ntyplist = idDeclList_singleton (yyvsp[-1].ntyp); ;
-    break;}
-case 432:
-{ yyval.ntyplist = idDeclList_add (yyvsp[-3].ntyplist, yyvsp[-1].ntyp); ;
-    break;}
-case 433:
-{ yyval.ntyp = yyvsp[0].ntyp; ;
-    break;}
-case 434:
-{ yyval.ntyp = idDecl_undefined; ;
-    break;}
-case 435:
-{ yyval.ntyp = yyvsp[-3].ntyp; ;
-    break;}
-case 436:
-{ yyval.ctyp = declareUnnamedEnum (yyvsp[-2].enumnamelist); ;
-    break;}
-case 437:
-{ context_pushLoc (); ;
-    break;}
-case 438:
-{ context_popLoc (); yyval.ctyp = declareEnum (yyvsp[-5].cname, yyvsp[-2].enumnamelist); ;
-    break;}
-case 439:
-{ yyval.ctyp = handleEnum (yyvsp[-1].cname); ;
-    break;}
-case 440:
-{ yyval.enumnamelist = enumNameList_single (yyvsp[0].cname); ;
-    break;}
-case 441:
-{ yyval.enumnamelist = enumNameList_push (yyvsp[-2].enumnamelist, yyvsp[0].cname); ;
-    break;}
-case 443:
-{ uentry ue = uentry_makeEnumConstant (yyvsp[0].cname, ctype_unknown);
-     usymtab_supGlobalEntry (ue);
-     yyval.cname = yyvsp[0].cname;
-   ;
-    break;}
-case 444:
-{ uentry ue = uentry_makeEnumInitializedConstant (yyvsp[-3].cname, ctype_unknown, yyvsp[0].expr);
-     usymtab_supGlobalEntry (ue);
-     yyval.cname = yyvsp[-3].cname; 
-   ;
-    break;}
-case 446:
-{ yyval.ntyp = idDecl_create (cstring_undefined, qtype_create (yyvsp[0].ctyp)); ;
-    break;}
-case 447:
-{ 
-     qtype qt = qtype_unknown ();
-     qtype_adjustPointers (yyvsp[-1].pointers, qt);
-     yyval.ntyp = idDecl_create (cstring_copy (cscannerHelp_observeLastIdentifier ()), qt);
-   ;
-    break;}
-case 448:
-{ yyval.ntyp = yyvsp[0].ntyp; qtype_adjustPointers (yyvsp[-1].pointers, idDecl_getTyp (yyval.ntyp)); ;
-    break;}
-case 450:
-{ yyval.ntyp = yyvsp[0].ntyp; qtype_adjustPointers (yyvsp[-1].pointers, idDecl_getTyp (yyval.ntyp)); ;
-    break;}
-case 451:
-{ yyval.entrylist = handleParamTypeList (yyvsp[0].entrylist); ;
-    break;}
-case 452:
-{ yyval.entrylist = handleParamIdList (yyvsp[0].entrylist); ;
-    break;}
-case 453:
-{ yyval.typequal = qual_createConst (); ;
-    break;}
-case 454:
-{ yyval.typequal = qual_createRestrict (); ;
-    break;}
-case 455:
-{ yyval.typequal = qual_createVolatile (); ;
-    break;}
-case 456:
-{ yyval.tquallist = qualList_single (yyvsp[0].typequal); ;
-    break;}
-case 457:
-{ yyval.tquallist = qualList_add (yyvsp[-1].tquallist, yyvsp[0].typequal); ;
-    break;}
-case 458:
-{ yyval.pointers = pointers_create (yyvsp[0].tok); ;
-    break;}
-case 459:
-{ yyval.pointers = pointers_createMods (yyvsp[-1].tok, yyvsp[0].tquallist); ;
-    break;}
-case 460:
-{ yyval.pointers = pointers_extend (pointers_create (yyvsp[-1].tok), yyvsp[0].pointers); ;
-    break;}
-case 461:
-{ yyval.pointers = pointers_extend (pointers_createMods (yyvsp[-2].tok, yyvsp[-1].tquallist), yyvsp[0].pointers); ;
-    break;}
-case 463:
-{ yyval.entrylist = uentryList_add (yyvsp[-2].entrylist, uentry_makeElipsisMarker ()); ;
-    break;}
-case 464:
-{ yyval.entrylist = uentryList_single (uentry_makeVariableLoc (yyvsp[0].cname, ctype_int)); ;
-    break;}
-case 465:
-{ yyval.entrylist = uentryList_add (yyvsp[-2].entrylist, uentry_makeVariableLoc (yyvsp[0].cname, ctype_int)); ;
-    break;}
-case 466:
-{ yyval.entrylist = uentryList_single (uentry_makeElipsisMarker ()); ;
-    break;}
-case 468:
-{ yyval.entrylist = uentryList_add (yyvsp[-2].entrylist, uentry_makeElipsisMarker ()); ;
-    break;}
-case 469:
-{ storeLoc (); ;
-    break;}
-case 470:
-{ yyval.entrylist = uentryList_single (yyvsp[0].oentry); ;
-    break;}
-case 471:
-{ storeLoc (); ;
-    break;}
-case 472:
-{ yyval.entrylist = uentryList_add (yyvsp[-3].entrylist, yyvsp[0].oentry); ;
-    break;}
-case 473:
-{ 
-     if (isFlipOldStyle ()) 
-       { 
-        llparseerror (cstring_makeLiteral ("Inconsistent function parameter syntax (mixing old and new style declaration)")); 
-       }
-     else 
-       { 
-        setNewStyle (); 
-       }
-     yyval.oentry = makeCurrentParam (idDecl_fixParamBase (yyvsp[-1].ntyp, yyvsp[-2].qtyp)); 
-   ;
-    break;}
-case 474:
-{ 
-     idDecl tparam = idDecl_create (yyvsp[0].cname, qtype_unknown ());
+  case 691:
 
-     if (isNewStyle ()) 
-       {
-        llparseerror (message ("Inconsistent function parameter syntax: %q",
-                               idDecl_unparse (tparam))); 
-       }
+    { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitForClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
 
-     setFlipOldStyle ();
-     yyval.oentry = makeCurrentParam (tparam);
-     idDecl_free (tparam);
-   ;
-    break;}
-case 476:
-{ yyval.qtyp = qtype_newBase (yyvsp[-1].qtyp, yyvsp[0].ctyp); ;
-    break;}
-case 477:
-{ yyval.ctyp = ctype_adjustPointers (yyvsp[0].pointers, ctype_unknown); ;
-    break;}
-case 479:
-{ yyval.ctyp = ctype_adjustPointers (yyvsp[-1].pointers, yyvsp[0].ctyp); ;
-    break;}
-case 480:
-{ yyval.ctyp = ctype_unknown; ;
-    break;}
-case 482:
-{ yyval.ctyp = ctype_expectFunction (yyvsp[-1].ctyp); ;
-    break;}
-case 483:
-{ yyval.ctyp = ctype_makeArray (ctype_unknown); ;
-    break;}
-case 484:
-{ yyval.ctyp = ctype_makeFixedArray (ctype_unknown, exprNode_getLongValue (yyvsp[-1].expr)); ;
-    break;}
-case 485:
-{ yyval.ctyp = ctype_makeInnerArray (yyvsp[-2].ctyp); ;
-    break;}
-case 486:
-{ yyval.ctyp = ctype_makeInnerFixedArray (yyvsp[-3].ctyp, exprNode_getLongValue (yyvsp[-1].expr)); ;
-    break;}
-case 487:
-{ yyval.ctyp = ctype_makeFunction (ctype_unknown, uentryList_makeMissingParams ()); ;
-    break;}
-case 488:
-{ yyval.ctyp = ctype_makeParamsFunction (ctype_unknown, yyvsp[-1].entrylist); ;
-    break;}
-case 489:
-{ yyval.ctyp = ctype_makeFunction (yyvsp[-3].ctyp, uentryList_makeMissingParams ()); ;
-    break;}
-case 490:
-{ yyval.ctyp = ctype_makeParamsFunction (yyvsp[-4].ctyp, yyvsp[-1].entrylist); ;
-    break;}
-case 501:
-{ exprNode_revealState (yyvsp[-1].expr); yyval.expr = exprNode_undefined; ;
-    break;}
-case 502:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 505:
-{ yyval.expr = exprNode_concat (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 506:
-{ yyval.expr = exprNode_while (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 507:
-{ yyval.expr = exprNode_doWhile (yyvsp[-5].expr, yyvsp[-2].expr); ;
-    break;}
-case 508:
-{ yyval.expr = exprNode_doWhile (yyvsp[-4].expr, yyvsp[-1].expr); ;
-    break;}
-case 509:
-{ yyval.expr = exprNode_for (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 510:
-{ context_setProtectVars (); ;
-    break;}
-case 511:
-{ context_sizeofReleaseVars (); ;
-    break;}
-case 512:
-{ yyval.expr = exprNode_forPred (yyvsp[-7].expr, yyvsp[-5].expr, yyvsp[-2].expr); 
-     context_enterForClause (yyvsp[-5].expr); ;
-    break;}
-case 513:
-{ setProcessingIterVars (yyvsp[-2].entry); ;
-    break;}
-case 514:
-{ yyval.expr = exprNode_iterStart (yyvsp[-5].entry, yyvsp[-1].exprlist); ;
-    break;}
-case 515:
-{ yyval.expr = exprNode_createId (yyvsp[0].entry); ;
-    break;}
-case 519:
-{ yyval.expr = yyvsp[-1].expr; DPRINTF (("def stmt: %s", exprNode_unparse (yyval.expr))); ;
-    break;}
-case 527:
-{ yyval.expr = yyvsp[-1].expr; ;
-    break;}
-case 528:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 529:
-{ exprNode_checkIfPred (yyvsp[0].expr); ;
-    break;}
-case 530:
-{ /* don't: context_exitTrueClause ($1, $2); */
-     yyval.expr = exprNode_if (yyvsp[-2].expr, yyvsp[0].expr); 
-   ;
-    break;}
-case 531:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 532:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 543:
-{ yyval.expr = exprNode_addParens (yyvsp[-2].tok, yyvsp[-1].expr); ;
-    break;}
-case 546:
-{ yyval.expr = exprNode_makeError (); ;
-    break;}
-case 547:
-{ yyval.expr = exprNode_labelMarker (yyvsp[-1].cname); ;
-    break;}
-case 548:
-{ yyval.expr = exprNode_notReached (yyvsp[0].expr); ;
-    break;}
-case 549:
-{ ; ;
-    break;}
-case 550:
-{ ; ;
-    break;}
-case 551:
-{ context_enterCaseClause (yyvsp[0].expr); ;
-    break;}
-case 552:
-{ yyval.expr = exprNode_caseMarker (yyvsp[-2].expr, FALSE); ;
-    break;}
-case 553:
-{ context_enterCaseClause (yyvsp[0].expr); ;
-    break;}
-case 554:
-{ yyval.expr = exprNode_caseMarker (yyvsp[-2].expr, TRUE); ;
-    break;}
-case 555:
-{ context_enterCaseClause (exprNode_undefined); ;
-    break;}
-case 556:
-{ yyval.expr = exprNode_defaultMarker (yyvsp[-2].tok, FALSE); ;
-    break;}
-case 557:
-{ context_enterCaseClause (exprNode_undefined); ;
-    break;}
-case 558:
-{ yyval.expr = exprNode_defaultMarker (yyvsp[-2].tok, TRUE); ;
-    break;}
-case 559:
-{ yyval.expr = yyvsp[-1].expr; ;
-    break;}
-case 560:
-{ yyval.expr = yyvsp[0].expr; context_exitInner (yyvsp[0].expr); ;
-    break;}
-case 561:
-{ yyval.expr = yyvsp[-1].expr; ;
-    break;}
-case 562:
-{ context_enterInnerContext (); ;
-    break;}
-case 563:
-{ context_exitInnerPlain (); ;
-    break;}
-case 564:
-{ context_enterStructInnerContext (); ;
-    break;}
-case 565:
-{ context_exitStructInnerContext (); ;
-    break;}
-case 566:
-{ context_exitInnerSafe (); ;
-    break;}
-case 567:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 568:
-{ yyval.expr = exprNode_notReached (exprNode_createTok (yyvsp[0].tok)); ;
-    break;}
-case 569:
-{ yyval.expr = exprNode_updateLocation (yyvsp[-1].expr, lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 570:
-{ yyval.expr = exprNode_notReached (exprNode_updateLocation (yyvsp[-2].expr, lltok_getLoc (yyvsp[0].tok))); ;
-    break;}
-case 571:
-{ yyval.expr = exprNode_updateLocation (yyvsp[-1].expr, lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 572:
-{ yyval.expr = exprNode_notReached (exprNode_updateLocation (yyvsp[-2].expr, lltok_getLoc (yyvsp[0].tok))); ;
-    break;}
-case 573:
-{ yyval.expr = exprNode_updateLocation (exprNode_concat (yyvsp[-2].expr, yyvsp[-1].expr), lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 574:
-{ yyval.expr = exprNode_notReached (exprNode_updateLocation (exprNode_concat (yyvsp[-3].expr, yyvsp[-2].expr), 
-                                                       lltok_getLoc (yyvsp[-1].tok))); 
-   ;
-    break;}
-case 575:
-{ yyval.expr = exprNode_makeBlock (yyvsp[0].expr); ;
-    break;}
-case 576:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 577:
-{ yyval.expr = exprNode_updateLocation (yyvsp[-1].expr, lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 578:
-{ yyval.expr = exprNode_updateLocation (yyvsp[-1].expr, lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 579:
-{ yyval.expr = exprNode_updateLocation (exprNode_concat (yyvsp[-2].expr, yyvsp[-1].expr), lltok_getLoc (yyvsp[0].tok)); ;
-    break;}
-case 581:
-{ yyval.expr = exprNode_concat (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 582:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 583:
-{ yyval.expr = exprNode_concat (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 584:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 585:
-{ yyval.expr = exprNode_concat (yyvsp[-2].expr, yyvsp[0].expr); ;
-    break;}
-case 586:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 587:
-{ yyval.expr = yyvsp[-2].expr; ;
-    break;}
-case 588:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 589:
-{ yyval.expr = exprNode_concat (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 590:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 591:
-{ yyval.expr = exprNode_statement (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 592:
-{ yyval.expr = exprNode_createTok (yyvsp[0].tok); ;
-    break;}
-case 593:
-{ yyval.expr = exprNode_statement (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 594:
-{ yyval.expr = exprNode_checkExpr (yyvsp[0].expr); ;
-    break;}
-case 595:
-{ 
-     exprNode_produceGuards (yyvsp[-1].expr); context_enterTrueClause (yyvsp[-1].expr); 
-     exprNode_checkIfPred (yyvsp[-1].expr);
-     yyval.expr = yyvsp[-1].expr;
-   ;
-    break;}
-case 596:
-{ 
-     context_exitTrueClause (yyvsp[-1].expr, yyvsp[0].expr);
-     yyval.expr = exprNode_if (yyvsp[-1].expr, yyvsp[0].expr); 
-   ;
-    break;}
-case 597:
-{ context_enterFalseClause (yyvsp[-2].expr); ;
-    break;}
-case 598:
-{
-     context_exitClause (yyvsp[-4].expr, yyvsp[-3].expr, yyvsp[0].expr);
-     yyval.expr = exprNode_ifelse (yyvsp[-4].expr, yyvsp[-3].expr, yyvsp[0].expr); 
-   ;
-    break;}
-case 599:
-{ context_enterSwitch (yyvsp[0].expr); ;
-    break;}
-case 600:
-{ yyval.expr = exprNode_switch (yyvsp[-3].expr, yyvsp[0].expr); ;
-    break;}
-case 601:
-{ yyval.expr = exprNode_whilePred (yyvsp[-1].expr); context_enterWhileClause (yyvsp[-1].expr); ;
-    break;}
-case 602:
-{ yyval.expr = exprNode_whilePred(yyvsp[-1].expr); ;
-    break;}
-case 603:
-{ context_enterIterClause (); ;
-    break;}
-case 604:
-{ setProcessingIterVars (yyvsp[-3].entry); ;
-    break;}
-case 605:
-{ 
-     yyval.expr = exprNode_iter (yyvsp[-9].entry, yyvsp[-4].exprlist, yyvsp[-2].expr, yyvsp[-1].entry); 
-
-   ;
-    break;}
-case 606:
-{ yyval.exprlist = exprNodeList_singleton (yyvsp[0].expr); ;
-    break;}
-case 607:
-{ nextIterParam (); ;
-    break;}
-case 608:
-{ yyval.exprlist = exprNodeList_push (yyvsp[-3].exprlist, yyvsp[0].expr); ;
-    break;}
-case 609:
-{ yyval.expr = exprNode_iterExpr (yyvsp[0].expr); ;
-    break;}
-case 610:
-{ yyval.expr = exprNode_iterId (yyvsp[0].entry); ;
-    break;}
-case 611:
-{ uentry ue = cscannerHelp_coerceIterId (yyvsp[0].cname);
+  case 692:
 
-                     if (uentry_isValid (ue)) 
-                       {
-                         yyval.expr = exprNode_iterId (ue);
-                       }
-                     else
-                       {
-                         yyval.expr = exprNode_iterNewId (cstring_copy (cscannerHelp_observeLastIdentifier ()));
-                       }
-                   ;
-    break;}
-case 612:
-{ yyval.expr = exprNode_iterNewId (yyvsp[0].cname); ;
-    break;}
-case 614:
-{ yyval.expr = exprNode_combineLiterals (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 616:
-{ yyval.expr = exprNode_addParens (yyvsp[-2].tok, yyvsp[-1].expr); ;
-    break;}
-case 618:
-{ yyval.expr = exprNode_arrayFetch (yyvsp[-3].expr, yyvsp[-1].expr); ;
-    break;}
-case 619:
-{ yyval.expr = exprNode_functionCall (yyvsp[-2].expr, exprNodeList_new ()); ;
-    break;}
-case 620:
-{ yyval.expr = exprNode_functionCall (yyvsp[-3].expr, yyvsp[-1].exprlist); ;
-    break;}
-case 621:
-{ yyval.expr = exprNode_vaArg (yyvsp[-5].tok, yyvsp[-3].expr, yyvsp[-1].qtyp); ;
-    break;}
-case 622:
-{ yyval.expr = exprNode_fieldAccess (yyvsp[-4].expr, yyvsp[-2].tok, yyvsp[-1].cname); ;
-    break;}
-case 623:
-{ yyval.expr = exprNode_arrowAccess (yyvsp[-4].expr, yyvsp[-2].tok, yyvsp[-1].cname); ;
-    break;}
-case 624:
-{ yyval.expr = exprNode_postOp (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 625:
-{ yyval.expr = exprNode_postOp (yyvsp[-1].expr, yyvsp[0].tok); ;
-    break;}
-case 627:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 628:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 629:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 630:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 631:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 632:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 633:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 634:
-{ yyval.expr = exprNode_preOp (yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 635:
-{ yyval.expr = yyvsp[0].expr; ;
-    break;}
-case 637:
-{ yyval.expr = exprNode_cast (yyvsp[-3].tok, yyvsp[0].expr, yyvsp[-2].qtyp); ;
-    break;}
-case 639:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 640:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 641:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 643:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 644:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 646:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 647:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 649:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 650:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 651:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 652:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 654:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 655:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 657:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 659:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 661:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 663:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 665:
-{ yyval.expr = exprNode_op (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 667:
-{ context_enterTrueClause (yyvsp[-1].expr); ;
-    break;}
-case 668:
-{ context_enterFalseClause (yyvsp[-3].expr); ;
-    break;}
-case 669:
-{ yyval.expr = exprNode_condIfOmit (yyvsp[-5].expr, yyvsp[0].expr); ;
-    break;}
-case 670:
-{ context_enterTrueClause (yyvsp[-1].expr); ;
-    break;}
-case 671:
-{ context_enterFalseClause (yyvsp[-4].expr); ;
-    break;}
-case 672:
-{ yyval.expr = exprNode_cond (yyvsp[-6].expr, yyvsp[-3].expr, yyvsp[0].expr); ;
-    break;}
-case 674:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 675:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 676:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 677:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 678:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 679:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 680:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 681:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 682:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 683:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 684:
-{ yyval.expr = exprNode_assign (yyvsp[-2].expr, yyvsp[0].expr, yyvsp[-1].tok); ;
-    break;}
-case 685:
-{ yyval.entry = yyvsp[0].entry; ;
-    break;}
-case 686:
-{ yyval.entry = uentry_undefined; ;
-    break;}
-case 687:
-{ context_enterDoWhileClause (); yyval.tok = yyvsp[0].tok; ;
-    break;}
-case 688:
-{ yyval.expr = exprNode_while (yyvsp[-1].expr, yyvsp[0].expr); context_exitWhileClause (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 689:
-{ yyval.expr = exprNode_statement (exprNode_doWhile (yyvsp[-5].expr, yyvsp[-2].expr), yyvsp[0].tok); ;
-    break;}
-case 690:
-{ yyval.expr = exprNode_for (yyvsp[-1].expr, yyvsp[0].expr); context_exitForClause (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 691:
-{ yyval.expr = exprNode_while (yyvsp[-1].expr, yyvsp[0].expr); context_exitWhileClause (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 692:
-{ yyval.expr = exprNode_statement (exprNode_doWhile (yyvsp[-5].expr, yyvsp[-2].expr), yyvsp[0].tok); ;
-    break;}
-case 693:
-{ yyval.expr = exprNode_doWhile (yyvsp[-4].expr, yyvsp[-1].expr); ;
-    break;}
-case 694:
-{ yyval.expr = exprNode_for (yyvsp[-1].expr, yyvsp[0].expr); context_exitForClause (yyvsp[-1].expr, yyvsp[0].expr); ;
-    break;}
-case 695:
-{ yyval.expr = exprNode_goto (yyvsp[-1].cname); ;
-    break;}
-case 696:
-{ yyval.expr = exprNode_continue (yyvsp[-1].tok, BADTOK); ;
-    break;}
-case 697:
-{ yyval.expr = exprNode_continue (yyvsp[-2].tok, QINNERCONTINUE); ;
-    break;}
-case 698:
-{ yyval.expr = exprNode_break (yyvsp[-1].tok, BADTOK); ;
-    break;}
-case 699:
-{ yyval.expr = exprNode_break (yyvsp[-1].tok, QSWITCHBREAK); ;
-    break;}
-case 700:
-{ yyval.expr = exprNode_break (yyvsp[-1].tok, QLOOPBREAK); ;
-    break;}
-case 701:
-{ yyval.expr = exprNode_break (yyvsp[-1].tok, QINNERBREAK); ;
-    break;}
-case 702:
-{ yyval.expr = exprNode_break (yyvsp[-1].tok, QSAFEBREAK); ;
-    break;}
-case 703:
-{ yyval.expr = exprNode_nullReturn (yyvsp[-1].tok); ;
-    break;}
-case 704:
-{ yyval.expr = exprNode_return (yyvsp[-1].expr); ;
-    break;}
-case 706:
-{ ; ;
-    break;}
-case 708:
-{ ; ;
-    break;}
-case 711:
-{ yyval.cname = uentry_getName (yyvsp[0].entry); ;
-    break;}
-case 712:
-{ yyval.cname = uentry_getName (yyvsp[0].entry); ;
-    break;}
-case 713:
-{ yyval.cname = uentry_getName (yyvsp[0].entry); ;
-    break;}
-case 714:
-{ yyval.cname = yyvsp[0].cname; ;
-    break;}
-case 716:
-{ yyval.ctyp = ctype_unknown; ;
-    break;}
-case 717:
-{ yyval.ctyp = exprNode_getType (yyvsp[-1].expr); exprNode_free (yyvsp[-1].expr); ;
-    break;}
-case 718:
-{ yyval.ctyp = qtype_getType (yyvsp[-1].qtyp); ;
-    break;}
-}
+    { (yyval.expr) = exprNode_while ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitWhileClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
 
+  case 693:
 
-\f
-  yyvsp -= yylen;
-  yyssp -= yylen;
-#if YYLSP_NEEDED
-  yylsp -= yylen;
-#endif
+    { (yyval.expr) = exprNode_statement (exprNode_doWhile ((yyvsp[(2) - (7)].expr), (yyvsp[(5) - (7)].expr)), (yyvsp[(7) - (7)].tok)); ;}
+    break;
 
-#if YYDEBUG
-  if (yydebug)
-    {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+  case 694:
+
+    { (yyval.expr) = exprNode_doWhile ((yyvsp[(2) - (6)].expr), (yyvsp[(5) - (6)].expr)); ;}
+    break;
+
+  case 695:
+
+    { (yyval.expr) = exprNode_for ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); context_exitForClause ((yyvsp[(1) - (2)].expr), (yyvsp[(2) - (2)].expr)); ;}
+    break;
+
+  case 696:
+
+    { (yyval.expr) = exprNode_goto ((yyvsp[(2) - (3)].cname)); ;}
+    break;
+
+  case 697:
+
+    { (yyval.expr) = exprNode_continue ((yyvsp[(1) - (2)].tok), BADTOK); ;}
+    break;
+
+  case 698:
+
+    { (yyval.expr) = exprNode_continue ((yyvsp[(1) - (3)].tok), QINNERCONTINUE); ;}
+    break;
+
+  case 699:
+
+    { (yyval.expr) = exprNode_break ((yyvsp[(1) - (2)].tok), BADTOK); ;}
+    break;
+
+  case 700:
+
+    { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QSWITCHBREAK); ;}
+    break;
+
+  case 701:
+
+    { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QLOOPBREAK); ;}
+    break;
+
+  case 702:
+
+    { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QINNERBREAK); ;}
+    break;
+
+  case 703:
+
+    { (yyval.expr) = exprNode_break ((yyvsp[(2) - (3)].tok), QSAFEBREAK); ;}
+    break;
+
+  case 704:
+
+    { (yyval.expr) = exprNode_nullReturn ((yyvsp[(1) - (2)].tok)); ;}
+    break;
+
+  case 705:
+
+    { (yyval.expr) = exprNode_return ((yyvsp[(2) - (3)].expr)); ;}
+    break;
+
+  case 707:
+
+    { ; ;}
+    break;
+
+  case 709:
+
+    { ; ;}
+    break;
+
+  case 712:
+
+    { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 713:
+
+    { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 714:
+
+    { (yyval.cname) = uentry_getName ((yyvsp[(1) - (1)].entry)); ;}
+    break;
+
+  case 715:
+
+    { (yyval.cname) = (yyvsp[(1) - (1)].cname); ;}
+    break;
+
+  case 717:
+
+    { (yyval.ctyp) = ctype_unknown; ;}
+    break;
+
+  case 718:
+
+    { (yyval.ctyp) = exprNode_getType ((yyvsp[(3) - (4)].expr)); exprNode_free ((yyvsp[(3) - (4)].expr)); ;}
+    break;
+
+  case 719:
+
+    { (yyval.ctyp) = qtype_getType ((yyvsp[(3) - (4)].qtyp)); ;}
+    break;
+
+
+/* Line 1267 of yacc.c.  */
+
+      default: break;
     }
-#endif
+  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
+
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
 
   *++yyvsp = yyval;
-#if YYLSP_NEEDED
-  *++yylsp = yyloc;
-#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
@@ -5658,11 +7575,11 @@ case 718:
 
   yyn = yyr1[yyn];
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
     yystate = yytable[yystate];
   else
-    yystate = yydefgoto[yyn - YYNTBASE];
+    yystate = yydefgoto[yyn - YYNTOKENS];
 
   goto yynewstate;
 
@@ -5675,155 +7592,129 @@ yyerrlab:
   if (!yyerrstatus)
     {
       ++yynerrs;
-
-#ifdef YYERROR_VERBOSE
-      yyn = yypact[yystate];
-
-      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)
-           {
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
-
-             if (yycount < 5)
-               {
-                 yycount = 0;
-                 for (yyx = yyn < 0 ? -yyn : 0;
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
-                      yyx++)
-                   if (yycheck[yyx + yyn] == yyx)
-                     {
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
-                       yyp = yystpcpy (yyp, yyq);
-                       yyp = yystpcpy (yyp, yytname[yyx]);
-                       yycount++;
-                     }
-               }
-             yyerror (yymsg);
+#if ! YYERROR_VERBOSE
+      yyerror (YY_("syntax error"));
+#else
+      {
+       YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
+       if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
+         {
+           YYSIZE_T yyalloc = 2 * yysize;
+           if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
+             yyalloc = YYSTACK_ALLOC_MAXIMUM;
+           if (yymsg != yymsgbuf)
              YYSTACK_FREE (yymsg);
-           }
-         else
-           yyerror ("parse error; also virtual memory exhausted");
-       }
-      else
-#endif /* defined (YYERROR_VERBOSE) */
-       yyerror ("parse error");
+           yymsg = (char *) YYSTACK_ALLOC (yyalloc);
+           if (yymsg)
+             yymsg_alloc = yyalloc;
+           else
+             {
+               yymsg = yymsgbuf;
+               yymsg_alloc = sizeof yymsgbuf;
+             }
+         }
+
+       if (0 < yysize && yysize <= yymsg_alloc)
+         {
+           (void) yysyntax_error (yymsg, yystate, yychar);
+           yyerror (yymsg);
+         }
+       else
+         {
+           yyerror (YY_("syntax error"));
+           if (yysize != 0)
+             goto yyexhaustedlab;
+         }
+      }
+#endif
     }
-  goto yyerrlab1;
 
 
-/*--------------------------------------------------.
-| yyerrlab1 -- error raised explicitly by an action |
-`--------------------------------------------------*/
-yyerrlab1:
+
   if (yyerrstatus == 3)
     {
-      /* If just tried and failed to reuse lookahead token after an
+      /* If just tried and failed to reuse look-ahead 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]));
-      yychar = YYEMPTY;
+      if (yychar <= YYEOF)
+       {
+         /* Return failure if at end of input.  */
+         if (yychar == YYEOF)
+           YYABORT;
+       }
+      else
+       {
+         yydestruct ("Error: discarding",
+                     yytoken, &yylval);
+         yychar = YYEMPTY;
+       }
     }
 
-  /* Else will try to reuse lookahead token after shifting the error
+  /* Else will try to reuse look-ahead token after shifting the error
      token.  */
+  goto yyerrlab1;
 
-  yyerrstatus = 3;             /* Each real token shifted decrements this */
-
-  goto yyerrhandle;
 
+/*---------------------------------------------------.
+| yyerrorlab -- error raised explicitly by YYERROR.  |
+`---------------------------------------------------*/
+yyerrorlab:
 
-/*-------------------------------------------------------------------.
-| 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.  */
+  /* Pacify compilers like GCC when the user code never invokes
+     YYERROR and the label yyerrorlab therefore never appears in user
+     code.  */
+  if (/*CONSTCOND*/ 0)
+     goto yyerrorlab;
 
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
-  yyn = yydefact[yystate];
-  if (yyn)
-    goto yydefault;
-#endif
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYERROR.  */
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
+  yystate = *yyssp;
+  goto yyerrlab1;
 
 
-/*---------------------------------------------------------------.
-| yyerrpop -- pop the current state because it cannot handle the |
-| error token                                                    |
-`---------------------------------------------------------------*/
-yyerrpop:
-  if (yyssp == yyss)
-    YYABORT;
-  yyvsp--;
-  yystate = *--yyssp;
-#if YYLSP_NEEDED
-  yylsp--;
-#endif
+/*-------------------------------------------------------------.
+| yyerrlab1 -- common code for both syntax error and YYERROR.  |
+`-------------------------------------------------------------*/
+yyerrlab1:
+  yyerrstatus = 3;     /* Each real token shifted decrements this.  */
 
-#if YYDEBUG
-  if (yydebug)
+  for (;;)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "Error: state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
-    }
-#endif
+      yyn = yypact[yystate];
+      if (yyn != YYPACT_NINF)
+       {
+         yyn += YYTERROR;
+         if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
+           {
+             yyn = yytable[yyn];
+             if (0 < yyn)
+               break;
+           }
+       }
 
-/*--------------.
-| yyerrhandle.  |
-`--------------*/
-yyerrhandle:
-  yyn = yypact[yystate];
-  if (yyn == YYFLAG)
-    goto yyerrdefault;
+      /* Pop the current state because it cannot handle the error token.  */
+      if (yyssp == yyss)
+       YYABORT;
 
-  yyn += YYTERROR;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
-    goto yyerrdefault;
 
-  yyn = yytable[yyn];
-  if (yyn < 0)
-    {
-      if (yyn == YYFLAG)
-       goto yyerrpop;
-      yyn = -yyn;
-      goto yyreduce;
+      yydestruct ("Error: popping",
+                 yystos[yystate], yyvsp);
+      YYPOPSTACK (1);
+      yystate = *yyssp;
+      YY_STACK_PRINT (yyss, yyssp);
     }
-  else if (yyn == 0)
-    goto yyerrpop;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
-
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
+
+
+  /* Shift the error token.  */
+  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
 
   yystate = yyn;
   goto yynewstate;
@@ -5843,23 +7734,46 @@ yyabortlab:
   yyresult = 1;
   goto yyreturn;
 
-/*---------------------------------------------.
-| yyoverflowab -- parser overflow comes here.  |
-`---------------------------------------------*/
-yyoverflowlab:
-  yyerror ("parser stack overflow");
+#ifndef yyoverflow
+/*-------------------------------------------------.
+| yyexhaustedlab -- memory exhaustion comes here.  |
+`-------------------------------------------------*/
+yyexhaustedlab:
+  yyerror (YY_("memory exhausted"));
   yyresult = 2;
   /* Fall through.  */
+#endif
 
 yyreturn:
+  if (yychar != YYEOF && yychar != YYEMPTY)
+     yydestruct ("Cleanup: discarding lookahead",
+                yytoken, &yylval);
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYABORT or YYACCEPT.  */
+  YYPOPSTACK (yylen);
+  YY_STACK_PRINT (yyss, yyssp);
+  while (yyssp != yyss)
+    {
+      yydestruct ("Cleanup: popping",
+                 yystos[*yyssp], yyvsp);
+      YYPOPSTACK (1);
+    }
 #ifndef yyoverflow
   if (yyss != yyssa)
     YYSTACK_FREE (yyss);
 #endif
-  return yyresult;
+#if YYERROR_VERBOSE
+  if (yymsg != yymsgbuf)
+    YYSTACK_FREE (yymsg);
+#endif
+  /* Make sure YYID is used.  */
+  return YYID (yyresult);
 }
 
 
+
+
+
 /*@-redecl@*/ /*@-namechecks@*/
 extern char *yytext;
 /*@=redecl@*/ /*@=namechecks@*/
@@ -5916,6 +7830,7 @@ void yyerror (/*@unused@*/ char *s)
 
 
 
+
 /*
 ** Resets all flags in bison.head
 */
index 3d837ac93fee8811607d8136c7bd40801bb38f8e..8bd351114c1abb8b1024684164b56028ef093a33 100644 (file)
 
 /* < end of bison.head > */
 
-/* A Bison parser, made from llgrammar.y
-   by GNU bison 1.35.  */
+/* A Bison parser, made by GNU Bison 2.3.  */
 
-#define YYBISON 1  /* Identify Bison output.  */
+/* Skeleton implementation for Bison's Yacc-like parsers in C
 
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* C LALR(1) parser skeleton written by Richard Stallman, by
+   simplifying the original so-called "semantic" parser.  */
+
+/* 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.  */
+
+/* Identify Bison output.  */
+#define YYBISON 1
+
+/* Bison version.  */
+#define YYBISON_VERSION "2.3"
+
+/* Skeleton name.  */
+#define YYSKELETON_NAME "yacc.c"
+
+/* Pure parsers.  */
+#define YYPURE 0
+
+/* Using locations.  */
+#define YYLSP_NEEDED 0
+
+/* Substitute the variable and function names.  */
 #define yyparse ylparse
-#define yylex yllex
+#define yylex   yllex
 #define yyerror ylerror
-#define yylval yllval
-#define yychar ylchar
+#define yylval  yllval
+#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
+
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     simpleOp = 258,
+     PREFIX_OP = 259,
+     POSTFIX_OP = 260,
+     LLT_MULOP = 261,
+     LLT_SEMI = 262,
+     LLT_VERTICALBAR = 263,
+     ITERATION_OP = 264,
+     selectSym = 265,
+     LLT_LBRACKET = 266,
+     LLT_LPAR = 267,
+     LLT_IF_THEN_ELSE = 268,
+     logicalOp = 269,
+     eqSepSym = 270,
+     equationSym = 271,
+     commentSym = 272,
+     LLT_WHITESPACE = 273,
+     LLT_EOL = 274,
+     LLT_TYPEDEF_NAME = 275,
+     quantifierSym = 276,
+     openSym = 277,
+     closeSym = 278,
+     sepSym = 279,
+     simpleId = 280,
+     mapSym = 281,
+     markerSym = 282,
+     preSym = 283,
+     postSym = 284,
+     anySym = 285,
+     LLT_COLON = 286,
+     LLT_COMMA = 287,
+     LLT_EQUALS = 288,
+     LLT_LBRACE = 289,
+     LLT_RBRACE = 290,
+     LLT_RBRACKET = 291,
+     LLT_RPAR = 292,
+     LLT_QUOTE = 293,
+     eqOp = 294,
+     LLT_CCHAR = 295,
+     LLT_CFLOAT = 296,
+     LLT_CINTEGER = 297,
+     LLT_LCSTRING = 298,
+     LLT_ALL = 299,
+     LLT_ANYTHING = 300,
+     LLT_BE = 301,
+     LLT_BODY = 302,
+     LLT_CLAIMS = 303,
+     LLT_CHECKS = 304,
+     LLT_CONSTANT = 305,
+     LLT_ELSE = 306,
+     LLT_ENSURES = 307,
+     LLT_FOR = 308,
+     LLT_FRESH = 309,
+     LLT_IF = 310,
+     LLT_IMMUTABLE = 311,
+     LLT_IMPORTS = 312,
+     LLT_CONSTRAINT = 313,
+     LLT_ISSUB = 314,
+     LLT_LET = 315,
+     LLT_MODIFIES = 316,
+     LLT_MUTABLE = 317,
+     LLT_NOTHING = 318,
+     LLT_INTERNAL = 319,
+     LLT_FILESYS = 320,
+     LLT_OBJ = 321,
+     LLT_OUT = 322,
+     LLT_SEF = 323,
+     LLT_ONLY = 324,
+     LLT_PARTIAL = 325,
+     LLT_OWNED = 326,
+     LLT_DEPENDENT = 327,
+     LLT_KEEP = 328,
+     LLT_KEPT = 329,
+     LLT_TEMP = 330,
+     LLT_SHARED = 331,
+     LLT_UNIQUE = 332,
+     LLT_UNUSED = 333,
+     LLT_EXITS = 334,
+     LLT_MAYEXIT = 335,
+     LLT_NEVEREXIT = 336,
+     LLT_TRUEEXIT = 337,
+     LLT_FALSEEXIT = 338,
+     LLT_UNDEF = 339,
+     LLT_KILLED = 340,
+     LLT_CHECKMOD = 341,
+     LLT_CHECKED = 342,
+     LLT_UNCHECKED = 343,
+     LLT_CHECKEDSTRICT = 344,
+     LLT_TRUENULL = 345,
+     LLT_FALSENULL = 346,
+     LLT_LNULL = 347,
+     LLT_LNOTNULL = 348,
+     LLT_RETURNED = 349,
+     LLT_OBSERVER = 350,
+     LLT_EXPOSED = 351,
+     LLT_REFCOUNTED = 352,
+     LLT_REFS = 353,
+     LLT_RELNULL = 354,
+     LLT_RELDEF = 355,
+     LLT_KILLREF = 356,
+     LLT_NULLTERMINATED = 357,
+     LLT_TEMPREF = 358,
+     LLT_NEWREF = 359,
+     LLT_PRIVATE = 360,
+     LLT_REQUIRES = 361,
+     LLT_RESULT = 362,
+     LLT_SIZEOF = 363,
+     LLT_SPEC = 364,
+     LLT_TAGGEDUNION = 365,
+     LLT_THEN = 366,
+     LLT_TYPE = 367,
+     LLT_TYPEDEF = 368,
+     LLT_UNCHANGED = 369,
+     LLT_USES = 370,
+     LLT_CHAR = 371,
+     LLT_CONST = 372,
+     LLT_DOUBLE = 373,
+     LLT_ENUM = 374,
+     LLT_FLOAT = 375,
+     LLT_INT = 376,
+     LLT_ITER = 377,
+     LLT_YIELD = 378,
+     LLT_LONG = 379,
+     LLT_SHORT = 380,
+     LLT_SIGNED = 381,
+     LLT_UNKNOWN = 382,
+     LLT_STRUCT = 383,
+     LLT_TELIPSIS = 384,
+     LLT_UNION = 385,
+     LLT_UNSIGNED = 386,
+     LLT_VOID = 387,
+     LLT_VOLATILE = 388,
+     LLT_PRINTFLIKE = 389,
+     LLT_SCANFLIKE = 390,
+     LLT_MESSAGELIKE = 391
+   };
+#endif
+/* Tokens.  */
+#define simpleOp 258
+#define PREFIX_OP 259
+#define POSTFIX_OP 260
+#define LLT_MULOP 261
+#define LLT_SEMI 262
+#define LLT_VERTICALBAR 263
+#define ITERATION_OP 264
+#define selectSym 265
+#define LLT_LBRACKET 266
+#define LLT_LPAR 267
+#define LLT_IF_THEN_ELSE 268
+#define logicalOp 269
+#define eqSepSym 270
+#define equationSym 271
+#define commentSym 272
+#define LLT_WHITESPACE 273
+#define LLT_EOL 274
+#define LLT_TYPEDEF_NAME 275
+#define quantifierSym 276
+#define openSym 277
+#define closeSym 278
+#define sepSym 279
+#define simpleId 280
+#define mapSym 281
+#define markerSym 282
+#define preSym 283
+#define postSym 284
+#define anySym 285
+#define LLT_COLON 286
+#define LLT_COMMA 287
+#define LLT_EQUALS 288
+#define LLT_LBRACE 289
+#define LLT_RBRACE 290
+#define LLT_RBRACKET 291
+#define LLT_RPAR 292
+#define LLT_QUOTE 293
+#define eqOp 294
+#define LLT_CCHAR 295
+#define LLT_CFLOAT 296
+#define LLT_CINTEGER 297
+#define LLT_LCSTRING 298
+#define LLT_ALL 299
+#define LLT_ANYTHING 300
+#define LLT_BE 301
+#define LLT_BODY 302
+#define LLT_CLAIMS 303
+#define LLT_CHECKS 304
+#define LLT_CONSTANT 305
+#define LLT_ELSE 306
+#define LLT_ENSURES 307
+#define LLT_FOR 308
+#define LLT_FRESH 309
+#define LLT_IF 310
+#define LLT_IMMUTABLE 311
+#define LLT_IMPORTS 312
+#define LLT_CONSTRAINT 313
+#define LLT_ISSUB 314
+#define LLT_LET 315
+#define LLT_MODIFIES 316
+#define LLT_MUTABLE 317
+#define LLT_NOTHING 318
+#define LLT_INTERNAL 319
+#define LLT_FILESYS 320
+#define LLT_OBJ 321
+#define LLT_OUT 322
+#define LLT_SEF 323
+#define LLT_ONLY 324
+#define LLT_PARTIAL 325
+#define LLT_OWNED 326
+#define LLT_DEPENDENT 327
+#define LLT_KEEP 328
+#define LLT_KEPT 329
+#define LLT_TEMP 330
+#define LLT_SHARED 331
+#define LLT_UNIQUE 332
+#define LLT_UNUSED 333
+#define LLT_EXITS 334
+#define LLT_MAYEXIT 335
+#define LLT_NEVEREXIT 336
+#define LLT_TRUEEXIT 337
+#define LLT_FALSEEXIT 338
+#define LLT_UNDEF 339
+#define LLT_KILLED 340
+#define LLT_CHECKMOD 341
+#define LLT_CHECKED 342
+#define LLT_UNCHECKED 343
+#define LLT_CHECKEDSTRICT 344
+#define LLT_TRUENULL 345
+#define LLT_FALSENULL 346
+#define LLT_LNULL 347
+#define LLT_LNOTNULL 348
+#define LLT_RETURNED 349
+#define LLT_OBSERVER 350
+#define LLT_EXPOSED 351
+#define LLT_REFCOUNTED 352
+#define LLT_REFS 353
+#define LLT_RELNULL 354
+#define LLT_RELDEF 355
+#define LLT_KILLREF 356
+#define LLT_NULLTERMINATED 357
+#define LLT_TEMPREF 358
+#define LLT_NEWREF 359
+#define LLT_PRIVATE 360
+#define LLT_REQUIRES 361
+#define LLT_RESULT 362
+#define LLT_SIZEOF 363
+#define LLT_SPEC 364
+#define LLT_TAGGEDUNION 365
+#define LLT_THEN 366
+#define LLT_TYPE 367
+#define LLT_TYPEDEF 368
+#define LLT_UNCHANGED 369
+#define LLT_USES 370
+#define LLT_CHAR 371
+#define LLT_CONST 372
+#define LLT_DOUBLE 373
+#define LLT_ENUM 374
+#define LLT_FLOAT 375
+#define LLT_INT 376
+#define LLT_ITER 377
+#define LLT_YIELD 378
+#define LLT_LONG 379
+#define LLT_SHORT 380
+#define LLT_SIGNED 381
+#define LLT_UNKNOWN 382
+#define LLT_STRUCT 383
+#define LLT_TELIPSIS 384
+#define LLT_UNION 385
+#define LLT_UNSIGNED 386
+#define LLT_VOID 387
+#define LLT_VOLATILE 388
+#define LLT_PRINTFLIKE 389
+#define LLT_SCANFLIKE 390
+#define LLT_MESSAGELIKE 391
+
+
+
+
+/* Copy the first part of user declarations.  */
 
 
 
@@ -242,8 +448,28 @@ bool g_inTypeDef = FALSE;
 # endif
 
 
-#ifndef YYSTYPE
-typedef union 
+
+/* Enabling traces.  */
+#ifndef YYDEBUG
+# define YYDEBUG 1
+#endif
+
+/* Enabling verbose error messages.  */
+#ifdef YYERROR_VERBOSE
+# undef YYERROR_VERBOSE
+# define YYERROR_VERBOSE 1
+#else
+# define YYERROR_VERBOSE 0
+#endif
+
+/* Enabling the token table.  */
+#ifndef YYTOKEN_TABLE
+# define YYTOKEN_TABLE 0
+#endif
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
+
 {
   ltoken ltok;  /* a leaf is also an ltoken */
   qual typequal;
@@ -309,25 +535,256 @@ typedef union
   /*@only@*/ interfaceNodeList interfacelist; 
   /*@only@*/ CTypesNode ctypes;
   /*@-redef@*/
-} yystype;
-# define YYSTYPE yystype
+}
+/* Line 193 of yacc.c.  */
+
+       YYSTYPE;
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
 # define YYSTYPE_IS_TRIVIAL 1
 #endif
-#ifndef YYDEBUG
-# define YYDEBUG 1
+
+
+
+/* Copy the second part of user declarations.  */
+
+
+/* Line 216 of yacc.c.  */
+
+
+#ifdef short
+# undef short
+#endif
+
+#ifdef YYTYPE_UINT8
+typedef YYTYPE_UINT8 yytype_uint8;
+#else
+typedef unsigned char yytype_uint8;
+#endif
+
+#ifdef YYTYPE_INT8
+typedef YYTYPE_INT8 yytype_int8;
+#elif (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+typedef signed char yytype_int8;
+#else
+typedef short int yytype_int8;
+#endif
+
+#ifdef YYTYPE_UINT16
+typedef YYTYPE_UINT16 yytype_uint16;
+#else
+typedef unsigned short int yytype_uint16;
 #endif
 
+#ifdef YYTYPE_INT16
+typedef YYTYPE_INT16 yytype_int16;
+#else
+typedef short int yytype_int16;
+#endif
+
+#ifndef YYSIZE_T
+# ifdef __SIZE_TYPE__
+#  define YYSIZE_T __SIZE_TYPE__
+# elif defined size_t
+#  define YYSIZE_T size_t
+# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYSIZE_T size_t
+# else
+#  define YYSIZE_T unsigned int
+# endif
+#endif
+
+#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
+
+#ifndef YY_
+# if YYENABLE_NLS
+#  if ENABLE_NLS
+#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
+#   define YY_(msgid) dgettext ("bison-runtime", msgid)
+#  endif
+# endif
+# ifndef YY_
+#  define YY_(msgid) msgid
+# endif
+#endif
+
+/* Suppress unused-variable warnings by "using" E.  */
+#if ! defined lint || defined __GNUC__
+# define YYUSE(e) ((void) (e))
+#else
+# define YYUSE(e) /* empty */
+#endif
+
+/* Identity function, used to suppress warnings about constant conditions.  */
+#ifndef lint
+# define YYID(n) (n)
+#else
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static int
+YYID (int i)
+#else
+static int
+YYID (i)
+    int i;
+#endif
+{
+  return i;
+}
+#endif
+
+#if ! defined yyoverflow || YYERROR_VERBOSE
+
+/* The parser invokes alloca or malloc; define the necessary symbols.  */
+
+# ifdef YYSTACK_USE_ALLOCA
+#  if YYSTACK_USE_ALLOCA
+#   ifdef __GNUC__
+#    define YYSTACK_ALLOC __builtin_alloca
+#   elif defined __BUILTIN_VA_ARG_INCR
+#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
+#   elif defined _AIX
+#    define YYSTACK_ALLOC __alloca
+#   elif defined _MSC_VER
+#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
+#    define alloca _alloca
+#   else
+#    define YYSTACK_ALLOC alloca
+#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#     ifndef _STDLIB_H
+#      define _STDLIB_H 1
+#     endif
+#    endif
+#   endif
+#  endif
+# endif
+
+# ifdef YYSTACK_ALLOC
+   /* Pacify GCC's `empty if-body' warning.  */
+#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+    /* The OS might guarantee only one guard page at the bottom of the stack,
+       and a page size can be as small as 4096 bytes.  So we cannot safely
+       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
+       to allow for a few compiler-allocated temporary stack slots.  */
+#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
+#  endif
+# else
+#  define YYSTACK_ALLOC YYMALLOC
+#  define YYSTACK_FREE YYFREE
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
+#  endif
+#  if (defined __cplusplus && ! defined _STDLIB_H \
+       && ! ((defined YYMALLOC || defined malloc) \
+            && (defined YYFREE || defined free)))
+#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#   ifndef _STDLIB_H
+#    define _STDLIB_H 1
+#   endif
+#  endif
+#  ifndef YYMALLOC
+#   define YYMALLOC malloc
+#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
+#   endif
+#  endif
+#  ifndef YYFREE
+#   define YYFREE free
+#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void free (void *); /* INFRINGES ON USER NAME SPACE */
+#   endif
+#  endif
+# endif
+#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
 
 
-#define        YYFINAL         684
-#define        YYFLAG          -32768
-#define        YYNTBASE        137
+#if (! defined yyoverflow \
+     && (! defined __cplusplus \
+        || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
+
+/* A type that is properly aligned for any stack member.  */
+union yyalloc
+{
+  yytype_int16 yyss;
+  YYSTYPE yyvs;
+  };
+
+/* The size of the maximum gap between one aligned stack and the next.  */
+# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
+
+/* The size of an array large to enough to hold all stacks, each with
+   N elements.  */
+# define YYSTACK_BYTES(N) \
+     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
+      + YYSTACK_GAP_MAXIMUM)
+
+/* Copy COUNT objects from FROM to TO.  The source and destination do
+   not overlap.  */
+# ifndef YYCOPY
+#  if defined __GNUC__ && 1 < __GNUC__
+#   define YYCOPY(To, From, Count) \
+      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
+#  else
+#   define YYCOPY(To, From, Count)             \
+      do                                       \
+       {                                       \
+         YYSIZE_T yyi;                         \
+         for (yyi = 0; yyi < (Count); yyi++)   \
+           (To)[yyi] = (From)[yyi];            \
+       }                                       \
+      while (YYID (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_MAXIMUM; \
+       yyptr += yynewbytes / sizeof (*yyptr);                          \
+      }                                                                        \
+    while (YYID (0))
 
-/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
-#define YYTRANSLATE(x) ((unsigned)(x) <= 390 ? yytranslate[x] : 291)
+#endif
 
-/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
-static const short yytranslate[] =
+/* YYFINAL -- State number of the termination state.  */
+#define YYFINAL  3
+/* YYLAST -- Last index in YYTABLE.  */
+#define YYLAST   3314
+
+/* YYNTOKENS -- Number of terminals.  */
+#define YYNTOKENS  137
+/* YYNNTS -- Number of nonterminals.  */
+#define YYNNTS  155
+/* YYNRULES -- Number of rules.  */
+#define YYNRULES  414
+/* YYNRULES -- Number of states.  */
+#define YYNSTATES  684
+
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
+#define YYUNDEFTOK  2
+#define YYMAXUTOK   391
+
+#define YYTRANSLATE(YYX)                                               \
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
+
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
+static const yytype_uint8 yytranslate[] =
 {
        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
@@ -354,1025 +811,1050 @@ static const short yytranslate[] =
        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
        2,     2,     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
+       2,     2,     2,     2,     2,     2,     1,     2,     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[] =
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
+   YYRHS.  */
+static const yytype_uint16 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
+       0,     0,     3,     4,     8,     9,    12,    14,    16,    17,
+      20,    23,    24,    27,    29,    31,    33,    37,    41,    43,
+      45,    47,    49,    51,    53,    60,    61,    63,    65,    69,
+      72,    74,    75,    79,    81,    83,    85,    87,    92,    96,
+     101,   106,   108,   110,   112,   114,   116,   117,   131,   132,
+     147,   148,   162,   167,   168,   169,   176,   177,   178,   186,
+     187,   188,   196,   197,   198,   205,   206,   207,   214,   217,
+     220,   222,   226,   228,   232,   234,   236,   240,   242,   244,
+     248,   250,   255,   259,   266,   268,   272,   274,   276,   280,
+     282,   286,   288,   292,   296,   300,   305,   307,   309,   311,
+     313,   315,   319,   321,   325,   326,   329,   333,   336,   339,
+     340,   343,   348,   349,   353,   355,   359,   365,   369,   371,
+     372,   376,   377,   381,   382,   386,   390,   394,   396,   400,
+     402,   404,   407,   409,   411,   412,   416,   417,   421,   422,
+     424,   426,   428,   432,   434,   438,   439,   444,   450,   452,
+     456,   459,   463,   467,   472,   476,   482,   489,   491,   495,
+     497,   499,   502,   505,   509,   513,   517,   522,   524,   528,
+     533,   537,   538,   541,   542,   544,   545,   552,   554,   558,
+     559,   563,   564,   568,   570,   572,   574,   576,   578,   580,
+     582,   584,   586,   588,   590,   593,   595,   597,   599,   601,
+     603,   605,   607,   609,   611,   613,   615,   617,   619,   621,
+     623,   625,   627,   629,   631,   633,   635,   637,   639,   641,
+     643,   645,   647,   649,   651,   653,   655,   657,   659,   661,
+     663,   665,   667,   669,   671,   673,   675,   678,   684,   686,
+     689,   691,   694,   695,   702,   703,   710,   713,   716,   717,
+     719,   721,   724,   728,   730,   734,   735,   737,   744,   747,
+     749,   753,   755,   757,   759,   763,   766,   769,   773,   778,
+     780,   784,   787,   790,   794,   799,   801,   804,   807,   811,
+     816,   819,   822,   825,   828,   832,   834,   835,   837,   841,
+     844,   846,   848,   851,   855,   859,   864,   867,   871,   878,
+     880,   883,   886,   890,   894,   899,   904,   910,   914,   919,
+     924,   930,   933,   936,   940,   944,   946,   948,   950,   952,
+     954,   956,   958,   959,   961,   963,   967,   969,   971,   976,
+     977,   979,   981,   985,   987,   989,   996,   998,  1002,  1004,
+    1009,  1013,  1017,  1019,  1022,  1025,  1027,  1029,  1031,  1034,
+    1036,  1039,  1042,  1046,  1048,  1050,  1053,  1056,  1060,  1062,
+    1065,  1069,  1071,  1077,  1081,  1086,  1089,  1093,  1096,  1098,
+    1102,  1106,  1108,  1113,  1115,  1118,  1122,  1126,  1130,  1135,
+    1139,  1141,  1145,  1147,  1149,  1151,  1153,  1155,  1157,  1162,
+    1167,  1172,  1177,  1184,  1189,  1191,  1193,  1195,  1197,  1199,
+    1202,  1203,  1207,  1209,  1213,  1217,  1222,  1224,  1226,  1228,
+    1230,  1232,  1234,  1236,  1238
 };
-static const short yyrhs[] =
+
+/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
+static const yytype_int16 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
+     138,     0,    -1,    -1,   140,   139,   142,    -1,    -1,   140,
+     141,    -1,   145,    -1,   146,    -1,    -1,   147,   143,    -1,
+     152,   143,    -1,    -1,   143,   144,    -1,   147,    -1,   152,
+      -1,   146,    -1,    57,   176,     7,    -1,   115,   180,     7,
+      -1,   155,    -1,   156,    -1,   157,    -1,   159,    -1,   162,
+      -1,   148,    -1,   122,   286,    12,   149,    37,     7,    -1,
+      -1,   150,    -1,   151,    -1,   150,    32,   151,    -1,   123,
+     245,    -1,   245,    -1,    -1,   109,   153,   154,    -1,   155,
+      -1,   156,    -1,   157,    -1,   159,    -1,    50,   228,   190,
+       7,    -1,   228,   190,     7,    -1,   117,   228,   190,     7,
+      -1,   133,   228,   190,     7,    -1,   164,    -1,   173,    -1,
+     134,    -1,   135,    -1,   136,    -1,    -1,   228,   241,   192,
+     160,    34,   194,   196,   200,   201,   202,   205,   206,    35,
+      -1,    -1,   158,   228,   241,   192,   161,    34,   194,   196,
+     200,   201,   202,   205,   206,    35,    -1,    -1,    48,   288,
+      12,   207,    37,   192,   163,    34,   196,   201,   210,   205,
+      35,    -1,    48,   285,   288,     7,    -1,    -1,    -1,    62,
+     165,   112,    20,   166,   215,    -1,    -1,    -1,    62,   167,
+      97,   112,    20,   168,   215,    -1,    -1,    -1,    97,    62,
+     169,   112,    20,   170,   215,    -1,    -1,    -1,    56,   171,
+     112,    20,   172,   215,    -1,    -1,    -1,   113,   228,   174,
+     220,   175,     7,    -1,   231,     7,    -1,   239,     7,    -1,
+     177,    -1,   176,    32,   177,    -1,   179,    -1,     3,   179,
+       3,    -1,    43,    -1,   179,    -1,   178,    32,   179,    -1,
+     284,    -1,   181,    -1,   180,    32,   181,    -1,   290,    -1,
+     290,    12,   183,    37,    -1,    12,   182,    37,    -1,    12,
+     182,    37,    12,   183,    37,    -1,   290,    -1,   182,    32,
+     290,    -1,   185,    -1,   184,    -1,   184,    32,   185,    -1,
+     246,    -1,   184,    32,   246,    -1,   186,    -1,   185,    32,
+     186,    -1,   246,    53,   224,    -1,   246,    53,   187,    -1,
+     246,    53,   187,   257,    -1,   291,    -1,   250,    -1,   189,
+      -1,   261,    -1,   191,    -1,   190,    32,   191,    -1,   241,
+      -1,   241,    33,   188,    -1,    -1,   192,   193,    -1,   228,
+     190,     7,    -1,    64,     7,    -1,    65,     7,    -1,    -1,
+     194,   195,    -1,   105,   228,   190,     7,    -1,    -1,    60,
+     197,     7,    -1,   198,    -1,   197,    32,   198,    -1,   286,
+      31,   199,    46,   261,    -1,   286,    46,   261,    -1,   228,
+      -1,    -1,    49,   260,     7,    -1,    -1,   106,   260,     7,
+      -1,    -1,    61,    63,     7,    -1,    61,    45,     7,    -1,
+      61,   203,     7,    -1,   204,    -1,   203,    32,   204,    -1,
+     261,    -1,   229,    -1,    66,   229,    -1,    64,    -1,    65,
+      -1,    -1,    52,   260,     7,    -1,    -1,    48,   260,     7,
+      -1,    -1,   208,    -1,   209,    -1,   129,    -1,   209,    32,
+     129,    -1,   245,    -1,   209,    32,   245,    -1,    -1,    47,
+      34,   211,    35,    -1,    47,    34,   211,     7,    35,    -1,
+     212,    -1,    12,   211,    37,    -1,   211,     6,    -1,   211,
+       8,   211,    -1,   211,     7,   211,    -1,   285,    12,   213,
+      37,    -1,   285,    12,    37,    -1,   286,    33,   285,    12,
+      37,    -1,   286,    33,   285,    12,   213,    37,    -1,   214,
+      -1,   213,    32,   214,    -1,   278,    -1,   286,    -1,     3,
+     214,    -1,   214,     3,    -1,   214,     3,   214,    -1,    12,
+     214,    37,    -1,   285,    12,    37,    -1,   285,    12,   213,
+      37,    -1,     7,    -1,    34,   216,    35,    -1,    34,   178,
+      35,     7,    -1,    34,    35,     7,    -1,    -1,   216,   159,
+      -1,    -1,   218,    -1,    -1,    58,   219,   280,    12,   260,
+      37,    -1,   221,    -1,   220,    32,   221,    -1,    -1,   241,
+     222,   223,    -1,    -1,    34,   217,    35,    -1,   132,    -1,
+     116,    -1,   118,    -1,   120,    -1,   121,    -1,   124,    -1,
+     125,    -1,   126,    -1,   131,    -1,   127,    -1,   224,    -1,
+     225,   224,    -1,    20,    -1,   225,    -1,    67,    -1,    78,
+      -1,    68,    -1,    69,    -1,    71,    -1,    72,    -1,    73,
+      -1,    74,    -1,    95,    -1,    79,    -1,    80,    -1,    82,
+      -1,    83,    -1,    81,    -1,    75,    -1,    76,    -1,    77,
+      -1,    87,    -1,    88,    -1,    89,    -1,    90,    -1,    91,
+      -1,    99,    -1,   100,    -1,    97,    -1,    98,    -1,   104,
+      -1,   101,    -1,    92,    -1,    93,    -1,    94,    -1,    96,
+      -1,    70,    -1,   102,    -1,    84,    -1,    85,    -1,   226,
+      -1,   231,    -1,   239,    -1,   227,   228,    -1,     8,   229,
+      31,   229,     8,    -1,   228,    -1,   228,   230,    -1,     6,
+      -1,   230,     6,    -1,    -1,   128,   234,   232,    34,   235,
+      35,    -1,    -1,   130,   234,   233,    34,   235,    35,    -1,
+     128,   287,    -1,   130,   287,    -1,    -1,   287,    -1,   236,
+      -1,   235,   236,    -1,   228,   237,     7,    -1,   241,    -1,
+     237,    32,   241,    -1,    -1,    32,    -1,   119,   234,    34,
+     240,   238,    35,    -1,   119,   287,    -1,    25,    -1,   240,
+      32,    25,    -1,   243,    -1,   242,    -1,   286,    -1,    12,
+     242,    37,    -1,     6,   242,    -1,   242,   249,    -1,   242,
+      12,    37,    -1,   242,    12,   208,    37,    -1,    20,    -1,
+      12,   243,    37,    -1,     6,   243,    -1,   243,   249,    -1,
+     243,    12,    37,    -1,   243,    12,   208,    37,    -1,    20,
+      -1,     6,   244,    -1,   244,   249,    -1,   244,    12,    37,
+      -1,   244,    12,   208,    37,    -1,   228,   244,    -1,   228,
+     242,    -1,   228,   247,    -1,   228,   247,    -1,    66,   228,
+     247,    -1,   250,    -1,    -1,   248,    -1,    12,   248,    37,
+      -1,     6,   248,    -1,     6,    -1,   249,    -1,   248,   249,
+      -1,   248,    12,    37,    -1,    12,   208,    37,    -1,   248,
+      12,   208,    37,    -1,    11,    36,    -1,    11,   189,    36,
+      -1,    55,    27,   111,    27,    51,    27,    -1,   253,    -1,
+      27,   253,    -1,   253,    27,    -1,    27,   253,    27,    -1,
+     251,   254,   252,    -1,    27,   251,   254,   252,    -1,   251,
+     254,   252,    27,    -1,    27,   251,   254,   252,    27,    -1,
+      11,   254,    36,    -1,    11,   254,    36,    27,    -1,    27,
+      11,   254,    36,    -1,    27,    11,   254,    36,    27,    -1,
+      10,   284,    -1,    26,   284,    -1,    27,    10,   284,    -1,
+      27,    26,   284,    -1,    22,    -1,    34,    -1,    23,    -1,
+      35,    -1,   265,    -1,    14,    -1,    39,    -1,    -1,   255,
+      -1,    27,    -1,   255,   256,    27,    -1,    32,    -1,    24,
+      -1,    31,   258,    26,   289,    -1,    -1,   259,    -1,   289,
+      -1,   259,    32,   289,    -1,   261,    -1,   262,    -1,    55,
+     262,   111,   262,    51,   262,    -1,   263,    -1,   262,    14,
+     262,    -1,   264,    -1,   279,    12,   260,    37,    -1,   264,
+      39,   264,    -1,   264,    33,   264,    -1,   266,    -1,   269,
+     267,    -1,   269,   268,    -1,     3,    -1,     6,    -1,   269,
+      -1,   265,   266,    -1,   265,    -1,   267,   265,    -1,   265,
+     269,    -1,   268,   265,   269,    -1,   274,    -1,   270,    -1,
+     270,   274,    -1,   274,   270,    -1,   274,   270,   274,    -1,
+     271,    -1,   271,   274,    -1,   272,    31,   289,    -1,   272,
+      -1,    11,   273,    36,    31,   289,    -1,    11,   273,    36,
+      -1,    11,    36,    31,   289,    -1,    11,    36,    -1,   251,
+     273,   252,    -1,   251,   252,    -1,   261,    -1,   273,   256,
+     261,    -1,    12,   262,    37,    -1,   286,    -1,   291,    12,
+     275,    37,    -1,   277,    -1,   274,   276,    -1,   274,    10,
+     284,    -1,   274,    26,   284,    -1,   274,    11,    36,    -1,
+     274,    11,   275,    36,    -1,   274,    31,   289,    -1,   262,
+      -1,   275,    32,   262,    -1,    28,    -1,    29,    -1,    30,
+      -1,    38,    -1,   278,    -1,   107,    -1,    54,    12,   275,
+      37,    -1,   114,    12,    44,    37,    -1,   114,    12,   203,
+      37,    -1,   108,    12,   261,    37,    -1,    59,    12,   261,
+      32,   261,    37,    -1,   108,    12,   228,    37,    -1,    42,
+      -1,    43,    -1,    40,    -1,    41,    -1,   280,    -1,   279,
+     280,    -1,    -1,    21,   281,   282,    -1,   283,    -1,   282,
+      32,   283,    -1,   286,    31,   199,    -1,   286,    31,    66,
+     199,    -1,    25,    -1,    20,    -1,    25,    -1,    25,    -1,
+     284,    -1,   284,    -1,   284,    -1,   284,    -1,   284,    -1
 };
 
-#endif
-
-#if YYDEBUG
-/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
-static const short yyrline[] =
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
+static const yytype_uint16 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
+       0,   382,   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,
+     526,   525,   530,   535,   535,   535,   537,   538,   537,   540,
+     541,   540,   543,   543,   543,   548,   549,   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,   668,   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,   970,   969,   974,   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
 };
 #endif
 
-
-#if (YYDEBUG) || defined YYERROR_VERBOSE
-
-/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
+#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
+/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
+   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
 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
+  "$end", "error", "$undefined", "simpleOp", "PREFIX_OP", "POSTFIX_OP",
+  "LLT_MULOP", "LLT_SEMI", "LLT_VERTICALBAR", "ITERATION_OP", "selectSym",
+  "LLT_LBRACKET", "LLT_LPAR", "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", "$accept",
+  "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
 };
 #endif
 
-/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
-static const short yyr1[] =
+# ifdef YYPRINT
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
+   token YYLEX-NUM.  */
+static const yytype_uint16 yytoknum[] =
+{
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
+     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
+     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
+     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
+     295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
+     305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
+     315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
+     325,   326,   327,   328,   329,   330,   331,   332,   333,   334,
+     335,   336,   337,   338,   339,   340,   341,   342,   343,   344,
+     345,   346,   347,   348,   349,   350,   351,   352,   353,   354,
+     355,   356,   357,   358,   359,   360,   361,   362,   363,   364,
+     365,   366,   367,   368,   369,   370,   371,   372,   373,   374,
+     375,   376,   377,   378,   379,   380,   381,   382,   383,   384,
+     385,   386,   387,   388,   389,   390,   391
+};
+# endif
+
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
+static const yytype_uint16 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
+       0,   137,   139,   138,   140,   140,   141,   141,   142,   142,
+     142,   143,   143,   144,   144,   144,   145,   146,   147,   147,
+     147,   147,   147,   147,   148,   149,   149,   150,   150,   151,
+     151,   153,   152,   154,   154,   154,   154,   155,   156,   156,
+     156,   157,   157,   158,   158,   158,   160,   159,   161,   159,
+     163,   162,   162,   165,   166,   164,   167,   168,   164,   169,
+     170,   164,   171,   172,   164,   174,   175,   173,   173,   173,
+     176,   176,   177,   177,   177,   178,   178,   179,   180,   180,
+     181,   181,   181,   181,   182,   182,   183,   183,   183,   184,
+     184,   185,   185,   186,   186,   186,   187,   187,   188,   189,
+     190,   190,   191,   191,   192,   192,   193,   193,   193,   194,
+     194,   195,   196,   196,   197,   197,   198,   198,   199,   200,
+     200,   201,   201,   202,   202,   202,   202,   203,   203,   204,
+     204,   204,   204,   204,   205,   205,   206,   206,   207,   207,
+     208,   208,   208,   209,   209,   210,   210,   210,   211,   211,
+     211,   211,   211,   212,   212,   212,   212,   213,   213,   214,
+     214,   214,   214,   214,   214,   214,   214,   215,   215,   215,
+     215,   216,   216,   217,   217,   219,   218,   220,   220,   222,
+     221,   223,   223,   224,   224,   224,   224,   224,   224,   224,
+     224,   224,   224,   225,   225,   226,   226,   227,   227,   227,
+     227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
+     227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
+     227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
+     227,   227,   227,   228,   228,   228,   228,   228,   229,   229,
+     230,   230,   232,   231,   233,   231,   231,   231,   234,   234,
+     235,   235,   236,   237,   237,   238,   238,   239,   239,   240,
+     240,   241,   241,   242,   242,   242,   242,   242,   242,   243,
+     243,   243,   243,   243,   243,   244,   244,   244,   244,   244,
+     245,   245,   245,   246,   246,   246,   247,   247,   248,   248,
+     248,   248,   248,   248,   248,   248,   249,   249,   250,   250,
+     250,   250,   250,   250,   250,   250,   250,   250,   250,   250,
+     250,   250,   250,   250,   250,   251,   251,   252,   252,   253,
+     253,   253,   254,   254,   255,   255,   256,   256,   257,   258,
+     258,   259,   259,   260,   261,   262,   262,   262,   263,   263,
+     263,   263,   264,   264,   264,   265,   265,   266,   266,   267,
+     267,   268,   268,   269,   269,   269,   269,   269,   269,   269,
+     270,   270,   271,   271,   271,   271,   272,   272,   273,   273,
+     274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
+     275,   275,   276,   276,   276,   276,   277,   277,   277,   277,
+     277,   277,   277,   277,   278,   278,   278,   278,   279,   279,
+     281,   280,   282,   282,   283,   283,   284,   284,   285,   286,
+     287,   288,   289,   290,   291
 };
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
-static const short yyr2[] =
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
+static const yytype_uint8 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,
+       0,     2,     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,     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
+       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[] =
+/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
+   means the default is an error.  */
+static const yytype_uint16 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
+       4,     0,     2,     1,     0,     0,     8,     5,     6,     7,
+       0,   407,   406,    74,     0,    70,    72,    77,     0,     0,
+      78,   413,    80,     0,   195,     0,     0,    62,    53,   197,
+     199,   200,   229,   201,   202,   203,   204,   211,   212,   213,
+     198,   206,   207,   210,   208,   209,   231,   232,   214,   215,
+     216,   217,   218,   225,   226,   227,   205,   228,   221,   222,
+     219,   220,   224,   230,   223,    31,     0,   184,     0,   185,
+     248,   186,   187,     0,   188,   189,   190,   192,   248,   248,
+     191,   183,     0,    43,    44,    45,     3,    11,    23,    11,
+      18,    19,    20,     0,    21,    22,    41,    42,   193,   196,
+     233,     0,     0,   234,   235,     0,    16,     0,     0,    84,
+      17,     0,     0,   221,   238,     0,   234,   235,   408,   411,
+       0,     0,     0,     0,     0,     0,    59,     0,    65,     0,
+       0,   410,   258,   409,     0,   242,   246,   244,   247,     0,
+       9,    10,     0,   194,   236,     0,     0,   269,     0,   100,
+     104,   262,   261,   263,    68,    69,    73,    71,     0,    82,
+      79,   345,   346,     0,   322,   320,   315,     0,     0,   316,
+     321,     0,     0,     0,    87,    86,    91,   286,    89,   285,
+     322,   299,   319,   240,   239,     0,     0,   138,     0,   102,
+       0,     0,     0,     0,    32,    33,    34,    35,    36,     0,
+       0,     0,    25,     0,     0,     0,    12,    15,    13,    14,
+     104,   265,   271,     0,     0,    38,     0,     0,    46,     0,
+       0,   266,     0,   272,    85,     0,   311,   324,     0,   323,
+     312,     0,   322,     0,   322,   300,     0,   286,    81,     0,
+       0,   290,     0,   283,   287,   291,     0,     0,   301,   241,
+       0,    52,   141,     0,   139,   140,   286,   143,    37,    63,
+      54,     0,     0,    66,   177,   179,    39,   259,   255,     0,
+       0,    26,    27,    30,     0,     0,    40,    48,   264,   270,
+     101,     0,     0,   400,   409,   396,   397,   394,   395,     0,
+       0,     0,   387,     0,     0,   103,    98,     0,    99,   334,
+     336,   338,     0,   342,   347,   354,   358,   361,   353,   373,
+     386,     0,   398,   414,   371,     0,     0,     0,     0,   105,
+       0,   296,     0,   267,     0,   273,     0,     0,   307,   327,
+     326,     0,   313,     0,   314,     0,   302,     0,   284,    88,
+      90,    92,     0,   289,     0,     0,     0,   292,    94,    93,
+      97,    96,   317,   318,   303,   237,   104,     0,   290,     0,
+     275,   281,   280,   282,     0,     0,    57,    60,     0,     0,
+     181,   256,     0,    29,     0,     0,     0,     0,   250,     0,
+       0,   365,   368,     0,     0,     0,     0,     0,     0,     0,
+       0,   367,     0,     0,     0,     0,   348,   347,   349,   343,
+     344,   355,   359,     0,     0,     0,     0,   382,   383,   384,
+       0,   385,   356,   374,     0,   399,     0,   107,   108,   109,
+       0,   297,   268,   274,    83,   308,   325,   309,   304,     0,
+     294,   288,   293,     0,   329,    95,   305,    50,   142,   144,
+     276,   290,     0,   277,   167,   171,    64,    55,     0,     0,
+     178,    67,   173,   180,   260,   257,    24,    28,     0,   253,
+     243,   251,   245,   109,     0,   363,     0,   370,   401,   402,
+       0,   380,     0,     0,     0,   195,     0,     0,     0,   132,
+     133,     0,     0,   127,   130,   129,   366,   337,   341,   340,
+     351,   350,     0,   412,   360,   375,   377,     0,   376,   379,
+     357,     0,   333,     0,   112,   106,   310,   306,     0,   295,
+       0,   330,   331,     0,   278,     0,     0,     0,    75,     0,
+      58,    61,   175,     0,   174,   252,     0,   112,   364,     0,
+     369,     0,     0,     0,   388,     0,     0,   393,   391,   389,
+     131,     0,   390,   352,   378,   339,   372,     0,     0,   110,
+     119,   298,     0,     0,   112,   279,   170,     0,     0,   168,
+     172,     0,     0,   182,   254,   119,   362,   403,     0,   404,
+     118,   381,     0,     0,   128,     0,   114,     0,     0,     0,
+     121,   328,   332,   121,    76,   169,   104,     0,   121,   405,
+     335,   392,   113,     0,     0,     0,     0,     0,     0,   123,
+     145,     0,   123,   115,     0,   117,   111,   120,     0,     0,
+     134,     0,   134,     0,   134,     0,   122,     0,     0,     0,
+       0,   136,     0,     0,   176,   136,   116,   125,   124,   126,
+       0,     0,     0,     0,   409,     0,   148,     0,     0,    51,
+       0,   135,     0,    47,     0,   150,     0,     0,   146,     0,
+       0,    49,   137,     0,   149,   147,   152,   151,     0,     0,
+     154,     0,   157,   159,     0,   160,   408,     0,   161,     0,
+       0,   153,   162,     0,     0,   164,   158,   163,   165,     0,
+     155,     0,   166,   156
 };
 
-static const short yydefgoto[] =
+/* YYDEFGOTO[NTERM-NUM].  */
+static const yytype_int16 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
+      -1,     1,     6,     2,     7,    86,   140,   206,     8,   207,
+     208,    88,   270,   271,   272,   209,   127,   194,    90,    91,
+      92,    93,    94,   318,   380,    95,   513,    96,   124,   365,
+     125,   448,   193,   449,   123,   364,    97,   199,   369,    14,
+      15,   517,    16,    19,    20,   108,   173,   174,   175,   176,
+     348,   295,   296,   148,   149,   218,   319,   504,   549,   550,
+     575,   576,   569,   580,   599,   610,   482,   483,   621,   632,
+     253,   344,   255,   612,   656,   636,   661,   662,   446,   519,
+     523,   524,   562,   263,   264,   370,   453,    98,    99,   100,
+     101,   256,   484,   184,   116,   203,   204,   130,   377,   378,
+     458,   372,   117,   268,   189,   151,   152,   362,   257,   178,
+     243,   244,   245,   179,   297,   354,   181,   228,   229,   466,
+     435,   510,   511,   501,   502,   299,   300,   301,   302,   303,
+     399,   400,   304,   305,   306,   307,   383,   308,   472,   413,
+     309,   310,   311,   312,   385,   468,   469,   313,   664,   314,
+     132,   121,   494,    22,   315
 };
 
-static const short yypact[] =
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
+   STATE-NUM.  */
+#define YYPACT_NINF -607
+static const yytype_int16 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
+    -607,    50,   -29,  -607,   198,    89,  1350,  -607,  -607,  -607,
+     208,  -607,  -607,  -607,    65,  -607,  -607,  -607,   208,   110,
+    -607,  -607,    45,  2903,  -607,   276,  2903,  -607,    18,  -607,
+    -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+    -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+    -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,    85,  -607,
+    -607,  -607,  -607,  -607,  -607,  -607,  2903,  -607,  2903,  -607,
+     208,  -607,  -607,   133,  -607,  -607,  -607,  -607,   208,   208,
+    -607,  -607,  2903,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+    -607,  -607,  -607,  2903,  -607,  -607,  -607,  -607,  -607,   399,
+    -607,  2903,   336,   155,   192,   185,  -607,   198,   268,  -607,
+    -607,    89,  1152,  -607,   213,   199,  -607,  -607,   297,  -607,
+     208,   305,   336,   240,   242,   273,  -607,  1445,  -607,   336,
+     333,  -607,   359,  -607,   369,  -607,   359,  -607,   359,   336,
+    1247,  1247,   336,  -607,  -607,   336,   336,  -607,   139,  -607,
+     145,   416,   422,  -607,  -607,  -607,  -607,  -607,   208,   388,
+    -607,  -607,  -607,   208,   360,  -607,  -607,   208,   471,  -607,
+    -607,   376,  2903,   398,   393,   406,  -607,   347,   387,  -607,
+     360,   445,  -607,  -607,   456,  2903,   476,  2319,   143,   457,
+     474,   484,   397,   404,  -607,  -607,  -607,  -607,  -607,   336,
+     150,   481,  2414,   477,   488,   166,  -607,  -607,  -607,  -607,
+    -607,   416,   422,   239,   279,  -607,   336,  3150,  1836,   272,
+    1933,  -607,  2030,  -607,  -607,  1152,  -607,  -607,   482,   224,
+    -607,   208,   360,   208,   360,   501,   418,   347,  -607,  1152,
+    1152,   347,  1741,  -607,   433,  -607,   453,   118,  -607,  -607,
+     524,  -607,  -607,   496,  -607,   503,   435,  -607,  -607,  -607,
+    -607,   517,   519,   508,  -607,  -607,  -607,  -607,   509,  2903,
+     505,   512,  -607,  -607,  2903,  2903,  -607,  1836,  -607,  -607,
+    -607,  3059,  3150,  -607,   297,  -607,  -607,  -607,  -607,   533,
+    3150,   534,  -607,   535,   536,  -607,  -607,  3033,  -607,   537,
+    -607,   304,  3200,  -607,   329,  1155,  1155,   521,   654,  -607,
+    -607,   188,  -607,  -607,  -607,   538,   547,   548,   522,  -607,
+     336,  -607,   523,  -607,   527,  -607,   528,   529,   540,  -607,
+    -607,   541,  -607,   525,  -607,   118,  -607,   543,  -607,   406,
+     387,  -607,   387,   433,   539,   292,  2127,  -607,   544,  -607,
+    -607,  -607,  -607,  -607,   545,  -607,  -607,  2509,   435,  1644,
+    -607,   416,   446,  -607,    35,    35,  -607,  -607,   336,   553,
+     549,   556,   551,  -607,   580,  2414,   336,  2611,  -607,  2713,
+     554,   559,  -607,   381,    44,   133,  3150,    -1,  3150,  1022,
+     762,  -607,   375,  3150,  3200,  3200,  -607,  -607,   335,   329,
+     329,   236,   236,   208,   208,  3109,   208,  -607,  -607,  -607,
+     208,  -607,  1155,  -607,  3150,  -607,  3150,  -607,  -607,  -607,
+     189,  -607,  -607,  -607,  -607,  -607,  -607,   564,   565,   550,
+    -607,  -607,  -607,   557,   208,  -607,  -607,  1836,  -607,  -607,
+     446,   459,  2224,  -607,  -607,   182,  -607,  -607,    35,    35,
+    -607,  -607,   542,  -607,  -607,  -607,  -607,  -607,   197,  -607,
+    -607,  -607,  -607,  -607,   208,   567,  3150,  -607,   563,  -607,
+     568,   537,   293,  3150,   570,   584,   566,   573,   574,  -607,
+    -607,  2903,   312,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+    -607,  -607,   335,  -607,  -607,  -607,  -607,   394,  -607,  -607,
+     236,   575,  -607,   331,   -15,  -607,  -607,  -607,   578,  -607,
+     588,   583,  -607,   582,  -607,   586,   610,   247,  -607,  1547,
+    -607,  -607,  -607,   585,  -607,  -607,   336,   -15,  -607,   208,
+    -607,   133,  2808,  3150,  -607,    25,  3150,  -607,  -607,  -607,
+    -607,   892,  -607,  -607,  -607,  -607,  -607,   133,  2903,  -607,
+     577,  -607,   208,   208,   569,  -607,  -607,   208,   617,  -607,
+    -607,   336,   606,  -607,  -607,   577,  -607,  -607,  2903,  -607,
+    -607,   537,  3150,   594,  -607,   270,  -607,    77,   336,  3150,
+     530,  -607,  -607,   530,  -607,  -607,  -607,   625,   530,  -607,
+     537,  -607,  -607,   133,  2903,  3150,   278,   634,  3150,   581,
+     592,  3150,   581,  -607,   599,  -607,  -607,  -607,   639,   632,
+     595,   614,   595,   612,   595,  3150,  -607,   643,   644,   288,
+    3150,   607,   181,   621,  -607,   607,  -607,  -607,  -607,  -607,
+     651,  3150,   624,   181,   648,   126,  -607,   649,   629,  -607,
+     628,  -607,   660,  -607,    48,  -607,   299,   181,  -607,   212,
+     645,  -607,  -607,   181,  -607,  -607,   661,  -607,   202,   202,
+    -607,   351,   665,  -607,   659,  -607,  -607,   666,  -607,    43,
+     202,  -607,   246,   379,   411,  -607,   665,  -607,  -607,   358,
+    -607,   365,  -607,  -607
 };
 
-static const short yypgoto[] =
+/* YYPGOTO[NTERM-NUM].  */
+static const yytype_int16 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
+    -607,  -607,  -607,  -607,  -607,  -607,   590,  -607,  -607,   679,
+     683,  -607,  -607,  -607,   315,   687,  -607,  -607,   591,   608,
+     611,  -607,  -123,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+    -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,  -607,
+     587,  -607,    -8,  -607,   626,  -607,   516,  -607,   504,   502,
+    -607,  -607,   526,  -110,   531,  -190,  -607,   281,  -607,  -483,
+    -607,   156,  -520,   190,  -159,   152,   157,   220,  -353,   142,
+    -607,  -182,  -607,  -607,  -554,  -607,  -185,  -606,  -322,  -607,
+    -607,  -607,  -607,  -607,   401,  -607,  -607,   -91,  -607,  -607,
+    -607,    -5,   -20,  -607,    29,  -607,  -607,   417,   497,    -6,
+    -607,  -607,    54,  -607,   -95,  -119,   353,   413,  -178,   261,
+    -137,  -210,   -22,   532,   -14,  -248,   609,  -121,  -607,   546,
+    -607,  -607,  -607,  -528,  -203,  -265,  -607,   108,  -101,   478,
+    -607,  -607,  -280,   468,  -607,  -607,   489,  -269,  -285,  -607,
+    -607,  -308,  -607,  -305,  -607,  -607,   248,     5,   -25,   -40,
+     434,   668,  -369,    16,   552
 };
 
-
-#define        YYLAST          3340
-
-
-static const short yytable[] =
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
+   positive, shift that token.  If negative, reduce the rule which
+   number is the opposite.  If zero, do what YYDEFACT says.
+   If YYTABLE_NINF, syntax error.  */
+#define YYTABLE_NINF -409
+static const yytype_int16 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,
+     120,   102,   105,   115,   198,   254,   415,   150,   143,    17,
+      21,   182,   188,   393,   298,    17,   298,   384,   114,   200,
+     277,   122,   397,    21,   273,   387,   211,   213,     4,   205,
+     119,   343,   345,   134,   109,   103,   401,   402,   324,   393,
+     326,   499,   444,   447,   565,   547,   672,   210,   589,   391,
+       3,   597,   668,   669,   645,   653,   647,   112,   393,   247,
+     104,   128,   153,   129,   676,   512,   677,   182,   635,   445,
+     608,   583,   106,   613,   604,   131,   572,   139,   382,   644,
+     675,   467,   153,   131,   131,   654,     5,   428,   142,   153,
+     548,   373,   630,   657,   382,   528,   144,   107,   180,   153,
+     338,    18,   153,   642,   265,   153,   153,   177,   594,    11,
+     473,   333,    17,   335,    12,   -56,    21,   110,   490,   363,
+     497,   471,   102,   595,   182,   119,   520,   521,   487,   221,
+     223,   503,   645,   646,   647,   102,   102,   361,   182,   182,
+     471,   352,   111,   500,   486,   182,   215,   126,   343,   345,
+     258,   471,  -102,   353,   234,   349,   103,   266,   133,   153,
+     566,   648,   154,    21,   433,   250,   437,   237,   226,   103,
+     103,   216,   230,   276,   224,   216,   153,  -102,   217,   439,
+     114,   104,   216,   581,   582,   474,   477,   485,   156,   221,
+     223,   221,   223,   633,   104,   104,   505,   273,   216,   155,
+     414,    10,    11,   398,   525,   658,   634,    12,   535,   283,
+     420,   180,   543,   320,   659,   658,   153,   516,    11,   183,
+     177,   216,   347,    12,   659,   180,   180,   634,    11,   526,
+     185,   343,   180,    12,   177,   177,   332,   634,   334,   211,
+     213,    13,   285,   286,   287,   288,   404,   405,   329,   660,
+     219,   220,   285,   286,   287,   288,   330,   587,   659,   623,
+     515,   625,   406,   530,   407,   408,   409,   410,   571,   376,
+     376,   634,   320,   265,   411,   161,   278,   592,   162,   557,
+     153,   459,   558,   281,   282,   606,   285,   286,   287,   288,
+     219,   222,    11,   283,   166,   629,    11,   284,   491,   492,
+     158,   118,   593,   219,   346,   159,   169,   590,   321,  -406,
+     216,   633,   285,   286,   287,   288,   279,   187,   153,   153,
+     541,   347,   211,   347,   634,   533,   289,   290,   153,   431,
+     534,   291,   161,   573,   655,   162,   153,   394,   485,   221,
+     443,   663,   145,   395,   541,   470,   281,   282,   146,   542,
+     663,   663,   190,   241,   191,    11,   147,   166,   219,   242,
+     284,   133,   663,   533,   663,   663,   663,   201,   546,   169,
+     192,   461,   376,   461,   376,   285,   286,   287,   288,   292,
+     293,   202,   658,   670,   476,   114,   294,   227,   671,   289,
+     670,   659,   605,  -249,   291,   682,   560,   670,   352,   329,
+     225,   153,   683,   236,   634,   329,   485,   330,   493,   495,
+     353,   498,   626,   330,   658,   493,   678,   465,   443,   285,
+     286,   287,   288,   659,   600,   239,   533,   219,   220,   602,
+     544,   564,   320,   219,   222,   238,   634,   518,   240,   493,
+     246,   358,   292,   293,   219,   346,   219,   359,   680,   294,
+      17,   285,   286,   287,   288,   360,   161,   219,   442,   162,
+     133,   540,   249,   163,   164,   441,   586,   165,   596,   493,
+     219,   359,   248,    11,   161,   166,   114,   162,    12,   167,
+     168,   231,   232,   251,   133,   165,   153,   169,   679,   681,
+     217,   470,   170,   166,   259,   135,   137,   233,   212,   214,
+     340,   342,   488,   489,   260,   169,   267,   577,   171,   261,
+     170,   274,   136,   138,   561,    67,   262,    69,   328,    71,
+      72,   153,   275,    74,    75,    76,    77,   570,   336,   337,
+      80,    81,   355,   356,   493,   357,   114,   366,   153,   367,
+     368,   371,   374,   578,   375,   386,   388,   389,   390,   584,
+     416,   393,   403,   577,   417,   418,   419,   493,   493,   421,
+     451,   427,    17,   570,   422,   423,   424,   425,   426,    67,
+     429,    69,   436,    71,    72,   434,   430,    74,    75,    76,
+      77,   454,   638,   452,    80,    81,   455,   456,   463,   570,
+     464,   506,   507,   638,   509,   531,  -407,   637,   529,   532,
+     522,   508,   536,   537,   114,   551,   638,   638,   637,   665,
+     538,   539,   545,   638,   552,   553,   554,   556,   665,   665,
+     563,   637,   637,   555,   585,   667,   579,   283,   637,   547,
+     665,   591,   665,   665,   665,   161,   598,   601,   162,   611,
+      23,   607,   609,   281,   282,   615,   616,   620,   622,   624,
+     627,   628,   475,   283,   166,   631,   639,   284,   641,   643,
+    -408,   649,   650,   651,   404,   405,   169,   652,   672,   647,
+     666,   673,   285,   286,   287,   288,   166,   617,   674,   141,
+     406,     9,   407,   408,   409,   410,   289,   290,   169,    87,
+     457,   291,   411,    89,   157,   618,   479,   480,   481,    29,
+      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+      40,    41,    42,    43,    44,    45,    46,    47,   195,    48,
+      49,    50,    51,    52,    53,    54,    55,    56,    57,   113,
+      59,    60,    61,    62,    63,   196,    64,   160,   197,   292,
+     293,   327,   341,   339,   527,   322,   294,   280,    67,   603,
+      69,    70,    71,    72,   614,   588,    74,    75,    76,    77,
+      78,   574,    79,    80,    81,   161,   619,   640,   162,   450,
+      23,   440,   379,   281,   282,   331,   412,   235,   350,   567,
+     396,     0,   475,   283,   166,     0,   392,   284,   186,     0,
+       0,     0,     0,     0,     0,     0,   169,     0,   351,     0,
+       0,     0,   285,   286,   287,   288,   478,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   289,   290,     0,     0,
+       0,   291,     0,     0,     0,     0,   479,   480,   481,    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,
+      40,    41,    42,    43,    44,    45,    46,    47,     0,    48,
+      49,    50,    51,    52,    53,    54,    55,    56,    57,   113,
+      59,    60,    61,    62,    63,     0,    64,     0,     0,   292,
+     293,     0,     0,     0,     0,     0,   294,     0,    67,     0,
+      69,    70,    71,    72,     0,     0,    74,    75,    76,    77,
+      78,     0,    79,    80,    81,   161,     0,     0,   162,     0,
+      23,     0,     0,   281,   282,     0,     0,     0,     0,     0,
+       0,     0,   475,   283,   166,     0,     0,   284,     0,     0,
+       0,     0,     0,     0,     0,     0,   169,     0,     0,     0,
+       0,     0,   285,   286,   287,   288,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   289,   290,     0,     0,
+       0,   291,     0,     0,     0,     0,   479,   480,   481,    29,
+      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+      40,    41,    42,    43,    44,    45,    46,    47,     0,    48,
+      49,    50,    51,    52,    53,    54,    55,    56,    57,   113,
+      59,    60,    61,    62,    63,     0,    64,     0,     0,   292,
+     293,     0,     0,     0,     0,     0,   294,     0,    67,     0,
+      69,    70,    71,    72,     0,     0,    74,    75,    76,    77,
+      78,     0,    79,    80,    81,   161,     0,     0,   162,     0,
+      23,     0,     0,   281,   282,     0,     0,     0,     0,     0,
+       0,     0,   475,   283,   166,     0,     0,   284,     0,     0,
+       0,     0,     0,     0,     0,     0,   169,     0,     0,     0,
+       0,     0,   285,   286,   287,   288,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,   289,   290,     0,     0,
+       0,   291,     0,     0,     0,     0,     0,     0,     0,    29,
+      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+      40,    41,    42,    43,    44,    45,    46,    47,     0,    48,
+      49,    50,    51,    52,    53,    54,    55,    56,    57,   113,
+      59,    60,    61,    62,    63,     0,    64,     0,     0,   292,
+     293,     0,     0,     0,     0,     0,   294,     0,    67,     0,
+      69,    70,    71,    72,     0,     0,    74,    75,    76,    77,
+      78,     0,    79,    80,    81,   161,     0,     0,   162,     0,
+      23,     0,   163,   164,     0,     0,   165,   282,     0,     0,
+       0,     0,    24,     0,   166,    11,     0,     0,   167,   168,
+     284,     0,     0,     0,     0,     0,   169,     0,     0,     0,
+       0,   170,     0,     0,     0,   285,   286,   287,   288,     0,
+       0,     0,     0,     0,     0,     0,     0,   171,     0,   289,
+       0,     0,     0,     0,   291,     0,     0,     0,   172,    29,
+      30,    31,    32,    33,    34,    35,    36,    37,    38,    39,
+      40,    41,    42,    43,    44,    45,    46,    47,     0,    48,
+      49,    50,    51,    52,    53,    54,    55,    56,    57,   113,
+      59,    60,    61,    62,    63,    23,    64,     0,     0,     0,
+       0,     0,   292,   293,     0,     0,     0,    24,    67,   294,
+      69,    70,    71,    72,     0,     0,    74,    75,    76,    77,
+      78,     0,    79,    80,    81,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,    25,     0,    26,     0,     0,
+       0,     0,     0,    27,     0,     0,     0,     0,     0,    28,
+       0,     0,     0,     0,    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,
+      45,    46,    47,     0,    48,    49,    50,    51,    52,    53,
+      54,    55,    56,    57,    58,    59,    60,    61,    62,    63,
+       0,    64,     0,     0,     0,     0,    65,     0,    23,     0,
+      66,     0,     5,    67,    68,    69,    70,    71,    72,    73,
+      24,    74,    75,    76,    77,    78,     0,    79,    80,    81,
+      82,    83,    84,    85,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,    25,     0,
+      26,     0,     0,     0,     0,     0,    27,     0,     0,     0,
+       0,     0,    28,     0,     0,     0,     0,    29,    30,    31,
+      32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
+      42,    43,    44,    45,    46,    47,     0,    48,    49,    50,
+      51,    52,    53,    54,    55,    56,    57,    58,    59,    60,
+      61,    62,    63,    23,    64,     0,     0,     0,     0,    65,
+       0,     0,     0,    66,     0,    24,    67,    68,    69,    70,
+      71,    72,    73,     0,    74,    75,    76,    77,    78,     0,
+      79,    80,    81,    82,    83,    84,    85,     0,     0,     0,
+       0,     0,     0,     0,     0,    26,     0,     0,     0,     0,
+       0,    27,     0,     0,     0,     0,     0,    28,     0,     0,
+       0,     0,    29,    30,    31,    32,    33,    34,    35,    36,
+      37,    38,    39,    40,    41,    42,    43,    44,    45,    46,
+      47,     0,    48,    49,    50,    51,    52,    53,    54,    55,
+      56,    57,    58,    59,    60,    61,    62,    63,     0,    64,
+       0,     0,     0,     0,     0,    23,     0,     0,    66,     0,
+       0,    67,    68,    69,    70,    71,    72,    24,     0,    74,
+      75,    76,    77,    78,     0,    79,    80,    81,    82,    83,
+      84,    85,   559,     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,    29,    30,    31,    32,    33,    34,
+      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
+      45,    46,    47,     0,    48,    49,    50,    51,    52,    53,
+      54,    55,    56,    57,   113,    59,    60,    61,    62,    63,
+     441,    64,    23,     0,     0,   219,   359,     0,     0,     0,
+       0,     0,     0,    67,    24,    69,    70,    71,    72,   133,
+       0,    74,    75,    76,    77,    78,     0,    79,    80,    81,
+       0,    83,    84,    85,     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,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
+       0,    48,    49,    50,    51,    52,    53,    54,    55,    56,
+      57,   113,    59,    60,    61,    62,    63,   241,    64,    23,
+       0,     0,   219,   242,     0,     0,     0,     0,     0,     0,
+      67,    24,    69,    70,    71,    72,     0,     0,    74,    75,
+      76,    77,    78,   252,    79,    80,    81,     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,    29,    30,
+      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
+      41,    42,    43,    44,    45,    46,    47,     0,    48,    49,
+      50,    51,    52,    53,    54,    55,    56,    57,   113,    59,
+      60,    61,    62,    63,    23,    64,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,    24,    67,     0,    69,
+      70,    71,    72,     0,     0,    74,    75,    76,    77,    78,
+     252,    79,    80,    81,     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,
+     316,   317,     0,    29,    30,    31,    32,    33,    34,    35,
+      36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
+      46,    47,     0,    48,    49,    50,    51,    52,    53,    54,
+      55,    56,    57,   113,    59,    60,    61,    62,    63,     0,
+      64,    23,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,    67,    24,    69,    70,    71,    72,     0,     0,
+      74,    75,    76,    77,    78,     0,    79,    80,    81,     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,   323,     0,     0,
+      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+      39,    40,    41,    42,    43,    44,    45,    46,    47,     0,
+      48,    49,    50,    51,    52,    53,    54,    55,    56,    57,
+     113,    59,    60,    61,    62,    63,     0,    64,    23,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,    67,
+      24,    69,    70,    71,    72,     0,     0,    74,    75,    76,
+      77,    78,   252,    79,    80,    81,     0,   325,     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,    29,    30,    31,
+      32,    33,    34,    35,    36,    37,    38,    39,    40,    41,
+      42,    43,    44,    45,    46,    47,     0,    48,    49,    50,
+      51,    52,    53,    54,    55,    56,    57,   113,    59,    60,
+      61,    62,    63,     0,    64,    23,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,    67,    24,    69,    70,
+      71,    72,     0,     0,    74,    75,    76,    77,    78,   252,
+      79,    80,    81,     0,   432,     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,    29,    30,    31,    32,    33,    34,
+      35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
+      45,    46,    47,     0,    48,    49,    50,    51,    52,    53,
+      54,    55,    56,    57,   113,    59,    60,    61,    62,    63,
+       0,    64,    23,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,    67,    24,    69,    70,    71,    72,     0,
+       0,    74,    75,    76,    77,    78,   252,    79,    80,    81,
+       0,   514,     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,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
+       0,    48,    49,    50,    51,    52,    53,    54,    55,    56,
+      57,   113,    59,    60,    61,    62,    63,    23,    64,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,    24,
+      67,     0,    69,    70,    71,    72,     0,     0,    74,    75,
+      76,    77,    78,   252,    79,    80,    81,     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,    29,    30,    31,    32,
+      33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
+      43,    44,    45,    46,    47,     0,    48,    49,    50,    51,
+      52,    53,    54,    55,    56,    57,   113,    59,    60,    61,
+      62,    63,    23,    64,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,    24,    67,     0,    69,    70,    71,
+      72,     0,     0,    74,    75,    76,    77,    78,   252,    79,
+      80,    81,     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,    29,    30,    31,    32,    33,    34,    35,    36,    37,
+      38,    39,    40,    41,    42,    43,    44,    45,    46,    47,
+       0,    48,    49,    50,    51,    52,    53,    54,    55,    56,
+      57,   113,    59,    60,    61,    62,    63,    23,    64,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,    24,
+      67,     0,    69,    70,    71,    72,     0,   269,    74,    75,
+      76,    77,    78,     0,    79,    80,    81,     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,    29,    30,    31,    32,
+      33,    34,    35,    36,    37,    38,    39,    40,    41,    42,
+      43,    44,    45,    46,    47,     0,    48,    49,    50,    51,
+      52,    53,    54,    55,    56,    57,   113,    59,    60,    61,
+      62,    63,     0,    64,     0,     0,     0,     0,     0,    23,
+       0,     0,     0,     0,     0,    67,     0,    69,    70,    71,
+      72,    24,     0,    74,    75,    76,    77,    78,   438,    79,
+      80,    81,     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,     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,    29,    30,
+      31,    32,    33,    34,    35,    36,    37,    38,    39,    40,
+      41,    42,    43,    44,    45,    46,    47,     0,    48,    49,
+      50,    51,    52,    53,    54,    55,    56,    57,   113,    59,
+      60,    61,    62,    63,     0,    64,     0,     0,     0,     0,
+       0,    23,     0,     0,     0,     0,     0,    67,     0,    69,
+      70,    71,    72,    24,     0,    74,    75,    76,    77,    78,
+       0,    79,    80,    81,     0,     0,     0,     0,   462,     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,
+      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+      39,    40,    41,    42,    43,    44,    45,    46,    47,     0,
+      48,    49,    50,    51,    52,    53,    54,    55,    56,    57,
+     113,    59,    60,    61,    62,    63,    23,    64,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,    24,    67,
+       0,    69,    70,    71,    72,     0,     0,    74,    75,    76,
+      77,    78,     0,    79,    80,    81,     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,   568,    29,    30,    31,    32,    33,
+      34,    35,    36,    37,    38,    39,    40,    41,    42,    43,
+      44,    45,    46,    47,     0,    48,    49,    50,    51,    52,
+      53,    54,    55,    56,    57,   113,    59,    60,    61,    62,
+      63,    23,    64,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,    24,    67,     0,    69,    70,    71,    72,
+       0,     0,    74,    75,    76,    77,    78,     0,    79,    80,
+      81,     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,
+      29,    30,    31,    32,    33,    34,    35,    36,    37,    38,
+      39,    40,    41,    42,    43,    44,    45,    46,    47,     0,
+      48,    49,    50,    51,    52,    53,    54,    55,    56,    57,
+     113,    59,    60,    61,    62,    63,     0,    64,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,    67,
+       0,    69,    70,    71,    72,     0,     0,    74,    75,    76,
+      77,    78,     0,    79,    80,    81,   161,     0,     0,   162,
+       0,     0,     0,     0,   281,   282,     0,     0,     0,     0,
+       0,     0,     0,    11,   283,   166,   352,     0,   284,     0,
+       0,     0,   161,     0,     0,   162,     0,   169,   353,     0,
+     281,   282,     0,   285,   286,   287,   288,     0,     0,    11,
+     283,   166,     0,     0,   284,     0,     0,   289,   290,     0,
+       0,     0,   291,   169,     0,   381,     0,     0,     0,   285,
+     286,   287,   288,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,   161,   289,   290,   162,     0,     0,   291,     0,
+     281,   282,     0,     0,     0,     0,     0,     0,     0,    11,
+     283,   166,     0,     0,   284,     0,     0,     0,     0,     0,
+     292,   293,     0,   169,     0,   496,     0,   294,     0,   285,
+     286,   287,   288,   161,     0,     0,   162,     0,     0,     0,
+       0,   281,   282,   289,   290,     0,   292,   293,   291,     0,
+      11,   283,   166,   294,     0,   284,     0,     0,     0,     0,
+       0,     0,     0,     0,   169,     0,     0,     0,     0,     0,
+     285,   286,   287,   288,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,   161,   289,   290,   162,     0,     0,   291,
+       0,   281,   282,     0,     0,     0,   292,   293,     0,     0,
+      11,     0,   166,   294,     0,   284,     0,     0,     0,     0,
+       0,     0,     0,     0,   169,     0,     0,     0,     0,     0,
+     285,   286,   287,   288,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,   289,     0,     0,   292,   293,   291,
+       0,     0,     0,     0,   294,     0,     0,     0,     0,     0,
        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
+       0,     0,     0,     0,     0,     0,     0,   292,   293,     0,
+       0,     0,     0,     0,   294
 };
 
-static const short yycheck[] =
+static const yytype_int16 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,
+      25,     6,    10,    23,   127,   187,   311,   102,    99,     4,
+       5,   112,   122,    14,   217,    10,   219,   282,    23,   129,
+     210,    26,   302,    18,   202,   290,   145,   146,    57,   139,
+      25,   241,   242,    73,    18,     6,   305,   306,   220,    14,
+     222,   410,     7,   365,   527,    60,     3,   142,   568,   297,
+       0,   579,   658,   659,     6,     7,     8,    12,    14,   180,
+       6,    66,   102,    68,   670,   434,   672,   168,   622,    34,
+     598,   554,     7,   601,   594,    70,    51,    82,   281,   633,
+      37,    37,   122,    78,    79,    37,   115,   335,    93,   129,
+     105,   269,   620,   647,   297,   464,   101,    32,   112,   139,
+     237,    12,   142,   631,   199,   145,   146,   112,    31,    20,
+     111,   232,   107,   234,    25,    97,   111,     7,   398,   256,
+     405,   386,   127,    46,   225,   120,   448,   449,   393,   151,
+     152,   416,     6,     7,     8,   140,   141,   256,   239,   240,
+     405,    23,    32,   412,   392,   246,     7,    62,   358,   359,
+       7,   416,     7,    35,   168,   246,   127,     7,    25,   199,
+     529,    35,     7,   158,   346,   185,   356,   172,   163,   140,
+     141,    32,   167,     7,   158,    32,   216,    32,    33,   357,
+     185,   127,    32,   552,   553,   388,   389,   390,     3,   211,
+     212,   213,   214,    12,   140,   141,     7,   375,    32,     7,
+      12,     3,    20,   304,     7,     3,    25,    25,   473,    21,
+     320,   225,   492,   218,    12,     3,   256,    35,    20,     6,
+     225,    32,   244,    25,    12,   239,   240,    25,    20,    32,
+      31,   441,   246,    25,   239,   240,   231,    25,   233,   358,
+     359,    43,    40,    41,    42,    43,    10,    11,    24,    37,
+      11,    12,    40,    41,    42,    43,    32,   562,    12,   612,
+     442,   614,    26,   466,    28,    29,    30,    31,   533,   274,
+     275,    25,   277,   368,    38,     3,    37,     7,     6,    32,
+     320,   376,    35,    11,    12,     7,    40,    41,    42,    43,
+      11,    12,    20,    21,    22,     7,    20,    25,   399,   400,
+      32,    25,    32,    11,    12,    37,    34,   572,    36,    12,
+      32,    12,    40,    41,    42,    43,    37,    12,   358,   359,
+      32,   343,   441,   345,    25,    32,    54,    55,   368,    37,
+      37,    59,     3,   536,    35,     6,   376,    33,   541,   361,
+     362,   649,     6,    39,    32,   385,    11,    12,    12,    37,
+     658,   659,   112,     6,   112,    20,    20,    22,    11,    12,
+      25,    25,   670,    32,   672,   673,   674,    34,    37,    34,
+      97,   377,   377,   379,   379,    40,    41,    42,    43,   107,
+     108,    12,     3,    32,   389,   390,   114,    27,    37,    54,
+      32,    12,   595,    34,    59,    37,   519,    32,    23,    24,
+      12,   441,    37,    27,    25,    24,   609,    32,   403,   404,
+      35,   406,   615,    32,     3,   410,    37,    36,   440,    40,
+      41,    42,    43,    12,   583,    32,    32,    11,    12,   588,
+      36,   526,   437,    11,    12,    37,    25,   445,    32,   434,
+      53,     6,   107,   108,    11,    12,    11,    12,    37,   114,
+     445,    40,    41,    42,    43,    20,     3,    11,    12,     6,
+      25,   481,     6,    10,    11,     6,   561,    14,   578,   464,
+      11,    12,    27,    20,     3,    22,   481,     6,    25,    26,
+      27,    10,    11,     7,    25,    14,   526,    34,   673,   674,
+      33,   531,    39,    22,    20,    78,    79,    26,   145,   146,
+     239,   240,   394,   395,    20,    34,    25,   547,    55,   112,
+      39,    34,    78,    79,   519,   116,   112,   118,    36,   120,
+     121,   561,    34,   124,   125,   126,   127,   532,    27,   111,
+     131,   132,     8,    37,   529,    32,   541,    20,   578,    20,
+      32,    32,    37,   548,    32,    12,    12,    12,    12,   557,
+      12,    14,    31,   593,     7,     7,    34,   552,   553,    36,
+       7,    36,   557,   568,    37,    37,    37,    27,    27,   116,
+      27,   118,    27,   120,   121,    31,    37,   124,   125,   126,
+     127,    25,   622,    34,   131,   132,    35,     7,    34,   594,
+      31,    27,    27,   633,    37,    32,    12,   622,    31,    31,
+      58,    51,    32,    37,   609,    27,   646,   647,   633,   649,
+      37,    37,    37,   653,    26,    32,    34,     7,   658,   659,
+      35,   646,   647,    37,     7,   650,    49,    21,   653,    60,
+     670,    37,   672,   673,   674,     3,   106,    12,     6,    47,
+       8,     7,    61,    11,    12,    46,     7,    52,    34,    37,
+       7,     7,    20,    21,    22,    48,    35,    25,     7,    35,
+      12,    12,    33,    35,    10,    11,    34,     7,     3,     8,
+      25,    12,    40,    41,    42,    43,    22,    45,    12,    89,
+      26,     2,    28,    29,    30,    31,    54,    55,    34,     6,
+     375,    59,    38,     6,   107,    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,
+      78,    79,    80,    81,    82,    83,    84,    85,   127,    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,
+      98,    99,   100,   101,   102,   127,   104,   111,   127,   107,
+     108,   225,   240,   239,   463,   219,   114,   216,   116,   593,
+     118,   119,   120,   121,   602,   565,   124,   125,   126,   127,
+     128,   541,   130,   131,   132,     3,   609,   625,     6,   368,
+       8,   358,   275,    11,    12,   229,   308,   168,   246,   531,
+     302,    -1,    20,    21,    22,    -1,   297,    25,   120,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    34,    -1,   246,    -1,
       -1,    -1,    40,    41,    42,    43,    44,    -1,    -1,    -1,
-      -1,    -1,   226,    -1,    -1,    -1,    54,    55,    -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,
@@ -1381,7 +1863,7 @@ static const short yycheck[] =
      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,
+       8,    -1,    -1,    11,    12,    -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,
@@ -1394,7 +1876,7 @@ static const short yycheck[] =
      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,
+       8,    -1,    -1,    11,    12,    -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,
@@ -1407,17 +1889,17 @@ static const short yycheck[] =
      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,
+       8,    -1,    10,    11,    -1,    -1,    14,    12,    -1,    -1,
+      -1,    -1,    20,    -1,    22,    20,    -1,    -1,    26,    27,
+      25,    -1,    -1,    -1,    -1,    -1,    34,    -1,    -1,    -1,
+      -1,    39,    -1,    -1,    -1,    40,    41,    42,    43,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    55,    -1,    54,
+      -1,    -1,    -1,    -1,    59,    -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,
+      -1,    -1,   107,   108,    -1,    -1,    -1,    20,   116,   114,
      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,
@@ -1456,7 +1938,7 @@ static const short yycheck[] =
       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,
+       6,   104,     8,    -1,    -1,    11,    12,    -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,
@@ -1466,7 +1948,7 @@ static const short yycheck[] =
       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,
+      -1,    -1,    11,    12,    -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,
@@ -1595,279 +2077,362 @@ static const short yycheck[] =
       -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,    -1,    11,    12,    -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,
+      -1,    -1,     3,    -1,    -1,     6,    -1,    34,    35,    -1,
+      11,    12,    -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,
+      -1,    -1,     3,    54,    55,     6,    -1,    -1,    59,    -1,
+      11,    12,    -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,
+      -1,    11,    12,    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,
+      -1,    -1,    -1,    -1,    34,    -1,    -1,    -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,    11,    12,    -1,    -1,    -1,   107,   108,    -1,    -1,
+      20,    -1,    22,   114,    -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,    -1,    -1,   107,   108,    59,
+      -1,    -1,    -1,    -1,   114,    -1,    -1,    -1,    -1,    -1,
       -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
+      -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,
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
+   symbol of state STATE-NUM.  */
+static const yytype_uint16 yystos[] =
+{
+       0,   138,   140,     0,    57,   115,   139,   141,   145,   146,
+       3,    20,    25,    43,   176,   177,   179,   284,    12,   180,
+     181,   284,   290,     8,    20,    48,    50,    56,    62,    67,
+      68,    69,    70,    71,    72,    73,    74,    75,    76,    77,
+      78,    79,    80,    81,    82,    83,    84,    85,    87,    88,
+      89,    90,    91,    92,    93,    94,    95,    96,    97,    98,
+      99,   100,   101,   102,   104,   109,   113,   116,   117,   118,
+     119,   120,   121,   122,   124,   125,   126,   127,   128,   130,
+     131,   132,   133,   134,   135,   136,   142,   147,   148,   152,
+     155,   156,   157,   158,   159,   162,   164,   173,   224,   225,
+     226,   227,   228,   231,   239,   179,     7,    32,   182,   290,
+       7,    32,    12,    97,   228,   229,   231,   239,    25,   284,
+     285,   288,   228,   171,   165,   167,    62,   153,   228,   228,
+     234,   284,   287,    25,   286,   234,   287,   234,   287,   228,
+     143,   143,   228,   224,   228,     6,    12,    20,   190,   191,
+     241,   242,   243,   286,     7,     7,     3,   177,    32,    37,
+     181,     3,     6,    10,    11,    14,    22,    26,    27,    34,
+      39,    55,    66,   183,   184,   185,   186,   228,   246,   250,
+     251,   253,   265,     6,   230,    31,   288,    12,   190,   241,
+     112,   112,    97,   169,   154,   155,   156,   157,   159,   174,
+     190,    34,    12,   232,   233,   190,   144,   146,   147,   152,
+     241,   242,   243,   242,   243,     7,    32,    33,   192,    11,
+      12,   249,    12,   249,   290,    12,   284,    27,   254,   255,
+     284,    10,    11,    26,   251,   253,    27,   228,    37,    32,
+      32,     6,    12,   247,   248,   249,    53,   254,    27,     6,
+     229,     7,   129,   207,   208,   209,   228,   245,     7,    20,
+      20,   112,   112,   220,   221,   241,     7,    25,   240,   123,
+     149,   150,   151,   245,    34,    34,     7,   192,    37,    37,
+     191,    11,    12,    21,    25,    40,    41,    42,    43,    54,
+      55,    59,   107,   108,   114,   188,   189,   251,   261,   262,
+     263,   264,   265,   266,   269,   270,   271,   272,   274,   277,
+     278,   279,   280,   284,   286,   291,    64,    65,   160,   193,
+     228,    36,   189,    37,   208,    37,   208,   183,    36,    24,
+      32,   256,   284,   254,   284,   254,    27,   111,   247,   185,
+     246,   186,   246,   248,   208,   248,    12,   249,   187,   224,
+     250,   291,    23,    35,   252,     8,    37,    32,     6,    12,
+      20,   242,   244,   247,   172,   166,    20,    20,    32,   175,
+     222,    32,   238,   245,    37,    32,   228,   235,   236,   235,
+     161,    36,   261,   273,   262,   281,    12,   262,    12,    12,
+      12,   252,   273,    14,    33,    39,   266,   269,   265,   267,
+     268,   274,   274,    31,    10,    11,    26,    28,    29,    30,
+      31,    38,   270,   276,    12,   280,    12,     7,     7,    34,
+     190,    36,    37,    37,    37,    27,    27,    36,   252,    27,
+      37,    37,    37,   208,    31,   257,    27,   192,   129,   245,
+     244,     6,    12,   249,     7,    34,   215,   215,   168,   170,
+     221,     7,    34,   223,    25,    35,     7,   151,   237,   241,
+      35,   236,    35,    34,    31,    36,   256,    37,   282,   283,
+     286,   262,   275,   111,   261,    20,   228,   261,    44,    64,
+      65,    66,   203,   204,   229,   261,   252,   262,   264,   264,
+     269,   265,   265,   284,   289,   284,    36,   275,   284,   289,
+     274,   260,   261,   275,   194,     7,    27,    27,    51,    37,
+     258,   259,   289,   163,    37,   208,    35,   178,   179,   216,
+     215,   215,    58,   217,   218,     7,    32,   194,   289,    31,
+     261,    32,    31,    32,    37,   262,    32,    37,    37,    37,
+     229,    32,    37,   269,    36,    37,    37,    60,   105,   195,
+     196,    27,    26,    32,    34,    37,     7,    32,    35,    35,
+     159,   228,   219,    35,   241,   196,   289,   283,    66,   199,
+     228,   262,    51,   261,   204,   197,   198,   286,   228,    49,
+     200,   289,   289,   196,   179,     7,   241,   280,   200,   199,
+     262,    37,     7,    32,    31,    46,   190,   260,   106,   201,
+     201,    12,   201,   198,   199,   261,     7,     7,   260,    61,
+     202,    47,   210,   260,   202,    46,     7,    45,    63,   203,
+      52,   205,    34,   205,    37,   205,   261,     7,     7,     7,
+     260,    48,   206,    12,    25,   211,   212,   285,   286,    35,
+     206,     7,   260,    35,   211,     6,     7,     8,    35,    12,
+      33,    35,     7,     7,    37,    35,   211,   211,     3,    12,
+      37,   213,   214,   278,   285,   286,    25,   285,   214,   214,
+      32,    37,     3,    12,    12,    37,   214,   214,    37,   213,
+      37,   213,    37,    37
+};
 
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
-   Foundation, Inc.
+#define yyerrok                (yyerrstatus = 0)
+#define yyclearin      (yychar = YYEMPTY)
+#define YYEMPTY                (-2)
+#define YYEOF          0
 
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
+#define YYACCEPT       goto yyacceptlab
+#define YYABORT                goto yyabortlab
+#define YYERROR                goto yyerrorlab
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+/* 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.  */
 
-/* As a special exception, when this file is copied by Bison into a
-   Bison output file, you may use that output file without restriction.
-   This special exception was added by the Free Software Foundation
-   in version 1.24 of Bison.  */
+#define YYFAIL         goto yyerrlab
 
-/* 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.  */
+#define YYRECOVERING()  (!!yyerrstatus)
 
-/* 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.  */
+#define YYBACKUP(Token, Value)                                 \
+do                                                             \
+  if (yychar == YYEMPTY && yylen == 1)                         \
+    {                                                          \
+      yychar = (Token);                                                \
+      yylval = (Value);                                                \
+      yytoken = YYTRANSLATE (yychar);                          \
+      YYPOPSTACK (1);                                          \
+      goto yybackup;                                           \
+    }                                                          \
+  else                                                         \
+    {                                                          \
+      yyerror (YY_("syntax error: cannot back up")); \
+      YYERROR;                                                 \
+    }                                                          \
+while (YYID (0))
 
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
 
-/* The parser invokes alloca or malloc; define the necessary symbols.  */
+#define YYTERROR       1
+#define YYERRCODE      256
 
-# 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) */
 
+/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
+   If N is 0, then set CURRENT to the empty location which ends
+   the previous symbol: RHS[0] (always defined).  */
 
-#if (! defined (yyoverflow) \
-     && (! defined (__cplusplus) \
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
+#define YYRHSLOC(Rhs, K) ((Rhs)[K])
+#ifndef YYLLOC_DEFAULT
+# define YYLLOC_DEFAULT(Current, Rhs, N)                               \
+    do                                                                 \
+      if (YYID (N))                                                    \
+       {                                                               \
+         (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
+         (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
+         (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
+         (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
+       }                                                               \
+      else                                                             \
+       {                                                               \
+         (Current).first_line   = (Current).last_line   =              \
+           YYRHSLOC (Rhs, 0).last_line;                                \
+         (Current).first_column = (Current).last_column =              \
+           YYRHSLOC (Rhs, 0).last_column;                              \
+       }                                                               \
+    while (YYID (0))
+#endif
 
-/* 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)
+/* YY_LOCATION_PRINT -- Print the location on the stream.
+   This macro was not mandated originally: define only if we know
+   we won't break user code: when these are the locations we know.  */
 
-/* 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)
+#ifndef YY_LOCATION_PRINT
+# if YYLTYPE_IS_TRIVIAL
+#  define YY_LOCATION_PRINT(File, Loc)                 \
+     fprintf (File, "%d.%d-%d.%d",                     \
+             (Loc).first_line, (Loc).first_column,     \
+             (Loc).last_line,  (Loc).last_column)
 # else
-#  define YYSTACK_BYTES(N) \
-     ((N) * (sizeof (short) + sizeof (YYSTYPE))                                \
-      + YYSTACK_GAP_MAX)
+#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
 # endif
+#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)
+/* YYLEX -- calling `yylex' with the right arguments.  */
 
+#ifdef YYLEX_PARAM
+# define YYLEX yylex (YYLEX_PARAM)
+#else
+# define YYLEX yylex ()
 #endif
 
+/* Enable debugging if requested.  */
+#if YYDEBUG
 
-#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
+# ifndef YYFPRINTF
+#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYFPRINTF fprintf
 # endif
+
+# define YYDPRINTF(Args)                       \
+do {                                           \
+  if (yydebug)                                 \
+    YYFPRINTF Args;                            \
+} while (YYID (0))
+
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                   \
+do {                                                                     \
+  if (yydebug)                                                           \
+    {                                                                    \
+      YYFPRINTF (stderr, "%s ", Title);                                          \
+      yy_symbol_print (stderr,                                           \
+                 Type, Value); \
+      YYFPRINTF (stderr, "\n");                                                  \
+    }                                                                    \
+} while (YYID (0))
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_value_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    YYSTYPE const * const yyvaluep;
 #endif
-#if ! defined (YYSIZE_T)
-# define YYSIZE_T unsigned int
-#endif
+{
+  if (!yyvaluep)
+    return;
+# ifdef YYPRINT
+  if (yytype < YYNTOKENS)
+    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
+# else
+  YYUSE (yyoutput);
+# endif
+  switch (yytype)
+    {
+      default:
+       break;
+    }
+}
 
-#define yyerrok                (yyerrstatus = 0)
-#define yyclearin      (yychar = YYEMPTY)
-#define YYEMPTY                -2
-#define YYEOF          0
-#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.
-   Once GCC version 2 has supplanted version 1, this can go.  */
-#define YYFAIL         goto yyerrlab
-#define YYRECOVERING()  (!!yyerrstatus)
-#define YYBACKUP(Token, Value)                                 \
-do                                                             \
-  if (yychar == YYEMPTY && yylen == 1)                         \
-    {                                                          \
-      yychar = (Token);                                                \
-      yylval = (Value);                                                \
-      yychar1 = YYTRANSLATE (yychar);                          \
-      YYPOPSTACK;                                              \
-      goto yybackup;                                           \
-    }                                                          \
-  else                                                         \
-    {                                                          \
-      yyerror ("syntax error: cannot back up");                        \
-      YYERROR;                                                 \
-    }                                                          \
-while (0)
 
-#define YYTERROR       1
-#define YYERRCODE      256
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
 
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    YYSTYPE const * const yyvaluep;
+#endif
+{
+  if (yytype < YYNTOKENS)
+    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
+  else
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
-   are run).
+  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
+  YYFPRINTF (yyoutput, ")");
+}
 
-   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.  */
+/*------------------------------------------------------------------.
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
+| TOP (included).                                                   |
+`------------------------------------------------------------------*/
 
-#ifndef YYLLOC_DEFAULT
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
-   Current.last_line   = Rhs[N].last_line;     \
-   Current.last_column = Rhs[N].last_column;
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
+#else
+static void
+yy_stack_print (bottom, top)
+    yytype_int16 *bottom;
+    yytype_int16 *top;
 #endif
+{
+  YYFPRINTF (stderr, "Stack now");
+  for (; bottom <= top; ++bottom)
+    YYFPRINTF (stderr, " %d", *bottom);
+  YYFPRINTF (stderr, "\n");
+}
 
+# define YY_STACK_PRINT(Bottom, Top)                           \
+do {                                                           \
+  if (yydebug)                                                 \
+    yy_stack_print ((Bottom), (Top));                          \
+} while (YYID (0))
 
-/* 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 */
 
+/*------------------------------------------------.
+| Report that the YYRULE is going to be reduced.  |
+`------------------------------------------------*/
 
-/* Enable debugging if requested.  */
-#if YYDEBUG
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
+#else
+static void
+yy_reduce_print (yyvsp, yyrule)
+    YYSTYPE *yyvsp;
+    int yyrule;
+#endif
+{
+  int yynrhs = yyr2[yyrule];
+  int yyi;
+  unsigned long int yylno = yyrline[yyrule];
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
+            yyrule - 1, yylno);
+  /* The symbols being reduced.  */
+  for (yyi = 0; yyi < yynrhs; yyi++)
+    {
+      fprintf (stderr, "   $%d = ", yyi + 1);
+      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
+                      &(yyvsp[(yyi + 1) - (yynrhs)])
+                                      );
+      fprintf (stderr, "\n");
+    }
+}
 
-# ifndef YYFPRINTF
-#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYFPRINTF fprintf
-# endif
+# define YY_REDUCE_PRINT(Rule)         \
+do {                                   \
+  if (yydebug)                         \
+    yy_reduce_print (yyvsp, Rule); \
+} while (YYID (0))
 
-# 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)
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
+# define YY_STACK_PRINT(Bottom, Top)
+# define YY_REDUCE_PRINT(Rule)
 #endif /* !YYDEBUG */
 
+
 /* YYINITDEPTH -- initial size of the parser's stacks.  */
 #ifndef        YYINITDEPTH
 # define YYINITDEPTH 200
@@ -1877,59 +2442,59 @@ int yydebug;
    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)
+   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
    evaluated with infinite-precision integer arithmetic.  */
 
-#if YYMAXDEPTH == 0
-# undef YYMAXDEPTH
-#endif
-
 #ifndef YYMAXDEPTH
 # define YYMAXDEPTH 10000
 #endif
+
 \f
-#ifdef YYERROR_VERBOSE
+
+#if YYERROR_VERBOSE
 
 # ifndef yystrlen
-#  if defined (__GLIBC__) && defined (_STRING_H)
+#  if defined __GLIBC__ && defined _STRING_H
 #   define yystrlen strlen
 #  else
 /* Return the length of YYSTR.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static YYSIZE_T
-#   if defined (__STDC__) || defined (__cplusplus)
 yystrlen (const char *yystr)
-#   else
+#else
+static YYSIZE_T
 yystrlen (yystr)
-     const char *yystr;
-#   endif
+    const char *yystr;
+#endif
 {
-  register const char *yys = yystr;
-
-  while (*yys++ != '\0')
+  YYSIZE_T yylen;
+  for (yylen = 0; yystr[yylen]; yylen++)
     continue;
-
-  return yys - yystr - 1;
+  return yylen;
 }
 #  endif
 # endif
 
 # ifndef yystpcpy
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
+#  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.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static char *
-#   if defined (__STDC__) || defined (__cplusplus)
 yystpcpy (char *yydest, const char *yysrc)
-#   else
+#else
+static char *
 yystpcpy (yydest, yysrc)
-     char *yydest;
-     const char *yysrc;
-#   endif
+    char *yydest;
+    const char *yysrc;
+#endif
 {
-  register char *yyd = yydest;
-  register const char *yys = yysrc;
+  char *yyd = yydest;
+  const char *yys = yysrc;
 
   while ((*yyd++ = *yys++) != '\0')
     continue;
@@ -1938,85 +2503,266 @@ yystpcpy (yydest, yysrc)
 }
 #  endif
 # endif
-#endif
-\f
 
+# ifndef yytnamerr
+/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
+   quotes and backslashes, so that it's suitable for yyerror.  The
+   heuristic is that double-quoting is unnecessary unless the string
+   contains an apostrophe, a comma, or backslash (other than
+   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
+   null, do not copy; instead, return the length of what the result
+   would have been.  */
+static YYSIZE_T
+yytnamerr (char *yyres, const char *yystr)
+{
+  if (*yystr == '"')
+    {
+      YYSIZE_T yyn = 0;
+      char const *yyp = yystr;
+
+      for (;;)
+       switch (*++yyp)
+         {
+         case '\'':
+         case ',':
+           goto do_not_strip_quotes;
+
+         case '\\':
+           if (*++yyp != '\\')
+             goto do_not_strip_quotes;
+           /* Fall through.  */
+         default:
+           if (yyres)
+             yyres[yyn] = *yyp;
+           yyn++;
+           break;
+
+         case '"':
+           if (yyres)
+             yyres[yyn] = '\0';
+           return yyn;
+         }
+    do_not_strip_quotes: ;
+    }
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
-   into yyparse.  The argument should have type void *.
-   It should actually point to an object.
-   Grammar actions can access the variable by casting it
-   to the proper pointer type.  */
+  if (! yyres)
+    return yystrlen (yystr);
 
-#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;
+  return yystpcpy (yyres, yystr) - yyres;
+}
 # endif
-#else /* !YYPARSE_PARAM */
-# define YYPARSE_PARAM_ARG
-# define YYPARSE_PARAM_DECL
-#endif /* !YYPARSE_PARAM */
-
-/* Prevent warning if -Wstrict-prototypes.  */
-#ifdef __GNUC__
-# ifdef YYPARSE_PARAM
-int yyparse (void *);
-# else
-int yyparse (void);
+
+/* Copy into YYRESULT an error message about the unexpected token
+   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
+   including the terminating null byte.  If YYRESULT is null, do not
+   copy anything; just return the number of bytes that would be
+   copied.  As a special case, return 0 if an ordinary "syntax error"
+   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
+   size calculation.  */
+static YYSIZE_T
+yysyntax_error (char *yyresult, int yystate, int yychar)
+{
+  int yyn = yypact[yystate];
+
+  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
+    return 0;
+  else
+    {
+      int yytype = YYTRANSLATE (yychar);
+      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
+      YYSIZE_T yysize = yysize0;
+      YYSIZE_T yysize1;
+      int yysize_overflow = 0;
+      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
+      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
+      int yyx;
+
+# if 0
+      /* This is so xgettext sees the translatable formats that are
+        constructed on the fly.  */
+      YY_("syntax error, unexpected %s");
+      YY_("syntax error, unexpected %s, expecting %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
 # endif
+      char *yyfmt;
+      char const *yyf;
+      static char const yyunexpected[] = "syntax error, unexpected %s";
+      static char const yyexpecting[] = ", expecting %s";
+      static char const yyor[] = " or %s";
+      char yyformat[sizeof yyunexpected
+                   + sizeof yyexpecting - 1
+                   + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
+                      * (sizeof yyor - 1))];
+      char const *yyprefix = yyexpecting;
+
+      /* Start YYX at -YYN if negative to avoid negative indexes in
+        YYCHECK.  */
+      int yyxbegin = yyn < 0 ? -yyn : 0;
+
+      /* Stay within bounds of both yycheck and yytname.  */
+      int yychecklim = YYLAST - yyn + 1;
+      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
+      int yycount = 1;
+
+      yyarg[0] = yytname[yytype];
+      yyfmt = yystpcpy (yyformat, yyunexpected);
+
+      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
+       if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
+         {
+           if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
+             {
+               yycount = 1;
+               yysize = yysize0;
+               yyformat[sizeof yyunexpected - 1] = '\0';
+               break;
+             }
+           yyarg[yycount++] = yytname[yyx];
+           yysize1 = yysize + yytnamerr (0, yytname[yyx]);
+           yysize_overflow |= (yysize1 < yysize);
+           yysize = yysize1;
+           yyfmt = yystpcpy (yyfmt, yyprefix);
+           yyprefix = yyor;
+         }
+
+      yyf = YY_(yyformat);
+      yysize1 = yysize + yystrlen (yyf);
+      yysize_overflow |= (yysize1 < yysize);
+      yysize = yysize1;
+
+      if (yysize_overflow)
+       return YYSIZE_MAXIMUM;
+
+      if (yyresult)
+       {
+         /* Avoid sprintf, as that infringes on the user's name space.
+            Don't have undefined behavior even if the translation
+            produced a string with the wrong number of "%s"s.  */
+         char *yyp = yyresult;
+         int yyi = 0;
+         while ((*yyp = *yyf) != '\0')
+           {
+             if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
+               {
+                 yyp += yytnamerr (yyp, yyarg[yyi++]);
+                 yyf += 2;
+               }
+             else
+               {
+                 yyp++;
+                 yyf++;
+               }
+           }
+       }
+      return yysize;
+    }
+}
+#endif /* YYERROR_VERBOSE */
+\f
+
+/*-----------------------------------------------.
+| Release the memory associated to this symbol.  |
+`-----------------------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
+#else
+static void
+yydestruct (yymsg, yytype, yyvaluep)
+    const char *yymsg;
+    int yytype;
+    YYSTYPE *yyvaluep;
 #endif
+{
+  YYUSE (yyvaluep);
 
-/* 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 (!yymsg)
+    yymsg = "Deleting";
+  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+
+  switch (yytype)
+    {
+
+      default:
+       break;
+    }
+}
+\f
+
+/* Prevent warnings from -Wmissing-prototypes.  */
 
-#if YYLSP_NEEDED
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES                      \
-                                               \
-/* Location data for the lookahead symbol.  */ \
-YYLTYPE yylloc;
+#ifdef YYPARSE_PARAM
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void *YYPARSE_PARAM);
+#else
+int yyparse ();
+#endif
+#else /* ! YYPARSE_PARAM */
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void);
 #else
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES
+int yyparse ();
 #endif
+#endif /* ! YYPARSE_PARAM */
+
+
 
+/* The look-ahead symbol.  */
+int yychar;
 
-/* If nonreentrant, generate the variables here. */
+/* The semantic value of the look-ahead symbol.  */
+YYSTYPE yylval;
 
-#if !YYPURE
-YY_DECL_VARIABLES
-#endif  /* !YYPURE */
+/* Number of syntax errors so far.  */
+int yynerrs;
+
+
+
+/*----------.
+| yyparse.  |
+`----------*/
 
+#ifdef YYPARSE_PARAM
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 int
-yyparse (YYPARSE_PARAM_ARG)
-     YYPARSE_PARAM_DECL
-{
-  /* If reentrant, generate the variables here. */
-#if YYPURE
-  YY_DECL_VARIABLES
-#endif  /* !YYPURE */
+yyparse (void *YYPARSE_PARAM)
+#else
+int
+yyparse (YYPARSE_PARAM)
+    void *YYPARSE_PARAM;
+#endif
+#else /* ! YYPARSE_PARAM */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+int
+yyparse (void)
+#else
+int
+yyparse ()
 
-  register int yystate;
-  register int yyn;
+#endif
+#endif
+{
+  
+  int yystate;
+  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;
+  /* Look-ahead token as an internal (translated) token number.  */
+  int yytoken = 0;
+#if YYERROR_VERBOSE
+  /* Buffer for error messages, and its allocated size.  */
+  char yymsgbuf[128];
+  char *yymsg = yymsgbuf;
+  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
+#endif
 
   /* Three stacks and their tools:
      `yyss': related to states,
@@ -2026,42 +2772,30 @@ yyparse (YYPARSE_PARAM_ARG)
      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 state stack.  */
+  yytype_int16 yyssa[YYINITDEPTH];
+  yytype_int16 *yyss = yyssa;
+  yytype_int16 *yyssp;
 
   /* The semantic value stack.  */
   YYSTYPE yyvsa[YYINITDEPTH];
   YYSTYPE *yyvs = yyvsa;
-  register YYSTYPE *yyvsp;
+  YYSTYPE *yyvsp;
 
-#if YYLSP_NEEDED
-  /* The location stack.  */
-  YYLTYPE yylsa[YYINITDEPTH];
-  YYLTYPE *yyls = yylsa;
-  YYLTYPE *yylsp;
-#endif
 
-#if YYLSP_NEEDED
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
-#else
-# define YYPOPSTACK   (yyvsp--, yyssp--)
-#endif
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
+#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 
+  YYSIZE_T yystacksize = YYINITDEPTH;
 
   /* The variables used to return semantic value and location from the
      action routines.  */
   YYSTYPE yyval;
-#if YYLSP_NEEDED
-  YYLTYPE yyloc;
-#endif
 
-  /* When reducing, the number of symbols on the RHS of the reduced
-     rule. */
-  int yylen;
+
+  /* The number of symbols on the RHS of the reduced rule.
+     Keep to zero when no symbol should be popped.  */
+  int yylen = 0;
 
   YYDPRINTF ((stderr, "Starting parse\n"));
 
@@ -2077,9 +2811,7 @@ yyparse (YYPARSE_PARAM_ARG)
 
   yyssp = yyss;
   yyvsp = yyvs;
-#if YYLSP_NEEDED
-  yylsp = yyls;
-#endif
+
   goto yysetstate;
 
 /*------------------------------------------------------------.
@@ -2087,70 +2819,60 @@ yyparse (YYPARSE_PARAM_ARG)
 `------------------------------------------------------------*/
  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.
-     */
+     have just been pushed.  So pushing a state here evens the stacks.  */
   yyssp++;
 
  yysetstate:
   *yyssp = yystate;
 
-  if (yyssp >= yyss + yystacksize - 1)
+  if (yyss + yystacksize - 1 <= yyssp)
     {
       /* Get the current used size of the three stacks, in elements.  */
       YYSIZE_T yysize = yyssp - yyss + 1;
 
 #ifdef yyoverflow
       {
-       /* Give user a chance to reallocate the stack. Use copies of
+       /* 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;
+       yytype_int16 *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",
+          data in use in that stack, in bytes.  This used to be a
+          conditional around just the two extra args, but that might
+          be undefined if yyoverflow is a macro.  */
+       yyoverflow (YY_("memory exhausted"),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyvs1, yysize * sizeof (*yyvsp),
+
                    &yystacksize);
-# endif
+
        yyss = yyss1;
        yyvs = yyvs1;
       }
 #else /* no yyoverflow */
 # ifndef YYSTACK_RELOCATE
-      goto yyoverflowlab;
+      goto yyexhaustedlab;
 # else
       /* Extend the stack our own way.  */
-      if (yystacksize >= YYMAXDEPTH)
-       goto yyoverflowlab;
+      if (YYMAXDEPTH <= yystacksize)
+       goto yyexhaustedlab;
       yystacksize *= 2;
-      if (yystacksize > YYMAXDEPTH)
+      if (YYMAXDEPTH < yystacksize)
        yystacksize = YYMAXDEPTH;
 
       {
-       short *yyss1 = yyss;
+       yytype_int16 *yyss1 = yyss;
        union yyalloc *yyptr =
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
        if (! yyptr)
-         goto yyoverflowlab;
+         goto yyexhaustedlab;
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyvs);
-# if YYLSP_NEEDED
-       YYSTACK_RELOCATE (yyls);
-# endif
-# undef YYSTACK_RELOCATE
+
+#  undef YYSTACK_RELOCATE
        if (yyss1 != yyssa)
          YYSTACK_FREE (yyss1);
       }
@@ -2159,14 +2881,12 @@ yyparse (YYPARSE_PARAM_ARG)
 
       yyssp = yyss + yysize - 1;
       yyvsp = yyvs + yysize - 1;
-#if YYLSP_NEEDED
-      yylsp = yyls + yysize - 1;
-#endif
+
 
       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
 
-      if (yyssp >= yyss + yystacksize - 1)
+      if (yyss + yystacksize - 1 <= yyssp)
        YYABORT;
     }
 
@@ -2174,109 +2894,72 @@ yyparse (YYPARSE_PARAM_ARG)
 
   goto yybackup;
 
-
 /*-----------.
 | yybackup.  |
 `-----------*/
 yybackup:
 
-/* Do appropriate processing given the current state.  */
-/* Read a lookahead token if we need one and don't already have one.  */
-/* yyresume: */
-
-  /* First try to decide what to do without reference to lookahead token.  */
+  /* Do appropriate processing given the current state.  Read a
+     look-ahead token if we need one and don't already have one.  */
 
+  /* First try to decide what to do without reference to look-ahead token.  */
   yyn = yypact[yystate];
-  if (yyn == YYFLAG)
+  if (yyn == YYPACT_NINF)
     goto yydefault;
 
-  /* Not known => get a lookahead token if don't already have one.  */
-
-  /* yychar is either YYEMPTY or YYEOF
-     or a valid token in external form.  */
+  /* Not known => get a look-ahead token if don't already have one.  */
 
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
   if (yychar == YYEMPTY)
     {
       YYDPRINTF ((stderr, "Reading a token: "));
       yychar = YYLEX;
     }
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
-
-  if (yychar <= 0)             /* This means end of input. */
+  if (yychar <= YYEOF)
     {
-      yychar1 = 0;
-      yychar = YYEOF;          /* Don't call YYLEX any more */
-
+      yychar = yytoken = YYEOF;
       YYDPRINTF ((stderr, "Now at end of input.\n"));
     }
   else
     {
-      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)
-       {
-         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
-         YYPRINT (stderr, yychar, yylval);
-# endif
-         YYFPRINTF (stderr, ")\n");
-       }
-#endif
+      yytoken = YYTRANSLATE (yychar);
+      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
     }
 
-  yyn += yychar1;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
+     detect an error, take that action.  */
+  yyn += yytoken;
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
     goto yydefault;
-
   yyn = yytable[yyn];
-
-  /* yyn is what to do for this token type in this state.
-     Negative => reduce, -yyn is rule number.
-     Positive => shift, yyn is new state.
-       New state is final state => don't bother to shift,
-       just return success.
-     0, or most negative number => error.  */
-
-  if (yyn < 0)
+  if (yyn <= 0)
     {
-      if (yyn == YYFLAG)
+      if (yyn == 0 || yyn == YYTABLE_NINF)
        goto yyerrlab;
       yyn = -yyn;
       goto yyreduce;
     }
-  else if (yyn == 0)
-    goto yyerrlab;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  /* Shift the lookahead token.  */
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
-             yychar, yytname[yychar1]));
-
-  /* Discard the token being shifted unless it is eof.  */
-  if (yychar != YYEOF)
-    yychar = YYEMPTY;
-
-  *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
-
   /* Count tokens shifted since error; after three, turn off error
      status.  */
   if (yyerrstatus)
     yyerrstatus--;
 
-  yystate = yyn;
-  goto yynewstate;
+  /* Shift the look-ahead token.  */
+  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
+
+  /* Discard the shifted token unless it is eof.  */
+  if (yychar != YYEOF)
+    yychar = YYEMPTY;
+
+  yystate = yyn;
+  *++yyvsp = yylval;
+
+  goto yynewstate;
 
 
 /*-----------------------------------------------------------.
@@ -2289,1220 +2972,1916 @@ yydefault:
   goto yyreduce;
 
 
-/*-----------------------------.
-| yyreduce -- Do a reduction.  |
-`-----------------------------*/
-yyreduce:
-  /* yyn is the number of a rule to reduce with.  */
-  yylen = yyr2[yyn];
+/*-----------------------------.
+| yyreduce -- Do a reduction.  |
+`-----------------------------*/
+yyreduce:
+  /* yyn is the number of a rule to reduce with.  */
+  yylen = yyr2[yyn];
+
+  /* If YYLEN is nonzero, implement the default value of the action:
+     `$$ = $1'.
+
+     Otherwise, the following line sets YYVAL to garbage.
+     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];
+
+
+  YY_REDUCE_PRINT (yyn);
+  switch (yyn)
+    {
+        case 2:
+
+    { lhExternals ((yyvsp[(1) - (1)].interfacelist)); ;}
+    break;
+
+  case 3:
+
+    { interfaceNodeList_free ((yyvsp[(1) - (3)].interfacelist)); interfaceNodeList_free ((yyvsp[(3) - (3)].interfacelist)); ;}
+    break;
+
+  case 4:
+
+    { (yyval.interfacelist) = interfaceNodeList_new (); ;}
+    break;
+
+  case 5:
+
+    { (yyval.interfacelist) = interfaceNodeList_addh ((yyvsp[(1) - (2)].interfacelist), (yyvsp[(2) - (2)].iface));;}
+    break;
+
+  case 8:
+
+    { (yyval.interfacelist) = interfaceNodeList_new (); ;}
+    break;
+
+  case 9:
+
+    { (yyval.interfacelist) = consInterfaceNode ((yyvsp[(1) - (2)].iface), (yyvsp[(2) - (2)].interfacelist));;}
+    break;
+
+  case 10:
+
+    { (yyval.interfacelist) = consInterfaceNode ((yyvsp[(1) - (2)].iface), (yyvsp[(2) - (2)].interfacelist));;}
+    break;
+
+  case 11:
+
+    { (yyval.interfacelist) = interfaceNodeList_new (); ;}
+    break;
+
+  case 12:
+
+    { (yyval.interfacelist) = interfaceNodeList_addh ((yyvsp[(1) - (2)].interfacelist), (yyvsp[(2) - (2)].iface));;}
+    break;
+
+  case 16:
+
+    { (yyval.iface) = makeInterfaceNodeImports ((yyvsp[(2) - (3)].importlist));
+     /* assume subspecs are already processed, symbol table info in external file */
+   ;}
+    break;
+
+  case 17:
+
+    { (yyval.iface) = makeInterfaceNodeUses ((yyvsp[(2) - (3)].traitreflist)); readlsignatures ((yyval.iface));;}
+    break;
+
+  case 18:
+
+    { declareConstant ((yyvsp[(1) - (1)].constdeclaration)); (yyval.iface) = interfaceNode_makeConst ((yyvsp[(1) - (1)].constdeclaration)); ;}
+    break;
+
+  case 19:
+
+    { declareVar ((yyvsp[(1) - (1)].vardeclaration)); (yyval.iface) = interfaceNode_makeVar ((yyvsp[(1) - (1)].vardeclaration)); ;}
+    break;
+
+  case 20:
+
+    { declareType ((yyvsp[(1) - (1)].type)); (yyval.iface) = interfaceNode_makeType ((yyvsp[(1) - (1)].type)); ;}
+    break;
+
+  case 21:
+
+    { declareFcn ((yyvsp[(1) - (1)].fcn), typeId_invalid); (yyval.iface) = interfaceNode_makeFcn ((yyvsp[(1) - (1)].fcn)); ;}
+    break;
+
+  case 22:
+
+    { (yyval.iface) = interfaceNode_makeClaim ((yyvsp[(1) - (1)].claim)); ;}
+    break;
+
+  case 23:
+
+    { declareIter ((yyvsp[(1) - (1)].iter)); (yyval.iface) = interfaceNode_makeIter ((yyvsp[(1) - (1)].iter)); ;}
+    break;
+
+  case 24:
+
+    { (yyval.iter) = makeIterNode ((yyvsp[(2) - (6)].ltok), (yyvsp[(4) - (6)].paramlist)); ;}
+    break;
+
+  case 25:
+
+    { (yyval.paramlist) = paramNodeList_new (); ;}
+    break;
+
+  case 26:
+
+    { (yyval.paramlist) = (yyvsp[(1) - (1)].paramlist); ;}
+    break;
+
+  case 27:
+
+    { (yyval.paramlist) = paramNodeList_add (paramNodeList_new (),  (yyvsp[(1) - (1)].param)); ;}
+    break;
+
+  case 28:
+
+    { (yyval.paramlist) = paramNodeList_add ((yyvsp[(1) - (3)].paramlist),(yyvsp[(3) - (3)].param)); ;}
+    break;
+
+  case 29:
+
+    { (yyval.param) = markYieldParamNode ((yyvsp[(2) - (2)].param)); ;}
+    break;
+
+  case 30:
+
+    { (yyval.param) = (yyvsp[(1) - (1)].param); ;}
+    break;
+
+  case 31:
+
+    { symtable_export (g_symtab, FALSE); ;}
+    break;
+
+  case 32:
+
+    { (yyval.iface) = (yyvsp[(3) - (3)].iface); symtable_export (g_symtab, TRUE); ;}
+    break;
+
+  case 33:
+
+    { declarePrivConstant ((yyvsp[(1) - (1)].constdeclaration)); (yyval.iface) =  interfaceNode_makePrivConst ((yyvsp[(1) - (1)].constdeclaration)); ;}
+    break;
+
+  case 34:
+
+    { declarePrivVar ((yyvsp[(1) - (1)].vardeclaration)); (yyval.iface) = interfaceNode_makePrivVar ((yyvsp[(1) - (1)].vardeclaration)); ;}
+    break;
+
+  case 35:
+
+    { declarePrivType ((yyvsp[(1) - (1)].type)); (yyval.iface) = interfaceNode_makePrivType ((yyvsp[(1) - (1)].type)); ;}
+    break;
+
+  case 36:
+
+    { declarePrivFcn ((yyvsp[(1) - (1)].fcn), typeId_invalid); (yyval.iface) = interfaceNode_makePrivFcn ((yyvsp[(1) - (1)].fcn)); ;}
+    break;
+
+  case 37:
+
+    { (yyval.constdeclaration) = makeConstDeclarationNode ((yyvsp[(2) - (4)].lcltypespec), (yyvsp[(3) - (4)].initdecls)); ;}
+    break;
+
+  case 38:
+
+    { (yyval.vardeclaration) = makeVarDeclarationNode ((yyvsp[(1) - (3)].lcltypespec), (yyvsp[(2) - (3)].initdecls), FALSE, FALSE); (yyval.vardeclaration)->qualifier = QLF_NONE; ;}
+    break;
+
+  case 39:
+
+    { (yyval.vardeclaration) = makeVarDeclarationNode ((yyvsp[(2) - (4)].lcltypespec), (yyvsp[(3) - (4)].initdecls), FALSE, FALSE); (yyval.vardeclaration)->qualifier = QLF_CONST; ;}
+    break;
+
+  case 40:
+
+    { (yyval.vardeclaration) = makeVarDeclarationNode ((yyvsp[(2) - (4)].lcltypespec), (yyvsp[(3) - (4)].initdecls), FALSE, FALSE); (yyval.vardeclaration)->qualifier = QLF_VOLATILE; ;}
+    break;
+
+  case 41:
+
+    { (yyval.type) = makeAbstractTypeNode ((yyvsp[(1) - (1)].abstract)); ;}
+    break;
+
+  case 42:
+
+    { (yyval.type) = makeExposedTypeNode ((yyvsp[(1) - (1)].exposed)); ;}
+    break;
+
+  case 43:
+
+    { (yyval.typequal) = qual_createPrintfLike (); ;}
+    break;
+
+  case 44:
+
+    { (yyval.typequal) = qual_createScanfLike (); ;}
+    break;
+
+  case 45:
+
+    { (yyval.typequal) = qual_createMessageLike (); ;}
+    break;
+
+  case 46:
+
+    { enteringFcnScope ((yyvsp[(1) - (3)].lcltypespec), (yyvsp[(2) - (3)].declare), (yyvsp[(3) - (3)].globals)); ;}
+    break;
+
+  case 47:
+
+    { (yyval.fcn) = makeFcnNode (qual_createUnknown (),  (yyvsp[(1) - (13)].lcltypespec), (yyvsp[(2) - (13)].declare), (yyvsp[(3) - (13)].globals), (yyvsp[(6) - (13)].vardeclarationlist), (yyvsp[(7) - (13)].letdecls), 
+                      (yyvsp[(8) - (13)].lclpredicate), (yyvsp[(9) - (13)].lclpredicate), (yyvsp[(10) - (13)].modify), (yyvsp[(11) - (13)].lclpredicate), (yyvsp[(12) - (13)].lclpredicate)); 
+     /* type, declarator, glovbls, privateinits,
+       lets, checks, requires, modifies, ensures, claims */
+     symtable_exitScope (g_symtab);
+   ;}
+    break;
+
+  case 48:
+
+    { enteringFcnScope ((yyvsp[(2) - (4)].lcltypespec), (yyvsp[(3) - (4)].declare), (yyvsp[(4) - (4)].globals)); ;}
+    break;
+
+  case 49:
+
+    { (yyval.fcn) = makeFcnNode ((yyvsp[(1) - (14)].typequal), (yyvsp[(2) - (14)].lcltypespec), (yyvsp[(3) - (14)].declare), (yyvsp[(4) - (14)].globals), (yyvsp[(7) - (14)].vardeclarationlist), 
+                      (yyvsp[(8) - (14)].letdecls), (yyvsp[(9) - (14)].lclpredicate), (yyvsp[(10) - (14)].lclpredicate), (yyvsp[(11) - (14)].modify), (yyvsp[(12) - (14)].lclpredicate), (yyvsp[(13) - (14)].lclpredicate)); 
+     /* type, declarator, glovbls, privateinits,
+       lets, checks, requires, modifies, ensures, claims */
+     symtable_exitScope (g_symtab);
+   ;}
+    break;
+
+  case 50:
+
+    { enteringClaimScope ((yyvsp[(4) - (6)].paramlist), (yyvsp[(6) - (6)].globals)); ;}
+    break;
+
+  case 51:
+
+    {      (yyval.claim) = makeClaimNode ((yyvsp[(2) - (13)].ltok), (yyvsp[(4) - (13)].paramlist), (yyvsp[(6) - (13)].globals), (yyvsp[(9) - (13)].letdecls), (yyvsp[(10) - (13)].lclpredicate), (yyvsp[(11) - (13)].program), (yyvsp[(12) - (13)].lclpredicate)); 
+     symtable_exitScope (g_symtab); ;}
+    break;
+
+  case 52:
+
+    { (yyval.claim) = (claimNode) 0; ;}
+    break;
+
+  case 53:
+
+    {g_inTypeDef = TRUE; ;}
+    break;
+
+  case 54:
+
+    {g_inTypeDef = FALSE; ;}
+    break;
+
+  case 55:
+
+    { (yyval.abstract) = makeAbstractNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(4) - (6)].ltok), TRUE, FALSE, (yyvsp[(6) - (6)].abstbody)); ;}
+    break;
+
+  case 56:
+
+    {g_inTypeDef = TRUE; ;}
+    break;
+
+  case 57:
+
+    {g_inTypeDef = FALSE; ;}
+    break;
+
+  case 58:
+
+    { (yyval.abstract) = makeAbstractNode ((yyvsp[(1) - (7)].ltok), (yyvsp[(5) - (7)].ltok), TRUE, TRUE, (yyvsp[(7) - (7)].abstbody)); ;}
+    break;
+
+  case 59:
+
+    {g_inTypeDef = TRUE; ;}
+    break;
+
+  case 60:
+
+    {g_inTypeDef = FALSE; ;}
+    break;
+
+  case 61:
+
+    { (yyval.abstract) = makeAbstractNode ((yyvsp[(2) - (7)].ltok), (yyvsp[(5) - (7)].ltok), TRUE, TRUE, (yyvsp[(7) - (7)].abstbody)); ;}
+    break;
+
+  case 62:
+
+    {g_inTypeDef = TRUE; ;}
+    break;
+
+  case 63:
+
+    {g_inTypeDef = FALSE; ;}
+    break;
+
+  case 64:
+
+    { (yyval.abstract) = makeAbstractNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(4) - (6)].ltok), FALSE, FALSE, (yyvsp[(6) - (6)].abstbody)); ;}
+    break;
+
+  case 65:
+
+    { g_inTypeDef = TRUE; setExposedType ((yyvsp[(2) - (2)].lcltypespec)); ;}
+    break;
+
+  case 66:
+
+    { g_inTypeDef = FALSE; ;}
+    break;
+
+  case 67:
+
+    { (yyval.exposed) = makeExposedNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(2) - (6)].lcltypespec), (yyvsp[(4) - (6)].declaratorinvs)); /* to support mutually recursive types */ ;}
+    break;
+
+  case 68:
+
+    { (yyval.exposed) = makeExposedNode ((yyvsp[(2) - (2)].ltok), makeLclTypeSpecNodeSU ((yyvsp[(1) - (2)].structorunion)), declaratorInvNodeList_new ()); ;}
+    break;
+
+  case 69:
+
+    { (yyval.exposed) = makeExposedNode ((yyvsp[(2) - (2)].ltok), makeLclTypeSpecNodeEnum ((yyvsp[(1) - (2)].enumspec)), declaratorInvNodeList_new ()); ;}
+    break;
+
+  case 70:
+
+    { (yyval.importlist) = importNodeList_add (importNodeList_new (),  (yyvsp[(1) - (1)].import)); ;}
+    break;
+
+  case 71:
+
+    { (yyval.importlist) = importNodeList_add ((yyvsp[(1) - (3)].importlist), (yyvsp[(3) - (3)].import)); ;}
+    break;
+
+  case 72:
+
+    { (yyval.import) = importNode_makePlain ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 73:
+
+    { checkBrackets ((yyvsp[(1) - (3)].ltok), (yyvsp[(3) - (3)].ltok)); (yyval.import) = importNode_makeBracketed ((yyvsp[(2) - (3)].ltok)); ;}
+    break;
+
+  case 74:
+
+    { (yyval.import) = importNode_makeQuoted ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 75:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 76:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 78:
+
+    { (yyval.traitreflist) = traitRefNodeList_add (traitRefNodeList_new (),  (yyvsp[(1) - (1)].traitref)); ;}
+    break;
+
+  case 79:
+
+    { (yyval.traitreflist) = traitRefNodeList_add ((yyvsp[(1) - (3)].traitreflist), (yyvsp[(3) - (3)].traitref)); ;}
+    break;
+
+  case 80:
+
+    { (yyval.traitref) = makeTraitRefNode (ltokenList_singleton ((yyvsp[(1) - (1)].ltok)), (renamingNode)0); ;}
+    break;
+
+  case 81:
+
+    { (yyval.traitref) = makeTraitRefNode (ltokenList_singleton ((yyvsp[(1) - (4)].ltok)), (yyvsp[(3) - (4)].renaming)); ;}
+    break;
+
+  case 82:
+
+    { (yyval.traitref) = makeTraitRefNode ((yyvsp[(2) - (3)].ltokenList), (renamingNode)0); ;}
+    break;
+
+  case 83:
+
+    { (yyval.traitref) = makeTraitRefNode ((yyvsp[(2) - (6)].ltokenList), (yyvsp[(5) - (6)].renaming)); ;}
+    break;
+
+  case 84:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 85:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 86:
+
+    { (yyval.renaming) = makeRenamingNode (typeNameNodeList_new (),  (yyvsp[(1) - (1)].replacelist)); ;}
+    break;
+
+  case 87:
+
+    { (yyval.renaming) = makeRenamingNode ((yyvsp[(1) - (1)].namelist), replaceNodeList_new ()); ;}
+    break;
+
+  case 88:
+
+    { (yyval.renaming) = makeRenamingNode ((yyvsp[(1) - (3)].namelist), (yyvsp[(3) - (3)].replacelist)); ;}
+    break;
+
+  case 89:
+
+    { (yyval.namelist) = typeNameNodeList_add (typeNameNodeList_new (),  (yyvsp[(1) - (1)].typname)); ;}
+    break;
+
+  case 90:
+
+    { (yyval.namelist) = typeNameNodeList_add ((yyvsp[(1) - (3)].namelist), (yyvsp[(3) - (3)].typname)); ;}
+    break;
+
+  case 91:
+
+    { (yyval.replacelist) = replaceNodeList_add (replaceNodeList_new (),  (yyvsp[(1) - (1)].replace)); ;}
+    break;
+
+  case 92:
+
+    { (yyval.replacelist) = replaceNodeList_add ((yyvsp[(1) - (3)].replacelist), (yyvsp[(3) - (3)].replace)); ;}
+    break;
+
+  case 93:
+
+    { (yyval.replace) = makeReplaceNode ((yyvsp[(2) - (3)].ltok), (yyvsp[(1) - (3)].typname), TRUE, (yyvsp[(3) - (3)].ltok), NULL, NULL); ;}
+    break;
+
+  case 94:
+
+    { (yyval.replace) = makeReplaceNameNode ((yyvsp[(2) - (3)].ltok), (yyvsp[(1) - (3)].typname), (yyvsp[(3) - (3)].name)); ;}
+    break;
+
+  case 95:
+
+    { (yyval.replace) = makeReplaceNode ((yyvsp[(2) - (4)].ltok), (yyvsp[(1) - (4)].typname), FALSE, ltoken_undefined,
+                                                        (yyvsp[(3) - (4)].name), (yyvsp[(4) - (4)].signature)); ;}
+    break;
+
+  case 96:
+
+    { (yyval.name) = makeNameNodeId ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 97:
+
+    { (yyval.name) = makeNameNodeForm ((yyvsp[(1) - (1)].opform)); ;}
+    break;
+
+  case 100:
+
+    { (yyval.initdecls) = initDeclNodeList_add (initDeclNodeList_new (),  (yyvsp[(1) - (1)].initdecl)); ;}
+    break;
+
+  case 101:
+
+    { (yyval.initdecls) = initDeclNodeList_add ((yyvsp[(1) - (3)].initdecls), (yyvsp[(3) - (3)].initdecl)); ;}
+    break;
+
+  case 102:
+
+    { (yyval.initdecl) = makeInitDeclNode ((yyvsp[(1) - (1)].declare), (termNode)0); ;}
+    break;
+
+  case 103:
+
+    { (yyval.initdecl) = makeInitDeclNode ((yyvsp[(1) - (3)].declare), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 104:
+
+    { (yyval.globals) = varDeclarationNodeList_new (); ;}
+    break;
+
+  case 105:
+
+    { varDeclarationNodeList_addh ((yyvsp[(1) - (2)].globals), (yyvsp[(2) - (2)].vardeclaration)); (yyval.globals) = (yyvsp[(1) - (2)].globals); ;}
+    break;
+
+  case 106:
+
+    { (yyval.vardeclaration) = makeVarDeclarationNode ((yyvsp[(1) - (3)].lcltypespec), (yyvsp[(2) - (3)].initdecls), TRUE, FALSE); ;}
+    break;
+
+  case 107:
+
+    { (yyval.vardeclaration) = makeInternalStateNode (); ;}
+    break;
+
+  case 108:
+
+    { (yyval.vardeclaration) = makeFileSystemNode (); ;}
+    break;
+
+  case 109:
+
+    { (yyval.vardeclarationlist) = varDeclarationNodeList_new (); ;}
+    break;
+
+  case 110:
+
+    { varDeclarationNodeList_addh ((yyvsp[(1) - (2)].vardeclarationlist), (yyvsp[(2) - (2)].vardeclaration)); (yyval.vardeclarationlist) = (yyvsp[(1) - (2)].vardeclarationlist); ;}
+    break;
+
+  case 111:
+
+    { (yyval.vardeclaration) = makeVarDeclarationNode ((yyvsp[(2) - (4)].lcltypespec), (yyvsp[(3) - (4)].initdecls), FALSE, TRUE); ;}
+    break;
+
+  case 112:
+
+    { (yyval.letdecls) = letDeclNodeList_new (); ;}
+    break;
+
+  case 113:
+
+    { (yyval.letdecls) = (yyvsp[(2) - (3)].letdecls); ;}
+    break;
+
+  case 114:
+
+    { (yyval.letdecls) = letDeclNodeList_add (letDeclNodeList_new (),  (yyvsp[(1) - (1)].letdecl)); ;}
+    break;
+
+  case 115:
+
+    { (yyval.letdecls) = letDeclNodeList_add ((yyvsp[(1) - (3)].letdecls), (yyvsp[(3) - (3)].letdecl)); ;}
+    break;
+
+  case 116:
+
+    { (yyval.letdecl) = makeLetDeclNode ((yyvsp[(1) - (5)].ltok), (yyvsp[(3) - (5)].lcltypespec), (yyvsp[(5) - (5)].term)); ;}
+    break;
+
+  case 117:
+
+    { (yyval.letdecl) = makeLetDeclNode ((yyvsp[(1) - (3)].ltok), (lclTypeSpecNode)0, (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 119:
+
+    { (yyval.lclpredicate) = (lclPredicateNode)0; ;}
+    break;
+
+  case 120:
+
+    { checkLclPredicate ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); (yyval.lclpredicate) = makeChecksNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); ;}
+    break;
+
+  case 121:
+
+    { (yyval.lclpredicate) = (lclPredicateNode)0; ;}
+    break;
+
+  case 122:
+
+    { checkLclPredicate ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); (yyval.lclpredicate) = makeRequiresNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate));;}
+    break;
+
+  case 123:
+
+    { (yyval.modify) = (modifyNode)0; ;}
+    break;
+
+  case 124:
+
+    { (yyval.modify) = makeModifyNodeSpecial ((yyvsp[(1) - (3)].ltok), TRUE); ;}
+    break;
+
+  case 125:
+
+    { (yyval.modify) = makeModifyNodeSpecial ((yyvsp[(1) - (3)].ltok), FALSE); ;}
+    break;
+
+  case 126:
+
+    { (yyval.modify) = makeModifyNodeRef ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].storereflist)); ;}
+    break;
+
+  case 127:
+
+    { (yyval.storereflist) = storeRefNodeList_add (storeRefNodeList_new (),  (yyvsp[(1) - (1)].storeref)); ;}
+    break;
+
+  case 128:
+
+    { (yyval.storereflist) = storeRefNodeList_add ((yyvsp[(1) - (3)].storereflist), (yyvsp[(3) - (3)].storeref)); ;}
+    break;
+
+  case 129:
+
+    { (yyval.storeref) = makeStoreRefNodeTerm ((yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 130:
+
+    { (yyval.storeref) = makeStoreRefNodeType ((yyvsp[(1) - (1)].lcltypespec), FALSE); ;}
+    break;
+
+  case 131:
+
+    { (yyval.storeref) = makeStoreRefNodeType ((yyvsp[(2) - (2)].lcltypespec), TRUE); ;}
+    break;
+
+  case 132:
+
+    { (yyval.storeref) = makeStoreRefNodeInternal (); ;}
+    break;
+
+  case 133:
+
+    { (yyval.storeref) = makeStoreRefNodeSystem (); ;}
+    break;
+
+  case 134:
+
+    { (yyval.lclpredicate) = (lclPredicateNode)0; ;}
+    break;
+
+  case 135:
+
+    { checkLclPredicate ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); (yyval.lclpredicate) = makeEnsuresNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate));;}
+    break;
+
+  case 136:
+
+    { (yyval.lclpredicate) = (lclPredicateNode)0; ;}
+    break;
+
+  case 137:
+
+    { checkLclPredicate ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); (yyval.lclpredicate) = makeIntraClaimNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate));;}
+    break;
+
+  case 138:
+
+    { (yyval.paramlist) = paramNodeList_new (); ;}
+    break;
+
+  case 139:
+
+    { (yyval.paramlist) = (yyvsp[(1) - (1)].paramlist); ;}
+    break;
+
+  case 141:
+
+    { (yyval.paramlist) = paramNodeList_add (paramNodeList_new (),  paramNode_elipsis ()); ;}
+    break;
+
+  case 142:
+
+    { (yyval.paramlist) = paramNodeList_add ((yyvsp[(1) - (3)].paramlist), paramNode_elipsis ()); ;}
+    break;
+
+  case 143:
+
+    { (yyval.paramlist) = paramNodeList_single ((yyvsp[(1) - (1)].param)); ;}
+    break;
+
+  case 144:
+
+    { (yyval.paramlist) = paramNodeList_add ((yyvsp[(1) - (3)].paramlist), (yyvsp[(3) - (3)].param)); ;}
+    break;
+
+  case 145:
+
+    { (yyval.program) = (programNode)0; ;}
+    break;
+
+  case 146:
+
+    { (yyval.program) = (yyvsp[(3) - (4)].program); ;}
+    break;
+
+  case 147:
+
+    { (yyval.program) = (yyvsp[(3) - (5)].program); ;}
+    break;
+
+  case 148:
+
+    { (yyval.program) = makeProgramNode ((yyvsp[(1) - (1)].stmt)); ;}
+    break;
+
+  case 149:
+
+    { (yyval.program) = (yyvsp[(2) - (3)].program); (yyval.program)->wrapped = (yyval.program)->wrapped + 1; ;}
+    break;
+
+  case 150:
+
+    { programNodeList x = programNodeList_new ();
+     programNodeList_addh (x, (yyvsp[(1) - (2)].program));
+     (yyval.program) = makeProgramNodeAction (x, ACT_ITER); 
+   ;}
+    break;
+
+  case 151:
+
+    { programNodeList x = programNodeList_new ();
+     programNodeList_addh (x, (yyvsp[(1) - (3)].program));
+     programNodeList_addh (x, (yyvsp[(3) - (3)].program));
+     (yyval.program) = makeProgramNodeAction (x, ACT_ALTERNATE); 
+   ;}
+    break;
+
+  case 152:
+
+    { programNodeList x = programNodeList_new ();
+     programNodeList_addh (x, (yyvsp[(1) - (3)].program));
+     programNodeList_addh (x, (yyvsp[(3) - (3)].program));
+     (yyval.program) = makeProgramNodeAction (x, ACT_SEQUENCE); 
+   ;}
+    break;
+
+  case 153:
+
+    { (yyval.stmt) = makeStmtNode (ltoken_undefined, (yyvsp[(1) - (4)].ltok), (yyvsp[(3) - (4)].termlist)); ;}
+    break;
+
+  case 154:
+
+    { (yyval.stmt) = makeStmtNode (ltoken_undefined, (yyvsp[(1) - (3)].ltok), termNodeList_new ()); ;}
+    break;
+
+  case 155:
+
+    { (yyval.stmt) = makeStmtNode ((yyvsp[(1) - (5)].ltok), (yyvsp[(3) - (5)].ltok), termNodeList_new ()); ;}
+    break;
+
+  case 156:
+
+    { (yyval.stmt) = makeStmtNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(3) - (6)].ltok), (yyvsp[(5) - (6)].termlist)); ;}
+    break;
+
+  case 157:
+
+    { (yyval.termlist) = termNodeList_push (termNodeList_new (),  (yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 158:
+
+    { (yyval.termlist) = termNodeList_push ((yyvsp[(1) - (3)].termlist), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 160:
+
+    { (yyval.term) = makeSimpleTermNode ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 161:
+
+    { (yyval.term) = makePrefixTermNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].term)); ;}
+    break;
+
+  case 162:
+
+    { (yyval.term) = makePostfixTermNode2 ((yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 163:
+
+    { (yyval.term) = makeInfixTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 164:
+
+    { (yyval.term) = (yyvsp[(2) - (3)].term); (yyval.term)->wrapped = (yyval.term)->wrapped + 1; ;}
+    break;
+
+  case 165:
+
+    { (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].ltok), termNodeList_new (),  (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 166:
+
+    { (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].termlist), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 167:
+
+    { (yyval.abstbody) = (abstBodyNode)0; ;}
+    break;
+
+  case 168:
+
+    { (yyval.abstbody) = makeAbstBodyNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].fcns)); ;}
+    break;
+
+  case 169:
+
+    { (yyval.abstbody) = makeAbstBodyNode2 ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltokenList)); ;}
+    break;
+
+  case 170:
+
+    { (yyval.abstbody) = (abstBodyNode)0; ;}
+    break;
+
+  case 171:
+
+    { (yyval.fcns) = fcnNodeList_new (); ;}
+    break;
+
+  case 172:
+
+    { (yyval.fcns) = fcnNodeList_add ((yyvsp[(1) - (2)].fcns), (yyvsp[(2) - (2)].fcn)); ;}
+    break;
+
+  case 173:
+
+    { (yyval.lclpredicate) = (lclPredicateNode)0; ;}
+    break;
+
+  case 175:
+
+    { g_inTypeDef = FALSE; ;}
+    break;
+
+  case 176:
+
+    { (yyvsp[(5) - (6)].lclpredicate)->tok = (yyvsp[(1) - (6)].ltok); (yyvsp[(5) - (6)].lclpredicate)->kind = LPD_CONSTRAINT;
+     checkLclPredicate ((yyvsp[(1) - (6)].ltok), (yyvsp[(5) - (6)].lclpredicate));
+     (yyval.lclpredicate) = (yyvsp[(5) - (6)].lclpredicate);
+     symtable_exitScope (g_symtab); 
+     g_inTypeDef = TRUE;
+   ;}
+    break;
+
+  case 177:
+
+    { (yyval.declaratorinvs) = declaratorInvNodeList_add (declaratorInvNodeList_new (),  (yyvsp[(1) - (1)].declaratorinv)); ;}
+    break;
+
+  case 178:
+
+    { (yyval.declaratorinvs) = declaratorInvNodeList_add ((yyvsp[(1) - (3)].declaratorinvs), (yyvsp[(3) - (3)].declaratorinv)); ;}
+    break;
+
+  case 179:
+
+    { declareForwardType ((yyvsp[(1) - (1)].declare)); ;}
+    break;
+
+  case 180:
+
+    { (yyval.declaratorinv) = makeDeclaratorInvNode ((yyvsp[(1) - (3)].declare), (yyvsp[(3) - (3)].abstbody)); ;}
+    break;
+
+  case 181:
+
+    { (yyval.abstbody) = (abstBodyNode)0; ;}
+    break;
+
+  case 182:
+
+    { (yyval.abstbody) = makeExposedBodyNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].lclpredicate)); ;}
+    break;
+
+  case 183:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_VOID, 0)); ;}
+    break;
+
+  case 184:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_CHAR, 0)); ;}
+    break;
+
+  case 185:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_DOUBLE, 0)); ;}
+    break;
+
+  case 186:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_FLOAT, 0)); ;}
+    break;
+
+  case 187:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_INT, 0)); ;}
+    break;
+
+  case 188:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_LONG, 0)); ;}
+    break;
+
+  case 189:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_SHORT, 0)); ;}
+    break;
+
+  case 190:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_SIGNED, 0)); ;}
+    break;
+
+  case 191:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_UNSIGNED, 0)); ;}
+    break;
+
+  case 192:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ltoken_setIntField ((yyval.ltok), fixBits (TS_UNKNOWN, 0)); ;}
+    break;
+
+  case 193:
+
+    { (yyval.ctypes) = makeCTypesNode ((CTypesNode)0, (yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 194:
+
+    { (yyval.ctypes) = makeCTypesNode ((yyvsp[(1) - (2)].ctypes), (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 195:
+
+    { (yyval.ctypes) = makeTypeSpecifier ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 196:
+
+    { (yyval.ctypes) = (yyvsp[(1) - (1)].ctypes); (yyval.ctypes)->sort = sort_lookupName (lclctype_toSort ((yyvsp[(1) - (1)].ctypes)->intfield)); ;}
+    break;
+
+  case 197:
+
+    { (yyval.typequal) = qual_createOut (); ;}
+    break;
+
+  case 198:
+
+    { (yyval.typequal) = qual_createUnused (); ;}
+    break;
+
+  case 199:
+
+    { (yyval.typequal) = qual_createSef (); ;}
+    break;
+
+  case 200:
+
+    { (yyval.typequal) = qual_createOnly (); ;}
+    break;
+
+  case 201:
+
+    { (yyval.typequal) = qual_createOwned (); ;}
+    break;
+
+  case 202:
+
+    { (yyval.typequal) = qual_createDependent (); ;}
+    break;
+
+  case 203:
+
+    { (yyval.typequal) = qual_createKeep (); ;}
+    break;
+
+  case 204:
+
+    { (yyval.typequal) = qual_createKept (); ;}
+    break;
+
+  case 205:
+
+    { (yyval.typequal) = qual_createObserver (); ;}
+    break;
+
+  case 206:
+
+    { (yyval.typequal) = qual_createExits (); ;}
+    break;
+
+  case 207:
+
+    { (yyval.typequal) = qual_createMayExit (); ;}
+    break;
+
+  case 208:
+
+    { (yyval.typequal) = qual_createTrueExit (); ;}
+    break;
+
+  case 209:
+
+    { (yyval.typequal) = qual_createFalseExit (); ;}
+    break;
+
+  case 210:
+
+    { (yyval.typequal) = qual_createNeverExit (); ;}
+    break;
+
+  case 211:
+
+    { (yyval.typequal) = qual_createOnly (); ;}
+    break;
+
+  case 212:
+
+    { (yyval.typequal) = qual_createShared (); ;}
+    break;
+
+  case 213:
+
+    { (yyval.typequal) = qual_createUnique (); ;}
+    break;
+
+  case 214:
+
+    { (yyval.typequal) = qual_createChecked (); ;}
+    break;
+
+  case 215:
+
+    { (yyval.typequal) = qual_createUnchecked (); ;}
+    break;
+
+  case 216:
+
+    { (yyval.typequal) = qual_createCheckedStrict (); ;}
+    break;
+
+  case 217:
+
+    { (yyval.typequal) = qual_createTrueNull (); ;}
+    break;
+
+  case 218:
+
+    { (yyval.typequal) = qual_createFalseNull (); ;}
+    break;
+
+  case 219:
+
+    { (yyval.typequal) = qual_createRelNull (); ;}
+    break;
+
+  case 220:
+
+    { (yyval.typequal) = qual_createRelDef (); ;}
+    break;
+
+  case 221:
+
+    { (yyval.typequal) = qual_createRefCounted (); ;}
+    break;
+
+  case 222:
+
+    { (yyval.typequal) = qual_createRefs (); ;}
+    break;
+
+  case 223:
+
+    { (yyval.typequal) = qual_createNewRef (); ;}
+    break;
+
+  case 224:
+
+    { (yyval.typequal) = qual_createKillRef (); ;}
+    break;
+
+  case 225:
+
+    { (yyval.typequal) = qual_createNull (); ;}
+    break;
+
+  case 226:
+
+    { (yyval.typequal) = qual_createNotNull (); ;}
+    break;
+
+  case 227:
+
+    { (yyval.typequal) = qual_createReturned (); ;}
+    break;
+
+  case 228:
+
+    { (yyval.typequal) = qual_createExposed (); ;}
+    break;
+
+  case 229:
+
+    { (yyval.typequal) = qual_createPartial (); ;}
+    break;
+
+  case 230:
+
+    { (yyval.typequal) = qual_createNullTerminated () ; ;}
+    break;
+
+  case 231:
+
+    { (yyval.typequal) = qual_createUndef (); ;}
+    break;
+
+  case 232:
+
+    { (yyval.typequal) = qual_createKilled (); ;}
+    break;
+
+  case 233:
+
+    { (yyval.lcltypespec) = makeLclTypeSpecNodeType ((yyvsp[(1) - (1)].ctypes)); ;}
+    break;
+
+  case 234:
+
+    { (yyval.lcltypespec) = makeLclTypeSpecNodeSU ((yyvsp[(1) - (1)].structorunion)); ;}
+    break;
+
+  case 235:
+
+    { (yyval.lcltypespec) = makeLclTypeSpecNodeEnum ((yyvsp[(1) - (1)].enumspec)); ;}
+    break;
+
+  case 236:
+
+    { (yyval.lcltypespec) = lclTypeSpecNode_addQual ((yyvsp[(2) - (2)].lcltypespec), (yyvsp[(1) - (2)].typequal)); ;}
+    break;
+
+  case 237:
+
+    { (yyval.lcltypespec) = makeLclTypeSpecNodeConj ((yyvsp[(2) - (5)].lcltypespec), (yyvsp[(4) - (5)].lcltypespec)); ;}
+    break;
+
+  case 239:
+
+    { llassert (lclTypeSpecNode_isDefined ((yyvsp[(1) - (2)].lcltypespec)));
+     (yyvsp[(1) - (2)].lcltypespec)->pointers = (yyvsp[(2) - (2)].pointers); (yyval.lcltypespec) = (yyvsp[(1) - (2)].lcltypespec); ;}
+    break;
+
+  case 240:
+
+    { (yyval.pointers) = pointers_createLt ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 241:
+
+    { (yyval.pointers) = pointers_extend ((yyvsp[(1) - (2)].pointers), pointers_createLt ((yyvsp[(2) - (2)].ltok))); ;}
+    break;
+
+  case 242:
+
+    { (void) checkAndEnterTag (TAG_FWDSTRUCT, ltoken_copy ((yyvsp[(2) - (2)].ltok))); ;}
+    break;
+
+  case 243:
+
+    { (yyval.structorunion) = makestrOrUnionNode ((yyvsp[(1) - (6)].ltok), SU_STRUCT, (yyvsp[(2) - (6)].ltok), (yyvsp[(5) - (6)].structdecls)); ;}
+    break;
+
+  case 244:
+
+    { (void) checkAndEnterTag (TAG_FWDUNION, ltoken_copy ((yyvsp[(2) - (2)].ltok))); ;}
+    break;
+
+  case 245:
+
+    { (yyval.structorunion) = makestrOrUnionNode ((yyvsp[(1) - (6)].ltok), SU_UNION, (yyvsp[(2) - (6)].ltok), (yyvsp[(5) - (6)].structdecls)); ;}
+    break;
+
+  case 246:
+
+    { (yyval.structorunion) = makeForwardstrOrUnionNode ((yyvsp[(1) - (2)].ltok), SU_STRUCT, (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 247:
+
+    { (yyval.structorunion) = makeForwardstrOrUnionNode ((yyvsp[(1) - (2)].ltok), SU_UNION, (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 248:
+
+    { (yyval.ltok) = ltoken_undefined; ;}
+    break;
+
+  case 250:
+
+    { (yyval.structdecls) = stDeclNodeList_add (stDeclNodeList_new (),  (yyvsp[(1) - (1)].structdecl)); ;}
+    break;
+
+  case 251:
+
+    { (yyval.structdecls) = stDeclNodeList_add ((yyvsp[(1) - (2)].structdecls), (yyvsp[(2) - (2)].structdecl)); ;}
+    break;
+
+  case 252:
+
+    { (yyval.structdecl) = makestDeclNode ((yyvsp[(1) - (3)].lcltypespec), (yyvsp[(2) - (3)].declarelist)); ;}
+    break;
+
+  case 253:
+
+    { (yyval.declarelist) = declaratorNodeList_add (declaratorNodeList_new (),  (yyvsp[(1) - (1)].declare)); ;}
+    break;
+
+  case 254:
+
+    { (yyval.declarelist) = declaratorNodeList_add ((yyvsp[(1) - (3)].declarelist), (yyvsp[(3) - (3)].declare)); ;}
+    break;
+
+  case 255:
+
+    { ; ;}
+    break;
+
+  case 256:
+
+    { ; ;}
+    break;
+
+  case 257:
+
+    { (yyval.enumspec) = makeEnumSpecNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(2) - (6)].ltok), (yyvsp[(4) - (6)].ltokenList)); ;}
+    break;
+
+  case 258:
+
+    { (yyval.enumspec) = makeEnumSpecNode2 ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 259:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 260:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 261:
+
+    { (yyval.declare) = makeDeclaratorNode ((yyvsp[(1) - (1)].typeexpr)); ;}
+    break;
+
+  case 262:
+
+    { (yyval.declare) = makeDeclaratorNode ((yyvsp[(1) - (1)].typeexpr)); ;}
+    break;
+
+  case 263:
+
+    { (yyval.typeexpr) = makeTypeExpr ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 264:
+
+    { (yyval.typeexpr) = (yyvsp[(2) - (3)].typeexpr); (yyval.typeexpr)->wrapped = (yyval.typeexpr)->wrapped + 1; ;}
+    break;
+
+  case 265:
+
+    { (yyval.typeexpr) = makePointerNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 266:
+
+    { (yyval.typeexpr) = makeArrayNode ((yyvsp[(1) - (2)].typeexpr), (yyvsp[(2) - (2)].array)); ;}
+    break;
+
+  case 267:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (3)].typeexpr), paramNodeList_new ()); ;}
+    break;
+
+  case 268:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (4)].typeexpr), (yyvsp[(3) - (4)].paramlist)); ;}
+    break;
+
+  case 269:
+
+    { (yyval.typeexpr) = makeTypeExpr ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 270:
+
+    { (yyval.typeexpr) = (yyvsp[(2) - (3)].typeexpr); (yyval.typeexpr)->wrapped = (yyval.typeexpr)->wrapped + 1; ;}
+    break;
+
+  case 271:
+
+    { (yyval.typeexpr) = makePointerNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 272:
+
+    { (yyval.typeexpr) = makeArrayNode ((yyvsp[(1) - (2)].typeexpr), (yyvsp[(2) - (2)].array)); ;}
+    break;
+
+  case 273:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (3)].typeexpr), paramNodeList_new ()); ;}
+    break;
+
+  case 274:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (4)].typeexpr), (yyvsp[(3) - (4)].paramlist)); ;}
+    break;
+
+  case 275:
+
+    { (yyval.typeexpr) = makeTypeExpr ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 276:
+
+    { (yyval.typeexpr) = makePointerNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 277:
+
+    { (yyval.typeexpr) = makeArrayNode ((yyvsp[(1) - (2)].typeexpr), (yyvsp[(2) - (2)].array)); ;}
+    break;
+
+  case 278:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (3)].typeexpr), paramNodeList_new ()); ;}
+    break;
+
+  case 279:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (4)].typeexpr), (yyvsp[(3) - (4)].paramlist)); ;}
+    break;
+
+  case 280:
+
+    { (yyval.param) = makeParamNode ((yyvsp[(1) - (2)].lcltypespec), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 281:
+
+    { (yyval.param) = makeParamNode ((yyvsp[(1) - (2)].lcltypespec), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 282:
+
+    { (yyval.param) = makeParamNode ((yyvsp[(1) - (2)].lcltypespec), (yyvsp[(2) - (2)].abstDecl)); ;}
+    break;
+
+  case 283:
+
+    { (yyval.typname) = makeTypeNameNode (FALSE, (yyvsp[(1) - (2)].lcltypespec), (yyvsp[(2) - (2)].abstDecl)); ;}
+    break;
+
+  case 284:
+
+    { (yyval.typname) = makeTypeNameNode (TRUE, (yyvsp[(2) - (3)].lcltypespec), (yyvsp[(3) - (3)].abstDecl)); ;}
+    break;
+
+  case 285:
+
+    { (yyval.typname) = makeTypeNameNodeOp ((yyvsp[(1) - (1)].opform)); ;}
+    break;
+
+  case 286:
+
+    { (yyval.abstDecl) = (abstDeclaratorNode)0; ;}
+    break;
+
+  case 287:
+
+    { (yyval.abstDecl) = (abstDeclaratorNode)(yyvsp[(1) - (1)].typeexpr); ;}
+    break;
+
+  case 288:
+
+    { (yyval.typeexpr) = (yyvsp[(2) - (3)].typeexpr); (yyval.typeexpr)->wrapped = (yyval.typeexpr)->wrapped + 1; ;}
+    break;
+
+  case 289:
+
+    { (yyval.typeexpr) = makePointerNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].typeexpr)); ;}
+    break;
+
+  case 290:
+
+    { (yyval.typeexpr) = makePointerNode ((yyvsp[(1) - (1)].ltok), (typeExpr)0); ;}
+    break;
+
+  case 291:
+
+    { (yyval.typeexpr) = makeArrayNode ((typeExpr)0, (yyvsp[(1) - (1)].array)); ;}
+    break;
+
+  case 292:
+
+    { (yyval.typeexpr) = makeArrayNode ((yyvsp[(1) - (2)].typeexpr), (yyvsp[(2) - (2)].array)); ;}
+    break;
+
+  case 293:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (3)].typeexpr), paramNodeList_new ()); ;}
+    break;
+
+  case 294:
+
+    { (yyval.typeexpr) = makeFunctionNode ((typeExpr)0, (yyvsp[(2) - (3)].paramlist)); ;}
+    break;
+
+  case 295:
+
+    { (yyval.typeexpr) = makeFunctionNode ((yyvsp[(1) - (4)].typeexpr), (yyvsp[(3) - (4)].paramlist)); ;}
+    break;
+
+  case 296:
+
+    { (yyval.array) = makeArrayQualNode ((yyvsp[(1) - (2)].ltok), (termNode)0); ;}
+    break;
 
-  /* If YYLEN is nonzero, implement the default value of the action:
-     `$$ = $1'.
+  case 297:
 
-     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];
+    { (yyval.array) = makeArrayQualNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].term)); ;}
+    break;
 
-#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
+  case 298:
 
-#if YYDEBUG
-  /* We have to keep this `#if YYDEBUG', since we use variables which
-     are defined only if `YYDEBUG' is set.  */
-  if (yydebug)
-    {
-      int yyi;
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (6)].ltok), OPF_IF, opFormUnion_createMiddle (0), ltoken_undefined); ;}
+    break;
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
-                yyn, yyrline[yyn]);
+  case 299:
 
-      /* 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]]);
-    }
-#endif
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (1)].ltok), OPF_ANYOP, opFormUnion_createAnyOp ((yyvsp[(1) - (1)].ltok)), ltoken_undefined); ;}
+    break;
 
-  switch (yyn) {
-
-case 1:
-{ lhExternals (yyvsp[0].interfacelist); ;
-    break;}
-case 2:
-{ interfaceNodeList_free (yyvsp[-2].interfacelist); interfaceNodeList_free (yyvsp[0].interfacelist); ;
-    break;}
-case 3:
-{ yyval.interfacelist = interfaceNodeList_new (); ;
-    break;}
-case 4:
-{ yyval.interfacelist = interfaceNodeList_addh (yyvsp[-1].interfacelist, yyvsp[0].iface);;
-    break;}
-case 7:
-{ yyval.interfacelist = interfaceNodeList_new (); ;
-    break;}
-case 8:
-{ yyval.interfacelist = consInterfaceNode (yyvsp[-1].iface, yyvsp[0].interfacelist);;
-    break;}
-case 9:
-{ yyval.interfacelist = consInterfaceNode (yyvsp[-1].iface, yyvsp[0].interfacelist);;
-    break;}
-case 10:
-{ yyval.interfacelist = interfaceNodeList_new (); ;
-    break;}
-case 11:
-{ yyval.interfacelist = interfaceNodeList_addh (yyvsp[-1].interfacelist, yyvsp[0].iface);;
-    break;}
-case 15:
-{ yyval.iface = makeInterfaceNodeImports (yyvsp[-1].importlist);
-     /* assume subspecs are already processed, symbol table info in external file */
-   ;
-    break;}
-case 16:
-{ yyval.iface = makeInterfaceNodeUses (yyvsp[-1].traitreflist); readlsignatures (yyval.iface);;
-    break;}
-case 17:
-{ declareConstant (yyvsp[0].constdeclaration); yyval.iface = interfaceNode_makeConst (yyvsp[0].constdeclaration); ;
-    break;}
-case 18:
-{ declareVar (yyvsp[0].vardeclaration); yyval.iface = interfaceNode_makeVar (yyvsp[0].vardeclaration); ;
-    break;}
-case 19:
-{ declareType (yyvsp[0].type); yyval.iface = interfaceNode_makeType (yyvsp[0].type); ;
-    break;}
-case 20:
-{ declareFcn (yyvsp[0].fcn, typeId_invalid); yyval.iface = interfaceNode_makeFcn (yyvsp[0].fcn); ;
-    break;}
-case 21:
-{ yyval.iface = interfaceNode_makeClaim (yyvsp[0].claim); ;
-    break;}
-case 22:
-{ declareIter (yyvsp[0].iter); yyval.iface = interfaceNode_makeIter (yyvsp[0].iter); ;
-    break;}
-case 23:
-{ yyval.iter = makeIterNode (yyvsp[-4].ltok, yyvsp[-2].paramlist); ;
-    break;}
-case 24:
-{ yyval.paramlist = paramNodeList_new (); ;
-    break;}
-case 25:
-{ yyval.paramlist = yyvsp[0].paramlist; ;
-    break;}
-case 26:
-{ yyval.paramlist = paramNodeList_add (paramNodeList_new (),  yyvsp[0].param); ;
-    break;}
-case 27:
-{ yyval.paramlist = paramNodeList_add (yyvsp[-2].paramlist,yyvsp[0].param); ;
-    break;}
-case 28:
-{ yyval.param = markYieldParamNode (yyvsp[0].param); ;
-    break;}
-case 29:
-{ yyval.param = yyvsp[0].param; ;
-    break;}
-case 30:
-{ symtable_export (g_symtab, FALSE); ;
-    break;}
-case 31:
-{ yyval.iface = yyvsp[0].iface; symtable_export (g_symtab, TRUE); ;
-    break;}
-case 32:
-{ declarePrivConstant (yyvsp[0].constdeclaration); yyval.iface =  interfaceNode_makePrivConst (yyvsp[0].constdeclaration); ;
-    break;}
-case 33:
-{ declarePrivVar (yyvsp[0].vardeclaration); yyval.iface = interfaceNode_makePrivVar (yyvsp[0].vardeclaration); ;
-    break;}
-case 34:
-{ declarePrivType (yyvsp[0].type); yyval.iface = interfaceNode_makePrivType (yyvsp[0].type); ;
-    break;}
-case 35:
-{ declarePrivFcn (yyvsp[0].fcn, typeId_invalid); yyval.iface = interfaceNode_makePrivFcn (yyvsp[0].fcn); ;
-    break;}
-case 36:
-{ yyval.constdeclaration = makeConstDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls); ;
-    break;}
-case 37:
-{ yyval.vardeclaration = makeVarDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls, FALSE, FALSE); yyval.vardeclaration->qualifier = QLF_NONE; ;
-    break;}
-case 38:
-{ yyval.vardeclaration = makeVarDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls, FALSE, FALSE); yyval.vardeclaration->qualifier = QLF_CONST; ;
-    break;}
-case 39:
-{ yyval.vardeclaration = makeVarDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls, FALSE, FALSE); yyval.vardeclaration->qualifier = QLF_VOLATILE; ;
-    break;}
-case 40:
-{ yyval.type = makeAbstractTypeNode (yyvsp[0].abstract); ;
-    break;}
-case 41:
-{ yyval.type = makeExposedTypeNode (yyvsp[0].exposed); ;
-    break;}
-case 42:
-{ yyval.typequal = qual_createPrintfLike (); ;
-    break;}
-case 43:
-{ yyval.typequal = qual_createScanfLike (); ;
-    break;}
-case 44:
-{ yyval.typequal = qual_createMessageLike (); ;
-    break;}
-case 45:
-{ enteringFcnScope (yyvsp[-2].lcltypespec, yyvsp[-1].declare, yyvsp[0].globals); ;
-    break;}
-case 46:
-{ yyval.fcn = makeFcnNode (qual_createUnknown (),  yyvsp[-12].lcltypespec, yyvsp[-11].declare, yyvsp[-10].globals, yyvsp[-7].vardeclarationlist, yyvsp[-6].letdecls, 
-                      yyvsp[-5].lclpredicate, yyvsp[-4].lclpredicate, yyvsp[-3].modify, yyvsp[-2].lclpredicate, yyvsp[-1].lclpredicate); 
-     /* type, declarator, glovbls, privateinits,
-       lets, checks, requires, modifies, ensures, claims */
-     symtable_exitScope (g_symtab);
-   ;
-    break;}
-case 47:
-{ enteringFcnScope (yyvsp[-2].lcltypespec, yyvsp[-1].declare, yyvsp[0].globals); ;
-    break;}
-case 48:
-{ yyval.fcn = makeFcnNode (yyvsp[-13].typequal, yyvsp[-12].lcltypespec, yyvsp[-11].declare, yyvsp[-10].globals, yyvsp[-7].vardeclarationlist, 
-                      yyvsp[-6].letdecls, yyvsp[-5].lclpredicate, yyvsp[-4].lclpredicate, yyvsp[-3].modify, yyvsp[-2].lclpredicate, yyvsp[-1].lclpredicate); 
-     /* type, declarator, glovbls, privateinits,
-       lets, checks, requires, modifies, ensures, claims */
-     symtable_exitScope (g_symtab);
-   ;
-    break;}
-case 49:
-{ enteringClaimScope (yyvsp[-2].paramlist, yyvsp[0].globals); ;
-    break;}
-case 50:
-{      yyval.claim = makeClaimNode (yyvsp[-11].ltok, yyvsp[-9].paramlist, yyvsp[-7].globals, yyvsp[-4].letdecls, yyvsp[-3].lclpredicate, yyvsp[-2].program, yyvsp[-1].lclpredicate); 
-     symtable_exitScope (g_symtab); ;
-    break;}
-case 51:
-{ yyval.claim = (claimNode) 0; ;
-    break;}
-case 52:
-{g_inTypeDef = TRUE; ;
-    break;}
-case 53:
-{g_inTypeDef = FALSE; ;
-    break;}
-case 54:
-{ yyval.abstract = makeAbstractNode (yyvsp[-5].ltok, yyvsp[-2].ltok, TRUE, FALSE, yyvsp[0].abstbody); ;
-    break;}
-case 55:
-{g_inTypeDef = TRUE; ;
-    break;}
-case 56:
-{g_inTypeDef = FALSE; ;
-    break;}
-case 57:
-{ yyval.abstract = makeAbstractNode (yyvsp[-6].ltok, yyvsp[-2].ltok, TRUE, TRUE, yyvsp[0].abstbody); ;
-    break;}
-case 58:
-{g_inTypeDef = TRUE; ;
-    break;}
-case 59:
-{g_inTypeDef = FALSE; ;
-    break;}
-case 60:
-{ yyval.abstract = makeAbstractNode (yyvsp[-5].ltok, yyvsp[-2].ltok, TRUE, TRUE, yyvsp[0].abstbody); ;
-    break;}
-case 61:
-{g_inTypeDef = TRUE; ;
-    break;}
-case 62:
-{g_inTypeDef = FALSE; ;
-    break;}
-case 63:
-{ yyval.abstract = makeAbstractNode (yyvsp[-5].ltok, yyvsp[-2].ltok, FALSE, FALSE, yyvsp[0].abstbody); ;
-    break;}
-case 64:
-{ g_inTypeDef = TRUE; setExposedType (yyvsp[0].lcltypespec); ;
-    break;}
-case 65:
-{ g_inTypeDef = FALSE; ;
-    break;}
-case 66:
-{ yyval.exposed = makeExposedNode (yyvsp[-5].ltok, yyvsp[-4].lcltypespec, yyvsp[-2].declaratorinvs); /* to support mutually recursive types */ ;
-    break;}
-case 67:
-{ yyval.exposed = makeExposedNode (yyvsp[0].ltok, makeLclTypeSpecNodeSU (yyvsp[-1].structorunion), declaratorInvNodeList_new ()); ;
-    break;}
-case 68:
-{ yyval.exposed = makeExposedNode (yyvsp[0].ltok, makeLclTypeSpecNodeEnum (yyvsp[-1].enumspec), declaratorInvNodeList_new ()); ;
-    break;}
-case 69:
-{ yyval.importlist = importNodeList_add (importNodeList_new (),  yyvsp[0].import); ;
-    break;}
-case 70:
-{ yyval.importlist = importNodeList_add (yyvsp[-2].importlist, yyvsp[0].import); ;
-    break;}
-case 71:
-{ yyval.import = importNode_makePlain (yyvsp[0].ltok); ;
-    break;}
-case 72:
-{ checkBrackets (yyvsp[-2].ltok, yyvsp[0].ltok); yyval.import = importNode_makeBracketed (yyvsp[-1].ltok); ;
-    break;}
-case 73:
-{ yyval.import = importNode_makeQuoted (yyvsp[0].ltok); ;
-    break;}
-case 74:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 75:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 77:
-{ yyval.traitreflist = traitRefNodeList_add (traitRefNodeList_new (),  yyvsp[0].traitref); ;
-    break;}
-case 78:
-{ yyval.traitreflist = traitRefNodeList_add (yyvsp[-2].traitreflist, yyvsp[0].traitref); ;
-    break;}
-case 79:
-{ yyval.traitref = makeTraitRefNode (ltokenList_singleton (yyvsp[0].ltok), (renamingNode)0); ;
-    break;}
-case 80:
-{ yyval.traitref = makeTraitRefNode (ltokenList_singleton (yyvsp[-3].ltok), yyvsp[-1].renaming); ;
-    break;}
-case 81:
-{ yyval.traitref = makeTraitRefNode (yyvsp[-1].ltokenList, (renamingNode)0); ;
-    break;}
-case 82:
-{ yyval.traitref = makeTraitRefNode (yyvsp[-4].ltokenList, yyvsp[-1].renaming); ;
-    break;}
-case 83:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 84:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 85:
-{ yyval.renaming = makeRenamingNode (typeNameNodeList_new (),  yyvsp[0].replacelist); ;
-    break;}
-case 86:
-{ yyval.renaming = makeRenamingNode (yyvsp[0].namelist, replaceNodeList_new ()); ;
-    break;}
-case 87:
-{ yyval.renaming = makeRenamingNode (yyvsp[-2].namelist, yyvsp[0].replacelist); ;
-    break;}
-case 88:
-{ yyval.namelist = typeNameNodeList_add (typeNameNodeList_new (),  yyvsp[0].typname); ;
-    break;}
-case 89:
-{ yyval.namelist = typeNameNodeList_add (yyvsp[-2].namelist, yyvsp[0].typname); ;
-    break;}
-case 90:
-{ yyval.replacelist = replaceNodeList_add (replaceNodeList_new (),  yyvsp[0].replace); ;
-    break;}
-case 91:
-{ yyval.replacelist = replaceNodeList_add (yyvsp[-2].replacelist, yyvsp[0].replace); ;
-    break;}
-case 92:
-{ yyval.replace = makeReplaceNode (yyvsp[-1].ltok, yyvsp[-2].typname, TRUE, yyvsp[0].ltok, NULL, NULL); ;
-    break;}
-case 93:
-{ yyval.replace = makeReplaceNameNode (yyvsp[-1].ltok, yyvsp[-2].typname, yyvsp[0].name); ;
-    break;}
-case 94:
-{ yyval.replace = makeReplaceNode (yyvsp[-2].ltok, yyvsp[-3].typname, FALSE, ltoken_undefined,
-                                                        yyvsp[-1].name, yyvsp[0].signature); ;
-    break;}
-case 95:
-{ yyval.name = makeNameNodeId (yyvsp[0].ltok); ;
-    break;}
-case 96:
-{ yyval.name = makeNameNodeForm (yyvsp[0].opform); ;
-    break;}
-case 99:
-{ yyval.initdecls = initDeclNodeList_add (initDeclNodeList_new (),  yyvsp[0].initdecl); ;
-    break;}
-case 100:
-{ yyval.initdecls = initDeclNodeList_add (yyvsp[-2].initdecls, yyvsp[0].initdecl); ;
-    break;}
-case 101:
-{ yyval.initdecl = makeInitDeclNode (yyvsp[0].declare, (termNode)0); ;
-    break;}
-case 102:
-{ yyval.initdecl = makeInitDeclNode (yyvsp[-2].declare, yyvsp[0].term); ;
-    break;}
-case 103:
-{ yyval.globals = varDeclarationNodeList_new (); ;
-    break;}
-case 104:
-{ varDeclarationNodeList_addh (yyvsp[-1].globals, yyvsp[0].vardeclaration); yyval.globals = yyvsp[-1].globals; ;
-    break;}
-case 105:
-{ yyval.vardeclaration = makeVarDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls, TRUE, FALSE); ;
-    break;}
-case 106:
-{ yyval.vardeclaration = makeInternalStateNode (); ;
-    break;}
-case 107:
-{ yyval.vardeclaration = makeFileSystemNode (); ;
-    break;}
-case 108:
-{ yyval.vardeclarationlist = varDeclarationNodeList_new (); ;
-    break;}
-case 109:
-{ varDeclarationNodeList_addh (yyvsp[-1].vardeclarationlist, yyvsp[0].vardeclaration); yyval.vardeclarationlist = yyvsp[-1].vardeclarationlist; ;
-    break;}
-case 110:
-{ yyval.vardeclaration = makeVarDeclarationNode (yyvsp[-2].lcltypespec, yyvsp[-1].initdecls, FALSE, TRUE); ;
-    break;}
-case 111:
-{ yyval.letdecls = letDeclNodeList_new (); ;
-    break;}
-case 112:
-{ yyval.letdecls = yyvsp[-1].letdecls; ;
-    break;}
-case 113:
-{ yyval.letdecls = letDeclNodeList_add (letDeclNodeList_new (),  yyvsp[0].letdecl); ;
-    break;}
-case 114:
-{ yyval.letdecls = letDeclNodeList_add (yyvsp[-2].letdecls, yyvsp[0].letdecl); ;
-    break;}
-case 115:
-{ yyval.letdecl = makeLetDeclNode (yyvsp[-4].ltok, yyvsp[-2].lcltypespec, yyvsp[0].term); ;
-    break;}
-case 116:
-{ yyval.letdecl = makeLetDeclNode (yyvsp[-2].ltok, (lclTypeSpecNode)0, yyvsp[0].term); ;
-    break;}
-case 118:
-{ yyval.lclpredicate = (lclPredicateNode)0; ;
-    break;}
-case 119:
-{ checkLclPredicate (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); yyval.lclpredicate = makeChecksNode (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); ;
-    break;}
-case 120:
-{ yyval.lclpredicate = (lclPredicateNode)0; ;
-    break;}
-case 121:
-{ checkLclPredicate (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); yyval.lclpredicate = makeRequiresNode (yyvsp[-2].ltok, yyvsp[-1].lclpredicate);;
-    break;}
-case 122:
-{ yyval.modify = (modifyNode)0; ;
-    break;}
-case 123:
-{ yyval.modify = makeModifyNodeSpecial (yyvsp[-2].ltok, TRUE); ;
-    break;}
-case 124:
-{ yyval.modify = makeModifyNodeSpecial (yyvsp[-2].ltok, FALSE); ;
-    break;}
-case 125:
-{ yyval.modify = makeModifyNodeRef (yyvsp[-2].ltok, yyvsp[-1].storereflist); ;
-    break;}
-case 126:
-{ yyval.storereflist = storeRefNodeList_add (storeRefNodeList_new (),  yyvsp[0].storeref); ;
-    break;}
-case 127:
-{ yyval.storereflist = storeRefNodeList_add (yyvsp[-2].storereflist, yyvsp[0].storeref); ;
-    break;}
-case 128:
-{ yyval.storeref = makeStoreRefNodeTerm (yyvsp[0].term); ;
-    break;}
-case 129:
-{ yyval.storeref = makeStoreRefNodeType (yyvsp[0].lcltypespec, FALSE); ;
-    break;}
-case 130:
-{ yyval.storeref = makeStoreRefNodeType (yyvsp[0].lcltypespec, TRUE); ;
-    break;}
-case 131:
-{ yyval.storeref = makeStoreRefNodeInternal (); ;
-    break;}
-case 132:
-{ yyval.storeref = makeStoreRefNodeSystem (); ;
-    break;}
-case 133:
-{ yyval.lclpredicate = (lclPredicateNode)0; ;
-    break;}
-case 134:
-{ checkLclPredicate (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); yyval.lclpredicate = makeEnsuresNode (yyvsp[-2].ltok, yyvsp[-1].lclpredicate);;
-    break;}
-case 135:
-{ yyval.lclpredicate = (lclPredicateNode)0; ;
-    break;}
-case 136:
-{ checkLclPredicate (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); yyval.lclpredicate = makeIntraClaimNode (yyvsp[-2].ltok, yyvsp[-1].lclpredicate);;
-    break;}
-case 137:
-{ yyval.paramlist = paramNodeList_new (); ;
-    break;}
-case 138:
-{ yyval.paramlist = yyvsp[0].paramlist; ;
-    break;}
-case 140:
-{ yyval.paramlist = paramNodeList_add (paramNodeList_new (),  paramNode_elipsis ()); ;
-    break;}
-case 141:
-{ yyval.paramlist = paramNodeList_add (yyvsp[-2].paramlist, paramNode_elipsis ()); ;
-    break;}
-case 142:
-{ yyval.paramlist = paramNodeList_single (yyvsp[0].param); ;
-    break;}
-case 143:
-{ yyval.paramlist = paramNodeList_add (yyvsp[-2].paramlist, yyvsp[0].param); ;
-    break;}
-case 144:
-{ yyval.program = (programNode)0; ;
-    break;}
-case 145:
-{ yyval.program = yyvsp[-1].program; ;
-    break;}
-case 146:
-{ yyval.program = yyvsp[-2].program; ;
-    break;}
-case 147:
-{ yyval.program = makeProgramNode (yyvsp[0].stmt); ;
-    break;}
-case 148:
-{ yyval.program = yyvsp[-1].program; yyval.program->wrapped = yyval.program->wrapped + 1; ;
-    break;}
-case 149:
-{ programNodeList x = programNodeList_new ();
-     programNodeList_addh (x, yyvsp[-1].program);
-     yyval.program = makeProgramNodeAction (x, ACT_ITER); 
-   ;
-    break;}
-case 150:
-{ programNodeList x = programNodeList_new ();
-     programNodeList_addh (x, yyvsp[-2].program);
-     programNodeList_addh (x, yyvsp[0].program);
-     yyval.program = makeProgramNodeAction (x, ACT_ALTERNATE); 
-   ;
-    break;}
-case 151:
-{ programNodeList x = programNodeList_new ();
-     programNodeList_addh (x, yyvsp[-2].program);
-     programNodeList_addh (x, yyvsp[0].program);
-     yyval.program = makeProgramNodeAction (x, ACT_SEQUENCE); 
-   ;
-    break;}
-case 152:
-{ yyval.stmt = makeStmtNode (ltoken_undefined, yyvsp[-3].ltok, yyvsp[-1].termlist); ;
-    break;}
-case 153:
-{ yyval.stmt = makeStmtNode (ltoken_undefined, yyvsp[-2].ltok, termNodeList_new ()); ;
-    break;}
-case 154:
-{ yyval.stmt = makeStmtNode (yyvsp[-4].ltok, yyvsp[-2].ltok, termNodeList_new ()); ;
-    break;}
-case 155:
-{ yyval.stmt = makeStmtNode (yyvsp[-5].ltok, yyvsp[-3].ltok, yyvsp[-1].termlist); ;
-    break;}
-case 156:
-{ yyval.termlist = termNodeList_push (termNodeList_new (),  yyvsp[0].term); ;
-    break;}
-case 157:
-{ yyval.termlist = termNodeList_push (yyvsp[-2].termlist, yyvsp[0].term); ;
-    break;}
-case 159:
-{ yyval.term = makeSimpleTermNode (yyvsp[0].ltok); ;
-    break;}
-case 160:
-{ yyval.term = makePrefixTermNode (yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 161:
-{ yyval.term = makePostfixTermNode2 (yyvsp[-1].term, yyvsp[0].ltok); ;
-    break;}
-case 162:
-{ yyval.term = makeInfixTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 163:
-{ yyval.term = yyvsp[-1].term; yyval.term->wrapped = yyval.term->wrapped + 1; ;
-    break;}
-case 164:
-{ yyval.term = makeOpCallTermNode (yyvsp[-2].ltok, yyvsp[-1].ltok, termNodeList_new (),  yyvsp[0].ltok); ;
-    break;}
-case 165:
-{ yyval.term = makeOpCallTermNode (yyvsp[-3].ltok, yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok); ;
-    break;}
-case 166:
-{ yyval.abstbody = (abstBodyNode)0; ;
-    break;}
-case 167:
-{ yyval.abstbody = makeAbstBodyNode (yyvsp[-2].ltok, yyvsp[-1].fcns); ;
-    break;}
-case 168:
-{ yyval.abstbody = makeAbstBodyNode2 (yyvsp[-3].ltok, yyvsp[-2].ltokenList); ;
-    break;}
-case 169:
-{ yyval.abstbody = (abstBodyNode)0; ;
-    break;}
-case 170:
-{ yyval.fcns = fcnNodeList_new (); ;
-    break;}
-case 171:
-{ yyval.fcns = fcnNodeList_add (yyvsp[-1].fcns, yyvsp[0].fcn); ;
-    break;}
-case 172:
-{ yyval.lclpredicate = (lclPredicateNode)0; ;
-    break;}
-case 174:
-{ g_inTypeDef = FALSE; ;
-    break;}
-case 175:
-{ yyvsp[-1].lclpredicate->tok = yyvsp[-5].ltok; yyvsp[-1].lclpredicate->kind = LPD_CONSTRAINT;
-     checkLclPredicate (yyvsp[-5].ltok, yyvsp[-1].lclpredicate);
-     yyval.lclpredicate = yyvsp[-1].lclpredicate;
-     symtable_exitScope (g_symtab); 
-     g_inTypeDef = TRUE;
-   ;
-    break;}
-case 176:
-{ yyval.declaratorinvs = declaratorInvNodeList_add (declaratorInvNodeList_new (),  yyvsp[0].declaratorinv); ;
-    break;}
-case 177:
-{ yyval.declaratorinvs = declaratorInvNodeList_add (yyvsp[-2].declaratorinvs, yyvsp[0].declaratorinv); ;
-    break;}
-case 178:
-{ declareForwardType (yyvsp[0].declare); ;
-    break;}
-case 179:
-{ yyval.declaratorinv = makeDeclaratorInvNode (yyvsp[-2].declare, yyvsp[0].abstbody); ;
-    break;}
-case 180:
-{ yyval.abstbody = (abstBodyNode)0; ;
-    break;}
-case 181:
-{ yyval.abstbody = makeExposedBodyNode (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); ;
-    break;}
-case 182:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_VOID, 0)); ;
-    break;}
-case 183:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_CHAR, 0)); ;
-    break;}
-case 184:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_DOUBLE, 0)); ;
-    break;}
-case 185:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_FLOAT, 0)); ;
-    break;}
-case 186:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_INT, 0)); ;
-    break;}
-case 187:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_LONG, 0)); ;
-    break;}
-case 188:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_SHORT, 0)); ;
-    break;}
-case 189:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_SIGNED, 0)); ;
-    break;}
-case 190:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_UNSIGNED, 0)); ;
-    break;}
-case 191:
-{ yyval.ltok = yyvsp[0].ltok; ltoken_setIntField (yyval.ltok, fixBits (TS_UNKNOWN, 0)); ;
-    break;}
-case 192:
-{ yyval.ctypes = makeCTypesNode ((CTypesNode)0, yyvsp[0].ltok); ;
-    break;}
-case 193:
-{ yyval.ctypes = makeCTypesNode (yyvsp[-1].ctypes, yyvsp[0].ltok); ;
-    break;}
-case 194:
-{ yyval.ctypes = makeTypeSpecifier (yyvsp[0].ltok); ;
-    break;}
-case 195:
-{ yyval.ctypes = yyvsp[0].ctypes; yyval.ctypes->sort = sort_lookupName (lclctype_toSort (yyvsp[0].ctypes->intfield)); ;
-    break;}
-case 196:
-{ yyval.typequal = qual_createOut (); ;
-    break;}
-case 197:
-{ yyval.typequal = qual_createUnused (); ;
-    break;}
-case 198:
-{ yyval.typequal = qual_createSef (); ;
-    break;}
-case 199:
-{ yyval.typequal = qual_createOnly (); ;
-    break;}
-case 200:
-{ yyval.typequal = qual_createOwned (); ;
-    break;}
-case 201:
-{ yyval.typequal = qual_createDependent (); ;
-    break;}
-case 202:
-{ yyval.typequal = qual_createKeep (); ;
-    break;}
-case 203:
-{ yyval.typequal = qual_createKept (); ;
-    break;}
-case 204:
-{ yyval.typequal = qual_createObserver (); ;
-    break;}
-case 205:
-{ yyval.typequal = qual_createExits (); ;
-    break;}
-case 206:
-{ yyval.typequal = qual_createMayExit (); ;
-    break;}
-case 207:
-{ yyval.typequal = qual_createTrueExit (); ;
-    break;}
-case 208:
-{ yyval.typequal = qual_createFalseExit (); ;
-    break;}
-case 209:
-{ yyval.typequal = qual_createNeverExit (); ;
-    break;}
-case 210:
-{ yyval.typequal = qual_createOnly (); ;
-    break;}
-case 211:
-{ yyval.typequal = qual_createShared (); ;
-    break;}
-case 212:
-{ yyval.typequal = qual_createUnique (); ;
-    break;}
-case 213:
-{ yyval.typequal = qual_createChecked (); ;
-    break;}
-case 214:
-{ yyval.typequal = qual_createUnchecked (); ;
-    break;}
-case 215:
-{ yyval.typequal = qual_createCheckedStrict (); ;
-    break;}
-case 216:
-{ yyval.typequal = qual_createTrueNull (); ;
-    break;}
-case 217:
-{ yyval.typequal = qual_createFalseNull (); ;
-    break;}
-case 218:
-{ yyval.typequal = qual_createRelNull (); ;
-    break;}
-case 219:
-{ yyval.typequal = qual_createRelDef (); ;
-    break;}
-case 220:
-{ yyval.typequal = qual_createRefCounted (); ;
-    break;}
-case 221:
-{ yyval.typequal = qual_createRefs (); ;
-    break;}
-case 222:
-{ yyval.typequal = qual_createNewRef (); ;
-    break;}
-case 223:
-{ yyval.typequal = qual_createKillRef (); ;
-    break;}
-case 224:
-{ yyval.typequal = qual_createNull (); ;
-    break;}
-case 225:
-{ yyval.typequal = qual_createNotNull (); ;
-    break;}
-case 226:
-{ yyval.typequal = qual_createReturned (); ;
-    break;}
-case 227:
-{ yyval.typequal = qual_createExposed (); ;
-    break;}
-case 228:
-{ yyval.typequal = qual_createPartial (); ;
-    break;}
-case 229:
-{ yyval.typequal = qual_createNullTerminated () ; ;
-    break;}
-case 230:
-{ yyval.typequal = qual_createUndef (); ;
-    break;}
-case 231:
-{ yyval.typequal = qual_createKilled (); ;
-    break;}
-case 232:
-{ yyval.lcltypespec = makeLclTypeSpecNodeType (yyvsp[0].ctypes); ;
-    break;}
-case 233:
-{ yyval.lcltypespec = makeLclTypeSpecNodeSU (yyvsp[0].structorunion); ;
-    break;}
-case 234:
-{ yyval.lcltypespec = makeLclTypeSpecNodeEnum (yyvsp[0].enumspec); ;
-    break;}
-case 235:
-{ yyval.lcltypespec = lclTypeSpecNode_addQual (yyvsp[0].lcltypespec, yyvsp[-1].typequal); ;
-    break;}
-case 236:
-{ yyval.lcltypespec = makeLclTypeSpecNodeConj (yyvsp[-3].lcltypespec, yyvsp[-1].lcltypespec); ;
-    break;}
-case 238:
-{ llassert (lclTypeSpecNode_isDefined (yyvsp[-1].lcltypespec));
-     yyvsp[-1].lcltypespec->pointers = yyvsp[0].pointers; yyval.lcltypespec = yyvsp[-1].lcltypespec; ;
-    break;}
-case 239:
-{ yyval.pointers = pointers_createLt (yyvsp[0].ltok); ;
-    break;}
-case 240:
-{ yyval.pointers = pointers_extend (yyvsp[-1].pointers, pointers_createLt (yyvsp[0].ltok)); ;
-    break;}
-case 241:
-{ (void) checkAndEnterTag (TAG_FWDSTRUCT, ltoken_copy (yyvsp[0].ltok)); ;
-    break;}
-case 242:
-{ yyval.structorunion = makestrOrUnionNode (yyvsp[-5].ltok, SU_STRUCT, yyvsp[-4].ltok, yyvsp[-1].structdecls); ;
-    break;}
-case 243:
-{ (void) checkAndEnterTag (TAG_FWDUNION, ltoken_copy (yyvsp[0].ltok)); ;
-    break;}
-case 244:
-{ yyval.structorunion = makestrOrUnionNode (yyvsp[-5].ltok, SU_UNION, yyvsp[-4].ltok, yyvsp[-1].structdecls); ;
-    break;}
-case 245:
-{ yyval.structorunion = makeForwardstrOrUnionNode (yyvsp[-1].ltok, SU_STRUCT, yyvsp[0].ltok); ;
-    break;}
-case 246:
-{ yyval.structorunion = makeForwardstrOrUnionNode (yyvsp[-1].ltok, SU_UNION, yyvsp[0].ltok); ;
-    break;}
-case 247:
-{ yyval.ltok = ltoken_undefined; ;
-    break;}
-case 249:
-{ yyval.structdecls = stDeclNodeList_add (stDeclNodeList_new (),  yyvsp[0].structdecl); ;
-    break;}
-case 250:
-{ yyval.structdecls = stDeclNodeList_add (yyvsp[-1].structdecls, yyvsp[0].structdecl); ;
-    break;}
-case 251:
-{ yyval.structdecl = makestDeclNode (yyvsp[-2].lcltypespec, yyvsp[-1].declarelist); ;
-    break;}
-case 252:
-{ yyval.declarelist = declaratorNodeList_add (declaratorNodeList_new (),  yyvsp[0].declare); ;
-    break;}
-case 253:
-{ yyval.declarelist = declaratorNodeList_add (yyvsp[-2].declarelist, yyvsp[0].declare); ;
-    break;}
-case 254:
-{ ; ;
-    break;}
-case 255:
-{ ; ;
-    break;}
-case 256:
-{ yyval.enumspec = makeEnumSpecNode (yyvsp[-5].ltok, yyvsp[-4].ltok, yyvsp[-2].ltokenList); ;
-    break;}
-case 257:
-{ yyval.enumspec = makeEnumSpecNode2 (yyvsp[-1].ltok, yyvsp[0].ltok); ;
-    break;}
-case 258:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 259:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 260:
-{ yyval.declare = makeDeclaratorNode (yyvsp[0].typeexpr); ;
-    break;}
-case 261:
-{ yyval.declare = makeDeclaratorNode (yyvsp[0].typeexpr); ;
-    break;}
-case 262:
-{ yyval.typeexpr = makeTypeExpr (yyvsp[0].ltok); ;
-    break;}
-case 263:
-{ yyval.typeexpr = yyvsp[-1].typeexpr; yyval.typeexpr->wrapped = yyval.typeexpr->wrapped + 1; ;
-    break;}
-case 264:
-{ yyval.typeexpr = makePointerNode (yyvsp[-1].ltok, yyvsp[0].typeexpr); ;
-    break;}
-case 265:
-{ yyval.typeexpr = makeArrayNode (yyvsp[-1].typeexpr, yyvsp[0].array); ;
-    break;}
-case 266:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-2].typeexpr, paramNodeList_new ()); ;
-    break;}
-case 267:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-3].typeexpr, yyvsp[-1].paramlist); ;
-    break;}
-case 268:
-{ yyval.typeexpr = makeTypeExpr (yyvsp[0].ltok); ;
-    break;}
-case 269:
-{ yyval.typeexpr = yyvsp[-1].typeexpr; yyval.typeexpr->wrapped = yyval.typeexpr->wrapped + 1; ;
-    break;}
-case 270:
-{ yyval.typeexpr = makePointerNode (yyvsp[-1].ltok, yyvsp[0].typeexpr); ;
-    break;}
-case 271:
-{ yyval.typeexpr = makeArrayNode (yyvsp[-1].typeexpr, yyvsp[0].array); ;
-    break;}
-case 272:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-2].typeexpr, paramNodeList_new ()); ;
-    break;}
-case 273:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-3].typeexpr, yyvsp[-1].paramlist); ;
-    break;}
-case 274:
-{ yyval.typeexpr = makeTypeExpr (yyvsp[0].ltok); ;
-    break;}
-case 275:
-{ yyval.typeexpr = makePointerNode (yyvsp[-1].ltok, yyvsp[0].typeexpr); ;
-    break;}
-case 276:
-{ yyval.typeexpr = makeArrayNode (yyvsp[-1].typeexpr, yyvsp[0].array); ;
-    break;}
-case 277:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-2].typeexpr, paramNodeList_new ()); ;
-    break;}
-case 278:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-3].typeexpr, yyvsp[-1].paramlist); ;
-    break;}
-case 279:
-{ yyval.param = makeParamNode (yyvsp[-1].lcltypespec, yyvsp[0].typeexpr); ;
-    break;}
-case 280:
-{ yyval.param = makeParamNode (yyvsp[-1].lcltypespec, yyvsp[0].typeexpr); ;
-    break;}
-case 281:
-{ yyval.param = makeParamNode (yyvsp[-1].lcltypespec, yyvsp[0].abstDecl); ;
-    break;}
-case 282:
-{ yyval.typname = makeTypeNameNode (FALSE, yyvsp[-1].lcltypespec, yyvsp[0].abstDecl); ;
-    break;}
-case 283:
-{ yyval.typname = makeTypeNameNode (TRUE, yyvsp[-1].lcltypespec, yyvsp[0].abstDecl); ;
-    break;}
-case 284:
-{ yyval.typname = makeTypeNameNodeOp (yyvsp[0].opform); ;
-    break;}
-case 285:
-{ yyval.abstDecl = (abstDeclaratorNode)0; ;
-    break;}
-case 286:
-{ yyval.abstDecl = (abstDeclaratorNode)yyvsp[0].typeexpr; ;
-    break;}
-case 287:
-{ yyval.typeexpr = yyvsp[-1].typeexpr; yyval.typeexpr->wrapped = yyval.typeexpr->wrapped + 1; ;
-    break;}
-case 288:
-{ yyval.typeexpr = makePointerNode (yyvsp[-1].ltok, yyvsp[0].typeexpr); ;
-    break;}
-case 289:
-{ yyval.typeexpr = makePointerNode (yyvsp[0].ltok, (typeExpr)0); ;
-    break;}
-case 290:
-{ yyval.typeexpr = makeArrayNode ((typeExpr)0, yyvsp[0].array); ;
-    break;}
-case 291:
-{ yyval.typeexpr = makeArrayNode (yyvsp[-1].typeexpr, yyvsp[0].array); ;
-    break;}
-case 292:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-2].typeexpr, paramNodeList_new ()); ;
-    break;}
-case 293:
-{ yyval.typeexpr = makeFunctionNode ((typeExpr)0, yyvsp[-1].paramlist); ;
-    break;}
-case 294:
-{ yyval.typeexpr = makeFunctionNode (yyvsp[-3].typeexpr, yyvsp[-1].paramlist); ;
-    break;}
-case 295:
-{ yyval.array = makeArrayQualNode (yyvsp[-1].ltok, (termNode)0); ;
-    break;}
-case 296:
-{ yyval.array = makeArrayQualNode (yyvsp[-2].ltok, yyvsp[-1].term); ;
-    break;}
-case 297:
-{ yyval.opform = makeOpFormNode (yyvsp[-5].ltok, OPF_IF, opFormUnion_createMiddle (0), ltoken_undefined); ;
-    break;}
-case 298:
-{ yyval.opform = makeOpFormNode (yyvsp[0].ltok, OPF_ANYOP, opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 299:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_MANYOP, opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 300:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_ANYOPM, opFormUnion_createAnyOp (yyvsp[-1].ltok), ltoken_undefined); ;
-    break;}
-case 301:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MANYOPM, 
-                         opFormUnion_createAnyOp (yyvsp[-1].ltok), ltoken_undefined); ;
-    break;}
-case 302:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 303:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_MMIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 304:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_MIDDLEM, opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 305:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_MMIDDLEM, opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 306:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_BMIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 307:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_BMIDDLEM, opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 308:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_BMMIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 309:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_BMMIDDLEM, opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 310:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_SELECT, 
-                         opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 311:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_MAP, 
-                         opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 312:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MSELECT, 
-                         opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 313:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MMAP, 
-                         opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 321:
-{ yyval.count = 0; ;
-    break;}
-case 323:
-{ yyval.count = 1; ;
-    break;}
-case 324:
-{ yyval.count = yyvsp[-2].count + 1; ;
-    break;}
-case 327:
-{ yyval.signature = makesigNode (yyvsp[-3].ltok, yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 328:
-{ yyval.ltokenList = ltokenList_new (); ;
-    break;}
-case 330:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 331:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 332:
-{ yyval.lclpredicate = makeLclPredicateNode (ltoken_undefined, yyvsp[0].term, LPD_PLAIN);;
-    break;}
-case 333:
-{ yyval.term = checkSort (yyvsp[0].term); ;
-    break;}
-case 334:
-{ yyval.term = makeIfTermNode (yyvsp[-5].ltok,yyvsp[-4].term,yyvsp[-3].ltok,yyvsp[-2].term,yyvsp[-1].ltok,yyvsp[0].term); ;
-    break;}
-case 336:
-{ yyval.term = makeInfixTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 338:
-{ checkLclPredicate (yyvsp[-2].ltok, yyvsp[-1].lclpredicate); yyval.term = makeQuantifiedTermNode (yyvsp[-3].quantifiers, yyvsp[-2].ltok, yyvsp[-1].lclpredicate->predicate, yyvsp[0].ltok);
+  case 300:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_MANYOP, opFormUnion_createAnyOp ((yyvsp[(2) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 301:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_ANYOPM, opFormUnion_createAnyOp ((yyvsp[(1) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 302:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MANYOPM, 
+                         opFormUnion_createAnyOp ((yyvsp[(2) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 303:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MIDDLE, opFormUnion_createMiddle ((yyvsp[(2) - (3)].count)), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 304:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (4)].ltok), OPF_MMIDDLE, opFormUnion_createMiddle ((yyvsp[(3) - (4)].count)), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 305:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (4)].ltok), OPF_MIDDLEM, opFormUnion_createMiddle ((yyvsp[(2) - (4)].count)), (yyvsp[(3) - (4)].ltok)); ;}
+    break;
+
+  case 306:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (5)].ltok), OPF_MMIDDLEM, opFormUnion_createMiddle ((yyvsp[(3) - (5)].count)), (yyvsp[(4) - (5)].ltok)); ;}
+    break;
+
+  case 307:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_BMIDDLE, opFormUnion_createMiddle ((yyvsp[(2) - (3)].count)), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 308:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (4)].ltok), OPF_BMIDDLEM, opFormUnion_createMiddle ((yyvsp[(2) - (4)].count)), (yyvsp[(3) - (4)].ltok)); ;}
+    break;
+
+  case 309:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (4)].ltok), OPF_BMMIDDLE, opFormUnion_createMiddle ((yyvsp[(3) - (4)].count)), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 310:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (5)].ltok), OPF_BMMIDDLEM, opFormUnion_createMiddle ((yyvsp[(3) - (5)].count)), (yyvsp[(4) - (5)].ltok)); ;}
+    break;
+
+  case 311:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_SELECT, 
+                         opFormUnion_createAnyOp ((yyvsp[(2) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 312:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_MAP, 
+                         opFormUnion_createAnyOp ((yyvsp[(2) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 313:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MSELECT, 
+                         opFormUnion_createAnyOp ((yyvsp[(3) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 314:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MMAP, 
+                         opFormUnion_createAnyOp ((yyvsp[(3) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 322:
+
+    { (yyval.count) = 0; ;}
+    break;
+
+  case 324:
+
+    { (yyval.count) = 1; ;}
+    break;
+
+  case 325:
+
+    { (yyval.count) = (yyvsp[(1) - (3)].count) + 1; ;}
+    break;
+
+  case 328:
+
+    { (yyval.signature) = makesigNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltokenList), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 329:
+
+    { (yyval.ltokenList) = ltokenList_new (); ;}
+    break;
+
+  case 331:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 332:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 333:
+
+    { (yyval.lclpredicate) = makeLclPredicateNode (ltoken_undefined, (yyvsp[(1) - (1)].term), LPD_PLAIN);;}
+    break;
+
+  case 334:
+
+    { (yyval.term) = checkSort ((yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 335:
+
+    { (yyval.term) = makeIfTermNode ((yyvsp[(1) - (6)].ltok),(yyvsp[(2) - (6)].term),(yyvsp[(3) - (6)].ltok),(yyvsp[(4) - (6)].term),(yyvsp[(5) - (6)].ltok),(yyvsp[(6) - (6)].term)); ;}
+    break;
+
+  case 337:
+
+    { (yyval.term) = makeInfixTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 339:
+
+    { checkLclPredicate ((yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].lclpredicate)); (yyval.term) = makeQuantifiedTermNode ((yyvsp[(1) - (4)].quantifiers), (yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].lclpredicate)->predicate, (yyvsp[(4) - (4)].ltok));
      symtable_exitScope (g_symtab); 
-   ;
-    break;}
-case 339:
-{ yyval.term = makeInfixTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].term);;
-    break;}
-case 340:
-{ yyval.term = makeInfixTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].term);;
-    break;}
-case 342:
-{ yyval.term = makePostfixTermNode (yyvsp[-1].term, yyvsp[0].ltokenList); ;
-    break;}
-case 343:
-{ yyval.term = CollapseInfixTermNode (yyvsp[-1].term, yyvsp[0].termlist); ;
-    break;}
-case 347:
-{ yyval.term = makePrefixTermNode (yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 348:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 349:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-1].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 350:
-{ yyval.termlist = pushInfixOpPartNode (termNodeList_new (),  yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 351:
-{ yyval.termlist = pushInfixOpPartNode (yyvsp[-2].termlist, yyvsp[-1].ltok, yyvsp[0].term); ;
-    break;}
-case 353:
-{ yyval.term = computePossibleSorts (yyvsp[0].term); ;
-    break;}
-case 354:
-{ yyval.term = updateMatchedNode ((termNode)0, yyvsp[-1].term, yyvsp[0].term); ;
-    break;}
-case 355:
-{ yyval.term = updateMatchedNode (yyvsp[-1].term, yyvsp[0].term, (termNode)0); ;
-    break;}
-case 356:
-{ yyval.term = updateMatchedNode (yyvsp[-2].term, yyvsp[-1].term, yyvsp[0].term); ;
-    break;}
-case 357:
-{ yyval.term = computePossibleSorts (yyvsp[0].term); ;
-    break;}
-case 358:
-{ yyval.term = updateSqBracketedNode ((termNode)0, yyvsp[-1].term, yyvsp[0].term); ;
-    break;}
-case 359:
-{ yyval.term = yyvsp[-2].term; yyval.term->sort = sort_lookupName (ltoken_getText (yyvsp[0].ltok)); ;
-    break;}
-case 361:
-{ yyval.term = makeSqBracketedNode (yyvsp[-4].ltok, yyvsp[-3].termlist, yyvsp[-2].ltok); 
-     yyval.term->given = sort_lookupName (ltoken_getText (yyvsp[0].ltok)); ;
-    break;}
-case 362:
-{ yyval.term = makeSqBracketedNode (yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok); ;
-    break;}
-case 363:
-{ yyval.term = makeSqBracketedNode (yyvsp[-3].ltok, termNodeList_new (),  yyvsp[-2].ltok); 
-     yyval.term->given = sort_lookupName (ltoken_getText (yyvsp[0].ltok)); 
-   ;
-    break;}
-case 364:
-{ yyval.term = makeSqBracketedNode (yyvsp[-1].ltok, termNodeList_new (),  yyvsp[0].ltok); ;
-    break;}
-case 365:
-{ yyval.term = makeMatchedNode (yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok); ;
-    break;}
-case 366:
-{ yyval.term = makeMatchedNode (yyvsp[-1].ltok, termNodeList_new (),  yyvsp[0].ltok); ;
-    break;}
-case 367:
-{ yyval.termlist = termNodeList_push (termNodeList_new (),  yyvsp[0].term); ;
-    break;}
-case 368:
-{ yyval.termlist = termNodeList_push (yyvsp[-2].termlist, yyvsp[0].term); ;
-    break;}
-case 369:
-{ yyval.term = yyvsp[-1].term; yyval.term->wrapped = yyval.term->wrapped + 1; ;
-    break;}
-case 370:
-{ yyval.term = makeSimpleTermNode (yyvsp[0].ltok); ;
-    break;}
-case 371:
-{ yyval.term = makeOpCallTermNode (yyvsp[-3].ltok, yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok); ;
-    break;}
-case 373:
-{ yyval.term = makePostfixTermNode2 (yyvsp[-1].term, yyvsp[0].ltok); ;
-    break;}
-case 374:
-{ ltoken_markOwned (yyvsp[0].ltok); yyval.term = makeSelectTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].ltok); ;
-    break;}
-case 375:
-{ ltoken_markOwned (yyvsp[0].ltok); yyval.term = makeMapTermNode (yyvsp[-2].term, yyvsp[-1].ltok, yyvsp[0].ltok); ;
-    break;}
-case 376:
-{ yyval.term = updateSqBracketedNode (yyvsp[-2].term, makeSqBracketedNode (yyvsp[-1].ltok, termNodeList_new (),  yyvsp[0].ltok), 
-                               (termNode)0); ;
-    break;}
-case 377:
-{ yyval.term = updateSqBracketedNode (yyvsp[-3].term, makeSqBracketedNode (yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok), (termNode)0); ;
-    break;}
-case 378:
-{ yyval.term = yyvsp[-2].term; yyval.term->given = sort_lookupName (ltoken_getText (yyvsp[0].ltok)); ;
-    break;}
-case 379:
-{ yyval.termlist = termNodeList_push (termNodeList_new (),  yyvsp[0].term); ;
-    break;}
-case 380:
-{ yyval.termlist = termNodeList_push (yyvsp[-2].termlist, yyvsp[0].term); ;
-    break;}
-case 386:
-{ yyval.term = makeSimpleTermNode (yyvsp[0].ltok); ;
-    break;}
-case 387:
-{ yyval.term = makeOpCallTermNode (yyvsp[-3].ltok, yyvsp[-2].ltok, yyvsp[-1].termlist, yyvsp[0].ltok); ;
-    break;}
-case 388:
-{ yyval.term = makeUnchangedTermNode1 (yyvsp[-3].ltok, yyvsp[-1].ltok); ;
-    break;}
-case 389:
-{ yyval.term = makeUnchangedTermNode2 (yyvsp[-3].ltok, yyvsp[-1].storereflist); ;
-    break;}
-case 390:
-{ termNodeList x = termNodeList_new (); 
-     termNodeList_addh (x, yyvsp[-1].term);
-     yyval.term = makeOpCallTermNode (yyvsp[-3].ltok, yyvsp[-2].ltok, x, yyvsp[0].ltok); 
-   ;
-    break;}
-case 391:
-{ termNodeList x = termNodeList_new ();
-     termNodeList_addh (x, yyvsp[-3].term);
-     termNodeList_addh (x, yyvsp[-1].term);
-     yyval.term = makeOpCallTermNode (yyvsp[-5].ltok, yyvsp[-4].ltok, x, yyvsp[0].ltok); 
-   ;
-    break;}
-case 392:
-{ yyval.term = makeSizeofTermNode (yyvsp[-3].ltok, yyvsp[-1].lcltypespec); ;
-    break;}
-case 393:
-{ yyval.term = makeLiteralTermNode (yyvsp[0].ltok, g_sortInt); ;
-    break;}
-case 394:
-{ yyval.term = makeLiteralTermNode (yyvsp[0].ltok, g_sortCstring); ;
-    break;}
-case 395:
-{ yyval.term = makeLiteralTermNode (yyvsp[0].ltok, g_sortChar); ;
-    break;}
-case 396:
-{ yyval.term = makeLiteralTermNode (yyvsp[0].ltok, g_sortDouble); ;
-    break;}
-case 397:
-{ yyval.quantifiers = quantifierNodeList_add (quantifierNodeList_new (),  yyvsp[0].quantifier); ;
-    break;}
-case 398:
-{ yyval.quantifiers = quantifierNodeList_add (yyvsp[-1].quantifiers, yyvsp[0].quantifier); ;
-    break;}
-case 399:
-{ scopeInfo si = (scopeInfo) dmalloc (sizeof (*si));
+   ;}
+    break;
+
+  case 340:
+
+    { (yyval.term) = makeInfixTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].term));;}
+    break;
+
+  case 341:
+
+    { (yyval.term) = makeInfixTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].term));;}
+    break;
+
+  case 343:
+
+    { (yyval.term) = makePostfixTermNode ((yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].ltokenList)); ;}
+    break;
+
+  case 344:
+
+    { (yyval.term) = CollapseInfixTermNode ((yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].termlist)); ;}
+    break;
+
+  case 348:
+
+    { (yyval.term) = makePrefixTermNode ((yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].term)); ;}
+    break;
+
+  case 349:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 350:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (2)].ltokenList), (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 351:
+
+    { (yyval.termlist) = pushInfixOpPartNode (termNodeList_new (),  (yyvsp[(1) - (2)].ltok), (yyvsp[(2) - (2)].term)); ;}
+    break;
+
+  case 352:
+
+    { (yyval.termlist) = pushInfixOpPartNode ((yyvsp[(1) - (3)].termlist), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 354:
+
+    { (yyval.term) = computePossibleSorts ((yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 355:
+
+    { (yyval.term) = updateMatchedNode ((termNode)0, (yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].term)); ;}
+    break;
+
+  case 356:
+
+    { (yyval.term) = updateMatchedNode ((yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].term), (termNode)0); ;}
+    break;
+
+  case 357:
+
+    { (yyval.term) = updateMatchedNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].term), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 358:
+
+    { (yyval.term) = computePossibleSorts ((yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 359:
+
+    { (yyval.term) = updateSqBracketedNode ((termNode)0, (yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].term)); ;}
+    break;
+
+  case 360:
+
+    { (yyval.term) = (yyvsp[(1) - (3)].term); (yyval.term)->sort = sort_lookupName (ltoken_getText ((yyvsp[(3) - (3)].ltok))); ;}
+    break;
+
+  case 362:
+
+    { (yyval.term) = makeSqBracketedNode ((yyvsp[(1) - (5)].ltok), (yyvsp[(2) - (5)].termlist), (yyvsp[(3) - (5)].ltok)); 
+     (yyval.term)->given = sort_lookupName (ltoken_getText ((yyvsp[(5) - (5)].ltok))); ;}
+    break;
+
+  case 363:
+
+    { (yyval.term) = makeSqBracketedNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].termlist), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 364:
+
+    { (yyval.term) = makeSqBracketedNode ((yyvsp[(1) - (4)].ltok), termNodeList_new (),  (yyvsp[(2) - (4)].ltok)); 
+     (yyval.term)->given = sort_lookupName (ltoken_getText ((yyvsp[(4) - (4)].ltok))); 
+   ;}
+    break;
+
+  case 365:
+
+    { (yyval.term) = makeSqBracketedNode ((yyvsp[(1) - (2)].ltok), termNodeList_new (),  (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 366:
+
+    { (yyval.term) = makeMatchedNode ((yyvsp[(1) - (3)].ltok), (yyvsp[(2) - (3)].termlist), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 367:
+
+    { (yyval.term) = makeMatchedNode ((yyvsp[(1) - (2)].ltok), termNodeList_new (),  (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 368:
+
+    { (yyval.termlist) = termNodeList_push (termNodeList_new (),  (yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 369:
+
+    { (yyval.termlist) = termNodeList_push ((yyvsp[(1) - (3)].termlist), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 370:
+
+    { (yyval.term) = (yyvsp[(2) - (3)].term); (yyval.term)->wrapped = (yyval.term)->wrapped + 1; ;}
+    break;
+
+  case 371:
+
+    { (yyval.term) = makeSimpleTermNode ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 372:
+
+    { (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].termlist), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 374:
+
+    { (yyval.term) = makePostfixTermNode2 ((yyvsp[(1) - (2)].term), (yyvsp[(2) - (2)].ltok)); ;}
+    break;
+
+  case 375:
+
+    { ltoken_markOwned ((yyvsp[(3) - (3)].ltok)); (yyval.term) = makeSelectTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 376:
+
+    { ltoken_markOwned ((yyvsp[(3) - (3)].ltok)); (yyval.term) = makeMapTermNode ((yyvsp[(1) - (3)].term), (yyvsp[(2) - (3)].ltok), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 377:
+
+    { (yyval.term) = updateSqBracketedNode ((yyvsp[(1) - (3)].term), makeSqBracketedNode ((yyvsp[(2) - (3)].ltok), termNodeList_new (),  (yyvsp[(3) - (3)].ltok)), 
+                               (termNode)0); ;}
+    break;
+
+  case 378:
+
+    { (yyval.term) = updateSqBracketedNode ((yyvsp[(1) - (4)].term), makeSqBracketedNode ((yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].termlist), (yyvsp[(4) - (4)].ltok)), (termNode)0); ;}
+    break;
+
+  case 379:
+
+    { (yyval.term) = (yyvsp[(1) - (3)].term); (yyval.term)->given = sort_lookupName (ltoken_getText ((yyvsp[(3) - (3)].ltok))); ;}
+    break;
+
+  case 380:
+
+    { (yyval.termlist) = termNodeList_push (termNodeList_new (),  (yyvsp[(1) - (1)].term)); ;}
+    break;
+
+  case 381:
+
+    { (yyval.termlist) = termNodeList_push ((yyvsp[(1) - (3)].termlist), (yyvsp[(3) - (3)].term)); ;}
+    break;
+
+  case 387:
+
+    { (yyval.term) = makeSimpleTermNode ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 388:
+
+    { (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltok), (yyvsp[(3) - (4)].termlist), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 389:
+
+    { (yyval.term) = makeUnchangedTermNode1 ((yyvsp[(1) - (4)].ltok), (yyvsp[(3) - (4)].ltok)); ;}
+    break;
+
+  case 390:
+
+    { (yyval.term) = makeUnchangedTermNode2 ((yyvsp[(1) - (4)].ltok), (yyvsp[(3) - (4)].storereflist)); ;}
+    break;
+
+  case 391:
+
+    { termNodeList x = termNodeList_new (); 
+     termNodeList_addh (x, (yyvsp[(3) - (4)].term));
+     (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(2) - (4)].ltok), x, (yyvsp[(4) - (4)].ltok)); 
+   ;}
+    break;
+
+  case 392:
+
+    { termNodeList x = termNodeList_new ();
+     termNodeList_addh (x, (yyvsp[(3) - (6)].term));
+     termNodeList_addh (x, (yyvsp[(5) - (6)].term));
+     (yyval.term) = makeOpCallTermNode ((yyvsp[(1) - (6)].ltok), (yyvsp[(2) - (6)].ltok), x, (yyvsp[(6) - (6)].ltok)); 
+   ;}
+    break;
+
+  case 393:
+
+    { (yyval.term) = makeSizeofTermNode ((yyvsp[(1) - (4)].ltok), (yyvsp[(3) - (4)].lcltypespec)); ;}
+    break;
+
+  case 394:
+
+    { (yyval.term) = makeLiteralTermNode ((yyvsp[(1) - (1)].ltok), g_sortInt); ;}
+    break;
+
+  case 395:
+
+    { (yyval.term) = makeLiteralTermNode ((yyvsp[(1) - (1)].ltok), g_sortCstring); ;}
+    break;
+
+  case 396:
+
+    { (yyval.term) = makeLiteralTermNode ((yyvsp[(1) - (1)].ltok), g_sortChar); ;}
+    break;
+
+  case 397:
+
+    { (yyval.term) = makeLiteralTermNode ((yyvsp[(1) - (1)].ltok), g_sortDouble); ;}
+    break;
+
+  case 398:
+
+    { (yyval.quantifiers) = quantifierNodeList_add (quantifierNodeList_new (),  (yyvsp[(1) - (1)].quantifier)); ;}
+    break;
+
+  case 399:
+
+    { (yyval.quantifiers) = quantifierNodeList_add ((yyvsp[(1) - (2)].quantifiers), (yyvsp[(2) - (2)].quantifier)); ;}
+    break;
+
+  case 400:
+
+    { scopeInfo si = (scopeInfo) dmalloc (sizeof (*si));
                   si->kind = SPE_QUANT;
-                  symtable_enterScope (g_symtab, si); ;
-    break;}
-case 400:
-{ yyval.quantifier = makeQuantifierNode (yyvsp[0].vars, yyvsp[-2].ltok); ;
-    break;}
-case 401:
-{ yyval.vars = varNodeList_add (varNodeList_new (),  yyvsp[0].var); ;
-    break;}
-case 402:
-{ yyval.vars = varNodeList_add (yyvsp[-2].vars, yyvsp[0].var); ;
-    break;}
-case 403:
-{ yyval.var = makeVarNode (yyvsp[-2].ltok, FALSE, yyvsp[0].lcltypespec); ;
-    break;}
-case 404:
-{ yyval.var = makeVarNode (yyvsp[-3].ltok, TRUE, yyvsp[0].lcltypespec); ;
-    break;}
-}
+                  symtable_enterScope (g_symtab, si); ;}
+    break;
 
+  case 401:
 
-\f
-  yyvsp -= yylen;
-  yyssp -= yylen;
-#if YYLSP_NEEDED
-  yylsp -= yylen;
-#endif
+    { (yyval.quantifier) = makeQuantifierNode ((yyvsp[(3) - (3)].vars), (yyvsp[(1) - (3)].ltok)); ;}
+    break;
 
-#if YYDEBUG
-  if (yydebug)
-    {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+  case 402:
+
+    { (yyval.vars) = varNodeList_add (varNodeList_new (),  (yyvsp[(1) - (1)].var)); ;}
+    break;
+
+  case 403:
+
+    { (yyval.vars) = varNodeList_add ((yyvsp[(1) - (3)].vars), (yyvsp[(3) - (3)].var)); ;}
+    break;
+
+  case 404:
+
+    { (yyval.var) = makeVarNode ((yyvsp[(1) - (3)].ltok), FALSE, (yyvsp[(3) - (3)].lcltypespec)); ;}
+    break;
+
+  case 405:
+
+    { (yyval.var) = makeVarNode ((yyvsp[(1) - (4)].ltok), TRUE, (yyvsp[(4) - (4)].lcltypespec)); ;}
+    break;
+
+
+/* Line 1267 of yacc.c.  */
+
+      default: break;
     }
-#endif
+  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
+
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
 
   *++yyvsp = yyval;
-#if YYLSP_NEEDED
-  *++yylsp = yyloc;
-#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
@@ -3510,11 +4889,11 @@ case 404:
 
   yyn = yyr1[yyn];
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
     yystate = yytable[yystate];
   else
-    yystate = yydefgoto[yyn - YYNTBASE];
+    yystate = yydefgoto[yyn - YYNTOKENS];
 
   goto yynewstate;
 
@@ -3527,155 +4906,129 @@ yyerrlab:
   if (!yyerrstatus)
     {
       ++yynerrs;
-
-#ifdef YYERROR_VERBOSE
-      yyn = yypact[yystate];
-
-      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)
-           {
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
-
-             if (yycount < 5)
-               {
-                 yycount = 0;
-                 for (yyx = yyn < 0 ? -yyn : 0;
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
-                      yyx++)
-                   if (yycheck[yyx + yyn] == yyx)
-                     {
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
-                       yyp = yystpcpy (yyp, yyq);
-                       yyp = yystpcpy (yyp, yytname[yyx]);
-                       yycount++;
-                     }
-               }
-             yyerror (yymsg);
+#if ! YYERROR_VERBOSE
+      yyerror (YY_("syntax error"));
+#else
+      {
+       YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
+       if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
+         {
+           YYSIZE_T yyalloc = 2 * yysize;
+           if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
+             yyalloc = YYSTACK_ALLOC_MAXIMUM;
+           if (yymsg != yymsgbuf)
              YYSTACK_FREE (yymsg);
-           }
-         else
-           yyerror ("parse error; also virtual memory exhausted");
-       }
-      else
-#endif /* defined (YYERROR_VERBOSE) */
-       yyerror ("parse error");
+           yymsg = (char *) YYSTACK_ALLOC (yyalloc);
+           if (yymsg)
+             yymsg_alloc = yyalloc;
+           else
+             {
+               yymsg = yymsgbuf;
+               yymsg_alloc = sizeof yymsgbuf;
+             }
+         }
+
+       if (0 < yysize && yysize <= yymsg_alloc)
+         {
+           (void) yysyntax_error (yymsg, yystate, yychar);
+           yyerror (yymsg);
+         }
+       else
+         {
+           yyerror (YY_("syntax error"));
+           if (yysize != 0)
+             goto yyexhaustedlab;
+         }
+      }
+#endif
     }
-  goto yyerrlab1;
 
 
-/*--------------------------------------------------.
-| yyerrlab1 -- error raised explicitly by an action |
-`--------------------------------------------------*/
-yyerrlab1:
+
   if (yyerrstatus == 3)
     {
-      /* If just tried and failed to reuse lookahead token after an
+      /* If just tried and failed to reuse look-ahead 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]));
-      yychar = YYEMPTY;
+      if (yychar <= YYEOF)
+       {
+         /* Return failure if at end of input.  */
+         if (yychar == YYEOF)
+           YYABORT;
+       }
+      else
+       {
+         yydestruct ("Error: discarding",
+                     yytoken, &yylval);
+         yychar = YYEMPTY;
+       }
     }
 
-  /* Else will try to reuse lookahead token after shifting the error
+  /* Else will try to reuse look-ahead token after shifting the error
      token.  */
+  goto yyerrlab1;
 
-  yyerrstatus = 3;             /* Each real token shifted decrements this */
-
-  goto yyerrhandle;
 
+/*---------------------------------------------------.
+| yyerrorlab -- error raised explicitly by YYERROR.  |
+`---------------------------------------------------*/
+yyerrorlab:
 
-/*-------------------------------------------------------------------.
-| 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.  */
+  /* Pacify compilers like GCC when the user code never invokes
+     YYERROR and the label yyerrorlab therefore never appears in user
+     code.  */
+  if (/*CONSTCOND*/ 0)
+     goto yyerrorlab;
 
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
-  yyn = yydefact[yystate];
-  if (yyn)
-    goto yydefault;
-#endif
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYERROR.  */
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
+  yystate = *yyssp;
+  goto yyerrlab1;
 
 
-/*---------------------------------------------------------------.
-| yyerrpop -- pop the current state because it cannot handle the |
-| error token                                                    |
-`---------------------------------------------------------------*/
-yyerrpop:
-  if (yyssp == yyss)
-    YYABORT;
-  yyvsp--;
-  yystate = *--yyssp;
-#if YYLSP_NEEDED
-  yylsp--;
-#endif
+/*-------------------------------------------------------------.
+| yyerrlab1 -- common code for both syntax error and YYERROR.  |
+`-------------------------------------------------------------*/
+yyerrlab1:
+  yyerrstatus = 3;     /* Each real token shifted decrements this.  */
 
-#if YYDEBUG
-  if (yydebug)
+  for (;;)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "Error: state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
-    }
-#endif
+      yyn = yypact[yystate];
+      if (yyn != YYPACT_NINF)
+       {
+         yyn += YYTERROR;
+         if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
+           {
+             yyn = yytable[yyn];
+             if (0 < yyn)
+               break;
+           }
+       }
 
-/*--------------.
-| yyerrhandle.  |
-`--------------*/
-yyerrhandle:
-  yyn = yypact[yystate];
-  if (yyn == YYFLAG)
-    goto yyerrdefault;
+      /* Pop the current state because it cannot handle the error token.  */
+      if (yyssp == yyss)
+       YYABORT;
 
-  yyn += YYTERROR;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
-    goto yyerrdefault;
 
-  yyn = yytable[yyn];
-  if (yyn < 0)
-    {
-      if (yyn == YYFLAG)
-       goto yyerrpop;
-      yyn = -yyn;
-      goto yyreduce;
+      yydestruct ("Error: popping",
+                 yystos[yystate], yyvsp);
+      YYPOPSTACK (1);
+      yystate = *yyssp;
+      YY_STACK_PRINT (yyss, yyssp);
     }
-  else if (yyn == 0)
-    goto yyerrpop;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
-
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
+
+
+  /* Shift the error token.  */
+  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
 
   yystate = yyn;
   goto yynewstate;
@@ -3695,23 +5048,46 @@ yyabortlab:
   yyresult = 1;
   goto yyreturn;
 
-/*---------------------------------------------.
-| yyoverflowab -- parser overflow comes here.  |
-`---------------------------------------------*/
-yyoverflowlab:
-  yyerror ("parser stack overflow");
+#ifndef yyoverflow
+/*-------------------------------------------------.
+| yyexhaustedlab -- memory exhaustion comes here.  |
+`-------------------------------------------------*/
+yyexhaustedlab:
+  yyerror (YY_("memory exhausted"));
   yyresult = 2;
   /* Fall through.  */
+#endif
 
 yyreturn:
+  if (yychar != YYEOF && yychar != YYEMPTY)
+     yydestruct ("Cleanup: discarding lookahead",
+                yytoken, &yylval);
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYABORT or YYACCEPT.  */
+  YYPOPSTACK (yylen);
+  YY_STACK_PRINT (yyss, yyssp);
+  while (yyssp != yyss)
+    {
+      yydestruct ("Cleanup: popping",
+                 yystos[*yyssp], yyvsp);
+      YYPOPSTACK (1);
+    }
 #ifndef yyoverflow
   if (yyss != yyssa)
     YYSTACK_FREE (yyss);
 #endif
-  return yyresult;
+#if YYERROR_VERBOSE
+  if (yymsg != yymsgbuf)
+    YYSTACK_FREE (yymsg);
+#endif
+  /* Make sure YYID is used.  */
+  return YYID (yyresult);
 }
 
 
+
+
+
 # include "bison.reset"
 
 /*
@@ -3750,6 +5126,7 @@ static void yyprint (FILE *f, int t, YYSTYPE value)
 
 
 
+
 /*
 ** Resets all flags in bison.head
 */
index 2df1fc492e2f2553e8f266c72c93e29998a7580b..aba1cb0f4e9a5c8481dc05dded36e0a8ffb13de7 100644 (file)
 
 /* < end of bison.head > */
 
-/* A Bison parser, made from signature.y
-   by GNU bison 1.35.  */
+/* A Bison parser, made by GNU Bison 2.3.  */
 
-#define YYBISON 1  /* Identify Bison output.  */
+/* Skeleton implementation for Bison's Yacc-like parsers in C
 
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+   Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* C LALR(1) parser skeleton written by Richard Stallman, by
+   simplifying the original so-called "semantic" parser.  */
+
+/* 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.  */
+
+/* Identify Bison output.  */
+#define YYBISON 1
+
+/* Bison version.  */
+#define YYBISON_VERSION "2.3"
+
+/* Skeleton name.  */
+#define YYSKELETON_NAME "yacc.c"
+
+/* Pure parsers.  */
+#define YYPURE 1
+
+/* Using locations.  */
+#define YYLSP_NEEDED 0
+
+/* Substitute the variable and function names.  */
 #define yyparse lslparse
-#define yylex lsllex
+#define yylex   lsllex
 #define yyerror lslerror
-#define yylval lsllval
-#define yychar lslchar
+#define yylval  lsllval
+#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
+
+
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     LST_SIMPLEID = 258,
+     LST_LOGICALOP = 259,
+     LST_EQOP = 260,
+     LST_SIMPLEOP = 261,
+     LST_MAPSYM = 262,
+     LST_FIELDMAPSYM = 263,
+     LST_MARKERSYM = 264,
+     LST_ifTOKEN = 265,
+     LST_thenTOKEN = 266,
+     LST_elseTOKEN = 267,
+     LST_LBRACKET = 268,
+     LST_RBRACKET = 269,
+     LST_SELECTSYM = 270,
+     LST_SEPSYM = 271,
+     LST_OPENSYM = 272,
+     LST_CLOSESYM = 273,
+     LST_COLON = 274,
+     LST_COMMA = 275,
+     LST_EOL = 276,
+     LST_COMMENTSYM = 277,
+     LST_WHITESPACE = 278,
+     LST_QUANTIFIERSYM = 279,
+     LST_EQUATIONSYM = 280,
+     LST_EQSEPSYM = 281,
+     LST_COMPOSESYM = 282,
+     LST_LPAR = 283,
+     LST_RPAR = 284,
+     LST_assertsTOKEN = 285,
+     LST_assumesTOKEN = 286,
+     LST_byTOKEN = 287,
+     LST_convertsTOKEN = 288,
+     LST_enumerationTOKEN = 289,
+     LST_equationsTOKEN = 290,
+     LST_exemptingTOKEN = 291,
+     LST_forTOKEN = 292,
+     LST_generatedTOKEN = 293,
+     LST_impliesTOKEN = 294,
+     LST_includesTOKEN = 295,
+     LST_introducesTOKEN = 296,
+     LST_ofTOKEN = 297,
+     LST_partitionedTOKEN = 298,
+     LST_traitTOKEN = 299,
+     LST_tupleTOKEN = 300,
+     LST_unionTOKEN = 301,
+     LST_BADTOKEN = 302
+   };
+#endif
+/* Tokens.  */
+#define LST_SIMPLEID 258
+#define LST_LOGICALOP 259
+#define LST_EQOP 260
+#define LST_SIMPLEOP 261
+#define LST_MAPSYM 262
+#define LST_FIELDMAPSYM 263
+#define LST_MARKERSYM 264
+#define LST_ifTOKEN 265
+#define LST_thenTOKEN 266
+#define LST_elseTOKEN 267
+#define LST_LBRACKET 268
+#define LST_RBRACKET 269
+#define LST_SELECTSYM 270
+#define LST_SEPSYM 271
+#define LST_OPENSYM 272
+#define LST_CLOSESYM 273
+#define LST_COLON 274
+#define LST_COMMA 275
+#define LST_EOL 276
+#define LST_COMMENTSYM 277
+#define LST_WHITESPACE 278
+#define LST_QUANTIFIERSYM 279
+#define LST_EQUATIONSYM 280
+#define LST_EQSEPSYM 281
+#define LST_COMPOSESYM 282
+#define LST_LPAR 283
+#define LST_RPAR 284
+#define LST_assertsTOKEN 285
+#define LST_assumesTOKEN 286
+#define LST_byTOKEN 287
+#define LST_convertsTOKEN 288
+#define LST_enumerationTOKEN 289
+#define LST_equationsTOKEN 290
+#define LST_exemptingTOKEN 291
+#define LST_forTOKEN 292
+#define LST_generatedTOKEN 293
+#define LST_impliesTOKEN 294
+#define LST_includesTOKEN 295
+#define LST_introducesTOKEN 296
+#define LST_ofTOKEN 297
+#define LST_partitionedTOKEN 298
+#define LST_traitTOKEN 299
+#define LST_tupleTOKEN 300
+#define LST_unionTOKEN 301
+#define LST_BADTOKEN 302
+
+
+
+
+/* Copy the first part of user declarations.  */
 
 
 
@@ -138,8 +255,29 @@ static void yyprint (/*FILE *p_file, int p_type, YYSTYPE p_value */);
 /*@-nullassign@*/
 
 
-#ifndef YYSTYPE
-typedef union {
+
+/* Enabling traces.  */
+#ifndef YYDEBUG
+# define YYDEBUG 1
+#endif
+
+/* Enabling verbose error messages.  */
+#ifdef YYERROR_VERBOSE
+# undef YYERROR_VERBOSE
+# define YYERROR_VERBOSE 1
+#else
+# define YYERROR_VERBOSE 0
+#endif
+
+/* Enabling the token table.  */
+#ifndef YYTOKEN_TABLE
+# define YYTOKEN_TABLE 0
+#endif
+
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+typedef union YYSTYPE
+
+{
   ltoken ltok;  /* a leaf is also an ltoken */
   unsigned int count;
   /*@only@*/  ltokenList ltokenList;
@@ -149,317 +287,212 @@ typedef union {
   /*@owned@*/ lslOp operator;
   /*@only@*/  lslOpList operators;
   /*@-redef@*/ /*@-matchfields@*/ 
-} yystype;
-# define YYSTYPE yystype
+}
+/* Line 193 of yacc.c.  */
+
+       YYSTYPE;
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
 # define YYSTYPE_IS_TRIVIAL 1
 #endif
-#ifndef YYDEBUG
-# define YYDEBUG 1
-#endif
 
 
 
-#define        YYFINAL         62
-#define        YYFLAG          -32768
-#define        YYNTBASE        48
+/* Copy the second part of user declarations.  */
 
-/* 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
-};
+/* Line 216 of yacc.c.  */
 
-#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
-};
-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
-};
 
+#ifdef short
+# undef short
 #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
-};
+#ifdef YYTYPE_UINT8
+typedef YYTYPE_UINT8 yytype_uint8;
+#else
+typedef unsigned char yytype_uint8;
 #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
-};
+#ifdef YYTYPE_INT8
+typedef YYTYPE_INT8 yytype_int8;
+#elif (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+typedef signed char yytype_int8;
+#else
+typedef short int yytype_int8;
 #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
-};
-
-/* 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
-};
-
-/* 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 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
-};
+#ifdef YYTYPE_UINT16
+typedef YYTYPE_UINT16 yytype_uint16;
+#else
+typedef unsigned short int yytype_uint16;
+#endif
 
-static const short yypgoto[] =
-{
-  -32768,-32768,    39,-32768,-32768,    45,     4,-32768,-32768,-32768,
-  -32768,-32768,   -23,-32768
-};
+#ifdef YYTYPE_INT16
+typedef YYTYPE_INT16 yytype_int16;
+#else
+typedef short int yytype_int16;
+#endif
 
+#ifndef YYSIZE_T
+# ifdef __SIZE_TYPE__
+#  define YYSIZE_T __SIZE_TYPE__
+# elif defined size_t
+#  define YYSIZE_T size_t
+# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYSIZE_T size_t
+# else
+#  define YYSIZE_T unsigned int
+# endif
+#endif
 
-#define        YYLAST          50
+#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
 
+#ifndef YY_
+# if YYENABLE_NLS
+#  if ENABLE_NLS
+#   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
+#   define YY_(msgid) dgettext ("bison-runtime", msgid)
+#  endif
+# endif
+# ifndef YY_
+#  define YY_(msgid) msgid
+# endif
+#endif
 
-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
-};
+/* Suppress unused-variable warnings by "using" E.  */
+#if ! defined lint || defined __GNUC__
+# define YYUSE(e) ((void) (e))
+#else
+# define YYUSE(e) /* empty */
+#endif
 
-static const short yycheck[] =
+/* Identity function, used to suppress warnings about constant conditions.  */
+#ifndef lint
+# define YYID(n) (n)
+#else
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static int
+YYID (int i)
+#else
+static int
+YYID (i)
+    int i;
+#endif
 {
-       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,
-
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software
-   Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
-
-/* As a special exception, when this file is copied by Bison into a
-   Bison output file, you may use that output file without restriction.
-   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.  */
+  return i;
+}
+#endif
 
-#if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
+#if ! defined yyoverflow || 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
+# ifdef YYSTACK_USE_ALLOCA
+#  if YYSTACK_USE_ALLOCA
+#   ifdef __GNUC__
+#    define YYSTACK_ALLOC __builtin_alloca
+#   elif defined __BUILTIN_VA_ARG_INCR
+#    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
+#   elif defined _AIX
+#    define YYSTACK_ALLOC __alloca
+#   elif defined _MSC_VER
+#    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
+#    define alloca _alloca
 #   else
-#    ifdef __GNUC__
-#     define YYSTACK_ALLOC __builtin_alloca
+#    define YYSTACK_ALLOC alloca
+#    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+#     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#     ifndef _STDLIB_H
+#      define _STDLIB_H 1
+#     endif
 #    endif
 #   endif
 #  endif
 # endif
 
 # ifdef YYSTACK_ALLOC
-   /* Pacify GCC's `empty if-body' warning. */
-#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
+   /* Pacify GCC's `empty if-body' warning.  */
+#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+    /* The OS might guarantee only one guard page at the bottom of the stack,
+       and a page size can be as small as 4096 bytes.  So we cannot safely
+       invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
+       to allow for a few compiler-allocated temporary stack slots.  */
+#   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
+#  endif
 # else
-#  if defined (__STDC__) || defined (__cplusplus)
+#  define YYSTACK_ALLOC YYMALLOC
+#  define YYSTACK_FREE YYFREE
+#  ifndef YYSTACK_ALLOC_MAXIMUM
+#   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
+#  endif
+#  if (defined __cplusplus && ! defined _STDLIB_H \
+       && ! ((defined YYMALLOC || defined malloc) \
+            && (defined YYFREE || defined free)))
 #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
-#   define YYSIZE_T size_t
+#   ifndef _STDLIB_H
+#    define _STDLIB_H 1
+#   endif
+#  endif
+#  ifndef YYMALLOC
+#   define YYMALLOC malloc
+#   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
+#   endif
+#  endif
+#  ifndef YYFREE
+#   define YYFREE free
+#   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+void free (void *); /* INFRINGES ON USER NAME SPACE */
+#   endif
 #  endif
-#  define YYSTACK_ALLOC malloc
-#  define YYSTACK_FREE free
 # endif
-#endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
+#endif /* ! defined yyoverflow || YYERROR_VERBOSE */
 
 
-#if (! defined (yyoverflow) \
-     && (! defined (__cplusplus) \
-        || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
+#if (! defined yyoverflow \
+     && (! defined __cplusplus \
+        || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
 
 /* A type that is properly aligned for any stack member.  */
 union yyalloc
 {
-  short yyss;
+  yytype_int16 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)
+# define YYSTACK_GAP_MAXIMUM (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
+# define YYSTACK_BYTES(N) \
+     ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
+      + YYSTACK_GAP_MAXIMUM)
 
 /* Copy COUNT objects from FROM to TO.  The source and destination do
    not overlap.  */
 # ifndef YYCOPY
-#  if 1 < __GNUC__
+#  if defined __GNUC__ && 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;                \
+         YYSIZE_T yyi;                         \
          for (yyi = 0; yyi < (Count); yyi++)   \
            (To)[yyi] = (From)[yyi];            \
        }                                       \
-      while (0)
+      while (YYID (0))
 #  endif
 # endif
 
@@ -474,97 +507,333 @@ union yyalloc
        YYSIZE_T yynewbytes;                                            \
        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
        Stack = &yyptr->Stack;                                          \
-       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX;   \
+       yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
        yyptr += yynewbytes / sizeof (*yyptr);                          \
       }                                                                        \
-    while (0)
+    while (YYID (0))
 
 #endif
 
+/* YYFINAL -- State number of the termination state.  */
+#define YYFINAL  28
+/* YYLAST -- Last index in YYTABLE.  */
+#define YYLAST   54
+
+/* YYNTOKENS -- Number of terminals.  */
+#define YYNTOKENS  48
+/* YYNNTS -- Number of nonterminals.  */
+#define YYNNTS  15
+/* YYNRULES -- Number of rules.  */
+#define YYNRULES  39
+/* YYNRULES -- Number of states.  */
+#define YYNSTATES  62
+
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
+#define YYUNDEFTOK  2
+#define YYMAXUTOK   302
+
+#define YYTRANSLATE(YYX)                                               \
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
+
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
+static const yytype_uint8 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,     2,     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
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
+   YYRHS.  */
+static const yytype_uint8 yyprhs[] =
+{
+       0,     0,     3,     5,     7,    10,    14,    16,    18,    25,
+      27,    30,    33,    37,    41,    46,    51,    57,    61,    66,
+      71,    77,    80,    84,    88,    90,    92,    94,    95,    97,
+      99,   103,   105,   107,   111,   112,   114,   116,   120,   122
+};
+
+/* YYRHS -- A `-1'-separated list of the rules' RHS.  */
+static const yytype_int8 yyrhs[] =
+{
+      49,     0,    -1,    50,    -1,    51,    -1,    50,    51,    -1,
+      52,    19,    58,    -1,    62,    -1,    53,    -1,    10,     9,
+      11,     9,    12,     9,    -1,    54,    -1,     9,    54,    -1,
+      54,     9,    -1,     9,    54,     9,    -1,    17,    55,    18,
+      -1,     9,    17,    55,    18,    -1,    17,    55,    18,     9,
+      -1,     9,    17,    55,    18,     9,    -1,    13,    55,    14,
+      -1,     9,    13,    55,    14,    -1,    13,    55,    14,     9,
+      -1,     9,    13,    55,    14,     9,    -1,    15,     3,    -1,
+       9,    15,     3,    -1,     9,     8,     3,    -1,     6,    -1,
+       4,    -1,     5,    -1,    -1,    56,    -1,     9,    -1,    56,
+      57,     9,    -1,    20,    -1,    16,    -1,    59,     7,    61,
+      -1,    -1,    60,    -1,    61,    -1,    60,    20,    61,    -1,
+       3,    -1,     3,    -1
+};
 
-#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
-# define YYSIZE_T __SIZE_TYPE__
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
+static const yytype_uint16 yyrline[] =
+{
+       0,   139,   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,   219,   220,   224,
+     226,   230,   232,   236,   241,   242,   246,   248,   252,   259
+};
 #endif
-#if ! defined (YYSIZE_T) && defined (size_t)
-# define YYSIZE_T size_t
+
+#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
+/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
+   First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
+static const char *const yytname[] =
+{
+  "$end", "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", "$accept", "top",
+  "operatorList", "operator", "name", "opForm", "anyOp", "middle",
+  "placeList", "separator", "signature", "domain", "sortList", "sortId",
+  "opId", 0
+};
 #endif
-#if ! defined (YYSIZE_T)
-# if defined (__STDC__) || defined (__cplusplus)
-#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
-#  define YYSIZE_T size_t
+
+# ifdef YYPRINT
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
+   token YYLEX-NUM.  */
+static const yytype_uint16 yytoknum[] =
+{
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
+     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
+     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
+     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
+     295,   296,   297,   298,   299,   300,   301,   302
+};
 # endif
-#endif
-#if ! defined (YYSIZE_T)
-# define YYSIZE_T unsigned int
-#endif
+
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
+static const yytype_uint8 yyr1[] =
+{
+       0,    48,    49,    50,    50,    51,    52,    52,    53,    53,
+      53,    53,    53,    53,    53,    53,    53,    53,    53,    53,
+      53,    53,    53,    53,    54,    54,    54,    55,    55,    56,
+      56,    57,    57,    58,    59,    59,    60,    60,    61,    62
+};
+
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
+static const yytype_uint8 yyr2[] =
+{
+       0,     2,     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[STATE-NAME] -- Default rule to reduce with in state
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
+   means the default is an error.  */
+static const yytype_uint8 yydefact[] =
+{
+       0,    39,    25,    26,    24,     0,     0,    27,     0,    27,
+       0,     2,     3,     0,     7,     9,     6,     0,    27,     0,
+      27,    10,     0,    29,     0,    28,    21,     0,     1,     4,
+      34,    11,    23,     0,    22,     0,    12,     0,    17,    32,
+      31,     0,    13,    38,     5,     0,    35,    36,    18,    14,
+       0,    19,    30,    15,     0,     0,    20,    16,     0,    33,
+      37,     8
+};
+
+/* YYDEFGOTO[NTERM-NUM].  */
+static const yytype_int8 yydefgoto[] =
+{
+      -1,    10,    11,    12,    13,    14,    15,    24,    25,    41,
+      44,    45,    46,    47,    16
+};
+
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
+   STATE-NUM.  */
+#define YYPACT_NINF -34
+static const yytype_int8 yypact[] =
+{
+      -3,   -34,   -34,   -34,   -34,    11,    -4,     2,    10,     2,
+      23,    -3,   -34,     6,   -34,    18,   -34,    26,     2,    27,
+       2,    22,    21,   -34,    19,   -12,   -34,    16,   -34,   -34,
+      32,   -34,   -34,    24,   -34,    25,   -34,    28,    30,   -34,
+     -34,    31,    33,   -34,   -34,    29,    34,   -34,    35,    36,
+      37,   -34,   -34,   -34,    32,    32,   -34,   -34,    38,   -34,
+     -34,   -34
+};
+
+/* YYPGOTO[NTERM-NUM].  */
+static const yytype_int8 yypgoto[] =
+{
+     -34,   -34,   -34,    39,   -34,   -34,    41,     0,   -34,   -34,
+     -34,   -34,   -34,   -33,   -34
+};
+
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
+   positive, shift that token.  If negative, reduce the rule which
+   number is the opposite.  If zero, do what YYDEFACT says.
+   If YYTABLE_NINF, syntax error.  */
+#define YYTABLE_NINF -1
+static const yytype_uint8 yytable[] =
+{
+       1,     2,     3,     4,    39,    22,     5,     6,    40,    27,
+       7,    23,     8,    26,     9,     2,     3,     4,    33,    17,
+      35,    59,    60,    28,    18,    30,    19,    31,    20,    32,
+      34,    36,    37,    38,    42,    43,    54,    50,    48,    51,
+      52,     0,    53,    49,    56,    57,    21,    61,     0,    58,
+      29,     0,     0,     0,    55
+};
+
+static const yytype_int8 yycheck[] =
+{
+       3,     4,     5,     6,    16,     9,     9,    10,    20,     9,
+      13,     9,    15,     3,    17,     4,     5,     6,    18,     8,
+      20,    54,    55,     0,    13,    19,    15,     9,    17,     3,
+       3,     9,    11,    14,    18,     3,     7,     9,    14,     9,
+       9,    -1,     9,    18,     9,     9,     5,     9,    -1,    12,
+      11,    -1,    -1,    -1,    20
+};
+
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
+   symbol of state STATE-NUM.  */
+static const yytype_uint8 yystos[] =
+{
+       0,     3,     4,     5,     6,     9,    10,    13,    15,    17,
+      49,    50,    51,    52,    53,    54,    62,     8,    13,    15,
+      17,    54,     9,     9,    55,    56,     3,    55,     0,    51,
+      19,     9,     3,    55,     3,    55,     9,    11,    14,    16,
+      20,    57,    18,     3,    58,    59,    60,    61,    14,    18,
+       9,     9,     9,     9,     7,    20,     9,     9,    12,    61,
+      61,     9
+};
 
 #define yyerrok                (yyerrstatus = 0)
 #define yyclearin      (yychar = YYEMPTY)
-#define YYEMPTY                -2
+#define YYEMPTY                (-2)
 #define YYEOF          0
+
 #define YYACCEPT       goto yyacceptlab
-#define YYABORT        goto yyabortlab
-#define YYERROR                goto yyerrlab1
+#define YYABORT                goto yyabortlab
+#define YYERROR                goto yyerrorlab
+
+
 /* 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)                                 \
 do                                                             \
   if (yychar == YYEMPTY && yylen == 1)                         \
     {                                                          \
       yychar = (Token);                                                \
       yylval = (Value);                                                \
-      yychar1 = YYTRANSLATE (yychar);                          \
-      YYPOPSTACK;                                              \
+      yytoken = YYTRANSLATE (yychar);                          \
+      YYPOPSTACK (1);                                          \
       goto yybackup;                                           \
     }                                                          \
   else                                                         \
-    {                                                          \
-      yyerror ("syntax error: cannot back up");                        \
+    {                                                          \
+      yyerror (YY_("syntax error: cannot back up")); \
       YYERROR;                                                 \
     }                                                          \
-while (0)
+while (YYID (0))
+
 
 #define YYTERROR       1
 #define YYERRCODE      256
 
 
-/* YYLLOC_DEFAULT -- Compute the default location (before the actions
-   are run).
-
-   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.  */
+/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
+   If N is 0, then set CURRENT to the empty location which ends
+   the previous symbol: RHS[0] (always defined).  */
 
+#define YYRHSLOC(Rhs, K) ((Rhs)[K])
 #ifndef YYLLOC_DEFAULT
-# define YYLLOC_DEFAULT(Current, Rhs, N)               \
-   Current.last_line   = Rhs[N].last_line;     \
-   Current.last_column = Rhs[N].last_column;
+# define YYLLOC_DEFAULT(Current, Rhs, N)                               \
+    do                                                                 \
+      if (YYID (N))                                                    \
+       {                                                               \
+         (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
+         (Current).first_column = YYRHSLOC (Rhs, 1).first_column;      \
+         (Current).last_line    = YYRHSLOC (Rhs, N).last_line;         \
+         (Current).last_column  = YYRHSLOC (Rhs, N).last_column;       \
+       }                                                               \
+      else                                                             \
+       {                                                               \
+         (Current).first_line   = (Current).last_line   =              \
+           YYRHSLOC (Rhs, 0).last_line;                                \
+         (Current).first_column = (Current).last_column =              \
+           YYRHSLOC (Rhs, 0).last_column;                              \
+       }                                                               \
+    while (YYID (0))
 #endif
 
 
-/* YYLEX -- calling `yylex' with the right arguments.  */
+/* YY_LOCATION_PRINT -- Print the location on the stream.
+   This macro was not mandated originally: define only if we know
+   we won't break user code: when these are the locations we know.  */
 
-#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 */
+#ifndef YY_LOCATION_PRINT
+# if YYLTYPE_IS_TRIVIAL
+#  define YY_LOCATION_PRINT(File, Loc)                 \
+     fprintf (File, "%d.%d-%d.%d",                     \
+             (Loc).first_line, (Loc).first_column,     \
+             (Loc).last_line,  (Loc).last_column)
+# else
+#  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
+# endif
+#endif
+
+
+/* YYLEX -- calling `yylex' with the right arguments.  */
 
+#ifdef YYLEX_PARAM
+# define YYLEX yylex (&yylval, YYLEX_PARAM)
+#else
+# define YYLEX yylex (&yylval)
+#endif
 
 /* Enable debugging if requested.  */
 #if YYDEBUG
@@ -578,14 +847,155 @@ while (0)
 do {                                           \
   if (yydebug)                                 \
     YYFPRINTF Args;                            \
-} while (0)
+} while (YYID (0))
+
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)                   \
+do {                                                                     \
+  if (yydebug)                                                           \
+    {                                                                    \
+      YYFPRINTF (stderr, "%s ", Title);                                          \
+      yy_symbol_print (stderr,                                           \
+                 Type, Value); \
+      YYFPRINTF (stderr, "\n");                                                  \
+    }                                                                    \
+} while (YYID (0))
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_value_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    YYSTYPE const * const yyvaluep;
+#endif
+{
+  if (!yyvaluep)
+    return;
+# ifdef YYPRINT
+  if (yytype < YYNTOKENS)
+    YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
+# else
+  YYUSE (yyoutput);
+# endif
+  switch (yytype)
+    {
+      default:
+       break;
+    }
+}
+
+
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
+#else
+static void
+yy_symbol_print (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    YYSTYPE const * const yyvaluep;
+#endif
+{
+  if (yytype < YYNTOKENS)
+    YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
+  else
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
+
+  yy_symbol_value_print (yyoutput, yytype, yyvaluep);
+  YYFPRINTF (yyoutput, ")");
+}
+
+/*------------------------------------------------------------------.
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
+| TOP (included).                                                   |
+`------------------------------------------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
+#else
+static void
+yy_stack_print (bottom, top)
+    yytype_int16 *bottom;
+    yytype_int16 *top;
+#endif
+{
+  YYFPRINTF (stderr, "Stack now");
+  for (; bottom <= top; ++bottom)
+    YYFPRINTF (stderr, " %d", *bottom);
+  YYFPRINTF (stderr, "\n");
+}
+
+# define YY_STACK_PRINT(Bottom, Top)                           \
+do {                                                           \
+  if (yydebug)                                                 \
+    yy_stack_print ((Bottom), (Top));                          \
+} while (YYID (0))
+
+
+/*------------------------------------------------.
+| Report that the YYRULE is going to be reduced.  |
+`------------------------------------------------*/
+
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yy_reduce_print (YYSTYPE *yyvsp, int yyrule)
+#else
+static void
+yy_reduce_print (yyvsp, yyrule)
+    YYSTYPE *yyvsp;
+    int yyrule;
+#endif
+{
+  int yynrhs = yyr2[yyrule];
+  int yyi;
+  unsigned long int yylno = yyrline[yyrule];
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
+            yyrule - 1, yylno);
+  /* The symbols being reduced.  */
+  for (yyi = 0; yyi < yynrhs; yyi++)
+    {
+      fprintf (stderr, "   $%d = ", yyi + 1);
+      yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
+                      &(yyvsp[(yyi + 1) - (yynrhs)])
+                                      );
+      fprintf (stderr, "\n");
+    }
+}
+
+# define YY_REDUCE_PRINT(Rule)         \
+do {                                   \
+  if (yydebug)                         \
+    yy_reduce_print (yyvsp, Rule); \
+} while (YYID (0))
+
 /* Nonzero means print parse trace.  It is left uninitialized so that
    multiple parsers can coexist.  */
 int yydebug;
 #else /* !YYDEBUG */
 # define YYDPRINTF(Args)
+# define YY_SYMBOL_PRINT(Title, Type, Value, Location)
+# define YY_STACK_PRINT(Bottom, Top)
+# define YY_REDUCE_PRINT(Rule)
 #endif /* !YYDEBUG */
 
+
 /* YYINITDEPTH -- initial size of the parser's stacks.  */
 #ifndef        YYINITDEPTH
 # define YYINITDEPTH 200
@@ -595,59 +1005,59 @@ int yydebug;
    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)
+   YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
    evaluated with infinite-precision integer arithmetic.  */
 
-#if YYMAXDEPTH == 0
-# undef YYMAXDEPTH
-#endif
-
 #ifndef YYMAXDEPTH
 # define YYMAXDEPTH 10000
 #endif
+
 \f
-#ifdef YYERROR_VERBOSE
+
+#if YYERROR_VERBOSE
 
 # ifndef yystrlen
-#  if defined (__GLIBC__) && defined (_STRING_H)
+#  if defined __GLIBC__ && defined _STRING_H
 #   define yystrlen strlen
 #  else
 /* Return the length of YYSTR.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static YYSIZE_T
-#   if defined (__STDC__) || defined (__cplusplus)
 yystrlen (const char *yystr)
-#   else
+#else
+static YYSIZE_T
 yystrlen (yystr)
-     const char *yystr;
-#   endif
+    const char *yystr;
+#endif
 {
-  register const char *yys = yystr;
-
-  while (*yys++ != '\0')
+  YYSIZE_T yylen;
+  for (yylen = 0; yystr[yylen]; yylen++)
     continue;
-
-  return yys - yystr - 1;
+  return yylen;
 }
 #  endif
 # endif
 
 # ifndef yystpcpy
-#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
+#  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.  */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 static char *
-#   if defined (__STDC__) || defined (__cplusplus)
 yystpcpy (char *yydest, const char *yysrc)
-#   else
+#else
+static char *
 yystpcpy (yydest, yysrc)
-     char *yydest;
-     const char *yysrc;
-#   endif
+    char *yydest;
+    const char *yysrc;
+#endif
 {
-  register char *yyd = yydest;
-  register const char *yys = yysrc;
+  char *yyd = yydest;
+  const char *yys = yysrc;
 
   while ((*yyd++ = *yys++) != '\0')
     continue;
@@ -656,85 +1066,266 @@ yystpcpy (yydest, yysrc)
 }
 #  endif
 # endif
-#endif
-\f
 
+# ifndef yytnamerr
+/* Copy to YYRES the contents of YYSTR after stripping away unnecessary
+   quotes and backslashes, so that it's suitable for yyerror.  The
+   heuristic is that double-quoting is unnecessary unless the string
+   contains an apostrophe, a comma, or backslash (other than
+   backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
+   null, do not copy; instead, return the length of what the result
+   would have been.  */
+static YYSIZE_T
+yytnamerr (char *yyres, const char *yystr)
+{
+  if (*yystr == '"')
+    {
+      YYSIZE_T yyn = 0;
+      char const *yyp = yystr;
+
+      for (;;)
+       switch (*++yyp)
+         {
+         case '\'':
+         case ',':
+           goto do_not_strip_quotes;
+
+         case '\\':
+           if (*++yyp != '\\')
+             goto do_not_strip_quotes;
+           /* Fall through.  */
+         default:
+           if (yyres)
+             yyres[yyn] = *yyp;
+           yyn++;
+           break;
+
+         case '"':
+           if (yyres)
+             yyres[yyn] = '\0';
+           return yyn;
+         }
+    do_not_strip_quotes: ;
+    }
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
-   into yyparse.  The argument should have type void *.
-   It should actually point to an object.
-   Grammar actions can access the variable by casting it
-   to the proper pointer type.  */
+  if (! yyres)
+    return yystrlen (yystr);
 
-#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;
+  return yystpcpy (yyres, yystr) - yyres;
+}
 # endif
-#else /* !YYPARSE_PARAM */
-# define YYPARSE_PARAM_ARG
-# define YYPARSE_PARAM_DECL
-#endif /* !YYPARSE_PARAM */
-
-/* Prevent warning if -Wstrict-prototypes.  */
-#ifdef __GNUC__
-# ifdef YYPARSE_PARAM
-int yyparse (void *);
-# else
-int yyparse (void);
+
+/* Copy into YYRESULT an error message about the unexpected token
+   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
+   including the terminating null byte.  If YYRESULT is null, do not
+   copy anything; just return the number of bytes that would be
+   copied.  As a special case, return 0 if an ordinary "syntax error"
+   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
+   size calculation.  */
+static YYSIZE_T
+yysyntax_error (char *yyresult, int yystate, int yychar)
+{
+  int yyn = yypact[yystate];
+
+  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
+    return 0;
+  else
+    {
+      int yytype = YYTRANSLATE (yychar);
+      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
+      YYSIZE_T yysize = yysize0;
+      YYSIZE_T yysize1;
+      int yysize_overflow = 0;
+      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
+      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
+      int yyx;
+
+# if 0
+      /* This is so xgettext sees the translatable formats that are
+        constructed on the fly.  */
+      YY_("syntax error, unexpected %s");
+      YY_("syntax error, unexpected %s, expecting %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
+      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
 # endif
+      char *yyfmt;
+      char const *yyf;
+      static char const yyunexpected[] = "syntax error, unexpected %s";
+      static char const yyexpecting[] = ", expecting %s";
+      static char const yyor[] = " or %s";
+      char yyformat[sizeof yyunexpected
+                   + sizeof yyexpecting - 1
+                   + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
+                      * (sizeof yyor - 1))];
+      char const *yyprefix = yyexpecting;
+
+      /* Start YYX at -YYN if negative to avoid negative indexes in
+        YYCHECK.  */
+      int yyxbegin = yyn < 0 ? -yyn : 0;
+
+      /* Stay within bounds of both yycheck and yytname.  */
+      int yychecklim = YYLAST - yyn + 1;
+      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
+      int yycount = 1;
+
+      yyarg[0] = yytname[yytype];
+      yyfmt = yystpcpy (yyformat, yyunexpected);
+
+      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
+       if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
+         {
+           if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
+             {
+               yycount = 1;
+               yysize = yysize0;
+               yyformat[sizeof yyunexpected - 1] = '\0';
+               break;
+             }
+           yyarg[yycount++] = yytname[yyx];
+           yysize1 = yysize + yytnamerr (0, yytname[yyx]);
+           yysize_overflow |= (yysize1 < yysize);
+           yysize = yysize1;
+           yyfmt = yystpcpy (yyfmt, yyprefix);
+           yyprefix = yyor;
+         }
+
+      yyf = YY_(yyformat);
+      yysize1 = yysize + yystrlen (yyf);
+      yysize_overflow |= (yysize1 < yysize);
+      yysize = yysize1;
+
+      if (yysize_overflow)
+       return YYSIZE_MAXIMUM;
+
+      if (yyresult)
+       {
+         /* Avoid sprintf, as that infringes on the user's name space.
+            Don't have undefined behavior even if the translation
+            produced a string with the wrong number of "%s"s.  */
+         char *yyp = yyresult;
+         int yyi = 0;
+         while ((*yyp = *yyf) != '\0')
+           {
+             if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
+               {
+                 yyp += yytnamerr (yyp, yyarg[yyi++]);
+                 yyf += 2;
+               }
+             else
+               {
+                 yyp++;
+                 yyf++;
+               }
+           }
+       }
+      return yysize;
+    }
+}
+#endif /* YYERROR_VERBOSE */
+\f
+
+/*-----------------------------------------------.
+| Release the memory associated to this symbol.  |
+`-----------------------------------------------*/
+
+/*ARGSUSED*/
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+static void
+yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep)
+#else
+static void
+yydestruct (yymsg, yytype, yyvaluep)
+    const char *yymsg;
+    int yytype;
+    YYSTYPE *yyvaluep;
 #endif
+{
+  YYUSE (yyvaluep);
 
-/* 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 (!yymsg)
+    yymsg = "Deleting";
+  YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
+
+  switch (yytype)
+    {
+
+      default:
+       break;
+    }
+}
+\f
+
+/* Prevent warnings from -Wmissing-prototypes.  */
 
-#if YYLSP_NEEDED
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES                      \
-                                               \
-/* Location data for the lookahead symbol.  */ \
-YYLTYPE yylloc;
+#ifdef YYPARSE_PARAM
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void *YYPARSE_PARAM);
+#else
+int yyparse ();
+#endif
+#else /* ! YYPARSE_PARAM */
+#if defined __STDC__ || defined __cplusplus
+int yyparse (void);
 #else
-# define YY_DECL_VARIABLES                     \
-YY_DECL_NON_LSP_VARIABLES
+int yyparse ();
 #endif
+#endif /* ! YYPARSE_PARAM */
 
 
-/* If nonreentrant, generate the variables here. */
 
-#if !YYPURE
-YY_DECL_VARIABLES
-#endif  /* !YYPURE */
 
+
+
+/*----------.
+| yyparse.  |
+`----------*/
+
+#ifdef YYPARSE_PARAM
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
 int
-yyparse (YYPARSE_PARAM_ARG)
-     YYPARSE_PARAM_DECL
+yyparse (void *YYPARSE_PARAM)
+#else
+int
+yyparse (YYPARSE_PARAM)
+    void *YYPARSE_PARAM;
+#endif
+#else /* ! YYPARSE_PARAM */
+#if (defined __STDC__ || defined __C99__FUNC__ \
+     || defined __cplusplus || defined _MSC_VER)
+int
+yyparse (void)
+#else
+int
+yyparse ()
+
+#endif
+#endif
 {
-  /* If reentrant, generate the variables here. */
-#if YYPURE
-  YY_DECL_VARIABLES
-#endif  /* !YYPURE */
+  /* The look-ahead symbol.  */
+int yychar;
+
+/* The semantic value of the look-ahead symbol.  */
+YYSTYPE yylval;
+
+/* Number of syntax errors so far.  */
+int yynerrs;
 
-  register int yystate;
-  register int yyn;
+  int yystate;
+  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;
+  /* Look-ahead token as an internal (translated) token number.  */
+  int yytoken = 0;
+#if YYERROR_VERBOSE
+  /* Buffer for error messages, and its allocated size.  */
+  char yymsgbuf[128];
+  char *yymsg = yymsgbuf;
+  YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
+#endif
 
   /* Three stacks and their tools:
      `yyss': related to states,
@@ -744,42 +1335,30 @@ yyparse (YYPARSE_PARAM_ARG)
      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 state stack.  */
+  yytype_int16 yyssa[YYINITDEPTH];
+  yytype_int16 *yyss = yyssa;
+  yytype_int16 *yyssp;
 
   /* The semantic value stack.  */
   YYSTYPE yyvsa[YYINITDEPTH];
   YYSTYPE *yyvs = yyvsa;
-  register YYSTYPE *yyvsp;
+  YYSTYPE *yyvsp;
 
-#if YYLSP_NEEDED
-  /* The location stack.  */
-  YYLTYPE yylsa[YYINITDEPTH];
-  YYLTYPE *yyls = yylsa;
-  YYLTYPE *yylsp;
-#endif
 
-#if YYLSP_NEEDED
-# define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
-#else
-# define YYPOPSTACK   (yyvsp--, yyssp--)
-#endif
 
-  YYSIZE_T yystacksize = YYINITDEPTH;
+#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 
+  YYSIZE_T yystacksize = YYINITDEPTH;
 
   /* The variables used to return semantic value and location from the
      action routines.  */
   YYSTYPE yyval;
-#if YYLSP_NEEDED
-  YYLTYPE yyloc;
-#endif
 
-  /* When reducing, the number of symbols on the RHS of the reduced
-     rule. */
-  int yylen;
+
+  /* The number of symbols on the RHS of the reduced rule.
+     Keep to zero when no symbol should be popped.  */
+  int yylen = 0;
 
   YYDPRINTF ((stderr, "Starting parse\n"));
 
@@ -795,9 +1374,7 @@ yyparse (YYPARSE_PARAM_ARG)
 
   yyssp = yyss;
   yyvsp = yyvs;
-#if YYLSP_NEEDED
-  yylsp = yyls;
-#endif
+
   goto yysetstate;
 
 /*------------------------------------------------------------.
@@ -805,70 +1382,60 @@ yyparse (YYPARSE_PARAM_ARG)
 `------------------------------------------------------------*/
  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.
-     */
+     have just been pushed.  So pushing a state here evens the stacks.  */
   yyssp++;
 
  yysetstate:
   *yyssp = yystate;
 
-  if (yyssp >= yyss + yystacksize - 1)
+  if (yyss + yystacksize - 1 <= yyssp)
     {
       /* Get the current used size of the three stacks, in elements.  */
       YYSIZE_T yysize = yyssp - yyss + 1;
 
 #ifdef yyoverflow
       {
-       /* Give user a chance to reallocate the stack. Use copies of
+       /* 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;
+       yytype_int16 *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",
+          data in use in that stack, in bytes.  This used to be a
+          conditional around just the two extra args, but that might
+          be undefined if yyoverflow is a macro.  */
+       yyoverflow (YY_("memory exhausted"),
                    &yyss1, yysize * sizeof (*yyssp),
                    &yyvs1, yysize * sizeof (*yyvsp),
+
                    &yystacksize);
-# endif
+
        yyss = yyss1;
        yyvs = yyvs1;
       }
 #else /* no yyoverflow */
 # ifndef YYSTACK_RELOCATE
-      goto yyoverflowlab;
+      goto yyexhaustedlab;
 # else
       /* Extend the stack our own way.  */
-      if (yystacksize >= YYMAXDEPTH)
-       goto yyoverflowlab;
+      if (YYMAXDEPTH <= yystacksize)
+       goto yyexhaustedlab;
       yystacksize *= 2;
-      if (yystacksize > YYMAXDEPTH)
+      if (YYMAXDEPTH < yystacksize)
        yystacksize = YYMAXDEPTH;
 
       {
-       short *yyss1 = yyss;
+       yytype_int16 *yyss1 = yyss;
        union yyalloc *yyptr =
          (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
        if (! yyptr)
-         goto yyoverflowlab;
+         goto yyexhaustedlab;
        YYSTACK_RELOCATE (yyss);
        YYSTACK_RELOCATE (yyvs);
-# if YYLSP_NEEDED
-       YYSTACK_RELOCATE (yyls);
-# endif
-# undef YYSTACK_RELOCATE
+
+#  undef YYSTACK_RELOCATE
        if (yyss1 != yyssa)
          YYSTACK_FREE (yyss1);
       }
@@ -877,14 +1444,12 @@ yyparse (YYPARSE_PARAM_ARG)
 
       yyssp = yyss + yysize - 1;
       yyvsp = yyvs + yysize - 1;
-#if YYLSP_NEEDED
-      yylsp = yyls + yysize - 1;
-#endif
+
 
       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
                  (unsigned long int) yystacksize));
 
-      if (yyssp >= yyss + yystacksize - 1)
+      if (yyss + yystacksize - 1 <= yyssp)
        YYABORT;
     }
 
@@ -892,108 +1457,71 @@ yyparse (YYPARSE_PARAM_ARG)
 
   goto yybackup;
 
-
 /*-----------.
 | yybackup.  |
 `-----------*/
 yybackup:
 
-/* Do appropriate processing given the current state.  */
-/* Read a lookahead token if we need one and don't already have one.  */
-/* yyresume: */
-
-  /* First try to decide what to do without reference to lookahead token.  */
+  /* Do appropriate processing given the current state.  Read a
+     look-ahead token if we need one and don't already have one.  */
 
+  /* First try to decide what to do without reference to look-ahead token.  */
   yyn = yypact[yystate];
-  if (yyn == YYFLAG)
+  if (yyn == YYPACT_NINF)
     goto yydefault;
 
-  /* Not known => get a lookahead token if don't already have one.  */
-
-  /* yychar is either YYEMPTY or YYEOF
-     or a valid token in external form.  */
+  /* Not known => get a look-ahead token if don't already have one.  */
 
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
   if (yychar == YYEMPTY)
     {
       YYDPRINTF ((stderr, "Reading a token: "));
       yychar = YYLEX;
     }
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
-
-  if (yychar <= 0)             /* This means end of input. */
+  if (yychar <= YYEOF)
     {
-      yychar1 = 0;
-      yychar = YYEOF;          /* Don't call YYLEX any more */
-
+      yychar = yytoken = YYEOF;
       YYDPRINTF ((stderr, "Now at end of input.\n"));
     }
   else
     {
-      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)
-       {
-         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
-         YYPRINT (stderr, yychar, yylval);
-# endif
-         YYFPRINTF (stderr, ")\n");
-       }
-#endif
+      yytoken = YYTRANSLATE (yychar);
+      YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
     }
 
-  yyn += yychar1;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
+     detect an error, take that action.  */
+  yyn += yytoken;
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
     goto yydefault;
-
   yyn = yytable[yyn];
-
-  /* yyn is what to do for this token type in this state.
-     Negative => reduce, -yyn is rule number.
-     Positive => shift, yyn is new state.
-       New state is final state => don't bother to shift,
-       just return success.
-     0, or most negative number => error.  */
-
-  if (yyn < 0)
+  if (yyn <= 0)
     {
-      if (yyn == YYFLAG)
+      if (yyn == 0 || yyn == YYTABLE_NINF)
        goto yyerrlab;
       yyn = -yyn;
       goto yyreduce;
     }
-  else if (yyn == 0)
-    goto yyerrlab;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  /* Shift the lookahead token.  */
-  YYDPRINTF ((stderr, "Shifting token %d (%s), ",
-             yychar, yytname[yychar1]));
-
-  /* Discard the token being shifted unless it is eof.  */
-  if (yychar != YYEOF)
-    yychar = YYEMPTY;
-
-  *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
-
   /* Count tokens shifted since error; after three, turn off error
      status.  */
   if (yyerrstatus)
     yyerrstatus--;
 
+  /* Shift the look-ahead token.  */
+  YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
+
+  /* Discard the shifted token unless it is eof.  */
+  if (yychar != YYEOF)
+    yychar = YYEMPTY;
+
   yystate = yyn;
+  *++yyvsp = yylval;
+
   goto yynewstate;
 
 
@@ -1017,193 +1545,235 @@ yyreduce:
   /* 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
+     Otherwise, the following line sets YYVAL to garbage.
+     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)
+  YY_REDUCE_PRINT (yyn);
+  switch (yyn)
     {
-      int yyi;
+        case 2:
 
-      YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
-                yyn, yyrline[yyn]);
+    { lslOpList_free ((yyvsp[(1) - (1)].operators)); ;}
+    break;
 
-      /* 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]]);
-    }
-#endif
+  case 3:
 
-  switch (yyn) {
-
-case 1:
-{ lslOpList_free (yyvsp[0].operators); ;
-    break;}
-case 2:
-{ lslOpList x = lslOpList_new ();
-               g_importedlslOp = yyvsp[0].operator;
-               lslOpList_add (x, yyvsp[0].operator);
-               yyval.operators = x; ;
-    break;}
-case 3:
-{ lslOpList_add (yyvsp[-1].operators, yyvsp[0].operator);
-               yyval.operators = yyvsp[-1].operators; ;
-    break;}
-case 4:
-{ yyval.operator = makelslOpNode (yyvsp[-2].name, yyvsp[0].signature); ;
-    break;}
-case 5:
-{ yyval.name = makeNameNodeId (yyvsp[0].ltok); ;
-    break;}
-case 6:
-{ yyval.name = makeNameNodeForm (yyvsp[0].opform); ;
-    break;}
-case 7:
-{ yyval.opform = makeOpFormNode (yyvsp[-5].ltok, OPF_IF, opFormUnion_createMiddle (0), ltoken_undefined); ;
-    break;}
-case 8:
-{ yyval.opform = makeOpFormNode (yyvsp[0].ltok, OPF_ANYOP, opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 9:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_MANYOP, opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 10:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_ANYOPM, opFormUnion_createAnyOp (yyvsp[-1].ltok), ltoken_undefined); ;
-    break;}
-case 11:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MANYOPM, opFormUnion_createAnyOp (yyvsp[-1].ltok), ltoken_undefined); ;
-    break;}
-case 12:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 13:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MMIDDLE, opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 14:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_MIDDLEM, opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 15:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_MMIDDLEM, 
-                             opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 16:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_BMIDDLE, 
-                             opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 17:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_BMMIDDLE, 
-                             opFormUnion_createMiddle (yyvsp[-1].count), yyvsp[0].ltok); ;
-    break;}
-case 18:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_BMIDDLEM, 
-                           opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 19:
-{ yyval.opform = makeOpFormNode (yyvsp[-3].ltok, OPF_BMMIDDLEM, 
-                           opFormUnion_createMiddle (yyvsp[-2].count), yyvsp[-1].ltok); ;
-    break;}
-case 20:
-{ yyval.opform = makeOpFormNode (yyvsp[-1].ltok, OPF_SELECT, 
-                           opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 21:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MSELECT, 
-                           opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 22:
-{ yyval.opform = makeOpFormNode (yyvsp[-2].ltok, OPF_MMAP, 
-                           opFormUnion_createAnyOp (yyvsp[0].ltok), ltoken_undefined); ;
-    break;}
-case 23:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-case 24:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-case 25:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-case 26:
-{ yyval.count = 0; ;
-    break;}
-case 27:
-{ yyval.count = yyvsp[0].count; ;
-    break;}
-case 28:
-{ yyval.count = 1; ;
-    break;}
-case 29:
-{ yyval.count = yyvsp[-2].count + 1; ;
-    break;}
-case 30:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-case 31:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-case 32:
-{ yyval.signature = makesigNode (yyvsp[-1].ltok, yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 33:
-{ yyval.ltokenList = ltokenList_new (); ;
-    break;}
-case 34:
-{ yyval.ltokenList = yyvsp[0].ltokenList; ;
-    break;}
-case 35:
-{ yyval.ltokenList = ltokenList_singleton (yyvsp[0].ltok); ;
-    break;}
-case 36:
-{ yyval.ltokenList = ltokenList_push (yyvsp[-2].ltokenList, yyvsp[0].ltok); ;
-    break;}
-case 37:
-{ 
-         yyval.ltok = yyvsp[0].ltok; 
-         ltoken_setText (yyval.ltok, processTraitSortId (ltoken_getText (yyvsp[0].ltok))); 
-       ;
-    break;}
-case 38:
-{ yyval.ltok = yyvsp[0].ltok; ;
-    break;}
-}
+    { lslOpList x = lslOpList_new ();
+               g_importedlslOp = (yyvsp[(1) - (1)].operator);
+               lslOpList_add (x, (yyvsp[(1) - (1)].operator));
+               (yyval.operators) = x; ;}
+    break;
 
+  case 4:
 
-\f
-  yyvsp -= yylen;
-  yyssp -= yylen;
-#if YYLSP_NEEDED
-  yylsp -= yylen;
-#endif
+    { lslOpList_add ((yyvsp[(1) - (2)].operators), (yyvsp[(2) - (2)].operator));
+               (yyval.operators) = (yyvsp[(1) - (2)].operators); ;}
+    break;
 
-#if YYDEBUG
-  if (yydebug)
-    {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
+  case 5:
+
+    { (yyval.operator) = makelslOpNode ((yyvsp[(1) - (3)].name), (yyvsp[(3) - (3)].signature)); ;}
+    break;
+
+  case 6:
+
+    { (yyval.name) = makeNameNodeId ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 7:
+
+    { (yyval.name) = makeNameNodeForm ((yyvsp[(1) - (1)].opform)); ;}
+    break;
+
+  case 8:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (6)].ltok), OPF_IF, opFormUnion_createMiddle (0), ltoken_undefined); ;}
+    break;
+
+  case 9:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (1)].ltok), OPF_ANYOP, opFormUnion_createAnyOp ((yyvsp[(1) - (1)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 10:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_MANYOP, opFormUnion_createAnyOp ((yyvsp[(2) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 11:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_ANYOPM, opFormUnion_createAnyOp ((yyvsp[(1) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 12:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MANYOPM, opFormUnion_createAnyOp ((yyvsp[(2) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 13:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MIDDLE, opFormUnion_createMiddle ((yyvsp[(2) - (3)].count)), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 14:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (4)].ltok), OPF_MMIDDLE, opFormUnion_createMiddle ((yyvsp[(3) - (4)].count)), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 15:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (4)].ltok), OPF_MIDDLEM, opFormUnion_createMiddle ((yyvsp[(2) - (4)].count)), (yyvsp[(3) - (4)].ltok)); ;}
+    break;
+
+  case 16:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (5)].ltok), OPF_MMIDDLEM, 
+                             opFormUnion_createMiddle ((yyvsp[(3) - (5)].count)), (yyvsp[(4) - (5)].ltok)); ;}
+    break;
+
+  case 17:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_BMIDDLE, 
+                             opFormUnion_createMiddle ((yyvsp[(2) - (3)].count)), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 18:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (4)].ltok), OPF_BMMIDDLE, 
+                             opFormUnion_createMiddle ((yyvsp[(3) - (4)].count)), (yyvsp[(4) - (4)].ltok)); ;}
+    break;
+
+  case 19:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (4)].ltok), OPF_BMIDDLEM, 
+                           opFormUnion_createMiddle ((yyvsp[(2) - (4)].count)), (yyvsp[(3) - (4)].ltok)); ;}
+    break;
+
+  case 20:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(2) - (5)].ltok), OPF_BMMIDDLEM, 
+                           opFormUnion_createMiddle ((yyvsp[(3) - (5)].count)), (yyvsp[(4) - (5)].ltok)); ;}
+    break;
+
+  case 21:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (2)].ltok), OPF_SELECT, 
+                           opFormUnion_createAnyOp ((yyvsp[(2) - (2)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 22:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MSELECT, 
+                           opFormUnion_createAnyOp ((yyvsp[(3) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 23:
+
+    { (yyval.opform) = makeOpFormNode ((yyvsp[(1) - (3)].ltok), OPF_MMAP, 
+                           opFormUnion_createAnyOp ((yyvsp[(3) - (3)].ltok)), ltoken_undefined); ;}
+    break;
+
+  case 24:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+  case 25:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+  case 26:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+  case 27:
+
+    { (yyval.count) = 0; ;}
+    break;
+
+  case 28:
+
+    { (yyval.count) = (yyvsp[(1) - (1)].count); ;}
+    break;
+
+  case 29:
+
+    { (yyval.count) = 1; ;}
+    break;
+
+  case 30:
+
+    { (yyval.count) = (yyvsp[(1) - (3)].count) + 1; ;}
+    break;
+
+  case 31:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+  case 32:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+  case 33:
+
+    { (yyval.signature) = makesigNode ((yyvsp[(2) - (3)].ltok), (yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 34:
+
+    { (yyval.ltokenList) = ltokenList_new (); ;}
+    break;
+
+  case 35:
+
+    { (yyval.ltokenList) = (yyvsp[(1) - (1)].ltokenList); ;}
+    break;
+
+  case 36:
+
+    { (yyval.ltokenList) = ltokenList_singleton ((yyvsp[(1) - (1)].ltok)); ;}
+    break;
+
+  case 37:
+
+    { (yyval.ltokenList) = ltokenList_push ((yyvsp[(1) - (3)].ltokenList), (yyvsp[(3) - (3)].ltok)); ;}
+    break;
+
+  case 38:
+
+    { 
+         (yyval.ltok) = (yyvsp[(1) - (1)].ltok); 
+         ltoken_setText ((yyval.ltok), processTraitSortId (ltoken_getText ((yyvsp[(1) - (1)].ltok)))); 
+       ;}
+    break;
+
+  case 39:
+
+    { (yyval.ltok) = (yyvsp[(1) - (1)].ltok); ;}
+    break;
+
+
+/* Line 1267 of yacc.c.  */
+
+      default: break;
     }
-#endif
+  YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
+
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
 
   *++yyvsp = yyval;
-#if YYLSP_NEEDED
-  *++yylsp = yyloc;
-#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
@@ -1211,11 +1781,11 @@ case 38:
 
   yyn = yyr1[yyn];
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
     yystate = yytable[yystate];
   else
-    yystate = yydefgoto[yyn - YYNTBASE];
+    yystate = yydefgoto[yyn - YYNTOKENS];
 
   goto yynewstate;
 
@@ -1228,155 +1798,129 @@ yyerrlab:
   if (!yyerrstatus)
     {
       ++yynerrs;
-
-#ifdef YYERROR_VERBOSE
-      yyn = yypact[yystate];
-
-      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)
-           {
-             char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
-             yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
-
-             if (yycount < 5)
-               {
-                 yycount = 0;
-                 for (yyx = yyn < 0 ? -yyn : 0;
-                      yyx < (int) (sizeof (yytname) / sizeof (char *));
-                      yyx++)
-                   if (yycheck[yyx + yyn] == yyx)
-                     {
-                       const char *yyq = ! yycount ? ", expecting " : " or ";
-                       yyp = yystpcpy (yyp, yyq);
-                       yyp = yystpcpy (yyp, yytname[yyx]);
-                       yycount++;
-                     }
-               }
-             yyerror (yymsg);
+#if ! YYERROR_VERBOSE
+      yyerror (YY_("syntax error"));
+#else
+      {
+       YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
+       if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
+         {
+           YYSIZE_T yyalloc = 2 * yysize;
+           if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
+             yyalloc = YYSTACK_ALLOC_MAXIMUM;
+           if (yymsg != yymsgbuf)
              YYSTACK_FREE (yymsg);
-           }
-         else
-           yyerror ("parse error; also virtual memory exhausted");
-       }
-      else
-#endif /* defined (YYERROR_VERBOSE) */
-       yyerror ("parse error");
+           yymsg = (char *) YYSTACK_ALLOC (yyalloc);
+           if (yymsg)
+             yymsg_alloc = yyalloc;
+           else
+             {
+               yymsg = yymsgbuf;
+               yymsg_alloc = sizeof yymsgbuf;
+             }
+         }
+
+       if (0 < yysize && yysize <= yymsg_alloc)
+         {
+           (void) yysyntax_error (yymsg, yystate, yychar);
+           yyerror (yymsg);
+         }
+       else
+         {
+           yyerror (YY_("syntax error"));
+           if (yysize != 0)
+             goto yyexhaustedlab;
+         }
+      }
+#endif
     }
-  goto yyerrlab1;
 
 
-/*--------------------------------------------------.
-| yyerrlab1 -- error raised explicitly by an action |
-`--------------------------------------------------*/
-yyerrlab1:
+
   if (yyerrstatus == 3)
     {
-      /* If just tried and failed to reuse lookahead token after an
+      /* If just tried and failed to reuse look-ahead 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]));
-      yychar = YYEMPTY;
+      if (yychar <= YYEOF)
+       {
+         /* Return failure if at end of input.  */
+         if (yychar == YYEOF)
+           YYABORT;
+       }
+      else
+       {
+         yydestruct ("Error: discarding",
+                     yytoken, &yylval);
+         yychar = YYEMPTY;
+       }
     }
 
-  /* Else will try to reuse lookahead token after shifting the error
+  /* Else will try to reuse look-ahead token after shifting the error
      token.  */
+  goto yyerrlab1;
 
-  yyerrstatus = 3;             /* Each real token shifted decrements this */
-
-  goto yyerrhandle;
 
+/*---------------------------------------------------.
+| yyerrorlab -- error raised explicitly by YYERROR.  |
+`---------------------------------------------------*/
+yyerrorlab:
 
-/*-------------------------------------------------------------------.
-| 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.  */
+  /* Pacify compilers like GCC when the user code never invokes
+     YYERROR and the label yyerrorlab therefore never appears in user
+     code.  */
+  if (/*CONSTCOND*/ 0)
+     goto yyerrorlab;
 
-  /* If its default is to accept any token, ok.  Otherwise pop it.  */
-  yyn = yydefact[yystate];
-  if (yyn)
-    goto yydefault;
-#endif
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYERROR.  */
+  YYPOPSTACK (yylen);
+  yylen = 0;
+  YY_STACK_PRINT (yyss, yyssp);
+  yystate = *yyssp;
+  goto yyerrlab1;
 
 
-/*---------------------------------------------------------------.
-| yyerrpop -- pop the current state because it cannot handle the |
-| error token                                                    |
-`---------------------------------------------------------------*/
-yyerrpop:
-  if (yyssp == yyss)
-    YYABORT;
-  yyvsp--;
-  yystate = *--yyssp;
-#if YYLSP_NEEDED
-  yylsp--;
-#endif
+/*-------------------------------------------------------------.
+| yyerrlab1 -- common code for both syntax error and YYERROR.  |
+`-------------------------------------------------------------*/
+yyerrlab1:
+  yyerrstatus = 3;     /* Each real token shifted decrements this.  */
 
-#if YYDEBUG
-  if (yydebug)
+  for (;;)
     {
-      short *yyssp1 = yyss - 1;
-      YYFPRINTF (stderr, "Error: state stack now");
-      while (yyssp1 != yyssp)
-       YYFPRINTF (stderr, " %d", *++yyssp1);
-      YYFPRINTF (stderr, "\n");
-    }
-#endif
+      yyn = yypact[yystate];
+      if (yyn != YYPACT_NINF)
+       {
+         yyn += YYTERROR;
+         if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
+           {
+             yyn = yytable[yyn];
+             if (0 < yyn)
+               break;
+           }
+       }
 
-/*--------------.
-| yyerrhandle.  |
-`--------------*/
-yyerrhandle:
-  yyn = yypact[yystate];
-  if (yyn == YYFLAG)
-    goto yyerrdefault;
+      /* Pop the current state because it cannot handle the error token.  */
+      if (yyssp == yyss)
+       YYABORT;
 
-  yyn += YYTERROR;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
-    goto yyerrdefault;
 
-  yyn = yytable[yyn];
-  if (yyn < 0)
-    {
-      if (yyn == YYFLAG)
-       goto yyerrpop;
-      yyn = -yyn;
-      goto yyreduce;
+      yydestruct ("Error: popping",
+                 yystos[yystate], yyvsp);
+      YYPOPSTACK (1);
+      yystate = *yyssp;
+      YY_STACK_PRINT (yyss, yyssp);
     }
-  else if (yyn == 0)
-    goto yyerrpop;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-  YYDPRINTF ((stderr, "Shifting error token, "));
-
   *++yyvsp = yylval;
-#if YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
+
+
+  /* Shift the error token.  */
+  YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
 
   yystate = yyn;
   goto yynewstate;
@@ -1396,23 +1940,46 @@ yyabortlab:
   yyresult = 1;
   goto yyreturn;
 
-/*---------------------------------------------.
-| yyoverflowab -- parser overflow comes here.  |
-`---------------------------------------------*/
-yyoverflowlab:
-  yyerror ("parser stack overflow");
+#ifndef yyoverflow
+/*-------------------------------------------------.
+| yyexhaustedlab -- memory exhaustion comes here.  |
+`-------------------------------------------------*/
+yyexhaustedlab:
+  yyerror (YY_("memory exhausted"));
   yyresult = 2;
   /* Fall through.  */
+#endif
 
 yyreturn:
+  if (yychar != YYEOF && yychar != YYEMPTY)
+     yydestruct ("Cleanup: discarding lookahead",
+                yytoken, &yylval);
+  /* Do not reclaim the symbols of the rule which action triggered
+     this YYABORT or YYACCEPT.  */
+  YYPOPSTACK (yylen);
+  YY_STACK_PRINT (yyss, yyssp);
+  while (yyssp != yyss)
+    {
+      yydestruct ("Cleanup: popping",
+                 yystos[*yyssp], yyvsp);
+      YYPOPSTACK (1);
+    }
 #ifndef yyoverflow
   if (yyss != yyssa)
     YYSTACK_FREE (yyss);
 #endif
-  return yyresult;
+#if YYERROR_VERBOSE
+  if (yymsg != yymsgbuf)
+    YYSTACK_FREE (yymsg);
+#endif
+  /* Make sure YYID is used.  */
+  return YYID (yyresult);
 }
 
 
+
+
+
 # include "bison.reset"
 
 extern char *yytext;
@@ -1488,6 +2055,7 @@ extern void PrintToken (ltoken tok) {
 
 
 
+
 /*
 ** Resets all flags in bison.head
 */
index a2e60aca5a2a81858fd581d234b519c706db114f..a0863bb5f11d032c4dd585c0c07687597ed0b002 100644 (file)
@@ -72,6 +72,7 @@ Finished checking --- no code processed
    allglobs                    
    allimponly                  
    allmacros                   
+   allocmismatch               
    alwaysexits                 
    annotationerror             
    ansi89limits                
@@ -217,6 +218,7 @@ Finished checking --- no code processed
    ignoresigns                 
    immediatetrans              
    impabstract                 
+   impboundsconstraints        
    impcheckedglobs             
    impcheckedspecglobs         
    impcheckedstatics           
@@ -229,7 +231,6 @@ Finished checking --- no code processed
    impcheckmodstatics          
    impconj                     
    implementationoptional      
-   implictconstraint           
    impouts                     
    imptype                     
    includenest                 
@@ -292,6 +293,7 @@ Finished checking --- no code processed
    loopswitchbreak             
    macroassign                 
    macroconstdecl              
+   macroconstdistance          
    macrodecl                   
    macroempty                  
    macrofcndecl                
@@ -406,6 +408,7 @@ Finished checking --- no code processed
    readonlystrings             
    readonlytrans               
    realcompare                 
+   realrelatecompare           
    redecl                      
    redef                       
    redundantconstraints        
This page took 1.516567 seconds and 5 git commands to generate.