From a889b5ee86098118ce8ae206ec045e4790d76935 Mon Sep 17 00:00:00 2001 From: drl7x Date: Fri, 18 Jan 2002 23:41:57 +0000 Subject: [PATCH] *** empty log message *** --- configure | 849 +++--- src/cgrammar.c.der | 5502 ++++++++++++++++++------------------- src/llgrammar.c.der | 3455 +++++++++++------------ src/signature.c.der | 1039 ++++--- test/Makefile | 8 +- test/help.expect | 1 + test/null6.lcd | 2 +- test/tests2.5/newlint.lcd | 2 +- 8 files changed, 5371 insertions(+), 5487 deletions(-) diff --git a/configure b/configure index 4d9fd59..cbc0946 100755 --- a/configure +++ b/configure @@ -638,6 +638,12 @@ if test -n "$ac_init_help"; then esac cat <<\EOF +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking Speeds up one-time builds + --enable-dependency-tracking Do not reject slow dependency extractors + Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) @@ -838,7 +844,7 @@ if test -z "$CONFIG_SITE"; then fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - { echo "$as_me:841: loading site script $ac_site_file" >&5 + { echo "$as_me:847: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -849,7 +855,7 @@ if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:852: loading cache $cache_file" >&5 + { echo "$as_me:858: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -857,7 +863,7 @@ echo "$as_me: loading cache $cache_file" >&6;} esac fi else - { echo "$as_me:860: creating cache $cache_file" >&5 + { echo "$as_me:866: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -873,21 +879,21 @@ for ac_var in `(set) 2>&1 | eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:876: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:882: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:880: error: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:886: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:886: error: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:892: 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:888: former value: $ac_old_val" >&5 + { echo "$as_me:894: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:890: current value: $ac_new_val" >&5 + { echo "$as_me:896: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; @@ -906,9 +912,9 @@ echo "$as_me: current value: $ac_new_val" >&2;} fi done if $ac_cache_corrupted; then - { echo "$as_me:909: error: changes in the environment can compromise the build" >&5 + { echo "$as_me:915: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:911: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 + { { echo "$as_me:917: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -928,10 +934,10 @@ esac echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:931: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:937: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:934: \$? = $ac_status" >&5 + echo "$as_me:940: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -957,7 +963,7 @@ for ac_dir in config $srcdir/config; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:960: error: cannot find install-sh or install.sh in config $srcdir/config" >&5 + { { echo "$as_me:966: error: cannot find install-sh or install.sh in config $srcdir/config" >&5 echo "$as_me: error: cannot find install-sh or install.sh in config $srcdir/config" >&2;} { (exit 1); exit 1; }; } fi @@ -967,11 +973,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:970: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:976: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:974: checking build system type" >&5 +echo "$as_me:980: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -980,23 +986,23 @@ else test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:983: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:989: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:987: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:993: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:992: result: $ac_cv_build" >&5 +echo "$as_me:998: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:999: checking host system type" >&5 +echo "$as_me:1005: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1005,19 +1011,19 @@ else test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1008: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1014: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1013: result: $ac_cv_host" >&5 +echo "$as_me:1019: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1020: checking target system type" >&5 +echo "$as_me:1026: checking target system type" >&5 echo $ECHO_N "checking target system type... $ECHO_C" >&6 if test "${ac_cv_target+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1026,12 +1032,12 @@ else test "x$ac_cv_target_alias" = "x" && ac_cv_target_alias=$ac_cv_host_alias ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || - { { echo "$as_me:1029: error: $ac_config_sub $ac_cv_target_alias failed" >&5 + { { echo "$as_me:1035: error: $ac_config_sub $ac_cv_target_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1034: result: $ac_cv_target" >&5 +echo "$as_me:1040: result: $ac_cv_target" >&5 echo "${ECHO_T}$ac_cv_target" >&6 target=$ac_cv_target target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -1057,7 +1063,7 @@ test -n "$target_alias" && # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:1060: checking for a BSD compatible install" >&5 +echo "$as_me:1066: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -1106,7 +1112,7 @@ fi INSTALL=$ac_install_sh fi fi -echo "$as_me:1109: result: $INSTALL" >&5 +echo "$as_me:1115: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -1117,50 +1123,50 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:1120: checking whether build environment is sane" >&5 +echo "$as_me:1126: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 # Just in case sleep 1 -echo timestamp > conftestfile +echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftestfile` + set X `ls -t $srcdir/configure conftest.file` fi - if test "$*" != "X $srcdir/configure conftestfile" \ - && test "$*" != "X conftestfile $srcdir/configure"; then + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:1143: error: ls -t appears to fail. Make sure there is not a broken + { { echo "$as_me:1150: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi - test "$2" = conftestfile + test "$2" = conftest.file ) then # Ok. : else - { { echo "$as_me:1156: error: newly created file is older than distributed files! + { { echo "$as_me:1163: error: newly created file is older than distributed files! Check your system clock" >&5 echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -rm -f conftest* -echo "$as_me:1163: result: yes" >&5 +echo "$as_me:1169: result: yes" >&5 echo "${ECHO_T}yes" >&6 test "$program_prefix" != NONE && program_transform_name="s,^,$program_prefix,;$program_transform_name" @@ -1175,7 +1181,58 @@ _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm conftest.sed -echo "$as_me:1178: checking whether ${MAKE-make} sets \${MAKE}" >&5 +# expand $ac_aux_dir to an absolute path +am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + am_backtick='`' + { echo "$as_me:1194: WARNING: ${am_backtick}missing' script is too old or missing" >&5 +echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;} +fi + +for ac_prog in mawk gawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:1202: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else + ac_save_IFS=$IFS; IFS=$ac_path_separator +ac_dummy="$PATH" +for ac_dir in $ac_dummy; do + IFS=$ac_save_IFS + test -z "$ac_dir" && ac_dir=. + $as_executable_p "$ac_dir/$ac_word" || continue +ac_cv_prog_AWK="$ac_prog" +echo "$as_me:1217: found $ac_dir/$ac_word" >&5 +break +done + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + echo "$as_me:1225: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6 +else + echo "$as_me:1228: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$AWK" && break +done + +echo "$as_me:1235: 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 @@ -1195,104 +1252,88 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:1198: result: yes" >&5 + echo "$as_me:1255: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:1202: result: no" >&5 + echo "$as_me:1259: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi -PACKAGE=splint +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval="$enable_dependency_tracking" -VERSION=3.0.1.4 +fi; +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi -if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:1212: error: source directory already configured; run \"make distclean\" there first" >&5 +if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + +rm -f .deps 2>/dev/null +mkdir .deps 2>/dev/null +if test -d .deps; then + DEPDIR=.deps +else + # MS-DOS does not allow filenames that begin with a dot. + DEPDIR=_deps +fi +rmdir .deps 2>/dev/null + +# test to see if srcdir already configured +if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:1295: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi -missing_dir=`cd $ac_aux_dir && pwd` -echo "$as_me:1218: checking for working aclocal" >&5 -echo $ECHO_N "checking for working aclocal... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (aclocal --version) < /dev/null > /dev/null 2>&1; then - ACLOCAL=aclocal - echo "$as_me:1225: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - ACLOCAL="$missing_dir/missing aclocal" - echo "$as_me:1229: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1233: checking for working autoconf" >&5 -echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoconf --version) < /dev/null > /dev/null 2>&1; then - AUTOCONF=autoconf - echo "$as_me:1240: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOCONF="$missing_dir/missing autoconf" - echo "$as_me:1244: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1248: checking for working automake" >&5 -echo $ECHO_N "checking for working automake... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (automake --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake - echo "$as_me:1255: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOMAKE="$missing_dir/missing automake" - echo "$as_me:1259: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1263: checking for working autoheader" >&5 -echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoheader --version) < /dev/null > /dev/null 2>&1; then - AUTOHEADER=autoheader - echo "$as_me:1270: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - AUTOHEADER="$missing_dir/missing autoheader" - echo "$as_me:1274: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -echo "$as_me:1278: checking for working makeinfo" >&5 -echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (makeinfo --version) < /dev/null > /dev/null 2>&1; then - MAKEINFO=makeinfo - echo "$as_me:1285: result: found" >&5 -echo "${ECHO_T}found" >&6 -else - MAKEINFO="$missing_dir/missing makeinfo" - echo "$as_me:1289: result: missing" >&5 -echo "${ECHO_T}missing" >&6 -fi - -ac_config_headers="$ac_config_headers config.h:config.hin" +# Define the identity of the package. +PACKAGE=splint +VERSION=3.0.1.4 -ac_config_commands="$ac_config_commands default-1" +# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow +# the ones we care about. + +# Autoconf 2.50 always computes EXEEXT. However we need to be +# compatible with 2.13, for now. So we always define EXEEXT, but we +# don't compute it. + +# Similar for OBJEXT -- only we only use OBJEXT if the user actually +# requests that it be used. This is a bit dumb. +: ${OBJEXT=o} + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"} + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"} + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +install_sh=${install_sh-"$am_aux_dir/install-sh"} + +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. + + ac_config_headers="$ac_config_headers config.h:config.hin" #drl 12-19-2001 commented out so Splint won't depend on C++ #AC_PROG_CXX @@ -1304,7 +1345,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:1307: checking for $ac_word" >&5 +echo "$as_me:1348: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1319,7 +1360,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:1322: found $ac_dir/$ac_word" >&5 +echo "$as_me:1363: found $ac_dir/$ac_word" >&5 break done @@ -1327,10 +1368,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1330: result: $CC" >&5 + echo "$as_me:1371: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1333: result: no" >&5 + echo "$as_me:1374: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1339,7 +1380,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:1342: checking for $ac_word" >&5 +echo "$as_me:1383: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1354,7 +1395,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:1357: found $ac_dir/$ac_word" >&5 +echo "$as_me:1398: found $ac_dir/$ac_word" >&5 break done @@ -1362,10 +1403,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1365: result: $ac_ct_CC" >&5 + echo "$as_me:1406: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1368: result: no" >&5 + echo "$as_me:1409: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1378,7 +1419,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1381: checking for $ac_word" >&5 +echo "$as_me:1422: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1393,7 +1434,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:1396: found $ac_dir/$ac_word" >&5 +echo "$as_me:1437: found $ac_dir/$ac_word" >&5 break done @@ -1401,10 +1442,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1404: result: $CC" >&5 + echo "$as_me:1445: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1407: result: no" >&5 + echo "$as_me:1448: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1413,7 +1454,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1416: checking for $ac_word" >&5 +echo "$as_me:1457: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1428,7 +1469,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:1431: found $ac_dir/$ac_word" >&5 +echo "$as_me:1472: found $ac_dir/$ac_word" >&5 break done @@ -1436,10 +1477,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1439: result: $ac_ct_CC" >&5 + echo "$as_me:1480: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1442: result: no" >&5 + echo "$as_me:1483: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1452,7 +1493,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1455: checking for $ac_word" >&5 +echo "$as_me:1496: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1472,7 +1513,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" -echo "$as_me:1475: found $ac_dir/$ac_word" >&5 +echo "$as_me:1516: found $ac_dir/$ac_word" >&5 break done @@ -1494,10 +1535,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1497: result: $CC" >&5 + echo "$as_me:1538: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1500: result: no" >&5 + echo "$as_me:1541: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1508,7 +1549,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1511: checking for $ac_word" >&5 +echo "$as_me:1552: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1523,7 +1564,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 +echo "$as_me:1567: found $ac_dir/$ac_word" >&5 break done @@ -1531,10 +1572,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1534: result: $CC" >&5 + echo "$as_me:1575: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1537: result: no" >&5 + echo "$as_me:1578: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1547,7 +1588,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1550: checking for $ac_word" >&5 +echo "$as_me:1591: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1562,7 +1603,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:1565: found $ac_dir/$ac_word" >&5 +echo "$as_me:1606: found $ac_dir/$ac_word" >&5 break done @@ -1570,10 +1611,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1573: result: $ac_ct_CC" >&5 + echo "$as_me:1614: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1576: result: no" >&5 + echo "$as_me:1617: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1585,32 +1626,32 @@ fi fi -test -z "$CC" && { { echo "$as_me:1588: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:1629: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:1593:" \ +echo "$as_me:1634:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1596: \"$ac_compiler --version &5\"") >&5 +{ (eval echo "$as_me:1637: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? - echo "$as_me:1599: \$? = $ac_status" >&5 + echo "$as_me:1640: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1601: \"$ac_compiler -v &5\"") >&5 +{ (eval echo "$as_me:1642: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? - echo "$as_me:1604: \$? = $ac_status" >&5 + echo "$as_me:1645: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1606: \"$ac_compiler -V &5\"") >&5 +{ (eval echo "$as_me:1647: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? - echo "$as_me:1609: \$? = $ac_status" >&5 + echo "$as_me:1650: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 1613 "configure" +#line 1654 "configure" #include "confdefs.h" int @@ -1626,13 +1667,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # 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:1629: checking for C compiler default output" >&5 +echo "$as_me:1670: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1632: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:1673: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:1635: \$? = $ac_status" >&5 + echo "$as_me:1676: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -1655,34 +1696,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1658: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:1699: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:1664: result: $ac_file" >&5 +echo "$as_me:1705: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1669: checking whether the C compiler works" >&5 +echo "$as_me:1710: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:1675: \"$ac_try\"") >&5 + { (eval echo "$as_me:1716: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1678: \$? = $ac_status" >&5 + echo "$as_me:1719: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:1685: error: cannot run C compiled programs. + { { echo "$as_me:1726: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -1690,24 +1731,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:1693: result: yes" >&5 +echo "$as_me:1734: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext 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. -echo "$as_me:1700: checking whether we are cross compiling" >&5 +echo "$as_me:1741: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1702: result: $cross_compiling" >&5 +echo "$as_me:1743: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:1705: checking for executable suffix" >&5 +echo "$as_me:1746: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1707: \"$ac_link\"") >&5 +if { (eval echo "$as_me:1748: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:1710: \$? = $ac_status" >&5 + echo "$as_me:1751: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -1723,25 +1764,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:1726: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:1767: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:1732: result: $ac_cv_exeext" >&5 +echo "$as_me:1773: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:1738: checking for object suffix" >&5 +echo "$as_me:1779: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1744 "configure" +#line 1785 "configure" #include "confdefs.h" int @@ -1753,10 +1794,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1756: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1797: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1759: \$? = $ac_status" >&5 + echo "$as_me:1800: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -1768,24 +1809,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1771: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:1812: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:1778: result: $ac_cv_objext" >&5 +echo "$as_me:1819: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:1782: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:1823: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1788 "configure" +#line 1829 "configure" #include "confdefs.h" int @@ -1800,16 +1841,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1803: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1844: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1806: \$? = $ac_status" >&5 + echo "$as_me:1847: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1809: \"$ac_try\"") >&5 + { (eval echo "$as_me:1850: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1812: \$? = $ac_status" >&5 + echo "$as_me:1853: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -1821,19 +1862,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:1824: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:1865: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:1830: checking whether $CC accepts -g" >&5 +echo "$as_me:1871: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1836 "configure" +#line 1877 "configure" #include "confdefs.h" int @@ -1845,16 +1886,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1848: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1889: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1851: \$? = $ac_status" >&5 + echo "$as_me:1892: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1854: \"$ac_try\"") >&5 + { (eval echo "$as_me:1895: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1857: \$? = $ac_status" >&5 + echo "$as_me:1898: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -1864,7 +1905,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:1867: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:1908: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -1891,16 +1932,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1894: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1935: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1897: \$? = $ac_status" >&5 + echo "$as_me:1938: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1900: \"$ac_try\"") >&5 + { (eval echo "$as_me:1941: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1903: \$? = $ac_status" >&5 + echo "$as_me:1944: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -1912,7 +1953,7 @@ if { (eval echo "$as_me:1894: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 1915 "configure" +#line 1956 "configure" #include "confdefs.h" #include $ac_declaration @@ -1925,16 +1966,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1928: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1969: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1931: \$? = $ac_status" >&5 + echo "$as_me:1972: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1934: \"$ac_try\"") >&5 + { (eval echo "$as_me:1975: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1937: \$? = $ac_status" >&5 + echo "$as_me:1978: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -1944,7 +1985,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 1947 "configure" +#line 1988 "configure" #include "confdefs.h" $ac_declaration int @@ -1956,16 +1997,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1959: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2000: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1962: \$? = $ac_status" >&5 + echo "$as_me:2003: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1965: \"$ac_try\"") >&5 + { (eval echo "$as_me:2006: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1968: \$? = $ac_status" >&5 + echo "$as_me:2009: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -1992,12 +2033,119 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu +ac_config_commands="$ac_config_commands default-1" + +am_make=${MAKE-make} +cat > confinc << 'END' +doit: + @echo done +END +# If we don't find an include directive, just comment out the code. +echo "$as_me:2044: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 +am__include='#' +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote='"' + _am_result=BSD + fi +fi + +echo "$as_me:2071: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6 +rm -f confinc confmf + +depcc="$CC" am_compiler_list= + +echo "$as_me:2077: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + echo '#include "conftest.h"' > conftest.c + echo 'int i;' > conftest.h + echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=conftest.c object=conftest.o \ + depfile=conftest.Po tmpdepfile=conftest.TPo \ + $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && + grep conftest.h conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +echo "$as_me:2139: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 +CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type" + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2000: checking how to run the C preprocessor" >&5 +echo "$as_me:2148: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2018,18 +2166,18 @@ do # 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 2021 "configure" +#line 2169 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2026: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2174: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2032: \$? = $ac_status" >&5 + echo "$as_me:2180: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2052,17 +2200,17 @@ 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 2055 "configure" +#line 2203 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2059: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2207: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2065: \$? = $ac_status" >&5 + echo "$as_me:2213: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2099,7 +2247,7 @@ fi else ac_cv_prog_CPP=$CPP fi -echo "$as_me:2102: result: $CPP" >&5 +echo "$as_me:2250: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -2109,18 +2257,18 @@ do # 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 2112 "configure" +#line 2260 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2117: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2265: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2123: \$? = $ac_status" >&5 + echo "$as_me:2271: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2143,17 +2291,17 @@ 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 2146 "configure" +#line 2294 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2150: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2298: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2156: \$? = $ac_status" >&5 + echo "$as_me:2304: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2181,7 +2329,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:2184: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:2332: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -2192,12 +2340,11 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -missing_dir=`cd $ac_aux_dir && pwd` for ac_prog in flex lex do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:2200: checking for $ac_word" >&5 +echo "$as_me:2347: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_LEX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2212,7 +2359,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_LEX="$ac_prog" -echo "$as_me:2215: found $ac_dir/$ac_word" >&5 +echo "$as_me:2362: found $ac_dir/$ac_word" >&5 break done @@ -2220,22 +2367,22 @@ fi fi LEX=$ac_cv_prog_LEX if test -n "$LEX"; then - echo "$as_me:2223: result: $LEX" >&5 + echo "$as_me:2370: result: $LEX" >&5 echo "${ECHO_T}$LEX" >&6 else - echo "$as_me:2226: result: no" >&5 + echo "$as_me:2373: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$LEX" && break done -test -n "$LEX" || LEX=""$missing_dir/missing flex"" +test -n "$LEX" || LEX="${am_missing_run}flex" for ac_prog in flex lex do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:2238: checking for $ac_word" >&5 +echo "$as_me:2385: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_LEX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2250,7 +2397,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_LEX="$ac_prog" -echo "$as_me:2253: found $ac_dir/$ac_word" >&5 +echo "$as_me:2400: found $ac_dir/$ac_word" >&5 break done @@ -2258,10 +2405,10 @@ fi fi LEX=$ac_cv_prog_LEX if test -n "$LEX"; then - echo "$as_me:2261: result: $LEX" >&5 + echo "$as_me:2408: result: $LEX" >&5 echo "${ECHO_T}$LEX" >&6 else - echo "$as_me:2264: result: no" >&5 + echo "$as_me:2411: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2271,7 +2418,7 @@ test -n "$LEX" || LEX=":" if test -z "$LEXLIB" then - echo "$as_me:2274: checking for yywrap in -lfl" >&5 + echo "$as_me:2421: checking for yywrap in -lfl" >&5 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 if test "${ac_cv_lib_fl_yywrap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2279,7 +2426,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lfl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2282 "configure" +#line 2429 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -2298,16 +2445,16 @@ yywrap (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2301: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2448: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2304: \$? = $ac_status" >&5 + echo "$as_me:2451: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2307: \"$ac_try\"") >&5 + { (eval echo "$as_me:2454: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2310: \$? = $ac_status" >&5 + echo "$as_me:2457: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_fl_yywrap=yes else @@ -2318,12 +2465,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2321: result: $ac_cv_lib_fl_yywrap" >&5 +echo "$as_me:2468: result: $ac_cv_lib_fl_yywrap" >&5 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 if test $ac_cv_lib_fl_yywrap = yes; then LEXLIB="-lfl" else - echo "$as_me:2326: checking for yywrap in -ll" >&5 + echo "$as_me:2473: checking for yywrap in -ll" >&5 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 if test "${ac_cv_lib_l_yywrap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2331,7 +2478,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ll $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2334 "configure" +#line 2481 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -2350,16 +2497,16 @@ yywrap (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2353: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2500: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2356: \$? = $ac_status" >&5 + echo "$as_me:2503: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2359: \"$ac_try\"") >&5 + { (eval echo "$as_me:2506: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2362: \$? = $ac_status" >&5 + echo "$as_me:2509: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_l_yywrap=yes else @@ -2370,7 +2517,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2373: result: $ac_cv_lib_l_yywrap" >&5 +echo "$as_me:2520: result: $ac_cv_lib_l_yywrap" >&5 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 if test $ac_cv_lib_l_yywrap = yes; then LEXLIB="-ll" @@ -2381,7 +2528,7 @@ fi fi if test "x$LEX" != "x:"; then - echo "$as_me:2384: checking lex output file root" >&5 + echo "$as_me:2531: checking lex output file root" >&5 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 if test "${ac_cv_prog_lex_root+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2395,16 +2542,16 @@ if test -f lex.yy.c; then elif test -f lexyy.c; then ac_cv_prog_lex_root=lexyy else - { { echo "$as_me:2398: error: cannot find output from $LEX; giving up" >&5 + { { echo "$as_me:2545: error: cannot find output from $LEX; giving up" >&5 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} { (exit 1); exit 1; }; } fi fi -echo "$as_me:2403: result: $ac_cv_prog_lex_root" >&5 +echo "$as_me:2550: result: $ac_cv_prog_lex_root" >&5 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root -echo "$as_me:2407: checking whether yytext is a pointer" >&5 +echo "$as_me:2554: checking whether yytext is a pointer" >&5 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2420,16 +2567,16 @@ cat >conftest.$ac_ext <<_ACEOF `cat $LEX_OUTPUT_ROOT.c` _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2423: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2570: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2426: \$? = $ac_status" >&5 + echo "$as_me:2573: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2429: \"$ac_try\"") >&5 + { (eval echo "$as_me:2576: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2432: \$? = $ac_status" >&5 + echo "$as_me:2579: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_lex_yytext_pointer=yes else @@ -2441,7 +2588,7 @@ LIBS=$ac_save_LIBS rm -f "${LEX_OUTPUT_ROOT}.c" fi -echo "$as_me:2444: result: $ac_cv_prog_lex_yytext_pointer" >&5 +echo "$as_me:2591: result: $ac_cv_prog_lex_yytext_pointer" >&5 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 if test $ac_cv_prog_lex_yytext_pointer = yes; then @@ -2465,7 +2612,7 @@ fi # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:2468: checking for a BSD compatible install" >&5 +echo "$as_me:2615: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -2514,7 +2661,7 @@ fi INSTALL=$ac_install_sh fi fi -echo "$as_me:2517: result: $INSTALL" >&5 +echo "$as_me:2664: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -2525,7 +2672,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:2528: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:2675: 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 @@ -2545,29 +2692,29 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:2548: result: yes" >&5 + echo "$as_me:2695: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:2552: result: no" >&5 + echo "$as_me:2699: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi -echo "$as_me:2557: checking whether ln -s works" >&5 +echo "$as_me:2704: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - echo "$as_me:2561: result: yes" >&5 + echo "$as_me:2708: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2564: result: no, using $LN_S" >&5 + echo "$as_me:2711: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi # Extract the first word of "bison", so it can be a program name with args. set dummy bison; ac_word=$2 -echo "$as_me:2570: checking for $ac_word" >&5 +echo "$as_me:2717: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_BISON+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2582,7 +2729,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_BISON="bison" -echo "$as_me:2585: found $ac_dir/$ac_word" >&5 +echo "$as_me:2732: found $ac_dir/$ac_word" >&5 break done @@ -2591,16 +2738,16 @@ fi fi BISON=$ac_cv_prog_BISON if test -n "$BISON"; then - echo "$as_me:2594: result: $BISON" >&5 + echo "$as_me:2741: result: $BISON" >&5 echo "${ECHO_T}$BISON" >&6 else - echo "$as_me:2597: result: no" >&5 + echo "$as_me:2744: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "grep", so it can be a program name with args. set dummy grep; ac_word=$2 -echo "$as_me:2603: checking for $ac_word" >&5 +echo "$as_me:2750: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2615,7 +2762,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_GREP="grep" -echo "$as_me:2618: found $ac_dir/$ac_word" >&5 +echo "$as_me:2765: found $ac_dir/$ac_word" >&5 break done @@ -2624,16 +2771,16 @@ fi fi GREP=$ac_cv_prog_GREP if test -n "$GREP"; then - echo "$as_me:2627: result: $GREP" >&5 + echo "$as_me:2774: result: $GREP" >&5 echo "${ECHO_T}$GREP" >&6 else - echo "$as_me:2630: result: no" >&5 + echo "$as_me:2777: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "diff", so it can be a program name with args. set dummy diff; ac_word=$2 -echo "$as_me:2636: checking for $ac_word" >&5 +echo "$as_me:2783: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_DIFF+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2648,7 +2795,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_DIFF="diff" -echo "$as_me:2651: found $ac_dir/$ac_word" >&5 +echo "$as_me:2798: found $ac_dir/$ac_word" >&5 break done @@ -2657,16 +2804,16 @@ fi fi DIFF=$ac_cv_prog_DIFF if test -n "$DIFF"; then - echo "$as_me:2660: result: $DIFF" >&5 + echo "$as_me:2807: result: $DIFF" >&5 echo "${ECHO_T}$DIFF" >&6 else - echo "$as_me:2663: result: no" >&5 + echo "$as_me:2810: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "cat", so it can be a program name with args. set dummy cat; ac_word=$2 -echo "$as_me:2669: checking for $ac_word" >&5 +echo "$as_me:2816: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CAT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2681,7 +2828,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CAT="cat" -echo "$as_me:2684: found $ac_dir/$ac_word" >&5 +echo "$as_me:2831: found $ac_dir/$ac_word" >&5 break done @@ -2690,16 +2837,16 @@ fi fi CAT=$ac_cv_prog_CAT if test -n "$CAT"; then - echo "$as_me:2693: result: $CAT" >&5 + echo "$as_me:2840: result: $CAT" >&5 echo "${ECHO_T}$CAT" >&6 else - echo "$as_me:2696: result: no" >&5 + echo "$as_me:2843: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "rm", so it can be a program name with args. set dummy rm; ac_word=$2 -echo "$as_me:2702: checking for $ac_word" >&5 +echo "$as_me:2849: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2714,7 +2861,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RM="rm" -echo "$as_me:2717: found $ac_dir/$ac_word" >&5 +echo "$as_me:2864: found $ac_dir/$ac_word" >&5 break done @@ -2723,16 +2870,16 @@ fi fi RM=$ac_cv_prog_RM if test -n "$RM"; then - echo "$as_me:2726: result: $RM" >&5 + echo "$as_me:2873: result: $RM" >&5 echo "${ECHO_T}$RM" >&6 else - echo "$as_me:2729: result: no" >&5 + echo "$as_me:2876: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "mv", so it can be a program name with args. set dummy mv; ac_word=$2 -echo "$as_me:2735: checking for $ac_word" >&5 +echo "$as_me:2882: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_MV+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2747,7 +2894,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_MV="mv" -echo "$as_me:2750: found $ac_dir/$ac_word" >&5 +echo "$as_me:2897: found $ac_dir/$ac_word" >&5 break done @@ -2756,16 +2903,16 @@ fi fi MV=$ac_cv_prog_MV if test -n "$MV"; then - echo "$as_me:2759: result: $MV" >&5 + echo "$as_me:2906: result: $MV" >&5 echo "${ECHO_T}$MV" >&6 else - echo "$as_me:2762: result: no" >&5 + echo "$as_me:2909: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "cp", so it can be a program name with args. set dummy cp; ac_word=$2 -echo "$as_me:2768: checking for $ac_word" >&5 +echo "$as_me:2915: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2780,7 +2927,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CP="cp" -echo "$as_me:2783: found $ac_dir/$ac_word" >&5 +echo "$as_me:2930: found $ac_dir/$ac_word" >&5 break done @@ -2789,18 +2936,18 @@ fi fi CP=$ac_cv_prog_CP if test -n "$CP"; then - echo "$as_me:2792: result: $CP" >&5 + echo "$as_me:2939: result: $CP" >&5 echo "${ECHO_T}$CP" >&6 else - echo "$as_me:2795: result: no" >&5 + echo "$as_me:2942: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:2799: checking whether we need _ALL_SOURCE to expose mode_t" >&5 +echo "$as_me:2946: 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 2803 "configure" +#line 2950 "configure" #include "confdefs.h" #include @@ -2815,16 +2962,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2818: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2965: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2821: \$? = $ac_status" >&5 + echo "$as_me:2968: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2824: \"$ac_try\"") >&5 + { (eval echo "$as_me:2971: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2827: \$? = $ac_status" >&5 + echo "$as_me:2974: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -2835,7 +2982,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext if test $all = maybe ; then cat >conftest.$ac_ext <<_ACEOF -#line 2838 "configure" +#line 2985 "configure" #include "confdefs.h" #define _ALL_SOURCE @@ -2851,16 +2998,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2854: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3001: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2857: \$? = $ac_status" >&5 + echo "$as_me:3004: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2860: \"$ac_try\"") >&5 + { (eval echo "$as_me:3007: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2863: \$? = $ac_status" >&5 + echo "$as_me:3010: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cat >>confdefs.h <<\EOF #define _ALL_SOURCE 1 @@ -2873,7 +3020,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi if test $all = maybe ; then all=no ; fi -echo "$as_me:2876: result: $all" >&5 +echo "$as_me:3023: result: $all" >&5 echo "${ECHO_T}$all" >&6 LCLOBJ='$(lcl_OBJECTS)' @@ -2883,14 +3030,14 @@ if test "${with_lcl+set}" = set; then withval="$with_lcl" ac_cv_use_lcl=$withval else - echo "$as_me:2886: checking whether to include support for LCL files" >&5 + echo "$as_me:3033: checking whether to include support for LCL files" >&5 echo $ECHO_N "checking whether to include support for LCL files... $ECHO_C" >&6 if test "${ac_cv_use_lcl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_use_lcl=yes fi -echo "$as_me:2893: result: $ac_cv_use_lcl" >&5 +echo "$as_me:3040: result: $ac_cv_use_lcl" >&5 echo "${ECHO_T}$ac_cv_use_lcl" >&6 fi; if test x$ac_cv_use_lcl != xyes; then @@ -3107,7 +3254,7 @@ DEFS=-DHAVE_CONFIG_H : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:3110: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:3257: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -3283,7 +3430,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:3286: error: ambiguous option: $1 + { { echo "$as_me:3433: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -3302,7 +3449,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:3305: error: unrecognized option: $1 + -*) { { echo "$as_me:3452: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -3337,6 +3484,9 @@ cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF @@ -3353,7 +3503,7 @@ do "bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.hin" ;; - *) { { echo "$as_me:3356: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:3506: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -3452,19 +3602,30 @@ s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t s,@PACKAGE@,$PACKAGE,;t t s,@VERSION@,$VERSION,;t t +s,@EXEEXT@,$EXEEXT,;t t +s,@OBJEXT@,$OBJEXT,;t t s,@ACLOCAL@,$ACLOCAL,;t t s,@AUTOCONF@,$AUTOCONF,;t t s,@AUTOMAKE@,$AUTOMAKE,;t t s,@AUTOHEADER@,$AUTOHEADER,;t t s,@MAKEINFO@,$MAKEINFO,;t t +s,@AMTAR@,$AMTAR,;t t +s,@install_sh@,$install_sh,;t t +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t +s,@DEPDIR@,$DEPDIR,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t -s,@EXEEXT@,$EXEEXT,;t t -s,@OBJEXT@,$OBJEXT,;t t +s,@am__include@,$am__include,;t t +s,@am__quote@,$am__quote,;t t +s,@CCDEPMODE@,$CCDEPMODE,;t t s,@CPP@,$CPP,;t t s,@LEX@,$LEX,;t t s,@LEXLIB@,$LEXLIB,;t t @@ -3592,7 +3753,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:3595: creating $ac_file" >&5 + { echo "$as_me:3756: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -3610,7 +3771,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:3613: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:3774: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -3623,7 +3784,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:3626: error: cannot find input file: $f" >&5 + { { echo "$as_me:3787: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -3684,7 +3845,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:3687: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:3848: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -3695,7 +3856,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:3698: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:3859: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -3708,7 +3869,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:3711: error: cannot find input file: $f" >&5 + { { echo "$as_me:3872: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -3825,7 +3986,7 @@ cat >>$CONFIG_STATUS <<\EOF rm -f $tmp/in if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:3828: $ac_file is unchanged" >&5 + { echo "$as_me:3989: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -3864,6 +4025,12 @@ done; } cat $tmp/config.h rm -f $tmp/config.h fi + # Run the commands associated with the file. + case $ac_file in + config.h ) # update the timestamp +echo timestamp >"./stamp-h1" + ;; + esac done EOF cat >>$CONFIG_STATUS <<\EOF @@ -3876,7 +4043,45 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` case $ac_dest in - default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;; + default-1 ) +test x"$AMDEP_TRUE" != x"" || +for mf in $CONFIG_FILES; do + case "$mf" in + Makefile) dirpart=.;; + */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;; + *) continue;; + esac + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`echo "$file" | sed -e 's|/[^/]*$||'` + $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1 + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; esac done EOF diff --git a/src/cgrammar.c.der b/src/cgrammar.c.der index a05418a..53a437b 100644 --- a/src/cgrammar.c.der +++ b/src/cgrammar.c.der @@ -51,201 +51,201 @@ /* < end of bison.head > */ -/* A Bison parser, made from cgrammar.y - by GNU bison 1.30. */ +/* A Bison parser, made from cgrammar.y + by GNU Bison version 1.28 */ #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 ARROW_OP 298 -# define CTYPEDEF 299 -# define COFFSETOF 300 -# define INC_OP 301 -# define DEC_OP 302 -# define LEFT_OP 303 -# define RIGHT_OP 304 -# define LE_OP 305 -# define GE_OP 306 -# define EQ_OP 307 -# define NE_OP 308 -# define AND_OP 309 -# define OR_OP 310 -# define MUL_ASSIGN 311 -# define DIV_ASSIGN 312 -# define MOD_ASSIGN 313 -# define ADD_ASSIGN 314 -# define SUB_ASSIGN 315 -# define LEFT_ASSIGN 316 -# define RIGHT_ASSIGN 317 -# define AND_ASSIGN 318 -# define XOR_ASSIGN 319 -# define OR_ASSIGN 320 -# define CSTRUCT 321 -# define CUNION 322 -# define CENUM 323 -# define VA_ARG 324 -# define VA_DCL 325 -# define QWARN 326 -# define QGLOBALS 327 -# define QMODIFIES 328 -# define QNOMODS 329 -# define QCONSTANT 330 -# define QFUNCTION 331 -# define QITER 332 -# define QDEFINES 333 -# define QUSES 334 -# define QALLOCATES 335 -# define QSETS 336 -# define QRELEASES 337 -# define QPRECLAUSE 338 -# define QPOSTCLAUSE 339 -# define QINVARIANT 340 -# define QALT 341 -# define QUNDEF 342 -# define QKILLED 343 -# define QENDMACRO 344 -# define LLMACRO 345 -# define LLMACROITER 346 -# define LLMACROEND 347 -# define TENDMACRO 348 -# define QSWITCHBREAK 349 -# define QLOOPBREAK 350 -# define QINNERBREAK 351 -# define QSAFEBREAK 352 -# define QINNERCONTINUE 353 -# define QFALLTHROUGH 354 -# define QLINTNOTREACHED 355 -# define QLINTFALLTHROUGH 356 -# define QLINTFALLTHRU 357 -# define QARGSUSED 358 -# define QPRINTFLIKE 359 -# define QLINTPRINTFLIKE 360 -# define QSCANFLIKE 361 -# define QMESSAGELIKE 362 -# define QNOTREACHED 363 -# define QCONST 364 -# define QVOLATILE 365 -# define QINLINE 366 -# define QEXTENSION 367 -# define QEXTERN 368 -# define QSTATIC 369 -# define QAUTO 370 -# define QREGISTER 371 -# define QOUT 372 -# define QIN 373 -# define QYIELD 374 -# define QONLY 375 -# define QTEMP 376 -# define QSHARED 377 -# define QREF 378 -# define QUNIQUE 379 -# define QCHECKED 380 -# define QUNCHECKED 381 -# define QCHECKEDSTRICT 382 -# define QCHECKMOD 383 -# define QKEEP 384 -# define QKEPT 385 -# define QPARTIAL 386 -# define QSPECIAL 387 -# define QOWNED 388 -# define QDEPENDENT 389 -# define QRETURNED 390 -# define QEXPOSED 391 -# define QNULL 392 -# define QOBSERVER 393 -# define QISNULL 394 -# define QEXITS 395 -# define QMAYEXIT 396 -# define QNEVEREXIT 397 -# define QTRUEEXIT 398 -# define QFALSEEXIT 399 -# define QLONG 400 -# define QSIGNED 401 -# define QUNSIGNED 402 -# define QSHORT 403 -# define QUNUSED 404 -# define QSEF 405 -# define QNOTNULL 406 -# define QRELNULL 407 -# define QABSTRACT 408 -# define QCONCRETE 409 -# define QMUTABLE 410 -# define QIMMUTABLE 411 -# define QTRUENULL 412 -# define QFALSENULL 413 -# define QEXTERNAL 414 -# define QREFCOUNTED 415 -# define QREFS 416 -# define QNEWREF 417 -# define QTEMPREF 418 -# define QKILLREF 419 -# define QRELDEF 420 -# define CGCHAR 421 -# define CBOOL 422 -# define CINT 423 -# define CGFLOAT 424 -# define CDOUBLE 425 -# define CVOID 426 -# define QANYTYPE 427 -# define QINTEGRALTYPE 428 -# define QUNSIGNEDINTEGRALTYPE 429 -# define QSIGNEDINTEGRALTYPE 430 -# define QNULLTERMINATED 431 -# define QSETBUFFERSIZE 432 -# define QSETSTRINGLENGTH 433 -# define QMAXSET 434 -# define QMAXREAD 435 -# define QTESTINRANGE 436 -# define TCAND 437 -# define IDENTIFIER 438 -# define NEW_IDENTIFIER 439 -# define TYPE_NAME_OR_ID 440 -# define CANNOTATION 441 -# define CCONSTANT 442 -# define ITER_NAME 443 -# define ITER_ENDNAME 444 -# define TYPE_NAME 445 -# define METASTATE_NAME 446 +#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 ARROW_OP 298 +#define CTYPEDEF 299 +#define COFFSETOF 300 +#define INC_OP 301 +#define DEC_OP 302 +#define LEFT_OP 303 +#define RIGHT_OP 304 +#define LE_OP 305 +#define GE_OP 306 +#define EQ_OP 307 +#define NE_OP 308 +#define AND_OP 309 +#define OR_OP 310 +#define MUL_ASSIGN 311 +#define DIV_ASSIGN 312 +#define MOD_ASSIGN 313 +#define ADD_ASSIGN 314 +#define SUB_ASSIGN 315 +#define LEFT_ASSIGN 316 +#define RIGHT_ASSIGN 317 +#define AND_ASSIGN 318 +#define XOR_ASSIGN 319 +#define OR_ASSIGN 320 +#define CSTRUCT 321 +#define CUNION 322 +#define CENUM 323 +#define VA_ARG 324 +#define VA_DCL 325 +#define QWARN 326 +#define QGLOBALS 327 +#define QMODIFIES 328 +#define QNOMODS 329 +#define QCONSTANT 330 +#define QFUNCTION 331 +#define QITER 332 +#define QDEFINES 333 +#define QUSES 334 +#define QALLOCATES 335 +#define QSETS 336 +#define QRELEASES 337 +#define QPRECLAUSE 338 +#define QPOSTCLAUSE 339 +#define QINVARIANT 340 +#define QALT 341 +#define QUNDEF 342 +#define QKILLED 343 +#define QENDMACRO 344 +#define LLMACRO 345 +#define LLMACROITER 346 +#define LLMACROEND 347 +#define TENDMACRO 348 +#define QSWITCHBREAK 349 +#define QLOOPBREAK 350 +#define QINNERBREAK 351 +#define QSAFEBREAK 352 +#define QINNERCONTINUE 353 +#define QFALLTHROUGH 354 +#define QLINTNOTREACHED 355 +#define QLINTFALLTHROUGH 356 +#define QLINTFALLTHRU 357 +#define QARGSUSED 358 +#define QPRINTFLIKE 359 +#define QLINTPRINTFLIKE 360 +#define QSCANFLIKE 361 +#define QMESSAGELIKE 362 +#define QNOTREACHED 363 +#define QCONST 364 +#define QVOLATILE 365 +#define QINLINE 366 +#define QEXTENSION 367 +#define QEXTERN 368 +#define QSTATIC 369 +#define QAUTO 370 +#define QREGISTER 371 +#define QOUT 372 +#define QIN 373 +#define QYIELD 374 +#define QONLY 375 +#define QTEMP 376 +#define QSHARED 377 +#define QREF 378 +#define QUNIQUE 379 +#define QCHECKED 380 +#define QUNCHECKED 381 +#define QCHECKEDSTRICT 382 +#define QCHECKMOD 383 +#define QKEEP 384 +#define QKEPT 385 +#define QPARTIAL 386 +#define QSPECIAL 387 +#define QOWNED 388 +#define QDEPENDENT 389 +#define QRETURNED 390 +#define QEXPOSED 391 +#define QNULL 392 +#define QOBSERVER 393 +#define QISNULL 394 +#define QEXITS 395 +#define QMAYEXIT 396 +#define QNEVEREXIT 397 +#define QTRUEEXIT 398 +#define QFALSEEXIT 399 +#define QLONG 400 +#define QSIGNED 401 +#define QUNSIGNED 402 +#define QSHORT 403 +#define QUNUSED 404 +#define QSEF 405 +#define QNOTNULL 406 +#define QRELNULL 407 +#define QABSTRACT 408 +#define QCONCRETE 409 +#define QMUTABLE 410 +#define QIMMUTABLE 411 +#define QTRUENULL 412 +#define QFALSENULL 413 +#define QEXTERNAL 414 +#define QREFCOUNTED 415 +#define QREFS 416 +#define QNEWREF 417 +#define QTEMPREF 418 +#define QKILLREF 419 +#define QRELDEF 420 +#define CGCHAR 421 +#define CBOOL 422 +#define CINT 423 +#define CGFLOAT 424 +#define CDOUBLE 425 +#define CVOID 426 +#define QANYTYPE 427 +#define QINTEGRALTYPE 428 +#define QUNSIGNEDINTEGRALTYPE 429 +#define QSIGNEDINTEGRALTYPE 430 +#define QNULLTERMINATED 431 +#define QSETBUFFERSIZE 432 +#define QSETSTRINGLENGTH 433 +#define QMAXSET 434 +#define QMAXREAD 435 +#define QTESTINRANGE 436 +#define TCAND 437 +#define IDENTIFIER 438 +#define NEW_IDENTIFIER 439 +#define TYPE_NAME_OR_ID 440 +#define CANNOTATION 441 +#define CCONSTANT 442 +#define ITER_NAME 443 +#define ITER_ENDNAME 444 +#define TYPE_NAME 445 +#define METASTATE_NAME 446 /* @@ -353,2295 +353,2259 @@ typedef union /* drl */ } YYSTYPE; #ifndef YYDEBUG -# define YYDEBUG 1 +#define YYDEBUG 1 #endif #include +#ifndef __cplusplus +#ifndef __STDC__ +#define const +#endif +#endif + #define YYFINAL 1196 #define YYFLAG -32768 #define YYNTBASE 193 -/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ #define YYTRANSLATE(x) ((unsigned)(x) <= 446 ? yytranslate[x] : 451) -/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ -static const short yytranslate[] = -{ - 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 3, 4, 5, - 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, - 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, - 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, - 136, 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 +static const short yytranslate[] = { 0, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 1, 3, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, + 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, + 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, + 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, + 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, + 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, + 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 }; #if YYDEBUG != 0 -static const short yyprhs[] = -{ - 0, 0, 1, 3, 5, 8, 11, 13, 15, 17, - 19, 21, 23, 32, 44, 45, 51, 53, 57, 59, - 62, 64, 71, 75, 82, 83, 90, 91, 99, 101, - 108, 112, 119, 120, 127, 128, 136, 137, 138, 149, - 153, 157, 161, 164, 166, 170, 171, 176, 177, 182, - 184, 188, 190, 192, 194, 198, 200, 204, 206, 208, - 210, 212, 214, 216, 221, 227, 229, 231, 233, 235, - 239, 244, 247, 251, 255, 259, 261, 263, 265, 266, - 269, 270, 273, 275, 277, 279, 281, 283, 285, 287, - 289, 291, 293, 295, 297, 300, 301, 306, 308, 311, - 312, 316, 318, 322, 324, 326, 327, 330, 334, 337, - 339, 343, 346, 347, 350, 352, 354, 356, 358, 360, - 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, - 382, 386, 387, 391, 392, 393, 398, 401, 404, 406, - 408, 410, 414, 419, 422, 426, 430, 434, 436, 438, - 440, 444, 446, 448, 452, 457, 460, 464, 468, 472, - 473, 475, 477, 481, 483, 485, 487, 491, 493, 495, - 497, 502, 506, 511, 518, 524, 530, 533, 536, 538, - 542, 544, 547, 550, 553, 556, 559, 562, 565, 568, - 570, 572, 576, 578, 588, 589, 593, 598, 601, 606, - 609, 611, 616, 618, 622, 626, 630, 632, 636, 640, - 642, 646, 650, 652, 656, 660, 664, 668, 670, 674, - 678, 680, 684, 686, 690, 692, 696, 698, 699, 704, - 706, 707, 712, 714, 715, 716, 724, 726, 730, 734, - 738, 742, 746, 750, 754, 758, 762, 766, 770, 772, - 776, 777, 779, 781, 783, 785, 787, 791, 792, 802, - 803, 815, 818, 819, 826, 827, 836, 841, 846, 847, - 848, 851, 853, 858, 859, 864, 866, 870, 875, 877, - 881, 883, 885, 887, 889, 891, 894, 895, 902, 905, - 908, 909, 916, 917, 923, 925, 927, 929, 931, 933, - 935, 937, 939, 941, 943, 945, 947, 949, 951, 953, - 955, 957, 959, 961, 963, 965, 967, 969, 971, 973, - 975, 977, 979, 981, 983, 985, 987, 989, 991, 993, - 995, 997, 999, 1001, 1003, 1005, 1007, 1009, 1011, 1013, - 1015, 1017, 1019, 1021, 1023, 1025, 1027, 1030, 1033, 1036, - 1039, 1042, 1045, 1048, 1051, 1054, 1057, 1060, 1063, 1066, - 1069, 1072, 1075, 1078, 1081, 1084, 1087, 1090, 1093, 1096, - 1099, 1102, 1106, 1108, 1113, 1115, 1119, 1122, 1125, 1128, - 1129, 1131, 1132, 1133, 1134, 1147, 1148, 1149, 1161, 1168, - 1175, 1176, 1177, 1188, 1189, 1190, 1201, 1207, 1213, 1218, - 1223, 1224, 1226, 1228, 1231, 1237, 1241, 1244, 1249, 1251, - 1255, 1260, 1267, 1268, 1277, 1282, 1284, 1288, 1291, 1293, - 1298, 1300, 1302, 1305, 1308, 1310, 1313, 1315, 1318, 1320, - 1322, 1324, 1327, 1329, 1332, 1335, 1339, 1341, 1345, 1347, - 1351, 1353, 1355, 1359, 1360, 1363, 1364, 1369, 1374, 1376, - 1378, 1381, 1383, 1385, 1388, 1389, 1391, 1397, 1400, 1404, - 1408, 1413, 1417, 1422, 1427, 1433, 1435, 1437, 1439, 1441, - 1443, 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1460, 1463, - 1471, 1478, 1481, 1482, 1483, 1494, 1495, 1502, 1504, 1506, - 1508, 1510, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, - 1531, 1533, 1534, 1538, 1541, 1544, 1546, 1548, 1550, 1552, - 1554, 1556, 1558, 1560, 1562, 1564, 1568, 1570, 1572, 1575, - 1578, 1579, 1582, 1583, 1588, 1589, 1596, 1597, 1601, 1602, - 1608, 1612, 1615, 1619, 1620, 1621, 1622, 1623, 1624, 1626, - 1629, 1632, 1636, 1639, 1643, 1647, 1652, 1655, 1658, 1662, - 1666, 1671, 1673, 1676, 1678, 1681, 1683, 1686, 1688, 1691, - 1693, 1696, 1698, 1703, 1706, 1707, 1713, 1714, 1721, 1726, - 1731, 1732, 1733, 1744, 1746, 1747, 1752, 1754, 1756, 1758, - 1760, 1762, 1765, 1767, 1771, 1773, 1778, 1782, 1787, 1794, - 1800, 1806, 1809, 1812, 1814, 1817, 1820, 1823, 1826, 1829, - 1832, 1835, 1838, 1840, 1842, 1847, 1849, 1853, 1857, 1861, - 1863, 1867, 1871, 1873, 1877, 1881, 1883, 1887, 1891, 1895, - 1899, 1901, 1905, 1909, 1911, 1915, 1917, 1921, 1923, 1927, - 1929, 1933, 1935, 1939, 1941, 1942, 1943, 1951, 1953, 1957, - 1961, 1965, 1969, 1973, 1977, 1981, 1985, 1989, 1993, 1997, - 1999, 2000, 2002, 2005, 2013, 2016, 2019, 2027, 2034, 2037, - 2041, 2044, 2048, 2051, 2055, 2059, 2063, 2067, 2070, 2074, - 2075, 2077, 2079, 2081, 2083, 2085, 2087, 2089, 2091 +static const short yyprhs[] = { 0, + 0, 1, 3, 5, 8, 11, 13, 15, 17, 19, + 21, 23, 32, 44, 45, 51, 53, 57, 59, 62, + 64, 71, 75, 82, 83, 90, 91, 99, 101, 108, + 112, 119, 120, 127, 128, 136, 137, 138, 149, 153, + 157, 161, 164, 166, 170, 171, 176, 177, 182, 184, + 188, 190, 192, 194, 198, 200, 204, 206, 208, 210, + 212, 214, 216, 221, 227, 229, 231, 233, 235, 239, + 244, 247, 251, 255, 259, 261, 263, 265, 266, 269, + 270, 273, 275, 277, 279, 281, 283, 285, 287, 289, + 291, 293, 295, 297, 300, 301, 306, 308, 311, 312, + 316, 318, 322, 324, 326, 327, 330, 334, 337, 339, + 343, 346, 347, 350, 352, 354, 356, 358, 360, 362, + 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, + 386, 387, 391, 392, 393, 398, 401, 404, 406, 408, + 410, 414, 419, 422, 426, 430, 434, 436, 438, 440, + 444, 446, 448, 452, 457, 460, 464, 468, 472, 473, + 475, 477, 481, 483, 485, 487, 491, 493, 495, 497, + 502, 506, 511, 518, 524, 530, 533, 536, 538, 542, + 544, 547, 550, 553, 556, 559, 562, 565, 568, 570, + 572, 576, 578, 588, 589, 593, 598, 601, 606, 609, + 611, 616, 618, 622, 626, 630, 632, 636, 640, 642, + 646, 650, 652, 656, 660, 664, 668, 670, 674, 678, + 680, 684, 686, 690, 692, 696, 698, 699, 704, 706, + 707, 712, 714, 715, 716, 724, 726, 730, 734, 738, + 742, 746, 750, 754, 758, 762, 766, 770, 772, 776, + 777, 779, 781, 783, 785, 787, 791, 792, 802, 803, + 815, 818, 819, 826, 827, 836, 841, 846, 847, 848, + 851, 853, 858, 859, 864, 866, 870, 875, 877, 881, + 883, 885, 887, 889, 891, 894, 895, 902, 905, 908, + 909, 916, 917, 923, 925, 927, 929, 931, 933, 935, + 937, 939, 941, 943, 945, 947, 949, 951, 953, 955, + 957, 959, 961, 963, 965, 967, 969, 971, 973, 975, + 977, 979, 981, 983, 985, 987, 989, 991, 993, 995, + 997, 999, 1001, 1003, 1005, 1007, 1009, 1011, 1013, 1015, + 1017, 1019, 1021, 1023, 1025, 1027, 1030, 1033, 1036, 1039, + 1042, 1045, 1048, 1051, 1054, 1057, 1060, 1063, 1066, 1069, + 1072, 1075, 1078, 1081, 1084, 1087, 1090, 1093, 1096, 1099, + 1102, 1106, 1108, 1113, 1115, 1119, 1122, 1125, 1128, 1129, + 1131, 1132, 1133, 1134, 1147, 1148, 1149, 1161, 1168, 1175, + 1176, 1177, 1188, 1189, 1190, 1201, 1207, 1213, 1218, 1223, + 1224, 1226, 1228, 1231, 1237, 1241, 1244, 1249, 1251, 1255, + 1260, 1267, 1268, 1277, 1282, 1284, 1288, 1291, 1293, 1298, + 1300, 1302, 1305, 1308, 1310, 1313, 1315, 1318, 1320, 1322, + 1324, 1327, 1329, 1332, 1335, 1339, 1341, 1345, 1347, 1351, + 1353, 1355, 1359, 1360, 1363, 1364, 1369, 1374, 1376, 1378, + 1381, 1383, 1385, 1388, 1389, 1391, 1397, 1400, 1404, 1408, + 1413, 1417, 1422, 1427, 1433, 1435, 1437, 1439, 1441, 1443, + 1445, 1447, 1449, 1451, 1453, 1455, 1457, 1460, 1463, 1471, + 1478, 1481, 1482, 1483, 1494, 1495, 1502, 1504, 1506, 1508, + 1510, 1513, 1515, 1517, 1519, 1521, 1523, 1525, 1527, 1531, + 1533, 1534, 1538, 1541, 1544, 1546, 1548, 1550, 1552, 1554, + 1556, 1558, 1560, 1562, 1564, 1568, 1570, 1572, 1575, 1578, + 1579, 1582, 1583, 1588, 1589, 1596, 1597, 1601, 1602, 1608, + 1612, 1615, 1619, 1620, 1621, 1622, 1623, 1624, 1626, 1629, + 1632, 1636, 1639, 1643, 1647, 1652, 1655, 1658, 1662, 1666, + 1671, 1673, 1676, 1678, 1681, 1683, 1686, 1688, 1691, 1693, + 1696, 1698, 1703, 1706, 1707, 1713, 1714, 1721, 1726, 1731, + 1732, 1733, 1744, 1746, 1747, 1752, 1754, 1756, 1758, 1760, + 1762, 1765, 1767, 1771, 1773, 1778, 1782, 1787, 1794, 1800, + 1806, 1809, 1812, 1814, 1817, 1820, 1823, 1826, 1829, 1832, + 1835, 1838, 1840, 1842, 1847, 1849, 1853, 1857, 1861, 1863, + 1867, 1871, 1873, 1877, 1881, 1883, 1887, 1891, 1895, 1899, + 1901, 1905, 1909, 1911, 1915, 1917, 1921, 1923, 1927, 1929, + 1933, 1935, 1939, 1941, 1942, 1943, 1951, 1953, 1957, 1961, + 1965, 1969, 1973, 1977, 1981, 1985, 1989, 1993, 1997, 1999, + 2000, 2002, 2005, 2013, 2016, 2019, 2027, 2034, 2037, 2041, + 2044, 2048, 2051, 2055, 2059, 2063, 2067, 2070, 2074, 2075, + 2077, 2079, 2081, 2083, 2085, 2087, 2089, 2091 }; -static const short yyrhs[] = -{ - -1, 194, 0, 195, 0, 194, 195, 0, 256, 447, - 0, 196, 0, 197, 0, 207, 0, 210, 0, 293, - 0, 1, 0, 76, 331, 345, 355, 345, 447, 301, - 90, 0, 76, 331, 345, 355, 345, 23, 301, 306, - 305, 447, 90, 0, 0, 77, 198, 199, 447, 90, - 0, 200, 0, 331, 345, 200, 0, 204, 0, 359, - 204, 0, 449, 0, 301, 24, 345, 355, 301, 25, - 0, 201, 26, 27, 0, 201, 26, 301, 292, 27, - 345, 0, 0, 201, 302, 24, 25, 202, 228, 0, - 0, 201, 302, 24, 356, 25, 203, 228, 0, 449, - 0, 301, 24, 345, 200, 301, 25, 0, 204, 26, - 27, 0, 204, 26, 301, 292, 27, 345, 0, 0, - 204, 302, 24, 25, 205, 229, 0, 0, 204, 302, - 24, 356, 25, 206, 229, 0, 0, 0, 78, 449, - 24, 356, 25, 208, 229, 209, 447, 90, 0, 91, - 386, 94, 0, 92, 372, 94, 0, 93, 373, 94, - 0, 91, 94, 0, 251, 0, 213, 23, 216, 0, - 0, 225, 214, 22, 217, 0, 0, 5, 215, 22, - 217, 0, 213, 0, 213, 40, 216, 0, 192, 0, - 183, 0, 55, 0, 220, 218, 219, 0, 220, 0, - 223, 222, 223, 0, 180, 0, 181, 0, 52, 0, - 51, 0, 53, 0, 224, 0, 226, 24, 223, 25, - 0, 24, 223, 227, 223, 25, 0, 225, 0, 188, - 0, 448, 0, 185, 0, 225, 26, 27, 0, 225, - 26, 188, 27, 0, 34, 225, 0, 24, 225, 25, - 0, 225, 28, 449, 0, 225, 44, 449, 0, 221, - 0, 33, 0, 32, 0, 0, 230, 228, 0, 0, - 231, 229, 0, 232, 0, 236, 0, 235, 0, 309, - 0, 312, 0, 242, 0, 233, 0, 237, 0, 235, - 0, 310, 0, 314, 0, 243, 0, 233, 90, 0, - 0, 73, 234, 244, 447, 0, 75, 0, 237, 90, - 0, 0, 74, 238, 257, 0, 240, 0, 240, 40, - 239, 0, 185, 0, 242, 0, 0, 243, 90, 0, - 72, 239, 423, 0, 72, 239, 0, 245, 0, 244, - 21, 245, 0, 246, 247, 0, 0, 248, 246, 0, - 448, 0, 185, 0, 293, 0, 88, 0, 89, 0, - 118, 0, 119, 0, 132, 0, 79, 0, 80, 0, - 81, 0, 82, 0, 83, 0, 84, 0, 85, 0, - 355, 0, 331, 345, 355, 0, 0, 19, 253, 403, - 0, 0, 0, 254, 407, 255, 396, 0, 211, 252, - 0, 260, 447, 0, 447, 0, 448, 0, 185, 0, - 258, 26, 27, 0, 258, 26, 259, 27, 0, 34, - 258, 0, 24, 258, 25, 0, 258, 28, 449, 0, - 258, 44, 449, 0, 258, 0, 423, 0, 258, 0, - 260, 21, 258, 0, 448, 0, 185, 0, 261, 26, - 27, 0, 261, 26, 259, 27, 0, 34, 261, 0, - 24, 261, 25, 0, 261, 28, 449, 0, 261, 44, - 449, 0, 0, 263, 0, 261, 0, 263, 21, 261, - 0, 448, 0, 185, 0, 423, 0, 24, 290, 25, - 0, 186, 0, 113, 0, 264, 0, 265, 26, 290, - 27, 0, 265, 24, 25, 0, 265, 24, 266, 25, - 0, 70, 24, 289, 21, 367, 25, 0, 265, 345, - 28, 449, 301, 0, 265, 345, 44, 449, 301, 0, - 265, 47, 0, 265, 48, 0, 289, 0, 266, 21, - 289, 0, 265, 0, 47, 267, 0, 48, 267, 0, - 29, 273, 0, 34, 273, 0, 33, 273, 0, 32, - 273, 0, 31, 273, 0, 30, 273, 0, 270, 0, - 269, 0, 268, 28, 449, 0, 449, 0, 46, 301, - 24, 367, 345, 21, 268, 25, 301, 0, 0, 301, - 271, 272, 0, 42, 24, 367, 25, 0, 42, 267, - 0, 43, 24, 367, 25, 0, 43, 267, 0, 267, - 0, 24, 367, 25, 273, 0, 273, 0, 274, 34, - 273, 0, 274, 35, 273, 0, 274, 36, 273, 0, - 274, 0, 275, 33, 274, 0, 275, 32, 274, 0, - 275, 0, 276, 49, 275, 0, 276, 50, 275, 0, - 276, 0, 277, 37, 276, 0, 277, 38, 276, 0, - 277, 51, 276, 0, 277, 52, 276, 0, 277, 0, - 278, 53, 277, 0, 278, 54, 277, 0, 278, 0, - 279, 29, 278, 0, 279, 0, 280, 39, 279, 0, - 280, 0, 281, 40, 280, 0, 281, 0, 0, 282, - 55, 283, 281, 0, 282, 0, 0, 284, 56, 285, - 282, 0, 284, 0, 0, 0, 284, 41, 287, 290, - 22, 288, 286, 0, 286, 0, 267, 23, 289, 0, - 267, 57, 289, 0, 267, 58, 289, 0, 267, 59, - 289, 0, 267, 60, 289, 0, 267, 61, 289, 0, - 267, 62, 289, 0, 267, 63, 289, 0, 267, 64, - 289, 0, 267, 65, 289, 0, 267, 66, 289, 0, - 289, 0, 290, 21, 289, 0, 0, 290, 0, 286, - 0, 294, 0, 71, 0, 299, 0, 331, 301, 18, - 0, 0, 331, 345, 355, 345, 295, 301, 305, 18, - 301, 0, 0, 331, 345, 355, 345, 23, 296, 301, - 306, 305, 18, 301, 0, 355, 345, 0, 0, 355, - 345, 23, 298, 301, 306, 0, 0, 45, 331, 300, - 345, 303, 301, 241, 18, 0, 45, 331, 301, 18, - 0, 45, 303, 301, 18, 0, 0, 0, 304, 301, - 0, 297, 0, 303, 21, 345, 297, 0, 0, 305, - 21, 345, 297, 0, 289, 0, 19, 307, 20, 0, - 19, 307, 21, 20, 0, 306, 0, 307, 21, 306, - 0, 114, 0, 112, 0, 115, 0, 116, 0, 117, - 0, 310, 90, 0, 0, 249, 345, 311, 263, 447, - 301, 0, 314, 90, 0, 250, 345, 0, 0, 313, - 320, 315, 262, 447, 301, 0, 0, 313, 316, 317, - 447, 301, 0, 219, 0, 212, 0, 141, 0, 142, - 0, 144, 0, 145, 0, 143, 0, 126, 0, 129, - 0, 127, 0, 128, 0, 134, 0, 135, 0, 120, - 0, 122, 0, 121, 0, 130, 0, 131, 0, 123, - 0, 125, 0, 138, 0, 140, 0, 153, 0, 152, - 0, 137, 0, 139, 0, 177, 0, 187, 0, 136, - 0, 151, 0, 150, 0, 160, 0, 158, 0, 159, - 0, 154, 0, 155, 0, 156, 0, 157, 0, 161, - 0, 162, 0, 165, 0, 166, 0, 163, 0, 164, - 0, 149, 0, 146, 0, 147, 0, 148, 0, 118, - 0, 119, 0, 132, 0, 133, 0, 110, 301, 0, - 111, 301, 0, 327, 301, 0, 320, 301, 0, 318, - 301, 0, 321, 301, 0, 319, 301, 0, 323, 301, - 0, 322, 301, 0, 324, 301, 0, 325, 301, 0, - 167, 345, 0, 169, 345, 0, 168, 345, 0, 170, - 345, 0, 171, 345, 0, 172, 345, 0, 173, 345, - 0, 174, 345, 0, 175, 345, 0, 176, 345, 0, - 450, 345, 0, 336, 345, 0, 350, 345, 0, 326, - 345, 0, 301, 331, 301, 0, 333, 0, 333, 87, - 332, 90, 0, 367, 0, 367, 21, 332, 0, 308, - 334, 0, 328, 334, 0, 329, 334, 0, 0, 331, - 0, 0, 0, 0, 345, 67, 449, 301, 19, 337, - 400, 346, 401, 338, 20, 335, 0, 0, 0, 345, - 68, 449, 301, 19, 339, 400, 346, 401, 340, 20, - 0, 345, 67, 449, 301, 19, 20, 0, 345, 68, - 449, 301, 19, 20, 0, 0, 0, 345, 67, 301, - 19, 341, 400, 346, 401, 342, 20, 0, 0, 0, - 345, 68, 301, 19, 343, 400, 346, 401, 344, 20, - 0, 345, 67, 301, 19, 20, 0, 345, 68, 301, - 19, 20, 0, 345, 67, 449, 345, 0, 345, 68, - 449, 345, 0, 0, 347, 0, 210, 0, 346, 347, - 0, 331, 345, 348, 301, 18, 0, 331, 301, 18, - 0, 349, 345, 0, 348, 21, 349, 345, 0, 355, - 0, 22, 301, 292, 0, 355, 22, 301, 292, 0, - 345, 69, 19, 352, 20, 301, 0, 0, 345, 69, - 449, 19, 351, 352, 20, 301, 0, 345, 69, 449, - 301, 0, 353, 0, 352, 21, 353, 0, 352, 21, - 0, 449, 0, 449, 23, 301, 292, 0, 201, 0, - 369, 0, 359, 191, 0, 359, 354, 0, 201, 0, - 359, 201, 0, 362, 0, 345, 360, 0, 110, 0, - 111, 0, 357, 0, 358, 357, 0, 34, 0, 34, - 358, 0, 34, 359, 0, 34, 358, 359, 0, 361, - 0, 361, 21, 5, 0, 449, 0, 361, 21, 449, - 0, 5, 0, 363, 0, 363, 21, 5, 0, 0, - 364, 366, 0, 0, 363, 21, 365, 366, 0, 301, - 331, 354, 301, 0, 449, 0, 330, 0, 330, 368, - 0, 359, 0, 370, 0, 359, 370, 0, 0, 370, - 0, 301, 24, 345, 368, 25, 0, 26, 27, 0, - 26, 292, 27, 0, 370, 26, 27, 0, 370, 26, - 292, 27, 0, 301, 24, 25, 0, 301, 24, 362, - 25, 0, 370, 301, 24, 25, 0, 370, 301, 24, - 362, 25, 0, 388, 0, 390, 0, 393, 0, 396, - 0, 409, 0, 412, 0, 444, 0, 417, 0, 446, - 0, 374, 0, 372, 0, 381, 0, 374, 381, 0, - 416, 374, 0, 443, 387, 11, 24, 290, 25, 18, - 0, 443, 387, 11, 24, 290, 25, 0, 376, 381, - 0, 0, 0, 13, 24, 291, 18, 291, 18, 377, - 291, 378, 25, 0, 0, 189, 398, 24, 380, 420, - 25, 0, 190, 0, 388, 0, 390, 0, 393, 0, - 384, 407, 0, 384, 0, 385, 0, 409, 0, 382, - 0, 375, 0, 379, 0, 446, 0, 24, 381, 25, - 0, 1, 0, 0, 411, 383, 381, 0, 398, 19, - 0, 402, 20, 0, 387, 0, 406, 0, 388, 0, - 390, 0, 393, 0, 397, 0, 410, 0, 412, 0, - 417, 0, 445, 0, 24, 387, 25, 0, 446, 0, - 1, 0, 449, 22, 0, 109, 371, 0, 0, 100, - 389, 0, 0, 6, 292, 391, 22, 0, 0, 100, - 389, 6, 292, 392, 22, 0, 0, 7, 394, 22, - 0, 0, 100, 389, 7, 395, 22, 0, 24, 396, - 25, 0, 398, 404, 0, 398, 405, 399, 0, 0, - 0, 0, 0, 0, 20, 0, 109, 20, 0, 408, - 20, 0, 408, 109, 20, 0, 407, 20, 0, 407, - 109, 20, 0, 407, 408, 20, 0, 407, 408, 109, - 20, 0, 19, 403, 0, 19, 20, 0, 19, 406, - 20, 0, 19, 407, 20, 0, 19, 407, 408, 20, - 0, 387, 0, 406, 387, 0, 293, 0, 407, 293, - 0, 371, 0, 408, 371, 0, 18, 0, 290, 18, - 0, 18, 0, 290, 18, 0, 290, 0, 8, 24, - 290, 25, 0, 411, 371, 0, 0, 411, 371, 9, - 413, 371, 0, 0, 10, 24, 290, 414, 25, 371, - 0, 11, 24, 290, 25, 0, 11, 24, 290, 25, - 0, 0, 0, 189, 418, 398, 24, 419, 420, 25, - 396, 442, 399, 0, 422, 0, 0, 420, 421, 21, - 422, 0, 441, 0, 448, 0, 186, 0, 185, 0, - 188, 0, 423, 188, 0, 423, 0, 24, 290, 25, - 0, 424, 0, 265, 26, 290, 27, 0, 265, 24, - 25, 0, 265, 24, 266, 25, 0, 70, 24, 289, - 21, 367, 25, 0, 265, 345, 28, 449, 301, 0, - 265, 345, 44, 449, 301, 0, 265, 47, 0, 265, - 48, 0, 425, 0, 47, 267, 0, 48, 267, 0, - 29, 273, 0, 34, 273, 0, 33, 273, 0, 32, - 273, 0, 31, 273, 0, 30, 273, 0, 270, 0, - 426, 0, 24, 367, 25, 273, 0, 427, 0, 274, - 34, 273, 0, 274, 35, 273, 0, 274, 36, 273, - 0, 428, 0, 275, 33, 274, 0, 275, 32, 274, - 0, 429, 0, 276, 49, 275, 0, 276, 50, 275, - 0, 430, 0, 277, 37, 276, 0, 277, 38, 276, - 0, 277, 51, 276, 0, 277, 52, 276, 0, 431, - 0, 278, 53, 277, 0, 278, 54, 277, 0, 432, - 0, 279, 29, 278, 0, 433, 0, 280, 39, 279, - 0, 434, 0, 281, 40, 280, 0, 435, 0, 282, - 55, 281, 0, 436, 0, 284, 56, 282, 0, 437, - 0, 0, 0, 284, 41, 439, 290, 22, 440, 286, - 0, 438, 0, 267, 23, 289, 0, 267, 57, 289, - 0, 267, 58, 289, 0, 267, 59, 289, 0, 267, - 60, 289, 0, 267, 61, 289, 0, 267, 62, 289, - 0, 267, 63, 289, 0, 267, 64, 289, 0, 267, - 65, 289, 0, 267, 66, 289, 0, 190, 0, 0, - 12, 0, 415, 371, 0, 443, 371, 11, 24, 290, - 25, 18, 0, 376, 371, 0, 415, 387, 0, 443, - 387, 11, 24, 290, 25, 18, 0, 443, 387, 11, - 24, 290, 25, 0, 376, 387, 0, 14, 449, 18, - 0, 15, 18, 0, 99, 15, 18, 0, 16, 18, - 0, 95, 16, 18, 0, 96, 16, 18, 0, 97, - 16, 18, 0, 98, 16, 18, 0, 17, 18, 0, - 17, 290, 18, 0, 0, 18, 0, 184, 0, 185, - 0, 189, 0, 190, 0, 448, 0, 186, 0, 191, - 0, 186, 0 + +static const short yyrhs[] = { -1, + 194, 0, 195, 0, 194, 195, 0, 256, 447, 0, + 196, 0, 197, 0, 207, 0, 210, 0, 293, 0, + 1, 0, 76, 331, 345, 355, 345, 447, 301, 90, + 0, 76, 331, 345, 355, 345, 23, 301, 306, 305, + 447, 90, 0, 0, 77, 198, 199, 447, 90, 0, + 200, 0, 331, 345, 200, 0, 204, 0, 359, 204, + 0, 449, 0, 301, 24, 345, 355, 301, 25, 0, + 201, 26, 27, 0, 201, 26, 301, 292, 27, 345, + 0, 0, 201, 302, 24, 25, 202, 228, 0, 0, + 201, 302, 24, 356, 25, 203, 228, 0, 449, 0, + 301, 24, 345, 200, 301, 25, 0, 204, 26, 27, + 0, 204, 26, 301, 292, 27, 345, 0, 0, 204, + 302, 24, 25, 205, 229, 0, 0, 204, 302, 24, + 356, 25, 206, 229, 0, 0, 0, 78, 449, 24, + 356, 25, 208, 229, 209, 447, 90, 0, 91, 386, + 94, 0, 92, 372, 94, 0, 93, 373, 94, 0, + 91, 94, 0, 251, 0, 213, 23, 216, 0, 0, + 225, 214, 22, 217, 0, 0, 5, 215, 22, 217, + 0, 213, 0, 213, 40, 216, 0, 192, 0, 183, + 0, 55, 0, 220, 218, 219, 0, 220, 0, 223, + 222, 223, 0, 180, 0, 181, 0, 52, 0, 51, + 0, 53, 0, 224, 0, 226, 24, 223, 25, 0, + 24, 223, 227, 223, 25, 0, 225, 0, 188, 0, + 448, 0, 185, 0, 225, 26, 27, 0, 225, 26, + 188, 27, 0, 34, 225, 0, 24, 225, 25, 0, + 225, 28, 449, 0, 225, 44, 449, 0, 221, 0, + 33, 0, 32, 0, 0, 230, 228, 0, 0, 231, + 229, 0, 232, 0, 236, 0, 235, 0, 309, 0, + 312, 0, 242, 0, 233, 0, 237, 0, 235, 0, + 310, 0, 314, 0, 243, 0, 233, 90, 0, 0, + 73, 234, 244, 447, 0, 75, 0, 237, 90, 0, + 0, 74, 238, 257, 0, 240, 0, 240, 40, 239, + 0, 185, 0, 242, 0, 0, 243, 90, 0, 72, + 239, 423, 0, 72, 239, 0, 245, 0, 244, 21, + 245, 0, 246, 247, 0, 0, 248, 246, 0, 448, + 0, 185, 0, 293, 0, 88, 0, 89, 0, 118, + 0, 119, 0, 132, 0, 79, 0, 80, 0, 81, + 0, 82, 0, 83, 0, 84, 0, 85, 0, 355, + 0, 331, 345, 355, 0, 0, 19, 253, 403, 0, + 0, 0, 254, 407, 255, 396, 0, 211, 252, 0, + 260, 447, 0, 447, 0, 448, 0, 185, 0, 258, + 26, 27, 0, 258, 26, 259, 27, 0, 34, 258, + 0, 24, 258, 25, 0, 258, 28, 449, 0, 258, + 44, 449, 0, 258, 0, 423, 0, 258, 0, 260, + 21, 258, 0, 448, 0, 185, 0, 261, 26, 27, + 0, 261, 26, 259, 27, 0, 34, 261, 0, 24, + 261, 25, 0, 261, 28, 449, 0, 261, 44, 449, + 0, 0, 263, 0, 261, 0, 263, 21, 261, 0, + 448, 0, 185, 0, 423, 0, 24, 290, 25, 0, + 186, 0, 113, 0, 264, 0, 265, 26, 290, 27, + 0, 265, 24, 25, 0, 265, 24, 266, 25, 0, + 70, 24, 289, 21, 367, 25, 0, 265, 345, 28, + 449, 301, 0, 265, 345, 44, 449, 301, 0, 265, + 47, 0, 265, 48, 0, 289, 0, 266, 21, 289, + 0, 265, 0, 47, 267, 0, 48, 267, 0, 29, + 273, 0, 34, 273, 0, 33, 273, 0, 32, 273, + 0, 31, 273, 0, 30, 273, 0, 270, 0, 269, + 0, 268, 28, 449, 0, 449, 0, 46, 301, 24, + 367, 345, 21, 268, 25, 301, 0, 0, 301, 271, + 272, 0, 42, 24, 367, 25, 0, 42, 267, 0, + 43, 24, 367, 25, 0, 43, 267, 0, 267, 0, + 24, 367, 25, 273, 0, 273, 0, 274, 34, 273, + 0, 274, 35, 273, 0, 274, 36, 273, 0, 274, + 0, 275, 33, 274, 0, 275, 32, 274, 0, 275, + 0, 276, 49, 275, 0, 276, 50, 275, 0, 276, + 0, 277, 37, 276, 0, 277, 38, 276, 0, 277, + 51, 276, 0, 277, 52, 276, 0, 277, 0, 278, + 53, 277, 0, 278, 54, 277, 0, 278, 0, 279, + 29, 278, 0, 279, 0, 280, 39, 279, 0, 280, + 0, 281, 40, 280, 0, 281, 0, 0, 282, 55, + 283, 281, 0, 282, 0, 0, 284, 56, 285, 282, + 0, 284, 0, 0, 0, 284, 41, 287, 290, 22, + 288, 286, 0, 286, 0, 267, 23, 289, 0, 267, + 57, 289, 0, 267, 58, 289, 0, 267, 59, 289, + 0, 267, 60, 289, 0, 267, 61, 289, 0, 267, + 62, 289, 0, 267, 63, 289, 0, 267, 64, 289, + 0, 267, 65, 289, 0, 267, 66, 289, 0, 289, + 0, 290, 21, 289, 0, 0, 290, 0, 286, 0, + 294, 0, 71, 0, 299, 0, 331, 301, 18, 0, + 0, 331, 345, 355, 345, 295, 301, 305, 18, 301, + 0, 0, 331, 345, 355, 345, 23, 296, 301, 306, + 305, 18, 301, 0, 355, 345, 0, 0, 355, 345, + 23, 298, 301, 306, 0, 0, 45, 331, 300, 345, + 303, 301, 241, 18, 0, 45, 331, 301, 18, 0, + 45, 303, 301, 18, 0, 0, 0, 304, 301, 0, + 297, 0, 303, 21, 345, 297, 0, 0, 305, 21, + 345, 297, 0, 289, 0, 19, 307, 20, 0, 19, + 307, 21, 20, 0, 306, 0, 307, 21, 306, 0, + 114, 0, 112, 0, 115, 0, 116, 0, 117, 0, + 310, 90, 0, 0, 249, 345, 311, 263, 447, 301, + 0, 314, 90, 0, 250, 345, 0, 0, 313, 320, + 315, 262, 447, 301, 0, 0, 313, 316, 317, 447, + 301, 0, 219, 0, 212, 0, 141, 0, 142, 0, + 144, 0, 145, 0, 143, 0, 126, 0, 129, 0, + 127, 0, 128, 0, 134, 0, 135, 0, 120, 0, + 122, 0, 121, 0, 130, 0, 131, 0, 123, 0, + 125, 0, 138, 0, 140, 0, 153, 0, 152, 0, + 137, 0, 139, 0, 177, 0, 187, 0, 136, 0, + 151, 0, 150, 0, 160, 0, 158, 0, 159, 0, + 154, 0, 155, 0, 156, 0, 157, 0, 161, 0, + 162, 0, 165, 0, 166, 0, 163, 0, 164, 0, + 149, 0, 146, 0, 147, 0, 148, 0, 118, 0, + 119, 0, 132, 0, 133, 0, 110, 301, 0, 111, + 301, 0, 327, 301, 0, 320, 301, 0, 318, 301, + 0, 321, 301, 0, 319, 301, 0, 323, 301, 0, + 322, 301, 0, 324, 301, 0, 325, 301, 0, 167, + 345, 0, 169, 345, 0, 168, 345, 0, 170, 345, + 0, 171, 345, 0, 172, 345, 0, 173, 345, 0, + 174, 345, 0, 175, 345, 0, 176, 345, 0, 450, + 345, 0, 336, 345, 0, 350, 345, 0, 326, 345, + 0, 301, 331, 301, 0, 333, 0, 333, 87, 332, + 90, 0, 367, 0, 367, 21, 332, 0, 308, 334, + 0, 328, 334, 0, 329, 334, 0, 0, 331, 0, + 0, 0, 0, 345, 67, 449, 301, 19, 337, 400, + 346, 401, 338, 20, 335, 0, 0, 0, 345, 68, + 449, 301, 19, 339, 400, 346, 401, 340, 20, 0, + 345, 67, 449, 301, 19, 20, 0, 345, 68, 449, + 301, 19, 20, 0, 0, 0, 345, 67, 301, 19, + 341, 400, 346, 401, 342, 20, 0, 0, 0, 345, + 68, 301, 19, 343, 400, 346, 401, 344, 20, 0, + 345, 67, 301, 19, 20, 0, 345, 68, 301, 19, + 20, 0, 345, 67, 449, 345, 0, 345, 68, 449, + 345, 0, 0, 347, 0, 210, 0, 346, 347, 0, + 331, 345, 348, 301, 18, 0, 331, 301, 18, 0, + 349, 345, 0, 348, 21, 349, 345, 0, 355, 0, + 22, 301, 292, 0, 355, 22, 301, 292, 0, 345, + 69, 19, 352, 20, 301, 0, 0, 345, 69, 449, + 19, 351, 352, 20, 301, 0, 345, 69, 449, 301, + 0, 353, 0, 352, 21, 353, 0, 352, 21, 0, + 449, 0, 449, 23, 301, 292, 0, 201, 0, 369, + 0, 359, 191, 0, 359, 354, 0, 201, 0, 359, + 201, 0, 362, 0, 345, 360, 0, 110, 0, 111, + 0, 357, 0, 358, 357, 0, 34, 0, 34, 358, + 0, 34, 359, 0, 34, 358, 359, 0, 361, 0, + 361, 21, 5, 0, 449, 0, 361, 21, 449, 0, + 5, 0, 363, 0, 363, 21, 5, 0, 0, 364, + 366, 0, 0, 363, 21, 365, 366, 0, 301, 331, + 354, 301, 0, 449, 0, 330, 0, 330, 368, 0, + 359, 0, 370, 0, 359, 370, 0, 0, 370, 0, + 301, 24, 345, 368, 25, 0, 26, 27, 0, 26, + 292, 27, 0, 370, 26, 27, 0, 370, 26, 292, + 27, 0, 301, 24, 25, 0, 301, 24, 362, 25, + 0, 370, 301, 24, 25, 0, 370, 301, 24, 362, + 25, 0, 388, 0, 390, 0, 393, 0, 396, 0, + 409, 0, 412, 0, 444, 0, 417, 0, 446, 0, + 374, 0, 372, 0, 381, 0, 374, 381, 0, 416, + 374, 0, 443, 387, 11, 24, 290, 25, 18, 0, + 443, 387, 11, 24, 290, 25, 0, 376, 381, 0, + 0, 0, 13, 24, 291, 18, 291, 18, 377, 291, + 378, 25, 0, 0, 189, 398, 24, 380, 420, 25, + 0, 190, 0, 388, 0, 390, 0, 393, 0, 384, + 407, 0, 384, 0, 385, 0, 409, 0, 382, 0, + 375, 0, 379, 0, 446, 0, 24, 381, 25, 0, + 1, 0, 0, 411, 383, 381, 0, 398, 19, 0, + 402, 20, 0, 387, 0, 406, 0, 388, 0, 390, + 0, 393, 0, 397, 0, 410, 0, 412, 0, 417, + 0, 445, 0, 24, 387, 25, 0, 446, 0, 1, + 0, 449, 22, 0, 109, 371, 0, 0, 100, 389, + 0, 0, 6, 292, 391, 22, 0, 0, 100, 389, + 6, 292, 392, 22, 0, 0, 7, 394, 22, 0, + 0, 100, 389, 7, 395, 22, 0, 24, 396, 25, + 0, 398, 404, 0, 398, 405, 399, 0, 0, 0, + 0, 0, 0, 20, 0, 109, 20, 0, 408, 20, + 0, 408, 109, 20, 0, 407, 20, 0, 407, 109, + 20, 0, 407, 408, 20, 0, 407, 408, 109, 20, + 0, 19, 403, 0, 19, 20, 0, 19, 406, 20, + 0, 19, 407, 20, 0, 19, 407, 408, 20, 0, + 387, 0, 406, 387, 0, 293, 0, 407, 293, 0, + 371, 0, 408, 371, 0, 18, 0, 290, 18, 0, + 18, 0, 290, 18, 0, 290, 0, 8, 24, 290, + 25, 0, 411, 371, 0, 0, 411, 371, 9, 413, + 371, 0, 0, 10, 24, 290, 414, 25, 371, 0, + 11, 24, 290, 25, 0, 11, 24, 290, 25, 0, + 0, 0, 189, 418, 398, 24, 419, 420, 25, 396, + 442, 399, 0, 422, 0, 0, 420, 421, 21, 422, + 0, 441, 0, 448, 0, 186, 0, 185, 0, 188, + 0, 423, 188, 0, 423, 0, 24, 290, 25, 0, + 424, 0, 265, 26, 290, 27, 0, 265, 24, 25, + 0, 265, 24, 266, 25, 0, 70, 24, 289, 21, + 367, 25, 0, 265, 345, 28, 449, 301, 0, 265, + 345, 44, 449, 301, 0, 265, 47, 0, 265, 48, + 0, 425, 0, 47, 267, 0, 48, 267, 0, 29, + 273, 0, 34, 273, 0, 33, 273, 0, 32, 273, + 0, 31, 273, 0, 30, 273, 0, 270, 0, 426, + 0, 24, 367, 25, 273, 0, 427, 0, 274, 34, + 273, 0, 274, 35, 273, 0, 274, 36, 273, 0, + 428, 0, 275, 33, 274, 0, 275, 32, 274, 0, + 429, 0, 276, 49, 275, 0, 276, 50, 275, 0, + 430, 0, 277, 37, 276, 0, 277, 38, 276, 0, + 277, 51, 276, 0, 277, 52, 276, 0, 431, 0, + 278, 53, 277, 0, 278, 54, 277, 0, 432, 0, + 279, 29, 278, 0, 433, 0, 280, 39, 279, 0, + 434, 0, 281, 40, 280, 0, 435, 0, 282, 55, + 281, 0, 436, 0, 284, 56, 282, 0, 437, 0, + 0, 0, 284, 41, 439, 290, 22, 440, 286, 0, + 438, 0, 267, 23, 289, 0, 267, 57, 289, 0, + 267, 58, 289, 0, 267, 59, 289, 0, 267, 60, + 289, 0, 267, 61, 289, 0, 267, 62, 289, 0, + 267, 63, 289, 0, 267, 64, 289, 0, 267, 65, + 289, 0, 267, 66, 289, 0, 190, 0, 0, 12, + 0, 415, 371, 0, 443, 371, 11, 24, 290, 25, + 18, 0, 376, 371, 0, 415, 387, 0, 443, 387, + 11, 24, 290, 25, 18, 0, 443, 387, 11, 24, + 290, 25, 0, 376, 387, 0, 14, 449, 18, 0, + 15, 18, 0, 99, 15, 18, 0, 16, 18, 0, + 95, 16, 18, 0, 96, 16, 18, 0, 97, 16, + 18, 0, 98, 16, 18, 0, 17, 18, 0, 17, + 290, 18, 0, 0, 18, 0, 184, 0, 185, 0, + 189, 0, 190, 0, 448, 0, 186, 0, 191, 0, + 186, 0 }; #endif #if YYDEBUG != 0 -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ -static const short yyrline[] = -{ - 0, 324, 325, 328, 329, 332, 333, 334, 335, 336, - 337, 338, 341, 343, 347, 347, 354, 360, 364, 365, - 369, 370, 372, 374, 387, 390, 400, 403, 411, 412, - 414, 416, 432, 435, 443, 446, 454, 456, 456, 460, - 461, 462, 463, 466, 469, 473, 473, 476, 476, 481, - 482, 485, 490, 491, 494, 495, 498, 503, 504, 507, - 508, 509, 512, 513, 514, 519, 520, 523, 525, 527, - 529, 538, 540, 542, 544, 560, 564, 565, 572, 573, - 581, 583, 587, 588, 589, 590, 591, 592, 595, 596, - 597, 598, 599, 600, 603, 606, 607, 614, 617, 620, - 626, 634, 636, 640, 643, 644, 647, 650, 656, 660, - 661, 664, 667, 668, 671, 672, 673, 676, 677, 678, - 679, 680, 683, 684, 685, 686, 687, 690, 691, 694, - 700, 704, 706, 710, 711, 713, 720, 730, 731, 734, - 735, 736, 737, 738, 739, 740, 741, 745, 746, 750, - 751, 754, 756, 758, 759, 760, 761, 762, 764, 768, - 769, 772, 776, 788, 789, 790, 791, 792, 793, 796, - 797, 798, 799, 800, 801, 802, 803, 804, 807, 808, - 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, - 821, 824, 825, 828, 832, 833, 836, 837, 838, 839, - 842, 843, 847, 848, 849, 850, 853, 854, 855, 858, - 859, 860, 863, 864, 865, 866, 867, 870, 871, 872, - 875, 876, 879, 880, 884, 885, 888, 889, 894, 900, - 901, 907, 913, 914, 914, 916, 919, 920, 921, 922, - 923, 924, 925, 926, 927, 928, 929, 930, 933, 934, - 937, 938, 941, 946, 947, 948, 951, 965, 970, 976, - 978, 984, 989, 989, 993, 994, 996, 997, 1000, 1003, - 1006, 1009, 1010, 1013, 1014, 1017, 1018, 1019, 1023, 1025, - 1034, 1035, 1036, 1037, 1038, 1041, 1044, 1050, 1059, 1062, - 1065, 1072, 1079, 1085, 1110, 1111, 1114, 1115, 1116, 1117, - 1118, 1121, 1122, 1123, 1124, 1127, 1128, 1129, 1130, 1131, - 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, - 1142, 1143, 1147, 1148, 1151, 1152, 1155, 1156, 1159, 1160, - 1161, 1162, 1165, 1166, 1167, 1168, 1169, 1170, 1173, 1174, - 1175, 1176, 1179, 1180, 1181, 1182, 1185, 1186, 1187, 1188, - 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1202, 1203, 1204, - 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, - 1215, 1218, 1222, 1223, 1227, 1228, 1232, 1233, 1234, 1237, - 1238, 1242, 1249, 1251, 1253, 1254, 1256, 1258, 1259, 1261, - 1263, 1265, 1267, 1268, 1269, 1272, 1273, 1275, 1277, 1278, - 1281, 1284, 1285, 1286, 1289, 1291, 1295, 1297, 1301, 1302, - 1303, 1307, 1309, 1309, 1311, 1314, 1316, 1318, 1321, 1326, - 1333, 1334, 1335, 1342, 1346, 1347, 1351, 1352, 1355, 1356, - 1359, 1360, 1363, 1364, 1365, 1366, 1369, 1370, 1373, 1374, - 1377, 1378, 1379, 1382, 1382, 1383, 1384, 1387, 1399, 1415, - 1416, 1419, 1420, 1421, 1424, 1425, 1428, 1430, 1431, 1433, - 1434, 1436, 1438, 1440, 1442, 1448, 1449, 1450, 1451, 1452, - 1453, 1454, 1455, 1456, 1460, 1463, 1466, 1467, 1471, 1473, - 1475, 1477, 1481, 1482, 1484, 1488, 1490, 1492, 1495, 1496, - 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, - 1507, 1510, 1511, 1516, 1519, 1522, 1523, 1526, 1527, 1528, - 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1539, 1540, - 1547, 1548, 1554, 1555, 1556, 1557, 1560, 1561, 1562, 1563, - 1566, 1567, 1571, 1574, 1577, 1580, 1583, 1586, 1589, 1590, - 1591, 1592, 1594, 1595, 1597, 1599, 1605, 1609, 1611, 1613, - 1615, 1619, 1620, 1623, 1624, 1627, 1628, 1631, 1632, 1635, - 1636, 1637, 1640, 1653, 1658, 1659, 1663, 1664, 1667, 1672, - 1675, 1676, 1677, 1685, 1686, 1686, 1690, 1691, 1692, 1703, - 1710, 1711, 1714, 1715, 1718, 1719, 1720, 1721, 1722, 1724, - 1725, 1726, 1727, 1730, 1731, 1732, 1733, 1734, 1735, 1736, - 1737, 1738, 1739, 1742, 1743, 1746, 1747, 1748, 1749, 1752, - 1753, 1754, 1757, 1758, 1759, 1762, 1763, 1764, 1765, 1766, - 1769, 1770, 1771, 1774, 1775, 1778, 1779, 1783, 1784, 1787, - 1788, 1791, 1792, 1795, 1796, 1797, 1798, 1801, 1802, 1803, - 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1815, - 1816, 1819, 1822, 1824, 1826, 1830, 1831, 1833, 1835, 1838, - 1839, 1840, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1851, - 1852, 1855, 1858, 1859, 1860, 1861, 1862, 1865, 1866 +static const short yyrline[] = { 0, + 324, 325, 328, 329, 332, 333, 334, 335, 336, 337, + 338, 341, 343, 347, 347, 354, 360, 364, 365, 369, + 370, 372, 374, 387, 390, 400, 403, 411, 412, 414, + 416, 432, 435, 443, 446, 454, 456, 456, 460, 461, + 462, 463, 466, 469, 473, 473, 476, 476, 481, 482, + 485, 490, 491, 494, 495, 498, 503, 504, 507, 508, + 509, 512, 513, 514, 519, 520, 523, 525, 527, 529, + 538, 540, 542, 544, 560, 564, 565, 572, 573, 581, + 583, 587, 588, 589, 590, 591, 592, 595, 596, 597, + 598, 599, 600, 603, 606, 607, 614, 617, 620, 626, + 634, 636, 640, 643, 644, 647, 650, 656, 660, 661, + 664, 667, 668, 671, 672, 673, 676, 677, 678, 679, + 680, 683, 684, 685, 686, 687, 690, 691, 694, 700, + 704, 706, 710, 711, 713, 720, 730, 731, 734, 735, + 736, 737, 738, 739, 740, 741, 745, 746, 750, 751, + 754, 756, 758, 759, 760, 761, 762, 764, 768, 769, + 772, 776, 788, 789, 790, 791, 792, 793, 796, 797, + 798, 799, 800, 801, 802, 803, 804, 807, 808, 811, + 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, + 824, 825, 828, 832, 833, 836, 837, 838, 839, 842, + 843, 847, 848, 849, 850, 853, 854, 855, 858, 859, + 860, 863, 864, 865, 866, 867, 870, 871, 872, 875, + 876, 879, 880, 884, 885, 888, 889, 894, 900, 901, + 907, 913, 914, 914, 916, 919, 920, 921, 922, 923, + 924, 925, 926, 927, 928, 929, 930, 933, 934, 937, + 938, 941, 946, 947, 948, 951, 965, 970, 976, 978, + 984, 989, 989, 993, 994, 996, 997, 1000, 1003, 1006, + 1009, 1010, 1013, 1014, 1017, 1018, 1019, 1023, 1025, 1034, + 1035, 1036, 1037, 1038, 1041, 1044, 1050, 1059, 1062, 1065, + 1072, 1079, 1085, 1110, 1111, 1114, 1115, 1116, 1117, 1118, + 1121, 1122, 1123, 1124, 1127, 1128, 1129, 1130, 1131, 1132, + 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, + 1143, 1147, 1148, 1151, 1152, 1155, 1156, 1159, 1160, 1161, + 1162, 1165, 1166, 1167, 1168, 1169, 1170, 1173, 1174, 1175, + 1176, 1179, 1180, 1181, 1182, 1185, 1186, 1187, 1188, 1189, + 1190, 1191, 1192, 1193, 1194, 1195, 1202, 1203, 1204, 1205, + 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, + 1218, 1222, 1223, 1227, 1228, 1232, 1233, 1234, 1237, 1238, + 1242, 1249, 1251, 1253, 1254, 1256, 1258, 1259, 1261, 1263, + 1265, 1267, 1268, 1269, 1272, 1273, 1275, 1277, 1278, 1281, + 1284, 1285, 1286, 1289, 1291, 1295, 1297, 1301, 1302, 1303, + 1307, 1309, 1309, 1311, 1314, 1316, 1318, 1321, 1326, 1333, + 1334, 1335, 1342, 1346, 1347, 1351, 1352, 1355, 1356, 1359, + 1360, 1363, 1364, 1365, 1366, 1369, 1370, 1373, 1374, 1377, + 1378, 1379, 1382, 1382, 1383, 1384, 1387, 1399, 1415, 1416, + 1419, 1420, 1421, 1424, 1425, 1428, 1430, 1431, 1433, 1434, + 1436, 1438, 1440, 1442, 1448, 1449, 1450, 1451, 1452, 1453, + 1454, 1455, 1456, 1460, 1463, 1466, 1467, 1471, 1473, 1475, + 1477, 1481, 1482, 1484, 1488, 1490, 1492, 1495, 1496, 1497, + 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, + 1510, 1511, 1516, 1519, 1522, 1523, 1526, 1527, 1528, 1529, + 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1539, 1540, 1547, + 1548, 1554, 1555, 1556, 1557, 1560, 1561, 1562, 1563, 1566, + 1567, 1571, 1574, 1577, 1580, 1583, 1586, 1589, 1590, 1591, + 1592, 1594, 1595, 1597, 1599, 1605, 1609, 1611, 1613, 1615, + 1619, 1620, 1623, 1624, 1627, 1628, 1631, 1632, 1635, 1636, + 1637, 1640, 1653, 1658, 1659, 1663, 1664, 1667, 1672, 1675, + 1676, 1677, 1685, 1686, 1686, 1690, 1691, 1692, 1703, 1710, + 1711, 1714, 1715, 1718, 1719, 1720, 1721, 1722, 1724, 1725, + 1726, 1727, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, + 1738, 1739, 1742, 1743, 1746, 1747, 1748, 1749, 1752, 1753, + 1754, 1757, 1758, 1759, 1762, 1763, 1764, 1765, 1766, 1769, + 1770, 1771, 1774, 1775, 1778, 1779, 1783, 1784, 1787, 1788, + 1791, 1792, 1795, 1796, 1797, 1798, 1801, 1802, 1803, 1804, + 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1815, 1816, + 1819, 1822, 1824, 1826, 1830, 1831, 1833, 1835, 1838, 1839, + 1840, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1851, 1852, + 1855, 1858, 1859, 1860, 1861, 1862, 1865, 1866 }; #endif -#if YYDEBUG != 0 || defined YYERROR_VERBOSE - -/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ -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", "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", "QSWITCHBREAK", - "QLOOPBREAK", "QINNERBREAK", "QSAFEBREAK", "QINNERCONTINUE", - "QFALLTHROUGH", "QLINTNOTREACHED", "QLINTFALLTHROUGH", "QLINTFALLTHRU", - "QARGSUSED", "QPRINTFLIKE", "QLINTPRINTFLIKE", "QSCANFLIKE", - "QMESSAGELIKE", "QNOTREACHED", "QCONST", "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", "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", "postfixExpr", - "argumentExprList", "unaryExpr", "fieldDesignator", "offsetofExpr", - "sizeofExpr", "@15", "sizeofExprAux", "castExpr", "timesExpr", - "plusExpr", "shiftExpr", "relationalExpr", "equalityExpr", "bitandExpr", - "xorExpr", "bitorExpr", "andExpr", "@16", "orExpr", "@17", - "conditionalExpr", "@18", "@19", "assignExpr", "expr", "optExpr", - "constantExpr", "initializer", "instanceDecl", "@20", "@21", - "namedInitializer", "@22", "typeDecl", "@23", "IsType", "PushType", - "namedInitializerList", "namedInitializerListAux", "optDeclarators", - "init", "initList", "storageSpecifier", "stateClause", - "stateClausePlain", "@24", "conditionClause", "startConditionClause", - "conditionClausePlain", "@25", "@26", "functionConstraint", - "exitsQualifier", "checkQualifier", "stateQualifier", "paramQualifier", - "visibilityQualifier", "returnQualifier", "typedefQualifier", - "refcountQualifier", "typeModifier", "definedQualifier", - "typeQualifier", "typeSpecifier", "completeType", - "completeTypeSpecifier", "altType", "completeTypeSpecifierAux", - "optCompleteType", "optStructInvariant", "suSpc", "@27", "@28", "@29", - "@30", "@31", "@32", "@33", "@34", "NotType", "structDeclList", - "structDecl", "structNamedDeclList", "structNamedDecl", "enumSpc", - "@35", "enumeratorList", "enumerator", "optNamedDecl", "namedDecl", - "genericParamList", "innerMods", "innerModsList", "pointers", - "paramIdList", "idList", "paramTypeList", "paramList", "@36", "@37", - "paramDecl", "typeExpression", "abstractDecl", "optAbstractDeclBase", - "abstractDeclBase", "stmt", "iterBody", "endBody", "iterDefStmtList", - "iterDefIterationStmt", "forPred", "@38", "@39", "partialIterStmt", - "@40", "iterDefStmt", "iterSelectionStmt", "@41", "openScope", - "closeScope", "macroBody", "stmtErr", "labeledStmt", - "optExtraFallThroughs", "caseStmt", "@42", "@43", "defaultStmt", "@44", - "@45", "compoundStmt", "compoundStmtErr", "CreateInnerScope", - "DeleteInnerScope", "CreateStructInnerScope", "DeleteStructInnerScope", - "DeleteInnerScopeSafe", "compoundStmtRest", "compoundStmtAux", - "compoundStmtAuxErr", "stmtListErr", "initializerList", "stmtList", - "expressionStmt", "expressionStmtErr", "ifPred", "selectionStmt", "@46", - "@47", "whilePred", "iterWhilePred", "iterStmt", "@48", "@49", - "iterArgList", "@50", "iterArgExpr", "cconstantExpr", "primaryIterExpr", - "postfixIterExpr", "unaryIterExpr", "castIterExpr", "timesIterExpr", - "plusIterExpr", "shiftIterExpr", "relationalIterExpr", - "equalityIterExpr", "bitandIterExpr", "xorIterExpr", "bitorIterExpr", - "andIterExpr", "orIterExpr", "conditionalIterExpr", "@51", "@52", - "assignIterExpr", "endIter", "doHeader", "iterationStmt", - "iterationStmtErr", "jumpStmt", "optSemi", "id", "newId", "typeName", NULL +#if YYDEBUG != 0 || defined (YYERROR_VERBOSE) + +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","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","QSWITCHBREAK","QLOOPBREAK","QINNERBREAK","QSAFEBREAK","QINNERCONTINUE", +"QFALLTHROUGH","QLINTNOTREACHED","QLINTFALLTHROUGH","QLINTFALLTHRU","QARGSUSED", +"QPRINTFLIKE","QLINTPRINTFLIKE","QSCANFLIKE","QMESSAGELIKE","QNOTREACHED","QCONST", +"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","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","postfixExpr","argumentExprList","unaryExpr","fieldDesignator", +"offsetofExpr","sizeofExpr","@15","sizeofExprAux","castExpr","timesExpr","plusExpr", +"shiftExpr","relationalExpr","equalityExpr","bitandExpr","xorExpr","bitorExpr", +"andExpr","@16","orExpr","@17","conditionalExpr","@18","@19","assignExpr","expr", +"optExpr","constantExpr","initializer","instanceDecl","@20","@21","namedInitializer", +"@22","typeDecl","@23","IsType","PushType","namedInitializerList","namedInitializerListAux", +"optDeclarators","init","initList","storageSpecifier","stateClause","stateClausePlain", +"@24","conditionClause","startConditionClause","conditionClausePlain","@25", +"@26","functionConstraint","exitsQualifier","checkQualifier","stateQualifier", +"paramQualifier","visibilityQualifier","returnQualifier","typedefQualifier", +"refcountQualifier","typeModifier","definedQualifier","typeQualifier","typeSpecifier", +"completeType","completeTypeSpecifier","altType","completeTypeSpecifierAux", +"optCompleteType","optStructInvariant","suSpc","@27","@28","@29","@30","@31", +"@32","@33","@34","NotType","structDeclList","structDecl","structNamedDeclList", +"structNamedDecl","enumSpc","@35","enumeratorList","enumerator","optNamedDecl", +"namedDecl","genericParamList","innerMods","innerModsList","pointers","paramIdList", +"idList","paramTypeList","paramList","@36","@37","paramDecl","typeExpression", +"abstractDecl","optAbstractDeclBase","abstractDeclBase","stmt","iterBody","endBody", +"iterDefStmtList","iterDefIterationStmt","forPred","@38","@39","partialIterStmt", +"@40","iterDefStmt","iterSelectionStmt","@41","openScope","closeScope","macroBody", +"stmtErr","labeledStmt","optExtraFallThroughs","caseStmt","@42","@43","defaultStmt", +"@44","@45","compoundStmt","compoundStmtErr","CreateInnerScope","DeleteInnerScope", +"CreateStructInnerScope","DeleteStructInnerScope","DeleteInnerScopeSafe","compoundStmtRest", +"compoundStmtAux","compoundStmtAuxErr","stmtListErr","initializerList","stmtList", +"expressionStmt","expressionStmtErr","ifPred","selectionStmt","@46","@47","whilePred", +"iterWhilePred","iterStmt","@48","@49","iterArgList","@50","iterArgExpr","cconstantExpr", +"primaryIterExpr","postfixIterExpr","unaryIterExpr","castIterExpr","timesIterExpr", +"plusIterExpr","shiftIterExpr","relationalIterExpr","equalityIterExpr","bitandIterExpr", +"xorIterExpr","bitorIterExpr","andIterExpr","orIterExpr","conditionalIterExpr", +"@51","@52","assignIterExpr","endIter","doHeader","iterationStmt","iterationStmtErr", +"jumpStmt","optSemi","id","newId","typeName", NULL }; #endif -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const short yyr1[] = -{ - 0, 193, 193, 194, 194, 195, 195, 195, 195, 195, - 195, 195, 196, 196, 198, 197, 199, 199, 200, 200, - 201, 201, 201, 201, 202, 201, 203, 201, 204, 204, - 204, 204, 205, 204, 206, 204, 208, 209, 207, 210, - 210, 210, 210, 211, 212, 214, 213, 215, 213, 216, - 216, 217, 218, 218, 219, 219, 220, 221, 221, 222, - 222, 222, 223, 223, 223, 224, 224, 225, 225, 225, - 225, 225, 225, 225, 225, 226, 227, 227, 228, 228, - 229, 229, 230, 230, 230, 230, 230, 230, 231, 231, - 231, 231, 231, 231, 232, 234, 233, 235, 236, 238, - 237, 239, 239, 240, 241, 241, 242, 243, 243, 244, - 244, 245, 246, 246, 247, 247, 247, 248, 248, 248, - 248, 248, 249, 249, 249, 249, 249, 250, 250, 251, - 251, 253, 252, 254, 255, 252, 256, 257, 257, 258, - 258, 258, 258, 258, 258, 258, 258, 259, 259, 260, - 260, 261, 261, 261, 261, 261, 261, 261, 261, 262, - 262, 263, 263, 264, 264, 264, 264, 264, 264, 265, - 265, 265, 265, 265, 265, 265, 265, 265, 266, 266, - 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, - 267, 268, 268, 269, 271, 270, 272, 272, 272, 272, - 273, 273, 274, 274, 274, 274, 275, 275, 275, 276, - 276, 276, 277, 277, 277, 277, 277, 278, 278, 278, - 279, 279, 280, 280, 281, 281, 282, 283, 282, 284, - 285, 284, 286, 287, 288, 286, 289, 289, 289, 289, - 289, 289, 289, 289, 289, 289, 289, 289, 290, 290, - 291, 291, 292, 293, 293, 293, 294, 295, 294, 296, - 294, 297, 298, 297, 300, 299, 299, 299, 301, 302, - 303, 304, 304, 305, 305, 306, 306, 306, 307, 307, - 308, 308, 308, 308, 308, 309, 311, 310, 312, 313, - 315, 314, 316, 314, 317, 317, 318, 318, 318, 318, - 318, 319, 319, 319, 319, 320, 320, 320, 320, 320, - 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, - 320, 320, 321, 321, 322, 322, 323, 323, 324, 324, - 324, 324, 325, 325, 325, 325, 325, 325, 326, 326, - 326, 326, 327, 327, 327, 327, 328, 328, 328, 328, - 328, 328, 328, 328, 328, 328, 328, 329, 329, 329, - 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, - 329, 330, 331, 331, 332, 332, 333, 333, 333, 334, - 334, 335, 337, 338, 336, 339, 340, 336, 336, 336, - 341, 342, 336, 343, 344, 336, 336, 336, 336, 336, - 345, 346, 346, 346, 347, 347, 348, 348, 349, 349, - 349, 350, 351, 350, 350, 352, 352, 352, 353, 353, - 354, 354, 354, 354, 355, 355, 356, 356, 357, 357, - 358, 358, 359, 359, 359, 359, 360, 360, 361, 361, - 362, 362, 362, 364, 363, 365, 363, 366, 366, 367, - 367, 368, 368, 368, 369, 369, 370, 370, 370, 370, - 370, 370, 370, 370, 370, 371, 371, 371, 371, 371, - 371, 371, 371, 371, 372, 373, 374, 374, 375, 375, - 375, 375, 377, 378, 376, 380, 379, 379, 381, 381, - 381, 381, 381, 381, 381, 381, 381, 381, 381, 381, - 381, 383, 382, 384, 385, 386, 386, 387, 387, 387, - 387, 387, 387, 387, 387, 387, 387, 387, 388, 388, - 389, 389, 391, 390, 392, 390, 394, 393, 395, 393, - 396, 396, 397, 398, 399, 400, 401, 402, 403, 403, - 403, 403, 403, 403, 403, 403, 404, 405, 405, 405, - 405, 406, 406, 407, 407, 408, 408, 409, 409, 410, - 410, 410, 411, 412, 413, 412, 414, 412, 415, 416, - 418, 419, 417, 420, 421, 420, 422, 422, 422, 422, - 423, 423, 424, 424, 425, 425, 425, 425, 425, 425, - 425, 425, 425, 426, 426, 426, 426, 426, 426, 426, - 426, 426, 426, 427, 427, 428, 428, 428, 428, 429, - 429, 429, 430, 430, 430, 431, 431, 431, 431, 431, - 432, 432, 432, 433, 433, 434, 434, 435, 435, 436, - 436, 437, 437, 438, 439, 440, 438, 441, 441, 441, - 441, 441, 441, 441, 441, 441, 441, 441, 441, 442, - 442, 443, 444, 444, 444, 445, 445, 445, 445, 446, - 446, 446, 446, 446, 446, 446, 446, 446, 446, 447, - 447, 448, 449, 449, 449, 449, 449, 450, 450 +static const short yyr1[] = { 0, + 193, 193, 194, 194, 195, 195, 195, 195, 195, 195, + 195, 196, 196, 198, 197, 199, 199, 200, 200, 201, + 201, 201, 201, 202, 201, 203, 201, 204, 204, 204, + 204, 205, 204, 206, 204, 208, 209, 207, 210, 210, + 210, 210, 211, 212, 214, 213, 215, 213, 216, 216, + 217, 218, 218, 219, 219, 220, 221, 221, 222, 222, + 222, 223, 223, 223, 224, 224, 225, 225, 225, 225, + 225, 225, 225, 225, 226, 227, 227, 228, 228, 229, + 229, 230, 230, 230, 230, 230, 230, 231, 231, 231, + 231, 231, 231, 232, 234, 233, 235, 236, 238, 237, + 239, 239, 240, 241, 241, 242, 243, 243, 244, 244, + 245, 246, 246, 247, 247, 247, 248, 248, 248, 248, + 248, 249, 249, 249, 249, 249, 250, 250, 251, 251, + 253, 252, 254, 255, 252, 256, 257, 257, 258, 258, + 258, 258, 258, 258, 258, 258, 259, 259, 260, 260, + 261, 261, 261, 261, 261, 261, 261, 261, 262, 262, + 263, 263, 264, 264, 264, 264, 264, 264, 265, 265, + 265, 265, 265, 265, 265, 265, 265, 266, 266, 267, + 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, + 268, 268, 269, 271, 270, 272, 272, 272, 272, 273, + 273, 274, 274, 274, 274, 275, 275, 275, 276, 276, + 276, 277, 277, 277, 277, 277, 278, 278, 278, 279, + 279, 280, 280, 281, 281, 282, 283, 282, 284, 285, + 284, 286, 287, 288, 286, 289, 289, 289, 289, 289, + 289, 289, 289, 289, 289, 289, 289, 290, 290, 291, + 291, 292, 293, 293, 293, 294, 295, 294, 296, 294, + 297, 298, 297, 300, 299, 299, 299, 301, 302, 303, + 304, 304, 305, 305, 306, 306, 306, 307, 307, 308, + 308, 308, 308, 308, 309, 311, 310, 312, 313, 315, + 314, 316, 314, 317, 317, 318, 318, 318, 318, 318, + 319, 319, 319, 319, 320, 320, 320, 320, 320, 320, + 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, + 320, 321, 321, 322, 322, 323, 323, 324, 324, 324, + 324, 325, 325, 325, 325, 325, 325, 326, 326, 326, + 326, 327, 327, 327, 327, 328, 328, 328, 328, 328, + 328, 328, 328, 328, 328, 328, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, + 330, 331, 331, 332, 332, 333, 333, 333, 334, 334, + 335, 337, 338, 336, 339, 340, 336, 336, 336, 341, + 342, 336, 343, 344, 336, 336, 336, 336, 336, 345, + 346, 346, 346, 347, 347, 348, 348, 349, 349, 349, + 350, 351, 350, 350, 352, 352, 352, 353, 353, 354, + 354, 354, 354, 355, 355, 356, 356, 357, 357, 358, + 358, 359, 359, 359, 359, 360, 360, 361, 361, 362, + 362, 362, 364, 363, 365, 363, 366, 366, 367, 367, + 368, 368, 368, 369, 369, 370, 370, 370, 370, 370, + 370, 370, 370, 370, 371, 371, 371, 371, 371, 371, + 371, 371, 371, 372, 373, 374, 374, 375, 375, 375, + 375, 377, 378, 376, 380, 379, 379, 381, 381, 381, + 381, 381, 381, 381, 381, 381, 381, 381, 381, 381, + 383, 382, 384, 385, 386, 386, 387, 387, 387, 387, + 387, 387, 387, 387, 387, 387, 387, 388, 388, 389, + 389, 391, 390, 392, 390, 394, 393, 395, 393, 396, + 396, 397, 398, 399, 400, 401, 402, 403, 403, 403, + 403, 403, 403, 403, 403, 404, 405, 405, 405, 405, + 406, 406, 407, 407, 408, 408, 409, 409, 410, 410, + 410, 411, 412, 413, 412, 414, 412, 415, 416, 418, + 419, 417, 420, 421, 420, 422, 422, 422, 422, 423, + 423, 424, 424, 425, 425, 425, 425, 425, 425, 425, + 425, 425, 426, 426, 426, 426, 426, 426, 426, 426, + 426, 426, 427, 427, 428, 428, 428, 428, 429, 429, + 429, 430, 430, 430, 431, 431, 431, 431, 431, 432, + 432, 432, 433, 433, 434, 434, 435, 435, 436, 436, + 437, 437, 438, 439, 440, 438, 441, 441, 441, 441, + 441, 441, 441, 441, 441, 441, 441, 441, 442, 442, + 443, 444, 444, 444, 445, 445, 445, 445, 446, 446, + 446, 446, 446, 446, 446, 446, 446, 446, 447, 447, + 448, 449, 449, 449, 449, 449, 450, 450 }; -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const short yyr2[] = -{ - 0, 0, 1, 1, 2, 2, 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, 1, - 3, 0, 3, 0, 0, 4, 2, 2, 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, 1, - 4, 3, 4, 6, 5, 5, 2, 2, 1, 3, - 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, - 1, 3, 1, 9, 0, 3, 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, 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, 2, 0, 6, 0, 8, 4, 4, 0, 0, - 2, 1, 4, 0, 4, 1, 3, 4, 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, 2, 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, 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, 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, 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, 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, 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, 1, 1, 1, 1, 1, 1, 1, 1 +static const short yyr2[] = { 0, + 0, 1, 1, 2, 2, 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, 1, 3, + 0, 3, 0, 0, 4, 2, 2, 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, 1, 4, + 3, 4, 6, 5, 5, 2, 2, 1, 3, 1, + 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, + 3, 1, 9, 0, 3, 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, 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, + 2, 0, 6, 0, 8, 4, 4, 0, 0, 2, + 1, 4, 0, 4, 1, 3, 4, 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, 2, 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, + 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, 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, 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, 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, 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, + 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[] = -{ - 0, 11, 432, 400, 254, 400, 14, 0, 0, 0, - 0, 268, 268, 281, 280, 282, 283, 284, 342, 343, - 307, 309, 308, 312, 313, 301, 303, 304, 302, 310, - 311, 344, 345, 305, 306, 322, 318, 314, 319, 315, - 296, 297, 300, 298, 299, 339, 340, 341, 338, 324, - 323, 317, 316, 328, 329, 330, 331, 326, 327, 325, - 332, 333, 336, 337, 334, 335, 400, 400, 400, 400, - 400, 400, 400, 400, 400, 400, 320, 671, 672, 676, - 321, 673, 674, 677, 0, 3, 6, 7, 424, 8, - 9, 133, 43, 669, 10, 253, 255, 0, 379, 268, - 268, 268, 268, 268, 268, 268, 268, 400, 268, 379, - 379, 400, 372, 400, 0, 400, 129, 268, 675, 20, - 400, 428, 429, 430, 433, 434, 271, 268, 268, 264, - 400, 678, 400, 400, 676, 0, 517, 268, 526, 0, - 0, 0, 651, 0, 0, 0, 0, 268, 559, 0, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 0, - 42, 0, 0, 0, 0, 0, 520, 268, 168, 164, - 167, 580, 570, 169, 180, 200, 190, 189, 202, 206, - 209, 212, 217, 220, 222, 224, 226, 229, 232, 236, - 248, 561, 194, 0, 0, 551, 507, 508, 509, 510, - 0, 0, 511, 268, 512, 0, 513, 165, 0, 514, - 516, 163, 0, 500, 0, 557, 0, 533, 487, 0, - 0, 0, 496, 0, 497, 476, 495, 492, 493, 488, - 489, 490, 0, 0, 494, 501, 0, 0, 498, 475, - 0, 346, 347, 357, 359, 358, 360, 361, 362, 363, - 364, 365, 366, 4, 268, 0, 131, 136, 400, 670, - 5, 400, 380, 376, 350, 352, 349, 351, 354, 353, - 355, 356, 370, 348, 377, 378, 0, 268, 268, 368, - 268, 268, 0, 369, 425, 367, 431, 435, 400, 0, - 270, 400, 0, 261, 268, 669, 16, 18, 0, 400, - 268, 28, 443, 268, 164, 167, 200, 252, 522, 163, - 0, 268, 268, 268, 268, 0, 660, 662, 667, 0, - 0, 400, 449, 0, 0, 183, 188, 187, 186, 185, - 184, 0, 268, 181, 182, 268, 0, 0, 0, 0, - 0, 520, 0, 268, 519, 268, 465, 466, 467, 468, - 0, 469, 470, 268, 472, 268, 471, 473, 533, 268, - 268, 176, 177, 0, 268, 268, 268, 268, 268, 268, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, - 268, 227, 233, 230, 560, 268, 0, 658, 39, 0, - 534, 552, 563, 655, 581, 0, 518, 268, 0, 0, - 0, 558, 40, 477, 481, 553, 400, 491, 503, 504, - 0, 0, 0, 41, 22, 268, 443, 400, 400, 268, - 256, 130, 400, 0, 374, 0, 400, 0, 400, 0, - 268, 268, 267, 268, 266, 262, 400, 0, 268, 0, - 400, 268, 19, 440, 0, 0, 426, 441, 268, 0, - 0, 527, 0, 566, 0, 251, 0, 659, 668, 166, - 268, 268, 0, 451, 450, 452, 268, 515, 268, 0, - 663, 664, 665, 666, 661, 521, 268, 528, 0, 654, - 400, 531, 652, 0, 0, 171, 0, 178, 0, 0, - 0, 237, 238, 239, 240, 241, 242, 243, 244, 245, - 246, 247, 203, 204, 205, 208, 207, 210, 211, 213, - 214, 215, 216, 218, 219, 221, 223, 225, 268, 268, - 268, 249, 268, 268, 195, 547, 167, 551, 0, 400, - 532, 564, 0, 0, 499, 485, 268, 554, 502, 0, - 0, 24, 0, 538, 268, 555, 132, 400, 268, 533, - 268, 257, 373, 268, 390, 0, 398, 393, 0, 399, - 0, 415, 418, 412, 414, 272, 268, 268, 669, 15, - 30, 268, 443, 268, 17, 427, 436, 438, 36, 445, - 400, 444, 448, 523, 562, 0, 568, 268, 371, 457, - 0, 443, 453, 268, 0, 201, 400, 268, 524, 0, - 530, 546, 0, 571, 268, 172, 170, 268, 268, 228, - 0, 231, 268, 197, 268, 199, 548, 549, 268, 268, - 268, 569, 268, 400, 268, 400, 78, 26, 539, 542, - 268, 268, 540, 268, 556, 533, 135, 0, 259, 268, - 375, 396, 535, 382, 397, 535, 385, 268, 417, 268, - 0, 105, 268, 268, 268, 0, 32, 0, 268, 0, - 80, 442, 268, 454, 268, 0, 458, 461, 268, 0, - 459, 0, 443, 0, 0, 0, 529, 268, 268, 179, - 174, 175, 234, 0, 0, 550, 565, 0, 268, 268, - 268, 268, 268, 268, 268, 268, 268, 0, 164, 167, - 180, 200, 189, 206, 209, 212, 217, 220, 222, 224, - 226, 229, 0, 574, 573, 165, 584, 593, 603, 605, - 609, 612, 615, 620, 623, 625, 627, 629, 631, 633, - 637, 576, 163, 0, 23, 0, 95, 99, 97, 122, - 123, 124, 125, 126, 127, 128, 25, 78, 82, 0, - 84, 83, 0, 87, 0, 400, 400, 85, 0, 86, - 292, 0, 78, 543, 544, 268, 541, 21, 268, 273, - 400, 388, 535, 400, 389, 535, 411, 416, 268, 0, - 0, 104, 268, 275, 263, 268, 0, 400, 80, 34, - 0, 437, 439, 37, 80, 88, 90, 89, 93, 91, - 92, 446, 420, 0, 268, 454, 421, 455, 567, 482, - 0, 462, 460, 463, 0, 0, 173, 525, 0, 574, - 268, 196, 198, 657, 0, 0, 183, 188, 187, 186, - 185, 184, 181, 182, 268, 268, 268, 176, 177, 0, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, - 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, - 268, 268, 268, 268, 268, 268, 268, 227, 634, 230, - 486, 0, 480, 103, 108, 101, 112, 669, 79, 94, - 98, 106, 286, 289, 285, 0, 290, 288, 27, 545, - 268, 0, 402, 400, 400, 401, 400, 400, 400, 419, - 268, 265, 278, 0, 273, 12, 31, 33, 80, 29, - 669, 81, 443, 447, 422, 423, 268, 456, 464, 0, - 192, 0, 533, 235, 656, 166, 268, 0, 171, 0, - 0, 0, 0, 638, 639, 640, 641, 642, 643, 644, - 645, 646, 647, 648, 203, 204, 205, 208, 207, 210, - 211, 213, 214, 215, 216, 218, 219, 221, 223, 225, - 630, 268, 632, 268, 479, 107, 0, 117, 118, 119, - 120, 121, 669, 109, 400, 112, 0, 0, 140, 100, - 149, 669, 138, 139, 0, 47, 0, 0, 57, 58, - 68, 66, 295, 0, 294, 55, 75, 0, 62, 65, - 0, 669, 67, 159, 273, 268, 400, 0, 268, 403, - 391, 400, 394, 400, 413, 276, 268, 669, 35, 0, - 268, 483, 268, 0, 653, 650, 201, 268, 172, 170, - 268, 268, 0, 575, 102, 112, 96, 115, 111, 116, - 114, 113, 0, 143, 0, 0, 0, 0, 137, 0, - 0, 152, 161, 669, 151, 0, 0, 65, 0, 71, - 0, 53, 52, 0, 60, 59, 61, 0, 0, 0, - 0, 0, 0, 268, 669, 160, 0, 258, 268, 405, - 268, 268, 400, 408, 0, 383, 0, 386, 277, 279, - 0, 38, 268, 0, 193, 191, 649, 534, 0, 174, - 175, 635, 110, 144, 141, 147, 0, 148, 145, 146, - 150, 0, 155, 0, 0, 0, 0, 268, 0, 77, - 76, 0, 72, 0, 49, 44, 45, 54, 65, 56, - 69, 0, 73, 74, 0, 0, 293, 268, 268, 274, - 268, 268, 0, 406, 268, 392, 0, 395, 0, 13, - 484, 572, 173, 268, 142, 156, 153, 0, 157, 158, - 162, 287, 51, 48, 0, 0, 70, 46, 63, 291, - 260, 409, 400, 404, 268, 381, 387, 636, 154, 64, - 50, 407, 410, 384, 0, 0, 0 +static const short yydefact[] = { 0, + 11, 432, 400, 254, 400, 14, 0, 0, 0, 0, + 268, 268, 281, 280, 282, 283, 284, 342, 343, 307, + 309, 308, 312, 313, 301, 303, 304, 302, 310, 311, + 344, 345, 305, 306, 322, 318, 314, 319, 315, 296, + 297, 300, 298, 299, 339, 340, 341, 338, 324, 323, + 317, 316, 328, 329, 330, 331, 326, 327, 325, 332, + 333, 336, 337, 334, 335, 400, 400, 400, 400, 400, + 400, 400, 400, 400, 400, 320, 671, 672, 676, 321, + 673, 674, 677, 0, 3, 6, 7, 424, 8, 9, + 133, 43, 669, 10, 253, 255, 0, 379, 268, 268, + 268, 268, 268, 268, 268, 268, 400, 268, 379, 379, + 400, 372, 400, 0, 400, 129, 268, 675, 20, 400, + 428, 429, 430, 433, 434, 271, 268, 268, 264, 400, + 678, 400, 400, 676, 0, 517, 268, 526, 0, 0, + 0, 651, 0, 0, 0, 0, 268, 559, 0, 268, + 268, 268, 268, 268, 268, 268, 268, 268, 0, 42, + 0, 0, 0, 0, 0, 520, 268, 168, 164, 167, + 580, 570, 169, 180, 200, 190, 189, 202, 206, 209, + 212, 217, 220, 222, 224, 226, 229, 232, 236, 248, + 561, 194, 0, 0, 551, 507, 508, 509, 510, 0, + 0, 511, 268, 512, 0, 513, 165, 0, 514, 516, + 163, 0, 500, 0, 557, 0, 533, 487, 0, 0, + 0, 496, 0, 497, 476, 495, 492, 493, 488, 489, + 490, 0, 0, 494, 501, 0, 0, 498, 475, 0, + 346, 347, 357, 359, 358, 360, 361, 362, 363, 364, + 365, 366, 4, 268, 0, 131, 136, 400, 670, 5, + 400, 380, 376, 350, 352, 349, 351, 354, 353, 355, + 356, 370, 348, 377, 378, 0, 268, 268, 368, 268, + 268, 0, 369, 425, 367, 431, 435, 400, 0, 270, + 400, 0, 261, 268, 669, 16, 18, 0, 400, 268, + 28, 443, 268, 164, 167, 200, 252, 522, 163, 0, + 268, 268, 268, 268, 0, 660, 662, 667, 0, 0, + 400, 449, 0, 0, 183, 188, 187, 186, 185, 184, + 0, 268, 181, 182, 268, 0, 0, 0, 0, 0, + 520, 0, 268, 519, 268, 465, 466, 467, 468, 0, + 469, 470, 268, 472, 268, 471, 473, 533, 268, 268, + 176, 177, 0, 268, 268, 268, 268, 268, 268, 268, + 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, + 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, + 227, 233, 230, 560, 268, 0, 658, 39, 0, 534, + 552, 563, 655, 581, 0, 518, 268, 0, 0, 0, + 558, 40, 477, 481, 553, 400, 491, 503, 504, 0, + 0, 0, 41, 22, 268, 443, 400, 400, 268, 256, + 130, 400, 0, 374, 0, 400, 0, 400, 0, 268, + 268, 267, 268, 266, 262, 400, 0, 268, 0, 400, + 268, 19, 440, 0, 0, 426, 441, 268, 0, 0, + 527, 0, 566, 0, 251, 0, 659, 668, 166, 268, + 268, 0, 451, 450, 452, 268, 515, 268, 0, 663, + 664, 665, 666, 661, 521, 268, 528, 0, 654, 400, + 531, 652, 0, 0, 171, 0, 178, 0, 0, 0, + 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, + 247, 203, 204, 205, 208, 207, 210, 211, 213, 214, + 215, 216, 218, 219, 221, 223, 225, 268, 268, 268, + 249, 268, 268, 195, 547, 167, 551, 0, 400, 532, + 564, 0, 0, 499, 485, 268, 554, 502, 0, 0, + 24, 0, 538, 268, 555, 132, 400, 268, 533, 268, + 257, 373, 268, 390, 0, 398, 393, 0, 399, 0, + 415, 418, 412, 414, 272, 268, 268, 669, 15, 30, + 268, 443, 268, 17, 427, 436, 438, 36, 445, 400, + 444, 448, 523, 562, 0, 568, 268, 371, 457, 0, + 443, 453, 268, 0, 201, 400, 268, 524, 0, 530, + 546, 0, 571, 268, 172, 170, 268, 268, 228, 0, + 231, 268, 197, 268, 199, 548, 549, 268, 268, 268, + 569, 268, 400, 268, 400, 78, 26, 539, 542, 268, + 268, 540, 268, 556, 533, 135, 0, 259, 268, 375, + 396, 535, 382, 397, 535, 385, 268, 417, 268, 0, + 105, 268, 268, 268, 0, 32, 0, 268, 0, 80, + 442, 268, 454, 268, 0, 458, 461, 268, 0, 459, + 0, 443, 0, 0, 0, 529, 268, 268, 179, 174, + 175, 234, 0, 0, 550, 565, 0, 268, 268, 268, + 268, 268, 268, 268, 268, 268, 0, 164, 167, 180, + 200, 189, 206, 209, 212, 217, 220, 222, 224, 226, + 229, 0, 574, 573, 165, 584, 593, 603, 605, 609, + 612, 615, 620, 623, 625, 627, 629, 631, 633, 637, + 576, 163, 0, 23, 0, 95, 99, 97, 122, 123, + 124, 125, 126, 127, 128, 25, 78, 82, 0, 84, + 83, 0, 87, 0, 400, 400, 85, 0, 86, 292, + 0, 78, 543, 544, 268, 541, 21, 268, 273, 400, + 388, 535, 400, 389, 535, 411, 416, 268, 0, 0, + 104, 268, 275, 263, 268, 0, 400, 80, 34, 0, + 437, 439, 37, 80, 88, 90, 89, 93, 91, 92, + 446, 420, 0, 268, 454, 421, 455, 567, 482, 0, + 462, 460, 463, 0, 0, 173, 525, 0, 574, 268, + 196, 198, 657, 0, 0, 183, 188, 187, 186, 185, + 184, 181, 182, 268, 268, 268, 176, 177, 0, 268, + 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, + 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, + 268, 268, 268, 268, 268, 268, 227, 634, 230, 486, + 0, 480, 103, 108, 101, 112, 669, 79, 94, 98, + 106, 286, 289, 285, 0, 290, 288, 27, 545, 268, + 0, 402, 400, 400, 401, 400, 400, 400, 419, 268, + 265, 278, 0, 273, 12, 31, 33, 80, 29, 669, + 81, 443, 447, 422, 423, 268, 456, 464, 0, 192, + 0, 533, 235, 656, 166, 268, 0, 171, 0, 0, + 0, 0, 638, 639, 640, 641, 642, 643, 644, 645, + 646, 647, 648, 203, 204, 205, 208, 207, 210, 211, + 213, 214, 215, 216, 218, 219, 221, 223, 225, 630, + 268, 632, 268, 479, 107, 0, 117, 118, 119, 120, + 121, 669, 109, 400, 112, 0, 0, 140, 100, 149, + 669, 138, 139, 0, 47, 0, 0, 57, 58, 68, + 66, 295, 0, 294, 55, 75, 0, 62, 65, 0, + 669, 67, 159, 273, 268, 400, 0, 268, 403, 391, + 400, 394, 400, 413, 276, 268, 669, 35, 0, 268, + 483, 268, 0, 653, 650, 201, 268, 172, 170, 268, + 268, 0, 575, 102, 112, 96, 115, 111, 116, 114, + 113, 0, 143, 0, 0, 0, 0, 137, 0, 0, + 152, 161, 669, 151, 0, 0, 65, 0, 71, 0, + 53, 52, 0, 60, 59, 61, 0, 0, 0, 0, + 0, 0, 268, 669, 160, 0, 258, 268, 405, 268, + 268, 400, 408, 0, 383, 0, 386, 277, 279, 0, + 38, 268, 0, 193, 191, 649, 534, 0, 174, 175, + 635, 110, 144, 141, 147, 0, 148, 145, 146, 150, + 0, 155, 0, 0, 0, 0, 268, 0, 77, 76, + 0, 72, 0, 49, 44, 45, 54, 65, 56, 69, + 0, 73, 74, 0, 0, 293, 268, 268, 274, 268, + 268, 0, 406, 268, 392, 0, 395, 0, 13, 484, + 572, 173, 268, 142, 156, 153, 0, 157, 158, 162, + 287, 51, 48, 0, 0, 70, 46, 63, 291, 260, + 409, 400, 404, 268, 381, 387, 636, 154, 64, 50, + 407, 410, 384, 0, 0, 0 }; -static const short yydefgoto[] = -{ - 1194, 84, 85, 86, 87, 133, 295, 296, 88, 636, - 772, 297, 798, 918, 89, 670, 920, 902, 91, 1002, - 1134, 1081, 1065, 1135, 1173, 1073, 1004, 1005, 1006, 1077, - 1007, 1008, 1138, 1010, 1131, 756, 803, 757, 804, 758, - 805, 886, 806, 761, 807, 887, 884, 885, 790, 763, - 764, 982, 983, 984, 1048, 985, 765, 766, 92, 257, - 427, 258, 559, 93, 989, 1115, 1116, 991, 1062, 1084, - 1063, 173, 174, 496, 175, 929, 176, 177, 396, 534, - 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, - 528, 188, 530, 189, 529, 830, 190, 219, 466, 308, - 415, 95, 649, 778, 126, 577, 96, 291, 192, 255, - 127, 128, 901, 794, 913, 98, 767, 809, 994, 769, - 770, 810, 1013, 895, 1011, 99, 100, 101, 102, 103, - 104, 105, 106, 107, 108, 109, 110, 322, 416, 433, - 112, 263, 1193, 113, 782, 1156, 785, 1158, 652, 1094, - 655, 1096, 114, 904, 905, 1091, 1092, 115, 660, 570, - 571, 814, 130, 455, 123, 124, 117, 585, 586, 456, - 457, 458, 672, 591, 323, 820, 816, 475, 344, 220, - 240, 221, 222, 345, 926, 1103, 224, 632, 225, 226, - 420, 227, 228, 194, 401, 346, 342, 347, 460, 685, - 348, 310, 609, 349, 199, 350, 540, 780, 1020, 233, - 556, 491, 400, 201, 557, 558, 351, 202, 203, 352, - 629, 595, 353, 236, 354, 358, 688, 723, 881, 724, - 207, 726, 727, 728, 729, 730, 731, 732, 733, 734, - 735, 736, 737, 738, 739, 740, 971, 1163, 741, 1107, - 355, 356, 209, 357, 260, 309, 212, 120 +static const short yydefgoto[] = { 1194, + 84, 85, 86, 87, 133, 295, 296, 88, 636, 772, + 297, 798, 918, 89, 670, 920, 902, 91, 1002, 1134, + 1081, 1065, 1135, 1173, 1073, 1004, 1005, 1006, 1077, 1007, + 1008, 1138, 1010, 1131, 756, 803, 757, 804, 758, 805, + 886, 806, 761, 807, 887, 884, 885, 790, 763, 764, + 982, 983, 984, 1048, 985, 765, 766, 92, 257, 427, + 258, 559, 93, 989, 1115, 1116, 991, 1062, 1084, 1063, + 173, 174, 496, 175, 929, 176, 177, 396, 534, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 528, + 188, 530, 189, 529, 830, 190, 219, 466, 308, 415, + 95, 649, 778, 126, 577, 96, 291, 192, 255, 127, + 128, 901, 794, 913, 98, 767, 809, 994, 769, 770, + 810, 1013, 895, 1011, 99, 100, 101, 102, 103, 104, + 105, 106, 107, 108, 109, 110, 322, 416, 433, 112, + 263, 1193, 113, 782, 1156, 785, 1158, 652, 1094, 655, + 1096, 114, 904, 905, 1091, 1092, 115, 660, 570, 571, + 814, 130, 455, 123, 124, 117, 585, 586, 456, 457, + 458, 672, 591, 323, 820, 816, 475, 344, 220, 240, + 221, 222, 345, 926, 1103, 224, 632, 225, 226, 420, + 227, 228, 194, 401, 346, 342, 347, 460, 685, 348, + 310, 609, 349, 199, 350, 540, 780, 1020, 233, 556, + 491, 400, 201, 557, 558, 351, 202, 203, 352, 629, + 595, 353, 236, 354, 358, 688, 723, 881, 724, 207, + 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, + 736, 737, 738, 739, 740, 971, 1163, 741, 1107, 355, + 356, 209, 357, 260, 309, 212, 120 }; -static const short yypact[] = -{ - 2060,-32768, 48, 5211,-32768, 6258,-32768, 337, 3056, 3442, - 3442,-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, 297, - -32768,-32768,-32768,-32768, 2252,-32768,-32768,-32768, 408,-32768, - -32768, 46,-32768, 78,-32768,-32768,-32768, 83, 6093,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 6093, - 6093, 186, 154,-32768, 588,-32768,-32768, 337,-32768,-32768, - -32768,-32768,-32768,-32768, 48,-32768,-32768, 267,-32768, 186, - -32768,-32768,-32768, 5211,-32768, 273,-32768, 1635,-32768, 290, - 314, 363,-32768, 372, 337, 397, 478, 1549,-32768, 2630, - 1635, 1635, 1635, 1635, 1635, 1635,-32768, 5427, 5427, 482, - -32768, 488, 512, 517, 532, 545, 481, 4741,-32768, 570, - 586,-32768, 591,-32768, 716, 1169,-32768,-32768,-32768, 864, - 483, 595, 542, 693, 573, 597, 599, 608, 59,-32768, - -32768, 121,-32768, 3591, 577, 604,-32768,-32768,-32768,-32768, - 649, 3205,-32768, 4741,-32768, 3591,-32768, 505, 3591,-32768, - -32768, 679, 690,-32768, 698,-32768, 2821, 591, 692, 161, - 643, 3249,-32768, 3442,-32768,-32768,-32768, 5716,-32768,-32768, - -32768,-32768, 735, 739,-32768,-32768, 3442, 3591,-32768,-32768, - 678,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768, 747, 755,-32768,-32768, 5982,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768, 801, 761,-32768,-32768, - 337, 337, 29,-32768, 408,-32768,-32768,-32768,-32768, 804, - -32768,-32768, 813, 783, 761, 78,-32768, 450, 810,-32768, - 337,-32768, 143, 1635,-32768,-32768,-32768,-32768,-32768,-32768, - 817, 1635, 1635, 1635, 1582, 833,-32768,-32768,-32768, 302, - 669, 5583, 426, 829, 837,-32768,-32768,-32768,-32768,-32768, - -32768, 851, 1635,-32768,-32768, 1635, 874, 891, 893, 919, - 931, 481, 778, 1903,-32768, 4741,-32768,-32768,-32768,-32768, - 903,-32768,-32768, 4741,-32768, 4741,-32768,-32768,-32768, 3547, - 1635,-32768,-32768, 85, 1635, 1635, 1635, 1635, 1635, 1635, - 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, - 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, - 1635,-32768,-32768,-32768,-32768, 1635, 842,-32768,-32768, 2439, - -32768,-32768, 949,-32768,-32768, 964,-32768, 1635, 688, 981, - 965,-32768,-32768,-32768,-32768,-32768, 186, 5716,-32768,-32768, - 3442, 3012, 998,-32768,-32768, 1635, 294, 3695, 4823, 761, - -32768, 321, 6258, 922, 993, 1008, 1010, 1016, 1010, 337, - 1028, 761,-32768, 761,-32768,-32768,-32768, 958, 1023, 1027, - -32768, 761, 450,-32768, 337, 1036,-32768, 1031, 337, 204, - 1042,-32768, 236, 1032, 281, 1032, 1047,-32768,-32768,-32768, - -32768, 5222, 1043, 768,-32768, 820, 1635,-32768,-32768, 1045, - -32768,-32768,-32768,-32768,-32768,-32768, 1635,-32768, 1044,-32768, - 3695,-32768,-32768, 1060, 1048,-32768, 316,-32768, 98, 337, - 337,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768, 864, 864, 483, 483, 595, - 595, 595, 595, 542, 542, 693, 573, 597, 1635, 1635, - 1635,-32768, 5447, 5472,-32768,-32768, 5057,-32768, 3398, 3881, - -32768,-32768, 1050, 333,-32768,-32768, 761,-32768,-32768, 1051, - 1049,-32768, 1053,-32768, 4253,-32768,-32768, 4067, 4297, 1057, - -32768, 1062,-32768,-32768, 1063, 1067,-32768, 1069, 1068,-32768, - 962,-32768, 1070,-32768,-32768,-32768, 267,-32768, 188,-32768, - -32768, 1635, 366, 761,-32768,-32768, 1071,-32768,-32768, 1085, - 6258,-32768,-32768,-32768,-32768, 1066,-32768, 1582,-32768,-32768, - 1073, 127, 820, 5385, 1074,-32768,-32768,-32768,-32768, 1072, - -32768,-32768, 1077,-32768, 1635,-32768,-32768,-32768,-32768, 599, - 979, 608, 1635,-32768, 1635,-32768,-32768,-32768, 4401, 4741, - 1635,-32768, 5504,-32768, 1635,-32768, 1677,-32768,-32768,-32768, - 4445, 4549,-32768, 4593,-32768, 1057,-32768, 1078,-32768,-32768, - -32768,-32768,-32768, 1075,-32768,-32768, 1084,-32768, 337,-32768, - 337, 1025, 1960,-32768,-32768, 1079,-32768, 1080,-32768, 280, - 1677,-32768, 337, 592, 4741, 1093,-32768,-32768, 249, 1087, - -32768, 1083, 89, 1095, 1088, 1096,-32768, 1635, 5504,-32768, - -32768,-32768,-32768, 1089, 1094,-32768,-32768, 355, 1635, 1635, - 1635, 1635, 1635, 1635, 1635, 5427, 5427, 1103, 412, 436, - 742, 1405, 442, 900, 971, 961, 627, 972, 1091, 1090, - 1098, 1081, 87, 1105,-32768, 32,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768, 452, 580,-32768, 932,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768, 1677,-32768, 1054, - -32768,-32768, 1058,-32768, 1065,-32768,-32768,-32768, 1086,-32768, - 1116, 1097, 1677,-32768,-32768, 4697,-32768,-32768,-32768,-32768, - 6180,-32768,-32768, 6180,-32768,-32768,-32768,-32768, 1635, 1003, - 1114,-32768, 1960,-32768,-32768, 1960, 1104,-32768, 1677,-32768, - 1108,-32768,-32768,-32768, 1677,-32768,-32768,-32768,-32768,-32768, - -32768,-32768, 408, 1110,-32768, 717,-32768, 820,-32768,-32768, - 1118,-32768,-32768,-32768, 1128, 337,-32768,-32768, 617, 1131, - 1635,-32768,-32768, 1123, 702, 1145, 711, 732, 746, 748, - 788, 799, 808, 815, 1635, 5396, 1635, 828, 852, 112, - 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, - 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, - 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635,-32768, 1635, - -32768, 1150, 1160,-32768, 991, 1142, 317, 84,-32768,-32768, - -32768,-32768,-32768,-32768,-32768, 54,-32768,-32768,-32768,-32768, - 1960, 368,-32768, 186, 4901,-32768, 6180, 4901, 6180,-32768, - -32768,-32768,-32768, 1017,-32768,-32768,-32768,-32768, 1677,-32768, - 78,-32768, 378,-32768,-32768,-32768, 5416,-32768,-32768, 382, - -32768, 1163, 1057,-32768,-32768, 855, 1635, 1162, 861, 872, - 139, 337, 337,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768, 889, 943, 944, 683, 927, 376, - 836, 367, 464, 524, 574, 610, 645, 144, 352, 62, - 599, 1635, 608, 5504,-32768, 505, 932,-32768,-32768,-32768, - -32768,-32768, 470,-32768, 5849, 317, 86, 86,-32768,-32768, - 110, 480,-32768,-32768, 107,-32768, 657, 123,-32768,-32768, - -32768,-32768,-32768, 1161,-32768, 17,-32768, 904,-32768, 556, - 1164, 78,-32768, 107,-32768,-32768,-32768, 1167, 425,-32768, - -32768, 4901,-32768, 4901,-32768,-32768, 1835, 554,-32768, 1106, - 754,-32768,-32768, 337,-32768, 996, 945,-32768, 946, 953, - -32768,-32768, 1018,-32768,-32768, 317,-32768,-32768,-32768,-32768, - -32768,-32768, 515, 110, 728, 337, 337, 86,-32768, 107, - 107,-32768, 147, 601,-32768, 1171, 1011, 786, 123, 396, - 75,-32768,-32768, 657,-32768,-32768,-32768, 657, 4, 337, - 337, 1173, 657,-32768, 78, 1168, 609,-32768, 761,-32768, - -32768, 1177,-32768, 1178, 1181,-32768, 1182,-32768,-32768,-32768, - 1119,-32768, 544, 1179,-32768,-32768,-32768,-32768, 1183, 960, - 967,-32768,-32768,-32768,-32768, 110, 1184, 505,-32768,-32768, - 110, 846, 147, 832, 337, 337, 107,-32768, 1014,-32768, - -32768, 657,-32768, 786, 1170,-32768, 396,-32768, 396,-32768, - -32768, 1186,-32768,-32768, 1014, 1189,-32768,-32768,-32768,-32768, - 1635, 425, 1197,-32768,-32768,-32768, 1196,-32768, 1198,-32768, - -32768,-32768, 970, 1635,-32768,-32768,-32768, 1192,-32768,-32768, - 147,-32768,-32768,-32768, 1195, 75,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768, 1635,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768, 1223, 1225,-32768 +static const short yypact[] = { 2060, +-32768, 48, 5211,-32768, 6258,-32768, 337, 3056, 3442, 3442, +-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, 297,-32768, +-32768,-32768,-32768, 2252,-32768,-32768,-32768, 408,-32768,-32768, + 46,-32768, 78,-32768,-32768,-32768, 83, 6093,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 6093, 6093, + 186, 154,-32768, 588,-32768,-32768, 337,-32768,-32768,-32768, +-32768,-32768,-32768, 48,-32768,-32768, 267,-32768, 186,-32768, +-32768,-32768, 5211,-32768, 273,-32768, 1635,-32768, 290, 314, + 363,-32768, 372, 337, 397, 478, 1549,-32768, 2630, 1635, + 1635, 1635, 1635, 1635, 1635,-32768, 5427, 5427, 482,-32768, + 488, 512, 517, 532, 545, 481, 4741,-32768, 570, 586, +-32768, 591,-32768, 716, 1169,-32768,-32768,-32768, 864, 483, + 595, 542, 693, 573, 597, 599, 608, 59,-32768,-32768, + 121,-32768, 3591, 577, 604,-32768,-32768,-32768,-32768, 649, + 3205,-32768, 4741,-32768, 3591,-32768, 505, 3591,-32768,-32768, + 679, 690,-32768, 698,-32768, 2821, 591, 692, 161, 643, + 3249,-32768, 3442,-32768,-32768,-32768, 5716,-32768,-32768,-32768, +-32768, 735, 739,-32768,-32768, 3442, 3591,-32768,-32768, 678, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768, 747, 755,-32768,-32768, 5982,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768, 801, 761,-32768,-32768, 337, + 337, 29,-32768, 408,-32768,-32768,-32768,-32768, 804,-32768, +-32768, 813, 783, 761, 78,-32768, 450, 810,-32768, 337, +-32768, 143, 1635,-32768,-32768,-32768,-32768,-32768,-32768, 817, + 1635, 1635, 1635, 1582, 833,-32768,-32768,-32768, 302, 669, + 5583, 426, 829, 837,-32768,-32768,-32768,-32768,-32768,-32768, + 851, 1635,-32768,-32768, 1635, 874, 891, 893, 919, 931, + 481, 778, 1903,-32768, 4741,-32768,-32768,-32768,-32768, 903, +-32768,-32768, 4741,-32768, 4741,-32768,-32768,-32768, 3547, 1635, +-32768,-32768, 85, 1635, 1635, 1635, 1635, 1635, 1635, 1635, + 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, + 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, +-32768,-32768,-32768,-32768, 1635, 842,-32768,-32768, 2439,-32768, +-32768, 949,-32768,-32768, 964,-32768, 1635, 688, 981, 965, +-32768,-32768,-32768,-32768,-32768, 186, 5716,-32768,-32768, 3442, + 3012, 998,-32768,-32768, 1635, 294, 3695, 4823, 761,-32768, + 321, 6258, 922, 993, 1008, 1010, 1016, 1010, 337, 1028, + 761,-32768, 761,-32768,-32768,-32768, 958, 1023, 1027,-32768, + 761, 450,-32768, 337, 1036,-32768, 1031, 337, 204, 1042, +-32768, 236, 1032, 281, 1032, 1047,-32768,-32768,-32768,-32768, + 5222, 1043, 768,-32768, 820, 1635,-32768,-32768, 1045,-32768, +-32768,-32768,-32768,-32768,-32768, 1635,-32768, 1044,-32768, 3695, +-32768,-32768, 1060, 1048,-32768, 316,-32768, 98, 337, 337, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768, 864, 864, 483, 483, 595, 595, + 595, 595, 542, 542, 693, 573, 597, 1635, 1635, 1635, +-32768, 5447, 5472,-32768,-32768, 5057,-32768, 3398, 3881,-32768, +-32768, 1050, 333,-32768,-32768, 761,-32768,-32768, 1051, 1049, +-32768, 1053,-32768, 4253,-32768,-32768, 4067, 4297, 1057,-32768, + 1062,-32768,-32768, 1063, 1067,-32768, 1069, 1068,-32768, 962, +-32768, 1070,-32768,-32768,-32768, 267,-32768, 188,-32768,-32768, + 1635, 366, 761,-32768,-32768, 1071,-32768,-32768, 1085, 6258, +-32768,-32768,-32768,-32768, 1066,-32768, 1582,-32768,-32768, 1073, + 127, 820, 5385, 1074,-32768,-32768,-32768,-32768, 1072,-32768, +-32768, 1077,-32768, 1635,-32768,-32768,-32768,-32768, 599, 979, + 608, 1635,-32768, 1635,-32768,-32768,-32768, 4401, 4741, 1635, +-32768, 5504,-32768, 1635,-32768, 1677,-32768,-32768,-32768, 4445, + 4549,-32768, 4593,-32768, 1057,-32768, 1078,-32768,-32768,-32768, +-32768,-32768, 1075,-32768,-32768, 1084,-32768, 337,-32768, 337, + 1025, 1960,-32768,-32768, 1079,-32768, 1080,-32768, 280, 1677, +-32768, 337, 592, 4741, 1093,-32768,-32768, 249, 1087,-32768, + 1083, 89, 1095, 1088, 1096,-32768, 1635, 5504,-32768,-32768, +-32768,-32768, 1089, 1094,-32768,-32768, 355, 1635, 1635, 1635, + 1635, 1635, 1635, 1635, 5427, 5427, 1103, 412, 436, 742, + 1405, 442, 900, 971, 961, 627, 972, 1091, 1090, 1098, + 1081, 87, 1105,-32768, 32,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768, 452, 580,-32768, 932,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768, 1677,-32768, 1054,-32768, +-32768, 1058,-32768, 1065,-32768,-32768,-32768, 1086,-32768, 1116, + 1097, 1677,-32768,-32768, 4697,-32768,-32768,-32768,-32768, 6180, +-32768,-32768, 6180,-32768,-32768,-32768,-32768, 1635, 1003, 1114, +-32768, 1960,-32768,-32768, 1960, 1104,-32768, 1677,-32768, 1108, +-32768,-32768,-32768, 1677,-32768,-32768,-32768,-32768,-32768,-32768, +-32768, 408, 1110,-32768, 717,-32768, 820,-32768,-32768, 1118, +-32768,-32768,-32768, 1128, 337,-32768,-32768, 617, 1131, 1635, +-32768,-32768, 1123, 702, 1145, 711, 732, 746, 748, 788, + 799, 808, 815, 1635, 5396, 1635, 828, 852, 112, 1635, + 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, + 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, 1635, + 1635, 1635, 1635, 1635, 1635, 1635, 1635,-32768, 1635,-32768, + 1150, 1160,-32768, 991, 1142, 317, 84,-32768,-32768,-32768, +-32768,-32768,-32768,-32768, 54,-32768,-32768,-32768,-32768, 1960, + 368,-32768, 186, 4901,-32768, 6180, 4901, 6180,-32768,-32768, +-32768,-32768, 1017,-32768,-32768,-32768,-32768, 1677,-32768, 78, +-32768, 378,-32768,-32768,-32768, 5416,-32768,-32768, 382,-32768, + 1163, 1057,-32768,-32768, 855, 1635, 1162, 861, 872, 139, + 337, 337,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768, 889, 943, 944, 683, 927, 376, 836, + 367, 464, 524, 574, 610, 645, 144, 352, 62, 599, + 1635, 608, 5504,-32768, 505, 932,-32768,-32768,-32768,-32768, +-32768, 470,-32768, 5849, 317, 86, 86,-32768,-32768, 110, + 480,-32768,-32768, 107,-32768, 657, 123,-32768,-32768,-32768, +-32768,-32768, 1161,-32768, 17,-32768, 904,-32768, 556, 1164, + 78,-32768, 107,-32768,-32768,-32768, 1167, 425,-32768,-32768, + 4901,-32768, 4901,-32768,-32768, 1835, 554,-32768, 1106, 754, +-32768,-32768, 337,-32768, 996, 945,-32768, 946, 953,-32768, +-32768, 1018,-32768,-32768, 317,-32768,-32768,-32768,-32768,-32768, +-32768, 515, 110, 728, 337, 337, 86,-32768, 107, 107, +-32768, 147, 601,-32768, 1171, 1011, 786, 123, 396, 75, +-32768,-32768, 657,-32768,-32768,-32768, 657, 4, 337, 337, + 1173, 657,-32768, 78, 1168, 609,-32768, 761,-32768,-32768, + 1177,-32768, 1178, 1181,-32768, 1182,-32768,-32768,-32768, 1119, +-32768, 544, 1179,-32768,-32768,-32768,-32768, 1183, 960, 967, +-32768,-32768,-32768,-32768, 110, 1184, 505,-32768,-32768, 110, + 846, 147, 832, 337, 337, 107,-32768, 1014,-32768,-32768, + 657,-32768, 786, 1170,-32768, 396,-32768, 396,-32768,-32768, + 1186,-32768,-32768, 1014, 1189,-32768,-32768,-32768,-32768, 1635, + 425, 1197,-32768,-32768,-32768, 1196,-32768, 1198,-32768,-32768, +-32768, 970, 1635,-32768,-32768,-32768, 1192,-32768,-32768, 147, +-32768,-32768,-32768, 1195, 75,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768, 1635,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768, 1223, 1225,-32768 }; -static const short yypgoto[] = -{ - -32768,-32768, 1156,-32768,-32768,-32768,-32768, -388, -112,-32768, - -32768, 942,-32768,-32768,-32768,-32768,-32768, 71,-32768,-32768, - 348,-32768,-32768, 69, 105,-32768, 179,-32768,-32768,-32768, - -687,-32768, -825,-32768,-32768, -627, -709,-32768,-32768,-32768, - -550,-32768, -524,-32768, -499,-32768, 282,-32768,-32768, 596, - -602,-32768, 215, 276,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768, -806, 140,-32768, -956,-32768, - 251,-32768, -612, 420, 1174,-32768,-32768, -611,-32768,-32768, - -113, -353, -348, -339, -336, -377, -367, -366, -498, -511, - -32768, -609,-32768, -135,-32768,-32768, 559, 1141, -561, -419, - 14,-32768,-32768,-32768, -429,-32768,-32768,-32768, 699, -222, - 824,-32768, -850, -737,-32768,-32768,-32768, -447,-32768,-32768, - -32768, -442,-32768,-32768,-32768,-32768,-32768, 500,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 13, 708, - -32768, 936,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768, 1092, -656, -479,-32768, 122,-32768,-32768, 612, - 616, 462, 1, -333, 1154,-32768, 2,-32768,-32768, -566, - -32768,-32768,-32768, 607, -250, 959,-32768, -456, 331, 1270, - -32768, 1055,-32768, 484,-32768,-32768,-32768,-32768, -167,-32768, - -32768,-32768,-32768,-32768, 19, 642, 948, 1099,-32768,-32768, - 1289,-32768,-32768, -328,-32768, 177, 176, -481, -845,-32768, - 794,-32768,-32768, 886, -153, -433, 51,-32768, 82, 39, - -32768,-32768, 218,-32768, 659,-32768,-32768, 598,-32768, 322, - -598,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - 1417,-32768,-32768, 1703, -266, 0, 66,-32768 +static const short yypgoto[] = {-32768, +-32768, 1156,-32768,-32768,-32768,-32768, -388, -112,-32768,-32768, + 942,-32768,-32768,-32768,-32768,-32768, 71,-32768,-32768, 348, +-32768,-32768, 69, 105,-32768, 179,-32768,-32768,-32768, -687, +-32768, -825,-32768,-32768, -627, -709,-32768,-32768,-32768, -550, +-32768, -524,-32768, -499,-32768, 282,-32768,-32768, 596, -602, +-32768, 215, 276,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768, -806, 140,-32768, -956,-32768, 251, +-32768, -612, 420, 1174,-32768,-32768, -611,-32768,-32768, -113, + -353, -348, -339, -336, -377, -367, -366, -498, -511,-32768, + -609,-32768, -135,-32768,-32768, 559, 1141, -561, -419, 14, +-32768,-32768,-32768, -429,-32768,-32768,-32768, 699, -222, 824, +-32768, -850, -737,-32768,-32768,-32768, -447,-32768,-32768,-32768, + -442,-32768,-32768,-32768,-32768,-32768, 500,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768, 13, 708,-32768, + 936,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768, 1092, -656, -479,-32768, 122,-32768,-32768, 612, 616, + 462, 1, -333, 1154,-32768, 2,-32768,-32768, -566,-32768, +-32768,-32768, 607, -250, 959,-32768, -456, 331, 1270,-32768, + 1055,-32768, 484,-32768,-32768,-32768,-32768, -167,-32768,-32768, +-32768,-32768,-32768, 19, 642, 948, 1099,-32768,-32768, 1289, +-32768,-32768, -328,-32768, 177, 176, -481, -845,-32768, 794, +-32768,-32768, 886, -153, -433, 51,-32768, 82, 39,-32768, +-32768, 218,-32768, 659,-32768,-32768, 598,-32768, 322, -598, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 1417, +-32768,-32768, 1703, -266, 0, 66,-32768 }; #define YYLAST 6449 -static const short yytable[] = -{ - 118, 116, 307, 118, 125, 284, 550, 118, 211, 211, - 211, 525, 575, 111, 94, 488, 129, 602, 132, 621, - 710, 712, 526, 722, 527, 515, 516, 195, 434, 447, - 619, 1140, 517, 518, 725, 679, 675, 325, 326, 327, - 328, 329, 330, 519, 520, 521, 522, 204, 439, 409, - 523, 524, 600, -582, 413, 912, 414, -582, 914, 995, - 234, 234, 1022, 584, 1027, 256, 119, 608, 808, 119, - 1009, 90, 1071, 135, 417, 449, 710, 712, 996, 722, - 995, 990, 2, -628, 118, 116, 759, -628, 997, 917, - 725, 235, 235, 552, 453, 921, 259, 111, 94, 1068, - 392, 389, 259, 1121, 1122, 428, 628, 261, 986, 997, - 986, 262, 760, 499, 823, 393, 824, 118, 987, 395, - 987, 721, 262, 262, 641, 616, 287, 907, 878, 500, - 888, 1059, 453, 118, 720, 300, 1054, 762, 1055, 394, - 941, 1060, 395, 879, 118, 898, 299, 1068, 453, 211, - 119, -400, 677, -400, 1056, 90, 942, 997, 121, 122, - 395, -400, 665, 1014, 1086, -624, 1039, 211, 324, -624, - 1170, 1067, 1069, 1123, 783, 1124, 1095, 721, 1097, 411, - 1052, 1053, 395, 119, 681, 200, 232, 232, 204, 768, - 720, 1125, 1141, 211, 771, 668, 808, 386, 387, 301, - 1072, 211, 808, 211, -268, 211, 259, 759, 211, 1028, - 315, 663, 397, 77, 78, 134, 211, 817, 81, 82, - 404, 211, 759, 211, 403, 395, 205, 405, 606, 469, - 449, 646, 204, 760, 998, 999, 211, 211, 77, 1000, - 204, 278, 1001, 1133, 204, 1136, 539, 204, 760, 667, - 1021, 1120, 1023, 548, 413, 717, 422, 395, 762, 77, - 1000, 594, 512, 513, 514, 718, 719, 234, 77, 988, - 77, 988, 234, 762, 234, 471, 204, 118, 431, 713, - 118, 118, 118, 2, 714, 801, 975, 234, 288, 1099, - 307, 77, 1061, 715, 118, 446, 716, 302, 235, 453, - 118, 906, 395, 235, 908, 235, 596, 77, 1000, 1066, - 768, 717, 664, 434, 311, 771, 808, 488, 235, 551, - 468, 718, 719, 395, 473, 768, 200, -400, -400, -400, - 771, -678, -400, -400, 470, 713, 307, 614, 312, -400, - 714, 615, -400, 119, -400, 211, 436, 438, 440, 715, - 1136, 307, 716, 211, 395, 211, 679, 684, 631, 817, - 119, 710, 712, 605, 722, 1031, 301, 205, 972, 909, - 200, 453, 693, -626, 694, 725, 395, -626, 200, 970, - 833, 388, 200, 453, -678, 200, 1015, 313, -616, 1016, - 1139, 666, -616, 232, 410, 1145, 314, -613, 232, 211, - 232, -613, -400, 677, -400, 977, 978, 1032, 378, 379, - 1033, 205, -400, 232, 200, 316, 380, 381, 537, 205, - 211, 211, 1078, 205, 1079, 1019, 205, 211, 1019, 118, - 560, 547, -269, -579, 254, 979, 980, -579, 204, 118, - 1080, 118, 547, 118, 1174, 470, 307, 1090, 835, 981, - -268, 118, 471, 300, 118, 205, 1117, -578, 118, 2, - 2, -578, 721, -602, 77, 78, 134, -602, 307, 81, - 82, 234, 234, -577, -269, 720, 448, -577, -400, -400, - -400, -678, -678, -400, -400, -617, -678, -678, 259, -617, - 211, 1045, 193, 223, 223, 119, 317, 967, 259, 118, - 118, 1057, 235, 235, 336, 572, 335, 119, 968, 119, - 969, 957, 958, 380, 381, 378, 379, 301, 959, 960, - 587, 77, 78, 134, 592, 1117, 81, 82, 337, 961, - 962, 963, 964, 338, 402, 494, 965, 966, 211, 211, - 1113, 1054, 1019, 1055, 1019, -618, 118, 633, 339, -618, - -400, -400, -400, 547, 211, -400, -400, 211, 211, 1056, - 340, 812, -400, -400, -400, 617, 618, -400, -400, -451, - 471, 547, 259, 380, 381, 1016, 200, 204, -45, 382, - 383, 341, 1078, 118, 1079, 300, 836, 837, 838, 839, - 840, 841, -672, 384, 385, -619, 717, 232, 232, -619, - 1080, 395, 388, 673, 1035, 882, 718, 719, -676, 77, - 78, 134, 119, -673, 81, 82, -268, 205, 471, 259, - 713, 992, 1126, 380, 381, 714, 2, 1148, 211, 211, - 1016, -621, 742, 193, 715, -621, 389, 716, 395, 390, - 211, 211, 931, 211, 380, 381, 602, 382, 383, 301, - 196, 229, 229, 307, 1029, 280, 281, 282, 118, 1149, - 118, 384, 385, 391, 868, 869, -622, 206, 399, 118, - -622, 398, 118, 118, 211, 815, 489, 193, 870, 871, - 473, 996, 382, 383, 492, 193, 493, 394, 742, 193, - 395, 997, 193, 404, 469, 933, 384, 385, -505, 97, - 223, -675, 97, 812, -611, 223, 411, 223, -611, 395, - 241, 242, 406, 469, -674, 200, 1046, 375, 376, 377, - 223, 193, 407, 395, 572, 1058, 572, 935, 77, 78, - 134, 1181, -596, 81, 82, 802, -596, 412, 592, 119, - 359, -268, 360, 471, -400, 1083, 386, 387, 954, 955, - 956, 2, 986, -601, 418, 1114, 205, -601, 555, 419, - -400, 1100, 987, 361, 362, 1192, 845, -600, 846, -599, - -400, -600, 423, -599, 424, 211, 77, 78, 134, 426, - 471, 81, 82, 97, 486, 487, -400, 1108, 2, 847, - 848, 196, -268, 903, 471, 2, 903, 1127, 264, 265, - 266, 267, 268, 269, 270, 271, 445, 273, 206, -598, - 276, 1132, 1078, -598, 1079, 118, 97, 815, 1147, 430, - -597, 555, 442, 1036, -597, 118, 289, 290, 292, -594, - 1080, 444, 298, -594, 450, 196, -595, 998, 999, 461, - -595, 77, 1000, 196, -268, 1001, 603, 196, 321, -591, - 196, 467, 206, -591, 476, 331, 986, -614, 229, 1166, - 206, -614, 477, 229, 206, 229, 987, 206, 378, 379, - 555, 1165, 1123, -592, 1124, 478, -583, -592, 229, 196, - -583, 119, -586, 193, 532, 533, -586, 993, 555, 644, - 1125, 930, 480, 614, 479, 1012, 206, 1038, 375, 376, - 377, 77, 78, 134, 223, 223, 81, 82, 924, 481, - -606, 482, 77, 988, -606, 321, 171, 903, 497, 903, - 903, 903, 490, 501, 502, 503, 504, 505, 506, 507, - 508, 509, 510, 511, 861, 862, 863, 483, 77, 78, - 134, 118, 118, 81, 82, 77, 78, 134, -610, 484, - 81, 82, -610, 425, 531, 1074, 1075, 1076, 541, 644, - 696, 375, 376, 377, -607, -608, -604, -587, -607, -608, - -604, -587, 644, 742, -585, 542, 97, 432, -585, 435, - 437, -589, 657, 658, 1050, -589, 993, 993, -590, 545, - 284, -588, -590, 97, 1064, -588, 1012, 1012, 1049, 298, - 395, 692, 321, 864, 865, 818, 544, 1040, 1041, 549, - 866, 867, 562, 1064, 563, 307, 77, 988, 118, 1093, - 171, 472, 193, 910, 658, 872, 873, 564, 1187, -268, - 118, 560, 1102, 118, 903, 567, 903, 1025, 1026, 395, - 1111, 196, 321, 1129, 1130, 274, 275, 573, 579, 307, - 580, 582, 589, 395, 993, 118, 118, 993, 206, 1064, - 1064, 588, 229, 229, 593, 597, 607, 601, 1012, 610, - 1012, 612, 613, 1012, 630, 634, 635, 1012, 637, 118, - 118, 645, 1012, 651, 119, 648, 653, 656, 118, 654, - 671, 674, 669, 659, 686, 781, 119, 745, 682, 1105, - 676, 687, 118, 777, 784, 799, 797, 197, 230, 230, - 822, 819, 821, 826, 831, 276, 825, 883, 827, 832, - 874, 1118, 1119, 993, 118, 118, 1064, 844, 97, 875, - 880, 1012, 911, 919, 922, 565, 877, 568, 876, 574, - 97, 934, 97, 927, 889, 1142, 1143, 581, 890, 191, - 298, 118, 1093, 928, 119, 891, 932, 590, 243, 244, - 245, 246, 247, 248, 249, 250, 251, 252, 119, 598, - 936, 973, 472, 689, 604, 1012, 894, 432, 974, 171, - 196, 1034, 976, 1037, 1070, 1089, 1106, 897, 1082, 1126, - 1168, 1169, 364, 1128, 915, 1144, 1101, 206, 1151, 272, - 1154, 1155, 1157, 277, 1160, 279, 1172, 283, 1162, 1159, - 1175, 1164, 285, 1176, 1178, 1183, 1185, 119, 1186, 1188, - 1189, 793, 293, 1195, 294, 1196, 365, 366, 367, 368, - 369, 370, 371, 372, 373, 374, 20, 21, 22, 23, - 253, 24, 452, 1003, 1190, 97, 29, 30, 197, 1177, - 33, 34, 1137, 36, 37, 38, 39, 791, 1044, 647, - 1112, 1051, 432, 1167, 1085, 939, 363, 576, 51, 52, - 896, 650, 789, 1182, 787, 661, 662, 925, 286, 811, - 239, 474, 298, 1161, 611, 538, 829, 0, 319, 485, - 320, 421, 197, 76, 0, 1043, 0, 198, 231, 231, - 197, 604, 0, 80, 197, 0, 432, 197, 0, 0, - 0, 306, 0, 0, 0, 230, 690, 691, 0, 0, - 230, 321, 230, 321, 306, 306, 306, 306, 306, 306, - 0, 333, 334, 0, 191, 230, 197, 0, 0, 0, - 0, 0, 191, 0, 0, 0, 191, 0, 779, 191, - 0, 793, 0, 429, 793, 0, 786, 408, 788, 0, - 0, 0, 795, 796, 0, 0, 0, 800, 0, 0, - 0, 590, 813, 0, 0, 0, 0, 472, 191, 0, - 441, 0, 0, 443, 0, 0, 0, 0, 0, 0, - 0, 451, 0, 0, 454, 0, 0, 321, 0, 0, - 0, 0, 0, 937, 497, 0, 0, 0, 0, 943, - 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, - 0, 0, 0, 0, 0, 208, 237, 237, 850, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, - 0, 0, 0, 0, 459, 0, 0, 0, 0, 0, - 0, 0, 462, 463, 464, 465, 0, 0, 0, 793, - 0, 0, 851, 852, 853, 854, 855, 856, 857, 858, - 859, 860, 0, 459, 0, 0, 0, 900, 0, 0, - 0, 0, 198, 0, 459, 0, 0, 0, 0, 0, - 198, 0, 0, 0, 198, 0, 0, 198, 197, 0, - 0, 498, 0, 0, 0, 231, 0, 0, 546, 0, - 231, 0, 231, 923, 813, 0, 604, 0, 454, 230, - 230, 0, 0, 561, 0, 231, 198, 0, 566, 0, - 569, 0, 0, 0, 0, 0, 0, 0, 578, 0, - 191, 0, 583, 0, 0, 0, 0, 0, 543, 306, - 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, - 306, 306, 306, 306, 306, 0, 208, 318, 0, 0, - 0, 0, 0, 303, 0, 0, 0, 0, 150, 151, - 152, 153, 154, 155, 0, 793, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 156, 157, 158, 0, 306, - -250, 0, 1017, 0, 0, 0, 303, 0, 0, 1024, - 208, 150, 151, 152, 153, 154, 155, 0, 208, 159, - 0, 0, 208, 0, 0, 208, 0, 0, 156, 157, - 158, 0, 0, 237, 0, 0, 0, 197, 237, 0, - 237, 0, 0, 0, 0, 306, 0, 0, 0, 0, - 306, 0, 159, 237, 208, 0, 0, 0, 0, 303, - 306, 0, 168, 0, 150, 151, 152, 153, 154, 155, - 620, 0, 0, 0, 454, 0, 0, 0, 0, 191, - 0, 156, 157, 158, 0, 0, 0, 0, 198, 0, - 0, 0, 0, 678, 0, 168, 0, 0, 683, 0, - 0, 0, 306, 0, 306, 159, 623, 625, 0, 231, - 231, 210, 238, 238, 1087, 0, 0, 97, 0, 0, - 0, 0, 0, 0, 0, 561, 0, 744, 0, 813, - 0, 1104, 0, 77, 304, 305, 432, 171, 465, 1109, - 1110, 0, 0, 0, 0, 0, 0, 0, 168, 745, - 746, 747, 748, 0, 0, 306, 749, 750, 751, 752, - 753, 754, 755, 459, 0, 459, 77, 304, 305, 0, - 171, 697, 0, 0, 0, 743, 0, 306, 0, 0, - 0, 0, 1146, 0, 0, 0, 0, 97, 0, 1150, - 1152, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 813, 849, 0, 0, 0, 711, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 208, 0, 0, 77, - 304, 305, 0, 171, 0, 0, 1171, 198, 828, 0, - 0, 0, 0, 0, 0, 0, 0, 237, 237, 834, - 0, 0, 0, 0, 0, 0, 1179, 1180, 0, 0, - 97, 0, 210, 1184, 792, 1098, 0, 892, 893, 303, - 0, 0, 711, 0, 150, 151, 152, 153, 154, 155, - 0, 0, 0, 306, 306, 306, 306, 306, 306, 842, - 843, 156, 157, 158, 0, 0, 0, 0, 0, 916, - 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, - 0, 0, 0, 0, 210, 159, 0, 0, 210, 0, - 0, 210, 0, 0, 0, 0, 0, 0, 0, 238, - 0, 0, -533, 0, 238, 0, 238, 343, 0, 0, - 0, 0, 150, 151, 152, 153, 154, 155, 0, 238, - 210, 0, 0, 0, 0, 0, 0, 0, 168, 156, - 157, 158, 0, 0, 0, 208, 0, 0, 0, 0, - 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 159, 0, 0, 0, 0, 0, 792, - 0, 0, 0, 0, 303, 0, 0, 940, 0, 150, - 151, 152, 153, 154, 155, 1018, 0, 0, 0, 0, - 0, 0, 0, 0, 306, 0, 156, 157, 158, 0, - 0, 0, 0, 0, 1030, 0, 168, 0, 0, 77, - 304, 305, 0, 171, 0, 0, 0, 0, 0, 0, - 159, 0, 0, 0, 0, 306, 306, 306, 306, 306, - 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, - 306, 306, 0, 306, 0, 0, 0, 0, 0, 0, - -1, 1, 0, 0, 0, 0, 0, 465, 0, 0, - 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, -268, 0, 0, 77, 304, 305, - 0, 171, 0, 0, 2, 0, 0, 0, 0, 0, - 0, 0, 210, 0, 0, 3, 0, 0, 1088, 0, - 306, 0, 1042, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 238, 238, 0, 0, -400, -400, -400, - 0, 4, 0, 0, 0, 0, 5, 6, 7, 0, - 0, 0, 0, 0, 77, 304, 305, 711, 171, 0, - 0, 8, 9, 10, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 11, 12, 13, 0, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 1153, 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, 0, 0, - 0, 210, 0, 0, 77, 78, 79, 80, 0, 81, - 82, 83, -2, 1, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1191, 0, -268, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, -400, - -400, -400, 0, 4, 306, 0, 0, 0, 5, 6, - 7, 0, 0, 0, 0, 0, 0, 306, 0, 0, - 0, 0, 0, 8, 9, 10, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, - 0, 0, 11, 12, 13, 0, 14, 15, 16, 17, - 18, 19, 20, 21, 22, 23, 0, 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, - 0, 0, 0, 0, 0, 0, 77, 78, 79, 80, - 136, 81, 82, 83, 0, 137, 138, 139, 0, 140, - 141, 142, 143, 144, 145, 146, 147, 148, -533, 535, - 0, 0, 0, 149, 0, 0, 0, 0, 150, 151, - 152, 153, 154, 155, 0, 0, 0, 0, 0, 0, - 0, -268, -268, 0, 3, 156, 157, 158, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, -400, -400, -400, 159, - 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 161, 162, 163, 164, 165, 166, - 0, 0, 0, 0, 0, 0, 0, 0, 167, 11, - 12, 13, 168, 14, 15, 16, 17, 18, 19, 20, - 21, 22, 23, 0, 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, 0, 0, 0, - 0, 0, 0, 77, 169, 536, 80, 171, 172, 82, - 83, 136, 0, 0, 0, 0, 137, 138, 139, 0, - 140, 141, 142, 143, 144, 145, 146, 147, 148, -533, - 0, 0, 0, 0, 149, 0, 0, 0, 0, 150, - 151, 152, 153, 154, 155, 0, 0, 0, 0, 0, - 0, 0, -268, -268, 0, 0, 156, 157, 158, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, -268, -268, -268, - 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 161, 162, 163, 164, 165, - 166, 0, 0, 0, 0, 0, 0, 0, 0, 167, - -268, -268, -268, 168, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, 0, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, 0, 0, - 0, 0, 0, 0, 77, 169, 170, -268, 171, 172, - 82, -268, 213, 0, 0, 0, 0, 137, 138, 139, - 0, 0, 214, 142, 143, 144, 145, 146, 147, 215, - -533, -537, 0, 0, 0, 216, 0, 0, 0, 0, - 150, 151, 152, 153, 154, 155, 0, 0, 0, 0, - 0, 0, 0, -268, -268, 0, 0, 156, 157, 158, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, -268, -268, - -268, 159, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 161, 162, 163, 164, - 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, - 167, -268, -268, -268, 168, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, 0, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, - -268, -268, -268, -268, -268, -268, -268, -268, -268, 0, - 0, 0, 0, 0, 0, 77, 169, 170, -268, 171, - 217, 218, -268, 213, 0, 0, 0, 0, 137, 138, - 139, 0, 0, 214, 142, 143, 144, 145, 146, 147, - 215, -478, -478, 0, 0, 0, 216, -478, 0, 0, - 0, 150, 151, 152, 153, 154, 155, 0, 0, 0, - 0, 0, 0, 0, -268, -268, 0, 136, 156, 157, - 158, 0, 137, 138, 139, 0, 140, 141, 142, 143, - 144, 145, 146, 147, 148, -533, 0, 0, 0, 0, - 149, 0, 159, 0, 0, 150, 151, 152, 153, 154, - 155, 0, 0, 0, 0, 0, 0, 0, -268, -268, - 0, 0, 156, 157, 158, 0, -478, 161, 162, 163, - 164, 165, 166, 0, 0, 0, 0, 0, 0, 0, - 0, 167, 0, 0, 0, 168, 159, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 160, 161, 162, 163, 164, 165, 166, 0, 0, 0, - 0, 0, 0, 0, 0, 167, 0, 0, 0, 168, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 77, 169, 170, 0, - 171, 217, 218, 0, 0, 0, 136, 0, 0, 0, - 0, 137, 138, 139, 0, 140, 141, 142, 143, 144, - 145, 146, 147, 148, -533, 0, 0, 0, 0, 149, - 0, 0, 0, 0, 150, 151, 152, 153, 154, 155, - 77, 169, 170, 0, 171, 172, 82, -268, -268, 0, - 213, 156, 157, 158, 0, 137, 138, 139, 0, 0, - 214, 142, 143, 144, 145, 146, 147, 215, -533, -537, - 0, 0, 0, 216, 0, 159, 0, 0, 150, 151, - 152, 153, 154, 155, 0, 0, 0, 0, 0, 0, - 0, -268, -268, 0, 0, 156, 157, 158, 0, -506, - 161, 162, 163, 164, 165, 166, 0, 0, 0, 0, - 0, 0, 0, 0, 167, 0, 0, 0, 168, 159, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, -474, 161, 162, 163, 164, 165, 166, - 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, - 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, - 169, 170, 0, 171, 172, 82, 0, 0, 0, 136, - 0, 0, 0, 0, 137, 138, 139, 0, 140, 141, - 142, 143, 144, 145, 146, 147, 148, -533, 626, 0, - 0, 0, 149, 0, 0, 0, 0, 150, 151, 152, - 153, 154, 155, 77, 169, 170, 0, 171, 217, 218, - -268, -268, 0, 213, 156, 157, 158, 0, 137, 138, - 139, 0, 0, 214, 142, 143, 144, 145, 146, 147, - 215, -533, -537, 0, 0, 0, 216, 0, 159, 0, - 0, 150, 151, 152, 153, 154, 155, 0, 0, 0, - 0, 0, 0, 0, -268, -268, 0, 0, 156, 157, - 158, 0, 0, 161, 162, 163, 164, 165, 166, 0, - 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, - 0, 168, 159, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 161, 162, 163, - 164, 165, 166, 0, 0, 0, 0, 0, 0, 0, - 0, 167, 0, 0, 0, 168, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 303, 495, 0, 0, 0, 150, 151, 152, 153, - 154, 155, 77, 169, 170, 0, 171, 172, 82, 0, - 0, 0, 136, 156, 157, 158, 0, 137, 138, 139, - 0, 140, 141, 142, 143, 144, 145, 146, 147, 148, - -533, 0, 0, 0, 0, 149, 0, 159, 0, 0, - 150, 151, 152, 153, 154, 155, 77, 169, 170, 0, - 171, 217, 218, -268, -268, 0, 0, 156, 157, 158, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 168, 159, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 161, 162, 163, 164, - 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, - 167, 137, 138, 139, 168, 140, 141, 142, 143, 144, - 145, 146, 147, 215, -533, 553, 0, 0, 0, 343, - 0, 0, 0, 0, 150, 151, 152, 153, 154, 155, - 0, 77, 304, 305, 0, 171, 0, -268, -268, 0, - 3, 156, 157, 158, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 159, 4, 0, 0, 0, - 0, 0, 0, 0, 0, 77, 169, 170, 0, 171, - 172, 82, 0, 0, 0, 0, 0, 0, 0, 0, - 161, 162, 163, 164, 165, 166, 0, 0, 0, 0, - 0, 0, 0, 0, 554, 11, 12, 13, 168, 14, - 15, 16, 17, 18, 19, 20, 21, 22, 23, 0, - 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, 0, 0, 0, 0, 0, 0, 77, - 169, 536, 80, 171, 172, 82, 83, 137, 138, 139, - 0, 140, 141, 142, 143, 144, 145, 146, 147, 215, - -533, 627, 0, 0, 0, 343, 0, 0, 0, 0, - 150, 151, 152, 153, 154, 155, 0, 0, 0, 0, - 0, 0, 0, -268, -268, 0, 3, 156, 157, 158, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 159, 4, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 161, 162, 163, 164, - 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, - 167, 11, 12, 13, 168, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 0, 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, 0, - 0, 0, 0, 0, 0, 77, 169, 536, 80, 171, - 172, 82, 83, 137, 138, 139, 0, 140, 141, 142, - 143, 144, 145, 146, 147, 215, -533, 639, 0, 0, - 0, 343, 0, 0, 0, 0, 150, 151, 152, 153, - 154, 155, 0, 0, 0, 0, 0, 0, 0, -268, - -268, 0, 3, 156, 157, 158, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 159, 4, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 161, 162, 163, 164, 165, 166, 0, 0, - 0, 0, 0, 0, 0, 0, 640, 11, 12, 13, - 168, 14, 15, 16, 17, 18, 19, 20, 21, 22, - 23, 0, 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, 0, 0, 0, 0, 0, - 0, 77, 169, 536, 80, 171, 172, 82, 83, 137, - 138, 139, 0, 140, 141, 142, 143, 144, 145, 146, - 147, 215, -533, 638, 0, 0, 0, 343, 0, 0, - 0, 0, 150, 151, 152, 153, 154, 155, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, - 157, 158, 0, 137, 138, 139, 0, 140, 141, 142, - 143, 144, 145, 146, 147, 215, -533, 642, 0, 0, - 0, 343, 0, 159, 0, 0, 150, 151, 152, 153, - 154, 155, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 156, 157, 158, 0, 0, 161, 162, - 163, 164, 165, 166, 0, 0, 0, 0, 0, 0, - 0, 0, 167, 0, 0, 0, 168, 159, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 161, 162, 163, 164, 165, 166, 0, 0, - 0, 0, 0, 0, 0, 0, 643, 137, 138, 139, - 168, 140, 141, 142, 143, 144, 145, 146, 147, 215, - -533, 695, 0, 0, 0, 343, 0, 0, 0, 0, - 150, 151, 152, 153, 154, 155, 0, 77, 169, 170, - 0, 171, 172, 82, 0, 0, 0, 156, 157, 158, - 0, 137, 138, 139, 0, 140, 141, 142, 143, 144, - 145, 146, 147, 215, -533, 773, 0, 0, 0, 343, - 0, 159, 0, 0, 150, 151, 152, 153, 154, 155, - 0, 77, 169, 170, 0, 171, 172, 82, 0, 0, - 0, 156, 157, 158, 0, 0, 161, 162, 163, 164, - 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, - 167, 0, 0, 0, 168, 159, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 161, 162, 163, 164, 165, 166, 0, 0, 0, 0, - 0, 0, 0, 0, 167, 137, 138, 139, 168, 140, - 141, 142, 143, 144, 145, 146, 147, 215, -533, 774, - 0, 0, 0, 343, 0, 0, 0, 0, 150, 151, - 152, 153, 154, 155, 0, 77, 169, 170, 0, 171, - 172, 82, 0, 0, 0, 156, 157, 158, 0, 137, - 138, 139, 0, 140, 141, 142, 143, 144, 145, 146, - 147, 215, -533, 776, 0, 0, 0, 343, 0, 159, - 0, 0, 150, 151, 152, 153, 154, 155, 0, 77, - 169, 170, 0, 171, 172, 82, 0, 0, 0, 156, - 157, 158, 0, 0, 161, 162, 163, 164, 165, 166, - 0, 0, 0, 0, 0, 0, 0, 0, 775, 0, - 0, 0, 168, 159, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 161, 162, - 163, 164, 165, 166, 0, 0, 0, 0, 0, 0, - 0, 0, 167, 137, 138, 139, 168, 140, 141, 142, - 143, 144, 145, 146, 147, 215, -533, 899, 0, 0, - 0, 343, 0, 0, 0, 0, 150, 151, 152, 153, - 154, 155, 0, 77, 169, 170, 0, 171, 172, 82, - 0, 0, 0, 156, 157, 158, 0, 137, 138, 139, - 0, 140, 141, 142, 143, 144, 145, 146, 147, 215, - -533, 0, 0, 0, 0, 343, 0, 159, 0, 0, - 150, 151, 152, 153, 154, 155, 0, 77, 169, 170, - 0, 171, 172, 82, 0, 0, 0, 156, 157, 158, - 0, 0, 161, 162, 163, 164, 165, 166, 0, 0, - 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, - 168, 159, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 161, 162, 163, 164, - 165, 166, -134, 0, 0, 0, 0, -134, 0, 0, - 167, 0, 0, 0, 168, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 77, 169, 170, 0, 171, 172, 82, 0, 0, - 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, -536, 0, 0, 0, 77, 169, 170, 0, 171, - 172, 82, 0, 11, 12, 13, 0, 14, 15, 16, - 17, 18, 19, 20, 21, 22, 23, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 131, - 80, 11, 12, 13, 83, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 0, 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, -676, - 0, 0, 0, 0, 0, 0, 0, 131, 80, 0, - 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, -678, -678, -678, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, -678, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, -678, -678, -678, - 0, -678, -678, -678, -678, -678, -678, -678, -678, -678, - -678, 0, -678, -678, -678, -678, -678, -678, -678, -678, - -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, - -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, - -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, - -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, - -678, -678, -678, -678, -678, -268, 0, 0, 0, 0, - 0, 0, 0, 0, -678, 2, 303, 0, -678, 599, - 0, 150, 151, 152, 153, 154, 155, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 156, 157, - 158, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 159, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 11, 12, 13, 0, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 168, 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, 0, - 0, 0, 0, 0, 0, 77, 78, 79, 80, 0, - 81, 82, 83, 0, 0, 0, 77, 304, 305, 303, - 171, 0, 680, 0, 150, 151, 152, 153, 154, 155, - 303, 938, 0, 0, 0, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 0, 0, 0, 0, 0, 0, - 303, -250, 156, 157, 158, 150, 151, 152, 153, 154, - 155, 332, 0, 0, 0, 159, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 0, 159, 0, 0, 0, - 0, 622, 0, 156, 157, 158, 150, 151, 152, 153, - 154, 155, 0, 0, 0, 0, 159, 0, 0, 0, - 0, 0, 0, 156, 157, 158, 624, 159, 168, 0, - 0, 150, 151, 152, 153, 154, 155, 0, 0, 168, - 0, 0, 0, 0, 0, 0, 0, 159, 156, 157, - 158, 0, 0, 0, 0, 0, 0, 0, 698, 168, - 0, 0, 0, 699, 700, 701, 702, 703, 704, 0, - 168, 0, 159, 0, 0, 0, 0, 0, 0, 0, - 156, 705, 706, 0, 0, 0, 0, 0, 0, 0, - 168, 0, 0, 0, 0, 0, 0, 0, 0, 77, - 304, 305, 0, 171, 707, 0, 0, 0, 0, 0, - 77, 304, 305, 0, 171, 168, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 77, 304, 305, 0, 171, 0, 0, 0, 0, 0, - 0, 77, 304, 305, 0, 171, 0, 168, 0, 0, - 0, 0, 0, 0, 0, -194, -194, 0, 0, 0, - 0, 77, 304, 305, 0, 171, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 77, 304, 305, 0, - 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 77, 708, - 709, 0, 171, 11, 12, 13, 0, 14, 15, 16, - 17, 18, 19, 20, 21, 22, 23, 0, 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, 3, 0, 0, 0, 0, 0, 0, 0, 131, - 80, 0, 0, 0, 83, 0, 0, 0, 0, 0, - 0, 0, 0, -400, -400, -400, 0, 4, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 11, 12, 13, 0, - 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 0, 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, 3, 0, 0, 0, 0, 0, - 0, 0, 131, 80, 0, 0, 0, 83, 0, 0, - 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, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, - 12, 13, 0, 14, 15, 16, 17, 18, 19, 20, - 21, 22, 23, 0, 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, 3, 0, 0, - 0, 0, 0, 77, 1047, 131, 80, 0, 0, 0, - 83, 0, 0, 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, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 11, 12, 13, 0, 14, 15, 16, 17, - 18, 19, 20, 21, 22, 23, 0, 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, - -400, -400, -400, 0, 0, 0, 0, 0, 131, 80, - 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 11, 12, 13, 0, 14, 15, 16, - 17, 18, 19, 20, 21, 22, 23, 0, 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, 8, 9, 10, 0, 0, 0, 0, 0, 131, - 80, 0, 0, 0, 83, 0, 0, 0, 0, 0, - 11, 12, 13, 0, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 0, 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, 0, 0, - 0, 0, 0, 0, 0, 0, 131, 80, 11, 12, - 13, 83, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 0, 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, 0, 0, 0, 0, - 0, 0, 0, 0, 131, 80, 0, 0, 0, 83 +static const short yytable[] = { 118, + 116, 307, 118, 125, 284, 550, 118, 211, 211, 211, + 525, 575, 111, 94, 488, 129, 602, 132, 621, 710, + 712, 526, 722, 527, 515, 516, 195, 434, 447, 619, + 1140, 517, 518, 725, 679, 675, 325, 326, 327, 328, + 329, 330, 519, 520, 521, 522, 204, 439, 409, 523, + 524, 600, -582, 413, 912, 414, -582, 914, 995, 234, + 234, 1022, 584, 1027, 256, 119, 608, 808, 119, 1009, + 90, 1071, 135, 417, 449, 710, 712, 996, 722, 995, + 990, 2, -628, 118, 116, 759, -628, 997, 917, 725, + 235, 235, 552, 453, 921, 259, 111, 94, 1068, 392, + 389, 259, 1121, 1122, 428, 628, 261, 986, 997, 986, + 262, 760, 499, 823, 393, 824, 118, 987, 395, 987, + 721, 262, 262, 641, 616, 287, 907, 878, 500, 888, + 1059, 453, 118, 720, 300, 1054, 762, 1055, 394, 941, + 1060, 395, 879, 118, 898, 299, 1068, 453, 211, 119, + -400, 677, -400, 1056, 90, 942, 997, 121, 122, 395, + -400, 665, 1014, 1086, -624, 1039, 211, 324, -624, 1170, + 1067, 1069, 1123, 783, 1124, 1095, 721, 1097, 411, 1052, + 1053, 395, 119, 681, 200, 232, 232, 204, 768, 720, + 1125, 1141, 211, 771, 668, 808, 386, 387, 301, 1072, + 211, 808, 211, -268, 211, 259, 759, 211, 1028, 315, + 663, 397, 77, 78, 134, 211, 817, 81, 82, 404, + 211, 759, 211, 403, 395, 205, 405, 606, 469, 449, + 646, 204, 760, 998, 999, 211, 211, 77, 1000, 204, + 278, 1001, 1133, 204, 1136, 539, 204, 760, 667, 1021, + 1120, 1023, 548, 413, 717, 422, 395, 762, 77, 1000, + 594, 512, 513, 514, 718, 719, 234, 77, 988, 77, + 988, 234, 762, 234, 471, 204, 118, 431, 713, 118, + 118, 118, 2, 714, 801, 975, 234, 288, 1099, 307, + 77, 1061, 715, 118, 446, 716, 302, 235, 453, 118, + 906, 395, 235, 908, 235, 596, 77, 1000, 1066, 768, + 717, 664, 434, 311, 771, 808, 488, 235, 551, 468, + 718, 719, 395, 473, 768, 200, -400, -400, -400, 771, + -678, -400, -400, 470, 713, 307, 614, 312, -400, 714, + 615, -400, 119, -400, 211, 436, 438, 440, 715, 1136, + 307, 716, 211, 395, 211, 679, 684, 631, 817, 119, + 710, 712, 605, 722, 1031, 301, 205, 972, 909, 200, + 453, 693, -626, 694, 725, 395, -626, 200, 970, 833, + 388, 200, 453, -678, 200, 1015, 313, -616, 1016, 1139, + 666, -616, 232, 410, 1145, 314, -613, 232, 211, 232, + -613, -400, 677, -400, 977, 978, 1032, 378, 379, 1033, + 205, -400, 232, 200, 316, 380, 381, 537, 205, 211, + 211, 1078, 205, 1079, 1019, 205, 211, 1019, 118, 560, + 547, -269, -579, 254, 979, 980, -579, 204, 118, 1080, + 118, 547, 118, 1174, 470, 307, 1090, 835, 981, -268, + 118, 471, 300, 118, 205, 1117, -578, 118, 2, 2, + -578, 721, -602, 77, 78, 134, -602, 307, 81, 82, + 234, 234, -577, -269, 720, 448, -577, -400, -400, -400, + -678, -678, -400, -400, -617, -678, -678, 259, -617, 211, + 1045, 193, 223, 223, 119, 317, 967, 259, 118, 118, + 1057, 235, 235, 336, 572, 335, 119, 968, 119, 969, + 957, 958, 380, 381, 378, 379, 301, 959, 960, 587, + 77, 78, 134, 592, 1117, 81, 82, 337, 961, 962, + 963, 964, 338, 402, 494, 965, 966, 211, 211, 1113, + 1054, 1019, 1055, 1019, -618, 118, 633, 339, -618, -400, + -400, -400, 547, 211, -400, -400, 211, 211, 1056, 340, + 812, -400, -400, -400, 617, 618, -400, -400, -451, 471, + 547, 259, 380, 381, 1016, 200, 204, -45, 382, 383, + 341, 1078, 118, 1079, 300, 836, 837, 838, 839, 840, + 841, -672, 384, 385, -619, 717, 232, 232, -619, 1080, + 395, 388, 673, 1035, 882, 718, 719, -676, 77, 78, + 134, 119, -673, 81, 82, -268, 205, 471, 259, 713, + 992, 1126, 380, 381, 714, 2, 1148, 211, 211, 1016, + -621, 742, 193, 715, -621, 389, 716, 395, 390, 211, + 211, 931, 211, 380, 381, 602, 382, 383, 301, 196, + 229, 229, 307, 1029, 280, 281, 282, 118, 1149, 118, + 384, 385, 391, 868, 869, -622, 206, 399, 118, -622, + 398, 118, 118, 211, 815, 489, 193, 870, 871, 473, + 996, 382, 383, 492, 193, 493, 394, 742, 193, 395, + 997, 193, 404, 469, 933, 384, 385, -505, 97, 223, + -675, 97, 812, -611, 223, 411, 223, -611, 395, 241, + 242, 406, 469, -674, 200, 1046, 375, 376, 377, 223, + 193, 407, 395, 572, 1058, 572, 935, 77, 78, 134, + 1181, -596, 81, 82, 802, -596, 412, 592, 119, 359, + -268, 360, 471, -400, 1083, 386, 387, 954, 955, 956, + 2, 986, -601, 418, 1114, 205, -601, 555, 419, -400, + 1100, 987, 361, 362, 1192, 845, -600, 846, -599, -400, + -600, 423, -599, 424, 211, 77, 78, 134, 426, 471, + 81, 82, 97, 486, 487, -400, 1108, 2, 847, 848, + 196, -268, 903, 471, 2, 903, 1127, 264, 265, 266, + 267, 268, 269, 270, 271, 445, 273, 206, -598, 276, + 1132, 1078, -598, 1079, 118, 97, 815, 1147, 430, -597, + 555, 442, 1036, -597, 118, 289, 290, 292, -594, 1080, + 444, 298, -594, 450, 196, -595, 998, 999, 461, -595, + 77, 1000, 196, -268, 1001, 603, 196, 321, -591, 196, + 467, 206, -591, 476, 331, 986, -614, 229, 1166, 206, + -614, 477, 229, 206, 229, 987, 206, 378, 379, 555, + 1165, 1123, -592, 1124, 478, -583, -592, 229, 196, -583, + 119, -586, 193, 532, 533, -586, 993, 555, 644, 1125, + 930, 480, 614, 479, 1012, 206, 1038, 375, 376, 377, + 77, 78, 134, 223, 223, 81, 82, 924, 481, -606, + 482, 77, 988, -606, 321, 171, 903, 497, 903, 903, + 903, 490, 501, 502, 503, 504, 505, 506, 507, 508, + 509, 510, 511, 861, 862, 863, 483, 77, 78, 134, + 118, 118, 81, 82, 77, 78, 134, -610, 484, 81, + 82, -610, 425, 531, 1074, 1075, 1076, 541, 644, 696, + 375, 376, 377, -607, -608, -604, -587, -607, -608, -604, + -587, 644, 742, -585, 542, 97, 432, -585, 435, 437, + -589, 657, 658, 1050, -589, 993, 993, -590, 545, 284, + -588, -590, 97, 1064, -588, 1012, 1012, 1049, 298, 395, + 692, 321, 864, 865, 818, 544, 1040, 1041, 549, 866, + 867, 562, 1064, 563, 307, 77, 988, 118, 1093, 171, + 472, 193, 910, 658, 872, 873, 564, 1187, -268, 118, + 560, 1102, 118, 903, 567, 903, 1025, 1026, 395, 1111, + 196, 321, 1129, 1130, 274, 275, 573, 579, 307, 580, + 582, 589, 395, 993, 118, 118, 993, 206, 1064, 1064, + 588, 229, 229, 593, 597, 607, 601, 1012, 610, 1012, + 612, 613, 1012, 630, 634, 635, 1012, 637, 118, 118, + 645, 1012, 651, 119, 648, 653, 656, 118, 654, 671, + 674, 669, 659, 686, 781, 119, 745, 682, 1105, 676, + 687, 118, 777, 784, 799, 797, 197, 230, 230, 822, + 819, 821, 826, 831, 276, 825, 883, 827, 832, 874, + 1118, 1119, 993, 118, 118, 1064, 844, 97, 875, 880, + 1012, 911, 919, 922, 565, 877, 568, 876, 574, 97, + 934, 97, 927, 889, 1142, 1143, 581, 890, 191, 298, + 118, 1093, 928, 119, 891, 932, 590, 243, 244, 245, + 246, 247, 248, 249, 250, 251, 252, 119, 598, 936, + 973, 472, 689, 604, 1012, 894, 432, 974, 171, 196, + 1034, 976, 1037, 1070, 1089, 1106, 897, 1082, 1126, 1168, + 1169, 364, 1128, 915, 1144, 1101, 206, 1151, 272, 1154, + 1155, 1157, 277, 1160, 279, 1172, 283, 1162, 1159, 1175, + 1164, 285, 1176, 1178, 1183, 1185, 119, 1186, 1188, 1189, + 793, 293, 1195, 294, 1196, 365, 366, 367, 368, 369, + 370, 371, 372, 373, 374, 20, 21, 22, 23, 253, + 24, 452, 1003, 1190, 97, 29, 30, 197, 1177, 33, + 34, 1137, 36, 37, 38, 39, 791, 1044, 647, 1112, + 1051, 432, 1167, 1085, 939, 363, 576, 51, 52, 896, + 650, 789, 1182, 787, 661, 662, 925, 286, 811, 239, + 474, 298, 1161, 611, 538, 829, 0, 319, 485, 320, + 421, 197, 76, 0, 1043, 0, 198, 231, 231, 197, + 604, 0, 80, 197, 0, 432, 197, 0, 0, 0, + 306, 0, 0, 0, 230, 690, 691, 0, 0, 230, + 321, 230, 321, 306, 306, 306, 306, 306, 306, 0, + 333, 334, 0, 191, 230, 197, 0, 0, 0, 0, + 0, 191, 0, 0, 0, 191, 0, 779, 191, 0, + 793, 0, 429, 793, 0, 786, 408, 788, 0, 0, + 0, 795, 796, 0, 0, 0, 800, 0, 0, 0, + 590, 813, 0, 0, 0, 0, 472, 191, 0, 441, + 0, 0, 443, 0, 0, 0, 0, 0, 0, 0, + 451, 0, 0, 454, 0, 0, 321, 0, 0, 0, + 0, 0, 937, 497, 0, 0, 0, 0, 943, 944, + 945, 946, 947, 948, 949, 950, 951, 952, 953, 0, + 0, 0, 0, 0, 208, 237, 237, 850, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, + 0, 0, 0, 459, 0, 0, 0, 0, 0, 0, + 0, 462, 463, 464, 465, 0, 0, 0, 793, 0, + 0, 851, 852, 853, 854, 855, 856, 857, 858, 859, + 860, 0, 459, 0, 0, 0, 900, 0, 0, 0, + 0, 198, 0, 459, 0, 0, 0, 0, 0, 198, + 0, 0, 0, 198, 0, 0, 198, 197, 0, 0, + 498, 0, 0, 0, 231, 0, 0, 546, 0, 231, + 0, 231, 923, 813, 0, 604, 0, 454, 230, 230, + 0, 0, 561, 0, 231, 198, 0, 566, 0, 569, + 0, 0, 0, 0, 0, 0, 0, 578, 0, 191, + 0, 583, 0, 0, 0, 0, 0, 543, 306, 306, + 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, + 306, 306, 306, 306, 0, 208, 318, 0, 0, 0, + 0, 0, 303, 0, 0, 0, 0, 150, 151, 152, + 153, 154, 155, 0, 793, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 156, 157, 158, 0, 306, -250, + 0, 1017, 0, 0, 0, 303, 0, 0, 1024, 208, + 150, 151, 152, 153, 154, 155, 0, 208, 159, 0, + 0, 208, 0, 0, 208, 0, 0, 156, 157, 158, + 0, 0, 237, 0, 0, 0, 197, 237, 0, 237, + 0, 0, 0, 0, 306, 0, 0, 0, 0, 306, + 0, 159, 237, 208, 0, 0, 0, 0, 303, 306, + 0, 168, 0, 150, 151, 152, 153, 154, 155, 620, + 0, 0, 0, 454, 0, 0, 0, 0, 191, 0, + 156, 157, 158, 0, 0, 0, 0, 198, 0, 0, + 0, 0, 678, 0, 168, 0, 0, 683, 0, 0, + 0, 306, 0, 306, 159, 623, 625, 0, 231, 231, + 210, 238, 238, 1087, 0, 0, 97, 0, 0, 0, + 0, 0, 0, 0, 561, 0, 744, 0, 813, 0, + 1104, 0, 77, 304, 305, 432, 171, 465, 1109, 1110, + 0, 0, 0, 0, 0, 0, 0, 168, 745, 746, + 747, 748, 0, 0, 306, 749, 750, 751, 752, 753, + 754, 755, 459, 0, 459, 77, 304, 305, 0, 171, + 697, 0, 0, 0, 743, 0, 306, 0, 0, 0, + 0, 1146, 0, 0, 0, 0, 97, 0, 1150, 1152, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 813, 849, 0, 0, 0, 711, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 208, 0, 0, 77, 304, + 305, 0, 171, 0, 0, 1171, 198, 828, 0, 0, + 0, 0, 0, 0, 0, 0, 237, 237, 834, 0, + 0, 0, 0, 0, 0, 1179, 1180, 0, 0, 97, + 0, 210, 1184, 792, 1098, 0, 892, 893, 303, 0, + 0, 711, 0, 150, 151, 152, 153, 154, 155, 0, + 0, 0, 306, 306, 306, 306, 306, 306, 842, 843, + 156, 157, 158, 0, 0, 0, 0, 0, 916, 0, + 0, 0, 0, 0, 0, 210, 0, 0, 0, 0, + 0, 0, 0, 210, 159, 0, 0, 210, 0, 0, + 210, 0, 0, 0, 0, 0, 0, 0, 238, 0, + 0, -533, 0, 238, 0, 238, 343, 0, 0, 0, + 0, 150, 151, 152, 153, 154, 155, 0, 238, 210, + 0, 0, 0, 0, 0, 0, 0, 168, 156, 157, + 158, 0, 0, 0, 208, 0, 0, 0, 0, 0, + 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 159, 0, 0, 0, 0, 0, 792, 0, + 0, 0, 0, 303, 0, 0, 940, 0, 150, 151, + 152, 153, 154, 155, 1018, 0, 0, 0, 0, 0, + 0, 0, 0, 306, 0, 156, 157, 158, 0, 0, + 0, 0, 0, 1030, 0, 168, 0, 0, 77, 304, + 305, 0, 171, 0, 0, 0, 0, 0, 0, 159, + 0, 0, 0, 0, 306, 306, 306, 306, 306, 306, + 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, + 306, 0, 306, 0, 0, 0, 0, 0, 0, -1, + 1, 0, 0, 0, 0, 0, 465, 0, 0, 0, + 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -268, 0, 0, 77, 304, 305, 0, + 171, 0, 0, 2, 0, 0, 0, 0, 0, 0, + 0, 210, 0, 0, 3, 0, 0, 1088, 0, 306, + 0, 1042, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 238, 238, 0, 0, -400, -400, -400, 0, + 4, 0, 0, 0, 0, 5, 6, 7, 0, 0, + 0, 0, 0, 77, 304, 305, 711, 171, 0, 0, + 8, 9, 10, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, + 12, 13, 0, 14, 15, 16, 17, 18, 19, 20, + 21, 22, 23, 1153, 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, 0, 0, 0, + 210, 0, 0, 77, 78, 79, 80, 0, 81, 82, + 83, -2, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1191, 0, -268, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, -400, -400, + -400, 0, 4, 306, 0, 0, 0, 5, 6, 7, + 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, + 0, 0, 8, 9, 10, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, + 0, 11, 12, 13, 0, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 0, 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, 0, + 0, 0, 0, 0, 0, 77, 78, 79, 80, 136, + 81, 82, 83, 0, 137, 138, 139, 0, 140, 141, + 142, 143, 144, 145, 146, 147, 148, -533, 535, 0, + 0, 0, 149, 0, 0, 0, 0, 150, 151, 152, + 153, 154, 155, 0, 0, 0, 0, 0, 0, 0, + -268, -268, 0, 3, 156, 157, 158, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, -400, -400, -400, 159, 4, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 161, 162, 163, 164, 165, 166, 0, + 0, 0, 0, 0, 0, 0, 0, 167, 11, 12, + 13, 168, 14, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 0, 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, 0, 0, 0, 0, + 0, 0, 77, 169, 536, 80, 171, 172, 82, 83, + 136, 0, 0, 0, 0, 137, 138, 139, 0, 140, + 141, 142, 143, 144, 145, 146, 147, 148, -533, 0, + 0, 0, 0, 149, 0, 0, 0, 0, 150, 151, + 152, 153, 154, 155, 0, 0, 0, 0, 0, 0, + 0, -268, -268, 0, 0, 156, 157, 158, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -268, -268, -268, 159, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 161, 162, 163, 164, 165, 166, + 0, 0, 0, 0, 0, 0, 0, 0, 167, -268, + -268, -268, 168, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, 0, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, 0, 0, 0, + 0, 0, 0, 77, 169, 170, -268, 171, 172, 82, + -268, 213, 0, 0, 0, 0, 137, 138, 139, 0, + 0, 214, 142, 143, 144, 145, 146, 147, 215, -533, + -537, 0, 0, 0, 216, 0, 0, 0, 0, 150, + 151, 152, 153, 154, 155, 0, 0, 0, 0, 0, + 0, 0, -268, -268, 0, 0, 156, 157, 158, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, -268, -268, -268, + 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 162, 163, 164, 165, + 166, 0, 0, 0, 0, 0, 0, 0, 0, 167, + -268, -268, -268, 168, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, 0, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, -268, -268, + -268, -268, -268, -268, -268, -268, -268, -268, 0, 0, + 0, 0, 0, 0, 77, 169, 170, -268, 171, 217, + 218, -268, 213, 0, 0, 0, 0, 137, 138, 139, + 0, 0, 214, 142, 143, 144, 145, 146, 147, 215, + -478, -478, 0, 0, 0, 216, -478, 0, 0, 0, + 150, 151, 152, 153, 154, 155, 0, 0, 0, 0, + 0, 0, 0, -268, -268, 0, 136, 156, 157, 158, + 0, 137, 138, 139, 0, 140, 141, 142, 143, 144, + 145, 146, 147, 148, -533, 0, 0, 0, 0, 149, + 0, 159, 0, 0, 150, 151, 152, 153, 154, 155, + 0, 0, 0, 0, 0, 0, 0, -268, -268, 0, + 0, 156, 157, 158, 0, -478, 161, 162, 163, 164, + 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, + 167, 0, 0, 0, 168, 159, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, + 161, 162, 163, 164, 165, 166, 0, 0, 0, 0, + 0, 0, 0, 0, 167, 0, 0, 0, 168, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 77, 169, 170, 0, 171, + 217, 218, 0, 0, 0, 136, 0, 0, 0, 0, + 137, 138, 139, 0, 140, 141, 142, 143, 144, 145, + 146, 147, 148, -533, 0, 0, 0, 0, 149, 0, + 0, 0, 0, 150, 151, 152, 153, 154, 155, 77, + 169, 170, 0, 171, 172, 82, -268, -268, 0, 213, + 156, 157, 158, 0, 137, 138, 139, 0, 0, 214, + 142, 143, 144, 145, 146, 147, 215, -533, -537, 0, + 0, 0, 216, 0, 159, 0, 0, 150, 151, 152, + 153, 154, 155, 0, 0, 0, 0, 0, 0, 0, + -268, -268, 0, 0, 156, 157, 158, 0, -506, 161, + 162, 163, 164, 165, 166, 0, 0, 0, 0, 0, + 0, 0, 0, 167, 0, 0, 0, 168, 159, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, -474, 161, 162, 163, 164, 165, 166, 0, + 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, + 0, 168, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 77, 169, + 170, 0, 171, 172, 82, 0, 0, 0, 136, 0, + 0, 0, 0, 137, 138, 139, 0, 140, 141, 142, + 143, 144, 145, 146, 147, 148, -533, 626, 0, 0, + 0, 149, 0, 0, 0, 0, 150, 151, 152, 153, + 154, 155, 77, 169, 170, 0, 171, 217, 218, -268, + -268, 0, 213, 156, 157, 158, 0, 137, 138, 139, + 0, 0, 214, 142, 143, 144, 145, 146, 147, 215, + -533, -537, 0, 0, 0, 216, 0, 159, 0, 0, + 150, 151, 152, 153, 154, 155, 0, 0, 0, 0, + 0, 0, 0, -268, -268, 0, 0, 156, 157, 158, + 0, 0, 161, 162, 163, 164, 165, 166, 0, 0, + 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, + 168, 159, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 161, 162, 163, 164, + 165, 166, 0, 0, 0, 0, 0, 0, 0, 0, + 167, 0, 0, 0, 168, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 303, 495, 0, 0, 0, 150, 151, 152, 153, 154, + 155, 77, 169, 170, 0, 171, 172, 82, 0, 0, + 0, 136, 156, 157, 158, 0, 137, 138, 139, 0, + 140, 141, 142, 143, 144, 145, 146, 147, 148, -533, + 0, 0, 0, 0, 149, 0, 159, 0, 0, 150, + 151, 152, 153, 154, 155, 77, 169, 170, 0, 171, + 217, 218, -268, -268, 0, 0, 156, 157, 158, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, + 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 162, 163, 164, 165, + 166, 0, 0, 0, 0, 0, 0, 0, 0, 167, + 137, 138, 139, 168, 140, 141, 142, 143, 144, 145, + 146, 147, 215, -533, 553, 0, 0, 0, 343, 0, + 0, 0, 0, 150, 151, 152, 153, 154, 155, 0, + 77, 304, 305, 0, 171, 0, -268, -268, 0, 3, + 156, 157, 158, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 159, 4, 0, 0, 0, 0, + 0, 0, 0, 0, 77, 169, 170, 0, 171, 172, + 82, 0, 0, 0, 0, 0, 0, 0, 0, 161, + 162, 163, 164, 165, 166, 0, 0, 0, 0, 0, + 0, 0, 0, 554, 11, 12, 13, 168, 14, 15, + 16, 17, 18, 19, 20, 21, 22, 23, 0, 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, 0, 0, 0, 0, 0, 0, 77, 169, + 536, 80, 171, 172, 82, 83, 137, 138, 139, 0, + 140, 141, 142, 143, 144, 145, 146, 147, 215, -533, + 627, 0, 0, 0, 343, 0, 0, 0, 0, 150, + 151, 152, 153, 154, 155, 0, 0, 0, 0, 0, + 0, 0, -268, -268, 0, 3, 156, 157, 158, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 159, 4, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 162, 163, 164, 165, + 166, 0, 0, 0, 0, 0, 0, 0, 0, 167, + 11, 12, 13, 168, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 0, 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, 0, 0, + 0, 0, 0, 0, 77, 169, 536, 80, 171, 172, + 82, 83, 137, 138, 139, 0, 140, 141, 142, 143, + 144, 145, 146, 147, 215, -533, 639, 0, 0, 0, + 343, 0, 0, 0, 0, 150, 151, 152, 153, 154, + 155, 0, 0, 0, 0, 0, 0, 0, -268, -268, + 0, 3, 156, 157, 158, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 159, 4, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 161, 162, 163, 164, 165, 166, 0, 0, 0, + 0, 0, 0, 0, 0, 640, 11, 12, 13, 168, + 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, + 0, 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, 0, 0, 0, 0, 0, 0, + 77, 169, 536, 80, 171, 172, 82, 83, 137, 138, + 139, 0, 140, 141, 142, 143, 144, 145, 146, 147, + 215, -533, 638, 0, 0, 0, 343, 0, 0, 0, + 0, 150, 151, 152, 153, 154, 155, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 156, 157, + 158, 0, 137, 138, 139, 0, 140, 141, 142, 143, + 144, 145, 146, 147, 215, -533, 642, 0, 0, 0, + 343, 0, 159, 0, 0, 150, 151, 152, 153, 154, + 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 156, 157, 158, 0, 0, 161, 162, 163, + 164, 165, 166, 0, 0, 0, 0, 0, 0, 0, + 0, 167, 0, 0, 0, 168, 159, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 161, 162, 163, 164, 165, 166, 0, 0, 0, + 0, 0, 0, 0, 0, 643, 137, 138, 139, 168, + 140, 141, 142, 143, 144, 145, 146, 147, 215, -533, + 695, 0, 0, 0, 343, 0, 0, 0, 0, 150, + 151, 152, 153, 154, 155, 0, 77, 169, 170, 0, + 171, 172, 82, 0, 0, 0, 156, 157, 158, 0, + 137, 138, 139, 0, 140, 141, 142, 143, 144, 145, + 146, 147, 215, -533, 773, 0, 0, 0, 343, 0, + 159, 0, 0, 150, 151, 152, 153, 154, 155, 0, + 77, 169, 170, 0, 171, 172, 82, 0, 0, 0, + 156, 157, 158, 0, 0, 161, 162, 163, 164, 165, + 166, 0, 0, 0, 0, 0, 0, 0, 0, 167, + 0, 0, 0, 168, 159, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 161, + 162, 163, 164, 165, 166, 0, 0, 0, 0, 0, + 0, 0, 0, 167, 137, 138, 139, 168, 140, 141, + 142, 143, 144, 145, 146, 147, 215, -533, 774, 0, + 0, 0, 343, 0, 0, 0, 0, 150, 151, 152, + 153, 154, 155, 0, 77, 169, 170, 0, 171, 172, + 82, 0, 0, 0, 156, 157, 158, 0, 137, 138, + 139, 0, 140, 141, 142, 143, 144, 145, 146, 147, + 215, -533, 776, 0, 0, 0, 343, 0, 159, 0, + 0, 150, 151, 152, 153, 154, 155, 0, 77, 169, + 170, 0, 171, 172, 82, 0, 0, 0, 156, 157, + 158, 0, 0, 161, 162, 163, 164, 165, 166, 0, + 0, 0, 0, 0, 0, 0, 0, 775, 0, 0, + 0, 168, 159, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 161, 162, 163, + 164, 165, 166, 0, 0, 0, 0, 0, 0, 0, + 0, 167, 137, 138, 139, 168, 140, 141, 142, 143, + 144, 145, 146, 147, 215, -533, 899, 0, 0, 0, + 343, 0, 0, 0, 0, 150, 151, 152, 153, 154, + 155, 0, 77, 169, 170, 0, 171, 172, 82, 0, + 0, 0, 156, 157, 158, 0, 137, 138, 139, 0, + 140, 141, 142, 143, 144, 145, 146, 147, 215, -533, + 0, 0, 0, 0, 343, 0, 159, 0, 0, 150, + 151, 152, 153, 154, 155, 0, 77, 169, 170, 0, + 171, 172, 82, 0, 0, 0, 156, 157, 158, 0, + 0, 161, 162, 163, 164, 165, 166, 0, 0, 0, + 0, 0, 0, 0, 0, 167, 0, 0, 0, 168, + 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 162, 163, 164, 165, + 166, -134, 0, 0, 0, 0, -134, 0, 0, 167, + 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 77, 169, 170, 0, 171, 172, 82, 0, 0, 0, + 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + -536, 0, 0, 0, 77, 169, 170, 0, 171, 172, + 82, 0, 11, 12, 13, 0, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 0, 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, + 0, 0, 0, 0, 0, 0, 0, 0, 131, 80, + 11, 12, 13, 83, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 0, 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, -676, 0, + 0, 0, 0, 0, 0, 0, 131, 80, 0, 0, + 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -678, -678, -678, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, -678, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, -678, -678, -678, 0, + -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, + 0, -678, -678, -678, -678, -678, -678, -678, -678, -678, + -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, + -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, + -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, + -678, -678, -678, -678, -678, -678, -678, -678, -678, -678, + -678, -678, -678, -678, -268, 0, 0, 0, 0, 0, + 0, 0, 0, -678, 2, 303, 0, -678, 599, 0, + 150, 151, 152, 153, 154, 155, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 156, 157, 158, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 159, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 11, 12, 13, 0, 14, 15, 16, 17, 18, 19, + 20, 21, 22, 23, 168, 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, 0, 0, + 0, 0, 0, 0, 77, 78, 79, 80, 0, 81, + 82, 83, 0, 0, 0, 77, 304, 305, 303, 171, + 0, 680, 0, 150, 151, 152, 153, 154, 155, 303, + 938, 0, 0, 0, 150, 151, 152, 153, 154, 155, + 156, 157, 158, 0, 0, 0, 0, 0, 0, 303, + -250, 156, 157, 158, 150, 151, 152, 153, 154, 155, + 332, 0, 0, 0, 159, 150, 151, 152, 153, 154, + 155, 156, 157, 158, 0, 159, 0, 0, 0, 0, + 622, 0, 156, 157, 158, 150, 151, 152, 153, 154, + 155, 0, 0, 0, 0, 159, 0, 0, 0, 0, + 0, 0, 156, 157, 158, 624, 159, 168, 0, 0, + 150, 151, 152, 153, 154, 155, 0, 0, 168, 0, + 0, 0, 0, 0, 0, 0, 159, 156, 157, 158, + 0, 0, 0, 0, 0, 0, 0, 698, 168, 0, + 0, 0, 699, 700, 701, 702, 703, 704, 0, 168, + 0, 159, 0, 0, 0, 0, 0, 0, 0, 156, + 705, 706, 0, 0, 0, 0, 0, 0, 0, 168, + 0, 0, 0, 0, 0, 0, 0, 0, 77, 304, + 305, 0, 171, 707, 0, 0, 0, 0, 0, 77, + 304, 305, 0, 171, 168, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, + 304, 305, 0, 171, 0, 0, 0, 0, 0, 0, + 77, 304, 305, 0, 171, 0, 168, 0, 0, 0, + 0, 0, 0, 0, -194, -194, 0, 0, 0, 0, + 77, 304, 305, 0, 171, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 77, 304, 305, 0, 171, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 77, 708, 709, + 0, 171, 11, 12, 13, 0, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 0, 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, + 3, 0, 0, 0, 0, 0, 0, 0, 131, 80, + 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, + 0, 0, -400, -400, -400, 0, 4, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 11, 12, 13, 0, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 0, + 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, 3, 0, 0, 0, 0, 0, 0, + 0, 131, 80, 0, 0, 0, 83, 0, 0, 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, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 11, 12, + 13, 0, 14, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 0, 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, 3, 0, 0, 0, + 0, 0, 77, 1047, 131, 80, 0, 0, 0, 83, + 0, 0, 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, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 11, 12, 13, 0, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 0, 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, -400, + -400, -400, 0, 0, 0, 0, 0, 131, 80, 0, + 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 11, 12, 13, 0, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 0, 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, + 8, 9, 10, 0, 0, 0, 0, 0, 131, 80, + 0, 0, 0, 83, 0, 0, 0, 0, 0, 11, + 12, 13, 0, 14, 15, 16, 17, 18, 19, 20, + 21, 22, 23, 0, 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, 0, 0, 0, + 0, 0, 0, 0, 0, 131, 80, 11, 12, 13, + 83, 14, 15, 16, 17, 18, 19, 20, 21, 22, + 23, 0, 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, 0, 0, 0, 0, 0, + 0, 0, 0, 131, 80, 0, 0, 0, 83 }; -static const short yycheck[] = -{ - 0, 0, 137, 3, 2, 117, 425, 7, 8, 9, - 10, 388, 441, 0, 0, 343, 3, 473, 5, 530, - 632, 632, 389, 632, 390, 378, 379, 8, 278, 295, - 528, 27, 380, 381, 632, 601, 597, 150, 151, 152, - 153, 154, 155, 382, 383, 384, 385, 8, 19, 216, - 386, 387, 471, 21, 221, 792, 223, 25, 795, 5, - 9, 10, 907, 451, 914, 19, 0, 486, 670, 3, - 895, 0, 55, 7, 227, 297, 688, 688, 24, 688, - 5, 887, 34, 21, 84, 84, 636, 25, 34, 798, - 688, 9, 10, 426, 5, 804, 18, 84, 84, 24, - 41, 39, 18, 1059, 1060, 258, 539, 24, 24, 34, - 24, 98, 636, 28, 25, 56, 682, 117, 34, 21, - 34, 632, 109, 110, 557, 27, 124, 783, 41, 44, - 757, 24, 5, 133, 632, 133, 26, 636, 28, 18, - 28, 34, 21, 56, 144, 772, 133, 24, 5, 149, - 84, 24, 25, 26, 44, 84, 44, 34, 110, 111, - 21, 34, 581, 900, 1014, 21, 27, 167, 149, 25, - 1126, 996, 997, 26, 655, 28, 1021, 688, 1023, 18, - 986, 987, 21, 117, 603, 8, 9, 10, 149, 636, - 688, 44, 188, 193, 636, 583, 798, 53, 54, 133, - 183, 201, 804, 203, 18, 205, 18, 757, 208, 918, - 144, 23, 193, 184, 185, 186, 216, 673, 189, 190, - 188, 221, 772, 223, 205, 21, 8, 208, 478, 25, - 452, 559, 193, 757, 180, 181, 236, 237, 184, 185, - 201, 87, 188, 1068, 205, 1070, 399, 208, 772, 582, - 906, 1057, 908, 420, 421, 632, 237, 21, 757, 184, - 185, 25, 375, 376, 377, 632, 632, 216, 184, 185, - 184, 185, 221, 772, 223, 26, 237, 277, 277, 632, - 280, 281, 282, 34, 632, 5, 884, 236, 21, 1026, - 425, 184, 185, 632, 294, 294, 632, 24, 216, 5, - 300, 782, 21, 221, 785, 223, 25, 184, 185, 996, - 757, 688, 578, 563, 24, 757, 918, 645, 236, 25, - 18, 688, 688, 21, 322, 772, 149, 184, 185, 186, - 772, 34, 189, 190, 321, 688, 471, 21, 24, 18, - 688, 25, 21, 277, 23, 345, 280, 281, 282, 688, - 1175, 486, 688, 353, 21, 355, 922, 607, 25, 815, - 294, 973, 973, 476, 973, 926, 300, 149, 879, 788, - 193, 5, 622, 21, 624, 973, 21, 25, 201, 877, - 25, 29, 205, 5, 87, 208, 18, 24, 21, 21, - 1077, 25, 25, 216, 217, 1082, 24, 21, 221, 399, - 223, 25, 24, 25, 26, 88, 89, 25, 32, 33, - 28, 193, 34, 236, 237, 18, 49, 50, 399, 201, - 420, 421, 26, 205, 28, 904, 208, 427, 907, 429, - 429, 417, 24, 21, 26, 118, 119, 25, 399, 439, - 44, 441, 428, 443, 1131, 432, 581, 22, 698, 132, - 24, 451, 26, 451, 454, 237, 1054, 21, 458, 34, - 34, 25, 973, 21, 184, 185, 186, 25, 603, 189, - 190, 420, 421, 21, 24, 973, 26, 25, 184, 185, - 186, 184, 185, 189, 190, 21, 189, 190, 18, 25, - 490, 21, 8, 9, 10, 429, 18, 874, 18, 499, - 500, 21, 420, 421, 16, 439, 24, 441, 875, 443, - 876, 864, 865, 49, 50, 32, 33, 451, 866, 867, - 454, 184, 185, 186, 458, 1123, 189, 190, 16, 868, - 869, 870, 871, 16, 203, 358, 872, 873, 538, 539, - 25, 26, 1021, 28, 1023, 21, 546, 546, 16, 25, - 184, 185, 186, 539, 554, 189, 190, 557, 558, 44, - 15, 673, 184, 185, 186, 499, 500, 189, 190, 25, - 26, 557, 18, 49, 50, 21, 399, 538, 22, 37, - 38, 100, 26, 583, 28, 583, 699, 700, 701, 702, - 703, 704, 22, 51, 52, 21, 973, 420, 421, 25, - 44, 21, 29, 590, 932, 25, 973, 973, 22, 184, - 185, 186, 546, 22, 189, 190, 24, 399, 26, 18, - 973, 887, 21, 49, 50, 973, 34, 18, 628, 629, - 21, 21, 632, 149, 973, 25, 39, 973, 21, 40, - 640, 641, 25, 643, 49, 50, 1102, 37, 38, 583, - 8, 9, 10, 788, 920, 67, 68, 69, 658, 1088, - 660, 51, 52, 55, 37, 38, 21, 8, 19, 669, - 25, 94, 672, 673, 674, 673, 345, 193, 51, 52, - 678, 24, 37, 38, 353, 201, 355, 18, 688, 205, - 21, 34, 208, 188, 25, 830, 51, 52, 94, 0, - 216, 22, 3, 815, 21, 221, 18, 223, 25, 21, - 11, 12, 22, 25, 22, 538, 982, 34, 35, 36, - 236, 237, 24, 21, 658, 991, 660, 25, 184, 185, - 186, 1150, 21, 189, 190, 669, 25, 94, 672, 673, - 24, 24, 26, 26, 28, 1011, 53, 54, 861, 862, - 863, 34, 24, 21, 19, 27, 538, 25, 427, 20, - 44, 1027, 34, 47, 48, 1184, 24, 21, 26, 21, - 28, 25, 94, 25, 27, 775, 184, 185, 186, 24, - 26, 189, 190, 84, 6, 7, 44, 1037, 34, 47, - 48, 149, 24, 780, 26, 34, 783, 1063, 99, 100, - 101, 102, 103, 104, 105, 106, 23, 108, 149, 21, - 111, 25, 26, 25, 28, 815, 117, 815, 1084, 18, - 21, 490, 18, 936, 25, 825, 127, 128, 129, 21, - 44, 18, 133, 25, 24, 193, 21, 180, 181, 22, - 25, 184, 185, 201, 24, 188, 26, 205, 149, 21, - 208, 18, 193, 25, 25, 156, 24, 21, 216, 27, - 201, 25, 25, 221, 205, 223, 34, 208, 32, 33, - 539, 25, 26, 21, 28, 24, 21, 25, 236, 237, - 25, 815, 21, 399, 42, 43, 25, 887, 557, 558, - 44, 825, 18, 21, 335, 895, 237, 25, 34, 35, - 36, 184, 185, 186, 420, 421, 189, 190, 191, 18, - 21, 18, 184, 185, 25, 216, 188, 904, 359, 906, - 907, 908, 19, 364, 365, 366, 367, 368, 369, 370, - 371, 372, 373, 374, 34, 35, 36, 18, 184, 185, - 186, 941, 942, 189, 190, 184, 185, 186, 21, 18, - 189, 190, 25, 254, 395, 51, 52, 53, 9, 628, - 629, 34, 35, 36, 21, 21, 21, 21, 25, 25, - 25, 25, 641, 973, 21, 11, 277, 278, 25, 280, - 281, 21, 20, 21, 984, 25, 986, 987, 21, 24, - 1102, 21, 25, 294, 994, 25, 996, 997, 984, 300, - 21, 22, 303, 32, 33, 674, 25, 941, 942, 11, - 49, 50, 90, 1013, 21, 1150, 184, 185, 1018, 1018, - 188, 322, 538, 20, 21, 53, 54, 19, 1163, 19, - 1030, 1030, 1030, 1033, 1021, 19, 1023, 20, 21, 21, - 22, 399, 343, 32, 33, 109, 110, 19, 90, 1184, - 27, 24, 21, 21, 1054, 1055, 1056, 1057, 399, 1059, - 1060, 25, 420, 421, 22, 18, 21, 24, 1068, 25, - 1070, 11, 24, 1073, 24, 24, 27, 1077, 25, 1079, - 1080, 24, 1082, 20, 1018, 23, 19, 19, 1088, 20, - 5, 25, 21, 23, 22, 20, 1030, 72, 24, 1033, - 27, 24, 1102, 25, 20, 25, 27, 8, 9, 10, - 27, 18, 25, 25, 25, 416, 21, 185, 22, 25, - 29, 1055, 1056, 1123, 1124, 1125, 1126, 24, 429, 39, - 25, 1131, 18, 25, 24, 436, 55, 438, 40, 440, - 441, 18, 443, 25, 90, 1079, 1080, 448, 90, 8, - 451, 1151, 1151, 25, 1088, 90, 25, 458, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 1102, 470, - 25, 21, 473, 614, 475, 1175, 90, 478, 18, 188, - 538, 18, 40, 21, 23, 18, 190, 90, 24, 21, - 1124, 1125, 23, 22, 90, 22, 90, 538, 21, 107, - 22, 20, 20, 111, 25, 113, 192, 115, 25, 90, - 40, 27, 120, 27, 25, 18, 20, 1151, 20, 27, - 25, 662, 130, 0, 132, 0, 57, 58, 59, 60, - 61, 62, 63, 64, 65, 66, 120, 121, 122, 123, - 84, 125, 300, 895, 1175, 546, 130, 131, 149, 1144, - 134, 135, 1073, 137, 138, 139, 140, 661, 976, 560, - 1045, 985, 563, 1123, 1013, 845, 174, 443, 152, 153, - 770, 563, 660, 1151, 658, 576, 577, 815, 124, 672, - 10, 322, 583, 1107, 490, 399, 688, -1, 147, 341, - 149, 236, 193, 177, -1, 973, -1, 8, 9, 10, - 201, 602, -1, 187, 205, -1, 607, 208, -1, -1, - -1, 137, -1, -1, -1, 216, 617, 618, -1, -1, - 221, 622, 223, 624, 150, 151, 152, 153, 154, 155, - -1, 157, 158, -1, 193, 236, 237, -1, -1, -1, - -1, -1, 201, -1, -1, -1, 205, -1, 649, 208, - -1, 792, -1, 261, 795, -1, 657, 216, 659, -1, - -1, -1, 663, 664, -1, -1, -1, 668, -1, -1, - -1, 672, 673, -1, -1, -1, -1, 678, 237, -1, - 288, -1, -1, 291, -1, -1, -1, -1, -1, -1, - -1, 299, -1, -1, 302, -1, -1, 698, -1, -1, - -1, -1, -1, 844, 845, -1, -1, -1, -1, 850, - 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, - -1, -1, -1, -1, -1, 8, 9, 10, 23, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 149, -1, - -1, -1, -1, -1, 303, -1, -1, -1, -1, -1, - -1, -1, 311, 312, 313, 314, -1, -1, -1, 900, - -1, -1, 57, 58, 59, 60, 61, 62, 63, 64, - 65, 66, -1, 332, -1, -1, -1, 778, -1, -1, - -1, -1, 193, -1, 343, -1, -1, -1, -1, -1, - 201, -1, -1, -1, 205, -1, -1, 208, 399, -1, - -1, 360, -1, -1, -1, 216, -1, -1, 416, -1, - 221, -1, 223, 814, 815, -1, 817, -1, 426, 420, - 421, -1, -1, 431, -1, 236, 237, -1, 436, -1, - 438, -1, -1, -1, -1, -1, -1, -1, 446, -1, - 399, -1, 450, -1, -1, -1, -1, -1, 407, 375, - 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, - 386, 387, 388, 389, 390, -1, 149, 18, -1, -1, - -1, -1, -1, 24, -1, -1, -1, -1, 29, 30, - 31, 32, 33, 34, -1, 1026, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 46, 47, 48, -1, 425, - 18, -1, 903, -1, -1, -1, 24, -1, -1, 910, - 193, 29, 30, 31, 32, 33, 34, -1, 201, 70, - -1, -1, 205, -1, -1, 208, -1, -1, 46, 47, - 48, -1, -1, 216, -1, -1, -1, 538, 221, -1, - 223, -1, -1, -1, -1, 471, -1, -1, -1, -1, - 476, -1, 70, 236, 237, -1, -1, -1, -1, 24, - 486, -1, 113, -1, 29, 30, 31, 32, 33, 34, - 529, -1, -1, -1, 582, -1, -1, -1, -1, 538, - -1, 46, 47, 48, -1, -1, -1, -1, 399, -1, - -1, -1, -1, 601, -1, 113, -1, -1, 606, -1, - -1, -1, 528, -1, 530, 70, 532, 533, -1, 420, - 421, 8, 9, 10, 1015, -1, -1, 1018, -1, -1, - -1, -1, -1, -1, -1, 633, -1, 635, -1, 1030, - -1, 1032, -1, 184, 185, 186, 1037, 188, 597, 1040, - 1041, -1, -1, -1, -1, -1, -1, -1, 113, 72, - 73, 74, 75, -1, -1, 581, 79, 80, 81, 82, - 83, 84, 85, 622, -1, 624, 184, 185, 186, -1, - 188, 630, -1, -1, -1, 634, -1, 603, -1, -1, - -1, -1, 1083, -1, -1, -1, -1, 1088, -1, 1090, - 1091, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 1102, 710, -1, -1, -1, 632, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 399, -1, -1, 184, - 185, 186, -1, 188, -1, -1, 1127, 538, 687, -1, - -1, -1, -1, -1, -1, -1, -1, 420, 421, 698, - -1, -1, -1, -1, -1, -1, 1147, 1148, -1, -1, - 1151, -1, 149, 1154, 19, 20, -1, 765, 766, 24, - -1, -1, 688, -1, 29, 30, 31, 32, 33, 34, - -1, -1, -1, 699, 700, 701, 702, 703, 704, 705, - 706, 46, 47, 48, -1, -1, -1, -1, -1, 797, - -1, -1, -1, -1, -1, -1, 193, -1, -1, -1, - -1, -1, -1, -1, 201, 70, -1, -1, 205, -1, - -1, 208, -1, -1, -1, -1, -1, -1, -1, 216, - -1, -1, 19, -1, 221, -1, 223, 24, -1, -1, - -1, -1, 29, 30, 31, 32, 33, 34, -1, 236, - 237, -1, -1, -1, -1, -1, -1, -1, 113, 46, - 47, 48, -1, -1, -1, 538, -1, -1, -1, -1, - -1, -1, 788, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 70, -1, -1, -1, -1, -1, 19, - -1, -1, -1, -1, 24, -1, -1, 846, -1, 29, - 30, 31, 32, 33, 34, 903, -1, -1, -1, -1, - -1, -1, -1, -1, 830, -1, 46, 47, 48, -1, - -1, -1, -1, -1, 922, -1, 113, -1, -1, 184, - 185, 186, -1, 188, -1, -1, -1, -1, -1, -1, - 70, -1, -1, -1, -1, 861, 862, 863, 864, 865, - 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, - 876, 877, -1, 879, -1, -1, -1, -1, -1, -1, - 0, 1, -1, -1, -1, -1, -1, 926, -1, -1, - -1, -1, -1, 113, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 24, -1, -1, 184, 185, 186, - -1, 188, -1, -1, 34, -1, -1, -1, -1, -1, - -1, -1, 399, -1, -1, 45, -1, -1, 1016, -1, - 936, -1, 971, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 420, 421, -1, -1, 67, 68, 69, - -1, 71, -1, -1, -1, -1, 76, 77, 78, -1, - -1, -1, -1, -1, 184, 185, 186, 973, 188, -1, - -1, 91, 92, 93, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 110, 111, 112, -1, 114, 115, 116, 117, 118, 119, - 120, 121, 122, 123, 1092, 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, -1, -1, - -1, 538, -1, -1, 184, 185, 186, 187, -1, 189, - 190, 191, 0, 1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 1182, -1, 24, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 45, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, - 68, 69, -1, 71, 1150, -1, -1, -1, 76, 77, - 78, -1, -1, -1, -1, -1, -1, 1163, -1, -1, - -1, -1, -1, 91, 92, 93, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 1184, -1, - -1, -1, 110, 111, 112, -1, 114, 115, 116, 117, - 118, 119, 120, 121, 122, 123, -1, 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, - -1, -1, -1, -1, -1, -1, 184, 185, 186, 187, - 1, 189, 190, 191, -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, -1, 45, 46, 47, 48, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, 99, 100, - -1, -1, -1, -1, -1, -1, -1, -1, 109, 110, - 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, - 121, 122, 123, -1, 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, -1, -1, -1, - -1, -1, -1, 184, 185, 186, 187, 188, 189, 190, - 191, 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, 46, 47, 48, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, 99, - 100, -1, -1, -1, -1, -1, -1, -1, -1, 109, - 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, - 120, 121, 122, 123, -1, 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, -1, -1, - -1, -1, -1, -1, 184, 185, 186, 187, 188, 189, - 190, 191, 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, 46, 47, 48, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, - 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, - 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, - 119, 120, 121, 122, 123, -1, 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, -1, - -1, -1, -1, -1, -1, 184, 185, 186, 187, 188, - 189, 190, 191, 1, -1, -1, -1, -1, 6, 7, - 8, -1, -1, 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, 46, 47, - 48, -1, 6, 7, 8, -1, 10, 11, 12, 13, - 14, 15, 16, 17, 18, 19, -1, -1, -1, -1, - 24, -1, 70, -1, -1, 29, 30, 31, 32, 33, - 34, -1, -1, -1, -1, -1, -1, -1, 42, 43, - -1, -1, 46, 47, 48, -1, 94, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, -1, -1, 113, 70, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 94, 95, 96, 97, 98, 99, 100, -1, -1, -1, - -1, -1, -1, -1, -1, 109, -1, -1, -1, 113, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 184, 185, 186, -1, - 188, 189, 190, -1, -1, -1, 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, - 184, 185, 186, -1, 188, 189, 190, 42, 43, -1, - 1, 46, 47, 48, -1, 6, 7, 8, -1, -1, - 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, - -1, -1, -1, 24, -1, 70, -1, -1, 29, 30, - 31, 32, 33, 34, -1, -1, -1, -1, -1, -1, - -1, 42, 43, -1, -1, 46, 47, 48, -1, 94, - 95, 96, 97, 98, 99, 100, -1, -1, -1, -1, - -1, -1, -1, -1, 109, -1, -1, -1, 113, 70, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 94, 95, 96, 97, 98, 99, 100, - -1, -1, -1, -1, -1, -1, -1, -1, 109, -1, - -1, -1, 113, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 184, - 185, 186, -1, 188, 189, 190, -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, 184, 185, 186, -1, 188, 189, 190, - 42, 43, -1, 1, 46, 47, 48, -1, 6, 7, - 8, -1, -1, 11, 12, 13, 14, 15, 16, 17, - 18, 19, 20, -1, -1, -1, 24, -1, 70, -1, - -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, - -1, -1, -1, -1, 42, 43, -1, -1, 46, 47, - 48, -1, -1, 95, 96, 97, 98, 99, 100, -1, - -1, -1, -1, -1, -1, -1, -1, 109, -1, -1, - -1, 113, 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, 95, 96, 97, - 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, - -1, 109, -1, -1, -1, 113, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 24, 25, -1, -1, -1, 29, 30, 31, 32, - 33, 34, 184, 185, 186, -1, 188, 189, 190, -1, - -1, -1, 1, 46, 47, 48, -1, 6, 7, 8, - -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, - 19, -1, -1, -1, -1, 24, -1, 70, -1, -1, - 29, 30, 31, 32, 33, 34, 184, 185, 186, -1, - 188, 189, 190, 42, 43, -1, -1, 46, 47, 48, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 113, 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, 95, 96, 97, 98, - 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, - 109, 6, 7, 8, 113, 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, 184, 185, 186, -1, 188, -1, 42, 43, -1, - 45, 46, 47, 48, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 70, 71, -1, -1, -1, - -1, -1, -1, -1, -1, 184, 185, 186, -1, 188, - 189, 190, -1, -1, -1, -1, -1, -1, -1, -1, - 95, 96, 97, 98, 99, 100, -1, -1, -1, -1, - -1, -1, -1, -1, 109, 110, 111, 112, 113, 114, - 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, - 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, -1, -1, -1, -1, -1, -1, 184, - 185, 186, 187, 188, 189, 190, 191, 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, -1, 45, 46, 47, 48, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 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, 95, 96, 97, 98, - 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, - 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, - 119, 120, 121, 122, 123, -1, 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, -1, - -1, -1, -1, -1, -1, 184, 185, 186, 187, 188, - 189, 190, 191, 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, -1, 45, 46, 47, 48, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 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, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, 110, 111, 112, - 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, - 123, -1, 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, -1, -1, -1, -1, -1, - -1, 184, 185, 186, 187, 188, 189, 190, 191, 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, -1, -1, -1, -1, 46, - 47, 48, -1, 6, 7, 8, -1, 10, 11, 12, - 13, 14, 15, 16, 17, 18, 19, 20, -1, -1, - -1, 24, -1, 70, -1, -1, 29, 30, 31, 32, - 33, 34, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 46, 47, 48, -1, -1, 95, 96, - 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, - -1, -1, 109, -1, -1, -1, 113, 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, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, 6, 7, 8, - 113, 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, 184, 185, 186, - -1, 188, 189, 190, -1, -1, -1, 46, 47, 48, - -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, - 15, 16, 17, 18, 19, 20, -1, -1, -1, 24, - -1, 70, -1, -1, 29, 30, 31, 32, 33, 34, - -1, 184, 185, 186, -1, 188, 189, 190, -1, -1, - -1, 46, 47, 48, -1, -1, 95, 96, 97, 98, - 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, - 109, -1, -1, -1, 113, 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, - 95, 96, 97, 98, 99, 100, -1, -1, -1, -1, - -1, -1, -1, -1, 109, 6, 7, 8, 113, 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, 184, 185, 186, -1, 188, - 189, 190, -1, -1, -1, 46, 47, 48, -1, 6, - 7, 8, -1, 10, 11, 12, 13, 14, 15, 16, - 17, 18, 19, 20, -1, -1, -1, 24, -1, 70, - -1, -1, 29, 30, 31, 32, 33, 34, -1, 184, - 185, 186, -1, 188, 189, 190, -1, -1, -1, 46, - 47, 48, -1, -1, 95, 96, 97, 98, 99, 100, - -1, -1, -1, -1, -1, -1, -1, -1, 109, -1, - -1, -1, 113, 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, 95, 96, - 97, 98, 99, 100, -1, -1, -1, -1, -1, -1, - -1, -1, 109, 6, 7, 8, 113, 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, 184, 185, 186, -1, 188, 189, 190, - -1, -1, -1, 46, 47, 48, -1, 6, 7, 8, - -1, 10, 11, 12, 13, 14, 15, 16, 17, 18, - 19, -1, -1, -1, -1, 24, -1, 70, -1, -1, - 29, 30, 31, 32, 33, 34, -1, 184, 185, 186, - -1, 188, 189, 190, -1, -1, -1, 46, 47, 48, - -1, -1, 95, 96, 97, 98, 99, 100, -1, -1, - -1, -1, -1, -1, -1, -1, 109, -1, -1, -1, - 113, 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, 95, 96, 97, 98, - 99, 100, 19, -1, -1, -1, -1, 24, -1, -1, - 109, -1, -1, -1, 113, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 45, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 184, 185, 186, -1, 188, 189, 190, -1, -1, - -1, -1, -1, -1, 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, 20, -1, -1, -1, 184, 185, 186, -1, 188, - 189, 190, -1, 110, 111, 112, -1, 114, 115, 116, - 117, 118, 119, 120, 121, 122, 123, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, 186, - 187, 110, 111, 112, 191, 114, 115, 116, 117, 118, - 119, 120, 121, 122, 123, -1, 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, 22, - -1, -1, -1, -1, -1, -1, -1, 186, 187, -1, - -1, -1, 191, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 67, 68, 69, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 87, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 110, 111, 112, - -1, 114, 115, 116, 117, 118, 119, 120, 121, 122, - 123, -1, 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, 24, -1, -1, -1, -1, - -1, -1, -1, -1, 187, 34, 24, -1, 191, 27, - -1, 29, 30, 31, 32, 33, 34, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 46, 47, - 48, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 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, 110, 111, 112, -1, 114, 115, 116, 117, 118, - 119, 120, 121, 122, 123, 113, 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, -1, - -1, -1, -1, -1, -1, 184, 185, 186, 187, -1, - 189, 190, 191, -1, -1, -1, 184, 185, 186, 24, - 188, -1, 27, -1, 29, 30, 31, 32, 33, 34, - 24, 25, -1, -1, -1, 29, 30, 31, 32, 33, - 34, 46, 47, 48, -1, -1, -1, -1, -1, -1, - 24, 25, 46, 47, 48, 29, 30, 31, 32, 33, - 34, 24, -1, -1, -1, 70, 29, 30, 31, 32, - 33, 34, 46, 47, 48, -1, 70, -1, -1, -1, - -1, 24, -1, 46, 47, 48, 29, 30, 31, 32, - 33, 34, -1, -1, -1, -1, 70, -1, -1, -1, - -1, -1, -1, 46, 47, 48, 24, 70, 113, -1, - -1, 29, 30, 31, 32, 33, 34, -1, -1, 113, - -1, -1, -1, -1, -1, -1, -1, 70, 46, 47, - 48, -1, -1, -1, -1, -1, -1, -1, 24, 113, - -1, -1, -1, 29, 30, 31, 32, 33, 34, -1, - 113, -1, 70, -1, -1, -1, -1, -1, -1, -1, - 46, 47, 48, -1, -1, -1, -1, -1, -1, -1, - 113, -1, -1, -1, -1, -1, -1, -1, -1, 184, - 185, 186, -1, 188, 70, -1, -1, -1, -1, -1, - 184, 185, 186, -1, 188, 113, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 184, 185, 186, -1, 188, -1, -1, -1, -1, -1, - -1, 184, 185, 186, -1, 188, -1, 113, -1, -1, - -1, -1, -1, -1, -1, 42, 43, -1, -1, -1, - -1, 184, 185, 186, -1, 188, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 184, 185, 186, -1, - 188, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, - 186, -1, 188, 110, 111, 112, -1, 114, 115, 116, - 117, 118, 119, 120, 121, 122, 123, -1, 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, 45, -1, -1, -1, -1, -1, -1, -1, 186, - 187, -1, -1, -1, 191, -1, -1, -1, -1, -1, - -1, -1, -1, 67, 68, 69, -1, 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, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 110, 111, 112, -1, - 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, - -1, 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, 45, -1, -1, -1, -1, -1, - -1, -1, 186, 187, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 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, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, - 111, 112, -1, 114, 115, 116, 117, 118, 119, 120, - 121, 122, 123, -1, 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, 45, -1, -1, - -1, -1, -1, 184, 185, 186, 187, -1, -1, -1, - 191, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 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, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 110, 111, 112, -1, 114, 115, 116, 117, - 118, 119, 120, 121, 122, 123, -1, 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, - 67, 68, 69, -1, -1, -1, -1, -1, 186, 187, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 110, 111, 112, -1, 114, 115, 116, - 117, 118, 119, 120, 121, 122, 123, -1, 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, 91, 92, 93, -1, -1, -1, -1, -1, 186, - 187, -1, -1, -1, 191, -1, -1, -1, -1, -1, - 110, 111, 112, -1, 114, 115, 116, 117, 118, 119, - 120, 121, 122, 123, -1, 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, -1, -1, - -1, -1, -1, -1, -1, -1, 186, 187, 110, 111, - 112, 191, 114, 115, 116, 117, 118, 119, 120, 121, - 122, 123, -1, 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, -1, -1, -1, -1, - -1, -1, -1, -1, 186, 187, -1, -1, -1, 191 +static const short yycheck[] = { 0, + 0, 137, 3, 2, 117, 425, 7, 8, 9, 10, + 388, 441, 0, 0, 343, 3, 473, 5, 530, 632, + 632, 389, 632, 390, 378, 379, 8, 278, 295, 528, + 27, 380, 381, 632, 601, 597, 150, 151, 152, 153, + 154, 155, 382, 383, 384, 385, 8, 19, 216, 386, + 387, 471, 21, 221, 792, 223, 25, 795, 5, 9, + 10, 907, 451, 914, 19, 0, 486, 670, 3, 895, + 0, 55, 7, 227, 297, 688, 688, 24, 688, 5, + 887, 34, 21, 84, 84, 636, 25, 34, 798, 688, + 9, 10, 426, 5, 804, 18, 84, 84, 24, 41, + 39, 18, 1059, 1060, 258, 539, 24, 24, 34, 24, + 98, 636, 28, 25, 56, 682, 117, 34, 21, 34, + 632, 109, 110, 557, 27, 124, 783, 41, 44, 757, + 24, 5, 133, 632, 133, 26, 636, 28, 18, 28, + 34, 21, 56, 144, 772, 133, 24, 5, 149, 84, + 24, 25, 26, 44, 84, 44, 34, 110, 111, 21, + 34, 581, 900, 1014, 21, 27, 167, 149, 25, 1126, + 996, 997, 26, 655, 28, 1021, 688, 1023, 18, 986, + 987, 21, 117, 603, 8, 9, 10, 149, 636, 688, + 44, 188, 193, 636, 583, 798, 53, 54, 133, 183, + 201, 804, 203, 18, 205, 18, 757, 208, 918, 144, + 23, 193, 184, 185, 186, 216, 673, 189, 190, 188, + 221, 772, 223, 205, 21, 8, 208, 478, 25, 452, + 559, 193, 757, 180, 181, 236, 237, 184, 185, 201, + 87, 188, 1068, 205, 1070, 399, 208, 772, 582, 906, + 1057, 908, 420, 421, 632, 237, 21, 757, 184, 185, + 25, 375, 376, 377, 632, 632, 216, 184, 185, 184, + 185, 221, 772, 223, 26, 237, 277, 277, 632, 280, + 281, 282, 34, 632, 5, 884, 236, 21, 1026, 425, + 184, 185, 632, 294, 294, 632, 24, 216, 5, 300, + 782, 21, 221, 785, 223, 25, 184, 185, 996, 757, + 688, 578, 563, 24, 757, 918, 645, 236, 25, 18, + 688, 688, 21, 322, 772, 149, 184, 185, 186, 772, + 34, 189, 190, 321, 688, 471, 21, 24, 18, 688, + 25, 21, 277, 23, 345, 280, 281, 282, 688, 1175, + 486, 688, 353, 21, 355, 922, 607, 25, 815, 294, + 973, 973, 476, 973, 926, 300, 149, 879, 788, 193, + 5, 622, 21, 624, 973, 21, 25, 201, 877, 25, + 29, 205, 5, 87, 208, 18, 24, 21, 21, 1077, + 25, 25, 216, 217, 1082, 24, 21, 221, 399, 223, + 25, 24, 25, 26, 88, 89, 25, 32, 33, 28, + 193, 34, 236, 237, 18, 49, 50, 399, 201, 420, + 421, 26, 205, 28, 904, 208, 427, 907, 429, 429, + 417, 24, 21, 26, 118, 119, 25, 399, 439, 44, + 441, 428, 443, 1131, 432, 581, 22, 698, 132, 24, + 451, 26, 451, 454, 237, 1054, 21, 458, 34, 34, + 25, 973, 21, 184, 185, 186, 25, 603, 189, 190, + 420, 421, 21, 24, 973, 26, 25, 184, 185, 186, + 184, 185, 189, 190, 21, 189, 190, 18, 25, 490, + 21, 8, 9, 10, 429, 18, 874, 18, 499, 500, + 21, 420, 421, 16, 439, 24, 441, 875, 443, 876, + 864, 865, 49, 50, 32, 33, 451, 866, 867, 454, + 184, 185, 186, 458, 1123, 189, 190, 16, 868, 869, + 870, 871, 16, 203, 358, 872, 873, 538, 539, 25, + 26, 1021, 28, 1023, 21, 546, 546, 16, 25, 184, + 185, 186, 539, 554, 189, 190, 557, 558, 44, 15, + 673, 184, 185, 186, 499, 500, 189, 190, 25, 26, + 557, 18, 49, 50, 21, 399, 538, 22, 37, 38, + 100, 26, 583, 28, 583, 699, 700, 701, 702, 703, + 704, 22, 51, 52, 21, 973, 420, 421, 25, 44, + 21, 29, 590, 932, 25, 973, 973, 22, 184, 185, + 186, 546, 22, 189, 190, 24, 399, 26, 18, 973, + 887, 21, 49, 50, 973, 34, 18, 628, 629, 21, + 21, 632, 149, 973, 25, 39, 973, 21, 40, 640, + 641, 25, 643, 49, 50, 1102, 37, 38, 583, 8, + 9, 10, 788, 920, 67, 68, 69, 658, 1088, 660, + 51, 52, 55, 37, 38, 21, 8, 19, 669, 25, + 94, 672, 673, 674, 673, 345, 193, 51, 52, 678, + 24, 37, 38, 353, 201, 355, 18, 688, 205, 21, + 34, 208, 188, 25, 830, 51, 52, 94, 0, 216, + 22, 3, 815, 21, 221, 18, 223, 25, 21, 11, + 12, 22, 25, 22, 538, 982, 34, 35, 36, 236, + 237, 24, 21, 658, 991, 660, 25, 184, 185, 186, + 1150, 21, 189, 190, 669, 25, 94, 672, 673, 24, + 24, 26, 26, 28, 1011, 53, 54, 861, 862, 863, + 34, 24, 21, 19, 27, 538, 25, 427, 20, 44, + 1027, 34, 47, 48, 1184, 24, 21, 26, 21, 28, + 25, 94, 25, 27, 775, 184, 185, 186, 24, 26, + 189, 190, 84, 6, 7, 44, 1037, 34, 47, 48, + 149, 24, 780, 26, 34, 783, 1063, 99, 100, 101, + 102, 103, 104, 105, 106, 23, 108, 149, 21, 111, + 25, 26, 25, 28, 815, 117, 815, 1084, 18, 21, + 490, 18, 936, 25, 825, 127, 128, 129, 21, 44, + 18, 133, 25, 24, 193, 21, 180, 181, 22, 25, + 184, 185, 201, 24, 188, 26, 205, 149, 21, 208, + 18, 193, 25, 25, 156, 24, 21, 216, 27, 201, + 25, 25, 221, 205, 223, 34, 208, 32, 33, 539, + 25, 26, 21, 28, 24, 21, 25, 236, 237, 25, + 815, 21, 399, 42, 43, 25, 887, 557, 558, 44, + 825, 18, 21, 335, 895, 237, 25, 34, 35, 36, + 184, 185, 186, 420, 421, 189, 190, 191, 18, 21, + 18, 184, 185, 25, 216, 188, 904, 359, 906, 907, + 908, 19, 364, 365, 366, 367, 368, 369, 370, 371, + 372, 373, 374, 34, 35, 36, 18, 184, 185, 186, + 941, 942, 189, 190, 184, 185, 186, 21, 18, 189, + 190, 25, 254, 395, 51, 52, 53, 9, 628, 629, + 34, 35, 36, 21, 21, 21, 21, 25, 25, 25, + 25, 641, 973, 21, 11, 277, 278, 25, 280, 281, + 21, 20, 21, 984, 25, 986, 987, 21, 24, 1102, + 21, 25, 294, 994, 25, 996, 997, 984, 300, 21, + 22, 303, 32, 33, 674, 25, 941, 942, 11, 49, + 50, 90, 1013, 21, 1150, 184, 185, 1018, 1018, 188, + 322, 538, 20, 21, 53, 54, 19, 1163, 19, 1030, + 1030, 1030, 1033, 1021, 19, 1023, 20, 21, 21, 22, + 399, 343, 32, 33, 109, 110, 19, 90, 1184, 27, + 24, 21, 21, 1054, 1055, 1056, 1057, 399, 1059, 1060, + 25, 420, 421, 22, 18, 21, 24, 1068, 25, 1070, + 11, 24, 1073, 24, 24, 27, 1077, 25, 1079, 1080, + 24, 1082, 20, 1018, 23, 19, 19, 1088, 20, 5, + 25, 21, 23, 22, 20, 1030, 72, 24, 1033, 27, + 24, 1102, 25, 20, 25, 27, 8, 9, 10, 27, + 18, 25, 25, 25, 416, 21, 185, 22, 25, 29, + 1055, 1056, 1123, 1124, 1125, 1126, 24, 429, 39, 25, + 1131, 18, 25, 24, 436, 55, 438, 40, 440, 441, + 18, 443, 25, 90, 1079, 1080, 448, 90, 8, 451, + 1151, 1151, 25, 1088, 90, 25, 458, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 1102, 470, 25, + 21, 473, 614, 475, 1175, 90, 478, 18, 188, 538, + 18, 40, 21, 23, 18, 190, 90, 24, 21, 1124, + 1125, 23, 22, 90, 22, 90, 538, 21, 107, 22, + 20, 20, 111, 25, 113, 192, 115, 25, 90, 40, + 27, 120, 27, 25, 18, 20, 1151, 20, 27, 25, + 662, 130, 0, 132, 0, 57, 58, 59, 60, 61, + 62, 63, 64, 65, 66, 120, 121, 122, 123, 84, + 125, 300, 895, 1175, 546, 130, 131, 149, 1144, 134, + 135, 1073, 137, 138, 139, 140, 661, 976, 560, 1045, + 985, 563, 1123, 1013, 845, 174, 443, 152, 153, 770, + 563, 660, 1151, 658, 576, 577, 815, 124, 672, 10, + 322, 583, 1107, 490, 399, 688, -1, 147, 341, 149, + 236, 193, 177, -1, 973, -1, 8, 9, 10, 201, + 602, -1, 187, 205, -1, 607, 208, -1, -1, -1, + 137, -1, -1, -1, 216, 617, 618, -1, -1, 221, + 622, 223, 624, 150, 151, 152, 153, 154, 155, -1, + 157, 158, -1, 193, 236, 237, -1, -1, -1, -1, + -1, 201, -1, -1, -1, 205, -1, 649, 208, -1, + 792, -1, 261, 795, -1, 657, 216, 659, -1, -1, + -1, 663, 664, -1, -1, -1, 668, -1, -1, -1, + 672, 673, -1, -1, -1, -1, 678, 237, -1, 288, + -1, -1, 291, -1, -1, -1, -1, -1, -1, -1, + 299, -1, -1, 302, -1, -1, 698, -1, -1, -1, + -1, -1, 844, 845, -1, -1, -1, -1, 850, 851, + 852, 853, 854, 855, 856, 857, 858, 859, 860, -1, + -1, -1, -1, -1, 8, 9, 10, 23, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 149, -1, -1, + -1, -1, -1, 303, -1, -1, -1, -1, -1, -1, + -1, 311, 312, 313, 314, -1, -1, -1, 900, -1, + -1, 57, 58, 59, 60, 61, 62, 63, 64, 65, + 66, -1, 332, -1, -1, -1, 778, -1, -1, -1, + -1, 193, -1, 343, -1, -1, -1, -1, -1, 201, + -1, -1, -1, 205, -1, -1, 208, 399, -1, -1, + 360, -1, -1, -1, 216, -1, -1, 416, -1, 221, + -1, 223, 814, 815, -1, 817, -1, 426, 420, 421, + -1, -1, 431, -1, 236, 237, -1, 436, -1, 438, + -1, -1, -1, -1, -1, -1, -1, 446, -1, 399, + -1, 450, -1, -1, -1, -1, -1, 407, 375, 376, + 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, + 387, 388, 389, 390, -1, 149, 18, -1, -1, -1, + -1, -1, 24, -1, -1, -1, -1, 29, 30, 31, + 32, 33, 34, -1, 1026, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 46, 47, 48, -1, 425, 18, + -1, 903, -1, -1, -1, 24, -1, -1, 910, 193, + 29, 30, 31, 32, 33, 34, -1, 201, 70, -1, + -1, 205, -1, -1, 208, -1, -1, 46, 47, 48, + -1, -1, 216, -1, -1, -1, 538, 221, -1, 223, + -1, -1, -1, -1, 471, -1, -1, -1, -1, 476, + -1, 70, 236, 237, -1, -1, -1, -1, 24, 486, + -1, 113, -1, 29, 30, 31, 32, 33, 34, 529, + -1, -1, -1, 582, -1, -1, -1, -1, 538, -1, + 46, 47, 48, -1, -1, -1, -1, 399, -1, -1, + -1, -1, 601, -1, 113, -1, -1, 606, -1, -1, + -1, 528, -1, 530, 70, 532, 533, -1, 420, 421, + 8, 9, 10, 1015, -1, -1, 1018, -1, -1, -1, + -1, -1, -1, -1, 633, -1, 635, -1, 1030, -1, + 1032, -1, 184, 185, 186, 1037, 188, 597, 1040, 1041, + -1, -1, -1, -1, -1, -1, -1, 113, 72, 73, + 74, 75, -1, -1, 581, 79, 80, 81, 82, 83, + 84, 85, 622, -1, 624, 184, 185, 186, -1, 188, + 630, -1, -1, -1, 634, -1, 603, -1, -1, -1, + -1, 1083, -1, -1, -1, -1, 1088, -1, 1090, 1091, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 1102, 710, -1, -1, -1, 632, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 399, -1, -1, 184, 185, + 186, -1, 188, -1, -1, 1127, 538, 687, -1, -1, + -1, -1, -1, -1, -1, -1, 420, 421, 698, -1, + -1, -1, -1, -1, -1, 1147, 1148, -1, -1, 1151, + -1, 149, 1154, 19, 20, -1, 765, 766, 24, -1, + -1, 688, -1, 29, 30, 31, 32, 33, 34, -1, + -1, -1, 699, 700, 701, 702, 703, 704, 705, 706, + 46, 47, 48, -1, -1, -1, -1, -1, 797, -1, + -1, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, 201, 70, -1, -1, 205, -1, -1, + 208, -1, -1, -1, -1, -1, -1, -1, 216, -1, + -1, 19, -1, 221, -1, 223, 24, -1, -1, -1, + -1, 29, 30, 31, 32, 33, 34, -1, 236, 237, + -1, -1, -1, -1, -1, -1, -1, 113, 46, 47, + 48, -1, -1, -1, 538, -1, -1, -1, -1, -1, + -1, 788, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 70, -1, -1, -1, -1, -1, 19, -1, + -1, -1, -1, 24, -1, -1, 846, -1, 29, 30, + 31, 32, 33, 34, 903, -1, -1, -1, -1, -1, + -1, -1, -1, 830, -1, 46, 47, 48, -1, -1, + -1, -1, -1, 922, -1, 113, -1, -1, 184, 185, + 186, -1, 188, -1, -1, -1, -1, -1, -1, 70, + -1, -1, -1, -1, 861, 862, 863, 864, 865, 866, + 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, + 877, -1, 879, -1, -1, -1, -1, -1, -1, 0, + 1, -1, -1, -1, -1, -1, 926, -1, -1, -1, + -1, -1, 113, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 24, -1, -1, 184, 185, 186, -1, + 188, -1, -1, 34, -1, -1, -1, -1, -1, -1, + -1, 399, -1, -1, 45, -1, -1, 1016, -1, 936, + -1, 971, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 420, 421, -1, -1, 67, 68, 69, -1, + 71, -1, -1, -1, -1, 76, 77, 78, -1, -1, + -1, -1, -1, 184, 185, 186, 973, 188, -1, -1, + 91, 92, 93, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, + 111, 112, -1, 114, 115, 116, 117, 118, 119, 120, + 121, 122, 123, 1092, 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, -1, -1, -1, + 538, -1, -1, 184, 185, 186, 187, -1, 189, 190, + 191, 0, 1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 1182, -1, 24, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 45, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 67, 68, + 69, -1, 71, 1150, -1, -1, -1, 76, 77, 78, + -1, -1, -1, -1, -1, -1, 1163, -1, -1, -1, + -1, -1, 91, 92, 93, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1184, -1, -1, + -1, 110, 111, 112, -1, 114, 115, 116, 117, 118, + 119, 120, 121, 122, 123, -1, 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, -1, + -1, -1, -1, -1, -1, 184, 185, 186, 187, 1, + 189, 190, 191, -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, -1, 45, 46, 47, 48, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, 110, 111, + 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, + 122, 123, -1, 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, -1, -1, -1, -1, + -1, -1, 184, 185, 186, 187, 188, 189, 190, 191, + 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, 46, 47, 48, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, 99, 100, + -1, -1, -1, -1, -1, -1, -1, -1, 109, 110, + 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, + 121, 122, 123, -1, 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, -1, -1, -1, + -1, -1, -1, 184, 185, 186, 187, 188, 189, 190, + 191, 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, 46, 47, 48, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 67, 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, 95, 96, 97, 98, 99, + 100, -1, -1, -1, -1, -1, -1, -1, -1, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, -1, 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, -1, -1, + -1, -1, -1, -1, 184, 185, 186, 187, 188, 189, + 190, 191, 1, -1, -1, -1, -1, 6, 7, 8, + -1, -1, 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, 46, 47, 48, + -1, 6, 7, 8, -1, 10, 11, 12, 13, 14, + 15, 16, 17, 18, 19, -1, -1, -1, -1, 24, + -1, 70, -1, -1, 29, 30, 31, 32, 33, 34, + -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, + -1, 46, 47, 48, -1, 94, 95, 96, 97, 98, + 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, + 109, -1, -1, -1, 113, 70, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 94, + 95, 96, 97, 98, 99, 100, -1, -1, -1, -1, + -1, -1, -1, -1, 109, -1, -1, -1, 113, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 184, 185, 186, -1, 188, + 189, 190, -1, -1, -1, 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, 184, + 185, 186, -1, 188, 189, 190, 42, 43, -1, 1, + 46, 47, 48, -1, 6, 7, 8, -1, -1, 11, + 12, 13, 14, 15, 16, 17, 18, 19, 20, -1, + -1, -1, 24, -1, 70, -1, -1, 29, 30, 31, + 32, 33, 34, -1, -1, -1, -1, -1, -1, -1, + 42, 43, -1, -1, 46, 47, 48, -1, 94, 95, + 96, 97, 98, 99, 100, -1, -1, -1, -1, -1, + -1, -1, -1, 109, -1, -1, -1, 113, 70, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 94, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, -1, + -1, 113, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, + 186, -1, 188, 189, 190, -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, 184, 185, 186, -1, 188, 189, 190, 42, + 43, -1, 1, 46, 47, 48, -1, 6, 7, 8, + -1, -1, 11, 12, 13, 14, 15, 16, 17, 18, + 19, 20, -1, -1, -1, 24, -1, 70, -1, -1, + 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, + -1, -1, -1, 42, 43, -1, -1, 46, 47, 48, + -1, -1, 95, 96, 97, 98, 99, 100, -1, -1, + -1, -1, -1, -1, -1, -1, 109, -1, -1, -1, + 113, 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, 95, 96, 97, 98, + 99, 100, -1, -1, -1, -1, -1, -1, -1, -1, + 109, -1, -1, -1, 113, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 24, 25, -1, -1, -1, 29, 30, 31, 32, 33, + 34, 184, 185, 186, -1, 188, 189, 190, -1, -1, + -1, 1, 46, 47, 48, -1, 6, 7, 8, -1, + 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + -1, -1, -1, -1, 24, -1, 70, -1, -1, 29, + 30, 31, 32, 33, 34, 184, 185, 186, -1, 188, + 189, 190, 42, 43, -1, -1, 46, 47, 48, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, + 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, 95, 96, 97, 98, 99, + 100, -1, -1, -1, -1, -1, -1, -1, -1, 109, + 6, 7, 8, 113, 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, + 184, 185, 186, -1, 188, -1, 42, 43, -1, 45, + 46, 47, 48, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 70, 71, -1, -1, -1, -1, + -1, -1, -1, -1, 184, 185, 186, -1, 188, 189, + 190, -1, -1, -1, -1, -1, -1, -1, -1, 95, + 96, 97, 98, 99, 100, -1, -1, -1, -1, -1, + -1, -1, -1, 109, 110, 111, 112, 113, 114, 115, + 116, 117, 118, 119, 120, 121, 122, 123, -1, 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, -1, -1, -1, -1, -1, -1, 184, 185, + 186, 187, 188, 189, 190, 191, 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, -1, 45, 46, 47, 48, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 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, 95, 96, 97, 98, 99, + 100, -1, -1, -1, -1, -1, -1, -1, -1, 109, + 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, -1, 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, -1, -1, + -1, -1, -1, -1, 184, 185, 186, 187, 188, 189, + 190, 191, 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, + -1, 45, 46, 47, 48, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 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, 95, 96, 97, 98, 99, 100, -1, -1, -1, + -1, -1, -1, -1, -1, 109, 110, 111, 112, 113, + 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, + -1, 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, -1, -1, -1, -1, -1, -1, + 184, 185, 186, 187, 188, 189, 190, 191, 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, -1, -1, -1, -1, 46, 47, + 48, -1, 6, 7, 8, -1, 10, 11, 12, 13, + 14, 15, 16, 17, 18, 19, 20, -1, -1, -1, + 24, -1, 70, -1, -1, 29, 30, 31, 32, 33, + 34, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 46, 47, 48, -1, -1, 95, 96, 97, + 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, + -1, 109, -1, -1, -1, 113, 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, 95, 96, 97, 98, 99, 100, -1, -1, -1, + -1, -1, -1, -1, -1, 109, 6, 7, 8, 113, + 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, 184, 185, 186, -1, + 188, 189, 190, -1, -1, -1, 46, 47, 48, -1, + 6, 7, 8, -1, 10, 11, 12, 13, 14, 15, + 16, 17, 18, 19, 20, -1, -1, -1, 24, -1, + 70, -1, -1, 29, 30, 31, 32, 33, 34, -1, + 184, 185, 186, -1, 188, 189, 190, -1, -1, -1, + 46, 47, 48, -1, -1, 95, 96, 97, 98, 99, + 100, -1, -1, -1, -1, -1, -1, -1, -1, 109, + -1, -1, -1, 113, 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, 95, + 96, 97, 98, 99, 100, -1, -1, -1, -1, -1, + -1, -1, -1, 109, 6, 7, 8, 113, 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, 184, 185, 186, -1, 188, 189, + 190, -1, -1, -1, 46, 47, 48, -1, 6, 7, + 8, -1, 10, 11, 12, 13, 14, 15, 16, 17, + 18, 19, 20, -1, -1, -1, 24, -1, 70, -1, + -1, 29, 30, 31, 32, 33, 34, -1, 184, 185, + 186, -1, 188, 189, 190, -1, -1, -1, 46, 47, + 48, -1, -1, 95, 96, 97, 98, 99, 100, -1, + -1, -1, -1, -1, -1, -1, -1, 109, -1, -1, + -1, 113, 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, 95, 96, 97, + 98, 99, 100, -1, -1, -1, -1, -1, -1, -1, + -1, 109, 6, 7, 8, 113, 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, 184, 185, 186, -1, 188, 189, 190, -1, + -1, -1, 46, 47, 48, -1, 6, 7, 8, -1, + 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, + -1, -1, -1, -1, 24, -1, 70, -1, -1, 29, + 30, 31, 32, 33, 34, -1, 184, 185, 186, -1, + 188, 189, 190, -1, -1, -1, 46, 47, 48, -1, + -1, 95, 96, 97, 98, 99, 100, -1, -1, -1, + -1, -1, -1, -1, -1, 109, -1, -1, -1, 113, + 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, 95, 96, 97, 98, 99, + 100, 19, -1, -1, -1, -1, 24, -1, -1, 109, + -1, -1, -1, 113, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 45, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 184, 185, 186, -1, 188, 189, 190, -1, -1, -1, + -1, -1, -1, 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, + 20, -1, -1, -1, 184, 185, 186, -1, 188, 189, + 190, -1, 110, 111, 112, -1, 114, 115, 116, 117, + 118, 119, 120, 121, 122, 123, -1, 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, + -1, -1, -1, -1, -1, -1, -1, -1, 186, 187, + 110, 111, 112, 191, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, -1, 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, 22, -1, + -1, -1, -1, -1, -1, -1, 186, 187, -1, -1, + -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 67, 68, 69, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 87, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 110, 111, 112, -1, + 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, + -1, 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, 24, -1, -1, -1, -1, -1, + -1, -1, -1, 187, 34, 24, -1, 191, 27, -1, + 29, 30, 31, 32, 33, 34, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 46, 47, 48, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 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, + 110, 111, 112, -1, 114, 115, 116, 117, 118, 119, + 120, 121, 122, 123, 113, 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, -1, -1, + -1, -1, -1, -1, 184, 185, 186, 187, -1, 189, + 190, 191, -1, -1, -1, 184, 185, 186, 24, 188, + -1, 27, -1, 29, 30, 31, 32, 33, 34, 24, + 25, -1, -1, -1, 29, 30, 31, 32, 33, 34, + 46, 47, 48, -1, -1, -1, -1, -1, -1, 24, + 25, 46, 47, 48, 29, 30, 31, 32, 33, 34, + 24, -1, -1, -1, 70, 29, 30, 31, 32, 33, + 34, 46, 47, 48, -1, 70, -1, -1, -1, -1, + 24, -1, 46, 47, 48, 29, 30, 31, 32, 33, + 34, -1, -1, -1, -1, 70, -1, -1, -1, -1, + -1, -1, 46, 47, 48, 24, 70, 113, -1, -1, + 29, 30, 31, 32, 33, 34, -1, -1, 113, -1, + -1, -1, -1, -1, -1, -1, 70, 46, 47, 48, + -1, -1, -1, -1, -1, -1, -1, 24, 113, -1, + -1, -1, 29, 30, 31, 32, 33, 34, -1, 113, + -1, 70, -1, -1, -1, -1, -1, -1, -1, 46, + 47, 48, -1, -1, -1, -1, -1, -1, -1, 113, + -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, + 186, -1, 188, 70, -1, -1, -1, -1, -1, 184, + 185, 186, -1, 188, 113, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 184, + 185, 186, -1, 188, -1, -1, -1, -1, -1, -1, + 184, 185, 186, -1, 188, -1, 113, -1, -1, -1, + -1, -1, -1, -1, 42, 43, -1, -1, -1, -1, + 184, 185, 186, -1, 188, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 184, 185, 186, -1, 188, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 184, 185, 186, + -1, 188, 110, 111, 112, -1, 114, 115, 116, 117, + 118, 119, 120, 121, 122, 123, -1, 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, + 45, -1, -1, -1, -1, -1, -1, -1, 186, 187, + -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, + -1, -1, 67, 68, 69, -1, 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, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 110, 111, 112, -1, 114, + 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, + 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, 45, -1, -1, -1, -1, -1, -1, + -1, 186, 187, -1, -1, -1, 191, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 110, 111, + 112, -1, 114, 115, 116, 117, 118, 119, 120, 121, + 122, 123, -1, 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, 45, -1, -1, -1, + -1, -1, 184, 185, 186, 187, -1, -1, -1, 191, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 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, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 110, 111, 112, -1, 114, 115, 116, 117, 118, + 119, 120, 121, 122, 123, -1, 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, 67, + 68, 69, -1, -1, -1, -1, -1, 186, 187, -1, + -1, -1, 191, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 110, 111, 112, -1, 114, 115, 116, 117, + 118, 119, 120, 121, 122, 123, -1, 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, + 91, 92, 93, -1, -1, -1, -1, -1, 186, 187, + -1, -1, -1, 191, -1, -1, -1, -1, -1, 110, + 111, 112, -1, 114, 115, 116, 117, 118, 119, 120, + 121, 122, 123, -1, 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, -1, -1, -1, + -1, -1, -1, -1, -1, 186, 187, 110, 111, 112, + 191, 114, 115, 116, 117, 118, 119, 120, 121, 122, + 123, -1, 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, -1, -1, -1, -1, -1, + -1, -1, -1, 186, 187, -1, -1, -1, 191 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ +/* This file comes from bison-1.28. */ + /* Skeleton output parser for bison, - Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2663,65 +2627,63 @@ static const short yycheck[] = This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ -/* This is the parser code that is written into each bison parser when - the %semantic_parser declaration is not specified in the grammar. - It was written by Richard Stallman by simplifying the hairy parser - used when %semantic_parser is specified. */ +/* This is the parser code that is written into each bison parser + when the %semantic_parser declaration is not specified in the grammar. + It was written by Richard Stallman by simplifying the hairy parser + used when %semantic_parser is specified. */ #ifndef YYSTACK_USE_ALLOCA -# ifdef alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* alloca not defined */ -# ifdef __GNUC__ -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# else /* not GNU C. */ -# if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) -# define YYSTACK_USE_ALLOCA 1 -# include -# else /* not sparc */ - /* We think this test detects Watcom and Microsoft C. */ - /* This used to test MSDOS, but that is a bad idea since that - symbol is in the user namespace. */ -# if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) -# if 0 - /* No need for malloc.h, which pollutes the namespace; instead, - just don't use alloca. */ -# include -# endif -# else /* not MSDOS, or __TURBOC__ */ -# if defined(_AIX) - /* I don't know what this was needed for, but it pollutes the - namespace. So I turned it off. rms, 2 May 1997. */ - /* #include */ +#ifdef alloca +#define YYSTACK_USE_ALLOCA +#else /* alloca not defined */ +#ifdef __GNUC__ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#else /* not GNU C. */ +#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) +#define YYSTACK_USE_ALLOCA +#include +#else /* not sparc */ +/* We think this test detects Watcom and Microsoft C. */ +/* This used to test MSDOS, but that is a bad idea + since that symbol is in the user namespace. */ +#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) +#if 0 /* No need for malloc.h, which pollutes the namespace; + instead, just don't use alloca. */ +#include +#endif +#else /* not MSDOS, or __TURBOC__ */ +#if defined(_AIX) +/* I don't know what this was needed for, but it pollutes the namespace. + So I turned it off. rms, 2 May 1997. */ +/* #include */ #pragma alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* not MSDOS, or __TURBOC__, or _AIX */ -# if 0 - /* haible@ilog.fr says this works for HPUX 9.05 and up, and on - HPUX 10. Eventually we can turn this on. */ -# ifdef __hpux -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# endif /* __hpux */ -# endif -# endif /* not _AIX */ -# endif /* not MSDOS, or __TURBOC__ */ -# endif /* not sparc */ -# endif /* not GNU C */ -# endif /* alloca not defined */ -#endif /* YYSTACK_USE_ALLOCA not defined */ - -#ifndef YYSTACK_USE_ALLOCA -# define YYSTACK_USE_ALLOCA 0 +#define YYSTACK_USE_ALLOCA +#else /* not MSDOS, or __TURBOC__, or _AIX */ +#if 0 +#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, + and on HPUX 10. Eventually we can turn this on. */ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#endif /* __hpux */ #endif +#endif /* not _AIX */ +#endif /* not MSDOS, or __TURBOC__ */ +#endif /* not sparc */ +#endif /* not GNU C */ +#endif /* alloca not defined */ +#endif /* YYSTACK_USE_ALLOCA not defined */ -#if YYSTACK_USE_ALLOCA -# define YYSTACK_ALLOC alloca +#ifdef YYSTACK_USE_ALLOCA +#define YYSTACK_ALLOC alloca #else -# define YYSTACK_ALLOC malloc +#define YYSTACK_ALLOC malloc #endif +/* Note: there must be only one dollar sign in this file. + It is replaced by the list of actions, each action + as one case of the switch. */ + #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY -2 @@ -2729,96 +2691,84 @@ static const short yycheck[] = #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. +/* Like YYERROR except do call yyerror. + This remains here temporarily to ease the + transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) -#define YYBACKUP(Token, Value) \ +#define YYBACKUP(token, value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ - { \ - yychar = (Token); \ - yylval = (Value); \ + { yychar = (token), yylval = (value); \ yychar1 = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ - { \ - yyerror ("syntax error: cannot back up"); \ - YYERROR; \ - } \ + { yyerror ("syntax error: cannot back up"); YYERROR; } \ while (0) #define YYTERROR 1 #define YYERRCODE 256 +#ifndef YYPURE +#define YYLEX yylex() +#endif + +#ifdef YYPURE +#ifdef YYLSP_NEEDED +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval, &yylloc) +#endif +#else /* not YYLSP_NEEDED */ +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval) +#endif +#endif /* not YYLSP_NEEDED */ +#endif + +/* If nonreentrant, generate the variables here */ + +#ifndef YYPURE -/* YYLLOC_DEFAULT -- Compute the default location (before the actions - are run). +int yychar; /* the lookahead symbol */ +YYSTYPE yylval; /* the semantic value of the */ + /* lookahead symbol */ - 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. */ +#ifdef YYLSP_NEEDED +YYLTYPE yylloc; /* location data for the lookahead */ + /* symbol */ +#endif -#ifndef YYLLOC_DEFAULT -# define YYLLOC_DEFAULT(Current, Rhs, N) \ - Current.last_line = Rhs[N].last_line; \ - Current.last_column = Rhs[N].last_column; +int yynerrs; /* number of parse errors so far */ +#endif /* not YYPURE */ + +#if YYDEBUG != 0 +int yydebug; /* nonzero means print parse trace */ +/* Since this is uninitialized, it does not stop multiple parsers + from coexisting. */ #endif +/* YYINITDEPTH indicates the initial size of the parser's stacks */ -/* YYLEX -- calling `yylex' with the right arguments. */ - -#if YYPURE -# if YYLSP_NEEDED -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval, &yylloc) -# endif -# else /* !YYLSP_NEEDED */ -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval) -# endif -# endif /* !YYLSP_NEEDED */ -#else /* !YYPURE */ -# define YYLEX yylex () -#endif /* !YYPURE */ - - -/* Enable debugging if requested. */ -#if YYDEBUG -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - fprintf Args; \ -} while (0) -/* Nonzero means print parse trace. [The following comment makes no - sense to me. Could someone clarify it? --akim] Since this is - uninitialized, it does not stop multiple parsers from coexisting. - */ -int yydebug; -#else /* !YYDEBUG */ -# define YYDPRINTF(Args) -#endif /* !YYDEBUG */ - -/* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH -# define YYINITDEPTH 200 +#define YYINITDEPTH 200 #endif -/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only - if the built-in stack extension method is used). */ +/* YYMAXDEPTH is the maximum size the stacks can grow to + (effective only if the built-in stack extension method is used). */ + #if YYMAXDEPTH == 0 -# undef YYMAXDEPTH +#undef YYMAXDEPTH #endif #ifndef YYMAXDEPTH -# define YYMAXDEPTH 10000 +#define YYMAXDEPTH 10000 #endif /* Define __yy_memcpy. Note that the size argument @@ -2827,22 +2777,19 @@ int yydebug; of type size_t, but it can handle unsigned int. */ #if __GNUC__ > 1 /* GNU C and GNU C++ define this. */ -# define __yy_memcpy(To, From, Count) __builtin_memcpy (To, From, Count) +#define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT) #else /* not GNU C or C++ */ +#ifndef __cplusplus /* This is the most reliable way to avoid incompatibilities in available built-in functions on various systems. */ static void -# ifndef __cplusplus __yy_memcpy (to, from, count) char *to; - const char *from; + char *from; unsigned int count; -# else /* __cplusplus */ -__yy_memcpy (char *to, const char *from, unsigned int count) -# endif { - register const char *f = from; + register char *f = from; register char *t = to; register int i = count; @@ -2850,6 +2797,22 @@ __yy_memcpy (char *to, const char *from, unsigned int count) *t++ = *f++; } +#else /* __cplusplus */ + +/* This is the most reliable way to avoid incompatibilities + in available built-in functions on various systems. */ +static void +__yy_memcpy (char *to, char *from, unsigned int count) +{ + register char *t = to; + register char *f = from; + register int i = count; + + while (i-- > 0) + *t++ = *f++; +} + +#endif #endif @@ -2861,121 +2824,76 @@ __yy_memcpy (char *to, const char *from, unsigned int count) to the proper pointer type. */ #ifdef YYPARSE_PARAM -# ifdef __cplusplus -# define YYPARSE_PARAM_ARG void *YYPARSE_PARAM -# define YYPARSE_PARAM_DECL -# else /* !__cplusplus */ -# define YYPARSE_PARAM_ARG YYPARSE_PARAM -# define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; -# endif /* !__cplusplus */ -#else /* !YYPARSE_PARAM */ -# define YYPARSE_PARAM_ARG -# define YYPARSE_PARAM_DECL -#endif /* !YYPARSE_PARAM */ +#ifdef __cplusplus +#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM +#define YYPARSE_PARAM_DECL +#else /* not __cplusplus */ +#define YYPARSE_PARAM_ARG YYPARSE_PARAM +#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; +#endif /* not __cplusplus */ +#else /* not YYPARSE_PARAM */ +#define YYPARSE_PARAM_ARG +#define YYPARSE_PARAM_DECL +#endif /* not YYPARSE_PARAM */ /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ -# ifdef YYPARSE_PARAM +#ifdef YYPARSE_PARAM int yyparse (void *); -# else +#else int yyparse (void); -# endif #endif - -/* YY_DECL_VARIABLES -- depending whether we use a pure parser, - variables are global, or local to YYPARSE. */ - -#define _YY_DECL_VARIABLES \ -/* The lookahead symbol. */ \ -int yychar; \ - \ -/* The semantic value of the lookahead symbol. */ \ -YYSTYPE yylval; \ - \ -/* Number of parse errors so far. */ \ -int yynerrs; - -#if YYLSP_NEEDED -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES \ - \ -/* Location data for the lookahead symbol. */ \ -YYLTYPE yylloc; -#else -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES #endif - -/* If nonreentrant, generate the variables here. */ - -#if !YYPURE -YY_DECL_VARIABLES -#endif /* !YYPURE */ - int -yyparse (YYPARSE_PARAM_ARG) +yyparse(YYPARSE_PARAM_ARG) YYPARSE_PARAM_DECL { - /* If reentrant, generate the variables here. */ -#if YYPURE - YY_DECL_VARIABLES -#endif /* !YYPURE */ - register int yystate; register int yyn; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - /* Lookahead token as an internal (translated) token number. */ - int yychar1 = 0; - - /* Three stacks and their tools: - `yyss': related to states, - `yysv': related to semantic values, - `yyls': related to locations. - - Refer to the stacks thru separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - short yyssa[YYINITDEPTH]; - short *yyss = yyssa; register short *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs = yyvsa; register YYSTYPE *yyvsp; + int yyerrstatus; /* number of tokens to shift before error messages enabled */ + int yychar1 = 0; /* lookahead token as an internal (translated) token number */ + + short yyssa[YYINITDEPTH]; /* the state stack */ + YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ -#if YYLSP_NEEDED - /* The location stack. */ - YYLTYPE yylsa[YYINITDEPTH]; + short *yyss = yyssa; /* refer to the stacks thru separate pointers */ + YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ + +#ifdef YYLSP_NEEDED + YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; -#endif -#if YYLSP_NEEDED -# define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) #else -# define YYPOPSTACK (yyvsp--, yyssp--) +#define YYPOPSTACK (yyvsp--, yyssp--) #endif int yystacksize = YYINITDEPTH; int yyfree_stacks = 0; +#ifdef YYPURE + int yychar; + YYSTYPE yylval; + int yynerrs; +#ifdef YYLSP_NEEDED + YYLTYPE yylloc; +#endif +#endif - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; -# if YYLSP_NEEDED - YYLTYPE yyloc; -# endif + YYSTYPE yyval; /* the variable used to return */ + /* semantic values from the action */ + /* routines */ - /* When reducing, the number of symbols on the RHS of the reduced - rule. */ int yylen; - YYDPRINTF ((stderr, "Starting parse\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Starting parse\n"); +#endif yystate = 0; yyerrstatus = 0; @@ -2987,33 +2905,26 @@ yyparse (YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss; + yyssp = yyss - 1; yyvsp = yyvs; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls; #endif - goto yysetstate; -/*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | -`------------------------------------------------------------*/ - yynewstate: - /* In all cases, when you get here, the value and location stacks - have just been pushed. so pushing a state here evens the stacks. - */ - yyssp++; +/* Push a new state, which is found in yystate . */ +/* In all cases, when you get here, the value and location stacks + have just been pushed. so pushing a state here evens the stacks. */ +yynewstate: - yysetstate: - *yyssp = yystate; + *++yyssp = yystate; if (yyssp >= yyss + yystacksize - 1) { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into memory. - */ + /* 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; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -3021,82 +2932,83 @@ yyparse (YYPARSE_PARAM_ARG) int size = yyssp - yyss + 1; #ifdef yyoverflow - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. */ -# if YYLSP_NEEDED + /* Each stack pointer address is followed by the size of + the data in use in that stack, in bytes. */ +#ifdef YYLSP_NEEDED /* This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yyls1, size * sizeof (*yylsp), - &yystacksize); -# else - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yystacksize); -# endif + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yyls1, size * sizeof (*yylsp), + &yystacksize); +#else + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yystacksize); +#endif yyss = yyss1; yyvs = yyvs1; -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = yyls1; -# endif +#endif #else /* no yyoverflow */ /* Extend the stack our own way. */ if (yystacksize >= YYMAXDEPTH) { - yyerror ("parser stack overflow"); + yyerror("parser stack overflow"); if (yyfree_stacks) { free (yyss); free (yyvs); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); -# endif +#endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -# if !YYSTACK_USE_ALLOCA +#ifndef YYSTACK_USE_ALLOCA yyfree_stacks = 1; -# endif +#endif yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); __yy_memcpy ((char *)yyss, (char *)yyss1, size * (unsigned int) sizeof (*yyssp)); yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); __yy_memcpy ((char *)yyvs, (char *)yyvs1, size * (unsigned int) sizeof (*yyvsp)); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); __yy_memcpy ((char *)yyls, (char *)yyls1, size * (unsigned int) sizeof (*yylsp)); -# endif +#endif #endif /* no yyoverflow */ yyssp = yyss + size - 1; yyvsp = yyvs + size - 1; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls + size - 1; #endif - YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Stack size increased to %d\n", yystacksize); +#endif if (yyssp >= yyss + yystacksize - 1) YYABORT; } - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Entering state %d\n", yystate); +#endif goto yybackup; - - -/*-----------. -| yybackup. | -`-----------*/ -yybackup: + yybackup: /* Do appropriate processing given the current state. */ /* Read a lookahead token if we need one and don't already have one. */ @@ -3115,7 +3027,10 @@ yybackup: if (yychar == YYEMPTY) { - YYDPRINTF ((stderr, "Reading a token: ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Reading a token: "); +#endif yychar = YYLEX; } @@ -3126,23 +3041,24 @@ yybackup: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ - YYDPRINTF ((stderr, "Now at end of input.\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Now at end of input.\n"); +#endif } else { - yychar1 = YYTRANSLATE (yychar); + yychar1 = YYTRANSLATE(yychar); -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables - which are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]); - /* Give the individual parser a way to print the precise - meaning of a token, for further debugging info. */ -# ifdef YYPRINT + /* 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 +#endif fprintf (stderr, ")\n"); } #endif @@ -3175,63 +3091,41 @@ yybackup: YYACCEPT; /* Shift the lookahead token. */ - YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); +#endif /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif - /* Count tokens shifted since error; after three, turn off error - status. */ - if (yyerrstatus) - yyerrstatus--; + /* count tokens shifted since error; after three, turn off error status. */ + if (yyerrstatus) yyerrstatus--; yystate = yyn; goto yynewstate; - -/*-----------------------------------------------------------. -| yydefault -- do the default action for the current state. | -`-----------------------------------------------------------*/ +/* Do the default action for the current state. */ yydefault: + yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; - goto yyreduce; - -/*-----------------------------. -| yyreduce -- Do a reduction. | -`-----------------------------*/ +/* Do a reduction. yyn is the number of a rule to reduce with. */ yyreduce: - /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; + if (yylen > 0) + yyval = yyvsp[1-yylen]; /* implement default value of the action */ - /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. - - Otherwise, the following line sets YYVAL to the semantic value of - the lookahead token. This behavior is undocumented and Bison - users should not rely upon it. Assigning to YYVAL - unconditionally makes the parser a bit smaller, and it avoids a - GCC warning that YYVAL may be used uninitialized. */ - yyval = yyvsp[1-yylen]; - -#if YYLSP_NEEDED - /* Similarly for the default location. Let the user run additional - commands if for instance locations are ranges. */ - yyloc = yylsp[1-yylen]; - YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); -#endif - -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables which - are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { int i; @@ -3246,6 +3140,7 @@ yyreduce: } #endif + switch (yyn) { case 3: @@ -5172,16 +5067,16 @@ case 678: { yyval.ctyp = ctype_unknown; ; break;} } - + /* the action file gets copied in in place of this dollarsign */ yyvsp -= yylen; yyssp -= yylen; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -5193,13 +5088,28 @@ case 678: #endif *++yyvsp = yyval; -#if YYLSP_NEEDED - *++yylsp = yyloc; + +#ifdef YYLSP_NEEDED + yylsp++; + if (yylen == 0) + { + yylsp->first_line = yylloc.first_line; + yylsp->first_column = yylloc.first_column; + yylsp->last_line = (yylsp-1)->last_line; + yylsp->last_column = (yylsp-1)->last_column; + yylsp->text = 0; + } + else + { + yylsp->last_line = (yylsp+yylen-1)->last_line; + yylsp->last_column = (yylsp+yylen-1)->last_column; + } #endif - /* Now `shift' the result of the reduction. Determine what state - that goes to, based on the state we popped back to and the rule - number reduced by. */ + /* Now "shift" the result of the reduction. + Determine what state that goes to, + based on the state we popped back to + and the rule number reduced by. */ yyn = yyr1[yyn]; @@ -5211,13 +5121,10 @@ case 678: goto yynewstate; +yyerrlab: /* here on detecting error */ -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ -yyerrlab: - /* If not already recovering from an error, report this error. */ - if (!yyerrstatus) + if (! yyerrstatus) + /* If not already recovering from an error, report this error. */ { ++yynerrs; @@ -5233,99 +5140,83 @@ yyerrlab: count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) - size += strlen (yytname[x]) + 15, count++; - size += strlen ("parse error, unexpected `") + 1; - size += strlen (yytname[YYTRANSLATE (yychar)]); - msg = (char *) malloc (size); + size += strlen(yytname[x]) + 15, count++; + msg = (char *) malloc(size + 15); if (msg != 0) { - strcpy (msg, "parse error, unexpected `"); - strcat (msg, yytname[YYTRANSLATE (yychar)]); - strcat (msg, "'"); + strcpy(msg, "parse error"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) { - strcat (msg, count == 0 ? ", expecting `" : " or `"); - strcat (msg, yytname[x]); - strcat (msg, "'"); + strcat(msg, count == 0 ? ", expecting `" : " or `"); + strcat(msg, yytname[x]); + strcat(msg, "'"); count++; } } - yyerror (msg); - free (msg); + yyerror(msg); + free(msg); } else yyerror ("parse error; also virtual memory exceeded"); } else #endif /* YYERROR_VERBOSE */ - yyerror ("parse error"); + yyerror("parse error"); } - goto yyerrlab1; + goto yyerrlab1; +yyerrlab1: /* here on error raised explicitly by an action */ -/*--------------------------------------------------. -| yyerrlab1 -- error raised explicitly by an action | -`--------------------------------------------------*/ -yyerrlab1: if (yyerrstatus == 3) { - /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + /* if just tried and failed to reuse lookahead token after an error, discard it. */ /* return failure if at end of input */ if (yychar == YYEOF) YYABORT; - YYDPRINTF ((stderr, "Discarding token %d (%s).\n", - yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); +#endif + yychar = YYEMPTY; } - /* Else will try to reuse lookahead token after shifting the error - token. */ + /* Else will try to reuse lookahead token + after shifting the error token. */ yyerrstatus = 3; /* Each real token shifted decrements this */ goto yyerrhandle; +yyerrdefault: /* current state does not do anything special for the error token. */ -/*-------------------------------------------------------------------. -| yyerrdefault -- current state does not do anything special for the | -| error token. | -`-------------------------------------------------------------------*/ -yyerrdefault: #if 0 /* This is wrong; only states that explicitly want error tokens should shift them. */ - - /* If its default is to accept any token, ok. Otherwise pop it. */ - yyn = yydefact[yystate]; - if (yyn) - goto yydefault; + yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ + if (yyn) goto yydefault; #endif +yyerrpop: /* pop the current state because it cannot handle the error token */ -/*---------------------------------------------------------------. -| yyerrpop -- pop the current state because it cannot handle the | -| error token | -`---------------------------------------------------------------*/ -yyerrpop: - if (yyssp == yyss) - YYABORT; + if (yyssp == yyss) YYABORT; yyvsp--; yystate = *--yyssp; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -5336,10 +5227,8 @@ yyerrpop: } #endif -/*--------------. -| yyerrhandle. | -`--------------*/ yyerrhandle: + yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -5362,41 +5251,38 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; - YYDPRINTF ((stderr, "Shifting error token, ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting error token, "); +#endif *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - -/*-------------------------------------. -| yyacceptlab -- YYACCEPT comes here. | -`-------------------------------------*/ -yyacceptlab: + yyacceptlab: + /* YYACCEPT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } return 0; - -/*-----------------------------------. -| yyabortlab -- YYABORT comes here. | -`-----------------------------------*/ -yyabortlab: + yyabortlab: + /* YYABORT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } diff --git a/src/llgrammar.c.der b/src/llgrammar.c.der index 25459cc..01338b6 100644 --- a/src/llgrammar.c.der +++ b/src/llgrammar.c.der @@ -51,8 +51,8 @@ /* < end of bison.head > */ -/* A Bison parser, made from llgrammar.y - by GNU bison 1.30. */ +/* A Bison parser, made from llgrammar.y + by GNU Bison version 1.28 */ #define YYBISON 1 /* Identify Bison output. */ @@ -63,140 +63,140 @@ #define yychar ylchar #define yydebug yldebug #define yynerrs ylnerrs -# define simpleOp 257 -# define PREFIX_OP 258 -# define POSTFIX_OP 259 -# define LLT_MULOP 260 -# define LLT_SEMI 261 -# define LLT_VERTICALBAR 262 -# define ITERATION_OP 263 -# define LLT_LPAR 264 -# define LLT_LBRACKET 265 -# define selectSym 266 -# define LLT_IF_THEN_ELSE 267 -# define logicalOp 268 -# define eqSepSym 269 -# define equationSym 270 -# define commentSym 271 -# define LLT_WHITESPACE 272 -# define LLT_EOL 273 -# define LLT_TYPEDEF_NAME 274 -# define quantifierSym 275 -# define openSym 276 -# define closeSym 277 -# define sepSym 278 -# define simpleId 279 -# define mapSym 280 -# define markerSym 281 -# define preSym 282 -# define postSym 283 -# define anySym 284 -# define LLT_COLON 285 -# define LLT_COMMA 286 -# define LLT_EQUALS 287 -# define LLT_LBRACE 288 -# define LLT_RBRACE 289 -# define LLT_RBRACKET 290 -# define LLT_RPAR 291 -# define LLT_QUOTE 292 -# define eqOp 293 -# define LLT_CCHAR 294 -# define LLT_CFLOAT 295 -# define LLT_CINTEGER 296 -# define LLT_LCSTRING 297 -# define LLT_ALL 298 -# define LLT_ANYTHING 299 -# define LLT_BE 300 -# define LLT_BODY 301 -# define LLT_CLAIMS 302 -# define LLT_CHECKS 303 -# define LLT_CONSTANT 304 -# define LLT_ELSE 305 -# define LLT_ENSURES 306 -# define LLT_FOR 307 -# define LLT_FRESH 308 -# define LLT_IF 309 -# define LLT_IMMUTABLE 310 -# define LLT_IMPORTS 311 -# define LLT_CONSTRAINT 312 -# define LLT_ISSUB 313 -# define LLT_LET 314 -# define LLT_MODIFIES 315 -# define LLT_MUTABLE 316 -# define LLT_NOTHING 317 -# define LLT_INTERNAL 318 -# define LLT_FILESYS 319 -# define LLT_OBJ 320 -# define LLT_OUT 321 -# define LLT_SEF 322 -# define LLT_ONLY 323 -# define LLT_PARTIAL 324 -# define LLT_OWNED 325 -# define LLT_DEPENDENT 326 -# define LLT_KEEP 327 -# define LLT_KEPT 328 -# define LLT_TEMP 329 -# define LLT_SHARED 330 -# define LLT_UNIQUE 331 -# define LLT_UNUSED 332 -# define LLT_EXITS 333 -# define LLT_MAYEXIT 334 -# define LLT_NEVEREXIT 335 -# define LLT_TRUEEXIT 336 -# define LLT_FALSEEXIT 337 -# define LLT_UNDEF 338 -# define LLT_KILLED 339 -# define LLT_CHECKMOD 340 -# define LLT_CHECKED 341 -# define LLT_UNCHECKED 342 -# define LLT_CHECKEDSTRICT 343 -# define LLT_TRUENULL 344 -# define LLT_FALSENULL 345 -# define LLT_LNULL 346 -# define LLT_LNOTNULL 347 -# define LLT_RETURNED 348 -# define LLT_OBSERVER 349 -# define LLT_EXPOSED 350 -# define LLT_REFCOUNTED 351 -# define LLT_REFS 352 -# define LLT_RELNULL 353 -# define LLT_RELDEF 354 -# define LLT_KILLREF 355 -# define LLT_NULLTERMINATED 356 -# define LLT_TEMPREF 357 -# define LLT_NEWREF 358 -# define LLT_PRIVATE 359 -# define LLT_REQUIRES 360 -# define LLT_RESULT 361 -# define LLT_SIZEOF 362 -# define LLT_SPEC 363 -# define LLT_TAGGEDUNION 364 -# define LLT_THEN 365 -# define LLT_TYPE 366 -# define LLT_TYPEDEF 367 -# define LLT_UNCHANGED 368 -# define LLT_USES 369 -# define LLT_CHAR 370 -# define LLT_CONST 371 -# define LLT_DOUBLE 372 -# define LLT_ENUM 373 -# define LLT_FLOAT 374 -# define LLT_INT 375 -# define LLT_ITER 376 -# define LLT_YIELD 377 -# define LLT_LONG 378 -# define LLT_SHORT 379 -# define LLT_SIGNED 380 -# define LLT_UNKNOWN 381 -# define LLT_STRUCT 382 -# define LLT_TELIPSIS 383 -# define LLT_UNION 384 -# define LLT_UNSIGNED 385 -# define LLT_VOID 386 -# define LLT_VOLATILE 387 -# define LLT_PRINTFLIKE 388 -# define LLT_SCANFLIKE 389 -# define LLT_MESSAGELIKE 390 +#define simpleOp 257 +#define PREFIX_OP 258 +#define POSTFIX_OP 259 +#define LLT_MULOP 260 +#define LLT_SEMI 261 +#define LLT_VERTICALBAR 262 +#define ITERATION_OP 263 +#define LLT_LPAR 264 +#define LLT_LBRACKET 265 +#define selectSym 266 +#define LLT_IF_THEN_ELSE 267 +#define logicalOp 268 +#define eqSepSym 269 +#define equationSym 270 +#define commentSym 271 +#define LLT_WHITESPACE 272 +#define LLT_EOL 273 +#define LLT_TYPEDEF_NAME 274 +#define quantifierSym 275 +#define openSym 276 +#define closeSym 277 +#define sepSym 278 +#define simpleId 279 +#define mapSym 280 +#define markerSym 281 +#define preSym 282 +#define postSym 283 +#define anySym 284 +#define LLT_COLON 285 +#define LLT_COMMA 286 +#define LLT_EQUALS 287 +#define LLT_LBRACE 288 +#define LLT_RBRACE 289 +#define LLT_RBRACKET 290 +#define LLT_RPAR 291 +#define LLT_QUOTE 292 +#define eqOp 293 +#define LLT_CCHAR 294 +#define LLT_CFLOAT 295 +#define LLT_CINTEGER 296 +#define LLT_LCSTRING 297 +#define LLT_ALL 298 +#define LLT_ANYTHING 299 +#define LLT_BE 300 +#define LLT_BODY 301 +#define LLT_CLAIMS 302 +#define LLT_CHECKS 303 +#define LLT_CONSTANT 304 +#define LLT_ELSE 305 +#define LLT_ENSURES 306 +#define LLT_FOR 307 +#define LLT_FRESH 308 +#define LLT_IF 309 +#define LLT_IMMUTABLE 310 +#define LLT_IMPORTS 311 +#define LLT_CONSTRAINT 312 +#define LLT_ISSUB 313 +#define LLT_LET 314 +#define LLT_MODIFIES 315 +#define LLT_MUTABLE 316 +#define LLT_NOTHING 317 +#define LLT_INTERNAL 318 +#define LLT_FILESYS 319 +#define LLT_OBJ 320 +#define LLT_OUT 321 +#define LLT_SEF 322 +#define LLT_ONLY 323 +#define LLT_PARTIAL 324 +#define LLT_OWNED 325 +#define LLT_DEPENDENT 326 +#define LLT_KEEP 327 +#define LLT_KEPT 328 +#define LLT_TEMP 329 +#define LLT_SHARED 330 +#define LLT_UNIQUE 331 +#define LLT_UNUSED 332 +#define LLT_EXITS 333 +#define LLT_MAYEXIT 334 +#define LLT_NEVEREXIT 335 +#define LLT_TRUEEXIT 336 +#define LLT_FALSEEXIT 337 +#define LLT_UNDEF 338 +#define LLT_KILLED 339 +#define LLT_CHECKMOD 340 +#define LLT_CHECKED 341 +#define LLT_UNCHECKED 342 +#define LLT_CHECKEDSTRICT 343 +#define LLT_TRUENULL 344 +#define LLT_FALSENULL 345 +#define LLT_LNULL 346 +#define LLT_LNOTNULL 347 +#define LLT_RETURNED 348 +#define LLT_OBSERVER 349 +#define LLT_EXPOSED 350 +#define LLT_REFCOUNTED 351 +#define LLT_REFS 352 +#define LLT_RELNULL 353 +#define LLT_RELDEF 354 +#define LLT_KILLREF 355 +#define LLT_NULLTERMINATED 356 +#define LLT_TEMPREF 357 +#define LLT_NEWREF 358 +#define LLT_PRIVATE 359 +#define LLT_REQUIRES 360 +#define LLT_RESULT 361 +#define LLT_SIZEOF 362 +#define LLT_SPEC 363 +#define LLT_TAGGEDUNION 364 +#define LLT_THEN 365 +#define LLT_TYPE 366 +#define LLT_TYPEDEF 367 +#define LLT_UNCHANGED 368 +#define LLT_USES 369 +#define LLT_CHAR 370 +#define LLT_CONST 371 +#define LLT_DOUBLE 372 +#define LLT_ENUM 373 +#define LLT_FLOAT 374 +#define LLT_INT 375 +#define LLT_ITER 376 +#define LLT_YIELD 377 +#define LLT_LONG 378 +#define LLT_SHORT 379 +#define LLT_SIGNED 380 +#define LLT_UNKNOWN 381 +#define LLT_STRUCT 382 +#define LLT_TELIPSIS 383 +#define LLT_UNION 384 +#define LLT_UNSIGNED 385 +#define LLT_VOID 386 +#define LLT_VOLATILE 387 +#define LLT_PRINTFLIKE 388 +#define LLT_SCANFLIKE 389 +#define LLT_MESSAGELIKE 390 @@ -306,1325 +306,1294 @@ typedef union /*@-redef@*/ } YYSTYPE; #ifndef YYDEBUG -# define YYDEBUG 1 +#define YYDEBUG 1 #endif #include +#ifndef __cplusplus +#ifndef __STDC__ +#define const +#endif +#endif + #define YYFINAL 684 #define YYFLAG -32768 #define YYNTBASE 137 -/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ #define YYTRANSLATE(x) ((unsigned)(x) <= 390 ? yytranslate[x] : 291) -/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ -static const short yytranslate[] = -{ - 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 3, 4, 5, - 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, - 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, - 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, - 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, - 136 +static const short yytranslate[] = { 0, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 1, 3, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, + 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, + 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, + 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, + 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, + 127, 128, 129, 130, 131, 132, 133, 134, 135, 136 }; #if YYDEBUG != 0 -static const short yyprhs[] = -{ - 0, 0, 1, 5, 6, 9, 11, 13, 14, 17, - 20, 21, 24, 26, 28, 30, 34, 38, 40, 42, - 44, 46, 48, 50, 57, 58, 60, 62, 66, 69, - 71, 72, 76, 78, 80, 82, 84, 89, 93, 98, - 103, 105, 107, 109, 111, 113, 114, 128, 129, 144, - 145, 159, 164, 165, 166, 173, 174, 175, 183, 184, - 185, 193, 194, 195, 202, 203, 204, 211, 214, 217, - 219, 223, 225, 229, 231, 233, 237, 239, 241, 245, - 247, 252, 256, 263, 265, 269, 271, 273, 277, 279, - 283, 285, 289, 293, 297, 302, 304, 306, 308, 310, - 312, 316, 318, 322, 323, 326, 330, 333, 336, 337, - 340, 345, 346, 350, 352, 356, 362, 366, 368, 369, - 373, 374, 378, 379, 383, 387, 391, 393, 397, 399, - 401, 404, 406, 408, 409, 413, 414, 418, 419, 421, - 423, 425, 429, 431, 435, 436, 441, 447, 449, 453, - 456, 460, 464, 469, 473, 479, 486, 488, 492, 494, - 496, 499, 502, 506, 510, 514, 519, 521, 525, 530, - 534, 535, 538, 539, 541, 542, 549, 551, 555, 556, - 560, 561, 565, 567, 569, 571, 573, 575, 577, 579, - 581, 583, 585, 587, 590, 592, 594, 596, 598, 600, - 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, - 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, - 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, - 662, 664, 666, 668, 670, 672, 675, 681, 683, 686, - 688, 691, 692, 699, 700, 707, 710, 713, 714, 716, - 718, 721, 725, 727, 731, 732, 734, 741, 744, 746, - 750, 752, 754, 756, 760, 763, 766, 770, 775, 777, - 781, 784, 787, 791, 796, 798, 801, 804, 808, 813, - 816, 819, 822, 825, 829, 831, 832, 834, 838, 841, - 843, 845, 848, 852, 856, 861, 864, 868, 875, 877, - 880, 883, 887, 891, 896, 901, 907, 911, 916, 921, - 927, 930, 933, 937, 941, 943, 945, 947, 949, 951, - 953, 955, 956, 958, 960, 964, 966, 968, 973, 974, - 976, 978, 982, 984, 986, 993, 995, 999, 1001, 1006, - 1010, 1014, 1016, 1019, 1022, 1024, 1026, 1028, 1031, 1033, - 1036, 1039, 1043, 1045, 1047, 1050, 1053, 1057, 1059, 1062, - 1066, 1068, 1074, 1078, 1083, 1086, 1090, 1093, 1095, 1099, - 1103, 1105, 1110, 1112, 1115, 1119, 1123, 1127, 1132, 1136, - 1138, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1159, 1164, - 1169, 1174, 1181, 1186, 1188, 1190, 1192, 1194, 1196, 1199, - 1200, 1204, 1206, 1210, 1214, 1219, 1221, 1223, 1225, 1227, - 1229, 1231, 1233, 1235 +static const short yyprhs[] = { 0, + 0, 1, 5, 6, 9, 11, 13, 14, 17, 20, + 21, 24, 26, 28, 30, 34, 38, 40, 42, 44, + 46, 48, 50, 57, 58, 60, 62, 66, 69, 71, + 72, 76, 78, 80, 82, 84, 89, 93, 98, 103, + 105, 107, 109, 111, 113, 114, 128, 129, 144, 145, + 159, 164, 165, 166, 173, 174, 175, 183, 184, 185, + 193, 194, 195, 202, 203, 204, 211, 214, 217, 219, + 223, 225, 229, 231, 233, 237, 239, 241, 245, 247, + 252, 256, 263, 265, 269, 271, 273, 277, 279, 283, + 285, 289, 293, 297, 302, 304, 306, 308, 310, 312, + 316, 318, 322, 323, 326, 330, 333, 336, 337, 340, + 345, 346, 350, 352, 356, 362, 366, 368, 369, 373, + 374, 378, 379, 383, 387, 391, 393, 397, 399, 401, + 404, 406, 408, 409, 413, 414, 418, 419, 421, 423, + 425, 429, 431, 435, 436, 441, 447, 449, 453, 456, + 460, 464, 469, 473, 479, 486, 488, 492, 494, 496, + 499, 502, 506, 510, 514, 519, 521, 525, 530, 534, + 535, 538, 539, 541, 542, 549, 551, 555, 556, 560, + 561, 565, 567, 569, 571, 573, 575, 577, 579, 581, + 583, 585, 587, 590, 592, 594, 596, 598, 600, 602, + 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, + 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, + 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, + 664, 666, 668, 670, 672, 675, 681, 683, 686, 688, + 691, 692, 699, 700, 707, 710, 713, 714, 716, 718, + 721, 725, 727, 731, 732, 734, 741, 744, 746, 750, + 752, 754, 756, 760, 763, 766, 770, 775, 777, 781, + 784, 787, 791, 796, 798, 801, 804, 808, 813, 816, + 819, 822, 825, 829, 831, 832, 834, 838, 841, 843, + 845, 848, 852, 856, 861, 864, 868, 875, 877, 880, + 883, 887, 891, 896, 901, 907, 911, 916, 921, 927, + 930, 933, 937, 941, 943, 945, 947, 949, 951, 953, + 955, 956, 958, 960, 964, 966, 968, 973, 974, 976, + 978, 982, 984, 986, 993, 995, 999, 1001, 1006, 1010, + 1014, 1016, 1019, 1022, 1024, 1026, 1028, 1031, 1033, 1036, + 1039, 1043, 1045, 1047, 1050, 1053, 1057, 1059, 1062, 1066, + 1068, 1074, 1078, 1083, 1086, 1090, 1093, 1095, 1099, 1103, + 1105, 1110, 1112, 1115, 1119, 1123, 1127, 1132, 1136, 1138, + 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1159, 1164, 1169, + 1174, 1181, 1186, 1188, 1190, 1192, 1194, 1196, 1199, 1200, + 1204, 1206, 1210, 1214, 1219, 1221, 1223, 1225, 1227, 1229, + 1231, 1233, 1235 }; -static const short yyrhs[] = -{ - -1, 139, 138, 141, 0, 0, 139, 140, 0, 144, - 0, 145, 0, 0, 146, 142, 0, 151, 142, 0, - 0, 142, 143, 0, 146, 0, 151, 0, 145, 0, - 57, 175, 7, 0, 115, 179, 7, 0, 154, 0, - 155, 0, 156, 0, 158, 0, 161, 0, 147, 0, - 122, 285, 10, 148, 37, 7, 0, 0, 149, 0, - 150, 0, 149, 32, 150, 0, 123, 244, 0, 244, - 0, 0, 109, 152, 153, 0, 154, 0, 155, 0, - 156, 0, 158, 0, 50, 227, 189, 7, 0, 227, - 189, 7, 0, 117, 227, 189, 7, 0, 133, 227, - 189, 7, 0, 163, 0, 172, 0, 134, 0, 135, - 0, 136, 0, 0, 227, 240, 191, 159, 34, 193, - 195, 199, 200, 201, 204, 205, 35, 0, 0, 157, - 227, 240, 191, 160, 34, 193, 195, 199, 200, 201, - 204, 205, 35, 0, 0, 48, 287, 10, 206, 37, - 191, 162, 34, 195, 200, 209, 204, 35, 0, 48, - 284, 287, 7, 0, 0, 0, 62, 164, 112, 20, - 165, 214, 0, 0, 0, 62, 166, 97, 112, 20, - 167, 214, 0, 0, 0, 97, 62, 168, 112, 20, - 169, 214, 0, 0, 0, 56, 170, 112, 20, 171, - 214, 0, 0, 0, 113, 227, 173, 219, 174, 7, - 0, 230, 7, 0, 238, 7, 0, 176, 0, 175, - 32, 176, 0, 178, 0, 3, 178, 3, 0, 43, - 0, 178, 0, 177, 32, 178, 0, 283, 0, 180, - 0, 179, 32, 180, 0, 289, 0, 289, 10, 182, - 37, 0, 10, 181, 37, 0, 10, 181, 37, 10, - 182, 37, 0, 289, 0, 181, 32, 289, 0, 184, - 0, 183, 0, 183, 32, 184, 0, 245, 0, 183, - 32, 245, 0, 185, 0, 184, 32, 185, 0, 245, - 53, 223, 0, 245, 53, 186, 0, 245, 53, 186, - 256, 0, 290, 0, 249, 0, 188, 0, 260, 0, - 190, 0, 189, 32, 190, 0, 240, 0, 240, 33, - 187, 0, 0, 191, 192, 0, 227, 189, 7, 0, - 64, 7, 0, 65, 7, 0, 0, 193, 194, 0, - 105, 227, 189, 7, 0, 0, 60, 196, 7, 0, - 197, 0, 196, 32, 197, 0, 285, 31, 198, 46, - 260, 0, 285, 46, 260, 0, 227, 0, 0, 49, - 259, 7, 0, 0, 106, 259, 7, 0, 0, 61, - 63, 7, 0, 61, 45, 7, 0, 61, 202, 7, - 0, 203, 0, 202, 32, 203, 0, 260, 0, 228, - 0, 66, 228, 0, 64, 0, 65, 0, 0, 52, - 259, 7, 0, 0, 48, 259, 7, 0, 0, 207, - 0, 208, 0, 129, 0, 208, 32, 129, 0, 244, - 0, 208, 32, 244, 0, 0, 47, 34, 210, 35, - 0, 47, 34, 210, 7, 35, 0, 211, 0, 10, - 210, 37, 0, 210, 6, 0, 210, 8, 210, 0, - 210, 7, 210, 0, 284, 10, 212, 37, 0, 284, - 10, 37, 0, 285, 33, 284, 10, 37, 0, 285, - 33, 284, 10, 212, 37, 0, 213, 0, 212, 32, - 213, 0, 277, 0, 285, 0, 3, 213, 0, 213, - 3, 0, 213, 3, 213, 0, 10, 213, 37, 0, - 284, 10, 37, 0, 284, 10, 212, 37, 0, 7, - 0, 34, 215, 35, 0, 34, 177, 35, 7, 0, - 34, 35, 7, 0, 0, 215, 158, 0, 0, 217, - 0, 0, 58, 218, 279, 10, 259, 37, 0, 220, - 0, 219, 32, 220, 0, 0, 240, 221, 222, 0, - 0, 34, 216, 35, 0, 132, 0, 116, 0, 118, - 0, 120, 0, 121, 0, 124, 0, 125, 0, 126, - 0, 131, 0, 127, 0, 223, 0, 224, 223, 0, - 20, 0, 224, 0, 67, 0, 78, 0, 68, 0, - 69, 0, 71, 0, 72, 0, 73, 0, 74, 0, - 95, 0, 79, 0, 80, 0, 82, 0, 83, 0, - 81, 0, 75, 0, 76, 0, 77, 0, 87, 0, - 88, 0, 89, 0, 90, 0, 91, 0, 99, 0, - 100, 0, 97, 0, 98, 0, 104, 0, 101, 0, - 92, 0, 93, 0, 94, 0, 96, 0, 70, 0, - 102, 0, 84, 0, 85, 0, 225, 0, 230, 0, - 238, 0, 226, 227, 0, 8, 228, 31, 228, 8, - 0, 227, 0, 227, 229, 0, 6, 0, 229, 6, - 0, 0, 128, 233, 231, 34, 234, 35, 0, 0, - 130, 233, 232, 34, 234, 35, 0, 128, 286, 0, - 130, 286, 0, 0, 286, 0, 235, 0, 234, 235, - 0, 227, 236, 7, 0, 240, 0, 236, 32, 240, - 0, 0, 32, 0, 119, 233, 34, 239, 237, 35, - 0, 119, 286, 0, 25, 0, 239, 32, 25, 0, - 242, 0, 241, 0, 285, 0, 10, 241, 37, 0, - 6, 241, 0, 241, 248, 0, 241, 10, 37, 0, - 241, 10, 207, 37, 0, 20, 0, 10, 242, 37, - 0, 6, 242, 0, 242, 248, 0, 242, 10, 37, - 0, 242, 10, 207, 37, 0, 20, 0, 6, 243, - 0, 243, 248, 0, 243, 10, 37, 0, 243, 10, - 207, 37, 0, 227, 243, 0, 227, 241, 0, 227, - 246, 0, 227, 246, 0, 66, 227, 246, 0, 249, - 0, 0, 247, 0, 10, 247, 37, 0, 6, 247, - 0, 6, 0, 248, 0, 247, 248, 0, 247, 10, - 37, 0, 10, 207, 37, 0, 247, 10, 207, 37, - 0, 11, 36, 0, 11, 188, 36, 0, 55, 27, - 111, 27, 51, 27, 0, 252, 0, 27, 252, 0, - 252, 27, 0, 27, 252, 27, 0, 250, 253, 251, - 0, 27, 250, 253, 251, 0, 250, 253, 251, 27, - 0, 27, 250, 253, 251, 27, 0, 11, 253, 36, - 0, 11, 253, 36, 27, 0, 27, 11, 253, 36, - 0, 27, 11, 253, 36, 27, 0, 12, 283, 0, - 26, 283, 0, 27, 12, 283, 0, 27, 26, 283, - 0, 22, 0, 34, 0, 23, 0, 35, 0, 264, - 0, 14, 0, 39, 0, 0, 254, 0, 27, 0, - 254, 255, 27, 0, 32, 0, 24, 0, 31, 257, - 26, 288, 0, 0, 258, 0, 288, 0, 258, 32, - 288, 0, 260, 0, 261, 0, 55, 261, 111, 261, - 51, 261, 0, 262, 0, 261, 14, 261, 0, 263, - 0, 278, 10, 259, 37, 0, 263, 39, 263, 0, - 263, 33, 263, 0, 265, 0, 268, 266, 0, 268, - 267, 0, 3, 0, 6, 0, 268, 0, 264, 265, - 0, 264, 0, 266, 264, 0, 264, 268, 0, 267, - 264, 268, 0, 273, 0, 269, 0, 269, 273, 0, - 273, 269, 0, 273, 269, 273, 0, 270, 0, 270, - 273, 0, 271, 31, 288, 0, 271, 0, 11, 272, - 36, 31, 288, 0, 11, 272, 36, 0, 11, 36, - 31, 288, 0, 11, 36, 0, 250, 272, 251, 0, - 250, 251, 0, 260, 0, 272, 255, 260, 0, 10, - 261, 37, 0, 285, 0, 290, 10, 274, 37, 0, - 276, 0, 273, 275, 0, 273, 12, 283, 0, 273, - 26, 283, 0, 273, 11, 36, 0, 273, 11, 274, - 36, 0, 273, 31, 288, 0, 261, 0, 274, 32, - 261, 0, 28, 0, 29, 0, 30, 0, 38, 0, - 277, 0, 107, 0, 54, 10, 274, 37, 0, 114, - 10, 44, 37, 0, 114, 10, 202, 37, 0, 108, - 10, 260, 37, 0, 59, 10, 260, 32, 260, 37, - 0, 108, 10, 227, 37, 0, 42, 0, 43, 0, - 40, 0, 41, 0, 279, 0, 278, 279, 0, 0, - 21, 280, 281, 0, 282, 0, 281, 32, 282, 0, - 285, 31, 198, 0, 285, 31, 66, 198, 0, 25, - 0, 20, 0, 25, 0, 25, 0, 283, 0, 283, - 0, 283, 0, 283, 0, 283, 0 + +static const short yyrhs[] = { -1, + 139, 138, 141, 0, 0, 139, 140, 0, 144, 0, + 145, 0, 0, 146, 142, 0, 151, 142, 0, 0, + 142, 143, 0, 146, 0, 151, 0, 145, 0, 57, + 175, 7, 0, 115, 179, 7, 0, 154, 0, 155, + 0, 156, 0, 158, 0, 161, 0, 147, 0, 122, + 285, 10, 148, 37, 7, 0, 0, 149, 0, 150, + 0, 149, 32, 150, 0, 123, 244, 0, 244, 0, + 0, 109, 152, 153, 0, 154, 0, 155, 0, 156, + 0, 158, 0, 50, 227, 189, 7, 0, 227, 189, + 7, 0, 117, 227, 189, 7, 0, 133, 227, 189, + 7, 0, 163, 0, 172, 0, 134, 0, 135, 0, + 136, 0, 0, 227, 240, 191, 159, 34, 193, 195, + 199, 200, 201, 204, 205, 35, 0, 0, 157, 227, + 240, 191, 160, 34, 193, 195, 199, 200, 201, 204, + 205, 35, 0, 0, 48, 287, 10, 206, 37, 191, + 162, 34, 195, 200, 209, 204, 35, 0, 48, 284, + 287, 7, 0, 0, 0, 62, 164, 112, 20, 165, + 214, 0, 0, 0, 62, 166, 97, 112, 20, 167, + 214, 0, 0, 0, 97, 62, 168, 112, 20, 169, + 214, 0, 0, 0, 56, 170, 112, 20, 171, 214, + 0, 0, 0, 113, 227, 173, 219, 174, 7, 0, + 230, 7, 0, 238, 7, 0, 176, 0, 175, 32, + 176, 0, 178, 0, 3, 178, 3, 0, 43, 0, + 178, 0, 177, 32, 178, 0, 283, 0, 180, 0, + 179, 32, 180, 0, 289, 0, 289, 10, 182, 37, + 0, 10, 181, 37, 0, 10, 181, 37, 10, 182, + 37, 0, 289, 0, 181, 32, 289, 0, 184, 0, + 183, 0, 183, 32, 184, 0, 245, 0, 183, 32, + 245, 0, 185, 0, 184, 32, 185, 0, 245, 53, + 223, 0, 245, 53, 186, 0, 245, 53, 186, 256, + 0, 290, 0, 249, 0, 188, 0, 260, 0, 190, + 0, 189, 32, 190, 0, 240, 0, 240, 33, 187, + 0, 0, 191, 192, 0, 227, 189, 7, 0, 64, + 7, 0, 65, 7, 0, 0, 193, 194, 0, 105, + 227, 189, 7, 0, 0, 60, 196, 7, 0, 197, + 0, 196, 32, 197, 0, 285, 31, 198, 46, 260, + 0, 285, 46, 260, 0, 227, 0, 0, 49, 259, + 7, 0, 0, 106, 259, 7, 0, 0, 61, 63, + 7, 0, 61, 45, 7, 0, 61, 202, 7, 0, + 203, 0, 202, 32, 203, 0, 260, 0, 228, 0, + 66, 228, 0, 64, 0, 65, 0, 0, 52, 259, + 7, 0, 0, 48, 259, 7, 0, 0, 207, 0, + 208, 0, 129, 0, 208, 32, 129, 0, 244, 0, + 208, 32, 244, 0, 0, 47, 34, 210, 35, 0, + 47, 34, 210, 7, 35, 0, 211, 0, 10, 210, + 37, 0, 210, 6, 0, 210, 8, 210, 0, 210, + 7, 210, 0, 284, 10, 212, 37, 0, 284, 10, + 37, 0, 285, 33, 284, 10, 37, 0, 285, 33, + 284, 10, 212, 37, 0, 213, 0, 212, 32, 213, + 0, 277, 0, 285, 0, 3, 213, 0, 213, 3, + 0, 213, 3, 213, 0, 10, 213, 37, 0, 284, + 10, 37, 0, 284, 10, 212, 37, 0, 7, 0, + 34, 215, 35, 0, 34, 177, 35, 7, 0, 34, + 35, 7, 0, 0, 215, 158, 0, 0, 217, 0, + 0, 58, 218, 279, 10, 259, 37, 0, 220, 0, + 219, 32, 220, 0, 0, 240, 221, 222, 0, 0, + 34, 216, 35, 0, 132, 0, 116, 0, 118, 0, + 120, 0, 121, 0, 124, 0, 125, 0, 126, 0, + 131, 0, 127, 0, 223, 0, 224, 223, 0, 20, + 0, 224, 0, 67, 0, 78, 0, 68, 0, 69, + 0, 71, 0, 72, 0, 73, 0, 74, 0, 95, + 0, 79, 0, 80, 0, 82, 0, 83, 0, 81, + 0, 75, 0, 76, 0, 77, 0, 87, 0, 88, + 0, 89, 0, 90, 0, 91, 0, 99, 0, 100, + 0, 97, 0, 98, 0, 104, 0, 101, 0, 92, + 0, 93, 0, 94, 0, 96, 0, 70, 0, 102, + 0, 84, 0, 85, 0, 225, 0, 230, 0, 238, + 0, 226, 227, 0, 8, 228, 31, 228, 8, 0, + 227, 0, 227, 229, 0, 6, 0, 229, 6, 0, + 0, 128, 233, 231, 34, 234, 35, 0, 0, 130, + 233, 232, 34, 234, 35, 0, 128, 286, 0, 130, + 286, 0, 0, 286, 0, 235, 0, 234, 235, 0, + 227, 236, 7, 0, 240, 0, 236, 32, 240, 0, + 0, 32, 0, 119, 233, 34, 239, 237, 35, 0, + 119, 286, 0, 25, 0, 239, 32, 25, 0, 242, + 0, 241, 0, 285, 0, 10, 241, 37, 0, 6, + 241, 0, 241, 248, 0, 241, 10, 37, 0, 241, + 10, 207, 37, 0, 20, 0, 10, 242, 37, 0, + 6, 242, 0, 242, 248, 0, 242, 10, 37, 0, + 242, 10, 207, 37, 0, 20, 0, 6, 243, 0, + 243, 248, 0, 243, 10, 37, 0, 243, 10, 207, + 37, 0, 227, 243, 0, 227, 241, 0, 227, 246, + 0, 227, 246, 0, 66, 227, 246, 0, 249, 0, + 0, 247, 0, 10, 247, 37, 0, 6, 247, 0, + 6, 0, 248, 0, 247, 248, 0, 247, 10, 37, + 0, 10, 207, 37, 0, 247, 10, 207, 37, 0, + 11, 36, 0, 11, 188, 36, 0, 55, 27, 111, + 27, 51, 27, 0, 252, 0, 27, 252, 0, 252, + 27, 0, 27, 252, 27, 0, 250, 253, 251, 0, + 27, 250, 253, 251, 0, 250, 253, 251, 27, 0, + 27, 250, 253, 251, 27, 0, 11, 253, 36, 0, + 11, 253, 36, 27, 0, 27, 11, 253, 36, 0, + 27, 11, 253, 36, 27, 0, 12, 283, 0, 26, + 283, 0, 27, 12, 283, 0, 27, 26, 283, 0, + 22, 0, 34, 0, 23, 0, 35, 0, 264, 0, + 14, 0, 39, 0, 0, 254, 0, 27, 0, 254, + 255, 27, 0, 32, 0, 24, 0, 31, 257, 26, + 288, 0, 0, 258, 0, 288, 0, 258, 32, 288, + 0, 260, 0, 261, 0, 55, 261, 111, 261, 51, + 261, 0, 262, 0, 261, 14, 261, 0, 263, 0, + 278, 10, 259, 37, 0, 263, 39, 263, 0, 263, + 33, 263, 0, 265, 0, 268, 266, 0, 268, 267, + 0, 3, 0, 6, 0, 268, 0, 264, 265, 0, + 264, 0, 266, 264, 0, 264, 268, 0, 267, 264, + 268, 0, 273, 0, 269, 0, 269, 273, 0, 273, + 269, 0, 273, 269, 273, 0, 270, 0, 270, 273, + 0, 271, 31, 288, 0, 271, 0, 11, 272, 36, + 31, 288, 0, 11, 272, 36, 0, 11, 36, 31, + 288, 0, 11, 36, 0, 250, 272, 251, 0, 250, + 251, 0, 260, 0, 272, 255, 260, 0, 10, 261, + 37, 0, 285, 0, 290, 10, 274, 37, 0, 276, + 0, 273, 275, 0, 273, 12, 283, 0, 273, 26, + 283, 0, 273, 11, 36, 0, 273, 11, 274, 36, + 0, 273, 31, 288, 0, 261, 0, 274, 32, 261, + 0, 28, 0, 29, 0, 30, 0, 38, 0, 277, + 0, 107, 0, 54, 10, 274, 37, 0, 114, 10, + 44, 37, 0, 114, 10, 202, 37, 0, 108, 10, + 260, 37, 0, 59, 10, 260, 32, 260, 37, 0, + 108, 10, 227, 37, 0, 42, 0, 43, 0, 40, + 0, 41, 0, 279, 0, 278, 279, 0, 0, 21, + 280, 281, 0, 282, 0, 281, 32, 282, 0, 285, + 31, 198, 0, 285, 31, 66, 198, 0, 25, 0, + 20, 0, 25, 0, 25, 0, 283, 0, 283, 0, + 283, 0, 283, 0, 283, 0 }; #endif #if YYDEBUG != 0 -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ -static const short yyrline[] = -{ - 0, 380, 381, 384, 385, 388, 389, 392, 393, 394, - 397, 398, 401, 402, 403, 406, 412, 416, 418, 420, - 422, 424, 426, 430, 434, 435, 438, 440, 444, 445, - 448, 449, 452, 454, 456, 458, 462, 466, 468, 470, - 474, 475, 478, 479, 480, 483, 484, 491, 493, 504, - 506, 509, 513, 513, 514, 515, 515, 517, 518, 519, - 520, 521, 521, 522, 525, 526, 527, 528, 530, 546, - 548, 552, 553, 555, 558, 559, 562, 566, 568, 572, - 574, 576, 578, 582, 583, 586, 588, 590, 593, 595, - 598, 600, 603, 604, 605, 609, 610, 612, 614, 617, - 619, 623, 624, 627, 629, 633, 634, 635, 638, 639, - 642, 646, 647, 650, 651, 654, 655, 657, 660, 661, - 664, 665, 668, 669, 670, 671, 674, 675, 678, 679, - 680, 681, 682, 685, 686, 689, 690, 693, 694, 697, - 698, 699, 702, 703, 706, 707, 708, 711, 712, 715, - 720, 726, 734, 736, 738, 740, 744, 745, 748, 749, - 750, 751, 752, 753, 754, 756, 760, 761, 762, 763, - 766, 767, 770, 771, 774, 774, 783, 784, 788, 789, - 792, 793, 796, 797, 798, 799, 800, 801, 802, 803, - 804, 805, 813, 814, 819, 821, 827, 828, 829, 830, - 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, - 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, - 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, - 861, 862, 865, 867, 869, 871, 873, 882, 883, 888, - 889, 892, 894, 896, 898, 900, 902, 906, 907, 910, - 911, 916, 919, 921, 925, 926, 929, 931, 935, 936, - 946, 947, 950, 951, 952, 953, 954, 955, 958, 959, - 960, 961, 962, 963, 972, 973, 974, 975, 976, 982, - 983, 984, 994, 995, 996, 1001, 1002, 1005, 1006, 1007, - 1008, 1009, 1010, 1011, 1012, 1015, 1016, 1019, 1021, 1023, - 1025, 1027, 1030, 1032, 1034, 1036, 1038, 1040, 1048, 1050, - 1052, 1055, 1058, 1061, 1066, 1067, 1070, 1071, 1074, 1075, - 1076, 1079, 1080, 1083, 1084, 1087, 1088, 1091, 1094, 1095, - 1098, 1099, 1102, 1105, 1111, 1113, 1114, 1117, 1118, 1123, - 1125, 1129, 1130, 1131, 1134, 1135, 1138, 1139, 1142, 1143, - 1146, 1147, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1159, - 1160, 1163, 1166, 1168, 1172, 1176, 1177, 1180, 1181, 1184, - 1186, 1188, 1190, 1191, 1193, 1195, 1197, 1200, 1202, 1206, - 1207, 1210, 1211, 1212, 1213, 1216, 1217, 1218, 1219, 1220, - 1221, 1226, 1232, 1242, 1243, 1244, 1245, 1248, 1250, 1254, - 1258, 1261, 1262, 1265, 1266, 1269, 1270, 1273, 1274, 1275, - 1276, 1277, 1278, 1279 +static const short yyrline[] = { 0, + 380, 381, 384, 385, 388, 389, 392, 393, 394, 397, + 398, 401, 402, 403, 406, 412, 416, 418, 420, 422, + 424, 426, 430, 434, 435, 438, 440, 444, 445, 448, + 449, 452, 454, 456, 458, 462, 466, 468, 470, 474, + 475, 478, 479, 480, 483, 484, 491, 493, 504, 506, + 509, 513, 513, 514, 515, 515, 517, 518, 519, 520, + 521, 521, 522, 525, 526, 527, 528, 530, 546, 548, + 552, 553, 555, 558, 559, 562, 566, 568, 572, 574, + 576, 578, 582, 583, 586, 588, 590, 593, 595, 598, + 600, 603, 604, 605, 609, 610, 612, 614, 617, 619, + 623, 624, 627, 629, 633, 634, 635, 638, 639, 642, + 646, 647, 650, 651, 654, 655, 657, 660, 661, 664, + 665, 668, 669, 670, 671, 674, 675, 678, 679, 680, + 681, 682, 685, 686, 689, 690, 693, 694, 697, 698, + 699, 702, 703, 706, 707, 708, 711, 712, 715, 720, + 726, 734, 736, 738, 740, 744, 745, 748, 749, 750, + 751, 752, 753, 754, 756, 760, 761, 762, 763, 766, + 767, 770, 771, 774, 774, 783, 784, 788, 789, 792, + 793, 796, 797, 798, 799, 800, 801, 802, 803, 804, + 805, 813, 814, 819, 821, 827, 828, 829, 830, 831, + 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, + 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, + 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, + 862, 865, 867, 869, 871, 873, 882, 883, 888, 889, + 892, 894, 896, 898, 900, 902, 906, 907, 910, 911, + 916, 919, 921, 925, 926, 929, 931, 935, 936, 946, + 947, 950, 951, 952, 953, 954, 955, 958, 959, 960, + 961, 962, 963, 972, 973, 974, 975, 976, 982, 983, + 984, 994, 995, 996, 1001, 1002, 1005, 1006, 1007, 1008, + 1009, 1010, 1011, 1012, 1015, 1016, 1019, 1021, 1023, 1025, + 1027, 1030, 1032, 1034, 1036, 1038, 1040, 1048, 1050, 1052, + 1055, 1058, 1061, 1066, 1067, 1070, 1071, 1074, 1075, 1076, + 1079, 1080, 1083, 1084, 1087, 1088, 1091, 1094, 1095, 1098, + 1099, 1102, 1105, 1111, 1113, 1114, 1117, 1118, 1123, 1125, + 1129, 1130, 1131, 1134, 1135, 1138, 1139, 1142, 1143, 1146, + 1147, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1159, 1160, + 1163, 1166, 1168, 1172, 1176, 1177, 1180, 1181, 1184, 1186, + 1188, 1190, 1191, 1193, 1195, 1197, 1200, 1202, 1206, 1207, + 1210, 1211, 1212, 1213, 1216, 1217, 1218, 1219, 1220, 1221, + 1226, 1232, 1242, 1243, 1244, 1245, 1248, 1250, 1254, 1258, + 1261, 1262, 1265, 1266, 1269, 1270, 1273, 1274, 1275, 1276, + 1277, 1278, 1279 }; #endif -#if YYDEBUG != 0 || defined YYERROR_VERBOSE - -/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ -static const char *const yytname[] = -{ - "$", "error", "$undefined.", "simpleOp", "PREFIX_OP", "POSTFIX_OP", - "LLT_MULOP", "LLT_SEMI", "LLT_VERTICALBAR", "ITERATION_OP", "LLT_LPAR", - "LLT_LBRACKET", "selectSym", "LLT_IF_THEN_ELSE", "logicalOp", - "eqSepSym", "equationSym", "commentSym", "LLT_WHITESPACE", "LLT_EOL", - "LLT_TYPEDEF_NAME", "quantifierSym", "openSym", "closeSym", "sepSym", - "simpleId", "mapSym", "markerSym", "preSym", "postSym", "anySym", - "LLT_COLON", "LLT_COMMA", "LLT_EQUALS", "LLT_LBRACE", "LLT_RBRACE", - "LLT_RBRACKET", "LLT_RPAR", "LLT_QUOTE", "eqOp", "LLT_CCHAR", - "LLT_CFLOAT", "LLT_CINTEGER", "LLT_LCSTRING", "LLT_ALL", "LLT_ANYTHING", - "LLT_BE", "LLT_BODY", "LLT_CLAIMS", "LLT_CHECKS", "LLT_CONSTANT", - "LLT_ELSE", "LLT_ENSURES", "LLT_FOR", "LLT_FRESH", "LLT_IF", - "LLT_IMMUTABLE", "LLT_IMPORTS", "LLT_CONSTRAINT", "LLT_ISSUB", - "LLT_LET", "LLT_MODIFIES", "LLT_MUTABLE", "LLT_NOTHING", "LLT_INTERNAL", - "LLT_FILESYS", "LLT_OBJ", "LLT_OUT", "LLT_SEF", "LLT_ONLY", - "LLT_PARTIAL", "LLT_OWNED", "LLT_DEPENDENT", "LLT_KEEP", "LLT_KEPT", - "LLT_TEMP", "LLT_SHARED", "LLT_UNIQUE", "LLT_UNUSED", "LLT_EXITS", - "LLT_MAYEXIT", "LLT_NEVEREXIT", "LLT_TRUEEXIT", "LLT_FALSEEXIT", - "LLT_UNDEF", "LLT_KILLED", "LLT_CHECKMOD", "LLT_CHECKED", - "LLT_UNCHECKED", "LLT_CHECKEDSTRICT", "LLT_TRUENULL", "LLT_FALSENULL", - "LLT_LNULL", "LLT_LNOTNULL", "LLT_RETURNED", "LLT_OBSERVER", - "LLT_EXPOSED", "LLT_REFCOUNTED", "LLT_REFS", "LLT_RELNULL", - "LLT_RELDEF", "LLT_KILLREF", "LLT_NULLTERMINATED", "LLT_TEMPREF", - "LLT_NEWREF", "LLT_PRIVATE", "LLT_REQUIRES", "LLT_RESULT", "LLT_SIZEOF", - "LLT_SPEC", "LLT_TAGGEDUNION", "LLT_THEN", "LLT_TYPE", "LLT_TYPEDEF", - "LLT_UNCHANGED", "LLT_USES", "LLT_CHAR", "LLT_CONST", "LLT_DOUBLE", - "LLT_ENUM", "LLT_FLOAT", "LLT_INT", "LLT_ITER", "LLT_YIELD", "LLT_LONG", - "LLT_SHORT", "LLT_SIGNED", "LLT_UNKNOWN", "LLT_STRUCT", "LLT_TELIPSIS", - "LLT_UNION", "LLT_UNSIGNED", "LLT_VOID", "LLT_VOLATILE", - "LLT_PRINTFLIKE", "LLT_SCANFLIKE", "LLT_MESSAGELIKE", "interface", "@1", - "externals", "external", "optDeclarations", "declarations", - "declaration", "imports", "uses", "export", "iter", "iterParamList", - "realIterParamList", "iterParam", "private", "@2", "private2", - "constDeclaration", "varDeclaration", "type", "special", "fcn", "@3", - "@4", "claim", "@5", "abstract", "@6", "@7", "@8", "@9", "@10", "@11", - "@12", "@13", "exposed", "@14", "@15", "importNameList", "importName", - "interfaceNameList", "interfaceName", "traitRefNodeList", "traitRef", - "traitIdList", "renaming", "nameList", "replaceNodeList", "replace", - "name", "initializer", "constLclExpr", "initDecls", "initDecl", - "globals", "globalDecl", "privateInits", "privateInit", "optLetDecl", - "beDeclList", "beDecl", "sortSpec", "optChecks", "optRequire", - "optModify", "storeRefList", "storeRef", "optEnsure", "optClaim", - "optParamList", "realParamList", "paramList", "optBody", "callExpr", - "stmt", "valueList", "value", "abstBody", "fcns", "optTypeInv", - "typeInv", "@16", "declaratorInvs", "declaratorInv", "@17", - "optExposedBody", "CType", "CTypes", "typeSpecifier", - "specialQualifier", "lclTypeSpec", "lclType", "pointers", - "structOrUnionSpec", "@18", "@19", "optTagId", "structDecls", - "structDecl", "declaratorList", "optCOMMA", "enumSpec", - "enumeratorList", "declarator", "notype_decl", "after_type_decl", - "parameter_decl", "param", "typeName", "optAbstDeclarator", - "abstDeclarator", "arrayQual", "opForm", "open", "close", "anyOp", - "middle", "placeList", "separator", "signature", "domain", "sortList", - "lclPredicate", "term", "term0", "equalityTerm", "simpleOpTerm", - "simpleOp2", "prefixOpTerm", "postfixOps", "infixOpPart", "secondary", - "bracketed", "sqBracketed", "matched", "args", "primary", "termList", - "stateFcn", "lclPrimary", "cLiteral", "quantifiers", "quantifier", - "@20", "quantifiedList", "quantified", "simpleIdOrTypedefName", "fcnId", - "varId", "tagId", "claimId", "sortId", "traitId", "opId", NULL +#if YYDEBUG != 0 || defined (YYERROR_VERBOSE) + +static const char * const yytname[] = { "$","error","$undefined.","simpleOp", +"PREFIX_OP","POSTFIX_OP","LLT_MULOP","LLT_SEMI","LLT_VERTICALBAR","ITERATION_OP", +"LLT_LPAR","LLT_LBRACKET","selectSym","LLT_IF_THEN_ELSE","logicalOp","eqSepSym", +"equationSym","commentSym","LLT_WHITESPACE","LLT_EOL","LLT_TYPEDEF_NAME","quantifierSym", +"openSym","closeSym","sepSym","simpleId","mapSym","markerSym","preSym","postSym", +"anySym","LLT_COLON","LLT_COMMA","LLT_EQUALS","LLT_LBRACE","LLT_RBRACE","LLT_RBRACKET", +"LLT_RPAR","LLT_QUOTE","eqOp","LLT_CCHAR","LLT_CFLOAT","LLT_CINTEGER","LLT_LCSTRING", +"LLT_ALL","LLT_ANYTHING","LLT_BE","LLT_BODY","LLT_CLAIMS","LLT_CHECKS","LLT_CONSTANT", +"LLT_ELSE","LLT_ENSURES","LLT_FOR","LLT_FRESH","LLT_IF","LLT_IMMUTABLE","LLT_IMPORTS", +"LLT_CONSTRAINT","LLT_ISSUB","LLT_LET","LLT_MODIFIES","LLT_MUTABLE","LLT_NOTHING", +"LLT_INTERNAL","LLT_FILESYS","LLT_OBJ","LLT_OUT","LLT_SEF","LLT_ONLY","LLT_PARTIAL", +"LLT_OWNED","LLT_DEPENDENT","LLT_KEEP","LLT_KEPT","LLT_TEMP","LLT_SHARED","LLT_UNIQUE", +"LLT_UNUSED","LLT_EXITS","LLT_MAYEXIT","LLT_NEVEREXIT","LLT_TRUEEXIT","LLT_FALSEEXIT", +"LLT_UNDEF","LLT_KILLED","LLT_CHECKMOD","LLT_CHECKED","LLT_UNCHECKED","LLT_CHECKEDSTRICT", +"LLT_TRUENULL","LLT_FALSENULL","LLT_LNULL","LLT_LNOTNULL","LLT_RETURNED","LLT_OBSERVER", +"LLT_EXPOSED","LLT_REFCOUNTED","LLT_REFS","LLT_RELNULL","LLT_RELDEF","LLT_KILLREF", +"LLT_NULLTERMINATED","LLT_TEMPREF","LLT_NEWREF","LLT_PRIVATE","LLT_REQUIRES", +"LLT_RESULT","LLT_SIZEOF","LLT_SPEC","LLT_TAGGEDUNION","LLT_THEN","LLT_TYPE", +"LLT_TYPEDEF","LLT_UNCHANGED","LLT_USES","LLT_CHAR","LLT_CONST","LLT_DOUBLE", +"LLT_ENUM","LLT_FLOAT","LLT_INT","LLT_ITER","LLT_YIELD","LLT_LONG","LLT_SHORT", +"LLT_SIGNED","LLT_UNKNOWN","LLT_STRUCT","LLT_TELIPSIS","LLT_UNION","LLT_UNSIGNED", +"LLT_VOID","LLT_VOLATILE","LLT_PRINTFLIKE","LLT_SCANFLIKE","LLT_MESSAGELIKE", +"interface","@1","externals","external","optDeclarations","declarations","declaration", +"imports","uses","export","iter","iterParamList","realIterParamList","iterParam", +"private","@2","private2","constDeclaration","varDeclaration","type","special", +"fcn","@3","@4","claim","@5","abstract","@6","@7","@8","@9","@10","@11","@12", +"@13","exposed","@14","@15","importNameList","importName","interfaceNameList", +"interfaceName","traitRefNodeList","traitRef","traitIdList","renaming","nameList", +"replaceNodeList","replace","name","initializer","constLclExpr","initDecls", +"initDecl","globals","globalDecl","privateInits","privateInit","optLetDecl", +"beDeclList","beDecl","sortSpec","optChecks","optRequire","optModify","storeRefList", +"storeRef","optEnsure","optClaim","optParamList","realParamList","paramList", +"optBody","callExpr","stmt","valueList","value","abstBody","fcns","optTypeInv", +"typeInv","@16","declaratorInvs","declaratorInv","@17","optExposedBody","CType", +"CTypes","typeSpecifier","specialQualifier","lclTypeSpec","lclType","pointers", +"structOrUnionSpec","@18","@19","optTagId","structDecls","structDecl","declaratorList", +"optCOMMA","enumSpec","enumeratorList","declarator","notype_decl","after_type_decl", +"parameter_decl","param","typeName","optAbstDeclarator","abstDeclarator","arrayQual", +"opForm","open","close","anyOp","middle","placeList","separator","signature", +"domain","sortList","lclPredicate","term","term0","equalityTerm","simpleOpTerm", +"simpleOp2","prefixOpTerm","postfixOps","infixOpPart","secondary","bracketed", +"sqBracketed","matched","args","primary","termList","stateFcn","lclPrimary", +"cLiteral","quantifiers","quantifier","@20","quantifiedList","quantified","simpleIdOrTypedefName", +"fcnId","varId","tagId","claimId","sortId","traitId","opId", NULL }; #endif -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const short yyr1[] = -{ - 0, 138, 137, 139, 139, 140, 140, 141, 141, 141, - 142, 142, 143, 143, 143, 144, 145, 146, 146, 146, - 146, 146, 146, 147, 148, 148, 149, 149, 150, 150, - 152, 151, 153, 153, 153, 153, 154, 155, 155, 155, - 156, 156, 157, 157, 157, 159, 158, 160, 158, 162, - 161, 161, 164, 165, 163, 166, 167, 163, 168, 169, - 163, 170, 171, 163, 173, 174, 172, 172, 172, 175, - 175, 176, 176, 176, 177, 177, 178, 179, 179, 180, - 180, 180, 180, 181, 181, 182, 182, 182, 183, 183, - 184, 184, 185, 185, 185, 186, 186, 187, 188, 189, - 189, 190, 190, 191, 191, 192, 192, 192, 193, 193, - 194, 195, 195, 196, 196, 197, 197, 198, 199, 199, - 200, 200, 201, 201, 201, 201, 202, 202, 203, 203, - 203, 203, 203, 204, 204, 205, 205, 206, 206, 207, - 207, 207, 208, 208, 209, 209, 209, 210, 210, 210, - 210, 210, 211, 211, 211, 211, 212, 212, 213, 213, - 213, 213, 213, 213, 213, 213, 214, 214, 214, 214, - 215, 215, 216, 216, 218, 217, 219, 219, 221, 220, - 222, 222, 223, 223, 223, 223, 223, 223, 223, 223, - 223, 223, 224, 224, 225, 225, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 227, 227, 227, 227, 227, 228, 228, 229, - 229, 231, 230, 232, 230, 230, 230, 233, 233, 234, - 234, 235, 236, 236, 237, 237, 238, 238, 239, 239, - 240, 240, 241, 241, 241, 241, 241, 241, 242, 242, - 242, 242, 242, 242, 243, 243, 243, 243, 243, 244, - 244, 244, 245, 245, 245, 246, 246, 247, 247, 247, - 247, 247, 247, 247, 247, 248, 248, 249, 249, 249, - 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, - 249, 249, 249, 249, 250, 250, 251, 251, 252, 252, - 252, 253, 253, 254, 254, 255, 255, 256, 257, 257, - 258, 258, 259, 260, 261, 261, 261, 262, 262, 262, - 262, 263, 263, 263, 264, 264, 265, 265, 266, 266, - 267, 267, 268, 268, 268, 268, 268, 268, 268, 269, - 269, 270, 270, 270, 270, 271, 271, 272, 272, 273, - 273, 273, 273, 273, 273, 273, 273, 273, 273, 274, - 274, 275, 275, 275, 275, 276, 276, 276, 276, 276, - 276, 276, 276, 277, 277, 277, 277, 278, 278, 280, - 279, 281, 281, 282, 282, 283, 283, 284, 285, 286, - 287, 288, 289, 290 +static const short yyr1[] = { 0, + 138, 137, 139, 139, 140, 140, 141, 141, 141, 142, + 142, 143, 143, 143, 144, 145, 146, 146, 146, 146, + 146, 146, 147, 148, 148, 149, 149, 150, 150, 152, + 151, 153, 153, 153, 153, 154, 155, 155, 155, 156, + 156, 157, 157, 157, 159, 158, 160, 158, 162, 161, + 161, 164, 165, 163, 166, 167, 163, 168, 169, 163, + 170, 171, 163, 173, 174, 172, 172, 172, 175, 175, + 176, 176, 176, 177, 177, 178, 179, 179, 180, 180, + 180, 180, 181, 181, 182, 182, 182, 183, 183, 184, + 184, 185, 185, 185, 186, 186, 187, 188, 189, 189, + 190, 190, 191, 191, 192, 192, 192, 193, 193, 194, + 195, 195, 196, 196, 197, 197, 198, 199, 199, 200, + 200, 201, 201, 201, 201, 202, 202, 203, 203, 203, + 203, 203, 204, 204, 205, 205, 206, 206, 207, 207, + 207, 208, 208, 209, 209, 209, 210, 210, 210, 210, + 210, 211, 211, 211, 211, 212, 212, 213, 213, 213, + 213, 213, 213, 213, 213, 214, 214, 214, 214, 215, + 215, 216, 216, 218, 217, 219, 219, 221, 220, 222, + 222, 223, 223, 223, 223, 223, 223, 223, 223, 223, + 223, 224, 224, 225, 225, 226, 226, 226, 226, 226, + 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, + 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, + 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, + 226, 227, 227, 227, 227, 227, 228, 228, 229, 229, + 231, 230, 232, 230, 230, 230, 233, 233, 234, 234, + 235, 236, 236, 237, 237, 238, 238, 239, 239, 240, + 240, 241, 241, 241, 241, 241, 241, 242, 242, 242, + 242, 242, 242, 243, 243, 243, 243, 243, 244, 244, + 244, 245, 245, 245, 246, 246, 247, 247, 247, 247, + 247, 247, 247, 247, 248, 248, 249, 249, 249, 249, + 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, + 249, 249, 249, 250, 250, 251, 251, 252, 252, 252, + 253, 253, 254, 254, 255, 255, 256, 257, 257, 258, + 258, 259, 260, 261, 261, 261, 262, 262, 262, 262, + 263, 263, 263, 264, 264, 265, 265, 266, 266, 267, + 267, 268, 268, 268, 268, 268, 268, 268, 269, 269, + 270, 270, 270, 270, 271, 271, 272, 272, 273, 273, + 273, 273, 273, 273, 273, 273, 273, 273, 274, 274, + 275, 275, 275, 275, 276, 276, 276, 276, 276, 276, + 276, 276, 277, 277, 277, 277, 278, 278, 280, 279, + 281, 281, 282, 282, 283, 283, 284, 285, 286, 287, + 288, 289, 290 }; -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const short yyr2[] = -{ - 0, 0, 3, 0, 2, 1, 1, 0, 2, 2, - 0, 2, 1, 1, 1, 3, 3, 1, 1, 1, - 1, 1, 1, 6, 0, 1, 1, 3, 2, 1, - 0, 3, 1, 1, 1, 1, 4, 3, 4, 4, - 1, 1, 1, 1, 1, 0, 13, 0, 14, 0, - 13, 4, 0, 0, 6, 0, 0, 7, 0, 0, - 7, 0, 0, 6, 0, 0, 6, 2, 2, 1, - 3, 1, 3, 1, 1, 3, 1, 1, 3, 1, - 4, 3, 6, 1, 3, 1, 1, 3, 1, 3, - 1, 3, 3, 3, 4, 1, 1, 1, 1, 1, - 3, 1, 3, 0, 2, 3, 2, 2, 0, 2, - 4, 0, 3, 1, 3, 5, 3, 1, 0, 3, - 0, 3, 0, 3, 3, 3, 1, 3, 1, 1, - 2, 1, 1, 0, 3, 0, 3, 0, 1, 1, - 1, 3, 1, 3, 0, 4, 5, 1, 3, 2, - 3, 3, 4, 3, 5, 6, 1, 3, 1, 1, - 2, 2, 3, 3, 3, 4, 1, 3, 4, 3, - 0, 2, 0, 1, 0, 6, 1, 3, 0, 3, - 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 2, 5, 1, 2, 1, - 2, 0, 6, 0, 6, 2, 2, 0, 1, 1, - 2, 3, 1, 3, 0, 1, 6, 2, 1, 3, - 1, 1, 1, 3, 2, 2, 3, 4, 1, 3, - 2, 2, 3, 4, 1, 2, 2, 3, 4, 2, - 2, 2, 2, 3, 1, 0, 1, 3, 2, 1, - 1, 2, 3, 3, 4, 2, 3, 6, 1, 2, - 2, 3, 3, 4, 4, 5, 3, 4, 4, 5, - 2, 2, 3, 3, 1, 1, 1, 1, 1, 1, - 1, 0, 1, 1, 3, 1, 1, 4, 0, 1, - 1, 3, 1, 1, 6, 1, 3, 1, 4, 3, - 3, 1, 2, 2, 1, 1, 1, 2, 1, 2, - 2, 3, 1, 1, 2, 2, 3, 1, 2, 3, - 1, 5, 3, 4, 2, 3, 2, 1, 3, 3, - 1, 4, 1, 2, 3, 3, 3, 4, 3, 1, - 3, 1, 1, 1, 1, 1, 1, 4, 4, 4, - 4, 6, 4, 1, 1, 1, 1, 1, 2, 0, - 3, 1, 3, 3, 4, 1, 1, 1, 1, 1, - 1, 1, 1, 1 +static const short yyr2[] = { 0, + 0, 3, 0, 2, 1, 1, 0, 2, 2, 0, + 2, 1, 1, 1, 3, 3, 1, 1, 1, 1, + 1, 1, 6, 0, 1, 1, 3, 2, 1, 0, + 3, 1, 1, 1, 1, 4, 3, 4, 4, 1, + 1, 1, 1, 1, 0, 13, 0, 14, 0, 13, + 4, 0, 0, 6, 0, 0, 7, 0, 0, 7, + 0, 0, 6, 0, 0, 6, 2, 2, 1, 3, + 1, 3, 1, 1, 3, 1, 1, 3, 1, 4, + 3, 6, 1, 3, 1, 1, 3, 1, 3, 1, + 3, 3, 3, 4, 1, 1, 1, 1, 1, 3, + 1, 3, 0, 2, 3, 2, 2, 0, 2, 4, + 0, 3, 1, 3, 5, 3, 1, 0, 3, 0, + 3, 0, 3, 3, 3, 1, 3, 1, 1, 2, + 1, 1, 0, 3, 0, 3, 0, 1, 1, 1, + 3, 1, 3, 0, 4, 5, 1, 3, 2, 3, + 3, 4, 3, 5, 6, 1, 3, 1, 1, 2, + 2, 3, 3, 3, 4, 1, 3, 4, 3, 0, + 2, 0, 1, 0, 6, 1, 3, 0, 3, 0, + 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 2, 5, 1, 2, 1, 2, + 0, 6, 0, 6, 2, 2, 0, 1, 1, 2, + 3, 1, 3, 0, 1, 6, 2, 1, 3, 1, + 1, 1, 3, 2, 2, 3, 4, 1, 3, 2, + 2, 3, 4, 1, 2, 2, 3, 4, 2, 2, + 2, 2, 3, 1, 0, 1, 3, 2, 1, 1, + 2, 3, 3, 4, 2, 3, 6, 1, 2, 2, + 3, 3, 4, 4, 5, 3, 4, 4, 5, 2, + 2, 3, 3, 1, 1, 1, 1, 1, 1, 1, + 0, 1, 1, 3, 1, 1, 4, 0, 1, 1, + 3, 1, 1, 6, 1, 3, 1, 4, 3, 3, + 1, 2, 2, 1, 1, 1, 2, 1, 2, 2, + 3, 1, 1, 2, 2, 3, 1, 2, 3, 1, + 5, 3, 4, 2, 3, 2, 1, 3, 3, 1, + 4, 1, 2, 3, 3, 3, 4, 3, 1, 3, + 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, + 6, 4, 1, 1, 1, 1, 1, 2, 0, 3, + 1, 3, 3, 4, 1, 1, 1, 1, 1, 1, + 1, 1, 1 }; -/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE - doesn't specify something else to do. Zero means the default is an - error. */ -static const short yydefact[] = -{ - 3, 1, 0, 0, 7, 4, 5, 6, 0, 406, - 405, 73, 0, 69, 71, 76, 0, 0, 77, 412, - 79, 0, 194, 0, 0, 61, 52, 196, 198, 199, - 228, 200, 201, 202, 203, 210, 211, 212, 197, 205, - 206, 209, 207, 208, 230, 231, 213, 214, 215, 216, - 217, 224, 225, 226, 204, 227, 220, 221, 218, 219, - 223, 229, 222, 30, 0, 183, 0, 184, 247, 185, - 186, 0, 187, 188, 189, 191, 247, 247, 190, 182, - 0, 42, 43, 44, 2, 10, 22, 10, 17, 18, - 19, 0, 20, 21, 40, 41, 192, 195, 232, 0, - 0, 233, 234, 0, 15, 0, 0, 83, 16, 0, - 0, 220, 237, 0, 233, 234, 407, 410, 0, 0, - 0, 0, 0, 0, 58, 0, 64, 0, 0, 409, - 257, 408, 0, 241, 245, 243, 246, 0, 8, 9, - 0, 193, 235, 0, 0, 268, 0, 99, 103, 261, - 260, 262, 67, 68, 72, 70, 0, 81, 78, 344, - 345, 321, 0, 319, 314, 0, 0, 315, 320, 0, - 0, 0, 86, 85, 90, 285, 88, 284, 321, 298, - 318, 239, 238, 0, 0, 137, 0, 101, 0, 0, - 0, 0, 31, 32, 33, 34, 35, 0, 0, 0, - 24, 0, 0, 0, 11, 14, 12, 13, 103, 264, - 270, 0, 0, 37, 0, 0, 45, 0, 0, 265, - 0, 271, 84, 0, 323, 0, 322, 310, 311, 321, - 0, 0, 321, 299, 0, 285, 80, 0, 0, 289, - 0, 282, 286, 290, 0, 0, 300, 240, 0, 51, - 140, 0, 138, 139, 285, 142, 36, 62, 53, 0, - 0, 65, 176, 178, 38, 258, 254, 0, 0, 25, - 26, 29, 0, 0, 39, 47, 263, 269, 100, 0, - 0, 399, 408, 395, 396, 393, 394, 0, 0, 0, - 386, 0, 0, 102, 97, 0, 98, 333, 335, 337, - 0, 341, 346, 353, 357, 360, 352, 372, 385, 0, - 397, 413, 370, 0, 0, 0, 0, 104, 0, 266, - 0, 295, 0, 272, 0, 0, 306, 326, 325, 0, - 0, 312, 313, 0, 301, 0, 283, 87, 89, 91, - 0, 288, 0, 0, 0, 291, 93, 92, 96, 95, - 316, 317, 302, 236, 103, 0, 289, 0, 274, 280, - 279, 281, 0, 0, 56, 59, 0, 0, 180, 255, - 0, 28, 0, 0, 0, 0, 249, 0, 0, 0, - 364, 367, 0, 0, 0, 0, 0, 0, 0, 366, - 0, 0, 0, 0, 347, 346, 348, 342, 343, 354, - 358, 0, 0, 0, 0, 381, 382, 383, 0, 384, - 355, 373, 0, 398, 0, 106, 107, 108, 0, 267, - 296, 273, 82, 307, 324, 308, 303, 0, 293, 287, - 292, 0, 328, 94, 304, 49, 141, 143, 275, 289, - 0, 276, 166, 170, 63, 54, 0, 0, 177, 66, - 172, 179, 259, 256, 23, 27, 0, 252, 242, 250, - 244, 108, 369, 0, 362, 0, 400, 401, 0, 379, - 0, 0, 0, 194, 0, 0, 0, 131, 132, 0, - 0, 126, 129, 128, 365, 336, 340, 339, 350, 349, - 0, 411, 359, 376, 0, 374, 375, 378, 356, 0, - 332, 0, 111, 105, 309, 305, 0, 294, 0, 329, - 330, 0, 277, 0, 0, 0, 74, 0, 57, 60, - 174, 0, 173, 251, 0, 111, 363, 0, 368, 0, - 0, 0, 387, 0, 0, 392, 390, 388, 130, 0, - 389, 351, 377, 338, 371, 0, 0, 109, 118, 297, - 0, 0, 111, 278, 169, 0, 0, 167, 171, 0, - 0, 181, 253, 118, 361, 402, 0, 403, 117, 380, - 0, 0, 127, 0, 113, 0, 0, 0, 120, 327, - 331, 120, 75, 168, 103, 0, 120, 404, 334, 391, - 112, 0, 0, 0, 0, 0, 0, 122, 144, 0, - 122, 114, 0, 116, 110, 119, 0, 0, 133, 0, - 133, 0, 133, 0, 121, 0, 0, 0, 0, 135, - 0, 0, 175, 135, 115, 124, 123, 125, 0, 0, - 0, 0, 408, 0, 147, 0, 0, 50, 0, 134, - 0, 46, 0, 149, 0, 0, 145, 0, 0, 48, - 136, 0, 148, 146, 151, 150, 0, 0, 153, 0, - 156, 158, 0, 159, 407, 0, 160, 0, 0, 152, - 161, 0, 0, 163, 157, 162, 164, 0, 154, 0, - 165, 155, 0, 0, 0 +static const short yydefact[] = { 3, + 1, 0, 0, 7, 4, 5, 6, 0, 406, 405, + 73, 0, 69, 71, 76, 0, 0, 77, 412, 79, + 0, 194, 0, 0, 61, 52, 196, 198, 199, 228, + 200, 201, 202, 203, 210, 211, 212, 197, 205, 206, + 209, 207, 208, 230, 231, 213, 214, 215, 216, 217, + 224, 225, 226, 204, 227, 220, 221, 218, 219, 223, + 229, 222, 30, 0, 183, 0, 184, 247, 185, 186, + 0, 187, 188, 189, 191, 247, 247, 190, 182, 0, + 42, 43, 44, 2, 10, 22, 10, 17, 18, 19, + 0, 20, 21, 40, 41, 192, 195, 232, 0, 0, + 233, 234, 0, 15, 0, 0, 83, 16, 0, 0, + 220, 237, 0, 233, 234, 407, 410, 0, 0, 0, + 0, 0, 0, 58, 0, 64, 0, 0, 409, 257, + 408, 0, 241, 245, 243, 246, 0, 8, 9, 0, + 193, 235, 0, 0, 268, 0, 99, 103, 261, 260, + 262, 67, 68, 72, 70, 0, 81, 78, 344, 345, + 321, 0, 319, 314, 0, 0, 315, 320, 0, 0, + 0, 86, 85, 90, 285, 88, 284, 321, 298, 318, + 239, 238, 0, 0, 137, 0, 101, 0, 0, 0, + 0, 31, 32, 33, 34, 35, 0, 0, 0, 24, + 0, 0, 0, 11, 14, 12, 13, 103, 264, 270, + 0, 0, 37, 0, 0, 45, 0, 0, 265, 0, + 271, 84, 0, 323, 0, 322, 310, 311, 321, 0, + 0, 321, 299, 0, 285, 80, 0, 0, 289, 0, + 282, 286, 290, 0, 0, 300, 240, 0, 51, 140, + 0, 138, 139, 285, 142, 36, 62, 53, 0, 0, + 65, 176, 178, 38, 258, 254, 0, 0, 25, 26, + 29, 0, 0, 39, 47, 263, 269, 100, 0, 0, + 399, 408, 395, 396, 393, 394, 0, 0, 0, 386, + 0, 0, 102, 97, 0, 98, 333, 335, 337, 0, + 341, 346, 353, 357, 360, 352, 372, 385, 0, 397, + 413, 370, 0, 0, 0, 0, 104, 0, 266, 0, + 295, 0, 272, 0, 0, 306, 326, 325, 0, 0, + 312, 313, 0, 301, 0, 283, 87, 89, 91, 0, + 288, 0, 0, 0, 291, 93, 92, 96, 95, 316, + 317, 302, 236, 103, 0, 289, 0, 274, 280, 279, + 281, 0, 0, 56, 59, 0, 0, 180, 255, 0, + 28, 0, 0, 0, 0, 249, 0, 0, 0, 364, + 367, 0, 0, 0, 0, 0, 0, 0, 366, 0, + 0, 0, 0, 347, 346, 348, 342, 343, 354, 358, + 0, 0, 0, 0, 381, 382, 383, 0, 384, 355, + 373, 0, 398, 0, 106, 107, 108, 0, 267, 296, + 273, 82, 307, 324, 308, 303, 0, 293, 287, 292, + 0, 328, 94, 304, 49, 141, 143, 275, 289, 0, + 276, 166, 170, 63, 54, 0, 0, 177, 66, 172, + 179, 259, 256, 23, 27, 0, 252, 242, 250, 244, + 108, 369, 0, 362, 0, 400, 401, 0, 379, 0, + 0, 0, 194, 0, 0, 0, 131, 132, 0, 0, + 126, 129, 128, 365, 336, 340, 339, 350, 349, 0, + 411, 359, 376, 0, 374, 375, 378, 356, 0, 332, + 0, 111, 105, 309, 305, 0, 294, 0, 329, 330, + 0, 277, 0, 0, 0, 74, 0, 57, 60, 174, + 0, 173, 251, 0, 111, 363, 0, 368, 0, 0, + 0, 387, 0, 0, 392, 390, 388, 130, 0, 389, + 351, 377, 338, 371, 0, 0, 109, 118, 297, 0, + 0, 111, 278, 169, 0, 0, 167, 171, 0, 0, + 181, 253, 118, 361, 402, 0, 403, 117, 380, 0, + 0, 127, 0, 113, 0, 0, 0, 120, 327, 331, + 120, 75, 168, 103, 0, 120, 404, 334, 391, 112, + 0, 0, 0, 0, 0, 0, 122, 144, 0, 122, + 114, 0, 116, 110, 119, 0, 0, 133, 0, 133, + 0, 133, 0, 121, 0, 0, 0, 0, 135, 0, + 0, 175, 135, 115, 124, 123, 125, 0, 0, 0, + 0, 408, 0, 147, 0, 0, 50, 0, 134, 0, + 46, 0, 149, 0, 0, 145, 0, 0, 48, 136, + 0, 148, 146, 151, 150, 0, 0, 153, 0, 156, + 158, 0, 159, 407, 0, 160, 0, 0, 152, 161, + 0, 0, 163, 157, 162, 164, 0, 154, 0, 165, + 155, 0, 0, 0 }; -static const short yydefgoto[] = -{ - 682, 4, 1, 5, 84, 138, 204, 6, 205, 206, - 86, 268, 269, 270, 207, 125, 192, 88, 89, 90, - 91, 92, 316, 378, 93, 511, 94, 122, 363, 123, - 446, 191, 447, 121, 362, 95, 197, 367, 12, 13, - 515, 14, 17, 18, 106, 171, 172, 173, 174, 346, - 293, 294, 146, 147, 216, 317, 502, 547, 548, 573, - 574, 567, 578, 597, 608, 480, 481, 619, 630, 251, - 342, 253, 610, 654, 634, 659, 660, 444, 517, 521, - 522, 560, 261, 262, 368, 451, 96, 97, 98, 99, - 254, 482, 182, 114, 201, 202, 128, 375, 376, 456, - 370, 115, 266, 187, 149, 150, 360, 255, 176, 241, - 242, 243, 177, 295, 352, 179, 225, 226, 465, 433, - 508, 509, 499, 500, 297, 298, 299, 300, 301, 397, - 398, 302, 303, 304, 305, 382, 306, 470, 411, 307, - 308, 309, 310, 383, 466, 467, 311, 662, 312, 130, - 119, 492, 20, 313 +static const short yydefgoto[] = { 682, + 4, 1, 5, 84, 138, 204, 6, 205, 206, 86, + 268, 269, 270, 207, 125, 192, 88, 89, 90, 91, + 92, 316, 378, 93, 511, 94, 122, 363, 123, 446, + 191, 447, 121, 362, 95, 197, 367, 12, 13, 515, + 14, 17, 18, 106, 171, 172, 173, 174, 346, 293, + 294, 146, 147, 216, 317, 502, 547, 548, 573, 574, + 567, 578, 597, 608, 480, 481, 619, 630, 251, 342, + 253, 610, 654, 634, 659, 660, 444, 517, 521, 522, + 560, 261, 262, 368, 451, 96, 97, 98, 99, 254, + 482, 182, 114, 201, 202, 128, 375, 376, 456, 370, + 115, 266, 187, 149, 150, 360, 255, 176, 241, 242, + 243, 177, 295, 352, 179, 225, 226, 465, 433, 508, + 509, 499, 500, 297, 298, 299, 300, 301, 397, 398, + 302, 303, 304, 305, 382, 306, 470, 411, 307, 308, + 309, 310, 383, 466, 467, 311, 662, 312, 130, 119, + 492, 20, 313 }; -static const short yypact[] = -{ - -32768, -25, 136, 368, 1350,-32768,-32768,-32768, 181,-32768, - -32768,-32768, 94,-32768,-32768,-32768, 181, 110,-32768,-32768, - 33, 2903,-32768, 182, 2903,-32768, 17,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768, -11,-32768,-32768,-32768, - -32768,-32768,-32768,-32768, 2903,-32768, 2903,-32768, 181,-32768, - -32768, 108,-32768,-32768,-32768,-32768, 181, 181,-32768,-32768, - 2903,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768, 2903,-32768,-32768,-32768,-32768,-32768, 399,-32768, 2903, - 408, 155, 192, 205,-32768, 136, 204,-32768,-32768, 368, - 1152,-32768, 233, 223,-32768,-32768, 266,-32768, 181, 305, - 408, 211, 235, 264,-32768, 1445,-32768, 408, 339,-32768, - 347,-32768, 377,-32768, 347,-32768, 347, 408, 1247, 1247, - 408,-32768,-32768, 408, 408,-32768, 196,-32768, 259, 322, - 409,-32768,-32768,-32768,-32768,-32768, 181, 387,-32768,-32768, - -32768, 386, 181,-32768,-32768, 181, 534,-32768,-32768, 403, - 2903, 410, 445, 453,-32768, 360, 439,-32768, 386, 474, - -32768,-32768, 496, 2903, 497, 2319, 239, 470, 486, 492, - 401, 404,-32768,-32768,-32768,-32768,-32768, 408, 282, 493, - 2414, 488, 494, 288,-32768,-32768,-32768,-32768,-32768, 322, - 409, 121, 141,-32768, 408, 3200, 1836, 1933, 3059,-32768, - 2030,-32768,-32768, 1152,-32768, 499, 122,-32768,-32768, 386, - 181, 181, 386, 502, 421, 360,-32768, 1152, 1152, 360, - 1741,-32768, 454,-32768, 328, 80,-32768,-32768, 525,-32768, - -32768, 504,-32768, 507, 380,-32768,-32768,-32768,-32768, 522, - 524, 515,-32768,-32768,-32768,-32768, 518, 2903, 514, 520, - -32768,-32768, 2903, 2903,-32768, 1836,-32768,-32768,-32768, 3200, - 3109,-32768, 266,-32768,-32768,-32768,-32768, 544, 3200, 545, - -32768, 549, 551,-32768,-32768, 3033,-32768, 550,-32768, 114, - 3226,-32768, 374, 382, 382, 535, 193,-32768,-32768, 273, - -32768,-32768,-32768, 555, 560, 562, 536,-32768, 408,-32768, - 537,-32768, 539,-32768, 540, 541, 552,-32768,-32768, 553, - 547,-32768,-32768, 80,-32768, 554,-32768, 453, 439,-32768, - 439, 454, 548, 177, 2127,-32768, 556,-32768,-32768,-32768, - -32768,-32768, 557,-32768,-32768, 2509, 380, 1644,-32768, 322, - 469,-32768, 47, 47,-32768,-32768, 408, 564, 538, 561, - 559,-32768, 569, 2414, 408, 2611,-32768, 2713, 558, 36, - 565,-32768, 293, 108, 3200, 10, 3200, 1022, 762,-32768, - 220, 3200, 3226, 3226,-32768,-32768, 268, 374, 374, 275, - 275, 181, 3150, 181, 181,-32768,-32768,-32768, 181,-32768, - 382,-32768, 3200,-32768, 3200,-32768,-32768,-32768, 314,-32768, - -32768,-32768,-32768,-32768,-32768, 563, 568, 566,-32768,-32768, - -32768, 573, 181,-32768,-32768, 1836,-32768,-32768, 469, 354, - 2224,-32768,-32768, 165,-32768,-32768, 47, 47,-32768,-32768, - 530,-32768,-32768,-32768,-32768,-32768, 317,-32768,-32768,-32768, - -32768,-32768,-32768, 181, 567, 3200, 570,-32768, 572, 550, - 362, 3200, 579, 581, 575, 577, 578,-32768,-32768, 2903, - 384,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - 268,-32768,-32768,-32768, 157,-32768,-32768,-32768, 275, 583, - -32768, 397, -8,-32768,-32768,-32768, 574,-32768, 590, 591, - -32768, 571,-32768, 587, 592, 363,-32768, 1547,-32768,-32768, - -32768, 594,-32768,-32768, 408, -8,-32768, 181,-32768, 108, - 2808, 3200,-32768, 28, 3200,-32768,-32768,-32768,-32768, 892, - -32768,-32768,-32768,-32768,-32768, 108, 2903,-32768, 582,-32768, - 181, 181, 576,-32768,-32768, 181, 593,-32768,-32768, 408, - 605,-32768,-32768, 582,-32768,-32768, 2903,-32768,-32768, 550, - 3200, 600,-32768, 331,-32768, 103, 408, 3200, 521,-32768, - -32768, 521,-32768,-32768,-32768, 629, 521,-32768, 550,-32768, - -32768, 108, 2903, 3200, 336, 634, 3200, 584, 597, 3200, - 584,-32768, 601,-32768,-32768,-32768, 639, 632, 596, 615, - 596, 613, 596, 3200,-32768, 644, 648, 337, 3200, 608, - 49, 623,-32768, 608,-32768,-32768,-32768,-32768, 652, 3200, - 625, 49, 651, 50,-32768, 653, 631,-32768, 627,-32768, - 658,-32768, 63,-32768, 272, 49,-32768, 208, 642,-32768, - -32768, 49,-32768,-32768, 660,-32768, 222, 222,-32768, 419, - 666,-32768, 661,-32768,-32768, 668,-32768, 41, 222,-32768, - 316, 432, 468,-32768, 666,-32768,-32768, 426,-32768, 430, - -32768,-32768, 670, 676,-32768 +static const short yypact[] = {-32768, + -25, 136, 368, 1350,-32768,-32768,-32768, 181,-32768,-32768, +-32768, 94,-32768,-32768,-32768, 181, 110,-32768,-32768, 33, + 2903,-32768, 182, 2903,-32768, 17,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768, -11,-32768,-32768,-32768,-32768, +-32768,-32768,-32768, 2903,-32768, 2903,-32768, 181,-32768,-32768, + 108,-32768,-32768,-32768,-32768, 181, 181,-32768,-32768, 2903, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, + 2903,-32768,-32768,-32768,-32768,-32768, 399,-32768, 2903, 408, + 155, 192, 205,-32768, 136, 204,-32768,-32768, 368, 1152, +-32768, 233, 223,-32768,-32768, 266,-32768, 181, 305, 408, + 211, 235, 264,-32768, 1445,-32768, 408, 339,-32768, 347, +-32768, 377,-32768, 347,-32768, 347, 408, 1247, 1247, 408, +-32768,-32768, 408, 408,-32768, 196,-32768, 259, 322, 409, +-32768,-32768,-32768,-32768,-32768, 181, 387,-32768,-32768,-32768, + 386, 181,-32768,-32768, 181, 534,-32768,-32768, 403, 2903, + 410, 445, 453,-32768, 360, 439,-32768, 386, 474,-32768, +-32768, 496, 2903, 497, 2319, 239, 470, 486, 492, 401, + 404,-32768,-32768,-32768,-32768,-32768, 408, 282, 493, 2414, + 488, 494, 288,-32768,-32768,-32768,-32768,-32768, 322, 409, + 121, 141,-32768, 408, 3200, 1836, 1933, 3059,-32768, 2030, +-32768,-32768, 1152,-32768, 499, 122,-32768,-32768, 386, 181, + 181, 386, 502, 421, 360,-32768, 1152, 1152, 360, 1741, +-32768, 454,-32768, 328, 80,-32768,-32768, 525,-32768,-32768, + 504,-32768, 507, 380,-32768,-32768,-32768,-32768, 522, 524, + 515,-32768,-32768,-32768,-32768, 518, 2903, 514, 520,-32768, +-32768, 2903, 2903,-32768, 1836,-32768,-32768,-32768, 3200, 3109, +-32768, 266,-32768,-32768,-32768,-32768, 544, 3200, 545,-32768, + 549, 551,-32768,-32768, 3033,-32768, 550,-32768, 114, 3226, +-32768, 374, 382, 382, 535, 193,-32768,-32768, 273,-32768, +-32768,-32768, 555, 560, 562, 536,-32768, 408,-32768, 537, +-32768, 539,-32768, 540, 541, 552,-32768,-32768, 553, 547, +-32768,-32768, 80,-32768, 554,-32768, 453, 439,-32768, 439, + 454, 548, 177, 2127,-32768, 556,-32768,-32768,-32768,-32768, +-32768, 557,-32768,-32768, 2509, 380, 1644,-32768, 322, 469, +-32768, 47, 47,-32768,-32768, 408, 564, 538, 561, 559, +-32768, 569, 2414, 408, 2611,-32768, 2713, 558, 36, 565, +-32768, 293, 108, 3200, 10, 3200, 1022, 762,-32768, 220, + 3200, 3226, 3226,-32768,-32768, 268, 374, 374, 275, 275, + 181, 3150, 181, 181,-32768,-32768,-32768, 181,-32768, 382, +-32768, 3200,-32768, 3200,-32768,-32768,-32768, 314,-32768,-32768, +-32768,-32768,-32768,-32768, 563, 568, 566,-32768,-32768,-32768, + 573, 181,-32768,-32768, 1836,-32768,-32768, 469, 354, 2224, +-32768,-32768, 165,-32768,-32768, 47, 47,-32768,-32768, 530, +-32768,-32768,-32768,-32768,-32768, 317,-32768,-32768,-32768,-32768, +-32768,-32768, 181, 567, 3200, 570,-32768, 572, 550, 362, + 3200, 579, 581, 575, 577, 578,-32768,-32768, 2903, 384, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 268, +-32768,-32768,-32768, 157,-32768,-32768,-32768, 275, 583,-32768, + 397, -8,-32768,-32768,-32768, 574,-32768, 590, 591,-32768, + 571,-32768, 587, 592, 363,-32768, 1547,-32768,-32768,-32768, + 594,-32768,-32768, 408, -8,-32768, 181,-32768, 108, 2808, + 3200,-32768, 28, 3200,-32768,-32768,-32768,-32768, 892,-32768, +-32768,-32768,-32768,-32768, 108, 2903,-32768, 582,-32768, 181, + 181, 576,-32768,-32768, 181, 593,-32768,-32768, 408, 605, +-32768,-32768, 582,-32768,-32768, 2903,-32768,-32768, 550, 3200, + 600,-32768, 331,-32768, 103, 408, 3200, 521,-32768,-32768, + 521,-32768,-32768,-32768, 629, 521,-32768, 550,-32768,-32768, + 108, 2903, 3200, 336, 634, 3200, 584, 597, 3200, 584, +-32768, 601,-32768,-32768,-32768, 639, 632, 596, 615, 596, + 613, 596, 3200,-32768, 644, 648, 337, 3200, 608, 49, + 623,-32768, 608,-32768,-32768,-32768,-32768, 652, 3200, 625, + 49, 651, 50,-32768, 653, 631,-32768, 627,-32768, 658, +-32768, 63,-32768, 272, 49,-32768, 208, 642,-32768,-32768, + 49,-32768,-32768, 660,-32768, 222, 222,-32768, 419, 666, +-32768, 661,-32768,-32768, 668,-32768, 41, 222,-32768, 316, + 432, 468,-32768, 666,-32768,-32768, 426,-32768, 430,-32768, +-32768, 670, 676,-32768 }; -static const short yypgoto[] = -{ - -32768,-32768,-32768,-32768,-32768, 595,-32768,-32768, 678, 677, - -32768,-32768,-32768, 307, 679,-32768,-32768, 610, 612, 616, - -32768, -121,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, - -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 580, - -32768, -6,-32768, 585,-32768, 461,-32768, 451, 452,-32768, - -32768, 471, -108, 478, -188,-32768, 232,-32768, -458,-32768, - 127, -473, 175, -169, 142, 137, 206, -206, 120,-32768, - -180,-32768,-32768, -507,-32768, -190, -230, -318,-32768,-32768, - -32768,-32768,-32768, 381,-32768,-32768, -89,-32768,-32768,-32768, - -3, -18,-32768, 32,-32768,-32768, 407, 476, 68,-32768, - -32768, 56,-32768, -93, -127, 344, 398, -187, 257, -182, - -213, -101, 511, 30, -267, 603, -137,-32768, 586,-32768, - -32768,-32768, -531, -204, -254,-32768, 105, -46, 466,-32768, - -32768, -278, 455,-32768,-32768, 472, -265, -205,-32768,-32768, - -372,-32768, -303,-32768,-32768, 242, 7, -23, -38, 423, - 656, -377, 19, 531 +static const short yypgoto[] = {-32768, +-32768,-32768,-32768,-32768, 595,-32768,-32768, 678, 677,-32768, +-32768,-32768, 307, 679,-32768,-32768, 610, 612, 616,-32768, + -121,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, +-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 580,-32768, + -6,-32768, 585,-32768, 461,-32768, 451, 452,-32768,-32768, + 471, -108, 478, -188,-32768, 232,-32768, -458,-32768, 127, + -473, 175, -169, 142, 137, 206, -206, 120,-32768, -180, +-32768,-32768, -507,-32768, -190, -230, -318,-32768,-32768,-32768, +-32768,-32768, 381,-32768,-32768, -89,-32768,-32768,-32768, -3, + -18,-32768, 32,-32768,-32768, 407, 476, 68,-32768,-32768, + 56,-32768, -93, -127, 344, 398, -187, 257, -182, -213, + -101, 511, 30, -267, 603, -137,-32768, 586,-32768,-32768, +-32768, -531, -204, -254,-32768, 105, -46, 466,-32768,-32768, + -278, 455,-32768,-32768, 472, -265, -205,-32768,-32768, -372, +-32768, -303,-32768,-32768, 242, 7, -23, -38, 423, 656, + -377, 19, 531 }; #define YYLAST 3340 -static const short yytable[] = -{ - 118, 100, 103, 113, 196, 252, 413, 148, 141, 15, - 19, 296, 186, 271, 296, 15, 209, 211, 112, 198, - 275, 120, 395, 19, 391, 379, 341, 343, 389, 203, - 117, 497, 2, 132, 385, 107, 101, 320, 399, 400, - 324, 245, 391, 110, 670, 445, 595, 208, 219, 221, - 391, 124, 545, 336, 442, 510, 643, 644, 645, 631, - 102, 126, 151, 127, 180, 606, 426, 563, 611, 643, - 651, 645, 361, 462, 632, 129, 381, 137, 673, 570, - 371, 443, 151, 129, 129, 646, 526, 628, 140, 151, - 3, 381, 330, 587, 581, 333, 142, 546, 640, 151, - 652, 104, 151, 350, 263, 151, 151, 175, 219, 221, - 219, 221, 15, 633, -55, 351, 19, 108, 488, 602, - 180, 471, 100, 484, 642, 117, 105, 359, 518, 519, - 469, 217, 218, 131, 592, 100, 100, 485, 655, 8, - 178, 345, 109, 341, 343, 498, 327, 392, 469, 593, - 564, 220, 218, 393, 328, 347, 9, 101, 276, 151, - 469, 10, 152, 19, 431, 248, 435, 235, 437, 227, - 101, 101, 228, 579, 580, 222, 151, 180, 277, 11, - 112, 102, 472, 475, 483, 9, 271, 344, 218, 531, - 10, 180, 180, 542, 102, 102, 232, 494, 180, 153, - 514, 9, 9, 213, 402, 403, 10, 116, 154, 501, - 418, 656, 541, 318, 429, 164, 151, 533, 657, 404, - 175, 405, 406, 407, 408, 656, 341, 167, 214, 209, - 211, 409, 657, 632, 175, 175, 156, 331, 332, 181, - 345, 157, 345, 350, 327, 658, 256, 632, 283, 284, - 285, 286, 328, 178, 183, 351, 396, 585, 219, 441, - 513, 528, 283, 284, 285, 286, -101, 178, 178, 374, - 374, 214, 318, 263, 178, 661, -405, 569, 279, 280, - 151, 457, 631, 412, 661, 661, 402, 403, 9, 264, - 164, -101, 215, 282, 281, 274, 661, 632, 661, 661, - 661, 404, 167, 405, 406, 407, 408, 653, 283, 284, - 285, 286, 209, 409, 214, 185, 588, 327, 151, 151, - 214, 503, 287, 188, 523, 328, 657, 289, 151, 464, - 571, 159, 217, 218, 160, 483, 151, 441, 590, 161, - 162, 632, 163, 604, 627, 468, 214, 189, 9, 524, - 164, 489, 490, 10, 165, 166, 283, 284, 285, 286, - 439, 190, 167, 591, 357, 218, 239, 168, 214, 539, - 240, 218, 374, 199, 374, 290, 291, 159, 16, 131, - 160, -248, 292, 169, 474, 112, 356, 200, 9, 603, - 357, 218, 279, 10, 531, 555, 558, 223, 556, 532, - 358, 151, 9, 483, 621, 131, 623, 282, 491, 624, - 495, 496, 598, 224, 143, 491, 539, 600, 144, 220, - 218, 540, 283, 284, 285, 286, 666, 667, 145, 531, - 234, 562, 318, 131, 544, 656, 287, 516, 674, 491, - 675, 289, 657, 459, 65, 459, 67, 236, 69, 70, - 15, 668, 72, 73, 74, 75, 669, 632, 668, 78, - 79, 538, 668, 680, 344, 218, 584, 681, 594, 676, - 491, 656, 283, 284, 285, 286, 112, 237, 657, 440, - 218, 677, 679, 133, 135, 238, 151, 210, 212, 290, - 291, 468, 244, 632, 338, 340, 292, 486, 487, 134, - 136, 246, 247, 215, 249, 678, 257, 575, 283, 284, - 285, 286, 258, 259, 559, 65, 260, 67, 265, 69, - 70, 151, 272, 72, 73, 74, 75, 568, 273, 334, - 78, 79, 335, 353, 491, 326, 112, 159, 151, 355, - 160, 354, 364, 576, 365, 229, 230, 366, 163, 582, - 369, 372, 373, 575, 384, 386, 164, 491, 491, 387, - 231, 388, 15, 568, 391, 414, 401, 415, 167, 416, - 417, 449, 450, 168, 419, 420, 454, 421, 422, 423, - 424, 427, 636, 425, 434, 428, 452, 432, 520, 568, - 504, -406, 461, 636, 453, 505, 463, 635, 527, 554, - 583, 549, 529, 530, 112, 552, 636, 636, 635, 663, - 507, 534, 535, 636, 536, 537, 550, 506, 663, 663, - 543, 635, 635, 551, 553, 665, 281, 596, 635, 561, - 663, 577, 663, 663, 663, 159, 545, 589, 160, 599, - 21, 605, 279, 280, 609, 607, 614, 613, 618, 620, - 622, 625, 473, 281, 164, 626, 629, 282, 637, 639, - 641, -407, 649, 647, 648, 650, 167, 664, 645, 670, - 683, 671, 283, 284, 285, 286, 684, 615, 672, 7, - 455, 85, 139, 87, 325, 155, 287, 288, 337, 322, - 339, 289, 278, 525, 158, 616, 477, 478, 479, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 601, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, - 57, 58, 59, 60, 61, 193, 62, 194, 586, 290, - 291, 195, 612, 638, 617, 572, 292, 448, 65, 377, - 67, 68, 69, 70, 438, 348, 72, 73, 74, 75, - 76, 410, 77, 78, 79, 159, 394, 390, 160, 233, - 21, 565, 279, 280, 184, 349, 0, 0, 0, 0, - 0, 0, 473, 281, 164, 0, 0, 282, 0, 0, - 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, - 0, 0, 283, 284, 285, 286, 476, 0, 0, 0, - 0, 0, 329, 0, 0, 0, 287, 288, 0, 0, - 0, 289, 0, 0, 0, 0, 477, 478, 479, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, - 57, 58, 59, 60, 61, 0, 62, 0, 0, 290, - 291, 0, 0, 0, 0, 0, 292, 0, 65, 0, - 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, - 76, 0, 77, 78, 79, 159, 0, 0, 160, 0, - 21, 0, 279, 280, 0, 0, 0, 0, 0, 0, - 0, 0, 473, 281, 164, 0, 0, 282, 0, 0, - 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, - 0, 0, 283, 284, 285, 286, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 287, 288, 0, 0, - 0, 289, 0, 0, 0, 0, 477, 478, 479, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, - 57, 58, 59, 60, 61, 0, 62, 0, 0, 290, - 291, 0, 0, 0, 0, 0, 292, 0, 65, 0, - 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, - 76, 0, 77, 78, 79, 159, 0, 0, 160, 0, - 21, 0, 279, 280, 0, 0, 0, 0, 0, 0, - 0, 0, 473, 281, 164, 0, 0, 282, 0, 0, - 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, - 0, 0, 283, 284, 285, 286, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 287, 288, 0, 0, - 0, 289, 0, 0, 0, 0, 0, 0, 0, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, - 57, 58, 59, 60, 61, 0, 62, 0, 0, 290, - 291, 0, 0, 0, 0, 0, 292, 0, 65, 0, - 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, - 76, 0, 77, 78, 79, 159, 0, 0, 160, 0, - 21, 0, 0, 161, 162, 0, 163, 0, 0, 0, - 0, 0, 22, 0, 164, 0, 0, 0, 165, 166, - 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, - 0, 168, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 169, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 170, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, - 57, 58, 59, 60, 61, 21, 62, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 22, 65, 0, - 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, - 76, 0, 77, 78, 79, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 23, 0, 24, 0, 0, - 0, 0, 0, 25, 0, 0, 0, 0, 0, 26, - 0, 0, 0, 0, 27, 28, 29, 30, 31, 32, - 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - 43, 44, 45, 0, 46, 47, 48, 49, 50, 51, - 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, - 0, 62, 0, 0, 0, 0, 63, 0, 21, 0, - 64, 0, 3, 65, 66, 67, 68, 69, 70, 71, - 22, 72, 73, 74, 75, 76, 0, 77, 78, 79, - 80, 81, 82, 83, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, - 24, 0, 0, 0, 0, 0, 25, 0, 0, 0, - 0, 0, 26, 0, 0, 0, 0, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, - 40, 41, 42, 43, 44, 45, 0, 46, 47, 48, - 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, - 59, 60, 61, 21, 62, 0, 0, 0, 0, 63, - 0, 0, 0, 64, 0, 22, 65, 66, 67, 68, - 69, 70, 71, 0, 72, 73, 74, 75, 76, 0, - 77, 78, 79, 80, 81, 82, 83, 0, 0, 0, - 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, - 0, 25, 0, 0, 0, 0, 0, 26, 0, 0, - 0, 0, 27, 28, 29, 30, 31, 32, 33, 34, - 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - 45, 0, 46, 47, 48, 49, 50, 51, 52, 53, - 54, 55, 56, 57, 58, 59, 60, 61, 0, 62, - 0, 0, 0, 0, 0, 21, 0, 0, 64, 0, - 0, 65, 66, 67, 68, 69, 70, 22, 0, 72, - 73, 74, 75, 76, 0, 77, 78, 79, 80, 81, - 82, 83, 557, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 27, 28, 29, 30, 31, 32, - 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - 43, 44, 45, 0, 46, 47, 48, 49, 50, 51, - 52, 53, 54, 55, 111, 57, 58, 59, 60, 61, - 439, 62, 21, 0, 357, 218, 0, 0, 0, 0, - 0, 0, 0, 65, 22, 67, 68, 69, 70, 131, - 0, 72, 73, 74, 75, 76, 0, 77, 78, 79, - 0, 81, 82, 83, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 0, 46, 47, 48, 49, 50, 51, 52, 53, 54, - 55, 111, 57, 58, 59, 60, 61, 239, 62, 21, - 0, 240, 218, 0, 0, 0, 0, 0, 0, 0, - 65, 22, 67, 68, 69, 70, 0, 0, 72, 73, - 74, 75, 76, 250, 77, 78, 79, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, - 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, - 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, - 58, 59, 60, 61, 21, 62, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 22, 65, 0, 67, - 68, 69, 70, 0, 0, 72, 73, 74, 75, 76, - 250, 77, 78, 79, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 314, 315, 0, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - 44, 45, 0, 46, 47, 48, 49, 50, 51, 52, - 53, 54, 55, 111, 57, 58, 59, 60, 61, 0, - 62, 21, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 65, 22, 67, 68, 69, 70, 0, 0, - 72, 73, 74, 75, 76, 0, 77, 78, 79, 0, - 319, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, - 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 111, 57, 58, 59, 60, 61, 0, 62, 21, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, - 22, 67, 68, 69, 70, 0, 0, 72, 73, 74, - 75, 76, 250, 77, 78, 79, 0, 323, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, - 40, 41, 42, 43, 44, 45, 0, 46, 47, 48, - 49, 50, 51, 52, 53, 54, 55, 111, 57, 58, - 59, 60, 61, 0, 62, 21, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 65, 22, 67, 68, - 69, 70, 0, 0, 72, 73, 74, 75, 76, 250, - 77, 78, 79, 0, 430, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 27, 28, 29, 30, 31, 32, - 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - 43, 44, 45, 0, 46, 47, 48, 49, 50, 51, - 52, 53, 54, 55, 111, 57, 58, 59, 60, 61, - 0, 62, 21, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 65, 22, 67, 68, 69, 70, 0, - 0, 72, 73, 74, 75, 76, 250, 77, 78, 79, - 0, 512, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 0, 46, 47, 48, 49, 50, 51, 52, 53, 54, - 55, 111, 57, 58, 59, 60, 61, 21, 62, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, - 65, 0, 67, 68, 69, 70, 0, 0, 72, 73, - 74, 75, 76, 250, 77, 78, 79, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 44, 45, 0, 46, 47, 48, 49, - 50, 51, 52, 53, 54, 55, 111, 57, 58, 59, - 60, 61, 21, 62, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 22, 65, 0, 67, 68, 69, - 70, 0, 0, 72, 73, 74, 75, 76, 250, 77, - 78, 79, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 0, 46, 47, 48, 49, 50, 51, 52, 53, 54, - 55, 111, 57, 58, 59, 60, 61, 21, 62, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, - 65, 0, 67, 68, 69, 70, 0, 267, 72, 73, - 74, 75, 76, 0, 77, 78, 79, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - 41, 42, 43, 44, 45, 0, 46, 47, 48, 49, - 50, 51, 52, 53, 54, 55, 111, 57, 58, 59, - 60, 61, 0, 62, 0, 0, 0, 0, 0, 21, - 0, 0, 0, 0, 0, 65, 0, 67, 68, 69, - 70, 22, 0, 72, 73, 74, 75, 76, 436, 77, - 78, 79, 0, 0, 0, 0, 458, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, - 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, - 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, - 58, 59, 60, 61, 0, 62, 0, 0, 0, 0, - 0, 21, 0, 0, 0, 0, 0, 65, 0, 67, - 68, 69, 70, 22, 0, 72, 73, 74, 75, 76, - 0, 77, 78, 79, 0, 0, 0, 0, 460, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, - 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 111, 57, 58, 59, 60, 61, 21, 62, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 22, 65, - 0, 67, 68, 69, 70, 0, 0, 72, 73, 74, - 75, 76, 0, 77, 78, 79, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 566, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - 42, 43, 44, 45, 0, 46, 47, 48, 49, 50, - 51, 52, 53, 54, 55, 111, 57, 58, 59, 60, - 61, 21, 62, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 22, 65, 0, 67, 68, 69, 70, - 0, 0, 72, 73, 74, 75, 76, 0, 77, 78, - 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, - 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 111, 57, 58, 59, 60, 61, 0, 62, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, - 0, 67, 68, 69, 70, 0, 0, 72, 73, 74, - 75, 76, 0, 77, 78, 79, 159, 0, 0, 160, - 0, 0, 0, 279, 280, 0, 0, 0, 0, 0, - 0, 0, 0, 9, 281, 164, 350, 0, 282, 0, - 0, 0, 159, 0, 0, 160, 0, 167, 351, 279, - 280, 0, 0, 283, 284, 285, 286, 0, 0, 9, - 281, 164, 0, 0, 282, 0, 0, 287, 288, 0, - 0, 0, 289, 167, 0, 321, 0, 0, 0, 283, - 284, 285, 286, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 159, 287, 288, 160, 0, 0, 289, 279, - 280, 0, 0, 0, 0, 0, 0, 0, 0, 9, - 281, 164, 0, 0, 282, 0, 0, 0, 0, 0, - 290, 291, 0, 167, 0, 380, 0, 292, 0, 283, - 284, 285, 286, 159, 0, 0, 160, 0, 0, 0, - 279, 280, 0, 287, 288, 0, 290, 291, 289, 0, - 9, 281, 164, 292, 0, 282, 0, 0, 0, 0, - 0, 0, 0, 0, 167, 0, 493, 0, 0, 0, - 283, 284, 285, 286, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 159, 287, 288, 160, 0, 0, 289, - 279, 280, 0, 0, 0, 0, 290, 291, 0, 0, - 9, 281, 164, 292, 0, 282, 0, 0, 0, 159, - 0, 0, 160, 0, 167, 0, 279, 280, 0, 0, - 283, 284, 285, 286, 0, 0, 9, 0, 164, 0, - 0, 282, 0, 0, 287, 288, 0, 290, 291, 289, - 167, 0, 0, 0, 292, 0, 283, 284, 285, 286, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 287, 0, 0, 0, 0, 289, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 290, 291, 0, - 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 290, 291, 0, 0, 0, 0, 0, - 292 +static const short yytable[] = { 118, + 100, 103, 113, 196, 252, 413, 148, 141, 15, 19, + 296, 186, 271, 296, 15, 209, 211, 112, 198, 275, + 120, 395, 19, 391, 379, 341, 343, 389, 203, 117, + 497, 2, 132, 385, 107, 101, 320, 399, 400, 324, + 245, 391, 110, 670, 445, 595, 208, 219, 221, 391, + 124, 545, 336, 442, 510, 643, 644, 645, 631, 102, + 126, 151, 127, 180, 606, 426, 563, 611, 643, 651, + 645, 361, 462, 632, 129, 381, 137, 673, 570, 371, + 443, 151, 129, 129, 646, 526, 628, 140, 151, 3, + 381, 330, 587, 581, 333, 142, 546, 640, 151, 652, + 104, 151, 350, 263, 151, 151, 175, 219, 221, 219, + 221, 15, 633, -55, 351, 19, 108, 488, 602, 180, + 471, 100, 484, 642, 117, 105, 359, 518, 519, 469, + 217, 218, 131, 592, 100, 100, 485, 655, 8, 178, + 345, 109, 341, 343, 498, 327, 392, 469, 593, 564, + 220, 218, 393, 328, 347, 9, 101, 276, 151, 469, + 10, 152, 19, 431, 248, 435, 235, 437, 227, 101, + 101, 228, 579, 580, 222, 151, 180, 277, 11, 112, + 102, 472, 475, 483, 9, 271, 344, 218, 531, 10, + 180, 180, 542, 102, 102, 232, 494, 180, 153, 514, + 9, 9, 213, 402, 403, 10, 116, 154, 501, 418, + 656, 541, 318, 429, 164, 151, 533, 657, 404, 175, + 405, 406, 407, 408, 656, 341, 167, 214, 209, 211, + 409, 657, 632, 175, 175, 156, 331, 332, 181, 345, + 157, 345, 350, 327, 658, 256, 632, 283, 284, 285, + 286, 328, 178, 183, 351, 396, 585, 219, 441, 513, + 528, 283, 284, 285, 286, -101, 178, 178, 374, 374, + 214, 318, 263, 178, 661, -405, 569, 279, 280, 151, + 457, 631, 412, 661, 661, 402, 403, 9, 264, 164, + -101, 215, 282, 281, 274, 661, 632, 661, 661, 661, + 404, 167, 405, 406, 407, 408, 653, 283, 284, 285, + 286, 209, 409, 214, 185, 588, 327, 151, 151, 214, + 503, 287, 188, 523, 328, 657, 289, 151, 464, 571, + 159, 217, 218, 160, 483, 151, 441, 590, 161, 162, + 632, 163, 604, 627, 468, 214, 189, 9, 524, 164, + 489, 490, 10, 165, 166, 283, 284, 285, 286, 439, + 190, 167, 591, 357, 218, 239, 168, 214, 539, 240, + 218, 374, 199, 374, 290, 291, 159, 16, 131, 160, + -248, 292, 169, 474, 112, 356, 200, 9, 603, 357, + 218, 279, 10, 531, 555, 558, 223, 556, 532, 358, + 151, 9, 483, 621, 131, 623, 282, 491, 624, 495, + 496, 598, 224, 143, 491, 539, 600, 144, 220, 218, + 540, 283, 284, 285, 286, 666, 667, 145, 531, 234, + 562, 318, 131, 544, 656, 287, 516, 674, 491, 675, + 289, 657, 459, 65, 459, 67, 236, 69, 70, 15, + 668, 72, 73, 74, 75, 669, 632, 668, 78, 79, + 538, 668, 680, 344, 218, 584, 681, 594, 676, 491, + 656, 283, 284, 285, 286, 112, 237, 657, 440, 218, + 677, 679, 133, 135, 238, 151, 210, 212, 290, 291, + 468, 244, 632, 338, 340, 292, 486, 487, 134, 136, + 246, 247, 215, 249, 678, 257, 575, 283, 284, 285, + 286, 258, 259, 559, 65, 260, 67, 265, 69, 70, + 151, 272, 72, 73, 74, 75, 568, 273, 334, 78, + 79, 335, 353, 491, 326, 112, 159, 151, 355, 160, + 354, 364, 576, 365, 229, 230, 366, 163, 582, 369, + 372, 373, 575, 384, 386, 164, 491, 491, 387, 231, + 388, 15, 568, 391, 414, 401, 415, 167, 416, 417, + 449, 450, 168, 419, 420, 454, 421, 422, 423, 424, + 427, 636, 425, 434, 428, 452, 432, 520, 568, 504, + -406, 461, 636, 453, 505, 463, 635, 527, 554, 583, + 549, 529, 530, 112, 552, 636, 636, 635, 663, 507, + 534, 535, 636, 536, 537, 550, 506, 663, 663, 543, + 635, 635, 551, 553, 665, 281, 596, 635, 561, 663, + 577, 663, 663, 663, 159, 545, 589, 160, 599, 21, + 605, 279, 280, 609, 607, 614, 613, 618, 620, 622, + 625, 473, 281, 164, 626, 629, 282, 637, 639, 641, + -407, 649, 647, 648, 650, 167, 664, 645, 670, 683, + 671, 283, 284, 285, 286, 684, 615, 672, 7, 455, + 85, 139, 87, 325, 155, 287, 288, 337, 322, 339, + 289, 278, 525, 158, 616, 477, 478, 479, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 44, 45, 601, 46, 47, + 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, + 58, 59, 60, 61, 193, 62, 194, 586, 290, 291, + 195, 612, 638, 617, 572, 292, 448, 65, 377, 67, + 68, 69, 70, 438, 348, 72, 73, 74, 75, 76, + 410, 77, 78, 79, 159, 394, 390, 160, 233, 21, + 565, 279, 280, 184, 349, 0, 0, 0, 0, 0, + 0, 473, 281, 164, 0, 0, 282, 0, 0, 0, + 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, + 0, 283, 284, 285, 286, 476, 0, 0, 0, 0, + 0, 329, 0, 0, 0, 287, 288, 0, 0, 0, + 289, 0, 0, 0, 0, 477, 478, 479, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, + 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, + 58, 59, 60, 61, 0, 62, 0, 0, 290, 291, + 0, 0, 0, 0, 0, 292, 0, 65, 0, 67, + 68, 69, 70, 0, 0, 72, 73, 74, 75, 76, + 0, 77, 78, 79, 159, 0, 0, 160, 0, 21, + 0, 279, 280, 0, 0, 0, 0, 0, 0, 0, + 0, 473, 281, 164, 0, 0, 282, 0, 0, 0, + 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, + 0, 283, 284, 285, 286, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 287, 288, 0, 0, 0, + 289, 0, 0, 0, 0, 477, 478, 479, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, + 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, + 58, 59, 60, 61, 0, 62, 0, 0, 290, 291, + 0, 0, 0, 0, 0, 292, 0, 65, 0, 67, + 68, 69, 70, 0, 0, 72, 73, 74, 75, 76, + 0, 77, 78, 79, 159, 0, 0, 160, 0, 21, + 0, 279, 280, 0, 0, 0, 0, 0, 0, 0, + 0, 473, 281, 164, 0, 0, 282, 0, 0, 0, + 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, + 0, 283, 284, 285, 286, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 287, 288, 0, 0, 0, + 289, 0, 0, 0, 0, 0, 0, 0, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, + 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, + 58, 59, 60, 61, 0, 62, 0, 0, 290, 291, + 0, 0, 0, 0, 0, 292, 0, 65, 0, 67, + 68, 69, 70, 0, 0, 72, 73, 74, 75, 76, + 0, 77, 78, 79, 159, 0, 0, 160, 0, 21, + 0, 0, 161, 162, 0, 163, 0, 0, 0, 0, + 0, 22, 0, 164, 0, 0, 0, 165, 166, 0, + 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, + 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 169, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 170, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, + 39, 40, 41, 42, 43, 44, 45, 0, 46, 47, + 48, 49, 50, 51, 52, 53, 54, 55, 111, 57, + 58, 59, 60, 61, 21, 62, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 22, 65, 0, 67, + 68, 69, 70, 0, 0, 72, 73, 74, 75, 76, + 0, 77, 78, 79, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 23, 0, 24, 0, 0, 0, + 0, 0, 25, 0, 0, 0, 0, 0, 26, 0, + 0, 0, 0, 27, 28, 29, 30, 31, 32, 33, + 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + 44, 45, 0, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 56, 57, 58, 59, 60, 61, 0, + 62, 0, 0, 0, 0, 63, 0, 21, 0, 64, + 0, 3, 65, 66, 67, 68, 69, 70, 71, 22, + 72, 73, 74, 75, 76, 0, 77, 78, 79, 80, + 81, 82, 83, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 23, 0, 24, + 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, + 0, 26, 0, 0, 0, 0, 27, 28, 29, 30, + 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 0, 46, 47, 48, 49, + 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, + 60, 61, 21, 62, 0, 0, 0, 0, 63, 0, + 0, 0, 64, 0, 22, 65, 66, 67, 68, 69, + 70, 71, 0, 72, 73, 74, 75, 76, 0, 77, + 78, 79, 80, 81, 82, 83, 0, 0, 0, 0, + 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, + 25, 0, 0, 0, 0, 0, 26, 0, 0, 0, + 0, 27, 28, 29, 30, 31, 32, 33, 34, 35, + 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, + 0, 46, 47, 48, 49, 50, 51, 52, 53, 54, + 55, 56, 57, 58, 59, 60, 61, 0, 62, 0, + 0, 0, 0, 0, 21, 0, 0, 64, 0, 0, + 65, 66, 67, 68, 69, 70, 22, 0, 72, 73, + 74, 75, 76, 0, 77, 78, 79, 80, 81, 82, + 83, 557, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 27, 28, 29, 30, 31, 32, 33, + 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + 44, 45, 0, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 111, 57, 58, 59, 60, 61, 439, + 62, 21, 0, 357, 218, 0, 0, 0, 0, 0, + 0, 0, 65, 22, 67, 68, 69, 70, 131, 0, + 72, 73, 74, 75, 76, 0, 77, 78, 79, 0, + 81, 82, 83, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, + 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, + 111, 57, 58, 59, 60, 61, 239, 62, 21, 0, + 240, 218, 0, 0, 0, 0, 0, 0, 0, 65, + 22, 67, 68, 69, 70, 0, 0, 72, 73, 74, + 75, 76, 250, 77, 78, 79, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 44, 45, 0, 46, 47, 48, + 49, 50, 51, 52, 53, 54, 55, 111, 57, 58, + 59, 60, 61, 21, 62, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 22, 65, 0, 67, 68, + 69, 70, 0, 0, 72, 73, 74, 75, 76, 250, + 77, 78, 79, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 314, + 315, 0, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + 45, 0, 46, 47, 48, 49, 50, 51, 52, 53, + 54, 55, 111, 57, 58, 59, 60, 61, 0, 62, + 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 65, 22, 67, 68, 69, 70, 0, 0, 72, + 73, 74, 75, 76, 0, 77, 78, 79, 0, 319, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, + 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, + 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, + 57, 58, 59, 60, 61, 0, 62, 21, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 65, 22, + 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, + 76, 250, 77, 78, 79, 0, 323, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 27, 28, 29, 30, + 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 0, 46, 47, 48, 49, + 50, 51, 52, 53, 54, 55, 111, 57, 58, 59, + 60, 61, 0, 62, 21, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 65, 22, 67, 68, 69, + 70, 0, 0, 72, 73, 74, 75, 76, 250, 77, + 78, 79, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 27, 28, 29, 30, 31, 32, 33, + 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + 44, 45, 0, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 111, 57, 58, 59, 60, 61, 0, + 62, 21, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 65, 22, 67, 68, 69, 70, 0, 0, + 72, 73, 74, 75, 76, 250, 77, 78, 79, 0, + 512, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, + 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, + 111, 57, 58, 59, 60, 61, 21, 62, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 22, 65, + 0, 67, 68, 69, 70, 0, 0, 72, 73, 74, + 75, 76, 250, 77, 78, 79, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 27, 28, 29, 30, 31, + 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, + 42, 43, 44, 45, 0, 46, 47, 48, 49, 50, + 51, 52, 53, 54, 55, 111, 57, 58, 59, 60, + 61, 21, 62, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 22, 65, 0, 67, 68, 69, 70, + 0, 0, 72, 73, 74, 75, 76, 250, 77, 78, + 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 0, + 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, + 111, 57, 58, 59, 60, 61, 21, 62, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 22, 65, + 0, 67, 68, 69, 70, 0, 267, 72, 73, 74, + 75, 76, 0, 77, 78, 79, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 27, 28, 29, 30, 31, + 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, + 42, 43, 44, 45, 0, 46, 47, 48, 49, 50, + 51, 52, 53, 54, 55, 111, 57, 58, 59, 60, + 61, 0, 62, 0, 0, 0, 0, 0, 21, 0, + 0, 0, 0, 0, 65, 0, 67, 68, 69, 70, + 22, 0, 72, 73, 74, 75, 76, 436, 77, 78, + 79, 0, 0, 0, 0, 458, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 27, 28, 29, + 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + 40, 41, 42, 43, 44, 45, 0, 46, 47, 48, + 49, 50, 51, 52, 53, 54, 55, 111, 57, 58, + 59, 60, 61, 0, 62, 0, 0, 0, 0, 0, + 21, 0, 0, 0, 0, 0, 65, 0, 67, 68, + 69, 70, 22, 0, 72, 73, 74, 75, 76, 0, + 77, 78, 79, 0, 0, 0, 0, 460, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, + 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, + 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, + 57, 58, 59, 60, 61, 21, 62, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 22, 65, 0, + 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, + 76, 0, 77, 78, 79, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 566, 27, 28, 29, 30, 31, 32, + 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 45, 0, 46, 47, 48, 49, 50, 51, + 52, 53, 54, 55, 111, 57, 58, 59, 60, 61, + 21, 62, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 22, 65, 0, 67, 68, 69, 70, 0, + 0, 72, 73, 74, 75, 76, 0, 77, 78, 79, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, + 38, 39, 40, 41, 42, 43, 44, 45, 0, 46, + 47, 48, 49, 50, 51, 52, 53, 54, 55, 111, + 57, 58, 59, 60, 61, 0, 62, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, + 67, 68, 69, 70, 0, 0, 72, 73, 74, 75, + 76, 0, 77, 78, 79, 159, 0, 0, 160, 0, + 0, 0, 279, 280, 0, 0, 0, 0, 0, 0, + 0, 0, 9, 281, 164, 350, 0, 282, 0, 0, + 0, 159, 0, 0, 160, 0, 167, 351, 279, 280, + 0, 0, 283, 284, 285, 286, 0, 0, 9, 281, + 164, 0, 0, 282, 0, 0, 287, 288, 0, 0, + 0, 289, 167, 0, 321, 0, 0, 0, 283, 284, + 285, 286, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 159, 287, 288, 160, 0, 0, 289, 279, 280, + 0, 0, 0, 0, 0, 0, 0, 0, 9, 281, + 164, 0, 0, 282, 0, 0, 0, 0, 0, 290, + 291, 0, 167, 0, 380, 0, 292, 0, 283, 284, + 285, 286, 159, 0, 0, 160, 0, 0, 0, 279, + 280, 0, 287, 288, 0, 290, 291, 289, 0, 9, + 281, 164, 292, 0, 282, 0, 0, 0, 0, 0, + 0, 0, 0, 167, 0, 493, 0, 0, 0, 283, + 284, 285, 286, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 159, 287, 288, 160, 0, 0, 289, 279, + 280, 0, 0, 0, 0, 290, 291, 0, 0, 9, + 281, 164, 292, 0, 282, 0, 0, 0, 159, 0, + 0, 160, 0, 167, 0, 279, 280, 0, 0, 283, + 284, 285, 286, 0, 0, 9, 0, 164, 0, 0, + 282, 0, 0, 287, 288, 0, 290, 291, 289, 167, + 0, 0, 0, 292, 0, 283, 284, 285, 286, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, + 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 290, 291, 0, 0, + 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 290, 291, 0, 0, 0, 0, 0, 292 }; -static const short yycheck[] = -{ - 23, 4, 8, 21, 125, 185, 309, 100, 97, 2, - 3, 215, 120, 200, 218, 8, 143, 144, 21, 127, - 208, 24, 300, 16, 14, 279, 239, 240, 295, 137, - 23, 408, 57, 71, 288, 16, 4, 217, 303, 304, - 220, 178, 14, 10, 3, 363, 577, 140, 149, 150, - 14, 62, 60, 235, 7, 432, 6, 7, 8, 10, - 4, 64, 100, 66, 110, 596, 333, 525, 599, 6, - 7, 8, 254, 37, 25, 68, 280, 80, 37, 51, - 267, 34, 120, 76, 77, 35, 463, 618, 91, 127, - 115, 295, 229, 566, 552, 232, 99, 105, 629, 137, - 37, 7, 140, 23, 197, 143, 144, 110, 209, 210, - 211, 212, 105, 620, 97, 35, 109, 7, 396, 592, - 166, 111, 125, 390, 631, 118, 32, 254, 446, 447, - 384, 10, 11, 25, 31, 138, 139, 391, 645, 3, - 110, 242, 32, 356, 357, 410, 24, 33, 402, 46, - 527, 10, 11, 39, 32, 244, 20, 125, 37, 197, - 414, 25, 7, 156, 344, 183, 354, 170, 355, 162, - 138, 139, 165, 550, 551, 156, 214, 223, 37, 43, - 183, 125, 386, 387, 388, 20, 373, 10, 11, 32, - 25, 237, 238, 36, 138, 139, 166, 402, 244, 7, - 35, 20, 20, 7, 11, 12, 25, 25, 3, 414, - 318, 3, 490, 216, 37, 22, 254, 471, 10, 26, - 223, 28, 29, 30, 31, 3, 439, 34, 32, 356, - 357, 38, 10, 25, 237, 238, 32, 230, 231, 6, - 341, 37, 343, 23, 24, 37, 7, 25, 40, 41, - 42, 43, 32, 223, 31, 35, 302, 560, 359, 360, - 440, 465, 40, 41, 42, 43, 7, 237, 238, 272, - 273, 32, 275, 366, 244, 647, 10, 531, 10, 11, - 318, 374, 10, 10, 656, 657, 11, 12, 20, 7, - 22, 32, 33, 25, 21, 7, 668, 25, 670, 671, - 672, 26, 34, 28, 29, 30, 31, 35, 40, 41, - 42, 43, 439, 38, 32, 10, 570, 24, 356, 357, - 32, 7, 54, 112, 7, 32, 10, 59, 366, 36, - 534, 3, 10, 11, 6, 539, 374, 438, 7, 11, - 12, 25, 14, 7, 7, 383, 32, 112, 20, 32, - 22, 397, 398, 25, 26, 27, 40, 41, 42, 43, - 6, 97, 34, 32, 10, 11, 6, 39, 32, 32, - 10, 11, 375, 34, 377, 107, 108, 3, 10, 25, - 6, 34, 114, 55, 387, 388, 6, 10, 20, 593, - 10, 11, 10, 25, 32, 32, 517, 10, 35, 37, - 20, 439, 20, 607, 610, 25, 612, 25, 401, 613, - 403, 404, 581, 27, 6, 408, 32, 586, 10, 10, - 11, 37, 40, 41, 42, 43, 656, 657, 20, 32, - 27, 524, 435, 25, 37, 3, 54, 443, 668, 432, - 670, 59, 10, 375, 116, 377, 118, 37, 120, 121, - 443, 32, 124, 125, 126, 127, 37, 25, 32, 131, - 132, 479, 32, 37, 10, 11, 559, 37, 576, 37, - 463, 3, 40, 41, 42, 43, 479, 32, 10, 10, - 11, 671, 672, 76, 77, 32, 524, 143, 144, 107, - 108, 529, 53, 25, 237, 238, 114, 392, 393, 76, - 77, 27, 6, 33, 7, 37, 20, 545, 40, 41, - 42, 43, 20, 112, 517, 116, 112, 118, 25, 120, - 121, 559, 34, 124, 125, 126, 127, 530, 34, 27, - 131, 132, 111, 8, 527, 36, 539, 3, 576, 32, - 6, 37, 20, 546, 20, 11, 12, 32, 14, 555, - 32, 37, 32, 591, 10, 10, 22, 550, 551, 10, - 26, 10, 555, 566, 14, 10, 31, 7, 34, 7, - 34, 7, 34, 39, 37, 36, 7, 37, 37, 27, - 27, 27, 620, 36, 27, 37, 25, 31, 58, 592, - 27, 10, 34, 631, 35, 27, 31, 620, 31, 7, - 7, 27, 32, 31, 607, 34, 644, 645, 631, 647, - 37, 32, 37, 651, 37, 37, 26, 51, 656, 657, - 37, 644, 645, 32, 37, 648, 21, 106, 651, 35, - 668, 49, 670, 671, 672, 3, 60, 37, 6, 10, - 8, 7, 10, 11, 47, 61, 7, 46, 52, 34, - 37, 7, 20, 21, 22, 7, 48, 25, 35, 7, - 35, 10, 35, 10, 33, 7, 34, 25, 8, 3, - 0, 10, 40, 41, 42, 43, 0, 45, 10, 1, - 373, 4, 87, 4, 223, 105, 54, 55, 237, 218, - 238, 59, 214, 461, 109, 63, 64, 65, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, 591, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, 125, 104, 125, 563, 107, - 108, 125, 600, 623, 607, 539, 114, 366, 116, 273, - 118, 119, 120, 121, 356, 244, 124, 125, 126, 127, - 128, 306, 130, 131, 132, 3, 300, 295, 6, 166, - 8, 529, 10, 11, 118, 244, -1, -1, -1, -1, - -1, -1, 20, 21, 22, -1, -1, 25, -1, -1, - -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, - -1, -1, 40, 41, 42, 43, 44, -1, -1, -1, - -1, -1, 226, -1, -1, -1, 54, 55, -1, -1, - -1, 59, -1, -1, -1, -1, 64, 65, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, -1, 104, -1, -1, 107, - 108, -1, -1, -1, -1, -1, 114, -1, 116, -1, - 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, - 128, -1, 130, 131, 132, 3, -1, -1, 6, -1, - 8, -1, 10, 11, -1, -1, -1, -1, -1, -1, - -1, -1, 20, 21, 22, -1, -1, 25, -1, -1, - -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, - -1, -1, 40, 41, 42, 43, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 54, 55, -1, -1, - -1, 59, -1, -1, -1, -1, 64, 65, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, -1, 104, -1, -1, 107, - 108, -1, -1, -1, -1, -1, 114, -1, 116, -1, - 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, - 128, -1, 130, 131, 132, 3, -1, -1, 6, -1, - 8, -1, 10, 11, -1, -1, -1, -1, -1, -1, - -1, -1, 20, 21, 22, -1, -1, 25, -1, -1, - -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, - -1, -1, 40, 41, 42, 43, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 54, 55, -1, -1, - -1, 59, -1, -1, -1, -1, -1, -1, -1, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, -1, 104, -1, -1, 107, - 108, -1, -1, -1, -1, -1, 114, -1, 116, -1, - 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, - 128, -1, 130, 131, 132, 3, -1, -1, 6, -1, - 8, -1, -1, 11, 12, -1, 14, -1, -1, -1, - -1, -1, 20, -1, 22, -1, -1, -1, 26, 27, - -1, -1, -1, -1, -1, -1, 34, -1, -1, -1, - -1, 39, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 55, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 66, 67, - 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 99, 100, 101, 102, 8, 104, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 20, 116, -1, - 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, - 128, -1, 130, 131, 132, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 48, -1, 50, -1, -1, - -1, -1, -1, 56, -1, -1, -1, -1, -1, 62, - -1, -1, -1, -1, 67, 68, 69, 70, 71, 72, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - 83, 84, 85, -1, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, - -1, 104, -1, -1, -1, -1, 109, -1, 8, -1, - 113, -1, 115, 116, 117, 118, 119, 120, 121, 122, - 20, 124, 125, 126, 127, 128, -1, 130, 131, 132, - 133, 134, 135, 136, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 48, -1, - 50, -1, -1, -1, -1, -1, 56, -1, -1, -1, - -1, -1, 62, -1, -1, -1, -1, 67, 68, 69, - 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 83, 84, 85, -1, 87, 88, 89, - 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, - 100, 101, 102, 8, 104, -1, -1, -1, -1, 109, - -1, -1, -1, 113, -1, 20, 116, 117, 118, 119, - 120, 121, 122, -1, 124, 125, 126, 127, 128, -1, - 130, 131, 132, 133, 134, 135, 136, -1, -1, -1, - -1, -1, -1, -1, -1, 50, -1, -1, -1, -1, - -1, 56, -1, -1, -1, -1, -1, 62, -1, -1, - -1, -1, 67, 68, 69, 70, 71, 72, 73, 74, - 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, - 85, -1, 87, 88, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, 99, 100, 101, 102, -1, 104, - -1, -1, -1, -1, -1, 8, -1, -1, 113, -1, - -1, 116, 117, 118, 119, 120, 121, 20, -1, 124, - 125, 126, 127, 128, -1, 130, 131, 132, 133, 134, - 135, 136, 35, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 67, 68, 69, 70, 71, 72, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - 83, 84, 85, -1, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, - 6, 104, 8, -1, 10, 11, -1, -1, -1, -1, - -1, -1, -1, 116, 20, 118, 119, 120, 121, 25, - -1, 124, 125, 126, 127, 128, -1, 130, 131, 132, - -1, 134, 135, 136, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - -1, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 6, 104, 8, - -1, 10, 11, -1, -1, -1, -1, -1, -1, -1, - 116, 20, 118, 119, 120, 121, -1, -1, 124, 125, - 126, 127, 128, 129, 130, 131, 132, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 67, 68, - 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, - 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, - 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, - 99, 100, 101, 102, 8, 104, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 20, 116, -1, 118, - 119, 120, 121, -1, -1, 124, 125, 126, 127, 128, - 129, 130, 131, 132, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 64, 65, -1, 67, 68, 69, 70, 71, 72, 73, - 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, - 84, 85, -1, 87, 88, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, 99, 100, 101, 102, -1, - 104, 8, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 116, 20, 118, 119, 120, 121, -1, -1, - 124, 125, 126, 127, 128, -1, 130, 131, 132, -1, - 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, - 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 99, 100, 101, 102, -1, 104, 8, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 116, - 20, 118, 119, 120, 121, -1, -1, 124, 125, 126, - 127, 128, 129, 130, 131, 132, -1, 37, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 67, 68, 69, - 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 83, 84, 85, -1, 87, 88, 89, - 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, - 100, 101, 102, -1, 104, 8, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 116, 20, 118, 119, - 120, 121, -1, -1, 124, 125, 126, 127, 128, 129, - 130, 131, 132, -1, 37, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 67, 68, 69, 70, 71, 72, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - 83, 84, 85, -1, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, - -1, 104, 8, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 116, 20, 118, 119, 120, 121, -1, - -1, 124, 125, 126, 127, 128, 129, 130, 131, 132, - -1, 37, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - -1, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 8, 104, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 20, - 116, -1, 118, 119, 120, 121, -1, -1, 124, 125, - 126, 127, 128, 129, 130, 131, 132, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 67, 68, 69, 70, - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, - 81, 82, 83, 84, 85, -1, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, - 101, 102, 8, 104, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 20, 116, -1, 118, 119, 120, - 121, -1, -1, 124, 125, 126, 127, 128, 129, 130, - 131, 132, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 67, 68, 69, 70, 71, 72, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, - -1, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, 99, 100, 101, 102, 8, 104, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 20, - 116, -1, 118, 119, 120, 121, -1, 123, 124, 125, - 126, 127, 128, -1, 130, 131, 132, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 67, 68, 69, 70, - 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, - 81, 82, 83, 84, 85, -1, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, - 101, 102, -1, 104, -1, -1, -1, -1, -1, 8, - -1, -1, -1, -1, -1, 116, -1, 118, 119, 120, - 121, 20, -1, 124, 125, 126, 127, 128, 129, 130, - 131, 132, -1, -1, -1, -1, 35, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 67, 68, - 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, - 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, - 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, - 99, 100, 101, 102, -1, 104, -1, -1, -1, -1, - -1, 8, -1, -1, -1, -1, -1, 116, -1, 118, - 119, 120, 121, 20, -1, 124, 125, 126, 127, 128, - -1, 130, 131, 132, -1, -1, -1, -1, 35, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, - 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 99, 100, 101, 102, 8, 104, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 20, 116, - -1, 118, 119, 120, 121, -1, -1, 124, 125, 126, - 127, 128, -1, 130, 131, 132, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 66, 67, 68, 69, 70, 71, - 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, - 82, 83, 84, 85, -1, 87, 88, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, - 102, 8, 104, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 20, 116, -1, 118, 119, 120, 121, - -1, -1, 124, 125, 126, 127, 128, -1, 130, 131, - 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, - 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, - 97, 98, 99, 100, 101, 102, -1, 104, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 116, - -1, 118, 119, 120, 121, -1, -1, 124, 125, 126, - 127, 128, -1, 130, 131, 132, 3, -1, -1, 6, - -1, -1, -1, 10, 11, -1, -1, -1, -1, -1, - -1, -1, -1, 20, 21, 22, 23, -1, 25, -1, - -1, -1, 3, -1, -1, 6, -1, 34, 35, 10, - 11, -1, -1, 40, 41, 42, 43, -1, -1, 20, - 21, 22, -1, -1, 25, -1, -1, 54, 55, -1, - -1, -1, 59, 34, -1, 36, -1, -1, -1, 40, - 41, 42, 43, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 3, 54, 55, 6, -1, -1, 59, 10, - 11, -1, -1, -1, -1, -1, -1, -1, -1, 20, - 21, 22, -1, -1, 25, -1, -1, -1, -1, -1, - 107, 108, -1, 34, -1, 36, -1, 114, -1, 40, - 41, 42, 43, 3, -1, -1, 6, -1, -1, -1, - 10, 11, -1, 54, 55, -1, 107, 108, 59, -1, - 20, 21, 22, 114, -1, 25, -1, -1, -1, -1, - -1, -1, -1, -1, 34, -1, 36, -1, -1, -1, - 40, 41, 42, 43, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 3, 54, 55, 6, -1, -1, 59, - 10, 11, -1, -1, -1, -1, 107, 108, -1, -1, - 20, 21, 22, 114, -1, 25, -1, -1, -1, 3, - -1, -1, 6, -1, 34, -1, 10, 11, -1, -1, - 40, 41, 42, 43, -1, -1, 20, -1, 22, -1, - -1, 25, -1, -1, 54, 55, -1, 107, 108, 59, - 34, -1, -1, -1, 114, -1, 40, 41, 42, 43, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 54, -1, -1, -1, -1, 59, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 107, 108, -1, - -1, -1, -1, -1, 114, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 107, 108, -1, -1, -1, -1, -1, - 114 +static const short yycheck[] = { 23, + 4, 8, 21, 125, 185, 309, 100, 97, 2, 3, + 215, 120, 200, 218, 8, 143, 144, 21, 127, 208, + 24, 300, 16, 14, 279, 239, 240, 295, 137, 23, + 408, 57, 71, 288, 16, 4, 217, 303, 304, 220, + 178, 14, 10, 3, 363, 577, 140, 149, 150, 14, + 62, 60, 235, 7, 432, 6, 7, 8, 10, 4, + 64, 100, 66, 110, 596, 333, 525, 599, 6, 7, + 8, 254, 37, 25, 68, 280, 80, 37, 51, 267, + 34, 120, 76, 77, 35, 463, 618, 91, 127, 115, + 295, 229, 566, 552, 232, 99, 105, 629, 137, 37, + 7, 140, 23, 197, 143, 144, 110, 209, 210, 211, + 212, 105, 620, 97, 35, 109, 7, 396, 592, 166, + 111, 125, 390, 631, 118, 32, 254, 446, 447, 384, + 10, 11, 25, 31, 138, 139, 391, 645, 3, 110, + 242, 32, 356, 357, 410, 24, 33, 402, 46, 527, + 10, 11, 39, 32, 244, 20, 125, 37, 197, 414, + 25, 7, 156, 344, 183, 354, 170, 355, 162, 138, + 139, 165, 550, 551, 156, 214, 223, 37, 43, 183, + 125, 386, 387, 388, 20, 373, 10, 11, 32, 25, + 237, 238, 36, 138, 139, 166, 402, 244, 7, 35, + 20, 20, 7, 11, 12, 25, 25, 3, 414, 318, + 3, 490, 216, 37, 22, 254, 471, 10, 26, 223, + 28, 29, 30, 31, 3, 439, 34, 32, 356, 357, + 38, 10, 25, 237, 238, 32, 230, 231, 6, 341, + 37, 343, 23, 24, 37, 7, 25, 40, 41, 42, + 43, 32, 223, 31, 35, 302, 560, 359, 360, 440, + 465, 40, 41, 42, 43, 7, 237, 238, 272, 273, + 32, 275, 366, 244, 647, 10, 531, 10, 11, 318, + 374, 10, 10, 656, 657, 11, 12, 20, 7, 22, + 32, 33, 25, 21, 7, 668, 25, 670, 671, 672, + 26, 34, 28, 29, 30, 31, 35, 40, 41, 42, + 43, 439, 38, 32, 10, 570, 24, 356, 357, 32, + 7, 54, 112, 7, 32, 10, 59, 366, 36, 534, + 3, 10, 11, 6, 539, 374, 438, 7, 11, 12, + 25, 14, 7, 7, 383, 32, 112, 20, 32, 22, + 397, 398, 25, 26, 27, 40, 41, 42, 43, 6, + 97, 34, 32, 10, 11, 6, 39, 32, 32, 10, + 11, 375, 34, 377, 107, 108, 3, 10, 25, 6, + 34, 114, 55, 387, 388, 6, 10, 20, 593, 10, + 11, 10, 25, 32, 32, 517, 10, 35, 37, 20, + 439, 20, 607, 610, 25, 612, 25, 401, 613, 403, + 404, 581, 27, 6, 408, 32, 586, 10, 10, 11, + 37, 40, 41, 42, 43, 656, 657, 20, 32, 27, + 524, 435, 25, 37, 3, 54, 443, 668, 432, 670, + 59, 10, 375, 116, 377, 118, 37, 120, 121, 443, + 32, 124, 125, 126, 127, 37, 25, 32, 131, 132, + 479, 32, 37, 10, 11, 559, 37, 576, 37, 463, + 3, 40, 41, 42, 43, 479, 32, 10, 10, 11, + 671, 672, 76, 77, 32, 524, 143, 144, 107, 108, + 529, 53, 25, 237, 238, 114, 392, 393, 76, 77, + 27, 6, 33, 7, 37, 20, 545, 40, 41, 42, + 43, 20, 112, 517, 116, 112, 118, 25, 120, 121, + 559, 34, 124, 125, 126, 127, 530, 34, 27, 131, + 132, 111, 8, 527, 36, 539, 3, 576, 32, 6, + 37, 20, 546, 20, 11, 12, 32, 14, 555, 32, + 37, 32, 591, 10, 10, 22, 550, 551, 10, 26, + 10, 555, 566, 14, 10, 31, 7, 34, 7, 34, + 7, 34, 39, 37, 36, 7, 37, 37, 27, 27, + 27, 620, 36, 27, 37, 25, 31, 58, 592, 27, + 10, 34, 631, 35, 27, 31, 620, 31, 7, 7, + 27, 32, 31, 607, 34, 644, 645, 631, 647, 37, + 32, 37, 651, 37, 37, 26, 51, 656, 657, 37, + 644, 645, 32, 37, 648, 21, 106, 651, 35, 668, + 49, 670, 671, 672, 3, 60, 37, 6, 10, 8, + 7, 10, 11, 47, 61, 7, 46, 52, 34, 37, + 7, 20, 21, 22, 7, 48, 25, 35, 7, 35, + 10, 35, 10, 33, 7, 34, 25, 8, 3, 0, + 10, 40, 41, 42, 43, 0, 45, 10, 1, 373, + 4, 87, 4, 223, 105, 54, 55, 237, 218, 238, + 59, 214, 461, 109, 63, 64, 65, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, 591, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, 125, 104, 125, 563, 107, 108, + 125, 600, 623, 607, 539, 114, 366, 116, 273, 118, + 119, 120, 121, 356, 244, 124, 125, 126, 127, 128, + 306, 130, 131, 132, 3, 300, 295, 6, 166, 8, + 529, 10, 11, 118, 244, -1, -1, -1, -1, -1, + -1, 20, 21, 22, -1, -1, 25, -1, -1, -1, + -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, + -1, 40, 41, 42, 43, 44, -1, -1, -1, -1, + -1, 226, -1, -1, -1, 54, 55, -1, -1, -1, + 59, -1, -1, -1, -1, 64, 65, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, -1, 104, -1, -1, 107, 108, + -1, -1, -1, -1, -1, 114, -1, 116, -1, 118, + 119, 120, 121, -1, -1, 124, 125, 126, 127, 128, + -1, 130, 131, 132, 3, -1, -1, 6, -1, 8, + -1, 10, 11, -1, -1, -1, -1, -1, -1, -1, + -1, 20, 21, 22, -1, -1, 25, -1, -1, -1, + -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, + -1, 40, 41, 42, 43, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 54, 55, -1, -1, -1, + 59, -1, -1, -1, -1, 64, 65, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, -1, 104, -1, -1, 107, 108, + -1, -1, -1, -1, -1, 114, -1, 116, -1, 118, + 119, 120, 121, -1, -1, 124, 125, 126, 127, 128, + -1, 130, 131, 132, 3, -1, -1, 6, -1, 8, + -1, 10, 11, -1, -1, -1, -1, -1, -1, -1, + -1, 20, 21, 22, -1, -1, 25, -1, -1, -1, + -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, + -1, 40, 41, 42, 43, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 54, 55, -1, -1, -1, + 59, -1, -1, -1, -1, -1, -1, -1, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, -1, 104, -1, -1, 107, 108, + -1, -1, -1, -1, -1, 114, -1, 116, -1, 118, + 119, 120, 121, -1, -1, 124, 125, 126, 127, 128, + -1, 130, 131, 132, 3, -1, -1, 6, -1, 8, + -1, -1, 11, 12, -1, 14, -1, -1, -1, -1, + -1, 20, -1, 22, -1, -1, -1, 26, 27, -1, + -1, -1, -1, -1, -1, 34, -1, -1, -1, -1, + 39, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 55, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 66, 67, 68, + 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, + 79, 80, 81, 82, 83, 84, 85, -1, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, 101, 102, 8, 104, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 20, 116, -1, 118, + 119, 120, 121, -1, -1, 124, 125, 126, 127, 128, + -1, 130, 131, 132, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 48, -1, 50, -1, -1, -1, + -1, -1, 56, -1, -1, -1, -1, -1, 62, -1, + -1, -1, -1, 67, 68, 69, 70, 71, 72, 73, + 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, + 84, 85, -1, 87, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, 101, 102, -1, + 104, -1, -1, -1, -1, 109, -1, 8, -1, 113, + -1, 115, 116, 117, 118, 119, 120, 121, 122, 20, + 124, 125, 126, 127, 128, -1, 130, 131, 132, 133, + 134, 135, 136, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 48, -1, 50, + -1, -1, -1, -1, -1, 56, -1, -1, -1, -1, + -1, 62, -1, -1, -1, -1, 67, 68, 69, 70, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, + 81, 82, 83, 84, 85, -1, 87, 88, 89, 90, + 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, + 101, 102, 8, 104, -1, -1, -1, -1, 109, -1, + -1, -1, 113, -1, 20, 116, 117, 118, 119, 120, + 121, 122, -1, 124, 125, 126, 127, 128, -1, 130, + 131, 132, 133, 134, 135, 136, -1, -1, -1, -1, + -1, -1, -1, -1, 50, -1, -1, -1, -1, -1, + 56, -1, -1, -1, -1, -1, 62, -1, -1, -1, + -1, 67, 68, 69, 70, 71, 72, 73, 74, 75, + 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, + -1, 87, 88, 89, 90, 91, 92, 93, 94, 95, + 96, 97, 98, 99, 100, 101, 102, -1, 104, -1, + -1, -1, -1, -1, 8, -1, -1, 113, -1, -1, + 116, 117, 118, 119, 120, 121, 20, -1, 124, 125, + 126, 127, 128, -1, 130, 131, 132, 133, 134, 135, + 136, 35, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 67, 68, 69, 70, 71, 72, 73, + 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, + 84, 85, -1, 87, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, 101, 102, 6, + 104, 8, -1, 10, 11, -1, -1, -1, -1, -1, + -1, -1, 116, 20, 118, 119, 120, 121, 25, -1, + 124, 125, 126, 127, 128, -1, 130, 131, 132, -1, + 134, 135, 136, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 6, 104, 8, -1, + 10, 11, -1, -1, -1, -1, -1, -1, -1, 116, + 20, 118, 119, 120, 121, -1, -1, 124, 125, 126, + 127, 128, 129, 130, 131, 132, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 67, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, -1, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, 8, 104, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 20, 116, -1, 118, 119, + 120, 121, -1, -1, 124, 125, 126, 127, 128, 129, + 130, 131, 132, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 64, + 65, -1, 67, 68, 69, 70, 71, 72, 73, 74, + 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, + 85, -1, 87, 88, 89, 90, 91, 92, 93, 94, + 95, 96, 97, 98, 99, 100, 101, 102, -1, 104, + 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 116, 20, 118, 119, 120, 121, -1, -1, 124, + 125, 126, 127, 128, -1, 130, 131, 132, -1, 37, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, + 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 101, 102, -1, 104, 8, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 116, 20, + 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, + 128, 129, 130, 131, 132, -1, 37, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 67, 68, 69, 70, + 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, + 81, 82, 83, 84, 85, -1, 87, 88, 89, 90, + 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, + 101, 102, -1, 104, 8, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 116, 20, 118, 119, 120, + 121, -1, -1, 124, 125, 126, 127, 128, 129, 130, + 131, 132, -1, 37, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 67, 68, 69, 70, 71, 72, 73, + 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, + 84, 85, -1, 87, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, 101, 102, -1, + 104, 8, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 116, 20, 118, 119, 120, 121, -1, -1, + 124, 125, 126, 127, 128, 129, 130, 131, 132, -1, + 37, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 8, 104, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 20, 116, + -1, 118, 119, 120, 121, -1, -1, 124, 125, 126, + 127, 128, 129, 130, 131, 132, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 67, 68, 69, 70, 71, + 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, 85, -1, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, + 102, 8, 104, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 20, 116, -1, 118, 119, 120, 121, + -1, -1, 124, 125, 126, 127, 128, 129, 130, 131, + 132, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, + 77, 78, 79, 80, 81, 82, 83, 84, 85, -1, + 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 8, 104, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 20, 116, + -1, 118, 119, 120, 121, -1, 123, 124, 125, 126, + 127, 128, -1, 130, 131, 132, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 67, 68, 69, 70, 71, + 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, 85, -1, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, + 102, -1, 104, -1, -1, -1, -1, -1, 8, -1, + -1, -1, -1, -1, 116, -1, 118, 119, 120, 121, + 20, -1, 124, 125, 126, 127, 128, 129, 130, 131, + 132, -1, -1, -1, -1, 35, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 67, 68, 69, + 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, 85, -1, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, 101, 102, -1, 104, -1, -1, -1, -1, -1, + 8, -1, -1, -1, -1, -1, 116, -1, 118, 119, + 120, 121, 20, -1, 124, 125, 126, 127, 128, -1, + 130, 131, 132, -1, -1, -1, -1, 35, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, + 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 101, 102, 8, 104, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 20, 116, -1, + 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, + 128, -1, 130, 131, 132, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 66, 67, 68, 69, 70, 71, 72, + 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, + 83, 84, 85, -1, 87, 88, 89, 90, 91, 92, + 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, + 8, 104, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 20, 116, -1, 118, 119, 120, 121, -1, + -1, 124, 125, 126, 127, 128, -1, 130, 131, 132, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, + 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 85, -1, 87, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 101, 102, -1, 104, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 116, -1, + 118, 119, 120, 121, -1, -1, 124, 125, 126, 127, + 128, -1, 130, 131, 132, 3, -1, -1, 6, -1, + -1, -1, 10, 11, -1, -1, -1, -1, -1, -1, + -1, -1, 20, 21, 22, 23, -1, 25, -1, -1, + -1, 3, -1, -1, 6, -1, 34, 35, 10, 11, + -1, -1, 40, 41, 42, 43, -1, -1, 20, 21, + 22, -1, -1, 25, -1, -1, 54, 55, -1, -1, + -1, 59, 34, -1, 36, -1, -1, -1, 40, 41, + 42, 43, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 3, 54, 55, 6, -1, -1, 59, 10, 11, + -1, -1, -1, -1, -1, -1, -1, -1, 20, 21, + 22, -1, -1, 25, -1, -1, -1, -1, -1, 107, + 108, -1, 34, -1, 36, -1, 114, -1, 40, 41, + 42, 43, 3, -1, -1, 6, -1, -1, -1, 10, + 11, -1, 54, 55, -1, 107, 108, 59, -1, 20, + 21, 22, 114, -1, 25, -1, -1, -1, -1, -1, + -1, -1, -1, 34, -1, 36, -1, -1, -1, 40, + 41, 42, 43, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 3, 54, 55, 6, -1, -1, 59, 10, + 11, -1, -1, -1, -1, 107, 108, -1, -1, 20, + 21, 22, 114, -1, 25, -1, -1, -1, 3, -1, + -1, 6, -1, 34, -1, 10, 11, -1, -1, 40, + 41, 42, 43, -1, -1, 20, -1, 22, -1, -1, + 25, -1, -1, 54, 55, -1, 107, 108, 59, 34, + -1, -1, -1, 114, -1, 40, 41, 42, 43, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 54, + -1, -1, -1, -1, 59, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 107, 108, -1, -1, + -1, -1, -1, 114, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 107, 108, -1, -1, -1, -1, -1, 114 }; /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ +/* This file comes from bison-1.28. */ + /* Skeleton output parser for bison, - Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1646,65 +1615,63 @@ static const short yycheck[] = This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ -/* This is the parser code that is written into each bison parser when - the %semantic_parser declaration is not specified in the grammar. - It was written by Richard Stallman by simplifying the hairy parser - used when %semantic_parser is specified. */ +/* This is the parser code that is written into each bison parser + when the %semantic_parser declaration is not specified in the grammar. + It was written by Richard Stallman by simplifying the hairy parser + used when %semantic_parser is specified. */ #ifndef YYSTACK_USE_ALLOCA -# ifdef alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* alloca not defined */ -# ifdef __GNUC__ -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# else /* not GNU C. */ -# if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) -# define YYSTACK_USE_ALLOCA 1 -# include -# else /* not sparc */ - /* We think this test detects Watcom and Microsoft C. */ - /* This used to test MSDOS, but that is a bad idea since that - symbol is in the user namespace. */ -# if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) -# if 0 - /* No need for malloc.h, which pollutes the namespace; instead, - just don't use alloca. */ -# include -# endif -# else /* not MSDOS, or __TURBOC__ */ -# if defined(_AIX) - /* I don't know what this was needed for, but it pollutes the - namespace. So I turned it off. rms, 2 May 1997. */ - /* #include */ +#ifdef alloca +#define YYSTACK_USE_ALLOCA +#else /* alloca not defined */ +#ifdef __GNUC__ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#else /* not GNU C. */ +#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) +#define YYSTACK_USE_ALLOCA +#include +#else /* not sparc */ +/* We think this test detects Watcom and Microsoft C. */ +/* This used to test MSDOS, but that is a bad idea + since that symbol is in the user namespace. */ +#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) +#if 0 /* No need for malloc.h, which pollutes the namespace; + instead, just don't use alloca. */ +#include +#endif +#else /* not MSDOS, or __TURBOC__ */ +#if defined(_AIX) +/* I don't know what this was needed for, but it pollutes the namespace. + So I turned it off. rms, 2 May 1997. */ +/* #include */ #pragma alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* not MSDOS, or __TURBOC__, or _AIX */ -# if 0 - /* haible@ilog.fr says this works for HPUX 9.05 and up, and on - HPUX 10. Eventually we can turn this on. */ -# ifdef __hpux -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# endif /* __hpux */ -# endif -# endif /* not _AIX */ -# endif /* not MSDOS, or __TURBOC__ */ -# endif /* not sparc */ -# endif /* not GNU C */ -# endif /* alloca not defined */ -#endif /* YYSTACK_USE_ALLOCA not defined */ - -#ifndef YYSTACK_USE_ALLOCA -# define YYSTACK_USE_ALLOCA 0 +#define YYSTACK_USE_ALLOCA +#else /* not MSDOS, or __TURBOC__, or _AIX */ +#if 0 +#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, + and on HPUX 10. Eventually we can turn this on. */ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#endif /* __hpux */ #endif +#endif /* not _AIX */ +#endif /* not MSDOS, or __TURBOC__ */ +#endif /* not sparc */ +#endif /* not GNU C */ +#endif /* alloca not defined */ +#endif /* YYSTACK_USE_ALLOCA not defined */ -#if YYSTACK_USE_ALLOCA -# define YYSTACK_ALLOC alloca +#ifdef YYSTACK_USE_ALLOCA +#define YYSTACK_ALLOC alloca #else -# define YYSTACK_ALLOC malloc +#define YYSTACK_ALLOC malloc #endif +/* Note: there must be only one dollar sign in this file. + It is replaced by the list of actions, each action + as one case of the switch. */ + #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY -2 @@ -1712,96 +1679,84 @@ static const short yycheck[] = #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. +/* Like YYERROR except do call yyerror. + This remains here temporarily to ease the + transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) -#define YYBACKUP(Token, Value) \ +#define YYBACKUP(token, value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ - { \ - yychar = (Token); \ - yylval = (Value); \ + { yychar = (token), yylval = (value); \ yychar1 = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ - { \ - yyerror ("syntax error: cannot back up"); \ - YYERROR; \ - } \ + { yyerror ("syntax error: cannot back up"); YYERROR; } \ while (0) #define YYTERROR 1 #define YYERRCODE 256 +#ifndef YYPURE +#define YYLEX yylex() +#endif + +#ifdef YYPURE +#ifdef YYLSP_NEEDED +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval, &yylloc) +#endif +#else /* not YYLSP_NEEDED */ +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval) +#endif +#endif /* not YYLSP_NEEDED */ +#endif + +/* If nonreentrant, generate the variables here */ -/* YYLLOC_DEFAULT -- Compute the default location (before the actions - are run). +#ifndef YYPURE - 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. */ +int yychar; /* the lookahead symbol */ +YYSTYPE yylval; /* the semantic value of the */ + /* lookahead symbol */ -#ifndef YYLLOC_DEFAULT -# define YYLLOC_DEFAULT(Current, Rhs, N) \ - Current.last_line = Rhs[N].last_line; \ - Current.last_column = Rhs[N].last_column; +#ifdef YYLSP_NEEDED +YYLTYPE yylloc; /* location data for the lookahead */ + /* symbol */ #endif +int yynerrs; /* number of parse errors so far */ +#endif /* not YYPURE */ + +#if YYDEBUG != 0 +int yydebug; /* nonzero means print parse trace */ +/* Since this is uninitialized, it does not stop multiple parsers + from coexisting. */ +#endif + +/* YYINITDEPTH indicates the initial size of the parser's stacks */ -/* YYLEX -- calling `yylex' with the right arguments. */ - -#if YYPURE -# if YYLSP_NEEDED -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval, &yylloc) -# endif -# else /* !YYLSP_NEEDED */ -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval) -# endif -# endif /* !YYLSP_NEEDED */ -#else /* !YYPURE */ -# define YYLEX yylex () -#endif /* !YYPURE */ - - -/* Enable debugging if requested. */ -#if YYDEBUG -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - fprintf Args; \ -} while (0) -/* Nonzero means print parse trace. [The following comment makes no - sense to me. Could someone clarify it? --akim] Since this is - uninitialized, it does not stop multiple parsers from coexisting. - */ -int yydebug; -#else /* !YYDEBUG */ -# define YYDPRINTF(Args) -#endif /* !YYDEBUG */ - -/* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH -# define YYINITDEPTH 200 +#define YYINITDEPTH 200 #endif -/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only - if the built-in stack extension method is used). */ +/* YYMAXDEPTH is the maximum size the stacks can grow to + (effective only if the built-in stack extension method is used). */ + #if YYMAXDEPTH == 0 -# undef YYMAXDEPTH +#undef YYMAXDEPTH #endif #ifndef YYMAXDEPTH -# define YYMAXDEPTH 10000 +#define YYMAXDEPTH 10000 #endif /* Define __yy_memcpy. Note that the size argument @@ -1810,22 +1765,19 @@ int yydebug; of type size_t, but it can handle unsigned int. */ #if __GNUC__ > 1 /* GNU C and GNU C++ define this. */ -# define __yy_memcpy(To, From, Count) __builtin_memcpy (To, From, Count) +#define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT) #else /* not GNU C or C++ */ +#ifndef __cplusplus /* This is the most reliable way to avoid incompatibilities in available built-in functions on various systems. */ static void -# ifndef __cplusplus __yy_memcpy (to, from, count) char *to; - const char *from; + char *from; unsigned int count; -# else /* __cplusplus */ -__yy_memcpy (char *to, const char *from, unsigned int count) -# endif { - register const char *f = from; + register char *f = from; register char *t = to; register int i = count; @@ -1833,6 +1785,22 @@ __yy_memcpy (char *to, const char *from, unsigned int count) *t++ = *f++; } +#else /* __cplusplus */ + +/* This is the most reliable way to avoid incompatibilities + in available built-in functions on various systems. */ +static void +__yy_memcpy (char *to, char *from, unsigned int count) +{ + register char *t = to; + register char *f = from; + register int i = count; + + while (i-- > 0) + *t++ = *f++; +} + +#endif #endif @@ -1844,121 +1812,76 @@ __yy_memcpy (char *to, const char *from, unsigned int count) to the proper pointer type. */ #ifdef YYPARSE_PARAM -# ifdef __cplusplus -# define YYPARSE_PARAM_ARG void *YYPARSE_PARAM -# define YYPARSE_PARAM_DECL -# else /* !__cplusplus */ -# define YYPARSE_PARAM_ARG YYPARSE_PARAM -# define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; -# endif /* !__cplusplus */ -#else /* !YYPARSE_PARAM */ -# define YYPARSE_PARAM_ARG -# define YYPARSE_PARAM_DECL -#endif /* !YYPARSE_PARAM */ +#ifdef __cplusplus +#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM +#define YYPARSE_PARAM_DECL +#else /* not __cplusplus */ +#define YYPARSE_PARAM_ARG YYPARSE_PARAM +#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; +#endif /* not __cplusplus */ +#else /* not YYPARSE_PARAM */ +#define YYPARSE_PARAM_ARG +#define YYPARSE_PARAM_DECL +#endif /* not YYPARSE_PARAM */ /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ -# ifdef YYPARSE_PARAM +#ifdef YYPARSE_PARAM int yyparse (void *); -# else +#else int yyparse (void); -# endif #endif - -/* YY_DECL_VARIABLES -- depending whether we use a pure parser, - variables are global, or local to YYPARSE. */ - -#define _YY_DECL_VARIABLES \ -/* The lookahead symbol. */ \ -int yychar; \ - \ -/* The semantic value of the lookahead symbol. */ \ -YYSTYPE yylval; \ - \ -/* Number of parse errors so far. */ \ -int yynerrs; - -#if YYLSP_NEEDED -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES \ - \ -/* Location data for the lookahead symbol. */ \ -YYLTYPE yylloc; -#else -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES #endif - -/* If nonreentrant, generate the variables here. */ - -#if !YYPURE -YY_DECL_VARIABLES -#endif /* !YYPURE */ - int -yyparse (YYPARSE_PARAM_ARG) +yyparse(YYPARSE_PARAM_ARG) YYPARSE_PARAM_DECL { - /* If reentrant, generate the variables here. */ -#if YYPURE - YY_DECL_VARIABLES -#endif /* !YYPURE */ - register int yystate; register int yyn; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - /* Lookahead token as an internal (translated) token number. */ - int yychar1 = 0; - - /* Three stacks and their tools: - `yyss': related to states, - `yysv': related to semantic values, - `yyls': related to locations. - - Refer to the stacks thru separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - short yyssa[YYINITDEPTH]; - short *yyss = yyssa; register short *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs = yyvsa; register YYSTYPE *yyvsp; + int yyerrstatus; /* number of tokens to shift before error messages enabled */ + int yychar1 = 0; /* lookahead token as an internal (translated) token number */ -#if YYLSP_NEEDED - /* The location stack. */ - YYLTYPE yylsa[YYINITDEPTH]; + short yyssa[YYINITDEPTH]; /* the state stack */ + YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ + + short *yyss = yyssa; /* refer to the stacks thru separate pointers */ + YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ + +#ifdef YYLSP_NEEDED + YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; -#endif -#if YYLSP_NEEDED -# define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) #else -# define YYPOPSTACK (yyvsp--, yyssp--) +#define YYPOPSTACK (yyvsp--, yyssp--) #endif int yystacksize = YYINITDEPTH; int yyfree_stacks = 0; +#ifdef YYPURE + int yychar; + YYSTYPE yylval; + int yynerrs; +#ifdef YYLSP_NEEDED + YYLTYPE yylloc; +#endif +#endif - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; -# if YYLSP_NEEDED - YYLTYPE yyloc; -# endif + YYSTYPE yyval; /* the variable used to return */ + /* semantic values from the action */ + /* routines */ - /* When reducing, the number of symbols on the RHS of the reduced - rule. */ int yylen; - YYDPRINTF ((stderr, "Starting parse\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Starting parse\n"); +#endif yystate = 0; yyerrstatus = 0; @@ -1970,33 +1893,26 @@ yyparse (YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss; + yyssp = yyss - 1; yyvsp = yyvs; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls; #endif - goto yysetstate; -/*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | -`------------------------------------------------------------*/ - yynewstate: - /* In all cases, when you get here, the value and location stacks - have just been pushed. so pushing a state here evens the stacks. - */ - yyssp++; +/* Push a new state, which is found in yystate . */ +/* In all cases, when you get here, the value and location stacks + have just been pushed. so pushing a state here evens the stacks. */ +yynewstate: - yysetstate: - *yyssp = yystate; + *++yyssp = yystate; if (yyssp >= yyss + yystacksize - 1) { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into memory. - */ + /* 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; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -2004,82 +1920,83 @@ yyparse (YYPARSE_PARAM_ARG) int size = yyssp - yyss + 1; #ifdef yyoverflow - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. */ -# if YYLSP_NEEDED + /* Each stack pointer address is followed by the size of + the data in use in that stack, in bytes. */ +#ifdef YYLSP_NEEDED /* This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yyls1, size * sizeof (*yylsp), - &yystacksize); -# else - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yystacksize); -# endif + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yyls1, size * sizeof (*yylsp), + &yystacksize); +#else + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yystacksize); +#endif yyss = yyss1; yyvs = yyvs1; -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = yyls1; -# endif +#endif #else /* no yyoverflow */ /* Extend the stack our own way. */ if (yystacksize >= YYMAXDEPTH) { - yyerror ("parser stack overflow"); + yyerror("parser stack overflow"); if (yyfree_stacks) { free (yyss); free (yyvs); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); -# endif +#endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -# if !YYSTACK_USE_ALLOCA +#ifndef YYSTACK_USE_ALLOCA yyfree_stacks = 1; -# endif +#endif yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); __yy_memcpy ((char *)yyss, (char *)yyss1, size * (unsigned int) sizeof (*yyssp)); yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); __yy_memcpy ((char *)yyvs, (char *)yyvs1, size * (unsigned int) sizeof (*yyvsp)); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); __yy_memcpy ((char *)yyls, (char *)yyls1, size * (unsigned int) sizeof (*yylsp)); -# endif +#endif #endif /* no yyoverflow */ yyssp = yyss + size - 1; yyvsp = yyvs + size - 1; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls + size - 1; #endif - YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Stack size increased to %d\n", yystacksize); +#endif if (yyssp >= yyss + yystacksize - 1) YYABORT; } - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Entering state %d\n", yystate); +#endif goto yybackup; - - -/*-----------. -| yybackup. | -`-----------*/ -yybackup: + yybackup: /* Do appropriate processing given the current state. */ /* Read a lookahead token if we need one and don't already have one. */ @@ -2098,7 +2015,10 @@ yybackup: if (yychar == YYEMPTY) { - YYDPRINTF ((stderr, "Reading a token: ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Reading a token: "); +#endif yychar = YYLEX; } @@ -2109,23 +2029,24 @@ yybackup: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ - YYDPRINTF ((stderr, "Now at end of input.\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Now at end of input.\n"); +#endif } else { - yychar1 = YYTRANSLATE (yychar); + yychar1 = YYTRANSLATE(yychar); -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables - which are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]); - /* Give the individual parser a way to print the precise - meaning of a token, for further debugging info. */ -# ifdef YYPRINT + /* 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 +#endif fprintf (stderr, ")\n"); } #endif @@ -2158,63 +2079,41 @@ yybackup: YYACCEPT; /* Shift the lookahead token. */ - YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); +#endif /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif - /* Count tokens shifted since error; after three, turn off error - status. */ - if (yyerrstatus) - yyerrstatus--; + /* count tokens shifted since error; after three, turn off error status. */ + if (yyerrstatus) yyerrstatus--; yystate = yyn; goto yynewstate; - -/*-----------------------------------------------------------. -| yydefault -- do the default action for the current state. | -`-----------------------------------------------------------*/ +/* Do the default action for the current state. */ yydefault: + yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; - goto yyreduce; - -/*-----------------------------. -| yyreduce -- Do a reduction. | -`-----------------------------*/ +/* Do a reduction. yyn is the number of a rule to reduce with. */ yyreduce: - /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; + if (yylen > 0) + yyval = yyvsp[1-yylen]; /* implement default value of the action */ - /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. - - Otherwise, the following line sets YYVAL to the semantic value of - the lookahead token. This behavior is undocumented and Bison - users should not rely upon it. Assigning to YYVAL - unconditionally makes the parser a bit smaller, and it avoids a - GCC warning that YYVAL may be used uninitialized. */ - yyval = yyvsp[1-yylen]; - -#if YYLSP_NEEDED - /* Similarly for the default location. Let the user run additional - commands if for instance locations are ranges. */ - yyloc = yylsp[1-yylen]; - YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); -#endif - -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables which - are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { int i; @@ -2229,6 +2128,7 @@ yyreduce: } #endif + switch (yyn) { case 1: @@ -3378,16 +3278,16 @@ case 404: { yyval.var = makeVarNode (yyvsp[-3].ltok, TRUE, yyvsp[0].lcltypespec); ; break;} } - + /* the action file gets copied in in place of this dollarsign */ yyvsp -= yylen; yyssp -= yylen; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -3399,13 +3299,28 @@ case 404: #endif *++yyvsp = yyval; -#if YYLSP_NEEDED - *++yylsp = yyloc; + +#ifdef YYLSP_NEEDED + yylsp++; + if (yylen == 0) + { + yylsp->first_line = yylloc.first_line; + yylsp->first_column = yylloc.first_column; + yylsp->last_line = (yylsp-1)->last_line; + yylsp->last_column = (yylsp-1)->last_column; + yylsp->text = 0; + } + else + { + yylsp->last_line = (yylsp+yylen-1)->last_line; + yylsp->last_column = (yylsp+yylen-1)->last_column; + } #endif - /* Now `shift' the result of the reduction. Determine what state - that goes to, based on the state we popped back to and the rule - number reduced by. */ + /* Now "shift" the result of the reduction. + Determine what state that goes to, + based on the state we popped back to + and the rule number reduced by. */ yyn = yyr1[yyn]; @@ -3417,13 +3332,10 @@ case 404: goto yynewstate; +yyerrlab: /* here on detecting error */ -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ -yyerrlab: - /* If not already recovering from an error, report this error. */ - if (!yyerrstatus) + if (! yyerrstatus) + /* If not already recovering from an error, report this error. */ { ++yynerrs; @@ -3439,99 +3351,83 @@ yyerrlab: count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) - size += strlen (yytname[x]) + 15, count++; - size += strlen ("parse error, unexpected `") + 1; - size += strlen (yytname[YYTRANSLATE (yychar)]); - msg = (char *) malloc (size); + size += strlen(yytname[x]) + 15, count++; + msg = (char *) malloc(size + 15); if (msg != 0) { - strcpy (msg, "parse error, unexpected `"); - strcat (msg, yytname[YYTRANSLATE (yychar)]); - strcat (msg, "'"); + strcpy(msg, "parse error"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) { - strcat (msg, count == 0 ? ", expecting `" : " or `"); - strcat (msg, yytname[x]); - strcat (msg, "'"); + strcat(msg, count == 0 ? ", expecting `" : " or `"); + strcat(msg, yytname[x]); + strcat(msg, "'"); count++; } } - yyerror (msg); - free (msg); + yyerror(msg); + free(msg); } else yyerror ("parse error; also virtual memory exceeded"); } else #endif /* YYERROR_VERBOSE */ - yyerror ("parse error"); + yyerror("parse error"); } - goto yyerrlab1; + goto yyerrlab1; +yyerrlab1: /* here on error raised explicitly by an action */ -/*--------------------------------------------------. -| yyerrlab1 -- error raised explicitly by an action | -`--------------------------------------------------*/ -yyerrlab1: if (yyerrstatus == 3) { - /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + /* if just tried and failed to reuse lookahead token after an error, discard it. */ /* return failure if at end of input */ if (yychar == YYEOF) YYABORT; - YYDPRINTF ((stderr, "Discarding token %d (%s).\n", - yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); +#endif + yychar = YYEMPTY; } - /* Else will try to reuse lookahead token after shifting the error - token. */ + /* Else will try to reuse lookahead token + after shifting the error token. */ yyerrstatus = 3; /* Each real token shifted decrements this */ goto yyerrhandle; +yyerrdefault: /* current state does not do anything special for the error token. */ -/*-------------------------------------------------------------------. -| yyerrdefault -- current state does not do anything special for the | -| error token. | -`-------------------------------------------------------------------*/ -yyerrdefault: #if 0 /* This is wrong; only states that explicitly want error tokens should shift them. */ - - /* If its default is to accept any token, ok. Otherwise pop it. */ - yyn = yydefact[yystate]; - if (yyn) - goto yydefault; + yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ + if (yyn) goto yydefault; #endif +yyerrpop: /* pop the current state because it cannot handle the error token */ -/*---------------------------------------------------------------. -| yyerrpop -- pop the current state because it cannot handle the | -| error token | -`---------------------------------------------------------------*/ -yyerrpop: - if (yyssp == yyss) - YYABORT; + if (yyssp == yyss) YYABORT; yyvsp--; yystate = *--yyssp; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -3542,10 +3438,8 @@ yyerrpop: } #endif -/*--------------. -| yyerrhandle. | -`--------------*/ yyerrhandle: + yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -3568,41 +3462,38 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; - YYDPRINTF ((stderr, "Shifting error token, ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting error token, "); +#endif *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - -/*-------------------------------------. -| yyacceptlab -- YYACCEPT comes here. | -`-------------------------------------*/ -yyacceptlab: + yyacceptlab: + /* YYACCEPT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } return 0; - -/*-----------------------------------. -| yyabortlab -- YYABORT comes here. | -`-----------------------------------*/ -yyabortlab: + yyabortlab: + /* YYABORT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } diff --git a/src/signature.c.der b/src/signature.c.der index 02a32cc..15b7d4f 100644 --- a/src/signature.c.der +++ b/src/signature.c.der @@ -51,8 +51,8 @@ /* < end of bison.head > */ -/* A Bison parser, made from signature.y - by GNU bison 1.30. */ +/* A Bison parser, made from signature.y + by GNU Bison version 1.28 */ #define YYBISON 1 /* Identify Bison output. */ @@ -63,51 +63,51 @@ #define yychar lslchar #define yydebug lsldebug #define yynerrs lslnerrs -# define LST_SIMPLEID 257 -# define LST_LOGICALOP 258 -# define LST_EQOP 259 -# define LST_SIMPLEOP 260 -# define LST_MAPSYM 261 -# define LST_FIELDMAPSYM 262 -# define LST_MARKERSYM 263 -# define LST_ifTOKEN 264 -# define LST_thenTOKEN 265 -# define LST_elseTOKEN 266 -# define LST_LBRACKET 267 -# define LST_RBRACKET 268 -# define LST_SELECTSYM 269 -# define LST_SEPSYM 270 -# define LST_OPENSYM 271 -# define LST_CLOSESYM 272 -# define LST_COLON 273 -# define LST_COMMA 274 -# define LST_EOL 275 -# define LST_COMMENTSYM 276 -# define LST_WHITESPACE 277 -# define LST_QUANTIFIERSYM 278 -# define LST_EQUATIONSYM 279 -# define LST_EQSEPSYM 280 -# define LST_COMPOSESYM 281 -# define LST_LPAR 282 -# define LST_RPAR 283 -# define LST_assertsTOKEN 284 -# define LST_assumesTOKEN 285 -# define LST_byTOKEN 286 -# define LST_convertsTOKEN 287 -# define LST_enumerationTOKEN 288 -# define LST_equationsTOKEN 289 -# define LST_exemptingTOKEN 290 -# define LST_forTOKEN 291 -# define LST_generatedTOKEN 292 -# define LST_impliesTOKEN 293 -# define LST_includesTOKEN 294 -# define LST_introducesTOKEN 295 -# define LST_ofTOKEN 296 -# define LST_partitionedTOKEN 297 -# define LST_traitTOKEN 298 -# define LST_tupleTOKEN 299 -# define LST_unionTOKEN 300 -# define LST_BADTOKEN 301 +#define LST_SIMPLEID 257 +#define LST_LOGICALOP 258 +#define LST_EQOP 259 +#define LST_SIMPLEOP 260 +#define LST_MAPSYM 261 +#define LST_FIELDMAPSYM 262 +#define LST_MARKERSYM 263 +#define LST_ifTOKEN 264 +#define LST_thenTOKEN 265 +#define LST_elseTOKEN 266 +#define LST_LBRACKET 267 +#define LST_RBRACKET 268 +#define LST_SELECTSYM 269 +#define LST_SEPSYM 270 +#define LST_OPENSYM 271 +#define LST_CLOSESYM 272 +#define LST_COLON 273 +#define LST_COMMA 274 +#define LST_EOL 275 +#define LST_COMMENTSYM 276 +#define LST_WHITESPACE 277 +#define LST_QUANTIFIERSYM 278 +#define LST_EQUATIONSYM 279 +#define LST_EQSEPSYM 280 +#define LST_COMPOSESYM 281 +#define LST_LPAR 282 +#define LST_RPAR 283 +#define LST_assertsTOKEN 284 +#define LST_assumesTOKEN 285 +#define LST_byTOKEN 286 +#define LST_convertsTOKEN 287 +#define LST_enumerationTOKEN 288 +#define LST_equationsTOKEN 289 +#define LST_exemptingTOKEN 290 +#define LST_forTOKEN 291 +#define LST_generatedTOKEN 292 +#define LST_impliesTOKEN 293 +#define LST_includesTOKEN 294 +#define LST_introducesTOKEN 295 +#define LST_ofTOKEN 296 +#define LST_partitionedTOKEN 297 +#define LST_traitTOKEN 298 +#define LST_tupleTOKEN 299 +#define LST_unionTOKEN 300 +#define LST_BADTOKEN 301 @@ -147,203 +147,182 @@ typedef union { /*@-redef@*/ /*@-matchfields@*/ } YYSTYPE; #ifndef YYDEBUG -# define YYDEBUG 1 +#define YYDEBUG 1 #endif #include +#ifndef __cplusplus +#ifndef __STDC__ +#define const +#endif +#endif + #define YYFINAL 62 #define YYFLAG -32768 #define YYNTBASE 48 -/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ #define YYTRANSLATE(x) ((unsigned)(x) <= 301 ? yytranslate[x] : 62) -/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ -static const char yytranslate[] = -{ - 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 2, 2, 2, 1, 3, 4, 5, - 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, - 46, 47 +static const char yytranslate[] = { 0, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 1, 3, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, + 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, + 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, + 47 }; #if YYDEBUG != 0 -static const short yyprhs[] = -{ - 0, 0, 2, 4, 7, 11, 13, 15, 22, 24, - 27, 30, 34, 38, 43, 48, 54, 58, 63, 68, - 74, 77, 81, 85, 87, 89, 91, 92, 94, 96, - 100, 102, 104, 108, 109, 111, 113, 117, 119 +static const short yyprhs[] = { 0, + 0, 2, 4, 7, 11, 13, 15, 22, 24, 27, + 30, 34, 38, 43, 48, 54, 58, 63, 68, 74, + 77, 81, 85, 87, 89, 91, 92, 94, 96, 100, + 102, 104, 108, 109, 111, 113, 117, 119 }; -static const short yyrhs[] = -{ - 49, 0, 50, 0, 49, 50, 0, 51, 19, 57, - 0, 61, 0, 52, 0, 10, 9, 11, 9, 12, - 9, 0, 53, 0, 9, 53, 0, 53, 9, 0, - 9, 53, 9, 0, 17, 54, 18, 0, 9, 17, - 54, 18, 0, 17, 54, 18, 9, 0, 9, 17, - 54, 18, 9, 0, 13, 54, 14, 0, 9, 13, - 54, 14, 0, 13, 54, 14, 9, 0, 9, 13, - 54, 14, 9, 0, 15, 3, 0, 9, 15, 3, - 0, 9, 8, 3, 0, 6, 0, 4, 0, 5, - 0, 0, 55, 0, 9, 0, 55, 56, 9, 0, - 20, 0, 16, 0, 58, 7, 60, 0, 0, 59, - 0, 60, 0, 59, 20, 60, 0, 3, 0, 3, - 0 + +static const short yyrhs[] = { 49, + 0, 50, 0, 49, 50, 0, 51, 19, 57, 0, + 61, 0, 52, 0, 10, 9, 11, 9, 12, 9, + 0, 53, 0, 9, 53, 0, 53, 9, 0, 9, + 53, 9, 0, 17, 54, 18, 0, 9, 17, 54, + 18, 0, 17, 54, 18, 9, 0, 9, 17, 54, + 18, 9, 0, 13, 54, 14, 0, 9, 13, 54, + 14, 0, 13, 54, 14, 9, 0, 9, 13, 54, + 14, 9, 0, 15, 3, 0, 9, 15, 3, 0, + 9, 8, 3, 0, 6, 0, 4, 0, 5, 0, + 0, 55, 0, 9, 0, 55, 56, 9, 0, 20, + 0, 16, 0, 58, 7, 60, 0, 0, 59, 0, + 60, 0, 59, 20, 60, 0, 3, 0, 3, 0 }; #endif #if YYDEBUG != 0 -/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ -static const short yyrline[] = -{ - 0, 139, 141, 146, 150, 156, 158, 162, 164, 166, - 168, 170, 172, 174, 176, 178, 181, 184, 187, 190, - 193, 196, 201, 206, 208, 210, 213, 215, 218, 220, - 223, 225, 228, 231, 233, 236, 238, 241, 247 +static const short yyrline[] = { 0, + 139, 141, 146, 150, 156, 158, 162, 164, 166, 168, + 170, 172, 174, 176, 178, 181, 184, 187, 190, 193, + 196, 201, 206, 208, 210, 213, 215, 218, 220, 223, + 225, 228, 231, 233, 236, 238, 241, 247 }; #endif -#if YYDEBUG != 0 || 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", NULL +#if YYDEBUG != 0 || defined (YYERROR_VERBOSE) + +static const char * const yytname[] = { "$","error","$undefined.","LST_SIMPLEID", +"LST_LOGICALOP","LST_EQOP","LST_SIMPLEOP","LST_MAPSYM","LST_FIELDMAPSYM","LST_MARKERSYM", +"LST_ifTOKEN","LST_thenTOKEN","LST_elseTOKEN","LST_LBRACKET","LST_RBRACKET", +"LST_SELECTSYM","LST_SEPSYM","LST_OPENSYM","LST_CLOSESYM","LST_COLON","LST_COMMA", +"LST_EOL","LST_COMMENTSYM","LST_WHITESPACE","LST_QUANTIFIERSYM","LST_EQUATIONSYM", +"LST_EQSEPSYM","LST_COMPOSESYM","LST_LPAR","LST_RPAR","LST_assertsTOKEN","LST_assumesTOKEN", +"LST_byTOKEN","LST_convertsTOKEN","LST_enumerationTOKEN","LST_equationsTOKEN", +"LST_exemptingTOKEN","LST_forTOKEN","LST_generatedTOKEN","LST_impliesTOKEN", +"LST_includesTOKEN","LST_introducesTOKEN","LST_ofTOKEN","LST_partitionedTOKEN", +"LST_traitTOKEN","LST_tupleTOKEN","LST_unionTOKEN","LST_BADTOKEN","top","operatorList", +"operator","name","opForm","anyOp","middle","placeList","separator","signature", +"domain","sortList","sortId","opId", NULL }; #endif -/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const short yyr1[] = -{ - 0, 48, 49, 49, 50, 51, 51, 52, 52, 52, - 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, - 52, 52, 52, 53, 53, 53, 54, 54, 55, 55, - 56, 56, 57, 58, 58, 59, 59, 60, 61 +static const short yyr1[] = { 0, + 48, 49, 49, 50, 51, 51, 52, 52, 52, 52, + 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, + 52, 52, 53, 53, 53, 54, 54, 55, 55, 56, + 56, 57, 58, 58, 59, 59, 60, 61 }; -/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ -static const short yyr2[] = -{ - 0, 1, 1, 2, 3, 1, 1, 6, 1, 2, - 2, 3, 3, 4, 4, 5, 3, 4, 4, 5, - 2, 3, 3, 1, 1, 1, 0, 1, 1, 3, - 1, 1, 3, 0, 1, 1, 3, 1, 1 +static const short yyr2[] = { 0, + 1, 1, 2, 3, 1, 1, 6, 1, 2, 2, + 3, 3, 4, 4, 5, 3, 4, 4, 5, 2, + 3, 3, 1, 1, 1, 0, 1, 1, 3, 1, + 1, 3, 0, 1, 1, 3, 1, 1 }; -/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE - doesn't specify something else to do. Zero means the default is an - error. */ -static const short yydefact[] = -{ - 0, 38, 24, 25, 23, 0, 0, 26, 0, 26, - 1, 2, 0, 6, 8, 5, 0, 26, 0, 26, - 9, 0, 28, 0, 27, 20, 0, 3, 33, 10, - 22, 0, 21, 0, 11, 0, 16, 31, 30, 0, - 12, 37, 4, 0, 34, 35, 17, 13, 0, 18, - 29, 14, 0, 0, 19, 15, 0, 32, 36, 7, - 0, 0, 0 +static const short yydefact[] = { 0, + 38, 24, 25, 23, 0, 0, 26, 0, 26, 1, + 2, 0, 6, 8, 5, 0, 26, 0, 26, 9, + 0, 28, 0, 27, 20, 0, 3, 33, 10, 22, + 0, 21, 0, 11, 0, 16, 31, 30, 0, 12, + 37, 4, 0, 34, 35, 17, 13, 0, 18, 29, + 14, 0, 0, 19, 15, 0, 32, 36, 7, 0, + 0, 0 }; -static const short yydefgoto[] = -{ - 60, 10, 11, 12, 13, 14, 23, 24, 39, 42, - 43, 44, 45, 15 +static const short yydefgoto[] = { 60, + 10, 11, 12, 13, 14, 23, 24, 39, 42, 43, + 44, 45, 15 }; -static const short yypact[] = -{ - -3,-32768,-32768,-32768,-32768, 11, -4, 0, 8, 0, - -3,-32768, -1,-32768, 13,-32768, 17, 0, 22, 0, - 18, 20,-32768, 19, -12,-32768, 14,-32768, 31,-32768, - -32768, 21,-32768, 23,-32768, 27, 28,-32768,-32768, 29, - 30,-32768,-32768, 33, 24,-32768, 34, 36, 35,-32768, - -32768,-32768, 31, 31,-32768,-32768, 37,-32768,-32768,-32768, - 42, 48,-32768 +static const short yypact[] = { -3, +-32768,-32768,-32768,-32768, 11, -4, 0, 8, 0, -3, +-32768, -1,-32768, 13,-32768, 17, 0, 22, 0, 18, + 20,-32768, 19, -12,-32768, 14,-32768, 31,-32768,-32768, + 21,-32768, 23,-32768, 27, 28,-32768,-32768, 29, 30, +-32768,-32768, 33, 24,-32768, 34, 36, 35,-32768,-32768, +-32768, 31, 31,-32768,-32768, 37,-32768,-32768,-32768, 42, + 48,-32768 }; -static const short yypgoto[] = -{ - -32768,-32768, 39,-32768,-32768, 45, 4,-32768,-32768,-32768, - -32768,-32768, -23,-32768 +static const short yypgoto[] = {-32768, +-32768, 39,-32768,-32768, 45, 4,-32768,-32768,-32768,-32768, +-32768, -23,-32768 }; #define YYLAST 50 -static const short yytable[] = -{ - 1, 2, 3, 4, 37, 21, 5, 6, 38, 22, - 7, 25, 8, 26, 9, 2, 3, 4, 28, 16, - 30, 31, 29, 33, 17, 32, 18, 34, 19, 57, - 58, 35, 40, 36, 41, 46, 48, 49, 50, 51, - 52, 47, 61, 54, 53, 55, 59, 56, 62, 27, - 20 +static const short yytable[] = { 1, + 2, 3, 4, 37, 21, 5, 6, 38, 22, 7, + 25, 8, 26, 9, 2, 3, 4, 28, 16, 30, + 31, 29, 33, 17, 32, 18, 34, 19, 57, 58, + 35, 40, 36, 41, 46, 48, 49, 50, 51, 52, + 47, 61, 54, 53, 55, 59, 56, 62, 27, 20 }; -static const short yycheck[] = -{ - 3, 4, 5, 6, 16, 9, 9, 10, 20, 9, - 13, 3, 15, 9, 17, 4, 5, 6, 19, 8, - 3, 17, 9, 19, 13, 3, 15, 9, 17, 52, - 53, 11, 18, 14, 3, 14, 9, 9, 9, 9, - 7, 18, 0, 9, 20, 9, 9, 12, 0, 10, - 5 +static const short yycheck[] = { 3, + 4, 5, 6, 16, 9, 9, 10, 20, 9, 13, + 3, 15, 9, 17, 4, 5, 6, 19, 8, 3, + 17, 9, 19, 13, 3, 15, 9, 17, 52, 53, + 11, 18, 14, 3, 14, 9, 9, 9, 9, 7, + 18, 0, 9, 20, 9, 9, 12, 0, 10, 5 }; #define YYPURE 1 /* -*-C-*- Note some compilers choke on comments on `#line' lines. */ +/* This file comes from bison-1.28. */ + /* Skeleton output parser for bison, - Copyright 1984, 1989, 1990, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -365,65 +344,63 @@ static const short yycheck[] = This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ -/* This is the parser code that is written into each bison parser when - the %semantic_parser declaration is not specified in the grammar. - It was written by Richard Stallman by simplifying the hairy parser - used when %semantic_parser is specified. */ +/* This is the parser code that is written into each bison parser + when the %semantic_parser declaration is not specified in the grammar. + It was written by Richard Stallman by simplifying the hairy parser + used when %semantic_parser is specified. */ #ifndef YYSTACK_USE_ALLOCA -# ifdef alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* alloca not defined */ -# ifdef __GNUC__ -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# else /* not GNU C. */ -# if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) -# define YYSTACK_USE_ALLOCA 1 -# include -# else /* not sparc */ - /* We think this test detects Watcom and Microsoft C. */ - /* This used to test MSDOS, but that is a bad idea since that - symbol is in the user namespace. */ -# if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) -# if 0 - /* No need for malloc.h, which pollutes the namespace; instead, - just don't use alloca. */ -# include -# endif -# else /* not MSDOS, or __TURBOC__ */ -# if defined(_AIX) - /* I don't know what this was needed for, but it pollutes the - namespace. So I turned it off. rms, 2 May 1997. */ - /* #include */ +#ifdef alloca +#define YYSTACK_USE_ALLOCA +#else /* alloca not defined */ +#ifdef __GNUC__ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#else /* not GNU C. */ +#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386)) +#define YYSTACK_USE_ALLOCA +#include +#else /* not sparc */ +/* We think this test detects Watcom and Microsoft C. */ +/* This used to test MSDOS, but that is a bad idea + since that symbol is in the user namespace. */ +#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__) +#if 0 /* No need for malloc.h, which pollutes the namespace; + instead, just don't use alloca. */ +#include +#endif +#else /* not MSDOS, or __TURBOC__ */ +#if defined(_AIX) +/* I don't know what this was needed for, but it pollutes the namespace. + So I turned it off. rms, 2 May 1997. */ +/* #include */ #pragma alloca -# define YYSTACK_USE_ALLOCA 1 -# else /* not MSDOS, or __TURBOC__, or _AIX */ -# if 0 - /* haible@ilog.fr says this works for HPUX 9.05 and up, and on - HPUX 10. Eventually we can turn this on. */ -# ifdef __hpux -# define YYSTACK_USE_ALLOCA 1 -# define alloca __builtin_alloca -# endif /* __hpux */ -# endif -# endif /* not _AIX */ -# endif /* not MSDOS, or __TURBOC__ */ -# endif /* not sparc */ -# endif /* not GNU C */ -# endif /* alloca not defined */ -#endif /* YYSTACK_USE_ALLOCA not defined */ - -#ifndef YYSTACK_USE_ALLOCA -# define YYSTACK_USE_ALLOCA 0 +#define YYSTACK_USE_ALLOCA +#else /* not MSDOS, or __TURBOC__, or _AIX */ +#if 0 +#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, + and on HPUX 10. Eventually we can turn this on. */ +#define YYSTACK_USE_ALLOCA +#define alloca __builtin_alloca +#endif /* __hpux */ #endif +#endif /* not _AIX */ +#endif /* not MSDOS, or __TURBOC__ */ +#endif /* not sparc */ +#endif /* not GNU C */ +#endif /* alloca not defined */ +#endif /* YYSTACK_USE_ALLOCA not defined */ -#if YYSTACK_USE_ALLOCA -# define YYSTACK_ALLOC alloca +#ifdef YYSTACK_USE_ALLOCA +#define YYSTACK_ALLOC alloca #else -# define YYSTACK_ALLOC malloc +#define YYSTACK_ALLOC malloc #endif +/* Note: there must be only one dollar sign in this file. + It is replaced by the list of actions, each action + as one case of the switch. */ + #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY -2 @@ -431,96 +408,84 @@ static const short yycheck[] = #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 -/* Like YYERROR except do call yyerror. This remains here temporarily - to ease the transition to the new meaning of YYERROR, for GCC. +/* Like YYERROR except do call yyerror. + This remains here temporarily to ease the + transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) -#define YYBACKUP(Token, Value) \ +#define YYBACKUP(token, value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ - { \ - yychar = (Token); \ - yylval = (Value); \ + { yychar = (token), yylval = (value); \ yychar1 = YYTRANSLATE (yychar); \ YYPOPSTACK; \ goto yybackup; \ } \ else \ - { \ - yyerror ("syntax error: cannot back up"); \ - YYERROR; \ - } \ + { yyerror ("syntax error: cannot back up"); YYERROR; } \ while (0) #define YYTERROR 1 #define YYERRCODE 256 +#ifndef YYPURE +#define YYLEX yylex() +#endif + +#ifdef YYPURE +#ifdef YYLSP_NEEDED +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval, &yylloc) +#endif +#else /* not YYLSP_NEEDED */ +#ifdef YYLEX_PARAM +#define YYLEX yylex(&yylval, YYLEX_PARAM) +#else +#define YYLEX yylex(&yylval) +#endif +#endif /* not YYLSP_NEEDED */ +#endif + +/* If nonreentrant, generate the variables here */ -/* YYLLOC_DEFAULT -- Compute the default location (before the actions - are run). +#ifndef YYPURE - 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. */ +int yychar; /* the lookahead symbol */ +YYSTYPE yylval; /* the semantic value of the */ + /* lookahead symbol */ -#ifndef YYLLOC_DEFAULT -# define YYLLOC_DEFAULT(Current, Rhs, N) \ - Current.last_line = Rhs[N].last_line; \ - Current.last_column = Rhs[N].last_column; +#ifdef YYLSP_NEEDED +YYLTYPE yylloc; /* location data for the lookahead */ + /* symbol */ #endif +int yynerrs; /* number of parse errors so far */ +#endif /* not YYPURE */ + +#if YYDEBUG != 0 +int yydebug; /* nonzero means print parse trace */ +/* Since this is uninitialized, it does not stop multiple parsers + from coexisting. */ +#endif + +/* YYINITDEPTH indicates the initial size of the parser's stacks */ -/* YYLEX -- calling `yylex' with the right arguments. */ - -#if YYPURE -# if YYLSP_NEEDED -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval, &yylloc) -# endif -# else /* !YYLSP_NEEDED */ -# ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, YYLEX_PARAM) -# else -# define YYLEX yylex (&yylval) -# endif -# endif /* !YYLSP_NEEDED */ -#else /* !YYPURE */ -# define YYLEX yylex () -#endif /* !YYPURE */ - - -/* Enable debugging if requested. */ -#if YYDEBUG -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - fprintf Args; \ -} while (0) -/* Nonzero means print parse trace. [The following comment makes no - sense to me. Could someone clarify it? --akim] Since this is - uninitialized, it does not stop multiple parsers from coexisting. - */ -int yydebug; -#else /* !YYDEBUG */ -# define YYDPRINTF(Args) -#endif /* !YYDEBUG */ - -/* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH -# define YYINITDEPTH 200 +#define YYINITDEPTH 200 #endif -/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only - if the built-in stack extension method is used). */ +/* YYMAXDEPTH is the maximum size the stacks can grow to + (effective only if the built-in stack extension method is used). */ + #if YYMAXDEPTH == 0 -# undef YYMAXDEPTH +#undef YYMAXDEPTH #endif #ifndef YYMAXDEPTH -# define YYMAXDEPTH 10000 +#define YYMAXDEPTH 10000 #endif /* Define __yy_memcpy. Note that the size argument @@ -529,22 +494,19 @@ int yydebug; of type size_t, but it can handle unsigned int. */ #if __GNUC__ > 1 /* GNU C and GNU C++ define this. */ -# define __yy_memcpy(To, From, Count) __builtin_memcpy (To, From, Count) +#define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT) #else /* not GNU C or C++ */ +#ifndef __cplusplus /* This is the most reliable way to avoid incompatibilities in available built-in functions on various systems. */ static void -# ifndef __cplusplus __yy_memcpy (to, from, count) char *to; - const char *from; + char *from; unsigned int count; -# else /* __cplusplus */ -__yy_memcpy (char *to, const char *from, unsigned int count) -# endif { - register const char *f = from; + register char *f = from; register char *t = to; register int i = count; @@ -552,6 +514,22 @@ __yy_memcpy (char *to, const char *from, unsigned int count) *t++ = *f++; } +#else /* __cplusplus */ + +/* This is the most reliable way to avoid incompatibilities + in available built-in functions on various systems. */ +static void +__yy_memcpy (char *to, char *from, unsigned int count) +{ + register char *t = to; + register char *f = from; + register int i = count; + + while (i-- > 0) + *t++ = *f++; +} + +#endif #endif @@ -563,121 +541,76 @@ __yy_memcpy (char *to, const char *from, unsigned int count) to the proper pointer type. */ #ifdef YYPARSE_PARAM -# ifdef __cplusplus -# define YYPARSE_PARAM_ARG void *YYPARSE_PARAM -# define YYPARSE_PARAM_DECL -# else /* !__cplusplus */ -# define YYPARSE_PARAM_ARG YYPARSE_PARAM -# define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; -# endif /* !__cplusplus */ -#else /* !YYPARSE_PARAM */ -# define YYPARSE_PARAM_ARG -# define YYPARSE_PARAM_DECL -#endif /* !YYPARSE_PARAM */ +#ifdef __cplusplus +#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM +#define YYPARSE_PARAM_DECL +#else /* not __cplusplus */ +#define YYPARSE_PARAM_ARG YYPARSE_PARAM +#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM; +#endif /* not __cplusplus */ +#else /* not YYPARSE_PARAM */ +#define YYPARSE_PARAM_ARG +#define YYPARSE_PARAM_DECL +#endif /* not YYPARSE_PARAM */ /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ -# ifdef YYPARSE_PARAM +#ifdef YYPARSE_PARAM int yyparse (void *); -# else +#else int yyparse (void); -# endif #endif - -/* YY_DECL_VARIABLES -- depending whether we use a pure parser, - variables are global, or local to YYPARSE. */ - -#define _YY_DECL_VARIABLES \ -/* The lookahead symbol. */ \ -int yychar; \ - \ -/* The semantic value of the lookahead symbol. */ \ -YYSTYPE yylval; \ - \ -/* Number of parse errors so far. */ \ -int yynerrs; - -#if YYLSP_NEEDED -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES \ - \ -/* Location data for the lookahead symbol. */ \ -YYLTYPE yylloc; -#else -# define YY_DECL_VARIABLES \ -_YY_DECL_VARIABLES #endif - -/* If nonreentrant, generate the variables here. */ - -#if !YYPURE -YY_DECL_VARIABLES -#endif /* !YYPURE */ - int -yyparse (YYPARSE_PARAM_ARG) +yyparse(YYPARSE_PARAM_ARG) YYPARSE_PARAM_DECL { - /* If reentrant, generate the variables here. */ -#if YYPURE - YY_DECL_VARIABLES -#endif /* !YYPURE */ - register int yystate; register int yyn; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - /* Lookahead token as an internal (translated) token number. */ - int yychar1 = 0; - - /* Three stacks and their tools: - `yyss': related to states, - `yysv': related to semantic values, - `yyls': related to locations. - - Refer to the stacks thru separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - short yyssa[YYINITDEPTH]; - short *yyss = yyssa; register short *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs = yyvsa; register YYSTYPE *yyvsp; + int yyerrstatus; /* number of tokens to shift before error messages enabled */ + int yychar1 = 0; /* lookahead token as an internal (translated) token number */ + + short yyssa[YYINITDEPTH]; /* the state stack */ + YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ + + short *yyss = yyssa; /* refer to the stacks thru separate pointers */ + YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ -#if YYLSP_NEEDED - /* The location stack. */ - YYLTYPE yylsa[YYINITDEPTH]; +#ifdef YYLSP_NEEDED + YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; -#endif -#if YYLSP_NEEDED -# define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) #else -# define YYPOPSTACK (yyvsp--, yyssp--) +#define YYPOPSTACK (yyvsp--, yyssp--) #endif int yystacksize = YYINITDEPTH; int yyfree_stacks = 0; +#ifdef YYPURE + int yychar; + YYSTYPE yylval; + int yynerrs; +#ifdef YYLSP_NEEDED + YYLTYPE yylloc; +#endif +#endif - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; -# if YYLSP_NEEDED - YYLTYPE yyloc; -# endif + YYSTYPE yyval; /* the variable used to return */ + /* semantic values from the action */ + /* routines */ - /* When reducing, the number of symbols on the RHS of the reduced - rule. */ int yylen; - YYDPRINTF ((stderr, "Starting parse\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Starting parse\n"); +#endif yystate = 0; yyerrstatus = 0; @@ -689,33 +622,26 @@ yyparse (YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss; + yyssp = yyss - 1; yyvsp = yyvs; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls; #endif - goto yysetstate; -/*------------------------------------------------------------. -| yynewstate -- Push a new state, which is found in yystate. | -`------------------------------------------------------------*/ - yynewstate: - /* In all cases, when you get here, the value and location stacks - have just been pushed. so pushing a state here evens the stacks. - */ - yyssp++; +/* Push a new state, which is found in yystate . */ +/* In all cases, when you get here, the value and location stacks + have just been pushed. so pushing a state here evens the stacks. */ +yynewstate: - yysetstate: - *yyssp = yystate; + *++yyssp = yystate; if (yyssp >= yyss + yystacksize - 1) { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into memory. - */ + /* 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; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -723,82 +649,83 @@ yyparse (YYPARSE_PARAM_ARG) int size = yyssp - yyss + 1; #ifdef yyoverflow - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. */ -# if YYLSP_NEEDED + /* Each stack pointer address is followed by the size of + the data in use in that stack, in bytes. */ +#ifdef YYLSP_NEEDED /* This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yyls1, size * sizeof (*yylsp), - &yystacksize); -# else - yyoverflow ("parser stack overflow", - &yyss1, size * sizeof (*yyssp), - &yyvs1, size * sizeof (*yyvsp), - &yystacksize); -# endif + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yyls1, size * sizeof (*yylsp), + &yystacksize); +#else + yyoverflow("parser stack overflow", + &yyss1, size * sizeof (*yyssp), + &yyvs1, size * sizeof (*yyvsp), + &yystacksize); +#endif yyss = yyss1; yyvs = yyvs1; -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = yyls1; -# endif +#endif #else /* no yyoverflow */ /* Extend the stack our own way. */ if (yystacksize >= YYMAXDEPTH) { - yyerror ("parser stack overflow"); + yyerror("parser stack overflow"); if (yyfree_stacks) { free (yyss); free (yyvs); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); -# endif +#endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -# if !YYSTACK_USE_ALLOCA +#ifndef YYSTACK_USE_ALLOCA yyfree_stacks = 1; -# endif +#endif yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); __yy_memcpy ((char *)yyss, (char *)yyss1, size * (unsigned int) sizeof (*yyssp)); yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); __yy_memcpy ((char *)yyvs, (char *)yyvs1, size * (unsigned int) sizeof (*yyvsp)); -# if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); __yy_memcpy ((char *)yyls, (char *)yyls1, size * (unsigned int) sizeof (*yylsp)); -# endif +#endif #endif /* no yyoverflow */ yyssp = yyss + size - 1; yyvsp = yyvs + size - 1; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp = yyls + size - 1; #endif - YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Stack size increased to %d\n", yystacksize); +#endif if (yyssp >= yyss + yystacksize - 1) YYABORT; } - YYDPRINTF ((stderr, "Entering state %d\n", yystate)); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Entering state %d\n", yystate); +#endif goto yybackup; - - -/*-----------. -| yybackup. | -`-----------*/ -yybackup: + yybackup: /* Do appropriate processing given the current state. */ /* Read a lookahead token if we need one and don't already have one. */ @@ -817,7 +744,10 @@ yybackup: if (yychar == YYEMPTY) { - YYDPRINTF ((stderr, "Reading a token: ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Reading a token: "); +#endif yychar = YYLEX; } @@ -828,23 +758,24 @@ yybackup: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ - YYDPRINTF ((stderr, "Now at end of input.\n")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Now at end of input.\n"); +#endif } else { - yychar1 = YYTRANSLATE (yychar); + yychar1 = YYTRANSLATE(yychar); -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables - which are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]); - /* Give the individual parser a way to print the precise - meaning of a token, for further debugging info. */ -# ifdef YYPRINT + /* 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 +#endif fprintf (stderr, ")\n"); } #endif @@ -877,63 +808,41 @@ yybackup: YYACCEPT; /* Shift the lookahead token. */ - YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); +#endif /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif - /* Count tokens shifted since error; after three, turn off error - status. */ - if (yyerrstatus) - yyerrstatus--; + /* count tokens shifted since error; after three, turn off error status. */ + if (yyerrstatus) yyerrstatus--; yystate = yyn; goto yynewstate; - -/*-----------------------------------------------------------. -| yydefault -- do the default action for the current state. | -`-----------------------------------------------------------*/ +/* Do the default action for the current state. */ yydefault: + yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; - goto yyreduce; - -/*-----------------------------. -| yyreduce -- Do a reduction. | -`-----------------------------*/ +/* Do a reduction. yyn is the number of a rule to reduce with. */ yyreduce: - /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; + if (yylen > 0) + yyval = yyvsp[1-yylen]; /* implement default value of the action */ - /* If YYLEN is nonzero, implement the default value of the action: - `$$ = $1'. - - Otherwise, the following line sets YYVAL to the semantic value of - the lookahead token. This behavior is undocumented and Bison - users should not rely upon it. Assigning to YYVAL - unconditionally makes the parser a bit smaller, and it avoids a - GCC warning that YYVAL may be used uninitialized. */ - yyval = yyvsp[1-yylen]; - -#if YYLSP_NEEDED - /* Similarly for the default location. Let the user run additional - commands if for instance locations are ranges. */ - yyloc = yylsp[1-yylen]; - YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); -#endif - -#if YYDEBUG - /* We have to keep this `#if YYDEBUG', since we use variables which - are defined only if `YYDEBUG' is set. */ +#if YYDEBUG != 0 if (yydebug) { int i; @@ -948,6 +857,7 @@ yyreduce: } #endif + switch (yyn) { case 1: @@ -1080,16 +990,16 @@ case 38: { yyval.ltok = yyvsp[0].ltok; ; break;} } - + /* the action file gets copied in in place of this dollarsign */ yyvsp -= yylen; yyssp -= yylen; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -1101,13 +1011,28 @@ case 38: #endif *++yyvsp = yyval; -#if YYLSP_NEEDED - *++yylsp = yyloc; + +#ifdef YYLSP_NEEDED + yylsp++; + if (yylen == 0) + { + yylsp->first_line = yylloc.first_line; + yylsp->first_column = yylloc.first_column; + yylsp->last_line = (yylsp-1)->last_line; + yylsp->last_column = (yylsp-1)->last_column; + yylsp->text = 0; + } + else + { + yylsp->last_line = (yylsp+yylen-1)->last_line; + yylsp->last_column = (yylsp+yylen-1)->last_column; + } #endif - /* Now `shift' the result of the reduction. Determine what state - that goes to, based on the state we popped back to and the rule - number reduced by. */ + /* Now "shift" the result of the reduction. + Determine what state that goes to, + based on the state we popped back to + and the rule number reduced by. */ yyn = yyr1[yyn]; @@ -1119,13 +1044,10 @@ case 38: goto yynewstate; +yyerrlab: /* here on detecting error */ -/*------------------------------------. -| yyerrlab -- here on detecting error | -`------------------------------------*/ -yyerrlab: - /* If not already recovering from an error, report this error. */ - if (!yyerrstatus) + if (! yyerrstatus) + /* If not already recovering from an error, report this error. */ { ++yynerrs; @@ -1141,99 +1063,83 @@ yyerrlab: count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) - size += strlen (yytname[x]) + 15, count++; - size += strlen ("parse error, unexpected `") + 1; - size += strlen (yytname[YYTRANSLATE (yychar)]); - msg = (char *) malloc (size); + size += strlen(yytname[x]) + 15, count++; + msg = (char *) malloc(size + 15); if (msg != 0) { - strcpy (msg, "parse error, unexpected `"); - strcat (msg, yytname[YYTRANSLATE (yychar)]); - strcat (msg, "'"); + strcpy(msg, "parse error"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (int) (sizeof (yytname) / sizeof (char *)); x++) + x < (sizeof(yytname) / sizeof(char *)); x++) if (yycheck[x + yyn] == x) { - strcat (msg, count == 0 ? ", expecting `" : " or `"); - strcat (msg, yytname[x]); - strcat (msg, "'"); + strcat(msg, count == 0 ? ", expecting `" : " or `"); + strcat(msg, yytname[x]); + strcat(msg, "'"); count++; } } - yyerror (msg); - free (msg); + yyerror(msg); + free(msg); } else yyerror ("parse error; also virtual memory exceeded"); } else #endif /* YYERROR_VERBOSE */ - yyerror ("parse error"); + yyerror("parse error"); } - goto yyerrlab1; + goto yyerrlab1; +yyerrlab1: /* here on error raised explicitly by an action */ -/*--------------------------------------------------. -| yyerrlab1 -- error raised explicitly by an action | -`--------------------------------------------------*/ -yyerrlab1: if (yyerrstatus == 3) { - /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + /* if just tried and failed to reuse lookahead token after an error, discard it. */ /* return failure if at end of input */ if (yychar == YYEOF) YYABORT; - YYDPRINTF ((stderr, "Discarding token %d (%s).\n", - yychar, yytname[yychar1])); + +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); +#endif + yychar = YYEMPTY; } - /* Else will try to reuse lookahead token after shifting the error - token. */ + /* Else will try to reuse lookahead token + after shifting the error token. */ yyerrstatus = 3; /* Each real token shifted decrements this */ goto yyerrhandle; +yyerrdefault: /* current state does not do anything special for the error token. */ -/*-------------------------------------------------------------------. -| yyerrdefault -- current state does not do anything special for the | -| error token. | -`-------------------------------------------------------------------*/ -yyerrdefault: #if 0 /* This is wrong; only states that explicitly want error tokens should shift them. */ - - /* If its default is to accept any token, ok. Otherwise pop it. */ - yyn = yydefact[yystate]; - if (yyn) - goto yydefault; + yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ + if (yyn) goto yydefault; #endif +yyerrpop: /* pop the current state because it cannot handle the error token */ -/*---------------------------------------------------------------. -| yyerrpop -- pop the current state because it cannot handle the | -| error token | -`---------------------------------------------------------------*/ -yyerrpop: - if (yyssp == yyss) - YYABORT; + if (yyssp == yyss) YYABORT; yyvsp--; yystate = *--yyssp; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG +#if YYDEBUG != 0 if (yydebug) { short *ssp1 = yyss - 1; @@ -1244,10 +1150,8 @@ yyerrpop: } #endif -/*--------------. -| yyerrhandle. | -`--------------*/ yyerrhandle: + yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -1270,41 +1174,38 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; - YYDPRINTF ((stderr, "Shifting error token, ")); +#if YYDEBUG != 0 + if (yydebug) + fprintf(stderr, "Shifting error token, "); +#endif *++yyvsp = yylval; -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - -/*-------------------------------------. -| yyacceptlab -- YYACCEPT comes here. | -`-------------------------------------*/ -yyacceptlab: + yyacceptlab: + /* YYACCEPT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } return 0; - -/*-----------------------------------. -| yyabortlab -- YYABORT comes here. | -`-----------------------------------*/ -yyabortlab: + yyabortlab: + /* YYABORT comes here. */ if (yyfree_stacks) { free (yyss); free (yyvs); -#if YYLSP_NEEDED +#ifdef YYLSP_NEEDED free (yyls); #endif } diff --git a/test/Makefile b/test/Makefile index 4b3f3ba..74ddc45 100644 --- a/test/Makefile +++ b/test/Makefile @@ -38,10 +38,10 @@ pkglibdir = $(libdir)/splint pkgincludedir = $(includedir)/splint top_builddir = .. -ACLOCAL = aclocal -AUTOCONF = autoconf -AUTOMAKE = automake -AUTOHEADER = autoheader +ACLOCAL = ${SHELL} /net/af9/drl7x/reTmp/LCLintDev/config/missing --run aclocal +AUTOCONF = ${SHELL} /net/af9/drl7x/reTmp/LCLintDev/config/missing --run autoconf +AUTOMAKE = ${SHELL} /net/af9/drl7x/reTmp/LCLintDev/config/missing --run automake +AUTOHEADER = ${SHELL} /net/af9/drl7x/reTmp/LCLintDev/config/missing --run autoheader INSTALL = /usr/bin/install -c INSTALL_PROGRAM = ${INSTALL} diff --git a/test/help.expect b/test/help.expect index 06d63fd..ee0ae93 100644 --- a/test/help.expect +++ b/test/help.expect @@ -505,6 +505,7 @@ Finished checking --- no code processed warnmissingglobsnoglobs warnposixheaders warnrc + warnsysfiles warnunixlib warnuse whichlib diff --git a/test/null6.lcd b/test/null6.lcd index cd94c56..903e888 100644 --- a/test/null6.lcd +++ b/test/null6.lcd @@ -1,5 +1,5 @@ ;;; Splint Library null6.lcd -;;Splint 3.0.1.4 --- 17 Jan 2002 +;;Splint 3.0.1.4 --- 18 Jan 2002 ;;lib:298 ;;ctTable 0 u-2 19 38 diff --git a/test/tests2.5/newlint.lcd b/test/tests2.5/newlint.lcd index 72bf5aa..b2bb6ef 100644 --- a/test/tests2.5/newlint.lcd +++ b/test/tests2.5/newlint.lcd @@ -1,5 +1,5 @@ ;;; Splint Library newlint.lcd -;;Splint 3.0.1.4 --- 17 Jan 2002 +;;Splint 3.0.1.4 --- 18 Jan 2002 ;;lib:298 ;;ctTable 0 u-2 19 38 -- 2.45.2