From e55c0c6d7c410e1353ae1042689634c2990076f0 Mon Sep 17 00:00:00 2001 From: drl7x Date: Fri, 18 Jan 2002 21:27:38 +0000 Subject: [PATCH] Added the flag warnsysfiles (default +) if this flag is set splint warns if the user tries to run splint on a system file. --- aclocal.m4 | 579 +--- src/Headers/mtgrammar_tokens.h | 97 +- src/cgrammar.c.der | 5502 ++++++++++++++++---------------- src/context.c | 4 + src/flags.def | 7 + src/llgrammar.c.der | 3455 ++++++++++---------- src/llmain.c | 16 + src/mtgrammar.c | 1193 +++---- src/mtgrammar.c.der | 1193 +++---- src/signature.c.der | 1039 +++--- 10 files changed, 6602 insertions(+), 6483 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 0363a0b..7cfe3a8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,15 +1,14 @@ -# aclocal.m4 generated automatically by aclocal 1.5 +dnl aclocal.m4 generated automatically by aclocal 1.4-p5 -# Copyright 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. +dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without +dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A +dnl PARTICULAR PURPOSE. m4_define([AH_LCLINT_TEMPLATE], [AH_VERBATIM([$1], @@ -29,119 +28,57 @@ _ACEOF # some checks are only needed if your package does certain things. # But this isn't really a big deal. -# serial 5 +# serial 1 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... +dnl Usage: +dnl AM_INIT_AUTOMAKE(package,version, [no-define]) - -# We require 2.13 because we rely on SHELL being computed by configure. -AC_PREREQ([2.13]) - -# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) -# ----------------------------------------------------------- -# If MACRO-NAME is provided do IF-PROVIDED, else IF-NOT-PROVIDED. -# The purpose of this macro is to provide the user with a means to -# check macros which are provided without letting her know how the -# information is coded. -# If this macro is not defined by Autoconf, define it here. -ifdef([AC_PROVIDE_IFELSE], - [], - [define([AC_PROVIDE_IFELSE], - [ifdef([AC_PROVIDE_$1], - [$2], [$3])])]) - - -# AM_INIT_AUTOMAKE(PACKAGE,VERSION, [NO-DEFINE]) -# ---------------------------------------------- AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run \"make distclean\" there first]) +[AC_REQUIRE([AC_PROG_INSTALL]) +PACKAGE=[$1] +AC_SUBST(PACKAGE) +VERSION=[$2] +AC_SUBST(VERSION) +dnl test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi - -# Define the identity of the package. -PACKAGE=$1 -AC_SUBST(PACKAGE)dnl -VERSION=$2 -AC_SUBST(VERSION)dnl ifelse([$3],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) -AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) - -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow -# the ones we care about. -ifdef([m4_pattern_allow], - [m4_pattern_allow([^AM_[A-Z]+FLAGS])])dnl - -# 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. -AC_SUBST(EXEEXT) -# Similar for OBJEXT -- only we only use OBJEXT if the user actually -# requests that it be used. This is a bit dumb. -: ${OBJEXT=o} -AC_SUBST(OBJEXT) - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_MISSING_PROG(AMTAR, tar) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl -AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_PROVIDE_IFELSE([AC_PROG_][CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_][CC], - defn([AC_PROG_][CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_][CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_][CXX], - defn([AC_PROG_][CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) +AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) +AC_REQUIRE([AM_SANITY_CHECK]) +AC_REQUIRE([AC_ARG_PROGRAM]) +dnl FIXME This is truly gross. +missing_dir=`cd $ac_aux_dir && pwd` +AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) +AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) +AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) +AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) +AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) +AC_REQUIRE([AC_PROG_MAKE_SET])]) # # Check to make sure that the build environment is sane. # -# serial 3 - -# AM_SANITY_CHECK -# --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 -echo timestamp > conftest.file +echo timestamp > conftestfile # 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 conftest.file 2> /dev/null` - if test "$[*]" = "X"; then + set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` + if test "[$]*" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` + set X `ls -t $srcdir/configure conftestfile` fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then + if test "[$]*" != "X $srcdir/configure conftestfile" \ + && test "[$]*" != "X conftestfile $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 @@ -151,7 +88,7 @@ if ( alias in your environment]) fi - test "$[2]" = conftest.file + test "[$]2" = conftestfile ) then # Ok. @@ -160,424 +97,54 @@ else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi +rm -f conftest* AC_MSG_RESULT(yes)]) - -# serial 2 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ +dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) +dnl The program must properly implement --version. AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -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 " +[AC_MSG_CHECKING(for working $2) +# 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 ($2 --version) < /dev/null > /dev/null 2>&1; then + $1=$2 + AC_MSG_RESULT(found) else - am_missing_run= - am_backtick='`' - AC_MSG_WARN([${am_backtick}missing' script is too old or missing]) + $1="$3/missing $2" + AC_MSG_RESULT(missing) fi -]) - -# AM_AUX_DIR_EXPAND - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -AC_DEFUN([AM_AUX_DIR_EXPAND], [ -# expand $ac_aux_dir to an absolute path -am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd` -]) - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) - -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# serial 4 -*- Autoconf -*- - - - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - - -# _AM_DEPENDENCIES(NAME) -# --------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX" or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'] - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[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_$1_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_$1_dependencies_compiler_type=$depmode - break - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -$1DEPMODE="depmode=$am_cv_$1_dependencies_compiler_type" -AC_SUBST([$1DEPMODE]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[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 -AC_SUBST(DEPDIR) -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking Speeds up one-time builds - --enable-dependency-tracking Do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -pushdef([subst], defn([AC_SUBST])) -subst(AMDEPBACKSLASH) -popdef([subst]) -]) - -# Generate code to set up dependency tracking. -# This macro should only be invoked once -- use via AC_REQUIRE. -# Usage: -# AM_OUTPUT_DEPENDENCY_COMMANDS - -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],[ -AC_OUTPUT_COMMANDS([ -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 -], [AMDEP_TRUE="$AMDEP_TRUE" -ac_aux_dir="$ac_aux_dir"])]) - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -doit: - @echo done -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -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 -AC_SUBST(am__include) -AC_SUBST(am__quote) -AC_MSG_RESULT($_am_result) -rm -f confinc confmf -]) - -# serial 3 - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -# -# FIXME: Once using 2.50, use this: -# m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_DEFUN([AM_CONDITIONAL], -[ifelse([$1], [TRUE], - [errprint(__file__:__line__: [$0: invalid condition: $1 -])dnl -m4exit(1)])dnl -ifelse([$1], [FALSE], - [errprint(__file__:__line__: [$0: invalid condition: $1 -])dnl -m4exit(1)])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi]) +AC_SUBST($1)]) # Like AC_CONFIG_HEADER, but automatically create stamp file. -# serial 3 - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. We must strip everything past the first ":", -# and everything past the last "/". - -AC_PREREQ([2.12]) - AC_DEFUN([AM_CONFIG_HEADER], -[ifdef([AC_FOREACH],dnl - [dnl init our file count if it isn't already - m4_ifndef([_AM_Config_Header_Index], m4_define([_AM_Config_Header_Index], [0])) - dnl prepare to store our destination file list for use in config.status - AC_FOREACH([_AM_File], [$1], - [m4_pushdef([_AM_Dest], m4_patsubst(_AM_File, [:.*])) - m4_define([_AM_Config_Header_Index], m4_incr(_AM_Config_Header_Index)) - dnl and add it to the list of files AC keeps track of, along - dnl with our hook - AC_CONFIG_HEADERS(_AM_File, -dnl COMMANDS, [, INIT-CMDS] -[# update the timestamp -echo timestamp >"AS_ESCAPE(_AM_DIRNAME(]_AM_Dest[))/stamp-h]_AM_Config_Header_Index[" -][$2]m4_ifval([$3], [, [$3]]))dnl AC_CONFIG_HEADERS - m4_popdef([_AM_Dest])])],dnl -[AC_CONFIG_HEADER([$1]) - AC_OUTPUT_COMMANDS( - ifelse(patsubst([$1], [[^ ]], []), - [], - [test -z "$CONFIG_HEADERS" || echo timestamp >dnl - patsubst([$1], [^\([^:]*/\)?.*], [\1])stamp-h]),dnl -[am_indx=1 -for am_file in $1; do - case " \$CONFIG_HEADERS " in - *" \$am_file "*) - am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\` - if test -n "\$am_dir"; then - am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\` - for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do - am_tmpdir=\$am_tmpdir\$am_subdir/ - if test ! -d \$am_tmpdir; then - mkdir \$am_tmpdir - fi - done - fi - echo timestamp > "\$am_dir"stamp-h\$am_indx +[AC_PREREQ([2.12]) +AC_CONFIG_HEADER([$1]) +dnl When config.status generates a header, we must update the stamp-h file. +dnl This file resides in the same directory as the config header +dnl that is generated. We must strip everything past the first ":", +dnl and everything past the last "/". +AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl +ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>, +<>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, +<>; do + case " <<$>>CONFIG_HEADERS " in + *" <<$>>am_file "*<<)>> + echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx ;; esac - am_indx=\`expr \$am_indx + 1\` -done]) -])]) # AM_CONFIG_HEADER - -# _AM_DIRNAME(PATH) -# ----------------- -# Like AS_DIRNAME, only do it during macro expansion -AC_DEFUN([_AM_DIRNAME], - [m4_if(m4_regexp([$1], [^.*[^/]//*[^/][^/]*/*$]), -1, - m4_if(m4_regexp([$1], [^//\([^/]\|$\)]), -1, - m4_if(m4_regexp([$1], [^/.*]), -1, - [.], - m4_patsubst([$1], [^\(/\).*], [\1])), - m4_patsubst([$1], [^\(//\)\([^/].*\|$\)], [\1])), - m4_patsubst([$1], [^\(.*[^/]\)//*[^/][^/]*/*$], [\1]))[]dnl -]) # _AM_DIRNAME + am_indx=`expr "<<$>>am_indx" + 1` +done<<>>dnl>>) +changequote([,]))]) -# AM_PROG_LEX -# Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT +dnl AM_PROG_LEX +dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT AC_DEFUN([AM_PROG_LEX], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -AC_CHECK_PROGS(LEX, flex lex, [${am_missing_run}flex]) +[missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) +AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") AC_PROG_LEX AC_DECL_YYTEXT]) diff --git a/src/Headers/mtgrammar_tokens.h b/src/Headers/mtgrammar_tokens.h index 5926962..57f538b 100644 --- a/src/Headers/mtgrammar_tokens.h +++ b/src/Headers/mtgrammar_tokens.h @@ -50,6 +50,9 @@ /*@-bounds@*/ /* < end of bison.head > */ +#ifndef MTGRAMMAR_TAB_H +# define MTGRAMMAR_TAB_H + typedef union { mttok tok; mtDeclarationNode mtdecl; @@ -77,53 +80,55 @@ typedef union { /*@only@*/ qtype qtyp; int count; } YYSTYPE; -#define MT_BADTOK 257 -#define MT_END 258 -#define MT_STATE 259 -#define MT_GLOBAL 260 -#define MT_CONTEXT 261 -#define MT_ONEOF 262 -#define MT_DEFAULTS 263 -#define MT_DEFAULT 264 -#define MT_REFERENCE 265 -#define MT_PARAMETER 266 -#define MT_RESULT 267 -#define MT_CLAUSE 268 -#define MT_LITERAL 269 -#define MT_NULL 270 -#define MT_ANNOTATIONS 271 -#define MT_ARROW 272 -#define MT_MERGE 273 -#define MT_TRANSFERS 274 -#define MT_PRECONDITIONS 275 -#define MT_POSTCONDITIONS 276 -#define MT_LOSEREFERENCE 277 -#define MT_AS 278 -#define MT_ERROR 279 -#define MT_PLUS 280 -#define MT_STAR 281 -#define MT_BAR 282 -#define MT_LPAREN 283 -#define MT_RPAREN 284 -#define MT_LBRACKET 285 -#define MT_RBRACKET 286 -#define MT_LBRACE 287 -#define MT_RBRACE 288 -#define MT_COMMA 289 -#define MT_CHAR 290 -#define MT_INT 291 -#define MT_FLOAT 292 -#define MT_DOUBLE 293 -#define MT_VOID 294 -#define MT_ANYTYPE 295 -#define MT_INTEGRALTYPE 296 -#define MT_UNSIGNEDINTEGRALTYPE 297 -#define MT_SIGNEDINTEGRALTYPE 298 -#define MT_CONST 299 -#define MT_VOLATILE 300 -#define MT_STRINGLIT 301 -#define MT_IDENT 302 +# define MT_BADTOK 257 +# define MT_END 258 +# define MT_STATE 259 +# define MT_GLOBAL 260 +# define MT_CONTEXT 261 +# define MT_ONEOF 262 +# define MT_DEFAULTS 263 +# define MT_DEFAULT 264 +# define MT_REFERENCE 265 +# define MT_PARAMETER 266 +# define MT_RESULT 267 +# define MT_CLAUSE 268 +# define MT_LITERAL 269 +# define MT_NULL 270 +# define MT_ANNOTATIONS 271 +# define MT_ARROW 272 +# define MT_MERGE 273 +# define MT_TRANSFERS 274 +# define MT_PRECONDITIONS 275 +# define MT_POSTCONDITIONS 276 +# define MT_LOSEREFERENCE 277 +# define MT_AS 278 +# define MT_ERROR 279 +# define MT_PLUS 280 +# define MT_STAR 281 +# define MT_BAR 282 +# define MT_LPAREN 283 +# define MT_RPAREN 284 +# define MT_LBRACKET 285 +# define MT_RBRACKET 286 +# define MT_LBRACE 287 +# define MT_RBRACE 288 +# define MT_COMMA 289 +# define MT_CHAR 290 +# define MT_INT 291 +# define MT_FLOAT 292 +# define MT_DOUBLE 293 +# define MT_VOID 294 +# define MT_ANYTYPE 295 +# define MT_INTEGRALTYPE 296 +# define MT_UNSIGNEDINTEGRALTYPE 297 +# define MT_SIGNEDINTEGRALTYPE 298 +# define MT_CONST 299 +# define MT_VOLATILE 300 +# define MT_STRINGLIT 301 +# define MT_IDENT 302 + +#endif /* not MTGRAMMAR_TAB_H */ /* ** Resets all flags in bison.head */ diff --git a/src/cgrammar.c.der b/src/cgrammar.c.der index 53a437b..a05418a 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 version 1.28 */ +/* A Bison parser, made from cgrammar.y + by GNU bison 1.30. */ #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,2259 +353,2295 @@ 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) -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 +/* 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 }; #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 -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 +/* 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 }; #endif -#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 +#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 }; #endif -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 +/* 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 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 +/* 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 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 +/* 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 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 (C) 1984, 1989, 1990 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 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 @@ -2627,62 +2663,64 @@ static const short yycheck[] = { 0, 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 -#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 */ +# 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 */ #pragma alloca -#define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif -#endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ -#endif /* not sparc */ -#endif /* not GNU C */ -#endif /* alloca not defined */ +# 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 */ -#ifdef YYSTACK_USE_ALLOCA -#define YYSTACK_ALLOC alloca -#else -#define YYSTACK_ALLOC malloc +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 #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. */ +#if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +#else +# define YYSTACK_ALLOC malloc +#endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) @@ -2691,84 +2729,96 @@ static const short yycheck[] = { 0, #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrlab1 -/* Like YYERROR except do call yyerror. - This remains here temporarily to ease the - transition to the new meaning of YYERROR, for GCC. +/* 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 -int yychar; /* the lookahead symbol */ -YYSTYPE yylval; /* the semantic value of the */ - /* lookahead symbol */ +/* YYLLOC_DEFAULT -- Compute the default location (before the actions + are run). -#ifdef YYLSP_NEEDED -YYLTYPE yylloc; /* location data for the lookahead */ - /* symbol */ -#endif + When YYLLOC_DEFAULT is run, CURRENT is set the location of the + first token. By default, to implement support for ranges, extend + its range to the last symbol. */ -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. */ +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; #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 is the maximum size the stacks can grow to - (effective only if the built-in stack extension method is used). */ - +/* YYMAXDEPTH -- 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 @@ -2777,42 +2827,29 @@ int yydebug; /* nonzero means print parse trace */ 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; - char *from; + const char *from; unsigned int count; +# else /* __cplusplus */ +__yy_memcpy (char *to, const char *from, unsigned int count) +# endif { - register char *f = from; - register char *t = to; - register int i = count; - - while (i-- > 0) - *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 const char *f = from; register char *t = to; - register char *f = from; register int i = count; while (i-- > 0) *t++ = *f++; } -#endif #endif @@ -2824,76 +2861,121 @@ __yy_memcpy (char *to, 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 /* 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 */ +# 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 */ /* 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; - 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 */ + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; -#ifdef YYLSP_NEEDED - YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; +#endif -#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#if YYLSP_NEEDED +# 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 - YYSTYPE yyval; /* the variable used to return */ - /* semantic values from the action */ - /* routines */ + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +# if YYLSP_NEEDED + YYLTYPE yyloc; +# endif + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ int yylen; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Starting parse\n"); -#endif + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; @@ -2905,26 +2987,33 @@ yyparse(YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss - 1; + yyssp = yyss; yyvsp = yyvs; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls; #endif + goto yysetstate; -/* 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: +/*------------------------------------------------------------. +| 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++; - *++yyssp = yystate; + yysetstate: + *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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -2932,83 +3021,82 @@ yynewstate: 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. */ -#ifdef YYLSP_NEEDED + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if 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; -#ifdef YYLSP_NEEDED +# if 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); -#ifdef YYLSP_NEEDED +# if YYLSP_NEEDED free (yyls); -#endif +# endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -#ifndef YYSTACK_USE_ALLOCA +# if !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)); -#ifdef YYLSP_NEEDED +# if 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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls + size - 1; #endif -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Stack size increased to %d\n", yystacksize); -#endif + YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); if (yyssp >= yyss + yystacksize - 1) YYABORT; } -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Entering state %d\n", yystate); -#endif + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 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. */ @@ -3027,10 +3115,7 @@ yynewstate: if (yychar == YYEMPTY) { -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Reading a token: "); -#endif + YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } @@ -3041,24 +3126,23 @@ yynewstate: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Now at end of input.\n"); -#endif + YYDPRINTF ((stderr, "Now at end of input.\n")); } else { - yychar1 = YYTRANSLATE(yychar); + yychar1 = YYTRANSLATE (yychar); -#if YYDEBUG != 0 +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ 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 @@ -3091,41 +3175,63 @@ yynewstate: YYACCEPT; /* Shift the lookahead token. */ - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); -#endif + YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if 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; -/* Do the default action for the current state. */ -yydefault: +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; + goto yyreduce; + -/* Do a reduction. yyn is the number of a rule to reduce with. */ +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ 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 YYDEBUG != 0 + /* 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) { int i; @@ -3140,7 +3246,6 @@ yyreduce: } #endif - switch (yyn) { case 3: @@ -5067,16 +5172,16 @@ case 678: { yyval.ctyp = ctype_unknown; ; break;} } - /* the action file gets copied in in place of this dollarsign */ + yyvsp -= yylen; yyssp -= yylen; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -5088,28 +5193,13 @@ case 678: #endif *++yyvsp = yyval; - -#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; - } +#if YYLSP_NEEDED + *++yylsp = yyloc; #endif - /* Now "shift" the result of the reduction. - Determine what state that goes to, - based on the state we popped back to - and the rule 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]; @@ -5121,10 +5211,13 @@ case 678: goto yynewstate; -yyerrlab: /* here on detecting error */ - if (! yyerrstatus) - /* If not already recovering from an error, report this error. */ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { ++yynerrs; @@ -5140,83 +5233,99 @@ yyerrlab: /* here on detecting error */ count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (sizeof (yytname) / sizeof (char *)); x++) if (yycheck[x + yyn] == x) - size += strlen(yytname[x]) + 15, count++; - msg = (char *) malloc(size + 15); + size += strlen (yytname[x]) + 15, count++; + size += strlen ("parse error, unexpected `") + 1; + size += strlen (yytname[YYTRANSLATE (yychar)]); + msg = (char *) malloc (size); if (msg != 0) { - strcpy(msg, "parse error"); + strcpy (msg, "parse error, unexpected `"); + strcat (msg, yytname[YYTRANSLATE (yychar)]); + strcat (msg, "'"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (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; -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; - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); -#endif - + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); 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. */ - yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ - if (yyn) goto yydefault; + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; #endif -yyerrpop: /* pop the current state because it cannot handle the error token */ - if (yyssp == yyss) YYABORT; +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; yyvsp--; yystate = *--yyssp; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -5227,8 +5336,10 @@ yyerrpop: /* pop the current state because it cannot handle the error token */ } #endif +/*--------------. +| yyerrhandle. | +`--------------*/ yyerrhandle: - yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -5251,38 +5362,41 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting error token, "); -#endif + YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - yyacceptlab: - /* YYACCEPT comes here. */ + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } return 0; - yyabortlab: - /* YYABORT comes here. */ + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } diff --git a/src/context.c b/src/context.c index c925eed..5a86525 100644 --- a/src/context.c +++ b/src/context.c @@ -916,6 +916,10 @@ context_resetAllFlags (void) */ gc.flags[FLG_ORCONSTRAINT] = TRUE; gc.flags[FLG_CONSTRAINTLOCATION] = TRUE; + + /*drl 1/18/2002*/ + gc.flags[FLG_WARNSYSFILES] = TRUE; + /* ** On by default for Win32, but not Unix (to support MS/VC++ error message format). */ diff --git a/src/flags.def b/src/flags.def index bdcf162..a710d67 100644 --- a/src/flags.def +++ b/src/flags.def @@ -4086,6 +4086,13 @@ static flaglist flags = "show file names are they are processed", NULL, 0, 0 }, + { + FK_DISPLAY, FK_FILES, plainFlag, + "warnsysfiles", + FLG_WARNSYSFILES, + "Splint has been run on a system file, by default no errors are reported for system files. Use +systemdirerrors if you want splint to report errors in system files. A file is considered a system file if it is in a system directory or a subdirectory of a system directory. The sysdirs flag can be used to control the directories treated as system directories.", + NULL, 0, 0 + }, { FK_DISPLAY, FK_NONE, globalFlag, "stats", diff --git a/src/llgrammar.c.der b/src/llgrammar.c.der index 01338b6..25459cc 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 version 1.28 */ +/* A Bison parser, made from llgrammar.y + by GNU bison 1.30. */ #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,1294 +306,1325 @@ 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) -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 +/* 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 }; #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 -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 +/* 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 }; #endif -#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 +#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 }; #endif -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 +/* 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 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 +/* 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 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 +/* 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 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 (C) 1984, 1989, 1990 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 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 @@ -1615,62 +1646,64 @@ static const short yycheck[] = { 23, 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 -#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 */ +# 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 */ #pragma alloca -#define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif -#endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ -#endif /* not sparc */ -#endif /* not GNU C */ -#endif /* alloca not defined */ +# 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 */ -#ifdef YYSTACK_USE_ALLOCA -#define YYSTACK_ALLOC alloca -#else -#define YYSTACK_ALLOC malloc +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 #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. */ +#if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +#else +# define YYSTACK_ALLOC malloc +#endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) @@ -1679,84 +1712,96 @@ static const short yycheck[] = { 23, #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 */ +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; #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 is the maximum size the stacks can grow to - (effective only if the built-in stack extension method is used). */ - +/* YYMAXDEPTH -- 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 @@ -1765,42 +1810,29 @@ int yydebug; /* nonzero means print parse trace */ 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; - char *from; + const char *from; unsigned int count; +# else /* __cplusplus */ +__yy_memcpy (char *to, const char *from, unsigned int count) +# endif { - register char *f = from; - register char *t = to; - register int i = count; - - while (i-- > 0) - *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 const char *f = from; register char *t = to; - register char *f = from; register int i = count; while (i-- > 0) *t++ = *f++; } -#endif #endif @@ -1812,76 +1844,121 @@ __yy_memcpy (char *to, 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 /* 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 */ +# 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 */ /* 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; - 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 */ + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; -#ifdef YYLSP_NEEDED - YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; +#endif -#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#if YYLSP_NEEDED +# 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 - YYSTYPE yyval; /* the variable used to return */ - /* semantic values from the action */ - /* routines */ + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +# if YYLSP_NEEDED + YYLTYPE yyloc; +# endif + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ int yylen; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Starting parse\n"); -#endif + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; @@ -1893,26 +1970,33 @@ yyparse(YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss - 1; + yyssp = yyss; yyvsp = yyvs; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls; #endif + goto yysetstate; -/* 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: +/*------------------------------------------------------------. +| 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++; - *++yyssp = yystate; + yysetstate: + *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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -1920,83 +2004,82 @@ yynewstate: 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. */ -#ifdef YYLSP_NEEDED + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if 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; -#ifdef YYLSP_NEEDED +# if 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); -#ifdef YYLSP_NEEDED +# if YYLSP_NEEDED free (yyls); -#endif +# endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -#ifndef YYSTACK_USE_ALLOCA +# if !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)); -#ifdef YYLSP_NEEDED +# if 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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls + size - 1; #endif -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Stack size increased to %d\n", yystacksize); -#endif + YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); if (yyssp >= yyss + yystacksize - 1) YYABORT; } -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Entering state %d\n", yystate); -#endif + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 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. */ @@ -2015,10 +2098,7 @@ yynewstate: if (yychar == YYEMPTY) { -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Reading a token: "); -#endif + YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } @@ -2029,24 +2109,23 @@ yynewstate: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Now at end of input.\n"); -#endif + YYDPRINTF ((stderr, "Now at end of input.\n")); } else { - yychar1 = YYTRANSLATE(yychar); + yychar1 = YYTRANSLATE (yychar); -#if YYDEBUG != 0 +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ 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 @@ -2079,41 +2158,63 @@ yynewstate: YYACCEPT; /* Shift the lookahead token. */ - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); -#endif + YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if 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; -/* Do the default action for the current state. */ -yydefault: +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; + goto yyreduce; -/* Do a reduction. yyn is the number of a rule to reduce with. */ + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ 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 YYDEBUG != 0 + /* 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) { int i; @@ -2128,7 +2229,6 @@ yyreduce: } #endif - switch (yyn) { case 1: @@ -3278,16 +3378,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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -3299,28 +3399,13 @@ case 404: #endif *++yyvsp = yyval; - -#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; - } +#if YYLSP_NEEDED + *++yylsp = yyloc; #endif - /* Now "shift" the result of the reduction. - Determine what state that goes to, - based on the state we popped back to - and the rule 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]; @@ -3332,10 +3417,13 @@ case 404: goto yynewstate; -yyerrlab: /* here on detecting error */ - if (! yyerrstatus) - /* If not already recovering from an error, report this error. */ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { ++yynerrs; @@ -3351,83 +3439,99 @@ yyerrlab: /* here on detecting error */ count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (sizeof (yytname) / sizeof (char *)); x++) if (yycheck[x + yyn] == x) - size += strlen(yytname[x]) + 15, count++; - msg = (char *) malloc(size + 15); + size += strlen (yytname[x]) + 15, count++; + size += strlen ("parse error, unexpected `") + 1; + size += strlen (yytname[YYTRANSLATE (yychar)]); + msg = (char *) malloc (size); if (msg != 0) { - strcpy(msg, "parse error"); + strcpy (msg, "parse error, unexpected `"); + strcat (msg, yytname[YYTRANSLATE (yychar)]); + strcat (msg, "'"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (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; -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; - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); -#endif - + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); 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. */ - yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ - if (yyn) goto yydefault; + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; #endif -yyerrpop: /* pop the current state because it cannot handle the error token */ - if (yyssp == yyss) YYABORT; +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; yyvsp--; yystate = *--yyssp; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -3438,8 +3542,10 @@ yyerrpop: /* pop the current state because it cannot handle the error token */ } #endif +/*--------------. +| yyerrhandle. | +`--------------*/ yyerrhandle: - yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -3462,38 +3568,41 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting error token, "); -#endif + YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - yyacceptlab: - /* YYACCEPT comes here. */ + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } return 0; - yyabortlab: - /* YYABORT comes here. */ + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } diff --git a/src/llmain.c b/src/llmain.c index ab6be13..86f8de5 100644 --- a/src/llmain.c +++ b/src/llmain.c @@ -114,6 +114,8 @@ static /*@only@*/ /*@null@*/ inputStream initFile = inputStream_undefined; static fileIdList preprocessFiles (fileIdList, bool) /*@modifies fileSystem@*/ ; + void warnSysFiles(fileIdList files) /*@*/; + # ifndef NOLCL static @@ -1355,6 +1357,7 @@ int main (int argc, char *argv[]) context_setPreprocessing (); dercfiles = preprocessFiles (xfiles, TRUE); tfiles = preprocessFiles (cfiles, FALSE); + warnSysFiles(cfiles); dercfiles = fileIdList_append (dercfiles, tfiles); fileIdList_free (tfiles); @@ -2780,3 +2783,16 @@ char *specFullName (char *specfile, /*@out@*/ char **inpath) return specname; } # endif + +void warnSysFiles(fileIdList files) +{ + fileIdList_elements (files, file) + { + + if (fileTable_isSystemFile (context_fileTable (), file) ) + { + voptgenerror (FLG_WARNSYSFILES, message ("Warning %s is a considered a system file. No errors in this file will be reported.", fileTable_rootFileName (file) ), g_currentloc); + } + } + end_fileIdList_elements; +} diff --git a/src/mtgrammar.c b/src/mtgrammar.c index ad56cf6..73ecb46 100644 --- a/src/mtgrammar.c +++ b/src/mtgrammar.c @@ -51,8 +51,8 @@ /* < end of bison.head > */ -/* A Bison parser, made from mtgrammar.y - by GNU Bison version 1.28 */ +/* A Bison parser, made from mtgrammar.y + by GNU bison 1.30. */ #define YYBISON 1 /* Identify Bison output. */ @@ -63,52 +63,52 @@ #define yychar mtchar #define yydebug mtdebug #define yynerrs mtnerrs -#define MT_BADTOK 257 -#define MT_END 258 -#define MT_STATE 259 -#define MT_GLOBAL 260 -#define MT_CONTEXT 261 -#define MT_ONEOF 262 -#define MT_DEFAULTS 263 -#define MT_DEFAULT 264 -#define MT_REFERENCE 265 -#define MT_PARAMETER 266 -#define MT_RESULT 267 -#define MT_CLAUSE 268 -#define MT_LITERAL 269 -#define MT_NULL 270 -#define MT_ANNOTATIONS 271 -#define MT_ARROW 272 -#define MT_MERGE 273 -#define MT_TRANSFERS 274 -#define MT_PRECONDITIONS 275 -#define MT_POSTCONDITIONS 276 -#define MT_LOSEREFERENCE 277 -#define MT_AS 278 -#define MT_ERROR 279 -#define MT_PLUS 280 -#define MT_STAR 281 -#define MT_BAR 282 -#define MT_LPAREN 283 -#define MT_RPAREN 284 -#define MT_LBRACKET 285 -#define MT_RBRACKET 286 -#define MT_LBRACE 287 -#define MT_RBRACE 288 -#define MT_COMMA 289 -#define MT_CHAR 290 -#define MT_INT 291 -#define MT_FLOAT 292 -#define MT_DOUBLE 293 -#define MT_VOID 294 -#define MT_ANYTYPE 295 -#define MT_INTEGRALTYPE 296 -#define MT_UNSIGNEDINTEGRALTYPE 297 -#define MT_SIGNEDINTEGRALTYPE 298 -#define MT_CONST 299 -#define MT_VOLATILE 300 -#define MT_STRINGLIT 301 -#define MT_IDENT 302 +# define MT_BADTOK 257 +# define MT_END 258 +# define MT_STATE 259 +# define MT_GLOBAL 260 +# define MT_CONTEXT 261 +# define MT_ONEOF 262 +# define MT_DEFAULTS 263 +# define MT_DEFAULT 264 +# define MT_REFERENCE 265 +# define MT_PARAMETER 266 +# define MT_RESULT 267 +# define MT_CLAUSE 268 +# define MT_LITERAL 269 +# define MT_NULL 270 +# define MT_ANNOTATIONS 271 +# define MT_ARROW 272 +# define MT_MERGE 273 +# define MT_TRANSFERS 274 +# define MT_PRECONDITIONS 275 +# define MT_POSTCONDITIONS 276 +# define MT_LOSEREFERENCE 277 +# define MT_AS 278 +# define MT_ERROR 279 +# define MT_PLUS 280 +# define MT_STAR 281 +# define MT_BAR 282 +# define MT_LPAREN 283 +# define MT_RPAREN 284 +# define MT_LBRACKET 285 +# define MT_RBRACKET 286 +# define MT_LBRACE 287 +# define MT_RBRACE 288 +# define MT_COMMA 289 +# define MT_CHAR 290 +# define MT_INT 291 +# define MT_FLOAT 292 +# define MT_DOUBLE 293 +# define MT_VOID 294 +# define MT_ANYTYPE 295 +# define MT_INTEGRALTYPE 296 +# define MT_UNSIGNEDINTEGRALTYPE 297 +# define MT_SIGNEDINTEGRALTYPE 298 +# define MT_CONST 299 +# define MT_VOLATILE 300 +# define MT_STRINGLIT 301 +# define MT_IDENT 302 @@ -167,258 +167,279 @@ typedef union { int count; } YYSTYPE; #ifndef YYDEBUG -#define YYDEBUG 1 +# define YYDEBUG 1 #endif #include -#ifndef __cplusplus -#ifndef __STDC__ -#define const -#endif -#endif - #define YYFINAL 135 #define YYFLAG -32768 #define YYNTBASE 49 +/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ #define YYTRANSLATE(x) ((unsigned)(x) <= 302 ? yytranslate[x] : 92) -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, 48 +/* 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, 48 }; #if YYDEBUG != 0 -static const short yyprhs[] = { 0, - 0, 1, 3, 7, 12, 15, 16, 19, 21, 23, - 25, 27, 29, 31, 33, 35, 37, 39, 42, 43, - 45, 48, 51, 54, 57, 60, 63, 64, 66, 68, - 71, 73, 77, 80, 81, 83, 85, 87, 90, 92, - 95, 98, 102, 104, 106, 108, 111, 115, 118, 122, - 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, - 144, 147, 149, 153, 156, 159, 163, 168, 171, 173, - 176, 181, 184, 186, 189, 195, 197, 199, 202, 205, - 208, 211, 213, 216, 220, 222, 225, 231, 233, 235, - 237, 240 +static const short yyprhs[] = +{ + 0, 0, 1, 3, 7, 12, 15, 16, 19, 21, + 23, 25, 27, 29, 31, 33, 35, 37, 39, 42, + 43, 45, 48, 51, 54, 57, 60, 63, 64, 66, + 68, 71, 73, 77, 80, 81, 83, 85, 87, 90, + 92, 95, 98, 102, 104, 106, 108, 111, 115, 118, + 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, + 142, 144, 147, 149, 153, 156, 159, 163, 168, 171, + 173, 176, 181, 184, 186, 189, 195, 197, 199, 202, + 205, 208, 211, 213, 216, 220, 222, 225, 231, 233, + 235, 237, 240 }; - -static const short yyrhs[] = { -1, - 50, 0, 5, 51, 4, 0, 6, 5, 51, 4, - 0, 48, 52, 0, 0, 53, 52, 0, 54, 0, - 69, 0, 72, 0, 71, 0, 74, 0, 77, 0, - 83, 0, 81, 0, 82, 0, 84, 0, 7, 56, - 0, 0, 56, 0, 12, 57, 0, 11, 57, 0, - 13, 57, 0, 14, 57, 0, 15, 57, 0, 16, - 57, 0, 0, 58, 0, 59, 0, 59, 62, 0, - 60, 0, 59, 28, 58, 0, 67, 61, 0, 0, - 59, 0, 63, 0, 66, 0, 63, 66, 0, 27, - 0, 27, 65, 0, 27, 63, 0, 27, 65, 63, - 0, 45, 0, 46, 0, 64, 0, 65, 64, 0, - 29, 62, 30, 0, 31, 32, 0, 66, 31, 32, - 0, 36, 0, 37, 0, 38, 0, 39, 0, 40, - 0, 41, 0, 42, 0, 43, 0, 44, 0, 68, - 0, 48, 0, 8, 70, 0, 48, 0, 48, 35, - 70, 0, 10, 91, 0, 9, 73, 0, 56, 18, - 91, 0, 56, 18, 91, 73, 0, 17, 75, 0, - 76, 0, 76, 75, 0, 48, 55, 18, 91, 0, - 19, 78, 0, 79, 0, 79, 78, 0, 80, 26, - 80, 18, 89, 0, 91, 0, 27, 0, 21, 87, - 0, 22, 87, 0, 20, 87, 0, 23, 85, 0, - 86, 0, 86, 85, 0, 91, 18, 90, 0, 88, - 0, 88, 87, 0, 91, 24, 91, 18, 89, 0, - 91, 0, 90, 0, 25, 0, 25, 47, 0, 48, - 0 +static const short yyrhs[] = +{ + -1, 50, 0, 5, 51, 4, 0, 6, 5, 51, + 4, 0, 48, 52, 0, 0, 53, 52, 0, 54, + 0, 69, 0, 72, 0, 71, 0, 74, 0, 77, + 0, 83, 0, 81, 0, 82, 0, 84, 0, 7, + 56, 0, 0, 56, 0, 12, 57, 0, 11, 57, + 0, 13, 57, 0, 14, 57, 0, 15, 57, 0, + 16, 57, 0, 0, 58, 0, 59, 0, 59, 62, + 0, 60, 0, 59, 28, 58, 0, 67, 61, 0, + 0, 59, 0, 63, 0, 66, 0, 63, 66, 0, + 27, 0, 27, 65, 0, 27, 63, 0, 27, 65, + 63, 0, 45, 0, 46, 0, 64, 0, 65, 64, + 0, 29, 62, 30, 0, 31, 32, 0, 66, 31, + 32, 0, 36, 0, 37, 0, 38, 0, 39, 0, + 40, 0, 41, 0, 42, 0, 43, 0, 44, 0, + 68, 0, 48, 0, 8, 70, 0, 48, 0, 48, + 35, 70, 0, 10, 91, 0, 9, 73, 0, 56, + 18, 91, 0, 56, 18, 91, 73, 0, 17, 75, + 0, 76, 0, 76, 75, 0, 48, 55, 18, 91, + 0, 19, 78, 0, 79, 0, 79, 78, 0, 80, + 26, 80, 18, 89, 0, 91, 0, 27, 0, 21, + 87, 0, 22, 87, 0, 20, 87, 0, 23, 85, + 0, 86, 0, 86, 85, 0, 91, 18, 90, 0, + 88, 0, 88, 87, 0, 91, 24, 91, 18, 89, + 0, 91, 0, 90, 0, 25, 0, 25, 47, 0, + 48, 0 }; #endif #if YYDEBUG != 0 -static const short yyrline[] = { 0, - 158, 159, 162, 164, 168, 172, 173, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, 189, 193, 194, - 197, 198, 199, 200, 201, 202, 209, 210, 213, 214, - 217, 218, 222, 225, 226, 230, 231, 232, 235, 236, - 237, 238, 241, 242, 245, 246, 249, 250, 251, 258, - 259, 260, 261, 262, 263, 264, 265, 266, 267, 273, - 276, 279, 280, 284, 287, 290, 292, 296, 299, 300, - 304, 308, 311, 312, 315, 319, 320, 323, 326, 329, - 332, 335, 336, 339, 342, 343, 346, 350, 351, 354, - 355, 358 +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const short yyrline[] = +{ + 0, 158, 159, 162, 164, 168, 172, 173, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, + 194, 197, 198, 199, 200, 201, 202, 209, 210, 213, + 214, 217, 218, 222, 225, 226, 230, 231, 232, 235, + 236, 237, 238, 241, 242, 245, 246, 249, 250, 251, + 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, + 273, 276, 279, 280, 284, 287, 290, 292, 296, 299, + 300, 304, 308, 311, 312, 315, 319, 320, 323, 326, + 329, 332, 335, 336, 339, 342, 343, 346, 350, 351, + 354, 355, 358 }; #endif -#if YYDEBUG != 0 || defined (YYERROR_VERBOSE) - -static const char * const yytname[] = { "$","error","$undefined.","MT_BADTOK", -"MT_END","MT_STATE","MT_GLOBAL","MT_CONTEXT","MT_ONEOF","MT_DEFAULTS","MT_DEFAULT", -"MT_REFERENCE","MT_PARAMETER","MT_RESULT","MT_CLAUSE","MT_LITERAL","MT_NULL", -"MT_ANNOTATIONS","MT_ARROW","MT_MERGE","MT_TRANSFERS","MT_PRECONDITIONS","MT_POSTCONDITIONS", -"MT_LOSEREFERENCE","MT_AS","MT_ERROR","MT_PLUS","MT_STAR","MT_BAR","MT_LPAREN", -"MT_RPAREN","MT_LBRACKET","MT_RBRACKET","MT_LBRACE","MT_RBRACE","MT_COMMA","MT_CHAR", -"MT_INT","MT_FLOAT","MT_DOUBLE","MT_VOID","MT_ANYTYPE","MT_INTEGRALTYPE","MT_UNSIGNEDINTEGRALTYPE", -"MT_SIGNEDINTEGRALTYPE","MT_CONST","MT_VOLATILE","MT_STRINGLIT","MT_IDENT","file", -"mtsDeclaration","declarationNode","declarationPieces","declarationPiece","contextDeclaration", -"optContextSelection","contextSelection","optType","typeExpression","completeType", -"completeTypeAux","optCompleteType","abstractDecl","pointers","innerMods","innerModsList", -"abstractDeclBase","typeSpecifier","typeName","valuesDeclaration","valuesList", -"defaultNode","defaultsDeclaration","defaultDeclarationList","annotationsDeclaration", -"annotationsDeclarationList","annotationDeclaration","mergeDeclaration","mergeClauses", -"mergeClause","mergeItem","preconditionsDeclaration","postconditionsDeclaration", -"transfersDeclaration","loseReferenceDeclaration","lostClauses","lostClause", -"transferClauses","transferClause","transferAction","errorAction","valueChoice", NULL +#if YYDEBUG != 0 || defined YYERROR_VERBOSE + +/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ +static const char *const yytname[] = +{ + "$", "error", "$undefined.", "MT_BADTOK", "MT_END", "MT_STATE", + "MT_GLOBAL", "MT_CONTEXT", "MT_ONEOF", "MT_DEFAULTS", "MT_DEFAULT", + "MT_REFERENCE", "MT_PARAMETER", "MT_RESULT", "MT_CLAUSE", "MT_LITERAL", + "MT_NULL", "MT_ANNOTATIONS", "MT_ARROW", "MT_MERGE", "MT_TRANSFERS", + "MT_PRECONDITIONS", "MT_POSTCONDITIONS", "MT_LOSEREFERENCE", "MT_AS", + "MT_ERROR", "MT_PLUS", "MT_STAR", "MT_BAR", "MT_LPAREN", "MT_RPAREN", + "MT_LBRACKET", "MT_RBRACKET", "MT_LBRACE", "MT_RBRACE", "MT_COMMA", + "MT_CHAR", "MT_INT", "MT_FLOAT", "MT_DOUBLE", "MT_VOID", "MT_ANYTYPE", + "MT_INTEGRALTYPE", "MT_UNSIGNEDINTEGRALTYPE", "MT_SIGNEDINTEGRALTYPE", + "MT_CONST", "MT_VOLATILE", "MT_STRINGLIT", "MT_IDENT", "file", + "mtsDeclaration", "declarationNode", "declarationPieces", + "declarationPiece", "contextDeclaration", "optContextSelection", + "contextSelection", "optType", "typeExpression", "completeType", + "completeTypeAux", "optCompleteType", "abstractDecl", "pointers", + "innerMods", "innerModsList", "abstractDeclBase", "typeSpecifier", + "typeName", "valuesDeclaration", "valuesList", "defaultNode", + "defaultsDeclaration", "defaultDeclarationList", + "annotationsDeclaration", "annotationsDeclarationList", + "annotationDeclaration", "mergeDeclaration", "mergeClauses", + "mergeClause", "mergeItem", "preconditionsDeclaration", + "postconditionsDeclaration", "transfersDeclaration", + "loseReferenceDeclaration", "lostClauses", "lostClause", + "transferClauses", "transferClause", "transferAction", "errorAction", + "valueChoice", NULL }; #endif -static const short yyr1[] = { 0, - 49, 49, 50, 50, 51, 52, 52, 53, 53, 53, - 53, 53, 53, 53, 53, 53, 53, 54, 55, 55, - 56, 56, 56, 56, 56, 56, 57, 57, 58, 58, - 59, 59, 60, 61, 61, 62, 62, 62, 63, 63, - 63, 63, 64, 64, 65, 65, 66, 66, 66, 67, - 67, 67, 67, 67, 67, 67, 67, 67, 67, 68, - 69, 70, 70, 71, 72, 73, 73, 74, 75, 75, - 76, 77, 78, 78, 79, 80, 80, 81, 82, 83, - 84, 85, 85, 86, 87, 87, 88, 89, 89, 90, - 90, 91 +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const short yyr1[] = +{ + 0, 49, 49, 50, 50, 51, 52, 52, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 54, 55, + 55, 56, 56, 56, 56, 56, 56, 57, 57, 58, + 58, 59, 59, 60, 61, 61, 62, 62, 62, 63, + 63, 63, 63, 64, 64, 65, 65, 66, 66, 66, + 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, + 68, 69, 70, 70, 71, 72, 73, 73, 74, 75, + 75, 76, 77, 78, 78, 79, 80, 80, 81, 82, + 83, 84, 85, 85, 86, 87, 87, 88, 89, 89, + 90, 90, 91 }; -static const short yyr2[] = { 0, - 0, 1, 3, 4, 2, 0, 2, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 2, 0, 1, - 2, 2, 2, 2, 2, 2, 0, 1, 1, 2, - 1, 3, 2, 0, 1, 1, 1, 2, 1, 2, - 2, 3, 1, 1, 1, 2, 3, 2, 3, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 2, 1, 3, 2, 2, 3, 4, 2, 1, 2, - 4, 2, 1, 2, 5, 1, 1, 2, 2, 2, - 2, 1, 2, 3, 1, 2, 5, 1, 1, 1, - 2, 1 +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const short yyr2[] = +{ + 0, 0, 1, 3, 4, 2, 0, 2, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, + 1, 2, 2, 2, 2, 2, 2, 0, 1, 1, + 2, 1, 3, 2, 0, 1, 1, 1, 2, 1, + 2, 2, 3, 1, 1, 1, 2, 3, 2, 3, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 2, 1, 3, 2, 2, 3, 4, 2, 1, + 2, 4, 2, 1, 2, 5, 1, 1, 2, 2, + 2, 2, 1, 2, 3, 1, 2, 5, 1, 1, + 1, 2, 1 }; -static const short yydefact[] = { 1, - 0, 0, 2, 6, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 5, 6, 8, 9, - 11, 10, 12, 13, 15, 16, 14, 17, 3, 0, - 27, 27, 27, 27, 27, 27, 18, 62, 61, 0, - 65, 92, 64, 19, 68, 69, 77, 72, 73, 0, - 76, 80, 85, 0, 78, 79, 81, 82, 0, 7, - 4, 50, 51, 52, 53, 54, 55, 56, 57, 58, - 60, 22, 28, 29, 31, 34, 59, 21, 23, 24, - 25, 26, 0, 0, 0, 20, 70, 74, 0, 86, - 0, 83, 0, 39, 0, 0, 0, 30, 36, 37, - 35, 33, 63, 66, 0, 0, 0, 90, 84, 43, - 44, 41, 45, 40, 32, 0, 48, 38, 0, 67, - 71, 0, 0, 91, 42, 46, 47, 49, 75, 89, - 88, 87, 0, 0, 0 +/* 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[] = +{ + 1, 0, 0, 2, 6, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 5, 6, 8, + 9, 11, 10, 12, 13, 15, 16, 14, 17, 3, + 0, 27, 27, 27, 27, 27, 27, 18, 62, 61, + 0, 65, 92, 64, 19, 68, 69, 77, 72, 73, + 0, 76, 80, 85, 0, 78, 79, 81, 82, 0, + 7, 4, 50, 51, 52, 53, 54, 55, 56, 57, + 58, 60, 22, 28, 29, 31, 34, 59, 21, 23, + 24, 25, 26, 0, 0, 0, 20, 70, 74, 0, + 86, 0, 83, 0, 39, 0, 0, 0, 30, 36, + 37, 35, 33, 63, 66, 0, 0, 0, 90, 84, + 43, 44, 41, 45, 40, 32, 0, 48, 38, 0, + 67, 71, 0, 0, 91, 42, 46, 47, 49, 75, + 89, 88, 87, 0, 0, 0 }; -static const short yydefgoto[] = { 133, - 3, 5, 17, 18, 19, 85, 40, 72, 73, 74, - 75, 102, 98, 99, 113, 114, 100, 76, 77, 20, - 39, 21, 22, 41, 23, 45, 46, 24, 48, 49, - 50, 25, 26, 27, 28, 57, 58, 52, 53, 129, - 130, 54 +static const short yydefgoto[] = +{ + 133, 3, 5, 17, 18, 19, 85, 40, 72, 73, + 74, 75, 102, 98, 99, 113, 114, 100, 76, 77, + 20, 39, 21, 22, 41, 23, 45, 46, 24, 48, + 49, 50, 25, 26, 27, 28, 57, 58, 52, 53, + 129, 130, 54 }; -static const short yypact[] = { 4, - -37, 35,-32768, 36, 37, -37, 21, 2, 21, 17, - 18, -19, 17, 17, 17, 17,-32768, 36,-32768,-32768, --32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 63, - -23, -23, -23, -23, -23, -23,-32768, 33,-32768, 51, --32768,-32768,-32768, 21,-32768, 18,-32768,-32768, -19, 44, --32768,-32768, 17, 47,-32768,-32768,-32768, 17, 54,-32768, --32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, --32768,-32768,-32768, -5,-32768, -23,-32768,-32768,-32768,-32768, --32768,-32768, 2, 17, 55,-32768,-32768,-32768, -19,-32768, - 17,-32768, 50, -15, -23, 20, 45,-32768, 23, 49, - 48,-32768,-32768, 21, 17, 60, 64, 38,-32768,-32768, --32768,-32768,-32768, -15,-32768, 53,-32768, 49, 52,-32768, --32768, -20, -20,-32768,-32768,-32768,-32768,-32768,-32768,-32768, --32768,-32768, 86, 87,-32768 +static const short yypact[] = +{ + 4, -37, 35,-32768, 36, 37, -37, 21, 2, 21, + 17, 18, -19, 17, 17, 17, 17,-32768, 36,-32768, + -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, + 63, -23, -23, -23, -23, -23, -23,-32768, 33,-32768, + 51,-32768,-32768,-32768, 21,-32768, 18,-32768,-32768, -19, + 44,-32768,-32768, 17, 47,-32768,-32768,-32768, 17, 54, + -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, + -32768,-32768,-32768,-32768, -5,-32768, -23,-32768,-32768,-32768, + -32768,-32768,-32768, 2, 17, 55,-32768,-32768,-32768, -19, + -32768, 17,-32768, 50, -15, -23, 20, 45,-32768, 23, + 49, 48,-32768,-32768, 21, 17, 60, 64, 38,-32768, + -32768,-32768,-32768,-32768, -15,-32768, 53,-32768, 49, 52, + -32768,-32768, -20, -20,-32768,-32768,-32768,-32768,-32768,-32768, + -32768,-32768,-32768, 86, 87,-32768 }; -static const short yypgoto[] = {-32768, --32768, 82, 71,-32768,-32768,-32768, -6, 28, -4, 14, --32768,-32768, -3, -87, -22,-32768, -2,-32768,-32768,-32768, - 11,-32768,-32768, -8,-32768, 56,-32768,-32768, 57,-32768, - 9,-32768,-32768,-32768,-32768, 41,-32768, -11,-32768, -18, - 7, -10 +static const short yypgoto[] = +{ + -32768,-32768, 82, 71,-32768,-32768,-32768, -6, 28, -4, + 14,-32768,-32768, -3, -87, -22,-32768, -2,-32768,-32768, + -32768, 11,-32768,-32768, -8,-32768, 56,-32768,-32768, 57, + -32768, 9,-32768,-32768,-32768,-32768, 41,-32768, -11,-32768, + -18, 7, -10 }; #define YYLAST 113 -static const short yytable[] = { 43, - 37, 51, 55, 56, 108, 59, 112, 47, 1, 2, - 4, 94, 62, 63, 64, 65, 66, 67, 68, 69, - 70, 94, 95, 96, 71, 97, 125, 42, 42, 110, - 111, 31, 32, 33, 34, 35, 36, 86, 51, 6, - 29, 90, 7, 8, 9, 10, 94, 59, 96, 38, - 97, 96, 11, 97, 12, 13, 14, 15, 16, 78, - 79, 80, 81, 82, 42, 44, 61, 83, 84, 89, - 91, 93, 105, 104, 108, 95, 117, 122, 51, 119, - 107, 123, 127, 128, 124, 134, 135, 30, 60, 101, - 115, 126, 116, 103, 121, 120, 118, 106, 92, 109, - 0, 87, 0, 0, 132, 88, 0, 0, 0, 0, - 0, 131, 131 +static const short yytable[] = +{ + 43, 37, 51, 55, 56, 108, 59, 112, 47, 1, + 2, 4, 94, 62, 63, 64, 65, 66, 67, 68, + 69, 70, 94, 95, 96, 71, 97, 125, 42, 42, + 110, 111, 31, 32, 33, 34, 35, 36, 86, 51, + 6, 29, 90, 7, 8, 9, 10, 94, 59, 96, + 38, 97, 96, 11, 97, 12, 13, 14, 15, 16, + 78, 79, 80, 81, 82, 42, 44, 61, 83, 84, + 89, 91, 93, 105, 104, 108, 95, 117, 122, 51, + 119, 107, 123, 127, 128, 124, 134, 135, 30, 60, + 101, 115, 126, 116, 103, 121, 120, 118, 106, 92, + 109, 0, 87, 0, 0, 132, 88, 0, 0, 0, + 0, 0, 131, 131 }; -static const short yycheck[] = { 10, - 7, 12, 14, 15, 25, 16, 94, 27, 5, 6, - 48, 27, 36, 37, 38, 39, 40, 41, 42, 43, - 44, 27, 28, 29, 48, 31, 114, 48, 48, 45, - 46, 11, 12, 13, 14, 15, 16, 44, 49, 5, - 4, 53, 7, 8, 9, 10, 27, 58, 29, 48, - 31, 29, 17, 31, 19, 20, 21, 22, 23, 32, - 33, 34, 35, 36, 48, 48, 4, 35, 18, 26, - 24, 18, 18, 84, 25, 28, 32, 18, 89, 31, - 91, 18, 30, 32, 47, 0, 0, 6, 18, 76, - 95, 114, 96, 83, 105, 104, 99, 89, 58, 93, - -1, 46, -1, -1, 123, 49, -1, -1, -1, -1, - -1, 122, 123 +static const short yycheck[] = +{ + 10, 7, 12, 14, 15, 25, 16, 94, 27, 5, + 6, 48, 27, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 27, 28, 29, 48, 31, 114, 48, 48, + 45, 46, 11, 12, 13, 14, 15, 16, 44, 49, + 5, 4, 53, 7, 8, 9, 10, 27, 58, 29, + 48, 31, 29, 17, 31, 19, 20, 21, 22, 23, + 32, 33, 34, 35, 36, 48, 48, 4, 35, 18, + 26, 24, 18, 18, 84, 25, 28, 32, 18, 89, + 31, 91, 18, 30, 32, 47, 0, 0, 6, 18, + 76, 95, 114, 96, 83, 105, 104, 99, 89, 58, + 93, -1, 46, -1, -1, 123, 49, -1, -1, -1, + -1, -1, 122, 123 }; #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 (C) 1984, 1989, 1990 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 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 @@ -440,62 +461,64 @@ static const short yycheck[] = { 10, 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 -#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 */ +# 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 */ #pragma alloca -#define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif -#endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ -#endif /* not sparc */ -#endif /* not GNU C */ -#endif /* alloca not defined */ +# 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 */ -#ifdef YYSTACK_USE_ALLOCA -#define YYSTACK_ALLOC alloca -#else -#define YYSTACK_ALLOC malloc +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 #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. */ +#if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +#else +# define YYSTACK_ALLOC malloc +#endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) @@ -504,84 +527,96 @@ static const short yycheck[] = { 10, #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 */ +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; #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 is the maximum size the stacks can grow to - (effective only if the built-in stack extension method is used). */ - +/* YYMAXDEPTH -- 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 @@ -590,42 +625,29 @@ int yydebug; /* nonzero means print parse trace */ 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; - char *from; + const char *from; unsigned int count; +# else /* __cplusplus */ +__yy_memcpy (char *to, const char *from, unsigned int count) +# endif { - register char *f = from; - register char *t = to; - register int i = count; - - while (i-- > 0) - *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 const char *f = from; register char *t = to; - register char *f = from; register int i = count; while (i-- > 0) *t++ = *f++; } -#endif #endif @@ -637,76 +659,121 @@ __yy_memcpy (char *to, 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 /* 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 */ +# 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 */ /* 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; - 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 */ + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; -#ifdef YYLSP_NEEDED - YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; +#endif -#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#if YYLSP_NEEDED +# 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 - YYSTYPE yyval; /* the variable used to return */ - /* semantic values from the action */ - /* routines */ + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +# if YYLSP_NEEDED + YYLTYPE yyloc; +# endif + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ int yylen; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Starting parse\n"); -#endif + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; @@ -718,26 +785,33 @@ yyparse(YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss - 1; + yyssp = yyss; yyvsp = yyvs; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls; #endif + goto yysetstate; -/* 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: +/*------------------------------------------------------------. +| 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++; - *++yyssp = yystate; + yysetstate: + *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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -745,83 +819,82 @@ yynewstate: 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. */ -#ifdef YYLSP_NEEDED + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if 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; -#ifdef YYLSP_NEEDED +# if 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); -#ifdef YYLSP_NEEDED +# if YYLSP_NEEDED free (yyls); -#endif +# endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -#ifndef YYSTACK_USE_ALLOCA +# if !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)); -#ifdef YYLSP_NEEDED +# if 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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls + size - 1; #endif -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Stack size increased to %d\n", yystacksize); -#endif + YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); if (yyssp >= yyss + yystacksize - 1) YYABORT; } -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Entering state %d\n", yystate); -#endif + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 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. */ @@ -840,10 +913,7 @@ yynewstate: if (yychar == YYEMPTY) { -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Reading a token: "); -#endif + YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } @@ -854,24 +924,23 @@ yynewstate: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Now at end of input.\n"); -#endif + YYDPRINTF ((stderr, "Now at end of input.\n")); } else { - yychar1 = YYTRANSLATE(yychar); + yychar1 = YYTRANSLATE (yychar); -#if YYDEBUG != 0 +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ 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 @@ -904,41 +973,63 @@ yynewstate: YYACCEPT; /* Shift the lookahead token. */ - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); -#endif + YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if 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; -/* Do the default action for the current state. */ -yydefault: +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; + goto yyreduce; -/* Do a reduction. yyn is the number of a rule to reduce with. */ + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ 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 YYDEBUG != 0 + /* 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) { int i; @@ -953,7 +1044,6 @@ yyreduce: } #endif - switch (yyn) { case 1: @@ -1218,16 +1308,16 @@ case 91: { yyval.mttransferaction = mtTransferAction_createErrorMessage (yyvsp[0].tok); ; break;} } - /* the action file gets copied in in place of this dollarsign */ + yyvsp -= yylen; yyssp -= yylen; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1239,28 +1329,13 @@ case 91: #endif *++yyvsp = yyval; - -#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; - } +#if YYLSP_NEEDED + *++yylsp = yyloc; #endif - /* Now "shift" the result of the reduction. - Determine what state that goes to, - based on the state we popped back to - and the rule 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]; @@ -1272,10 +1347,13 @@ case 91: goto yynewstate; -yyerrlab: /* here on detecting error */ - if (! yyerrstatus) - /* If not already recovering from an error, report this error. */ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { ++yynerrs; @@ -1291,83 +1369,99 @@ yyerrlab: /* here on detecting error */ count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (sizeof (yytname) / sizeof (char *)); x++) if (yycheck[x + yyn] == x) - size += strlen(yytname[x]) + 15, count++; - msg = (char *) malloc(size + 15); + size += strlen (yytname[x]) + 15, count++; + size += strlen ("parse error, unexpected `") + 1; + size += strlen (yytname[YYTRANSLATE (yychar)]); + msg = (char *) malloc (size); if (msg != 0) { - strcpy(msg, "parse error"); + strcpy (msg, "parse error, unexpected `"); + strcat (msg, yytname[YYTRANSLATE (yychar)]); + strcat (msg, "'"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (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; -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; - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); -#endif - + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); 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. */ - yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ - if (yyn) goto yydefault; + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; #endif -yyerrpop: /* pop the current state because it cannot handle the error token */ - if (yyssp == yyss) YYABORT; +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; yyvsp--; yystate = *--yyssp; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1378,8 +1472,10 @@ yyerrpop: /* pop the current state because it cannot handle the error token */ } #endif +/*--------------. +| yyerrhandle. | +`--------------*/ yyerrhandle: - yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -1402,38 +1498,41 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting error token, "); -#endif + YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - yyacceptlab: - /* YYACCEPT comes here. */ + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } return 0; - yyabortlab: - /* YYABORT comes here. */ + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } diff --git a/src/mtgrammar.c.der b/src/mtgrammar.c.der index ad56cf6..73ecb46 100644 --- a/src/mtgrammar.c.der +++ b/src/mtgrammar.c.der @@ -51,8 +51,8 @@ /* < end of bison.head > */ -/* A Bison parser, made from mtgrammar.y - by GNU Bison version 1.28 */ +/* A Bison parser, made from mtgrammar.y + by GNU bison 1.30. */ #define YYBISON 1 /* Identify Bison output. */ @@ -63,52 +63,52 @@ #define yychar mtchar #define yydebug mtdebug #define yynerrs mtnerrs -#define MT_BADTOK 257 -#define MT_END 258 -#define MT_STATE 259 -#define MT_GLOBAL 260 -#define MT_CONTEXT 261 -#define MT_ONEOF 262 -#define MT_DEFAULTS 263 -#define MT_DEFAULT 264 -#define MT_REFERENCE 265 -#define MT_PARAMETER 266 -#define MT_RESULT 267 -#define MT_CLAUSE 268 -#define MT_LITERAL 269 -#define MT_NULL 270 -#define MT_ANNOTATIONS 271 -#define MT_ARROW 272 -#define MT_MERGE 273 -#define MT_TRANSFERS 274 -#define MT_PRECONDITIONS 275 -#define MT_POSTCONDITIONS 276 -#define MT_LOSEREFERENCE 277 -#define MT_AS 278 -#define MT_ERROR 279 -#define MT_PLUS 280 -#define MT_STAR 281 -#define MT_BAR 282 -#define MT_LPAREN 283 -#define MT_RPAREN 284 -#define MT_LBRACKET 285 -#define MT_RBRACKET 286 -#define MT_LBRACE 287 -#define MT_RBRACE 288 -#define MT_COMMA 289 -#define MT_CHAR 290 -#define MT_INT 291 -#define MT_FLOAT 292 -#define MT_DOUBLE 293 -#define MT_VOID 294 -#define MT_ANYTYPE 295 -#define MT_INTEGRALTYPE 296 -#define MT_UNSIGNEDINTEGRALTYPE 297 -#define MT_SIGNEDINTEGRALTYPE 298 -#define MT_CONST 299 -#define MT_VOLATILE 300 -#define MT_STRINGLIT 301 -#define MT_IDENT 302 +# define MT_BADTOK 257 +# define MT_END 258 +# define MT_STATE 259 +# define MT_GLOBAL 260 +# define MT_CONTEXT 261 +# define MT_ONEOF 262 +# define MT_DEFAULTS 263 +# define MT_DEFAULT 264 +# define MT_REFERENCE 265 +# define MT_PARAMETER 266 +# define MT_RESULT 267 +# define MT_CLAUSE 268 +# define MT_LITERAL 269 +# define MT_NULL 270 +# define MT_ANNOTATIONS 271 +# define MT_ARROW 272 +# define MT_MERGE 273 +# define MT_TRANSFERS 274 +# define MT_PRECONDITIONS 275 +# define MT_POSTCONDITIONS 276 +# define MT_LOSEREFERENCE 277 +# define MT_AS 278 +# define MT_ERROR 279 +# define MT_PLUS 280 +# define MT_STAR 281 +# define MT_BAR 282 +# define MT_LPAREN 283 +# define MT_RPAREN 284 +# define MT_LBRACKET 285 +# define MT_RBRACKET 286 +# define MT_LBRACE 287 +# define MT_RBRACE 288 +# define MT_COMMA 289 +# define MT_CHAR 290 +# define MT_INT 291 +# define MT_FLOAT 292 +# define MT_DOUBLE 293 +# define MT_VOID 294 +# define MT_ANYTYPE 295 +# define MT_INTEGRALTYPE 296 +# define MT_UNSIGNEDINTEGRALTYPE 297 +# define MT_SIGNEDINTEGRALTYPE 298 +# define MT_CONST 299 +# define MT_VOLATILE 300 +# define MT_STRINGLIT 301 +# define MT_IDENT 302 @@ -167,258 +167,279 @@ typedef union { int count; } YYSTYPE; #ifndef YYDEBUG -#define YYDEBUG 1 +# define YYDEBUG 1 #endif #include -#ifndef __cplusplus -#ifndef __STDC__ -#define const -#endif -#endif - #define YYFINAL 135 #define YYFLAG -32768 #define YYNTBASE 49 +/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ #define YYTRANSLATE(x) ((unsigned)(x) <= 302 ? yytranslate[x] : 92) -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, 48 +/* 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, 48 }; #if YYDEBUG != 0 -static const short yyprhs[] = { 0, - 0, 1, 3, 7, 12, 15, 16, 19, 21, 23, - 25, 27, 29, 31, 33, 35, 37, 39, 42, 43, - 45, 48, 51, 54, 57, 60, 63, 64, 66, 68, - 71, 73, 77, 80, 81, 83, 85, 87, 90, 92, - 95, 98, 102, 104, 106, 108, 111, 115, 118, 122, - 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, - 144, 147, 149, 153, 156, 159, 163, 168, 171, 173, - 176, 181, 184, 186, 189, 195, 197, 199, 202, 205, - 208, 211, 213, 216, 220, 222, 225, 231, 233, 235, - 237, 240 +static const short yyprhs[] = +{ + 0, 0, 1, 3, 7, 12, 15, 16, 19, 21, + 23, 25, 27, 29, 31, 33, 35, 37, 39, 42, + 43, 45, 48, 51, 54, 57, 60, 63, 64, 66, + 68, 71, 73, 77, 80, 81, 83, 85, 87, 90, + 92, 95, 98, 102, 104, 106, 108, 111, 115, 118, + 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, + 142, 144, 147, 149, 153, 156, 159, 163, 168, 171, + 173, 176, 181, 184, 186, 189, 195, 197, 199, 202, + 205, 208, 211, 213, 216, 220, 222, 225, 231, 233, + 235, 237, 240 }; - -static const short yyrhs[] = { -1, - 50, 0, 5, 51, 4, 0, 6, 5, 51, 4, - 0, 48, 52, 0, 0, 53, 52, 0, 54, 0, - 69, 0, 72, 0, 71, 0, 74, 0, 77, 0, - 83, 0, 81, 0, 82, 0, 84, 0, 7, 56, - 0, 0, 56, 0, 12, 57, 0, 11, 57, 0, - 13, 57, 0, 14, 57, 0, 15, 57, 0, 16, - 57, 0, 0, 58, 0, 59, 0, 59, 62, 0, - 60, 0, 59, 28, 58, 0, 67, 61, 0, 0, - 59, 0, 63, 0, 66, 0, 63, 66, 0, 27, - 0, 27, 65, 0, 27, 63, 0, 27, 65, 63, - 0, 45, 0, 46, 0, 64, 0, 65, 64, 0, - 29, 62, 30, 0, 31, 32, 0, 66, 31, 32, - 0, 36, 0, 37, 0, 38, 0, 39, 0, 40, - 0, 41, 0, 42, 0, 43, 0, 44, 0, 68, - 0, 48, 0, 8, 70, 0, 48, 0, 48, 35, - 70, 0, 10, 91, 0, 9, 73, 0, 56, 18, - 91, 0, 56, 18, 91, 73, 0, 17, 75, 0, - 76, 0, 76, 75, 0, 48, 55, 18, 91, 0, - 19, 78, 0, 79, 0, 79, 78, 0, 80, 26, - 80, 18, 89, 0, 91, 0, 27, 0, 21, 87, - 0, 22, 87, 0, 20, 87, 0, 23, 85, 0, - 86, 0, 86, 85, 0, 91, 18, 90, 0, 88, - 0, 88, 87, 0, 91, 24, 91, 18, 89, 0, - 91, 0, 90, 0, 25, 0, 25, 47, 0, 48, - 0 +static const short yyrhs[] = +{ + -1, 50, 0, 5, 51, 4, 0, 6, 5, 51, + 4, 0, 48, 52, 0, 0, 53, 52, 0, 54, + 0, 69, 0, 72, 0, 71, 0, 74, 0, 77, + 0, 83, 0, 81, 0, 82, 0, 84, 0, 7, + 56, 0, 0, 56, 0, 12, 57, 0, 11, 57, + 0, 13, 57, 0, 14, 57, 0, 15, 57, 0, + 16, 57, 0, 0, 58, 0, 59, 0, 59, 62, + 0, 60, 0, 59, 28, 58, 0, 67, 61, 0, + 0, 59, 0, 63, 0, 66, 0, 63, 66, 0, + 27, 0, 27, 65, 0, 27, 63, 0, 27, 65, + 63, 0, 45, 0, 46, 0, 64, 0, 65, 64, + 0, 29, 62, 30, 0, 31, 32, 0, 66, 31, + 32, 0, 36, 0, 37, 0, 38, 0, 39, 0, + 40, 0, 41, 0, 42, 0, 43, 0, 44, 0, + 68, 0, 48, 0, 8, 70, 0, 48, 0, 48, + 35, 70, 0, 10, 91, 0, 9, 73, 0, 56, + 18, 91, 0, 56, 18, 91, 73, 0, 17, 75, + 0, 76, 0, 76, 75, 0, 48, 55, 18, 91, + 0, 19, 78, 0, 79, 0, 79, 78, 0, 80, + 26, 80, 18, 89, 0, 91, 0, 27, 0, 21, + 87, 0, 22, 87, 0, 20, 87, 0, 23, 85, + 0, 86, 0, 86, 85, 0, 91, 18, 90, 0, + 88, 0, 88, 87, 0, 91, 24, 91, 18, 89, + 0, 91, 0, 90, 0, 25, 0, 25, 47, 0, + 48, 0 }; #endif #if YYDEBUG != 0 -static const short yyrline[] = { 0, - 158, 159, 162, 164, 168, 172, 173, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, 189, 193, 194, - 197, 198, 199, 200, 201, 202, 209, 210, 213, 214, - 217, 218, 222, 225, 226, 230, 231, 232, 235, 236, - 237, 238, 241, 242, 245, 246, 249, 250, 251, 258, - 259, 260, 261, 262, 263, 264, 265, 266, 267, 273, - 276, 279, 280, 284, 287, 290, 292, 296, 299, 300, - 304, 308, 311, 312, 315, 319, 320, 323, 326, 329, - 332, 335, 336, 339, 342, 343, 346, 350, 351, 354, - 355, 358 +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ +static const short yyrline[] = +{ + 0, 158, 159, 162, 164, 168, 172, 173, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 189, 193, + 194, 197, 198, 199, 200, 201, 202, 209, 210, 213, + 214, 217, 218, 222, 225, 226, 230, 231, 232, 235, + 236, 237, 238, 241, 242, 245, 246, 249, 250, 251, + 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, + 273, 276, 279, 280, 284, 287, 290, 292, 296, 299, + 300, 304, 308, 311, 312, 315, 319, 320, 323, 326, + 329, 332, 335, 336, 339, 342, 343, 346, 350, 351, + 354, 355, 358 }; #endif -#if YYDEBUG != 0 || defined (YYERROR_VERBOSE) - -static const char * const yytname[] = { "$","error","$undefined.","MT_BADTOK", -"MT_END","MT_STATE","MT_GLOBAL","MT_CONTEXT","MT_ONEOF","MT_DEFAULTS","MT_DEFAULT", -"MT_REFERENCE","MT_PARAMETER","MT_RESULT","MT_CLAUSE","MT_LITERAL","MT_NULL", -"MT_ANNOTATIONS","MT_ARROW","MT_MERGE","MT_TRANSFERS","MT_PRECONDITIONS","MT_POSTCONDITIONS", -"MT_LOSEREFERENCE","MT_AS","MT_ERROR","MT_PLUS","MT_STAR","MT_BAR","MT_LPAREN", -"MT_RPAREN","MT_LBRACKET","MT_RBRACKET","MT_LBRACE","MT_RBRACE","MT_COMMA","MT_CHAR", -"MT_INT","MT_FLOAT","MT_DOUBLE","MT_VOID","MT_ANYTYPE","MT_INTEGRALTYPE","MT_UNSIGNEDINTEGRALTYPE", -"MT_SIGNEDINTEGRALTYPE","MT_CONST","MT_VOLATILE","MT_STRINGLIT","MT_IDENT","file", -"mtsDeclaration","declarationNode","declarationPieces","declarationPiece","contextDeclaration", -"optContextSelection","contextSelection","optType","typeExpression","completeType", -"completeTypeAux","optCompleteType","abstractDecl","pointers","innerMods","innerModsList", -"abstractDeclBase","typeSpecifier","typeName","valuesDeclaration","valuesList", -"defaultNode","defaultsDeclaration","defaultDeclarationList","annotationsDeclaration", -"annotationsDeclarationList","annotationDeclaration","mergeDeclaration","mergeClauses", -"mergeClause","mergeItem","preconditionsDeclaration","postconditionsDeclaration", -"transfersDeclaration","loseReferenceDeclaration","lostClauses","lostClause", -"transferClauses","transferClause","transferAction","errorAction","valueChoice", NULL +#if YYDEBUG != 0 || defined YYERROR_VERBOSE + +/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */ +static const char *const yytname[] = +{ + "$", "error", "$undefined.", "MT_BADTOK", "MT_END", "MT_STATE", + "MT_GLOBAL", "MT_CONTEXT", "MT_ONEOF", "MT_DEFAULTS", "MT_DEFAULT", + "MT_REFERENCE", "MT_PARAMETER", "MT_RESULT", "MT_CLAUSE", "MT_LITERAL", + "MT_NULL", "MT_ANNOTATIONS", "MT_ARROW", "MT_MERGE", "MT_TRANSFERS", + "MT_PRECONDITIONS", "MT_POSTCONDITIONS", "MT_LOSEREFERENCE", "MT_AS", + "MT_ERROR", "MT_PLUS", "MT_STAR", "MT_BAR", "MT_LPAREN", "MT_RPAREN", + "MT_LBRACKET", "MT_RBRACKET", "MT_LBRACE", "MT_RBRACE", "MT_COMMA", + "MT_CHAR", "MT_INT", "MT_FLOAT", "MT_DOUBLE", "MT_VOID", "MT_ANYTYPE", + "MT_INTEGRALTYPE", "MT_UNSIGNEDINTEGRALTYPE", "MT_SIGNEDINTEGRALTYPE", + "MT_CONST", "MT_VOLATILE", "MT_STRINGLIT", "MT_IDENT", "file", + "mtsDeclaration", "declarationNode", "declarationPieces", + "declarationPiece", "contextDeclaration", "optContextSelection", + "contextSelection", "optType", "typeExpression", "completeType", + "completeTypeAux", "optCompleteType", "abstractDecl", "pointers", + "innerMods", "innerModsList", "abstractDeclBase", "typeSpecifier", + "typeName", "valuesDeclaration", "valuesList", "defaultNode", + "defaultsDeclaration", "defaultDeclarationList", + "annotationsDeclaration", "annotationsDeclarationList", + "annotationDeclaration", "mergeDeclaration", "mergeClauses", + "mergeClause", "mergeItem", "preconditionsDeclaration", + "postconditionsDeclaration", "transfersDeclaration", + "loseReferenceDeclaration", "lostClauses", "lostClause", + "transferClauses", "transferClause", "transferAction", "errorAction", + "valueChoice", NULL }; #endif -static const short yyr1[] = { 0, - 49, 49, 50, 50, 51, 52, 52, 53, 53, 53, - 53, 53, 53, 53, 53, 53, 53, 54, 55, 55, - 56, 56, 56, 56, 56, 56, 57, 57, 58, 58, - 59, 59, 60, 61, 61, 62, 62, 62, 63, 63, - 63, 63, 64, 64, 65, 65, 66, 66, 66, 67, - 67, 67, 67, 67, 67, 67, 67, 67, 67, 68, - 69, 70, 70, 71, 72, 73, 73, 74, 75, 75, - 76, 77, 78, 78, 79, 80, 80, 81, 82, 83, - 84, 85, 85, 86, 87, 87, 88, 89, 89, 90, - 90, 91 +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const short yyr1[] = +{ + 0, 49, 49, 50, 50, 51, 52, 52, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 54, 55, + 55, 56, 56, 56, 56, 56, 56, 57, 57, 58, + 58, 59, 59, 60, 61, 61, 62, 62, 62, 63, + 63, 63, 63, 64, 64, 65, 65, 66, 66, 66, + 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, + 68, 69, 70, 70, 71, 72, 73, 73, 74, 75, + 75, 76, 77, 78, 78, 79, 80, 80, 81, 82, + 83, 84, 85, 85, 86, 87, 87, 88, 89, 89, + 90, 90, 91 }; -static const short yyr2[] = { 0, - 0, 1, 3, 4, 2, 0, 2, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 2, 0, 1, - 2, 2, 2, 2, 2, 2, 0, 1, 1, 2, - 1, 3, 2, 0, 1, 1, 1, 2, 1, 2, - 2, 3, 1, 1, 1, 2, 3, 2, 3, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 2, 1, 3, 2, 2, 3, 4, 2, 1, 2, - 4, 2, 1, 2, 5, 1, 1, 2, 2, 2, - 2, 1, 2, 3, 1, 2, 5, 1, 1, 1, - 2, 1 +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const short yyr2[] = +{ + 0, 0, 1, 3, 4, 2, 0, 2, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, + 1, 2, 2, 2, 2, 2, 2, 0, 1, 1, + 2, 1, 3, 2, 0, 1, 1, 1, 2, 1, + 2, 2, 3, 1, 1, 1, 2, 3, 2, 3, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 2, 1, 3, 2, 2, 3, 4, 2, 1, + 2, 4, 2, 1, 2, 5, 1, 1, 2, 2, + 2, 2, 1, 2, 3, 1, 2, 5, 1, 1, + 1, 2, 1 }; -static const short yydefact[] = { 1, - 0, 0, 2, 6, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 5, 6, 8, 9, - 11, 10, 12, 13, 15, 16, 14, 17, 3, 0, - 27, 27, 27, 27, 27, 27, 18, 62, 61, 0, - 65, 92, 64, 19, 68, 69, 77, 72, 73, 0, - 76, 80, 85, 0, 78, 79, 81, 82, 0, 7, - 4, 50, 51, 52, 53, 54, 55, 56, 57, 58, - 60, 22, 28, 29, 31, 34, 59, 21, 23, 24, - 25, 26, 0, 0, 0, 20, 70, 74, 0, 86, - 0, 83, 0, 39, 0, 0, 0, 30, 36, 37, - 35, 33, 63, 66, 0, 0, 0, 90, 84, 43, - 44, 41, 45, 40, 32, 0, 48, 38, 0, 67, - 71, 0, 0, 91, 42, 46, 47, 49, 75, 89, - 88, 87, 0, 0, 0 +/* 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[] = +{ + 1, 0, 0, 2, 6, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 5, 6, 8, + 9, 11, 10, 12, 13, 15, 16, 14, 17, 3, + 0, 27, 27, 27, 27, 27, 27, 18, 62, 61, + 0, 65, 92, 64, 19, 68, 69, 77, 72, 73, + 0, 76, 80, 85, 0, 78, 79, 81, 82, 0, + 7, 4, 50, 51, 52, 53, 54, 55, 56, 57, + 58, 60, 22, 28, 29, 31, 34, 59, 21, 23, + 24, 25, 26, 0, 0, 0, 20, 70, 74, 0, + 86, 0, 83, 0, 39, 0, 0, 0, 30, 36, + 37, 35, 33, 63, 66, 0, 0, 0, 90, 84, + 43, 44, 41, 45, 40, 32, 0, 48, 38, 0, + 67, 71, 0, 0, 91, 42, 46, 47, 49, 75, + 89, 88, 87, 0, 0, 0 }; -static const short yydefgoto[] = { 133, - 3, 5, 17, 18, 19, 85, 40, 72, 73, 74, - 75, 102, 98, 99, 113, 114, 100, 76, 77, 20, - 39, 21, 22, 41, 23, 45, 46, 24, 48, 49, - 50, 25, 26, 27, 28, 57, 58, 52, 53, 129, - 130, 54 +static const short yydefgoto[] = +{ + 133, 3, 5, 17, 18, 19, 85, 40, 72, 73, + 74, 75, 102, 98, 99, 113, 114, 100, 76, 77, + 20, 39, 21, 22, 41, 23, 45, 46, 24, 48, + 49, 50, 25, 26, 27, 28, 57, 58, 52, 53, + 129, 130, 54 }; -static const short yypact[] = { 4, - -37, 35,-32768, 36, 37, -37, 21, 2, 21, 17, - 18, -19, 17, 17, 17, 17,-32768, 36,-32768,-32768, --32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 63, - -23, -23, -23, -23, -23, -23,-32768, 33,-32768, 51, --32768,-32768,-32768, 21,-32768, 18,-32768,-32768, -19, 44, --32768,-32768, 17, 47,-32768,-32768,-32768, 17, 54,-32768, --32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, --32768,-32768,-32768, -5,-32768, -23,-32768,-32768,-32768,-32768, --32768,-32768, 2, 17, 55,-32768,-32768,-32768, -19,-32768, - 17,-32768, 50, -15, -23, 20, 45,-32768, 23, 49, - 48,-32768,-32768, 21, 17, 60, 64, 38,-32768,-32768, --32768,-32768,-32768, -15,-32768, 53,-32768, 49, 52,-32768, --32768, -20, -20,-32768,-32768,-32768,-32768,-32768,-32768,-32768, --32768,-32768, 86, 87,-32768 +static const short yypact[] = +{ + 4, -37, 35,-32768, 36, 37, -37, 21, 2, 21, + 17, 18, -19, 17, 17, 17, 17,-32768, 36,-32768, + -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, + 63, -23, -23, -23, -23, -23, -23,-32768, 33,-32768, + 51,-32768,-32768,-32768, 21,-32768, 18,-32768,-32768, -19, + 44,-32768,-32768, 17, 47,-32768,-32768,-32768, 17, 54, + -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, + -32768,-32768,-32768,-32768, -5,-32768, -23,-32768,-32768,-32768, + -32768,-32768,-32768, 2, 17, 55,-32768,-32768,-32768, -19, + -32768, 17,-32768, 50, -15, -23, 20, 45,-32768, 23, + 49, 48,-32768,-32768, 21, 17, 60, 64, 38,-32768, + -32768,-32768,-32768,-32768, -15,-32768, 53,-32768, 49, 52, + -32768,-32768, -20, -20,-32768,-32768,-32768,-32768,-32768,-32768, + -32768,-32768,-32768, 86, 87,-32768 }; -static const short yypgoto[] = {-32768, --32768, 82, 71,-32768,-32768,-32768, -6, 28, -4, 14, --32768,-32768, -3, -87, -22,-32768, -2,-32768,-32768,-32768, - 11,-32768,-32768, -8,-32768, 56,-32768,-32768, 57,-32768, - 9,-32768,-32768,-32768,-32768, 41,-32768, -11,-32768, -18, - 7, -10 +static const short yypgoto[] = +{ + -32768,-32768, 82, 71,-32768,-32768,-32768, -6, 28, -4, + 14,-32768,-32768, -3, -87, -22,-32768, -2,-32768,-32768, + -32768, 11,-32768,-32768, -8,-32768, 56,-32768,-32768, 57, + -32768, 9,-32768,-32768,-32768,-32768, 41,-32768, -11,-32768, + -18, 7, -10 }; #define YYLAST 113 -static const short yytable[] = { 43, - 37, 51, 55, 56, 108, 59, 112, 47, 1, 2, - 4, 94, 62, 63, 64, 65, 66, 67, 68, 69, - 70, 94, 95, 96, 71, 97, 125, 42, 42, 110, - 111, 31, 32, 33, 34, 35, 36, 86, 51, 6, - 29, 90, 7, 8, 9, 10, 94, 59, 96, 38, - 97, 96, 11, 97, 12, 13, 14, 15, 16, 78, - 79, 80, 81, 82, 42, 44, 61, 83, 84, 89, - 91, 93, 105, 104, 108, 95, 117, 122, 51, 119, - 107, 123, 127, 128, 124, 134, 135, 30, 60, 101, - 115, 126, 116, 103, 121, 120, 118, 106, 92, 109, - 0, 87, 0, 0, 132, 88, 0, 0, 0, 0, - 0, 131, 131 +static const short yytable[] = +{ + 43, 37, 51, 55, 56, 108, 59, 112, 47, 1, + 2, 4, 94, 62, 63, 64, 65, 66, 67, 68, + 69, 70, 94, 95, 96, 71, 97, 125, 42, 42, + 110, 111, 31, 32, 33, 34, 35, 36, 86, 51, + 6, 29, 90, 7, 8, 9, 10, 94, 59, 96, + 38, 97, 96, 11, 97, 12, 13, 14, 15, 16, + 78, 79, 80, 81, 82, 42, 44, 61, 83, 84, + 89, 91, 93, 105, 104, 108, 95, 117, 122, 51, + 119, 107, 123, 127, 128, 124, 134, 135, 30, 60, + 101, 115, 126, 116, 103, 121, 120, 118, 106, 92, + 109, 0, 87, 0, 0, 132, 88, 0, 0, 0, + 0, 0, 131, 131 }; -static const short yycheck[] = { 10, - 7, 12, 14, 15, 25, 16, 94, 27, 5, 6, - 48, 27, 36, 37, 38, 39, 40, 41, 42, 43, - 44, 27, 28, 29, 48, 31, 114, 48, 48, 45, - 46, 11, 12, 13, 14, 15, 16, 44, 49, 5, - 4, 53, 7, 8, 9, 10, 27, 58, 29, 48, - 31, 29, 17, 31, 19, 20, 21, 22, 23, 32, - 33, 34, 35, 36, 48, 48, 4, 35, 18, 26, - 24, 18, 18, 84, 25, 28, 32, 18, 89, 31, - 91, 18, 30, 32, 47, 0, 0, 6, 18, 76, - 95, 114, 96, 83, 105, 104, 99, 89, 58, 93, - -1, 46, -1, -1, 123, 49, -1, -1, -1, -1, - -1, 122, 123 +static const short yycheck[] = +{ + 10, 7, 12, 14, 15, 25, 16, 94, 27, 5, + 6, 48, 27, 36, 37, 38, 39, 40, 41, 42, + 43, 44, 27, 28, 29, 48, 31, 114, 48, 48, + 45, 46, 11, 12, 13, 14, 15, 16, 44, 49, + 5, 4, 53, 7, 8, 9, 10, 27, 58, 29, + 48, 31, 29, 17, 31, 19, 20, 21, 22, 23, + 32, 33, 34, 35, 36, 48, 48, 4, 35, 18, + 26, 24, 18, 18, 84, 25, 28, 32, 18, 89, + 31, 91, 18, 30, 32, 47, 0, 0, 6, 18, + 76, 95, 114, 96, 83, 105, 104, 99, 89, 58, + 93, -1, 46, -1, -1, 123, 49, -1, -1, -1, + -1, -1, 122, 123 }; #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 (C) 1984, 1989, 1990 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 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 @@ -440,62 +461,64 @@ static const short yycheck[] = { 10, 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 -#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 */ +# 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 */ #pragma alloca -#define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif -#endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ -#endif /* not sparc */ -#endif /* not GNU C */ -#endif /* alloca not defined */ +# 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 */ -#ifdef YYSTACK_USE_ALLOCA -#define YYSTACK_ALLOC alloca -#else -#define YYSTACK_ALLOC malloc +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 #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. */ +#if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +#else +# define YYSTACK_ALLOC malloc +#endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) @@ -504,84 +527,96 @@ static const short yycheck[] = { 10, #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 */ +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; #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 is the maximum size the stacks can grow to - (effective only if the built-in stack extension method is used). */ - +/* YYMAXDEPTH -- 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 @@ -590,42 +625,29 @@ int yydebug; /* nonzero means print parse trace */ 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; - char *from; + const char *from; unsigned int count; +# else /* __cplusplus */ +__yy_memcpy (char *to, const char *from, unsigned int count) +# endif { - register char *f = from; - register char *t = to; - register int i = count; - - while (i-- > 0) - *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 const char *f = from; register char *t = to; - register char *f = from; register int i = count; while (i-- > 0) *t++ = *f++; } -#endif #endif @@ -637,76 +659,121 @@ __yy_memcpy (char *to, 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 /* 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 */ +# 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 */ /* 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; - 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 */ + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; -#ifdef YYLSP_NEEDED - YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; +#endif -#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#if YYLSP_NEEDED +# 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 - YYSTYPE yyval; /* the variable used to return */ - /* semantic values from the action */ - /* routines */ + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +# if YYLSP_NEEDED + YYLTYPE yyloc; +# endif + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ int yylen; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Starting parse\n"); -#endif + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; @@ -718,26 +785,33 @@ yyparse(YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss - 1; + yyssp = yyss; yyvsp = yyvs; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls; #endif + goto yysetstate; -/* 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: +/*------------------------------------------------------------. +| 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++; - *++yyssp = yystate; + yysetstate: + *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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -745,83 +819,82 @@ yynewstate: 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. */ -#ifdef YYLSP_NEEDED + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if 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; -#ifdef YYLSP_NEEDED +# if 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); -#ifdef YYLSP_NEEDED +# if YYLSP_NEEDED free (yyls); -#endif +# endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -#ifndef YYSTACK_USE_ALLOCA +# if !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)); -#ifdef YYLSP_NEEDED +# if 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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls + size - 1; #endif -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Stack size increased to %d\n", yystacksize); -#endif + YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); if (yyssp >= yyss + yystacksize - 1) YYABORT; } -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Entering state %d\n", yystate); -#endif + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 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. */ @@ -840,10 +913,7 @@ yynewstate: if (yychar == YYEMPTY) { -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Reading a token: "); -#endif + YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } @@ -854,24 +924,23 @@ yynewstate: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Now at end of input.\n"); -#endif + YYDPRINTF ((stderr, "Now at end of input.\n")); } else { - yychar1 = YYTRANSLATE(yychar); + yychar1 = YYTRANSLATE (yychar); -#if YYDEBUG != 0 +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ 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 @@ -904,41 +973,63 @@ yynewstate: YYACCEPT; /* Shift the lookahead token. */ - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); -#endif + YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if 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; -/* Do the default action for the current state. */ -yydefault: +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; + goto yyreduce; -/* Do a reduction. yyn is the number of a rule to reduce with. */ + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ 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 YYDEBUG != 0 + /* 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) { int i; @@ -953,7 +1044,6 @@ yyreduce: } #endif - switch (yyn) { case 1: @@ -1218,16 +1308,16 @@ case 91: { yyval.mttransferaction = mtTransferAction_createErrorMessage (yyvsp[0].tok); ; break;} } - /* the action file gets copied in in place of this dollarsign */ + yyvsp -= yylen; yyssp -= yylen; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1239,28 +1329,13 @@ case 91: #endif *++yyvsp = yyval; - -#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; - } +#if YYLSP_NEEDED + *++yylsp = yyloc; #endif - /* Now "shift" the result of the reduction. - Determine what state that goes to, - based on the state we popped back to - and the rule 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]; @@ -1272,10 +1347,13 @@ case 91: goto yynewstate; -yyerrlab: /* here on detecting error */ - if (! yyerrstatus) - /* If not already recovering from an error, report this error. */ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { ++yynerrs; @@ -1291,83 +1369,99 @@ yyerrlab: /* here on detecting error */ count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (sizeof (yytname) / sizeof (char *)); x++) if (yycheck[x + yyn] == x) - size += strlen(yytname[x]) + 15, count++; - msg = (char *) malloc(size + 15); + size += strlen (yytname[x]) + 15, count++; + size += strlen ("parse error, unexpected `") + 1; + size += strlen (yytname[YYTRANSLATE (yychar)]); + msg = (char *) malloc (size); if (msg != 0) { - strcpy(msg, "parse error"); + strcpy (msg, "parse error, unexpected `"); + strcat (msg, yytname[YYTRANSLATE (yychar)]); + strcat (msg, "'"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (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; -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; - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); -#endif - + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); 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. */ - yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ - if (yyn) goto yydefault; + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; #endif -yyerrpop: /* pop the current state because it cannot handle the error token */ - if (yyssp == yyss) YYABORT; +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; yyvsp--; yystate = *--yyssp; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1378,8 +1472,10 @@ yyerrpop: /* pop the current state because it cannot handle the error token */ } #endif +/*--------------. +| yyerrhandle. | +`--------------*/ yyerrhandle: - yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -1402,38 +1498,41 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting error token, "); -#endif + YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - yyacceptlab: - /* YYACCEPT comes here. */ + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } return 0; - yyabortlab: - /* YYABORT comes here. */ + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } diff --git a/src/signature.c.der b/src/signature.c.der index 15b7d4f..02a32cc 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 version 1.28 */ +/* A Bison parser, made from signature.y + by GNU bison 1.30. */ #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,182 +147,203 @@ 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) -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 +/* 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 }; #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 -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 +/* 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 }; #endif -#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 +#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 }; #endif -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 +/* 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 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 +/* 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 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 +/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE + doesn't specify something else to do. Zero means the default is an + error. */ +static const short yydefact[] = +{ + 0, 38, 24, 25, 23, 0, 0, 26, 0, 26, + 1, 2, 0, 6, 8, 5, 0, 26, 0, 26, + 9, 0, 28, 0, 27, 20, 0, 3, 33, 10, + 22, 0, 21, 0, 11, 0, 16, 31, 30, 0, + 12, 37, 4, 0, 34, 35, 17, 13, 0, 18, + 29, 14, 0, 0, 19, 15, 0, 32, 36, 7, + 0, 0, 0 }; -static const short yydefgoto[] = { 60, - 10, 11, 12, 13, 14, 23, 24, 39, 42, 43, - 44, 45, 15 +static const short 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 (C) 1984, 1989, 1990 Free Software Foundation, Inc. + Copyright 1984, 1989, 1990, 2000, 2001 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 @@ -344,62 +365,64 @@ static const short yycheck[] = { 3, 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 -#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 */ +# 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 */ #pragma alloca -#define YYSTACK_USE_ALLOCA -#else /* not MSDOS, or __TURBOC__, or _AIX */ -#if 0 -#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up, - and on HPUX 10. Eventually we can turn this on. */ -#define YYSTACK_USE_ALLOCA -#define alloca __builtin_alloca -#endif /* __hpux */ -#endif -#endif /* not _AIX */ -#endif /* not MSDOS, or __TURBOC__ */ -#endif /* not sparc */ -#endif /* not GNU C */ -#endif /* alloca not defined */ +# 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 */ -#ifdef YYSTACK_USE_ALLOCA -#define YYSTACK_ALLOC alloca -#else -#define YYSTACK_ALLOC malloc +#ifndef YYSTACK_USE_ALLOCA +# define YYSTACK_USE_ALLOCA 0 #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. */ +#if YYSTACK_USE_ALLOCA +# define YYSTACK_ALLOC alloca +#else +# define YYSTACK_ALLOC malloc +#endif #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) @@ -408,84 +431,96 @@ static const short yycheck[] = { 3, #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 */ +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + Current.last_line = Rhs[N].last_line; \ + Current.last_column = Rhs[N].last_column; #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 is the maximum size the stacks can grow to - (effective only if the built-in stack extension method is used). */ - +/* YYMAXDEPTH -- 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 @@ -494,19 +529,22 @@ int yydebug; /* nonzero means print parse trace */ 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; - char *from; + const char *from; unsigned int count; +# else /* __cplusplus */ +__yy_memcpy (char *to, const char *from, unsigned int count) +# endif { - register char *f = from; + register const char *f = from; register char *t = to; register int i = count; @@ -514,22 +552,6 @@ __yy_memcpy (to, from, 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 @@ -541,76 +563,121 @@ __yy_memcpy (char *to, 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 /* 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 */ +# 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 */ /* 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; - 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 */ + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + register YYSTYPE *yyvsp; -#ifdef YYLSP_NEEDED - YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ +#if YYLSP_NEEDED + /* The location stack. */ + YYLTYPE yylsa[YYINITDEPTH]; YYLTYPE *yyls = yylsa; YYLTYPE *yylsp; +#endif -#define YYPOPSTACK (yyvsp--, yyssp--, yylsp--) +#if YYLSP_NEEDED +# 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 - YYSTYPE yyval; /* the variable used to return */ - /* semantic values from the action */ - /* routines */ + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; +# if YYLSP_NEEDED + YYLTYPE yyloc; +# endif + /* When reducing, the number of symbols on the RHS of the reduced + rule. */ int yylen; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Starting parse\n"); -#endif + YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; @@ -622,26 +689,33 @@ yyparse(YYPARSE_PARAM_ARG) so that they stay on the same level as the state stack. The wasted elements are never initialized. */ - yyssp = yyss - 1; + yyssp = yyss; yyvsp = yyvs; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls; #endif + goto yysetstate; -/* 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: +/*------------------------------------------------------------. +| 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++; - *++yyssp = yystate; + yysetstate: + *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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED YYLTYPE *yyls1 = yyls; #endif @@ -649,83 +723,82 @@ yynewstate: 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. */ -#ifdef YYLSP_NEEDED + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. */ +# if 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; -#ifdef YYLSP_NEEDED +# if 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); -#ifdef YYLSP_NEEDED +# if YYLSP_NEEDED free (yyls); -#endif +# endif } return 2; } yystacksize *= 2; if (yystacksize > YYMAXDEPTH) yystacksize = YYMAXDEPTH; -#ifndef YYSTACK_USE_ALLOCA +# if !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)); -#ifdef YYLSP_NEEDED +# if 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; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp = yyls + size - 1; #endif -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Stack size increased to %d\n", yystacksize); -#endif + YYDPRINTF ((stderr, "Stack size increased to %d\n", yystacksize)); if (yyssp >= yyss + yystacksize - 1) YYABORT; } -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Entering state %d\n", yystate); -#endif + YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 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. */ @@ -744,10 +817,7 @@ yynewstate: if (yychar == YYEMPTY) { -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Reading a token: "); -#endif + YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } @@ -758,24 +828,23 @@ yynewstate: yychar1 = 0; yychar = YYEOF; /* Don't call YYLEX any more */ -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Now at end of input.\n"); -#endif + YYDPRINTF ((stderr, "Now at end of input.\n")); } else { - yychar1 = YYTRANSLATE(yychar); + yychar1 = YYTRANSLATE (yychar); -#if YYDEBUG != 0 +#if YYDEBUG + /* We have to keep this `#if YYDEBUG', since we use variables + which are defined only if `YYDEBUG' is set. */ 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 @@ -808,41 +877,63 @@ yynewstate: YYACCEPT; /* Shift the lookahead token. */ - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]); -#endif + YYDPRINTF ((stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1])); /* Discard the token being shifted unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if 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; -/* Do the default action for the current state. */ -yydefault: +/*-----------------------------------------------------------. +| yydefault -- do the default action for the current state. | +`-----------------------------------------------------------*/ +yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; + goto yyreduce; -/* Do a reduction. yyn is the number of a rule to reduce with. */ + +/*-----------------------------. +| yyreduce -- Do a reduction. | +`-----------------------------*/ 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 YYDEBUG != 0 + /* 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) { int i; @@ -857,7 +948,6 @@ yyreduce: } #endif - switch (yyn) { case 1: @@ -990,16 +1080,16 @@ case 38: { yyval.ltok = yyvsp[0].ltok; ; break;} } - /* the action file gets copied in in place of this dollarsign */ + yyvsp -= yylen; yyssp -= yylen; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp -= yylen; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1011,28 +1101,13 @@ case 38: #endif *++yyvsp = yyval; - -#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; - } +#if YYLSP_NEEDED + *++yylsp = yyloc; #endif - /* Now "shift" the result of the reduction. - Determine what state that goes to, - based on the state we popped back to - and the rule 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]; @@ -1044,10 +1119,13 @@ case 38: goto yynewstate; -yyerrlab: /* here on detecting error */ - if (! yyerrstatus) - /* If not already recovering from an error, report this error. */ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ +yyerrlab: + /* If not already recovering from an error, report this error. */ + if (!yyerrstatus) { ++yynerrs; @@ -1063,83 +1141,99 @@ yyerrlab: /* here on detecting error */ count = 0; /* Start X at -yyn if nec to avoid negative indexes in yycheck. */ for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (sizeof (yytname) / sizeof (char *)); x++) if (yycheck[x + yyn] == x) - size += strlen(yytname[x]) + 15, count++; - msg = (char *) malloc(size + 15); + size += strlen (yytname[x]) + 15, count++; + size += strlen ("parse error, unexpected `") + 1; + size += strlen (yytname[YYTRANSLATE (yychar)]); + msg = (char *) malloc (size); if (msg != 0) { - strcpy(msg, "parse error"); + strcpy (msg, "parse error, unexpected `"); + strcat (msg, yytname[YYTRANSLATE (yychar)]); + strcat (msg, "'"); if (count < 5) { count = 0; for (x = (yyn < 0 ? -yyn : 0); - x < (sizeof(yytname) / sizeof(char *)); x++) + x < (int) (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; -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; - -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]); -#endif - + YYDPRINTF ((stderr, "Discarding token %d (%s).\n", + yychar, yytname[yychar1])); 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. */ - yyn = yydefact[yystate]; /* If its default is to accept any token, ok. Otherwise pop it.*/ - if (yyn) goto yydefault; + + /* If its default is to accept any token, ok. Otherwise pop it. */ + yyn = yydefact[yystate]; + if (yyn) + goto yydefault; #endif -yyerrpop: /* pop the current state because it cannot handle the error token */ - if (yyssp == yyss) YYABORT; +/*---------------------------------------------------------------. +| yyerrpop -- pop the current state because it cannot handle the | +| error token | +`---------------------------------------------------------------*/ +yyerrpop: + if (yyssp == yyss) + YYABORT; yyvsp--; yystate = *--yyssp; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED yylsp--; #endif -#if YYDEBUG != 0 +#if YYDEBUG if (yydebug) { short *ssp1 = yyss - 1; @@ -1150,8 +1244,10 @@ yyerrpop: /* pop the current state because it cannot handle the error token */ } #endif +/*--------------. +| yyerrhandle. | +`--------------*/ yyerrhandle: - yyn = yypact[yystate]; if (yyn == YYFLAG) goto yyerrdefault; @@ -1174,38 +1270,41 @@ yyerrhandle: if (yyn == YYFINAL) YYACCEPT; -#if YYDEBUG != 0 - if (yydebug) - fprintf(stderr, "Shifting error token, "); -#endif + YYDPRINTF ((stderr, "Shifting error token, ")); *++yyvsp = yylval; -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED *++yylsp = yylloc; #endif yystate = yyn; goto yynewstate; - yyacceptlab: - /* YYACCEPT comes here. */ + +/*-------------------------------------. +| yyacceptlab -- YYACCEPT comes here. | +`-------------------------------------*/ +yyacceptlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } return 0; - yyabortlab: - /* YYABORT comes here. */ + +/*-----------------------------------. +| yyabortlab -- YYABORT comes here. | +`-----------------------------------*/ +yyabortlab: if (yyfree_stacks) { free (yyss); free (yyvs); -#ifdef YYLSP_NEEDED +#if YYLSP_NEEDED free (yyls); #endif } -- 2.45.2