squizz-0.99b+dfsg.orig/0000755000175000017500000000000012110373652014756 5ustar osallouosallousquizz-0.99b+dfsg.orig/aclocal.m40000644000175000017500000011303712106377453016633 0ustar osallouosallou# generated automatically by aclocal 1.13.1 -*- Autoconf -*- # Copyright (C) 1996-2012 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. # 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. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Copyright (C) 2002-2013 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. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.13' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.13.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.13.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2013 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. # 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], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2013 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. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2013 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. # 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", "OBJC", "OBJCXX", "UPC", or "GJC". # 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 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$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". rm -rf conftest.dir 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 # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub 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 am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # 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. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # 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. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; 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 ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2013 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. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. 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 " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # 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_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2013 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. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # 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_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # 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. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2013 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. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2013 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. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Copyright (C) 1998-2013 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. # AM_PROG_LEX # ----------- # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a # "missing" invocation, for better error output. AC_DEFUN([AM_PROG_LEX], [AC_PREREQ([2.50])dnl AC_REQUIRE([AM_MISSING_HAS_RUN])dnl AC_REQUIRE([AC_PROG_LEX])dnl if test "$LEX" = :; then LEX=${am_missing_run}flex fi]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2013 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. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit 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 # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Copyright (C) 1999-2013 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. # AM_PROG_CC_C_O # -------------- # Like AC_PROG_CC_C_O, but changed for automake. AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o if test "$am_t" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi dnl Make sure AC_PROG_CC is never called again, or it will override our dnl setting of CC. m4_define([AC_PROG_CC], [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2013 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. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ 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 is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2013 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. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2013 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. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # 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 ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2013 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. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2013 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. # AM_PROG_INSTALL_STRIP # --------------------- # 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 # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2013 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. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2013 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. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of '-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) squizz-0.99b+dfsg.orig/configure0000755000175000017500000151362712106377454016715 0ustar osallouosallou#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for squizz 0.99b. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='squizz' PACKAGE_TARNAME='squizz' PACKAGE_VERSION='0.99b' PACKAGE_STRING='squizz 0.99b' PACKAGE_BUGREPORT='' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS POD2HTM POD2MAN LEXLIB LEX_OUTPUT_ROOT LEX YFLAGS YACC CPP OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP EGREP GREP SED host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_gnu_ld with_sysroot enable_libtool_lock ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP CPPFLAGS YACC YFLAGS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures squizz 0.99b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/squizz] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of squizz 0.99b:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR (or the compiler's sysroot if not specified). Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor YACC The `Yet Another Compiler Compiler' implementation to use. Defaults to the first program found out of: `bison -y', `byacc', `yacc'. YFLAGS The list of arguments that will be passed by default to $YACC. This script will default YFLAGS to the empty string to avoid a default value of `-d' given by some make applications. Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to the package provider. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF squizz configure 0.99b generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type # ac_fn_c_find_uintX_t LINENO BITS VAR # ------------------------------------ # Finds an unsigned integer type with width BITS, setting cache variable VAR # accordingly. ac_fn_c_find_uintX_t () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 $as_echo_n "checking for uint$2_t... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" # Order is important - never check a type that is potentially smaller # than half of the expected target width. for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ 'unsigned long long int' 'unsigned short int' 'unsigned char'; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : case $ac_type in #( uint$2_t) : eval "$3=yes" ;; #( *) : eval "$3=\$ac_type" ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if eval test \"x\$"$3"\" = x"no"; then : else break fi done fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_find_uintX_t cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by squizz $as_me 0.99b, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.13' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # 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 ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='squizz' VERSION='0.99b' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ac_config_headers="$ac_config_headers lib/config.h" # Disable unneeded CXX/F77 checks for libtool 1.5.x # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir 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 # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # 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. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # 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. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; 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 ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi if test "x$CC" != xcc; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 $as_echo_n "checking whether cc understands -c and -o together... " >&6; } fi set dummy $CC; ac_cc=`$as_echo "$2" | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -f conftest2.$ac_objext && { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. if { ac_try='cc -c conftest.$ac_ext >&5' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -f conftest2.$ac_objext && { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # cc works too. : else # cc exists but doesn't like -o. eval ac_cv_prog_cc_${ac_cc}_c_o=no fi fi fi else eval ac_cv_prog_cc_${ac_cc}_c_o=no fi rm -f core conftest* fi if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h fi # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o if test "$am_t" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.2' macro_revision='1.3337' ltmain="$ac_aux_dir/ltmain.sh" # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case "$ECHO" in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test "$GCC" != yes; then reload_cmds=false fi ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 $as_echo "${with_sysroot}" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no enable_win32_dll=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' link_all_deplibs=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test x"$lt_cv_prog_compiler__b" = xyes; then archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test "$lt_cv_irix_exported_symbol" = yes; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([A-Za-z]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: for ac_prog in 'bison -y' byacc do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_YACC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_YACC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 $as_echo "$YACC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$YACC" && break done test -n "$YACC" || YACC="yacc" for ac_prog in flex lex do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LEX+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LEX"; then ac_cv_prog_LEX="$LEX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LEX="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LEX=$ac_cv_prog_LEX if test -n "$LEX"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5 $as_echo "$LEX" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$LEX" && break done test -n "$LEX" || LEX=":" if test "x$LEX" != "x:"; then cat >conftest.l <<_ACEOF %% a { ECHO; } b { REJECT; } c { yymore (); } d { yyless (1); } e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ yyless ((input () != 0)); } f { unput (yytext[0]); } . { BEGIN INITIAL; } %% #ifdef YYTEXT_POINTER extern char *yytext; #endif int main (void) { return ! yylex () + ! yywrap (); } _ACEOF { { ac_try="$LEX conftest.l" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$LEX conftest.l") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5 $as_echo_n "checking lex output file root... " >&6; } if ${ac_cv_prog_lex_root+:} false; then : $as_echo_n "(cached) " >&6 else if test -f lex.yy.c; then ac_cv_prog_lex_root=lex.yy elif test -f lexyy.c; then ac_cv_prog_lex_root=lexyy else as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5 $as_echo "$ac_cv_prog_lex_root" >&6; } LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root if test -z "${LEXLIB+set}"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5 $as_echo_n "checking lex library... " >&6; } if ${ac_cv_lib_lex+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS=$LIBS ac_cv_lib_lex='none needed' for ac_lib in '' -lfl -ll; do LIBS="$ac_lib $ac_save_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ `cat $LEX_OUTPUT_ROOT.c` _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_lex=$ac_lib fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext test "$ac_cv_lib_lex" != 'none needed' && break done LIBS=$ac_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5 $as_echo "$ac_cv_lib_lex" >&6; } test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5 $as_echo_n "checking whether yytext is a pointer... " >&6; } if ${ac_cv_prog_lex_yytext_pointer+:} false; then : $as_echo_n "(cached) " >&6 else # POSIX says lex can declare yytext either as a pointer or an array; the # default is implementation-dependent. Figure out which it is, since # not all implementations provide the %pointer and %array declarations. ac_cv_prog_lex_yytext_pointer=no ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define YYTEXT_POINTER 1 `cat $LEX_OUTPUT_ROOT.c` _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_prog_lex_yytext_pointer=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; } if test $ac_cv_prog_lex_yytext_pointer = yes; then $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h fi rm -f conftest.l $LEX_OUTPUT_ROOT.c fi if test "$LEX" = :; then LEX=${am_missing_run}flex fi # Extract the first word of "pod2man", so it can be a program name with args. set dummy pod2man; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_POD2MAN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$POD2MAN"; then ac_cv_prog_POD2MAN="$POD2MAN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_POD2MAN="pod2man" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_POD2MAN" && ac_cv_prog_POD2MAN=":" fi fi POD2MAN=$ac_cv_prog_POD2MAN if test -n "$POD2MAN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $POD2MAN" >&5 $as_echo "$POD2MAN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "pod2html", so it can be a program name with args. set dummy pod2html; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_POD2HTM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$POD2HTM"; then ac_cv_prog_POD2HTM="$POD2HTM" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_POD2HTM="pod2html" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_POD2HTM" && ac_cv_prog_POD2HTM=":" fi fi POD2HTM=$ac_cv_prog_POD2HTM if test -n "$POD2HTM"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $POD2HTM" >&5 $as_echo "$POD2HTM" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Checks for libraries. # Checks for header files. for ac_header in err.h inttypes.h stddef.h stdlib.h string.h strings.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in unistd.h do : ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" if test "x$ac_cv_header_unistd_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_UNISTD_H 1 _ACEOF fi done # Checks for typedefs, structures, and compiler characteristics. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if ${ac_cv_c_const+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __cplusplus /* Ultrix mips cc rejects this sort of thing. */ typedef int charset[2]; const charset cs = { 0, 0 }; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this sort of thing. */ char tx; char *t = &tx; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; } bx; struct s *b = &bx; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_const=yes else ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then $as_echo "#define const /**/" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if ${ac_cv_struct_tm+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { struct tm tm; int *p = &tm.tm_sec; return !p; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_struct_tm=time.h else ac_cv_struct_tm=sys/time.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 $as_echo "$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" if test "x$ac_cv_type_off_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define off_t long int _ACEOF fi ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" case $ac_cv_c_uint64_t in #( no|yes) ;; #( *) $as_echo "#define _UINT64_T 1" >>confdefs.h cat >>confdefs.h <<_ACEOF #define uint64_t $ac_cv_c_uint64_t _ACEOF ;; esac # Checks for library functions. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } if ${ac_cv_sys_largefile_source+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=no; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=1; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_cv_sys_largefile_source=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5 $as_echo "$ac_cv_sys_largefile_source" >&6; } case $ac_cv_sys_largefile_source in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source _ACEOF ;; esac rm -rf conftest* # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug # in glibc 2.1.3, but that breaks too many other things. # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. if test $ac_cv_sys_largefile_source != unknown; then $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h fi #AC_FUNC_MALLOC #AC_FUNC_REALLOC for ac_func in strftime do : ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" if test "x$ac_cv_func_strftime" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRFTIME 1 _ACEOF else # strftime is in -lintl on SCO UNIX. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 $as_echo_n "checking for strftime in -lintl... " >&6; } if ${ac_cv_lib_intl_strftime+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strftime (); int main () { return strftime (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_intl_strftime=yes else ac_cv_lib_intl_strftime=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 $as_echo "$ac_cv_lib_intl_strftime" >&6; } if test "x$ac_cv_lib_intl_strftime" = xyes; then : $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h LIBS="-lintl $LIBS" fi fi done for ac_func in localtime_r strcasecmp strchr strdup strerror do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done # Add 64-bits file support on some hosts $as_echo "#define _FILE_OFFSET_BITS 64" >>confdefs.h # Compatibility test $ac_cv_header_err_h != yes && \ ac_config_files="$ac_config_files lib/err.h:lib/compat/err.h" ac_config_files="$ac_config_files Makefile lib/Makefile src/Makefile data/Makefile doc/Makefile test/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by squizz $as_me 0.99b, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ squizz config.status 0.99b configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ nm_file_list_spec \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "lib/config.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "lib/err.h") CONFIG_FILES="$CONFIG_FILES lib/err.h:lib/compat/err.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. 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 " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and in which our libraries should be installed. lt_sysroot=$lt_sysroot # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) if test x"$xsi_shell" = xyes; then sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ func_dirname ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_basename ()$/,/^} # func_basename /c\ func_basename ()\ {\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ func_dirname_and_basename ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ func_stripname ()\ {\ \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ \ # positional parameters, so assign one to ordinary parameter first.\ \ func_stripname_result=${3}\ \ func_stripname_result=${func_stripname_result#"${1}"}\ \ func_stripname_result=${func_stripname_result%"${2}"}\ } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ func_split_long_opt ()\ {\ \ func_split_long_opt_name=${1%%=*}\ \ func_split_long_opt_arg=${1#*=}\ } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ func_split_short_opt ()\ {\ \ func_split_short_opt_arg=${1#??}\ \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ func_lo2o ()\ {\ \ case ${1} in\ \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ \ *) func_lo2o_result=${1} ;;\ \ esac\ } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_xform ()$/,/^} # func_xform /c\ func_xform ()\ {\ func_xform_result=${1%.*}.lo\ } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_arith ()$/,/^} # func_arith /c\ func_arith ()\ {\ func_arith_result=$(( $* ))\ } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_len ()$/,/^} # func_len /c\ func_len ()\ {\ func_len_result=${#1}\ } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$lt_shell_append" = xyes; then sed -e '/^func_append ()$/,/^} # func_append /c\ func_append ()\ {\ eval "${1}+=\\${2}"\ } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ func_append_quoted ()\ {\ \ func_quote_for_eval "${2}"\ \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} fi mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi squizz-0.99b+dfsg.orig/config.sub0000755000175000017500000010546712106377455016770 0ustar osallouosallou#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches with a ChangeLog entry to config-patches@gnu.org. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i386-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: squizz-0.99b+dfsg.orig/COPYING0000644000175000017500000004311010044420076016005 0ustar osallouosallou GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. squizz-0.99b+dfsg.orig/AUTHORS0000644000175000017500000000013010044420075016014 0ustar osallouosallouSquizz was written, and is currently maintained by : Nicolas Joly squizz-0.99b+dfsg.orig/ChangeLog0000644000175000017500000012522312105151570016532 0ustar osallouosallou2013-02-08 Nicolas Joly * doc/seqfmt.pod: Adjust spacing in CODATA sample. 2013-02-07 Nicolas Joly * lib/align/stockl.l: Add '_' and '~' as valid gap characters. * lib/align/stock.c: Adjust accordingly. 2013-01-30 Nicolas Joly * lib/sequence/*y.y: Plug some more memory leaks upon parsing error (use %destructor for discarded tokens). 2013-01-18 Nicolas Joly * lib/align/*y.y: Do not leak memory upon parsing error. 2013-01-15 Nicolas Joly * lib/*l.l: Use `%option bison-bridge' instead of home-made yylex function declaration. 2013-01-04 Nicolas Joly * configure.ac: Bump version to 0.99b. 2012-09-06 Nicolas Joly * lib/align/mega*.[ly]: Adjust to follow MEGA4 specifications about statements. 2012-06-13 Nicolas Joly * src/format.c: Make PIR an alias to NBRF format. * doc/*.pod: Adjust documentation accordingly. * test/nbrf.sh: New file to exercize NBRF format. 2012-06-12 Nicolas Joly * lib/sequence/pir*.[chly], lib/sequence/codata*.[chly]: Switch from PIR to CODATA format, to better match reality. Adjust all uses accordingly. 2012-02-24 Nicolas Joly * lib/sequence/genbankl.l: Allow longer sequence names (up to 68 characters, just like acessions). 2012-02-06 Nicolas Joly * test/nexus.sh: Rename to nexusi.sh, to somehow allow support for sequential (nexuss) format. * test/phylipi.sh: Exercize format name aliases. 2012-01-20 Nicolas Joly * configure.ac: Use AC_TYPE_UINT64_T macro to handle uint64_t type. Get rid of now unused AC_CHECK_SIZEOF() calls. * lib/sequence/sprot.c: Adjust accordingly. 2012-01-16 Nicolas Joly * lib/align/nexusi*.[ly]: Do not catch newline while processing comments. Now, comments at the end of a sequence line are allowed. * test/nexus.sh: Exercize it. 2011-12-27 Nicolas Joly * lib/err.h: Move it out of the way to a new compat directory, and only provide it there if really needed. 2011-12-26 Nicolas Joly * lib/sequence/sprot.c: Be robust against systems that lacks uint64_t. * src/format.c: Cleanup local off_t redefinition. It's not needed anymore. 2011-12-26 Nicolas Joly * lib/*.c, src/*.c: Switch from home made error_{fatal,warn} functions to more widely available err()/errx() ones. * lib/err.h: Add fallblack implementations if not available. * lib/extern/error.[ch]: G/C now unused error functions. 2011-12-22 Nicolas Joly * lib/sequence/embll.l: Handle more complex projects identifiers up to 10 alpha-numeric characters. 2011-12-20 Nicolas Joly * test/msf.sh: Exercize MSF format without last empty line. 2011-12-16 Nicolas Joly * test/nexus.sh: Exercize nested comments that we now support. 2011-12-15 Nicolas Joly * lib/align/nexusil.l: Do handle verly long comments, to be skipped. Use start condition stack option for this. * test/nexus.sh: Exercize it. 2011-07-20 Nicolas Joly * lib/sequence/embll.l: Adjust RP field separator to allow a single comma (not followed by a space character). * lib/sequence/sprotl.l: Allow DR information text to be of arbitrary length. 2011-05-23 Nicolas Joly * lib/sequence/genbanky.y: The WGS_SCAFLD RefSeq field does not seems mandatory, and can occur more than once; make it so. * lib/sequence/genbanky.y: Likewise, allow more than one WGS field in Refseq entries. 2011-05-20 Nicolas Joly * lib/sequence/genbank*.[ly]: Add support for WGS RefSeq entries. And, while here, cleanup sub-formats (GenBank, GenPept and RefSeq) handling. * lib/sequence/embll.l: Fix deprecated SV field parsing (broken since accession number constraints were relaxed). 2011-05-19 Nicolas Joly * lib/sequence/genbank*.[ly]: Allow DBLINK field to have more than a single line. 2011-05-18 Nicolas Joly * lib/sequence/embl*.[ly]: Allow multiple projects values in PR lines, as seen in recent EMBL entries. 2010-12-13 Nicolas Joly * lib/align/nexusil.l: Recognize `charstatelabels' as a valid NEXUS command. * lib/align/nexusil.l: Support tab characters just like plain spaces in commands. * lib/align/megal.l: Do correctly handle sequence names that start with `mega' string. * test/mega.sh: Exercize it. 2010-09-15 Nicolas Joly * lib/sequence/embl*.[ly]: Relax accession number definition, to a single word. 2010-09-06 Nicolas Joly * lib/sequence/genbank*.[ly]: Relax accession number definition, by allowing a single word (that do not exceed allowed characters per line). Problem reported by Marc Logghe. * test/genbank.sh: New file to exercize GENBANK format. 2010-05-12 Nicolas Joly * src/format.c: Do reset entry number when counting entries during format verification. * test/count.sh: New test file, to exercize entries count. 2010-05-11 Nicolas Joly * src/squizz.c: Fix entries count which has been broken in previous cleanup. 2010-05-10 Nicolas Joly * src/*.[ch]: Cleanup format handling, to not rely on implicit structures copying between functions. No functional change. 2010-01-18 Nicolas Joly * lib/align/nexusil.l: Allow square brackets in sequence names enclosed with quotes. * test/nexus.sh: Exercise it. 2009-11-25 Nicolas Joly * lib/align/nexusil.l: Be more strict when checking for end tag in ignored blocks, do only match complete word. * test/nexus.sh: Exercise it. 2009-10-30 Nicolas Joly * lib/*/*.y: Switch from deprecated YYPARSE_PARAM define, to `%parse-param' option. 2009-10-26 Nicolas Joly * lib/align/megay.y: Add support for long sequence names. * test/mega.sh: Exercise it. * lib/align/parse.c: Split `parse_seqadd()' function in 2 new ones `parse_tmpupd()' which add the sequence name to a temporary buffer and `parse_seqnew()' which really add the sequence. * lib/align/*y.y: Adjust accordingly. 2009-10-22 Nicolas Joly * test/phylip[is].sh: Work around somw `grep -e' portability problems. * test/clustal.sh: Do not use `echo -n "msg"' which is not portable, but `echo "msg" | tr -d "\n"' instead. 2009-10-09 Nicolas Joly * lib/sequence/genbanky.y: REFSEQ databank may have both DBLINK and DBSOURCE keyword lines. 2009-09-17 Nicolas Joly * lib/align.c, lib/sequence.c: Do not redefine off_t, config.h already handles it. 2009-09-07 Nicolas Joly * lib/sequence/genbankl.l: Update for new accessions found in Refseq release 36. 2009-09-04 Nicolas Joly * lib/sequence/embll.l: Do handle keywords that have an internal `;' character. * test/embl.sh: Exercise it. * lib/sequence/sprotl.l: Do handle cross-reference data which contain an internal `;' character. * test/sprot.sh: New file to exercise SWISSPROT format. * lib/sequence/genbankl.l: Work around a small header glitch (extra leading space) in GenBank 173.0 release files. 2009-09-02 Nicolas Joly * lib/align/stockl.l: Sequence name may have a single character. * test/stockholm.sh: Exercise it. * lib/align/msfl.l: Increase allowed sequence names up to 80 characters. * lib/align/megal.l: Do not choke on long Title lines. 2009-06-17 Nicolas Joly * lib/align/megal.l: Do ignore more comments. * test/mega.sh: Exercise it. 2009-05-05 Nicolas Joly * lib/align/clustaly.y: Do handle/ignore base numbers which can appear before the sequence chunk. 2009-04-23 Nicolas Joly * test/phylipi.sh: Add check for file with extra newlines at EOF. 2009-04-08 Nicolas Joly * lib/align/nexusil.l: Allow more than one command on a single line. 2009-03-25 Nicolas Joly * lib/sequence/genbank*.[ly]: Add support for upcoming `DBLINK' keyword in RefSeq. 2009-03-05 Nicolas Joly * lib/align/megal.l: Improve comment handling, by removing a maximum size limit. 2009-03-02 Nicolas Joly * lib/align/megal.l: Ignore, for now, comment (enclosed with quotes) after sequence name. * test/mega.sh: Exercise it. 2009-02-18 Nicolas Joly * lib/align.c: Fix duplicate sequence names detection (the array holding them was incorrectly sorted). * test/align.sh: Exercise it. * lib/align/megal.l: Increase allowed sequence name length from 40 to 50 characters. 2009-01-20 Nicolas Joly * lib/sequence/igl.l: Fix detection without newline at EOF. * test/ig.sh: Exercise it. * test/ig.sh: New file to exercise IG sequence format. 2009-01-09 Nicolas Joly * lib/align/phylipil.l: Correctly detect format without newline at EOF, when sequences are on a single line. * test/phylip[is].sh: Add checks for single line sequence, which both PHYLIPI/PHYLIPS formats should match. 2008-12-12 Nicolas Joly * lib/align/nexusil.l, lib/align/nexusi.c: Add support for sequence that contains spaces (must be enclosed with quotes). * test/nexus.sh: Exercise it. 2008-10-16 Nicolas Joly * lib/sequence/genbankl.l: Do not choke on some UniProt secondary accessions numbers (allow a mix of 6 alpha-numeric characters). 2008-10-07 Nicolas Joly * test/msf.sh: New file to exercise MSF alignment format. * lib/align/megal.l: Ignore header line trailing spaces. 2008-09-30 Nicolas Joly * src/squizz.c, doc/alifmt.pod: Small typo fix. * doc/alifmt.{man,html}: Regen. 2008-09-19 Nicolas Joly * lib/align/nexusil.l: Allow spaces before `begin' block keyword. * lib/align/nexusil.l: Add `charlabels' command parsing. * lib/align/stocky.y: Be robust against invalid sequence lines (endless loop without space separator). * test/stockholm.sh: New file, to exercise STOCKHOLM format. 2008-09-16 Nicolas Joly * lib/align/megal.l: Support identical `.' character in sequences. * lib/align/mega.c: Replace all "identical" characters in sequences. * test/mega.sh: Exercise it. 2008-09-11 Nicolas Joly * lib/align/parse.c: Do not abort for unexpected sequence name in alignment anymore. * test/align.sh: Exercise it. 2008-09-10 Nicolas Joly * lib/align/phylip[is]*.[ly]: Handle correctly files without newline at EOF (last sequence line). * test/phylip[is].sh: Exercise them. 2008-09-08 Nicolas Joly * lib/align/megal.l: Handle correctly files without newline at EOF (last sequence line). * test/mega.sh: Exercise it. 2008-09-05 Nicolas Joly * lib/sequence/rawl.l: Allow gaps in RAW format (at least, to be consistent with other sequence formats). * test/raw.sh: Exercise it. 2008-09-02 Nicolas Joly * test/align.sh: New file for aligments generic checks. * lib/sequence/utils.c: New file that holds sequence generic utilities, such as a sequence name cleaner. * lib/align/{mega,msf,nexusi}.c: Use it. * lib/sequence/raw.c: Do not output gaps, just skip them for now. * test/raw.sh: New file to exercise RAW format. * test/align/fasta.seq: Updated. * lib/sequence/embll.l: Fix EMBL parsing for anonymous entry. * test/embl.sh: New file, to exercise it. 2008-09-01 Nicolas Joly * test/phylip[is].sh: Exercise sequence names with spaces. * lib/align/phylip.[ch]: Simplify sequence names cleanup. * lib/aligm/phylip[is].c: Adjust. 2008-08-29 Nicolas Joly * lib/align/stockl.l: Support tab characters just like spaces. * lib/align/mega*.[ly]: Add support for old statement format. * test/mega.sh: New file to exercise MEGA format. * lib/align/clustall.l: Ignore empty lines without newline at EOF. * test/clustal.sh: Exercise it. 2008-08-26 Nicolas Joly * lib/extern/text.c: Do not add more than a single space separator when appending text buffers. * lib/sequence/sprotl.l: Add support for new DE lines structure. * lib/sequence/sprotl.l: Allow new `AGRICOLA' key in RX lines.. 2008-07-28 Nicolas Joly * lib/align/clustall.l: Add `*' as valid base character. * lib/align/phylip[is]l.l: Do not allow empty line between header and first sequence chunk. * test/phylip[is].sh: New files, to exercise PHYLIPI/PHYLIPS formats. 2008-07-25 Nicolas Joly * lib/align/stocky.y: Do not require empty line between header and sequences. * lib/align/nexusil.l: Ignore trailing spaces after MATRIX keyword. 2008-05-21 Nicolas Joly * lib/align/clustall.l: Adjust parsing to support missing newline at EOF on sequence line. * test/clustal.sh: Exercise it. 2008-04-24 Nicolas Joly * all: Remove unused DnaStrider sequence format. 2008-04-18 Nicolas Joly * doc/alifmt.pod: Add MEGA alignment sample. * doc/alifmt.{man,html}: Regen. 2008-04-15 Nicolas Joly * lib/align/nexusil.l: Ignore trailing spaces after semi-column, for matrix block end. 2008-04-03 Nicolas Joly * lib/align/nexusil.l: Now that spaces in token assignment are globally supported, remove program specific hacks (ClustalW and MacClade). * lib/align/mega*: First try to support MEGA alignment format. * lib/align.[ch], src/format.c: Adjust. * test/align/mega.seq: New file in MEGA format. * test/*ali.sh: Exercise it. 2008-03-19 Nicolas Joly * lib/sequence/embll.l: Add `AGRICOLA' as a suppoprted resource identifier for RX lines. 2008-03-11 Nicolas Joly * lib/sequence/embll.l: Skip trailing spaces in accessions list fields. 2008-03-07 Nicolas Joly * lib/align/stockl.l: Do not fail if last line, with end tag `//', has no newline character. * lib/align/nexusil.l: Handle command tokens which have spaces around equal character (e.g `gap = -' instead of `gap=-'). * test/nexus.sh: New file, NEXUS format specific checks. 2008-03-06 Nicolas Joly * lib/sequence/fastal.l: Do not understand `.' as valid gap character anymore, as most programs does not support it. 2008-02-28 Nicolas Joly * lib/sequence/nbrfl.l: Handle `D1' sequence type, for unknown DNA, produced by EMBOSS programs. * test/convali.sh: Remove `-s' flag in tests, now that its behaviour has been changed to be the default. 2008-02-15 Nicolas Joly * lib/sequence/fasta.c: Do not output `?' as a valid gap character. 2008-02-14 Nicolas Joly * lib/align/clustaly.y: Make empty line mandatory again between header and first chunk of sequences. * test/clustal.sh: Exercise it. 2008-02-13 Nicolas Joly * doc/*.html: Small update to add correct title. 2008-02-08 Nicolas Joly * lib/align.c: Speedup strict alignment check by removing nested loops in duplicate names check. * lib/align/fasta2.c: Fix invalid sequence buffer reallocation size. * src/squizz.c: Small update to make format verification (-f) work with formats restrictions (-A/-S). * doc/squizz.pod: Update documentation accordingly. 2008-02-06 Nicolas Joly * lib/align/clustall.l: Do not fail if last consensus chunk does not end with a newline (at EOF). * test/clustal.sh: New file, for CLUSTAL format specific tests. 2008-02-05 Nicolas Joly * doc/*.pod: Do not output man(1) header/footer when generating HTML documents. While here, remove generated index too. 2008-01-25 Nicolas Joly * lib/sequence/sprotl.l: Increase DR identifier value size to match current UniProtKB limits. 2008-01-09 Nicolas Joly * lib/align/clustal*.[ly]: Improve format detection by adding a terminator tag check. 2007-10-25 Nicolas Joly * src/format.c: Do not merge anymore PHYLIPI/PHYLIPS under generic PHYLIP name (PHYLIP is still an alias for PHYLIPI). * test/*ali.sh: Update tests accordingly. * src/format.[ch]: Allow format display list to restricted to sequence or alignment lists. * src/squizz.c: Adjust accordingly. 2007-10-03 Nicolas Joly * lib/sequence/embly.y: Add support for new ANN data class, which has both CO and SQ sections. 2007-09-04 Nicolas Joly * src/squizz.c: Add a new flag `-n' to count and report detected entries for a single type. * src/format.[ch]: Count entries under strict format detection/verification. * doc/squizz.pod: Document it. * test/squizz.sh: Check `-n' options conflicts. 2007-09-03 Nicolas Joly * lib/sequence/genbank*.[ly]: Add support for new `PRIMARY' keyword in RefSeq databank. 2007-07-26 Nicolas Joly * lib/sequence/sprot*.[ly]: Add basic support for `Protein Existence' (PE) lines. 2007-06-20 Nicolas Joly * src/squizz.c: Restrict intput to regular files. * test/squizz.sh: Exercise it. * lib/sequence/ig.c: Fix an infinite loop, when comments has an unsplittable word of more than 78 characters. 2007-06-19 Nicolas Joly * lib/sequence/embl*.[ly]: Add support for project (PR) lines. 2007-06-13 Nicolas Joly * lib/sequence/embll.l: Allow lines with trailing spaces. 2007-06-11 Nicolas Joly * lib/align/stockl.l: Fix parsing, when comment line appears in sequences block. * lib/align/stock*.[ly]: Parsers cleanup, to make it more robust to format variations. * lib/align/msfl.l: Do not bail on expected empty lines that do have some extra spaces. 2007-06-01 Nicolas Joly * doc/alifmt.pod: Add MSF sequence number limitation. 2007-04-04 Nicolas Joly * lib/align/nexusil.l: Do not validate NEXUS format for files ending with invalid begin/end blocks other than characters or data. 2007-03-08 Nicolas Joly * lib/sequence/gdel.l: Ignore all spaces characters in sequence data. 2007-02-15 Nicolas Joly * lib/sequence/gdel.l: Ignore trailing spaces after sequence names. 2007-02-14 Nicolas Joly * lib/align/clustall.l: Allow structure and penality masks lines in sequence chunks. 2007-02-13 Nicolas Joly * lib/align/parse.[ch]: Use return values for all parsing functions, transmit errors to interrupt parsers. * lib/align/*y.y: Adjust. * src/squizz.c: Check for incompatible `-c' and `-s' options. * test/squizz.sh: Exercise it. 2007-02-12 Nicolas Joly * src/squizz.c: Change `-s' default behaviour. Strict checks are now enabled by default, and can be disabled with this option. * doc/squizz.pod: Update accordingly. 2007-01-12 Nicolas Joly * lib/align/nexusi*.[ly]: Sequence block separator can now be made of multiple empty lines (even with comments in between). 2007-01-11 Nicolas Joly * lib/sequence/embll.l: Skip EMBL internal fields, used in sequence submisstion (e.g. `{ST,AC,BQ} * '). 2007-01-03 Nicolas Joly * lib/sequence/pirl.l: Do not break on large sequence lines, when trying to detect empty lines (made by sreformat tool). 2006-12-11 Nicolas Joly * lib/align/clustal*.[ly]: Handle CLUSTAL files whitout empty line between the header line and the first sequences block. 2006-12-04 Nicolas Joly * lib/align/phylipil.l: Ignore trailing spaces in header line. * lib/align/phylipsl.l: Likewise. 2006-11-30 Nicolas Joly * lib/sequence.c: Adjust sequence type detection to handle new `J' (Leucine or IsoLeucine) and `O' (Pyrrolysine) amino acid codes. 2006-11-28 Nicolas Joly * lib/align/clustall.l: Allow consensus lines without leading spaces. 2006-11-14 Nicolas Joly * lib/align/nexusil.l: Ignore spaces characters in block end line. * lib/align/phylipil.l: Ignore tabs, like spaces, in empty lines. 2006-10-27 Nicolas Joly * lib/sequence/sprot*.[ly]: Add support for OH (Organism Host) lines. 2006-10-26 Nicolas Joly * lib/sequence/genbankl.l: Update genbank accession numbers for WGS entries. 2006-10-25 Nicolas Joly * lib/sequence.c: Add some debug messages in strict checking mode, enabled by setting environment variable SQUIZZ_DEBUG. 2006-10-24 Nicolas Joly * lib/align/nexusiy.y: Allow extra empty line before matrix block end. 2006-10-23 Nicolas Joly * lib/align/clustall.l: Allow `~' as gap character. 2006-10-21 Nicolas Joly * test/squizz.sh: Check for formats list. 2006-10-20 Nicolas Joly * doc/Makefile.am: Use `$(htmldir)' variable for HTML files installation. * lib/align/phylipsl.l: Do not allow empty line in sequence chunk. 2006-10-16 Nicolas Joly * lib/sequence/genbankl.l: Ignore TITLE fields from unknown source, and empty lines before sequence. * lib/sequence/embll.l: Allow `-' gap characters. 2006-10-13 Nicolas Joly * lib/sequence/genbanky.y: Make revision value `.' optional in VERSION field. * lib/sequence/genbankl.l: Allow more than one space as separator in VERSION field. 2006-10-12 Nicolas Joly * lib/align/nexusil.l: Ignore extra (empty) lines before MATRIX block end. 2006-10-10 Nicolas Joly * lib/sequence/genbankl.l: Add `?' character as valid gap symbol. 2006-10-07 Nicolas Joly * lib/align/phylipil.l: Redo `Do not ignore extra numbers in sequence' (from 2004-12-17), that crept in again ... 2006-10-05 Nicolas Joly * lib/sequence/genbanky.y: Allow single definition line without ending character. * lib/align/phylipsl.l: Ignore empty lines before each sequence chunks. * lib/align/clustall.l: Ignore empty/blank lines before the CLUSTAL header tag. 2006-10-03 Nicolas Joly * lib/sequence/pirl.l: Add `-' as valid gap character. * lib/align/nexusil.l: Ignore invalid `symbols = "..."' in NEXUS MacClade generated files (should be =, without extra spaces). 2006-10-02 Nicolas Joly * lib/align/clustall.l: Revert previous, as it breaks detection for files with last sequence newline but without consensus. * lib/align/clustall.l: While here, simplify sequence blocks separator by allowing more than a single newline. 2006-09-30 Nicolas Joly * lib/align/clustall.l: Fix detection with missing newline (at EOF) in last sequence line. * lib/align/nexusil.l: Only parse sequence blocks (characters, data), and ignore all other types (codons, paup, taxa, tree, ...). 2006-09-29 Nicolas Joly * lib/sequence/sprotl.l: Ignore more trailing spaces. * lib/sequence/parse.c: Split `parse_dscadd()' into 2 functions. One that prepend a separator space character if needed (for line continuation), and one that do not (when text comes from the same line). * lib/sequence/*y.y: Adjust accordingly. 2006-09-28 Nicolas Joly * lib/align/clustall.l: Allow another tag version, with first character uppercase (eg. Clustal). * lib/sequence/genbank.c: Fix infinite loop with unsplittable long words (without `-' character) in DEFINITION field output. * lib/sequence/embl.c: Likewise. 2006-09-26 Nicolas Joly * lib/align/clustall.l: Allow lowercase version of `CLUSTAL' tag in header. 2006-09-25 Nicolas Joly * lib/sequence/genbanky.y: Update RefSeq format detection to use `DBSOURCE' (protein) or `PROJECT' (genomic) lines, but not both. * lib/sequence/genbankl.l: Ignore extra `REGION:' datas in `ACCESSION' line. 2006-09-21 Nicolas Joly * doc/Makefile.am: Remove leading space in format samples for HTML generated files. * lib/sequence/striderl.l: Allow `.' as valid gap character. 2006-09-16 Nicolas Joly * lib/align/phylip.c: Add missing "error.h" include. 2006-09-09 Nicolas Joly * lib/*/*l.l: Add `nounput' option to fix some lint warnings about unused `unput()' function. 2006-09-08 Nicolas Joly * lib/align/nexusil.l: Ignore trailing spaces following a comment block. 2006-09-04 Nicolas Joly * lib/align/phylip.[ch]: New file for PHYLIP common functions, shared by both interleaved and sequential formats. * lib/align/phylip[is].c: Use common code to fix sequence names with invalid characters. 2006-09-01 Nicolas Joly * lib/align/clustal.c: Check that at least one sequence name is larger than 15 characters (do not always check all names). * src/format.c: Turn warnings into errors for conversion problems. 2006-08-30 Nicolas Joly * test/sequence/*.seq: Update all available databanks entries from GenBank, GenPept, RefSeq and UniProtKB. * lib/sequence/genbank.c: Use localtime_r() instead of localtime() like other formats. 2006-08-29 Nicolas Joly * lib/align/nexusil.l: Allow `*' character (stop codon) in protein alignments. 2006-08-28 Nicolas Joly * lib/align/msfl.l: Allow '?' as a valid gap character. * lib/align/msf.c: Adjust. 2006-08-24 Nicolas Joly * lib/align/clustall.l: Ignore trailing tabs too, just like spaces. 2006-06-22 Nicolas Joly * lib/sequence/embl*.[ly]: Add support for contig entries. * lib/sequence/embl.c: Update ID line output to the new EMBL format (rel. 87 - june 2006). * test/sequence/embl.seq: Refresh sample entry from databank. * lib/align/nexusil.l: Ignore invalid `gap= -' construct in NEXUS format made by ClustalW program (spaces are illegal as gap characters). 2006-06-16 Nicolas Joly * lib/sequence/embll.l: Do not allow `;' character in sequence names anymore, to preprare ID line format change in EMBL. * lib/sequence/genbankl.l: Update header detection for GenPept daily update files. 2006-06-15 Nicolas Joly * lib/align.c: Add some debug messages in strict checking mode, enabled by setting environment variable SQUIZZ_DEBUG. 2006-06-09 Nicolas Joly * lib/align/clustall.l: Support `?' as valid gap character. * lib/align/clustal.c: Adjust accordingly. 2006-06-06 Nicolas Joly * lib/sequence/pirl.l: Small updates to support files generated by Sean Eddy sreformat tool (mostly spacing fixes ...). 2006-05-19 Nicolas Joly * lib/align/clustall.l: Fix empty lines detection (to be ignored). 2006-05-17 Nicolas Joly * lib/sequence/embl*.[ly]: Simplify ID lines parsing. 2006-05-08 Nicolas Joly * lib/align.c: Do no abort on alignment allocation problem, return NULL; like sequence already do. * align.[ch]: Do alignment initialisation during allocation, and remove specific function. * sequence.[ch]: Likewise. 2006-05-07 Nicolas Joly * lib/align/parse.c: Fix a small memory leak, when parsing sequence names which already exists. * lib/align.c: Fix two others in alignment object cleanup. 2006-05-05 Nicolas Joly * lib/align/stock*.*: New files for STOCKHOLM alignment format (from Sean Eddy HMMER package). * lib/align.[ch], src/format.c: Adjust accordingly. * test/align/stock.seq: New STOCKHOLM sample file. * test/fmtali.sh, test/convali.sh: Exercise it. * doc/squizz.pod, doc/alifmt.pod: Update documentation. 2006-04-27 Nicolas Joly * lib/align/msfl.l: Do not assume that `Name:' is followed by at least a space character. 2006-04-24 Nicolas Joly * lib/align/msfy.y: Make empty line optional for first sequence block (remains mandatory for others). 2006-04-19 Nicolas Joly * test/squizz.sh: Exercise recently added options. 2006-04-18 Nicolas Joly * src/squizz.c: Add `-A' and `-S' options to restrict detection to alignments or sequence formats. * src/format.[ch]: Adjust accordingly. * doc/squizz.pod: Document them. 2006-04-14 Nicolas Joly * lib/align/nexusil.l: Ignore lines with spaces only during sequences block parsing. 2006-04-05 Nicolas Joly * lib/sequence/genbankl.l: Added `protein id' format to supported accession list (found on NCBI protein entries). 2006-04-03 Nicolas Joly * src/format.c: Allow strict checks with format verification too, not only for detection. * doc/squizz.pod: Document `strict checks' operations. 2006-03-31 Nicolas Joly * doc/alifmt.pod: Small formatting adjustements to not exceed 80 characters line limit. * doc/seqfmt.pod: Likewise. 2006-03-16 Nicolas Joly * lib/align/parse.c: Fix a stupid buffer mistake, which arise when trying to add a new sequence name without leading spaces. * lib/align/msf*.[ly]: Make the position numbers (before each sequence block) optional. * src/format.c: Simplify format detection code, no functional change. 2006-03-14 Nicolas Joly * lib/align/msf.c: Small updates in MSF format output to match reality: add an extra space after the sequence, remove leading `0' characters to the checksum, and fix names alignment in header. * lib/align/msf.c: Right justify names in sequence lines. 2006-03-13 Nicolas Joly * test/squizz.sh: New test file, to check for base operations (options, ...). 2006-03-10 Nicolas Joly * lib/align/nexusil.l: Do not allow new command if previous one is unfinished. Strengthen command line continuation. 2006-03-09 Nicolas Joly * lib/align/clustaly.y: Allow longer description text in CLUSTAL header line. 2006-03-08 Nicolas Joly * lib/sequence/genbankl.l: Adjust GenPept VERSION field, which use the entry name where other databanks use accession number. * lib/sequence/genbank*.[ly]: Add support for new `PROJECT' field in REFSEQ databank; and make `DBSOURCE' field optional. 2006-03-07 Nicolas Joly * lib/align.c, lib/sequence.c: Add `#include ' for off_t definition on Darwin. * src/format.c: Likewise. * lib/sequence/sprot*.[ly]: Add support for old RX lines format. 2006-02-02 Nicolas Joly * src/squizz.c: Add `-f' option, to check for only one format instead of trying to detect it. 2006-01-05 Nicolas Joly * lib/sequence/embll.l: Fix sequence detection for entries with more than 10Mb. * lib/sequence/embl*.[ly]: Add support for `Third Party Annotation' AH and AS lines. 2006-01-02 Nicolas Joly * lib/sequence/genbankl.l: Update Accession Number definitions. * lib/sequence/genbank[yl].*: Add minimal support for CONTIG entries. * lib/sequence.[ch]: Add some strict sequence checking code. * src/format.c: Use it to reject entries without sequence. 2006-01-02 Nicolas Joly * lib/sequence/*y.y: Remove unneeded check for empty sequence string. 2005-10-25 Nicolas Joly * lib/align.c: Sequence names, in strict alignment checks, must now be unique. * test/align/fasta.seq: Adjust. 2005-10-13 Nicolas Joly * lib/sequence/embly.y: CC lines can be empty. 2005-07-11 Nicolas Joly * lib/sequence/nbrfl.l: Allow `?' as a valid gap character. * lib/align/msfl.l: Increase sequence names up to 55 characters. 2005-07-06 Nicolas Joly * lib/sequence/embll.l: OC nodes can be split across lines. * lib/sequence/embly.y: Adjust. * lib/sequence/embly.y: Organism classification list can be empty. 2005-07-01 Nicolas Joly * lib/sequence/nbrfl.l: Allow `~' as a valid gap character. 2005-06-27 Nicolas Joly * lib/align/nexusil.l: Allow token values enclosed with quotes, because it contains spaces. * lib/align/nexusiy.y: Adjust. 2005-06-24 Nicolas Joly * lib/align/clustall.l: Consensus lines may begin with tabs. 2005-06-20 Nicolas Joly * lib/align/nexusil.l: Allow multi-line comment. 2005-06-14 Nicolas Joly * lib/align.c: Remove all occurences of `strlen(x->str)', and use already precalculated `x->strlen' instead. * lib/align/msf.c: Likewise. 2005-06-06 Nicolas Joly * lib/sequence/sprot.c: Fix output for sequence names with more than 10 characters. * lib/sequence/sprotl.l: Fix Swissprot OC nodes detection to allow non-terminal `.' character. 2005-05-29 Nicolas Joly * lib/sequence/sproty.y: Make all organism fields optional. * lib/sequence/sproty.y: Allow quaternary identifier for database cross-references. 2005-05-27 Nicolas Joly * lib/sequence/rawy.y: Fix incorrect format detection (multiple raw sequences in the same file). 2005-05-26 Nicolas Joly * lib/align/clustall.l: Fix sequence without consenus line in last chunk. 2005-05-24 Nicolas Joly * lib/align/clustaly.y: Do not allow empty consensus line. 2005-05-23 Nicolas Joly * lib/sequence/genbankl.l: Allow accession number ranges. * lib/sequence/genbanky.y: Adjust. 2005-05-21 Nicolas Joly * lib/sequence/nbrfl.l: Allow sequence names with semi-column. * test/fmtali.sh: Add strict alignment format checks. 2005-05-14 Nicolas Joly * lib/sequence/embll.l: Allow accession number ranges. * lib/sequence/embly.y: Adjust. * lib/sequence/genbank.c: Fix unnamed sequences output. 2005-05-11 Nicolas Joly * lib/align/msf.c: Fix sequence loop calculation. * lib/align/phylipil.l: strict checking fix for 1 line sequences. 2005-03-17 Nicolas Joly * lib/align/phylipsl.l: Do not allow newlines in sequence names. * lib/sequence/genbanky.y: Make ORGANISM field optional. * lib/sequence/igl.l: Allow more gap characters. 2005-03-16 Nicolas Joly * lib/sequence/genbank.c: Fix definition field loop. * lib/sequence/fastal.l: Description separator can have more than one `space' character. 2005-03-01 Nicolas Joly * lib/align/clustaly.y: Restore optional consensus line which was lost in some previous revision. 2005-02-22 Nicolas Joly * lib/align/msfl.l: Allow leading spaces before names paragraph terminator. 2005-02-21 Nicolas Joly * lib/align/clustaly.y: Allow multiple chunks of bases seprated by spaces. 2005-02-11 Nicolas Joly * lib/sequence/genbankl.l: Allow `.' as a valid gap character. 2005-02-03 Nicolas Joly * lib/sequence/genbank.c: Add `Keywords' display. 2005-02-02 Nicolas Joly * lib/sequence/genbank*: Fix `Keywords' parsing and storage. 2005-01-30 Nicolas Joly * lib/sequence/embl.c: Fix Keywords output, for values longer than one line. 2005-01-28 Nicolas Joly * lib/sequence/sprotl.l: Allow larger (5+1+5) SwissProt entry names. 2005-01-27 Nicolas Joly * lib/sequence/embl*: Parse correctly KW fields longer than 75 characters. * lib/sequence.[ch], lib/sequence/parse.c, lib/extern/text.c: Adjust accordingly. * lib/sequence/embll.l: Allow spaces in in RX identifiers. 2005-01-26 Nicolas Joly * lib/sequence/embll.l: RX identifiers may contain `;' characters. * lib/align.[ch]: Rename `ALIFMT_NEXUS' to `ALIFMT_NEXUSI' for further Sequential NEXUS format support. * src/format.c: Adjust. * lib/Makefile.am: Rename all nexus files to nexusi equivalent. * lib/align.c, lib/align/nexus*: Adjust function names accordingly. 2005-01-25 Nicolas Joly * lib/sequence/igl.l: Skip empty lines. 2005-01-24 Nicolas Joly * lib/align/clustall.l: Do not allow sequence spaces anymore. 2005-01-19 Nicolas Joly * lib/align/clustaly.y: Make consensus line optional. * lib/align/clustall.l: Adjust. * lib/align/nexusl.l: Ignore extra spaces in commands before `;'. 2005-01-18 Nicolas Joly * lib/sequence/nbrfl.l: Allow lowercase characters in tags. * lib/align/nexusl.l: Allow tabs characters, not only spaces. 2005-01-04 Nicolas Joly * lib/align/phylipil.l: Add `~' as a valid gap character. 2004-12-24 Nicolas Joly * lib/sequence/igy.y: Make sequence type optional. * lib/sequence/igl.l: Spaces in sequence name are not allowed. 2004-12-17 Nicolas Joly * lib/align/clustaly.y: Allow empty consensus lines. * lib/align/clustall.l: Update. * lib/align/phylipil.l: Do not ignore extra numbers in sequence. * lib/align/phylipsl.l: Likewise. 2004-12-13 Nicolas Joly * lib/align/nexusl.l: Ignore sequence trailing spaces. 2004-12-10 Nicolas Joly * lib/align/nexusl.l: Allow unaligned sequence names. * lib/align/nexusy.y: Allow sequence chunks separated by spaces. * lib/align/parse.c: Remove leading spaces in sequence names. 2004-12-07 Nicolas Joly * lib/sequence/nbrf.c: Always end NBRF sequence with '*'. * doc/alifmt.pod: Document comments in NEXUS format; and remove some from example. * lib/sequence/fastal.l: Add `.' to allowed gap characters. 2004-12-06 Nicolas Joly * src/format.c, src/format.h: format_check() -> format_detect(). * src/squizz.c: Update. * lib/align.c, lib/align.h: New `align_strict' function, to check that sequences look like an alignments. * src/format.c: Use it. * lib/align/clustall.l: Bump sequence name to 50 characters. 2004-12-03 Nicolas Joly * lib/sequence/igy.y: The sequence type is now optional. * doc/alifmt.pod: Add aligned FASTA sequence example. * doc/Makefile.am: New directives to generate HTML pages from POD format documentation files. * configure.ac: Check for pod2html program. * doc/alifmt.html, doc/seqfmt.html: New files. 2004-12-02 Nicolas Joly * lib/sequence/fastal.l: Allow `~' as gap character. * lib/align/clustall.l: Allow spaces between sequence chunks. 2004-11-30 Nicolas Joly * lib/align/nexusl.l: Remove forgotten function declaration. * lib/sequence/fastal.l: Skip tab characters, like spaces. 2004-11-29 Nicolas Joly * lib/align/msfl.l: Increase sequence name buffer to 50 characters. 2004-11-24 Nicolas Joly * lib/align/nexusl.l: Allow more than 1 space as word separator in command lines. Allow extra space/newline characters before `;' in matrix field. 2004-11-22 Nicolas Joly * lib/align/nexusl.l: Allow some leading `\t' characters. 2004-11-18 Nicolas Joly * lib/sequence.c: Fix memory leaks introduced with multiple `Accessions' and `Keywords' support. 2004-11-16 Nicolas Joly * lib/align/nexus*: Full NEXUS alignment format rewrite. 2004-10-01 Nicolas Joly * lib/sequence/sprotl.l: Allow non terminal `.' at the end of DE line in SwissProt format. * lib/extern/text.c: Corrected space insertion for ` - ' constructs. 2004-09-30 Nicolas Joly * lib/sequence/embll.l: EMBL format can now handle up to 13 characters entry names. 2004-09-29 Nicolas Joly * lib/sequence/genbank*: Add parsing/output of NCBI gi number in `Version' field. 2004-09-28 Nicolas Joly * lib/sequence/protein.c: Use 110.0 for `X' amino acid weight. * lib/sequence/sprot.c: Full `Definition' field output rewrite. * lib/extern/text.c: `text_add'->`text_strupd' for consistencies. * lib/*/*: Adjust. 2004-09-27 Nicolas Joly * lib/sequence/genbankl.l: Update `Keywords' definition and parsing. Workaround for empty lines in `Comments'. * lib/sequence/sprot.c: Do not split Enzyme references `(EC x.x.x.x)' between lines. * lib/sequence/embly.y: Add `RG' (Reference Group) field support in EMBL format. * lib/sequence/embl.l: Adjust. 2004-09-26 Nicolas Joly * lib/sequence/genbank.c: Add `Keywords' output. * lib/sequence/embly.y: Add `Version' field support. * lib/sequence/genbanky.y: Likewise. * lib/sequence/genbank.c: 'Definition' field output fix. * lib/sequence/embl.c: 'Keywords' field output fix. 2004-09-25 Nicolas Joly * lib/sequence/sprot.c: Misc SWISSPROT entry output fixes. * lib/sequence.c: Add support for `Keywords' field. Use it with SWISSPROT and EMBL formats. * lib/sequence.c: Support secondary accessions number for all formats. 2004-09-12 Nicolas Joly * lib/sequence/*y.y: Replace `YYACCEPT' with `return 0', and remove some unused ones. * lib/*/*y.y: Fix lint warning for yyerror() unused argument. 2004-08-31 Nicolas Joly * doc/seqfmt.pod: SPROT -> SWISSPROT. * doc/squizz.pod: Update documentation for `-c' flag. 2004-07-19 Nicolas Joly * src/format.c: Refuse to work on alignments (strict mode) with anonymous sequences. 2004-06-30 Nicolas Joly * lib/sequence/sprotl.l: Support `RG' tag in SwissProt format. * lib/sequence/sproty.y: Adjust. 2004-06-09 Nicolas Joly * lib/sequence/genbank*.[ly]: genbank parser update for GenPept 141.0 release. 2004-06-05 Nicolas Joly * lib/sequence/sprot.c: Include `inttypes.h' for uint64_t definition on Tru64. 2004-05-27 Nicolas Joly * lib/*/*.y: Replace %pure_parser with %pure-parser. * lib/sequence/*.y: Add some missing prototypes. * lib/align/*.y: Likewise. 2004-05-25 Nicolas Joly * lib/align/clustal.c: Add some missing `const' keywords. * configure.ac: Replace `unsigned long long' with `uint64_t'. * lib/sequence/sprot.c: Use it. 2004-05-25 Nicolas Joly * lib/sequence/*.l: Add `never-interactive' option. Remove local yywrap definition, use corresponding noyywrap option instead. * lib/align/*.l: Likewise. 2004-05-25 Nicolas Joly * lib/sequence/parse.c: Add missing "error.h" include. 2004-04-30 Nicolas Joly * First beta version (v0.99). squizz-0.99b+dfsg.orig/ltmain.sh0000644000175000017500000105152212106377451016612 0ustar osallouosallou # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) # --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages # --version print version information # -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. When passed as first option, # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.4.2 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to . # GNU libtool home page: . # General help using GNU software: . PROGRAM=libtool PACKAGE=libtool VERSION=2.4.2 TIMESTAMP="" package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # NLS nuisances: We save the old values to restore during execute mode. lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done LC_ALL=C LANGUAGE=C export LANGUAGE LC_ALL $lt_unset CDPATH # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_dirname may be replaced by extended shell implementation # func_basename file func_basename () { func_basename_result=`$ECHO "${1}" | $SED "$basename"` } # func_basename may be replaced by extended shell implementation # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` } # func_dirname_and_basename may be replaced by extended shell implementation # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname may be replaced by extended shell implementation # These SED scripts presuppose an absolute path with a trailing slash. pathcar='s,^/\([^/]*\).*$,\1,' pathcdr='s,^/[^/]*,,' removedotparts=':dotsl s@/\./@/@g t dotsl s,/\.$,/,' collapseslashes='s@/\{1,\}@/@g' finalslash='s,/*$,/,' # func_normal_abspath PATH # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. # value returned in "$func_normal_abspath_result" func_normal_abspath () { # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` while :; do # Processed it all yet? if test "$func_normal_abspath_tpath" = / ; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result" ; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_relative_path SRCDIR DSTDIR # generates a relative path from SRCDIR to DSTDIR, with a trailing # slash if non-empty, suitable for immediately appending a filename # without needing to append a separator. # value returned in "$func_relative_path_result" func_relative_path () { func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=${func_dirname_result} if test "x$func_relative_path_tlibdir" = x ; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test "x$func_stripname_result" != x ; then func_relative_path_result=${func_relative_path_result}/${func_stripname_result} fi # Normalisation. If bindir is libdir, return empty string, # else relative path ending with a slash; either way, target # file name can be directly appended. if test ! -z "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result/" func_relative_path_result=$func_stripname_result fi } # The name of this program: func_dirname_and_basename "$progpath" progname=$func_basename_result # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' # Sed substitution that converts a w32 file name or path # which contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname: ${opt_mode+$opt_mode: }$*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` done my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "$my_tmpdir" } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "$1" | $SED \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_tr_sh # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_version # Echo version message to standard output and exit. func_version () { $opt_debug $SED -n '/(C)/!b go :more /\./!{ N s/\n# / / b more } :go /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $opt_debug $SED -n '/^# Usage:/,/^# *.*--help/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" echo $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help [NOEXIT] # Echo long help message to standard output and exit, # unless 'noexit' is passed as argument. func_help () { $opt_debug $SED -n '/^# Usage:/,/# Report bugs to/ { :print s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } /^# .* home page:/b print /^# General help using/b print ' < "$progpath" ret=$? if test -z "$1"; then exit $ret fi } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $opt_debug func_error "missing argument for $1." exit_cmd=exit } # func_split_short_opt shortopt # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. func_split_short_opt () { my_sed_short_opt='1s/^\(..\).*$/\1/;q' my_sed_short_rest='1s/^..\(.*\)$/\1/;q' func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` } # func_split_short_opt may be replaced by extended shell implementation # func_split_long_opt longopt # Set func_split_long_opt_name and func_split_long_opt_arg shell # variables after splitting LONGOPT at the `=' sign. func_split_long_opt () { my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^--[^=]*=//' func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` } # func_split_long_opt may be replaced by extended shell implementation exit_cmd=: magic="%%%MAGIC variable%%%" magic_exe="%%%MAGIC EXE variable%%%" # Global variables. nonopt= preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "${1}=\$${1}\${2}" } # func_append may be replaced by extended shell implementation # func_append_quoted var value # Quote VALUE and append to the end of shell variable VAR, separated # by a space. func_append_quoted () { func_quote_for_eval "${2}" eval "${1}=\$${1}\\ \$func_quote_for_eval_result" } # func_append_quoted may be replaced by extended shell implementation # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "${@}"` } # func_arith may be replaced by extended shell implementation # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` } # func_len may be replaced by extended shell implementation # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_lo2o may be replaced by extended shell implementation # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` } # func_xform may be replaced by extended shell implementation # func_fatal_configuration arg... # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func_error ${1+"$@"} func_error "See the $PACKAGE documentation for more information." func_fatal_error "Fatal configuration error." } # func_config # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # Display the features supported by this script. func_features () { echo "host: $host" if test "$build_libtool_libs" = yes; then echo "enable shared libraries" else echo "disable shared libraries" fi if test "$build_old_libs" = yes; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag tagname # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname="$1" re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf="/$re_begincf/,/$re_endcf/p" # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Option defaults: opt_debug=: opt_dry_run=false opt_config=false opt_preserve_dup_deps=false opt_features=false opt_finish=false opt_help=false opt_help_all=false opt_silent=: opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false # Parse options once, thoroughly. This comes as soon as possible in the # script to make things like `--version' happen as quickly as we can. { # this just eases exit handling while test $# -gt 0; do opt="$1" shift case $opt in --debug|-x) opt_debug='set -x' func_echo "enabling shell trace mode" $opt_debug ;; --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) opt_config=: func_config ;; --dlopen|-dlopen) optarg="$1" opt_dlopen="${opt_dlopen+$opt_dlopen }$optarg" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) opt_features=: func_features ;; --finish) opt_finish=: set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help_all=: opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_mode="$optarg" case $optarg in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_silent=false func_append preserve_args " $opt" ;; --no-warning|--no-warn) opt_warning=false func_append preserve_args " $opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" ;; --silent|--quiet) opt_silent=: func_append preserve_args " $opt" opt_verbose=false ;; --verbose|-v) opt_verbose=: func_append preserve_args " $opt" opt_silent=false ;; --tag) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_tag="$optarg" func_append preserve_args " $opt $optarg" func_enable_tag "$optarg" shift ;; -\?|-h) func_usage ;; --help) func_help ;; --version) func_version ;; # Separate optargs to long options: --*=*) func_split_long_opt "$opt" set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-n*|-v*) func_split_short_opt "$opt" set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) set dummy "$opt" ${1+"$@"}; shift; break ;; esac done # Validate options: # save first non-option argument if test "$#" -gt 0; then nonopt="$opt" shift fi # preserve --debug test "$opt_debug" = : || func_append preserve_args " --debug" case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test "$opt_mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$opt_mode' for more information." } # Bail if the options were screwed $exit_cmd $EXIT_FAILURE } ## ----------- ## ## Main. ## ## ----------- ## # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case "$lt_sysroot:$1" in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result="=$func_stripname_result" ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$lt_sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $opt_debug # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result="" if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result" ; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $opt_debug if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $opt_debug # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $opt_debug if test -z "$2" && test -n "$1" ; then func_error "Could not determine host file name corresponding to" func_error " \`$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result="$1" fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $opt_debug if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " \`$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result="$3" fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $opt_debug case $4 in $1 ) func_to_host_path_result="$3$func_to_host_path_result" ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via `$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $opt_debug $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $opt_debug case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result="$1" } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result="$func_convert_core_msys_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via `$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $opt_debug if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd="func_convert_path_${func_stripname_result}" fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $opt_debug func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result="$1" } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_msys_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_mode_compile arg... func_mode_compile () { $opt_debug # Get the compilation command and the source file. base_compile= srcfile="$nonopt" # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg="$arg" arg_mode=normal ;; target ) libobj="$arg" arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify \`-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" func_append_quoted lastarg "$arg" done IFS="$save_ifs" func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg="$srcfile" srcfile="$arg" ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with \`-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj="$func_basename_result" } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from \`$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$opt_mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$opt_mode'" ;; esac echo $ECHO "Try \`$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test "$opt_help" = :; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | sed -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | sed '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$opt_mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "\`$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument \`$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and \`=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the \`-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the \`$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the \`$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test "$opt_mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test "x$prev" = x-m && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$opt_mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename="" if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname" ; then func_basename "$dlprefile_dlname" dlprefile_dlbasename="$func_basename_result" else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename" ; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $opt_debug sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $opt_debug match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive which possess that section. Heuristic: eliminate # all those which have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $opt_debug if func_cygming_gnu_implib_p "$1" ; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1" ; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result="" fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" if test "$lock_old_archive_extraction" = yes; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test "$lock_old_archive_extraction" = yes; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ which is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options which match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include /* declarations of non-ANSI functions */ #if defined(__MINGW32__) # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined(__CYGWIN__) # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined (other platforms) ... */ #endif /* portability defines, excluding path handling macros */ #if defined(_MSC_VER) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC # ifndef _INTPTR_T_DEFINED # define _INTPTR_T_DEFINED # define intptr_t int # endif #elif defined(__MINGW32__) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined(__CYGWIN__) # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined (other platforms) ... */ #endif #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #if defined(LT_DEBUGWRAPPER) static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $opt_debug case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir="$arg" prev= continue ;; dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-flto*|-fwhopr*|-fuse-linker-plugin) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test "$prev" = dlfiles; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps ; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." else echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test "$prefer_static_libs" = yes || test "$prefer_static_libs,$installed" = "built,no"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib="$l" done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$lt_sysroot$libdir" absdir="$lt_sysroot$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later func_append notinst_path " $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi case "$host" in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test "$installed" = no; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then echo if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$opt_mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$opt_mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system can not link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs="$temp_deplibs" fi func_append newlib_search_path " $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path="$deplib" ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|qnx|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. func_append verstring ":${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" func_append libobjs " $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$opt_mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test "X$deplibs_check_method" = "Xnone"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then # Remove ${wl} instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$opt_mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd1 in $cmds; do IFS="$save_ifs" # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test "$try_normal_branch" = yes \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=${output_objdir}/${output_la}.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\${concat_cmds}$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` else gentop="$output_objdir/${obj}x" func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " ${wl}-bind_at_load" func_append finalize_command " ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs="$new_libs" func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=no ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then func_append oldobjs " $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" func_resolve_sysroot "$deplib" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test "x$bindir" != x ; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$opt_mode" = link || test "$opt_mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) func_append RM " $arg"; rmforce=yes ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then odir="$objdir" else odir="$dir/$objdir" fi func_basename "$file" name="$func_basename_result" test "$opt_mode" = uninstall && odir="$dir" # Remember odir for removal later, being careful to avoid duplicates if test "$opt_mode" = clean; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case "$opt_mode" in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test "$opt_mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name" ; then func_append rmfiles " $odir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$opt_mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 squizz-0.99b+dfsg.orig/m4/0000755000175000017500000000000012110373651015275 5ustar osallouosallousquizz-0.99b+dfsg.orig/m4/ltoptions.m40000644000175000017500000003007312106377451017604 0ustar osallouosallou# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, # Inc. # Written by Gary V. Vaughan, 2004 # # 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. # serial 7 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) squizz-0.99b+dfsg.orig/m4/ltsugar.m40000644000175000017500000001042412106377451017230 0ustar osallouosallou# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # 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. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) squizz-0.99b+dfsg.orig/m4/lt~obsolete.m40000644000175000017500000001375612106377451020134 0ustar osallouosallou# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # 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. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) squizz-0.99b+dfsg.orig/m4/libtool.m40000644000175000017500000105721612106377451017226 0ustar osallouosallou# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # 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. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 57 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # `#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test $lt_write_fail = 0 && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_REPLACE_SHELLFNS mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script which will find a shell with a builtin # printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case "$ECHO" in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified).], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([${with_sysroot}]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and in which our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global defined # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS="$save_LDFLAGS"]) if test "$lt_cv_irix_exported_symbol" = yes; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ func_to_tool_file "$lt_outputfile"~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case ${prev}${p} in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test "$pre_test_object_deps_done" = no; then case ${prev} in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" CFLAGS="$lt_save_CFLAGS" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) # ------------------------------------------------------ # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. m4_defun([_LT_PROG_FUNCTION_REPLACE], [dnl { sed -e '/^$1 ()$/,/^} # $1 /c\ $1 ()\ {\ m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: ]) # _LT_PROG_REPLACE_SHELLFNS # ------------------------- # Replace existing portable implementations of several shell functions with # equivalent extended shell implementations where those features are available.. m4_defun([_LT_PROG_REPLACE_SHELLFNS], [if test x"$xsi_shell" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"}]) _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl func_split_long_opt_name=${1%%=*} func_split_long_opt_arg=${1#*=}]) _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) fi if test x"$lt_shell_append" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl func_quote_for_eval "${2}" dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) fi ]) # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine which file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS squizz-0.99b+dfsg.orig/m4/ltversion.m40000644000175000017500000000126212106377451017574 0ustar osallouosallou# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # 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. # @configure_input@ # serial 3337 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.2]) m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2' macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) squizz-0.99b+dfsg.orig/NEWS0000644000175000017500000000135412104702506015455 0ustar osallouosallouWhat's new in 1.00: * CODATA: - New, renamed from old PIR format. * GENBANK: - Add support for RefSeq DBLINK keyword. - Allow WGS entries. * MEGA: - Support old statement formatted title lines. - Handle identical character `.' in sequences. * NEXUS: - Allow sequence names with spaces. - Improve comments support (nested, ...). * NBRF: - PIR is now an alias to this format. * RAW: - Allow gaps in sequence (mostly for consistency with other formats). * STOCKHOLM: - Recognise '_' and '~' characters as gaps. * SWISSPROT: - Add support for UniProtKB release 14.0 DE line. * All alignmnent formats correctly output sequences with spaces in their names. What's new in 0.99: * This is the first version. Everything new ... squizz-0.99b+dfsg.orig/src/0000755000175000017500000000000012110373652015545 5ustar osallouosallousquizz-0.99b+dfsg.orig/src/format.c0000644000175000017500000001774112104505273017212 0ustar osallouosallou/* format.c - Sequence/Alignment format functions */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #ifdef STDC_HEADERS # include #endif #include "align.h" #include "format.h" #include "sequence.h" #ifndef HAVE_FSEEKO # define fseeko fseek # define ftello ftell #endif /* Check alignment/sequence format */ void format_detect(allfmt_t *fmt, FILE *f, allfmt_t *ifmt, int s) { off_t off; align_t *ali; sequence_t *seq; fmt->ali = ALIFMT_NONE; fmt->seq = SEQFMT_NONE; fmt->num = 0; fmt->f = f; /* Process alignment formats */ if (ifmt->ali != ALIFMT_NONE) { fmt->ali = align_format(f); } if (s && fmt->ali != ALIFMT_NONE) { if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } ali = align_parse(f, fmt->ali); fmt->num = 1; if (align_strict(ali) != 0) { fmt->num = 0; fmt->ali = ALIFMT_NONE; } align_free(ali); if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } /* Process sequence formats */ if (ifmt->seq != SEQFMT_NONE) { fmt->seq = sequence_format(f); } if (s && fmt->seq != SEQFMT_NONE) { if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } while ((seq = sequence_parse(f, fmt->seq)) != NULL) { if (sequence_strict(seq) != 0) { fmt->num = 0; fmt->seq = SEQFMT_NONE; break; } fmt->num++; sequence_free(seq); } if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } return; } /* Verify single format */ void format_verify(allfmt_t *fmt, FILE *f, allfmt_t *ifmt, int s) { int v; off_t off; align_t *ali; sequence_t *seq; fmt->ali = ifmt->ali; fmt->seq = ifmt->seq; fmt->num = ifmt->num = 0; fmt->f = ifmt->f = f; /* Verify aligment format */ if (ifmt->ali != ALIFMT_NONE) { if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } if (align_check(f, ifmt->ali) != 0) { fmt->ali = ALIFMT_NONE; } if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } if (s && fmt->ali != ALIFMT_NONE) { fmt->num = 1; if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } ali = align_parse(f, fmt->ali); if (align_strict(ali) != 0) { fmt->num = 0; fmt->ali = ALIFMT_NONE; } align_free(ali); if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } /* Verify sequence format */ if (ifmt->seq != SEQFMT_NONE) { if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } while ((v = sequence_check(f, ifmt->seq)) != -1) { if (v == 0) { continue; } fmt->seq = SEQFMT_NONE; break; } if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } if (s && fmt->seq != SEQFMT_NONE) { fmt->num = 0; if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } while ((seq = sequence_parse(f, fmt->seq)) != NULL) { if (sequence_strict(seq) != 0) { fmt->num = 0; fmt->seq = SEQFMT_NONE; break; } fmt->num++; sequence_free(seq); } if (fseeko(f, off, SEEK_SET) == -1) { err(EXIT_FAILURE, "file position"); } } return; } /* Get format name */ const char *format_name(allfmt_t *fmt) { const char *p = "UNKNOWN"; if (fmt->ali != ALIFMT_NONE && fmt->ali != ALIFMT_UNKWN) { switch (fmt->ali) { case ALIFMT_CLUSTAL: p = "CLUSTAL"; break; case ALIFMT_FASTA: p = "FASTA"; break; case ALIFMT_MEGA: p = "MEGA"; break; case ALIFMT_MSF: p = "MSF"; break; case ALIFMT_NEXUSI: p = "NEXUS"; break; case ALIFMT_PHYLIPI: p = "PHYLIPI"; break; case ALIFMT_PHYLIPS: p = "PHYLIPS"; break; case ALIFMT_STOCK: p = "STOCKHOLM"; break; default: break; } return p; } if (fmt->seq != SEQFMT_NONE && fmt->seq != SEQFMT_UNKWN) { switch (fmt->seq) { case SEQFMT_EMBL: p = "EMBL"; break; case SEQFMT_FASTA: p = "FASTA"; break; case SEQFMT_GCG: p = "GCG"; break; case SEQFMT_GDE: p = "GDE"; break; case SEQFMT_GENBANK: p = "GENBANK"; break; case SEQFMT_IG: p = "IG"; break; case SEQFMT_NBRF: p = "NBRF"; break; case SEQFMT_CODATA: p = "CODATA"; break; case SEQFMT_RAW: p = "RAW"; break; case SEQFMT_SPROT: p = "SWISSPROT"; break; default: break; } return p; } return p; } /* Get format from name */ void format_fmt(allfmt_t *fmt, char *str) { fmt->ali = ALIFMT_NONE; fmt->seq = SEQFMT_NONE; fmt->f = stdout; if (strcasecmp(str, "CLUSTAL") == 0) { fmt->ali = ALIFMT_CLUSTAL; } if (strcasecmp(str, "CODATA") == 0) { fmt->seq = SEQFMT_CODATA; } if (strcasecmp(str, "EMBL") == 0) { fmt->seq = SEQFMT_EMBL; } if (strcasecmp(str, "FASTA") == 0) { fmt->ali = ALIFMT_FASTA; fmt->seq = SEQFMT_FASTA; } if (strcasecmp(str, "GCG") == 0) { fmt->seq = SEQFMT_GCG; } if (strcasecmp(str, "GDE") == 0) { fmt->seq = SEQFMT_GDE; } if (strcasecmp(str, "GENBANK") == 0) { fmt->seq = SEQFMT_GENBANK; } if (strcasecmp(str, "IG") == 0) { fmt->seq = SEQFMT_IG; } if (strcasecmp(str, "MEGA") == 0) { fmt->ali = ALIFMT_MEGA; } if (strcasecmp(str, "MSF") == 0) { fmt->ali = ALIFMT_MSF; } if (strcasecmp(str, "NBRF") == 0 || strcasecmp(str, "PIR") == 0) { fmt->seq = SEQFMT_NBRF; } if (strcasecmp(str, "NEXUSI") == 0 || strcasecmp(str, "NEXUS") == 0) { fmt->ali = ALIFMT_NEXUSI; } if (strcasecmp(str, "PHYLIPI") == 0 || strcasecmp(str, "PHYLIP") == 0) { fmt->ali = ALIFMT_PHYLIPI; } if (strcasecmp(str, "PHYLIPS") == 0) { fmt->ali = ALIFMT_PHYLIPS; } if (strcasecmp(str, "RAW") == 0) { fmt->seq = SEQFMT_RAW; } if (strcasecmp(str, "SWISSPROT") == 0) { fmt->seq = SEQFMT_SPROT; } if (strcasecmp(str, "STOCKHOLM") == 0) { fmt->ali = ALIFMT_STOCK; } return; } /* Convert format */ void format_convert(allfmt_t *ifmt, allfmt_t *ofmt) { int n; align_t *ali; sequence_t **s, *seq; /* Ignore unknown formats */ if (ifmt->ali == ALIFMT_NONE && ifmt->seq == SEQFMT_NONE) { return; } /* From align to align */ if (ifmt->ali != ALIFMT_NONE && ofmt->ali != ALIFMT_NONE) { ali = align_parse(ifmt->f, ifmt->ali); align_print(ofmt->f, ali, ofmt->ali); align_free(ali); return; } /* From sequence to sequence */ if (ifmt->seq != SEQFMT_NONE && ofmt->seq != SEQFMT_NONE) { n = 0; while ((seq = sequence_parse(ifmt->f, ifmt->seq)) != NULL) { if (n && (ofmt->seq == SEQFMT_RAW || ofmt->seq == SEQFMT_GCG)) { errx(EXIT_FAILURE, "%s: this format cannot handle more than one" " sequence", format_name(ofmt)); } sequence_print(ofmt->f, seq, ofmt->seq); sequence_free(seq); n++; } return; } /* From align to sequence */ if (ifmt->ali != ALIFMT_NONE && ofmt->seq != SEQFMT_NONE) { ali = align_parse(ifmt->f, ifmt->ali); n = 0; s = ali->seq; while (s && *s) { if (n && (ofmt->seq == SEQFMT_RAW || ofmt->seq == SEQFMT_GCG)) { errx(EXIT_FAILURE, "%s: this format cannot handle more than one" " sequence", format_name(ofmt)); } sequence_print(ofmt->f, *s, ofmt->seq); n++; s++; } align_free(ali); return; } /* From sequence to align */ if (ifmt->seq != SEQFMT_NONE && ofmt->ali != ALIFMT_NONE) { errx(EXIT_FAILURE, "sequence: cannot convert to alignment format"); } return; } /* List all supported formats */ void format_list(allfmt_t *lfmt) { FILE *f; allfmt_t fmt; f = stdout; /* Alignments */ if (lfmt->ali != ALIFMT_NONE) { fmt.seq = SEQFMT_NONE; for (fmt.ali = ALIFMT_UNKWN+1; fmt.ali != ALIFMT_NONE; fmt.ali++) { /* Skip formats already in sequence list */ if (lfmt->seq != SEQFMT_NONE && fmt.ali == ALIFMT_FASTA) continue; (void)fprintf(f, "%s\n", format_name(&fmt)); } } /* Sequences */ if (lfmt->seq != SEQFMT_NONE) { fmt.ali = ALIFMT_NONE; for (fmt.seq = SEQFMT_UNKWN+1; fmt.seq != SEQFMT_NONE; fmt.seq++) { (void)fprintf(f, "%s\n", format_name(&fmt)); } } return; } squizz-0.99b+dfsg.orig/src/squizz.c0000644000175000017500000000752611676107326017301 0ustar osallouosallou/* squizz.c - Sequence/Alignment format detection */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #ifdef STDC_HEADERS # include #endif #ifdef HAVE_UNISTD_H # include #endif #include #include "align.h" #include "format.h" #include "sequence.h" /* Functions prottypes */ static void usage(char *p); /* Main function */ int main(int argc, char **argv) { FILE *f; char *file, *prg; const char *nam; int i, strict, convert, verify, count, list; struct stat st; allfmt_t fmt, ifmt, ofmt; /* Misc inits */ prg = *argv; ifmt.ali = ALIFMT_UNKWN; ifmt.seq = SEQFMT_UNKWN; /* Check command line */ strict = 1; convert = 0; verify = 0; count = 0; list = 0; while ((i = getopt(argc, argv, "ASc:f:hlns")) != -1) { switch (i) { case 'A': ifmt.seq = SEQFMT_NONE; break; case 'S': ifmt.ali = ALIFMT_NONE; break; case 'c': convert = 1; format_fmt(&ofmt, optarg); if (ofmt.ali == ALIFMT_NONE && ofmt.seq == SEQFMT_NONE) { errx(EXIT_FAILURE, "%s: unsupported format", optarg); } break; case 'f': verify = 1; format_fmt(&fmt, optarg); if (fmt.ali == ALIFMT_NONE && fmt.seq == SEQFMT_NONE) { errx(EXIT_FAILURE, "%s: unsupported format", optarg); } if (ifmt.ali != ALIFMT_NONE) { ifmt.ali = fmt.ali; } if (ifmt.seq != SEQFMT_NONE) { ifmt.seq = fmt.seq; } break; case 'h': usage(prg); return EXIT_SUCCESS; case 'l': list = 1; break; case 'n': count = 1; break; case 's': strict = 0; break; default: usage(prg); return EXIT_FAILURE; } } if (convert == 1 && strict != 1) { errx(EXIT_FAILURE, "options: -c and -s cannot be set together"); } if (ifmt.ali == ALIFMT_NONE && ifmt.seq == SEQFMT_NONE) { errx(EXIT_FAILURE, "options: -A and -S cannot be set together"); } if (count && ifmt.ali == ALIFMT_UNKWN && ifmt.seq == SEQFMT_UNKWN) { errx(EXIT_FAILURE, "options: -n cannot be set without -A or -S"); } if (count && strict == 0) { errx(EXIT_FAILURE, "options: -n and -s cannot be set together"); } /* Print supported format list */ if (list == 1) { format_list(&ifmt); return EXIT_SUCCESS; } if (argc - optind != 1) { usage(prg); return EXIT_FAILURE; } /* Process file */ file = *(argv+optind); /* Check for regular input file */ if (stat(file, &st) == -1) { err(EXIT_FAILURE, "%s", file); } if ((st.st_mode & S_IFREG) == 0) { errx(EXIT_FAILURE, "%s: Not a regular file", file); } if ((f = fopen(file, "r")) == NULL) { err(EXIT_FAILURE, "%s", file); } /* Check/Detect format */ if (verify == 0) { format_detect(&fmt, f, &ifmt, strict); } else { format_verify(&fmt, f, &ifmt, strict); } nam = format_name(&fmt); (void)fprintf(stderr, "%s: %s format", file, nam); if (count) { (void)fprintf(stderr, ", %d entries", fmt.num); } (void)fprintf(stderr, ".\n"); /* Convert if needed */ if (convert == 1) { format_convert(&fmt, &ofmt); } if (fclose(f) == EOF) { err(EXIT_FAILURE, "%s", file); } return EXIT_SUCCESS; } /* Usage display */ static void usage(char *p) { FILE *f = stderr; (void)fprintf(f, "usage: %s [options] \n", basename(p)); (void)fprintf(f, "\noptions:\n"); (void)fprintf(f, " -A ... Detect alignment formats only.\n"); (void)fprintf(f, " -S ... Detect sequence formats only.\n"); (void)fprintf(f, " -c ... Convert into format .\n"); (void)fprintf(f, " -f ... Assume input format .\n"); (void)fprintf(f, " -h ... Print this message and exit.\n"); (void)fprintf(f, " -l ... List all supported formats.\n"); (void)fprintf(f, " -n ... Count and report entries number.\n"); (void)fprintf(f, " -s ... Disable strict format checks.\n"); return; } squizz-0.99b+dfsg.orig/src/Makefile.am0000644000175000017500000000031110060361625017573 0ustar osallouosallou AM_CPPFLAGS = -I$(srcdir)/../lib bin_PROGRAMS = squizz noinst_HEADERS = $(HDR) squizz_SOURCES = squizz.c $(SRC) squizz_LDADD = ../lib/libbioali.la ../lib/libbioseq.la SRC = format.c HDR = format.h squizz-0.99b+dfsg.orig/src/format.h0000644000175000017500000000111511372011621017176 0ustar osallouosallou/* format.h - Sequence/Alignment format functions */ #ifndef __FORMAT_H_ #define __FORMAT_H_ #include #include "align.h" #include "sequence.h" /* Types definitions */ typedef struct { alifmt_t ali; seqfmt_t seq; int num; FILE *f; } allfmt_t; /* Functions prototypes */ void format_detect(allfmt_t *, FILE *, allfmt_t *, int); void format_verify(allfmt_t *, FILE *, allfmt_t *, int); void format_convert(allfmt_t *, allfmt_t *); const char *format_name(allfmt_t *); void format_fmt(allfmt_t *, char *); void format_list(allfmt_t *); #endif /* __FORMAT_H_ */ squizz-0.99b+dfsg.orig/src/Makefile.in0000644000175000017500000004377712106377455017646 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = squizz$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp \ $(noinst_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/lib/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am__objects_1 = format.$(OBJEXT) am_squizz_OBJECTS = squizz.$(OBJEXT) $(am__objects_1) squizz_OBJECTS = $(am_squizz_OBJECTS) squizz_DEPENDENCIES = ../lib/libbioali.la ../lib/libbioseq.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/lib depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(squizz_SOURCES) DIST_SOURCES = $(squizz_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(srcdir)/../lib noinst_HEADERS = $(HDR) squizz_SOURCES = squizz.c $(SRC) squizz_LDADD = ../lib/libbioali.la ../lib/libbioseq.la SRC = format.c HDR = format.h all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list squizz$(EXEEXT): $(squizz_OBJECTS) $(squizz_DEPENDENCIES) $(EXTRA_squizz_DEPENDENCIES) @rm -f squizz$(EXEEXT) $(AM_V_CCLD)$(LINK) $(squizz_OBJECTS) $(squizz_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/squizz.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/Makefile.am0000644000175000017500000000007411452612333017013 0ustar osallouosallou ACLOCAL_AMFLAGS= -I m4 SUBDIRS = . lib src data doc test squizz-0.99b+dfsg.orig/lib/0000755000175000017500000000000012110373652015524 5ustar osallouosallousquizz-0.99b+dfsg.orig/lib/sequence.c0000644000175000017500000001233111765611705017511 0ustar osallouosallou/* sequence.c - Generic sequence functions */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #ifdef STDC_HEADERS # include # include #endif #include #ifndef HAVE_FSEEKO # define fseeko fseek # define ftello ftell #endif #include "sequence.h" #include "sequence/embl.h" #include "sequence/fasta.h" #include "sequence/gcg.h" #include "sequence/gde.h" #include "sequence/genbank.h" #include "sequence/ig.h" #include "sequence/nbrf.h" #include "sequence/codata.h" #include "sequence/raw.h" #include "sequence/sprot.h" /* Create a new sequence object */ sequence_t *sequence_new(void) { size_t len; sequence_t *seq; /* Allocate */ len = sizeof(*seq); if ((seq = malloc(len)) == NULL) { return NULL; } /* Initialise */ seq->nam = seq->dsc = seq->str = NULL; seq->acc = seq->kwd = NULL; seq->ver = seq->gi = 0; seq->keycnt = 0; seq->strlen = 0; return seq; } /* Delete a sequence object */ void sequence_free(sequence_t *seq) { char **p; if (seq == NULL) { return; } if (seq->nam != NULL) { free(seq->nam); } if (seq->dsc != NULL) { free(seq->dsc); } if (seq->str != NULL) { free(seq->str); } if (seq->acc != NULL) { p = seq->acc; while (p && *p) { free(*p); p++; } free(seq->acc); } if (seq->kwd != NULL) { p = seq->kwd; while (p && *p) { free(*p); p++; } free(seq->kwd); } free(seq); return; } /* Parse a formatted sequence from file */ sequence_t *sequence_parse(FILE *f, seqfmt_t fmt) { sequence_t *seq; seq = NULL; switch (fmt) { case SEQFMT_EMBL: seq = embl_parse(f); break; case SEQFMT_FASTA: seq = fasta_parse(f); break; case SEQFMT_GCG: seq = gcg_parse(f); break; case SEQFMT_GDE: seq = gde_parse(f); break; case SEQFMT_GENBANK: seq = genbank_parse(f); break; case SEQFMT_IG: seq = ig_parse(f); break; case SEQFMT_NBRF: seq = nbrf_parse(f); break; case SEQFMT_CODATA: seq = codata_parse(f); break; case SEQFMT_RAW: seq = raw_parse(f); break; case SEQFMT_SPROT: seq = sprot_parse(f); break; default: break; } return seq; } /* Check sequence single format */ int sequence_check(FILE *f, seqfmt_t fmt) { int i; i = 1; switch (fmt) { case SEQFMT_EMBL: i = embl_check(f); break; case SEQFMT_FASTA: i = fasta_check(f); break; case SEQFMT_GCG: i = gcg_check(f); break; case SEQFMT_GDE: i = gde_check(f); break; case SEQFMT_GENBANK: i = genbank_check(f); break; case SEQFMT_IG: i = ig_check(f); break; case SEQFMT_NBRF: i = nbrf_check(f); break; case SEQFMT_CODATA: i = codata_check(f); break; case SEQFMT_RAW: i = raw_check(f); break; case SEQFMT_SPROT: i = sprot_check(f); break; default: break; } return i; } /* Check for sequence strict conditions */ int sequence_strict(sequence_t *seq) { int d; if (seq == NULL) { return 1; } d = (getenv("SQUIZZ_DEBUG") != NULL) ? 1 : 0; /* Sequence must not be empty */ if (d) { fprintf(stderr, "Found sequence with %lu residues\n", seq->strlen); } if (seq->strlen == 0 || seq->str == NULL) { return 1; } return 0; } /* Print a formatted sequence */ void sequence_print(FILE *f, sequence_t *seq, seqfmt_t fmt) { switch (fmt) { case SEQFMT_EMBL: embl_print(f, seq); break; case SEQFMT_FASTA: fasta_print(f, seq); break; case SEQFMT_GCG: gcg_print(f, seq); break; case SEQFMT_GDE: gde_print(f, seq); break; case SEQFMT_GENBANK: genbank_print(f, seq); break; case SEQFMT_IG: ig_print(f, seq); break; case SEQFMT_NBRF: nbrf_print(f, seq); break; case SEQFMT_CODATA: codata_print(f, seq); break; case SEQFMT_RAW: raw_print(f, seq); break; case SEQFMT_SPROT: sprot_print(f, seq); break; default: break; } return; } /* Checks sequence file format */ seqfmt_t sequence_format(FILE *f) { int i, nb; off_t off; seqfmt_t fmt; if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } for (fmt = SEQFMT_UNKWN + 1; fmt != SEQFMT_NONE; fmt++) { nb = 0; while ((i = sequence_check(f, fmt)) == 0) { nb++; } if (fseeko(f, off, SEEK_SET) != 0) { err(EXIT_FAILURE, "file position"); } if (i == -1 && nb != 0) { break; } } return fmt; } /* Checks sequence type : nuc/pro */ seqtyp_t sequence_type(char *seq) { char c, *p; float n; int i, a[26]; size_t len; /* NUC = ABCD..GH..K.MN...RSTUVW.Y. */ /* ALP = ABCDEFGHIJKLMNOPQRSTUVWXYZ */ /* PRO = ABCDEFGHIJKLMNOPQRSTUVWXYZ */ if (seq == NULL) { return SEQTYP_UNKWN; } for (i = 0; i < 26; i++) { a[i] = 0; } len = strlen(seq); p = seq; while (*p) { c = toupper((unsigned char)*p); /* Protein */ if (c == 'E' || c == 'F' || c == 'I' || c == 'J' || c == 'L' || c == 'O' || c == 'P' || c == 'Q' || c == 'X' || c == 'Z' || c == '*') { return SEQTYP_PRO; } /* Do not count non alpha characters */ if (isalpha((unsigned char)c) == 0) { p++; continue; } i = c - 'A'; a[i] += 1; p++; } /* Check composition (A/T/C/G/N percent) */ i = a[0] + a[19] + a[2] + a[6] + a[13]; n = (float)i / (float)len; if (n >= 0.90) { return SEQTYP_NUC; } if (n <= 0.10) { return SEQTYP_PRO; } return SEQTYP_UNKWN; } squizz-0.99b+dfsg.orig/lib/align.h0000644000175000017500000000130212104505273016762 0ustar osallouosallou/* align.h - Generic alignment functions */ #ifndef __ALIGN_H_ #define __ALIGN_H_ #include #include "sequence.h" /* Types definitions */ typedef struct { sequence_t **cur; sequence_t **seq; char *_tmp; } align_t; typedef enum { ALIFMT_UNKWN, ALIFMT_CLUSTAL, ALIFMT_PHYLIPI, ALIFMT_PHYLIPS, ALIFMT_FASTA, ALIFMT_MEGA, ALIFMT_MSF, ALIFMT_NEXUSI, ALIFMT_STOCK, ALIFMT_NONE } alifmt_t; /* Functions prototypes */ align_t *align_new(void); void align_free(align_t *); int align_check(FILE *, alifmt_t); align_t *align_parse(FILE *, alifmt_t); int align_strict(align_t *); void align_print(FILE *, align_t *, alifmt_t); alifmt_t align_format(FILE *); #endif /* __ALIGN_H_ */ squizz-0.99b+dfsg.orig/lib/Makefile.am0000644000175000017500000000560312104505273017563 0ustar osallouosallou AUTOMAKE_OPTIONS = subdir-objects AM_YFLAGS = -d -p `basename $* | sed 's,y$$,,'` AM_LFLAGS = -s -P`basename $* | sed 's,l$$,,'` -olex.yy.c lib_LTLIBRARIES = libbioseq.la libbioali.la nobase_pkginclude_HEADERS = $(SEQ_HDR) $(ALI_HDR) noinst_HEADERS = $(EXT_HDR) $(SE2_HDR) $(AL2_HDR) libbioseq_la_SOURCES = $(SEQ_SRC) $(SE2_SRC) $(EXT_SRC) libbioali_la_SOURCES = $(ALI_SRC) $(AL2_SRC) SEQ_SRC = sequence.c $(SEQFMT_SRC) SEQ_HDR = sequence.h $(SEQFMT_HDR) SE2_SRC = sequence/parse.c sequence/protein.c sequence/utils.c SE2_HDR = sequence/parse.h sequence/protein.h sequence/utils.h ALI_SRC = align.c $(ALIFMT_SRC) ALI_HDR = align.h $(ALIFMT_HDR) AL2_SRC = align/parse.c align/phylip.c AL2_HDR = align/parse.h align/phylip.h SEQFMT_SRC = $(EMB_SRC) $(FAS_SRC) $(GBK_SRC) $(GCG_SRC) $(GDE_SRC) $(IG_SRC) \ $(NBR_SRC) $(COD_SRC) $(RAW_SRC) $(SPT_SRC) SEQFMT_HDR = $(EMB_HDR) $(FAS_HDR) $(GBK_HDR) $(GCG_HDR) $(GDE_HDR) $(IG_HDR) \ $(NBR_HDR) $(COD_HDR) $(RAW_HDR) $(SPT_HDR) ALIFMT_SRC = $(CLU_SRC) $(FA2_SRC) $(MEG_SRC) $(MSF_SRC) $(NXI_SRC) \ $(PHI_SRC) $(PHS_SRC) $(STO_SRC) ALIFMT_HDR = $(CLU_HDR) $(FA2_HDR) $(MEG_HDR) $(MSF_HDR) $(NXI_HDR) \ $(PHI_HDR) $(PHS_HDR) $(STO_HDR) CLU_SRC = align/clustal.c align/clustaly.y align/clustall.l CLU_HDR = align/clustal.h COD_SRC = sequence/codata.c sequence/codatay.y sequence/codatal.l COD_HDR = sequence/codata.h EMB_SRC = sequence/embl.c sequence/embly.y sequence/embll.l EMB_HDR = sequence/embl.h FAS_SRC = sequence/fasta.c sequence/fastay.y sequence/fastal.l FAS_HDR = sequence/fasta.h FA2_SRC = align/fasta2.c FA2_HDR = align/fasta2.h GBK_SRC = sequence/genbank.c sequence/genbanky.y sequence/genbankl.l GBK_HDR = sequence/genbank.h GCG_SRC = sequence/gcg.c sequence/gcgy.y sequence/gcgl.l GCG_HDR = sequence/gcg.h GDE_SRC = sequence/gde.c sequence/gdey.y sequence/gdel.l GDE_HDR = sequence/gde.h IG_SRC = sequence/ig.c sequence/igy.y sequence/igl.l IG_HDR = sequence/ig.h MEG_SRC = align/mega.c align/megay.y align/megal.l MEG_HDR = align/mega.h MSF_SRC = align/msf.c align/msfy.y align/msfl.l MSF_HDR = align/msf.h NBR_SRC = sequence/nbrf.c sequence/nbrfy.y sequence/nbrfl.l NBR_HDR = sequence/nbrf.h NXI_SRC = align/nexusi.c align/nexusiy.y align/nexusil.l NXI_HDR = align/nexusi.h PHI_SRC = align/phylipi.c align/phylipiy.y align/phylipil.l PHI_HDR = align/phylipi.h PHS_SRC = align/phylips.c align/phylipsy.y align/phylipsl.l PHS_HDR = align/phylips.h RAW_SRC = sequence/raw.c sequence/rawy.y sequence/rawl.l RAW_HDR = sequence/raw.h SPT_SRC = sequence/sprot.c sequence/sproty.y sequence/sprotl.l SPT_HDR = sequence/sprot.h STO_SRC = align/stock.c align/stocky.y align/stockl.l STO_HDR = align/stock.h EXT_SRC = extern/text.c extern/file.c EXT_HDR = extern/text.h extern/file.h EXTRA_DIST = compat/err.h ## Maintainer parano check LINTDEFS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) parano: $(LINT) $(LINTFLAGS) $(LINTDEFS) `find . -name '*.c'` squizz-0.99b+dfsg.orig/lib/align/0000755000175000017500000000000012110373651016615 5ustar osallouosallousquizz-0.99b+dfsg.orig/lib/align/clustall.c0000644000175000017500000026530212077311727020624 0ustar osallouosallou#line 2 "align/clustall.c" #line 4 "align/clustall.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer clustal_create_buffer #define yy_delete_buffer clustal_delete_buffer #define yy_flex_debug clustal_flex_debug #define yy_init_buffer clustal_init_buffer #define yy_flush_buffer clustal_flush_buffer #define yy_load_buffer_state clustal_load_buffer_state #define yy_switch_to_buffer clustal_switch_to_buffer #define yyin clustalin #define yyleng clustalleng #define yylex clustallex #define yylineno clustallineno #define yyout clustalout #define yyrestart clustalrestart #define yytext clustaltext #define yywrap clustalwrap #define yyalloc clustalalloc #define yyrealloc clustalrealloc #define yyfree clustalfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE clustalrestart(clustalin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int clustalleng; extern FILE *clustalin, *clustalout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up clustaltext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up clustaltext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via clustalrestart()), so that the user can continue scanning by * just pointing clustalin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when clustaltext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int clustalleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow clustalwrap()'s to do buffer switches * instead of setting up a fresh clustalin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void clustalrestart (FILE *input_file ); void clustal_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE clustal_create_buffer (FILE *file,int size ); void clustal_delete_buffer (YY_BUFFER_STATE b ); void clustal_flush_buffer (YY_BUFFER_STATE b ); void clustalpush_buffer_state (YY_BUFFER_STATE new_buffer ); void clustalpop_buffer_state (void ); static void clustalensure_buffer_stack (void ); static void clustal_load_buffer_state (void ); static void clustal_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER clustal_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE clustal_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE clustal_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE clustal_scan_bytes (yyconst char *bytes,int len ); void *clustalalloc (yy_size_t ); void *clustalrealloc (void *,yy_size_t ); void clustalfree (void * ); #define yy_new_buffer clustal_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ clustalensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ clustal_create_buffer(clustalin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ clustalensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ clustal_create_buffer(clustalin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define clustalwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *clustalin = (FILE *) 0, *clustalout = (FILE *) 0; typedef int yy_state_type; extern int clustallineno; int clustallineno = 1; extern char *clustaltext; #define yytext_ptr clustaltext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up clustaltext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ clustalleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 24 #define YY_END_OF_BUFFER 25 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[581] = { 0, 25, 23, 24, 22, 24, 3, 23, 24, 1, 22, 24,16386,16392, 3, 23, 24, 23, 24, 23, 24, 5, 24, 6, 24, 18, 24, 13, 18, 24, 17, 24, 11, 18, 24, 12, 18, 24, 10, 18, 24, 10, 18, 24, 10, 11, 18, 24, 10, 12, 18, 24, 21, 24, 19, 21, 24, 20, 24, 3, 1, 16386, 8200,16386,16392, 8200, 8200, 1,16386,16392, 3, 5, 7, 13, 14, 15, 16, 15, 16, 11, 12, 10, 10, 10, 10, 11, 10, 12, 19,16386, 8200, 8200, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 8200, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 8200, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 8200, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 9, 10, 11, 10, 12, 19, 8200, 8200, 8200, 4, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 8194, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8194, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 5, 7, 15, 16, 15, 16, 11, 10, 10, 10, 11, 10, 12, 19, 8200, 5, 7, 15, 16, 15, 16, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 10, 10, 10, 12, 8200, 5, 7, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } ; static yyconst flex_int16_t yy_accept[509] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 6, 9, 14, 17, 19, 21, 23, 25, 27, 30, 32, 35, 38, 41, 44, 48, 52, 54, 57, 59, 60, 62, 63, 65, 66, 67, 70, 71, 71, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 86, 88, 89, 90, 90, 90, 91, 92, 93, 93, 93, 94, 95, 96, 97, 99, 100, 101, 102, 104, 106, 107, 107, 107, 108, 109, 110, 110, 110, 111, 112, 113, 114, 116, 117, 118, 119, 121, 123, 124, 124, 124, 125, 126, 127, 127, 127, 128, 129, 130, 131, 133, 134, 135, 136, 138, 140, 141, 141, 141, 142, 143, 144, 144, 144, 145, 146, 147, 148, 150, 151, 152, 153, 153, 154, 156, 158, 159, 159, 159, 160, 161, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 174, 176, 177, 177, 177, 178, 180, 181, 182, 183, 184, 186, 187, 188, 189, 191, 193, 194, 195, 196, 197, 198, 199, 200, 202, 203, 204, 205, 207, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 222, 224, 225, 226, 227, 228, 229, 230, 232, 233, 234, 236, 237, 238, 239, 240, 241, 242, 244, 245, 246, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279, 280, 281, 282, 284, 285, 286, 287, 288, 289, 290, 292, 293, 294, 295, 296, 297, 298, 300, 301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 330, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 348, 349, 350, 351, 352, 353, 354, 356, 357, 358, 359, 360, 361, 362, 364, 365, 366, 367, 368, 369, 370, 372, 373, 374, 375, 376, 377, 378, 380, 381, 382, 383, 384, 385, 386, 388, 389, 390, 391, 392, 393, 394, 396, 397, 398, 399, 400, 401, 402, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 420, 421, 422, 423, 424, 425, 426, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 440, 441, 442, 444, 445, 446, 447, 448, 449, 450, 452, 453, 454, 455, 456, 457, 458, 460, 461, 462, 463, 464, 465, 466, 468, 469, 470, 471, 472, 473, 474, 476, 477, 478, 479, 480, 481, 482, 484, 485, 486, 487, 488, 489, 490, 492, 493, 494, 495, 496, 497, 498, 500, 501, 502, 503, 504, 505, 506, 508, 509, 510, 511, 512, 513, 514, 516, 517, 518, 519, 520, 521, 522, 524, 525, 526, 527, 528, 529, 530, 532, 533, 534, 535, 536, 537, 538, 540, 541, 542, 543, 544, 545, 546, 548, 549, 550, 551, 552, 552, 553, 553, 554, 554, 555, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 581 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 7, 8, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 1, 1, 1, 1, 11, 1, 12, 13, 14, 13, 13, 13, 15, 13, 13, 13, 13, 16, 17, 13, 13, 13, 13, 13, 18, 19, 20, 13, 13, 13, 13, 13, 1, 1, 1, 1, 21, 1, 22, 13, 23, 13, 13, 13, 13, 13, 13, 13, 13, 24, 13, 13, 13, 13, 13, 13, 25, 26, 27, 13, 13, 13, 13, 13, 1, 1, 1, 28, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[29] = { 0, 1, 2, 3, 2, 1, 4, 4, 4, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4 } ; static yyconst flex_int16_t yy_base[859] = { 0, 481, 0, 479, 477, 23, 51, 78, 87, 477, 1937, 1937, 3, 80, 6, 76, 451, 0, 0, 1937, 9, 102, 0, 464, 0, 0, 112, 462, 1937, 132, 1937, 17, 82, 0, 84, 85, 444, 112, 116, 427, 418, 0, 0, 121, 1937, 0, 141, 150, 0, 434, 0, 424, 420, 160, 427, 180, 125, 113, 410, 0, 412, 402, 409, 400, 0, 0, 0, 189, 198, 0, 0, 402, 208, 411, 228, 379, 370, 0, 377, 368, 371, 362, 0, 0, 0, 237, 246, 0, 0, 0, 256, 377, 276, 366, 356, 0, 360, 351, 363, 350, 0, 0, 0, 285, 294, 0, 0, 128, 304, 342, 324, 330, 321, 0, 333, 320, 324, 314, 0, 0, 0, 333, 342, 0, 0, 160, 333, 1937, 352, 324, 372, 319, 307, 0, 311, 300, 1937, 0, 0, 0, 381, 390, 0, 0, 164, 400, 294, 420, 285, 275, 0, 0, 0, 0, 0, 429, 438, 0, 0, 169, 448, 288, 468, 1937, 0, 0, 0, 0, 477, 486, 0, 0, 172, 496, 285, 516, 0, 0, 0, 0, 525, 534, 1937, 0, 175, 0, 283, 1937, 0, 0, 0, 0, 1937, 0, 0, 208, 281, 0, 0, 0, 0, 0, 212, 279, 0, 0, 0, 0, 0, 217, 276, 0, 0, 0, 0, 0, 220, 274, 0, 0, 0, 0, 0, 223, 272, 0, 0, 0, 0, 0, 256, 270, 0, 0, 0, 0, 0, 260, 267, 0, 0, 0, 0, 0, 265, 246, 0, 0, 0, 0, 0, 268, 244, 0, 0, 0, 0, 0, 271, 242, 0, 0, 0, 0, 0, 304, 240, 0, 0, 0, 0, 0, 308, 237, 0, 0, 0, 0, 0, 313, 235, 0, 0, 0, 0, 0, 316, 233, 0, 0, 0, 0, 0, 319, 231, 0, 0, 0, 0, 0, 352, 228, 0, 0, 0, 0, 0, 356, 226, 0, 0, 0, 0, 0, 361, 224, 0, 0, 0, 0, 0, 364, 222, 0, 0, 0, 0, 0, 367, 219, 0, 0, 0, 0, 0, 400, 198, 0, 0, 0, 0, 0, 404, 196, 0, 0, 0, 0, 0, 409, 194, 0, 0, 0, 0, 0, 412, 192, 0, 0, 0, 0, 0, 415, 189, 0, 0, 0, 0, 0, 448, 187, 0, 0, 0, 0, 0, 452, 185, 0, 0, 0, 0, 0, 457, 183, 0, 0, 0, 0, 0, 460, 180, 0, 0, 0, 0, 0, 463, 178, 0, 0, 0, 0, 0, 496, 176, 0, 0, 0, 0, 0, 500, 174, 0, 0, 0, 0, 0, 505, 171, 0, 0, 0, 0, 0, 508, 150, 0, 0, 0, 0, 0, 511, 148, 0, 0, 0, 0, 0, 543, 146, 0, 0, 0, 0, 0, 546, 144, 0, 0, 0, 0, 0, 549, 141, 0, 0, 0, 0, 0, 552, 137, 0, 0, 0, 0, 1937, 555, 135, 1937, 0, 1937, 1937, 558, 0, 561, 0, 564, 0, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1937, 1937, 568, 572, 576, 580, 584, 588, 592, 123, 596, 600, 604, 608, 612, 616, 112, 620, 624, 628, 632, 636, 640, 110, 644, 648, 652, 656, 660, 664, 107, 668, 672, 676, 680, 684, 688, 692, 98, 696, 700, 704, 708, 712, 716, 720, 95, 724, 728, 732, 736, 740, 744, 748, 752, 18, 756, 760, 764, 768, 772, 776, 780, 13, 784, 788, 792, 796, 800, 804, 808, 12, 812, 816, 820, 824, 828, 832, 836, 840, 844, 848, 852, 856, 860, 864, 868, 872, 876, 880, 884, 888, 892, 896, 900, 904, 908, 912, 916, 920, 924, 928, 932, 936, 940, 944, 948, 952, 956, 960, 964, 968, 972, 976, 980, 984, 988, 992, 996, 1000, 1004, 1008, 1012, 1016, 1020, 1024, 1028, 1032, 1036, 1040, 1044, 1048, 1052, 1056, 1060, 1064, 1068, 1072, 1076, 1080, 1084, 1088, 1092, 1096, 1100, 1104, 1108, 1112, 1116, 1120, 1124, 1128, 1132, 1136, 1140, 1144, 1148, 1152, 1156, 1160, 1164, 1168, 1172, 1176, 1180, 1184, 1188, 1192, 1196, 1200, 1204, 1208, 1212, 1216, 1220, 1224, 1228, 1232, 1236, 1240, 1244, 1248, 1252, 1256, 1260, 1264, 1268, 1272, 1276, 1280, 1284, 1288, 1292, 1296, 1300, 1304, 1308, 1312, 1316, 1320, 1324, 1328, 1332, 1336, 1340, 1344, 1348, 1352, 1356, 1360, 1364, 1368, 1372, 1376, 1380, 1384, 1388, 1392, 1396, 1400, 1404, 1408, 1412, 1416, 1420, 1424, 1428, 1432, 1436, 1440, 1444, 1448, 1452, 1456, 1460, 1464, 1468, 1472, 1476, 1480, 1484, 1488, 1492, 1496, 1500, 1504, 1508, 1512, 1516, 1520, 1524, 1528, 1532, 1536, 1540, 1544, 1548, 1552, 1556, 1560, 1564, 1568, 1572, 1576, 1580, 1584, 1588, 1592, 1596, 1600, 1604, 1608, 1612, 1616, 1620, 1624, 1628, 1632, 1636, 1640, 1644, 1648, 1652, 1656, 1660, 1664, 1668, 1672, 1676, 1680, 1684, 1688, 1692, 1696, 1700, 1704, 1708, 1712, 1716, 1720, 1724, 1728, 1732, 1736, 1740, 1744, 1748, 1752, 1756, 1760, 1764, 1768, 1772, 1776, 1780, 1784, 1788, 1792, 1796, 1800, 1804, 1808, 1812, 1816, 1820, 1824, 1828, 1832, 1836, 1840, 1844, 1848, 1852, 1856, 1860, 1864, 1868, 1872, 1876, 1880, 1884, 1888, 1892, 1896, 1900, 1904, 1908, 1912, 1916, 1920, 1924, 1928, 1932 } ; static yyconst flex_int16_t yy_def[859] = { 0, 508, 508, 509, 509, 507, 507, 510, 510, 507, 507, 507, 507, 511, 507, 507, 507, 512, 513, 507, 507, 514, 515, 507, 516, 516, 517, 516, 507, 507, 507, 507, 507, 518, 511, 518, 518, 511, 507, 507, 507, 519, 520, 507, 507, 521, 507, 521, 522, 507, 523, 523, 523, 524, 523, 507, 507, 507, 507, 525, 525, 525, 507, 507, 526, 527, 528, 507, 528, 529, 530, 530, 531, 530, 507, 507, 507, 532, 532, 532, 507, 507, 533, 534, 535, 507, 535, 536, 537, 538, 539, 537, 507, 507, 507, 540, 540, 540, 507, 507, 541, 542, 543, 507, 543, 544, 545, 546, 547, 545, 507, 507, 507, 548, 548, 548, 507, 507, 549, 550, 551, 507, 551, 552, 553, 554, 555, 507, 556, 553, 507, 507, 507, 557, 557, 557, 507, 558, 559, 560, 507, 560, 561, 562, 563, 564, 562, 507, 507, 507, 565, 565, 566, 567, 568, 507, 568, 569, 570, 571, 572, 570, 507, 507, 573, 574, 575, 576, 507, 576, 577, 578, 579, 580, 578, 507, 581, 582, 583, 584, 507, 584, 507, 585, 586, 585, 585, 507, 587, 588, 589, 590, 507, 590, 591, 592, 591, 593, 594, 595, 596, 597, 598, 597, 599, 600, 601, 602, 603, 604, 603, 605, 606, 607, 608, 609, 610, 609, 611, 612, 613, 614, 615, 616, 615, 617, 618, 619, 620, 621, 622, 621, 623, 624, 625, 626, 627, 628, 627, 629, 630, 631, 632, 633, 634, 633, 635, 636, 637, 638, 639, 640, 639, 641, 642, 643, 644, 645, 646, 645, 647, 648, 649, 650, 651, 652, 651, 653, 654, 655, 656, 657, 658, 657, 659, 660, 661, 662, 663, 664, 663, 665, 666, 667, 668, 669, 670, 669, 671, 672, 673, 674, 675, 676, 675, 677, 678, 679, 680, 681, 682, 681, 683, 684, 685, 686, 687, 688, 687, 689, 690, 691, 692, 693, 694, 693, 695, 696, 697, 698, 699, 700, 699, 701, 702, 703, 704, 705, 706, 705, 707, 708, 709, 710, 711, 712, 711, 713, 714, 715, 716, 717, 718, 717, 719, 720, 721, 722, 723, 724, 723, 725, 726, 727, 728, 729, 730, 729, 731, 732, 733, 734, 735, 736, 735, 737, 738, 739, 740, 741, 742, 741, 743, 744, 745, 746, 747, 748, 747, 749, 750, 751, 752, 753, 754, 753, 755, 756, 757, 758, 759, 760, 759, 761, 762, 763, 764, 765, 766, 765, 767, 768, 769, 770, 771, 772, 771, 773, 774, 775, 776, 777, 778, 777, 779, 780, 781, 782, 783, 784, 783, 785, 786, 787, 788, 789, 790, 789, 791, 792, 793, 794, 795, 796, 795, 797, 798, 799, 800, 801, 802, 801, 803, 804, 805, 806, 807, 808, 807, 809, 810, 811, 812, 813, 814, 813, 815, 816, 817, 818, 819, 820, 819, 821, 822, 823, 824, 507, 825, 507, 507, 826, 507, 507, 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, 507, 0, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507 } ; static yyconst flex_int16_t yy_nxt[1966] = { 0, 507, 12, 13, 14, 31, 32, 31, 31, 37, 38, 43, 44, 43, 15, 51, 182, 170, 52, 31, 32, 31, 157, 16, 19, 20, 21, 20, 19, 22, 22, 22, 23, 19, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 19, 22, 22, 22, 22, 22, 22, 22, 24, 20, 21, 20, 25, 26, 26, 26, 27, 24, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 24, 26, 26, 26, 26, 26, 26, 26, 29, 30, 29, 34, 29, 56, 29, 34, 29, 29, 30, 29, 39, 29, 35, 29, 57, 29, 35, 142, 40, 60, 123, 36, 46, 58, 46, 36, 47, 61, 47, 105, 47, 50, 87, 34, 69, 50, 31, 37, 38, 50, 50, 43, 44, 43, 35, 48, 56, 75, 126, 127, 126, 50, 55, 36, 55, 76, 55, 57, 55, 127, 55, 67, 49, 67, 469, 67, 58, 67, 462, 67, 67, 455, 67, 448, 68, 441, 68, 434, 68, 70, 126, 127, 126, 70, 126, 127, 126, 70, 70, 126, 127, 126, 126, 127, 126, 126, 127, 126, 427, 70, 74, 420, 74, 413, 74, 406, 74, 399, 74, 85, 392, 85, 385, 85, 378, 85, 371, 85, 85, 364, 85, 357, 86, 350, 86, 343, 86, 88, 126, 127, 126, 88, 126, 127, 126, 88, 88, 126, 127, 126, 126, 127, 126, 126, 127, 126, 336, 88, 92, 329, 92, 322, 92, 315, 92, 308, 92, 103, 301, 103, 294, 103, 287, 103, 280, 103, 103, 273, 103, 266, 104, 259, 104, 252, 104, 106, 126, 127, 126, 106, 126, 127, 126, 106, 106, 126, 127, 126, 126, 127, 126, 126, 127, 126, 245, 106, 110, 238, 110, 231, 110, 224, 110, 217, 110, 121, 210, 121, 203, 121, 196, 121, 186, 121, 121, 174, 121, 163, 122, 163, 122, 161, 122, 124, 126, 127, 126, 124, 126, 127, 126, 124, 124, 126, 127, 126, 126, 127, 126, 126, 127, 126, 151, 124, 130, 151, 130, 149, 130, 148, 130, 146, 130, 140, 127, 140, 136, 140, 136, 140, 135, 140, 140, 134, 140, 132, 141, 131, 141, 129, 141, 143, 126, 127, 126, 143, 126, 127, 126, 143, 143, 126, 127, 126, 126, 127, 126, 126, 127, 126, 117, 143, 147, 116, 147, 115, 147, 114, 147, 112, 147, 155, 111, 155, 109, 155, 99, 155, 98, 155, 155, 97, 155, 96, 156, 94, 156, 93, 156, 158, 126, 127, 126, 158, 126, 127, 126, 158, 158, 126, 127, 126, 126, 127, 126, 126, 127, 126, 91, 158, 162, 89, 162, 81, 162, 80, 162, 79, 162, 168, 78, 168, 76, 168, 73, 168, 71, 168, 168, 71, 168, 49, 169, 63, 169, 62, 169, 171, 126, 127, 126, 171, 126, 127, 126, 171, 171, 126, 127, 126, 126, 127, 126, 126, 127, 126, 61, 171, 175, 54, 175, 49, 175, 40, 175, 507, 175, 180, 18, 180, 18, 180, 11, 180, 507, 180, 180, 507, 180, 507, 181, 507, 181, 507, 181, 183, 126, 127, 126, 183, 126, 127, 126, 183, 183, 126, 127, 126, 126, 127, 126, 126, 127, 126, 507, 183, 187, 507, 187, 507, 187, 507, 187, 507, 187, 192, 507, 192, 507, 192, 507, 192, 507, 192, 192, 507, 192, 507, 193, 507, 193, 507, 193, 126, 127, 126, 126, 127, 126, 126, 127, 126, 126, 127, 126, 126, 127, 126, 126, 127, 126, 126, 127, 126, 126, 127, 126, 10, 10, 10, 10, 17, 17, 17, 17, 28, 28, 28, 28, 33, 507, 33, 33, 41, 41, 507, 41, 42, 507, 507, 42, 45, 45, 507, 45, 50, 507, 507, 50, 53, 507, 507, 53, 59, 507, 507, 59, 64, 64, 507, 64, 65, 507, 507, 65, 66, 507, 507, 66, 70, 507, 507, 70, 72, 507, 507, 72, 77, 507, 507, 77, 82, 82, 507, 82, 83, 507, 507, 83, 84, 507, 507, 84, 88, 507, 507, 88, 90, 507, 507, 90, 95, 507, 507, 95, 100, 100, 507, 100, 101, 507, 507, 101, 102, 507, 507, 102, 106, 507, 507, 106, 107, 507, 507, 107, 108, 507, 507, 108, 113, 507, 507, 113, 118, 118, 507, 118, 119, 507, 507, 119, 120, 507, 507, 120, 124, 507, 507, 124, 125, 125, 125, 125, 128, 507, 507, 128, 133, 507, 507, 133, 137, 137, 507, 137, 138, 507, 507, 138, 139, 507, 507, 139, 143, 507, 507, 143, 144, 144, 144, 144, 126, 126, 126, 126, 145, 507, 507, 145, 150, 507, 507, 150, 152, 152, 507, 152, 153, 507, 507, 153, 154, 507, 507, 154, 158, 507, 507, 158, 159, 159, 159, 159, 160, 507, 507, 160, 164, 507, 507, 164, 165, 165, 507, 165, 166, 507, 507, 166, 167, 507, 507, 167, 171, 507, 507, 171, 172, 172, 172, 172, 173, 507, 507, 173, 176, 507, 507, 176, 177, 177, 507, 177, 178, 507, 507, 178, 179, 507, 507, 179, 183, 507, 507, 183, 184, 184, 184, 184, 185, 507, 507, 185, 188, 507, 507, 188, 189, 189, 507, 189, 190, 507, 507, 190, 191, 507, 507, 191, 194, 507, 507, 194, 195, 195, 195, 195, 197, 507, 507, 197, 198, 198, 507, 198, 199, 507, 507, 199, 200, 507, 507, 200, 201, 507, 507, 201, 202, 202, 202, 202, 204, 507, 507, 204, 205, 205, 507, 205, 206, 507, 507, 206, 207, 507, 507, 207, 208, 507, 507, 208, 209, 209, 209, 209, 211, 507, 507, 211, 212, 212, 507, 212, 213, 507, 507, 213, 214, 507, 507, 214, 215, 507, 507, 215, 216, 216, 216, 216, 218, 507, 507, 218, 219, 219, 507, 219, 220, 507, 507, 220, 221, 507, 507, 221, 222, 507, 507, 222, 223, 223, 223, 223, 225, 507, 507, 225, 226, 226, 507, 226, 227, 507, 507, 227, 228, 507, 507, 228, 229, 507, 507, 229, 230, 230, 230, 230, 232, 507, 507, 232, 233, 233, 507, 233, 234, 507, 507, 234, 235, 507, 507, 235, 236, 507, 507, 236, 237, 237, 237, 237, 239, 507, 507, 239, 240, 240, 507, 240, 241, 507, 507, 241, 242, 507, 507, 242, 243, 507, 507, 243, 244, 244, 244, 244, 246, 507, 507, 246, 247, 247, 507, 247, 248, 507, 507, 248, 249, 507, 507, 249, 250, 507, 507, 250, 251, 251, 251, 251, 253, 507, 507, 253, 254, 254, 507, 254, 255, 507, 507, 255, 256, 507, 507, 256, 257, 507, 507, 257, 258, 258, 258, 258, 260, 507, 507, 260, 261, 261, 507, 261, 262, 507, 507, 262, 263, 507, 507, 263, 264, 507, 507, 264, 265, 265, 265, 265, 267, 507, 507, 267, 268, 268, 507, 268, 269, 507, 507, 269, 270, 507, 507, 270, 271, 507, 507, 271, 272, 272, 272, 272, 274, 507, 507, 274, 275, 275, 507, 275, 276, 507, 507, 276, 277, 507, 507, 277, 278, 507, 507, 278, 279, 279, 279, 279, 281, 507, 507, 281, 282, 282, 507, 282, 283, 507, 507, 283, 284, 507, 507, 284, 285, 507, 507, 285, 286, 286, 286, 286, 288, 507, 507, 288, 289, 289, 507, 289, 290, 507, 507, 290, 291, 507, 507, 291, 292, 507, 507, 292, 293, 293, 293, 293, 295, 507, 507, 295, 296, 296, 507, 296, 297, 507, 507, 297, 298, 507, 507, 298, 299, 507, 507, 299, 300, 300, 300, 300, 302, 507, 507, 302, 303, 303, 507, 303, 304, 507, 507, 304, 305, 507, 507, 305, 306, 507, 507, 306, 307, 307, 307, 307, 309, 507, 507, 309, 310, 310, 507, 310, 311, 507, 507, 311, 312, 507, 507, 312, 313, 507, 507, 313, 314, 314, 314, 314, 316, 507, 507, 316, 317, 317, 507, 317, 318, 507, 507, 318, 319, 507, 507, 319, 320, 507, 507, 320, 321, 321, 321, 321, 323, 507, 507, 323, 324, 324, 507, 324, 325, 507, 507, 325, 326, 507, 507, 326, 327, 507, 507, 327, 328, 328, 328, 328, 330, 507, 507, 330, 331, 331, 507, 331, 332, 507, 507, 332, 333, 507, 507, 333, 334, 507, 507, 334, 335, 335, 335, 335, 337, 507, 507, 337, 338, 338, 507, 338, 339, 507, 507, 339, 340, 507, 507, 340, 341, 507, 507, 341, 342, 342, 342, 342, 344, 507, 507, 344, 345, 345, 507, 345, 346, 507, 507, 346, 347, 507, 507, 347, 348, 507, 507, 348, 349, 349, 349, 349, 351, 507, 507, 351, 352, 352, 507, 352, 353, 507, 507, 353, 354, 507, 507, 354, 355, 507, 507, 355, 356, 356, 356, 356, 358, 507, 507, 358, 359, 359, 507, 359, 360, 507, 507, 360, 361, 507, 507, 361, 362, 507, 507, 362, 363, 363, 363, 363, 365, 507, 507, 365, 366, 366, 507, 366, 367, 507, 507, 367, 368, 507, 507, 368, 369, 507, 507, 369, 370, 370, 370, 370, 372, 507, 507, 372, 373, 373, 507, 373, 374, 507, 507, 374, 375, 507, 507, 375, 376, 507, 507, 376, 377, 377, 377, 377, 379, 507, 507, 379, 380, 380, 507, 380, 381, 507, 507, 381, 382, 507, 507, 382, 383, 507, 507, 383, 384, 384, 384, 384, 386, 507, 507, 386, 387, 387, 507, 387, 388, 507, 507, 388, 389, 507, 507, 389, 390, 507, 507, 390, 391, 391, 391, 391, 393, 507, 507, 393, 394, 394, 507, 394, 395, 507, 507, 395, 396, 507, 507, 396, 397, 507, 507, 397, 398, 398, 398, 398, 400, 507, 507, 400, 401, 401, 507, 401, 402, 507, 507, 402, 403, 507, 507, 403, 404, 507, 507, 404, 405, 405, 405, 405, 407, 507, 507, 407, 408, 408, 507, 408, 409, 507, 507, 409, 410, 507, 507, 410, 411, 507, 507, 411, 412, 412, 412, 412, 414, 507, 507, 414, 415, 415, 507, 415, 416, 507, 507, 416, 417, 507, 507, 417, 418, 507, 507, 418, 419, 419, 419, 419, 421, 507, 507, 421, 422, 422, 507, 422, 423, 507, 507, 423, 424, 507, 507, 424, 425, 507, 507, 425, 426, 426, 426, 426, 428, 507, 507, 428, 429, 429, 507, 429, 430, 507, 507, 430, 431, 507, 507, 431, 432, 507, 507, 432, 433, 433, 433, 433, 435, 507, 507, 435, 436, 436, 507, 436, 437, 507, 507, 437, 438, 507, 507, 438, 439, 507, 507, 439, 440, 440, 440, 440, 442, 507, 507, 442, 443, 443, 507, 443, 444, 507, 507, 444, 445, 507, 507, 445, 446, 507, 507, 446, 447, 447, 447, 447, 449, 507, 507, 449, 450, 450, 507, 450, 451, 507, 507, 451, 452, 507, 507, 452, 453, 507, 507, 453, 454, 454, 454, 454, 456, 507, 507, 456, 457, 457, 507, 457, 458, 507, 507, 458, 459, 507, 507, 459, 460, 507, 507, 460, 461, 461, 461, 461, 463, 507, 507, 463, 464, 464, 507, 464, 465, 507, 507, 465, 466, 507, 507, 466, 467, 507, 507, 467, 468, 468, 468, 468, 470, 507, 507, 470, 471, 471, 507, 471, 472, 507, 507, 472, 473, 507, 507, 473, 474, 474, 474, 474, 475, 475, 507, 475, 476, 476, 476, 476, 477, 477, 507, 477, 478, 478, 478, 478, 479, 479, 507, 479, 480, 480, 480, 480, 481, 481, 507, 481, 126, 126, 126, 126, 482, 482, 507, 482, 483, 483, 507, 483, 484, 484, 507, 484, 485, 485, 507, 485, 486, 486, 507, 486, 487, 487, 507, 487, 488, 488, 507, 488, 489, 489, 507, 489, 490, 490, 507, 490, 491, 491, 507, 491, 492, 492, 507, 492, 493, 493, 507, 493, 494, 494, 507, 494, 495, 495, 507, 495, 496, 496, 507, 496, 497, 497, 507, 497, 498, 498, 507, 498, 499, 499, 507, 499, 500, 500, 507, 500, 501, 501, 507, 501, 502, 502, 507, 502, 503, 503, 507, 503, 504, 504, 507, 504, 505, 505, 507, 505, 506, 506, 507, 506, 9, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507 } ; static yyconst flex_int16_t yy_chk[1966] = { 0, 0, 2, 2, 2, 12, 12, 12, 14, 14, 14, 20, 20, 20, 2, 25, 577, 569, 25, 31, 31, 31, 561, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 13, 7, 32, 7, 34, 7, 8, 8, 8, 15, 8, 13, 8, 32, 8, 34, 552, 15, 35, 544, 13, 21, 32, 21, 34, 21, 35, 21, 536, 21, 26, 529, 37, 522, 26, 38, 38, 38, 26, 26, 43, 43, 43, 37, 515, 56, 57, 107, 107, 107, 26, 29, 37, 29, 57, 29, 56, 29, 480, 29, 46, 469, 46, 462, 46, 56, 46, 455, 46, 47, 448, 47, 441, 47, 434, 47, 427, 47, 53, 125, 125, 125, 53, 144, 144, 144, 53, 53, 159, 159, 159, 172, 172, 172, 184, 184, 184, 420, 53, 55, 413, 55, 406, 55, 399, 55, 392, 55, 67, 385, 67, 378, 67, 371, 67, 364, 67, 68, 357, 68, 350, 68, 343, 68, 336, 68, 72, 195, 195, 195, 72, 202, 202, 202, 72, 72, 209, 209, 209, 216, 216, 216, 223, 223, 223, 329, 72, 74, 322, 74, 315, 74, 308, 74, 301, 74, 85, 294, 85, 287, 85, 280, 85, 273, 85, 86, 266, 86, 259, 86, 252, 86, 245, 86, 90, 230, 230, 230, 90, 237, 237, 237, 90, 90, 244, 244, 244, 251, 251, 251, 258, 258, 258, 238, 90, 92, 231, 92, 224, 92, 217, 92, 210, 92, 103, 203, 103, 196, 103, 186, 103, 174, 103, 104, 161, 104, 149, 104, 148, 104, 146, 104, 108, 265, 265, 265, 108, 272, 272, 272, 108, 108, 279, 279, 279, 286, 286, 286, 293, 293, 293, 135, 108, 110, 134, 110, 132, 110, 131, 110, 129, 110, 121, 126, 121, 117, 121, 116, 121, 115, 121, 122, 114, 122, 112, 122, 111, 122, 109, 122, 128, 300, 300, 300, 128, 307, 307, 307, 128, 128, 314, 314, 314, 321, 321, 321, 328, 328, 328, 99, 128, 130, 98, 130, 97, 130, 96, 130, 94, 130, 140, 93, 140, 91, 140, 81, 140, 80, 140, 141, 79, 141, 78, 141, 76, 141, 75, 141, 145, 335, 335, 335, 145, 342, 342, 342, 145, 145, 349, 349, 349, 356, 356, 356, 363, 363, 363, 73, 145, 147, 71, 147, 63, 147, 62, 147, 61, 147, 155, 60, 155, 58, 155, 54, 155, 52, 155, 156, 51, 156, 49, 156, 40, 156, 39, 156, 160, 370, 370, 370, 160, 377, 377, 377, 160, 160, 384, 384, 384, 391, 391, 391, 398, 398, 398, 36, 160, 162, 27, 162, 23, 162, 16, 162, 9, 162, 168, 4, 168, 3, 168, 1, 168, 0, 168, 169, 0, 169, 0, 169, 0, 169, 0, 169, 173, 405, 405, 405, 173, 412, 412, 412, 173, 173, 419, 419, 419, 426, 426, 426, 433, 433, 433, 0, 173, 175, 0, 175, 0, 175, 0, 175, 0, 175, 180, 0, 180, 0, 180, 0, 180, 0, 180, 181, 0, 181, 0, 181, 0, 181, 0, 181, 440, 440, 440, 447, 447, 447, 454, 454, 454, 461, 461, 461, 468, 468, 468, 474, 474, 474, 476, 476, 476, 478, 478, 478, 508, 508, 508, 508, 509, 509, 509, 509, 510, 510, 510, 510, 511, 0, 511, 511, 512, 512, 0, 512, 513, 0, 0, 513, 514, 514, 0, 514, 516, 0, 0, 516, 517, 0, 0, 517, 518, 0, 0, 518, 519, 519, 0, 519, 520, 0, 0, 520, 521, 0, 0, 521, 523, 0, 0, 523, 524, 0, 0, 524, 525, 0, 0, 525, 526, 526, 0, 526, 527, 0, 0, 527, 528, 0, 0, 528, 530, 0, 0, 530, 531, 0, 0, 531, 532, 0, 0, 532, 533, 533, 0, 533, 534, 0, 0, 534, 535, 0, 0, 535, 537, 0, 0, 537, 538, 0, 0, 538, 539, 0, 0, 539, 540, 0, 0, 540, 541, 541, 0, 541, 542, 0, 0, 542, 543, 0, 0, 543, 545, 0, 0, 545, 546, 546, 546, 546, 547, 0, 0, 547, 548, 0, 0, 548, 549, 549, 0, 549, 550, 0, 0, 550, 551, 0, 0, 551, 553, 0, 0, 553, 554, 554, 554, 554, 555, 555, 555, 555, 556, 0, 0, 556, 557, 0, 0, 557, 558, 558, 0, 558, 559, 0, 0, 559, 560, 0, 0, 560, 562, 0, 0, 562, 563, 563, 563, 563, 564, 0, 0, 564, 565, 0, 0, 565, 566, 566, 0, 566, 567, 0, 0, 567, 568, 0, 0, 568, 570, 0, 0, 570, 571, 571, 571, 571, 572, 0, 0, 572, 573, 0, 0, 573, 574, 574, 0, 574, 575, 0, 0, 575, 576, 0, 0, 576, 578, 0, 0, 578, 579, 579, 579, 579, 580, 0, 0, 580, 581, 0, 0, 581, 582, 582, 0, 582, 583, 0, 0, 583, 584, 0, 0, 584, 585, 0, 0, 585, 586, 586, 586, 586, 587, 0, 0, 587, 588, 588, 0, 588, 589, 0, 0, 589, 590, 0, 0, 590, 591, 0, 0, 591, 592, 592, 592, 592, 593, 0, 0, 593, 594, 594, 0, 594, 595, 0, 0, 595, 596, 0, 0, 596, 597, 0, 0, 597, 598, 598, 598, 598, 599, 0, 0, 599, 600, 600, 0, 600, 601, 0, 0, 601, 602, 0, 0, 602, 603, 0, 0, 603, 604, 604, 604, 604, 605, 0, 0, 605, 606, 606, 0, 606, 607, 0, 0, 607, 608, 0, 0, 608, 609, 0, 0, 609, 610, 610, 610, 610, 611, 0, 0, 611, 612, 612, 0, 612, 613, 0, 0, 613, 614, 0, 0, 614, 615, 0, 0, 615, 616, 616, 616, 616, 617, 0, 0, 617, 618, 618, 0, 618, 619, 0, 0, 619, 620, 0, 0, 620, 621, 0, 0, 621, 622, 622, 622, 622, 623, 0, 0, 623, 624, 624, 0, 624, 625, 0, 0, 625, 626, 0, 0, 626, 627, 0, 0, 627, 628, 628, 628, 628, 629, 0, 0, 629, 630, 630, 0, 630, 631, 0, 0, 631, 632, 0, 0, 632, 633, 0, 0, 633, 634, 634, 634, 634, 635, 0, 0, 635, 636, 636, 0, 636, 637, 0, 0, 637, 638, 0, 0, 638, 639, 0, 0, 639, 640, 640, 640, 640, 641, 0, 0, 641, 642, 642, 0, 642, 643, 0, 0, 643, 644, 0, 0, 644, 645, 0, 0, 645, 646, 646, 646, 646, 647, 0, 0, 647, 648, 648, 0, 648, 649, 0, 0, 649, 650, 0, 0, 650, 651, 0, 0, 651, 652, 652, 652, 652, 653, 0, 0, 653, 654, 654, 0, 654, 655, 0, 0, 655, 656, 0, 0, 656, 657, 0, 0, 657, 658, 658, 658, 658, 659, 0, 0, 659, 660, 660, 0, 660, 661, 0, 0, 661, 662, 0, 0, 662, 663, 0, 0, 663, 664, 664, 664, 664, 665, 0, 0, 665, 666, 666, 0, 666, 667, 0, 0, 667, 668, 0, 0, 668, 669, 0, 0, 669, 670, 670, 670, 670, 671, 0, 0, 671, 672, 672, 0, 672, 673, 0, 0, 673, 674, 0, 0, 674, 675, 0, 0, 675, 676, 676, 676, 676, 677, 0, 0, 677, 678, 678, 0, 678, 679, 0, 0, 679, 680, 0, 0, 680, 681, 0, 0, 681, 682, 682, 682, 682, 683, 0, 0, 683, 684, 684, 0, 684, 685, 0, 0, 685, 686, 0, 0, 686, 687, 0, 0, 687, 688, 688, 688, 688, 689, 0, 0, 689, 690, 690, 0, 690, 691, 0, 0, 691, 692, 0, 0, 692, 693, 0, 0, 693, 694, 694, 694, 694, 695, 0, 0, 695, 696, 696, 0, 696, 697, 0, 0, 697, 698, 0, 0, 698, 699, 0, 0, 699, 700, 700, 700, 700, 701, 0, 0, 701, 702, 702, 0, 702, 703, 0, 0, 703, 704, 0, 0, 704, 705, 0, 0, 705, 706, 706, 706, 706, 707, 0, 0, 707, 708, 708, 0, 708, 709, 0, 0, 709, 710, 0, 0, 710, 711, 0, 0, 711, 712, 712, 712, 712, 713, 0, 0, 713, 714, 714, 0, 714, 715, 0, 0, 715, 716, 0, 0, 716, 717, 0, 0, 717, 718, 718, 718, 718, 719, 0, 0, 719, 720, 720, 0, 720, 721, 0, 0, 721, 722, 0, 0, 722, 723, 0, 0, 723, 724, 724, 724, 724, 725, 0, 0, 725, 726, 726, 0, 726, 727, 0, 0, 727, 728, 0, 0, 728, 729, 0, 0, 729, 730, 730, 730, 730, 731, 0, 0, 731, 732, 732, 0, 732, 733, 0, 0, 733, 734, 0, 0, 734, 735, 0, 0, 735, 736, 736, 736, 736, 737, 0, 0, 737, 738, 738, 0, 738, 739, 0, 0, 739, 740, 0, 0, 740, 741, 0, 0, 741, 742, 742, 742, 742, 743, 0, 0, 743, 744, 744, 0, 744, 745, 0, 0, 745, 746, 0, 0, 746, 747, 0, 0, 747, 748, 748, 748, 748, 749, 0, 0, 749, 750, 750, 0, 750, 751, 0, 0, 751, 752, 0, 0, 752, 753, 0, 0, 753, 754, 754, 754, 754, 755, 0, 0, 755, 756, 756, 0, 756, 757, 0, 0, 757, 758, 0, 0, 758, 759, 0, 0, 759, 760, 760, 760, 760, 761, 0, 0, 761, 762, 762, 0, 762, 763, 0, 0, 763, 764, 0, 0, 764, 765, 0, 0, 765, 766, 766, 766, 766, 767, 0, 0, 767, 768, 768, 0, 768, 769, 0, 0, 769, 770, 0, 0, 770, 771, 0, 0, 771, 772, 772, 772, 772, 773, 0, 0, 773, 774, 774, 0, 774, 775, 0, 0, 775, 776, 0, 0, 776, 777, 0, 0, 777, 778, 778, 778, 778, 779, 0, 0, 779, 780, 780, 0, 780, 781, 0, 0, 781, 782, 0, 0, 782, 783, 0, 0, 783, 784, 784, 784, 784, 785, 0, 0, 785, 786, 786, 0, 786, 787, 0, 0, 787, 788, 0, 0, 788, 789, 0, 0, 789, 790, 790, 790, 790, 791, 0, 0, 791, 792, 792, 0, 792, 793, 0, 0, 793, 794, 0, 0, 794, 795, 0, 0, 795, 796, 796, 796, 796, 797, 0, 0, 797, 798, 798, 0, 798, 799, 0, 0, 799, 800, 0, 0, 800, 801, 0, 0, 801, 802, 802, 802, 802, 803, 0, 0, 803, 804, 804, 0, 804, 805, 0, 0, 805, 806, 0, 0, 806, 807, 0, 0, 807, 808, 808, 808, 808, 809, 0, 0, 809, 810, 810, 0, 810, 811, 0, 0, 811, 812, 0, 0, 812, 813, 0, 0, 813, 814, 814, 814, 814, 815, 0, 0, 815, 816, 816, 0, 816, 817, 0, 0, 817, 818, 0, 0, 818, 819, 0, 0, 819, 820, 820, 820, 820, 821, 0, 0, 821, 822, 822, 0, 822, 823, 0, 0, 823, 824, 0, 0, 824, 825, 825, 825, 825, 826, 826, 0, 826, 827, 827, 827, 827, 828, 828, 0, 828, 829, 829, 829, 829, 830, 830, 0, 830, 831, 831, 831, 831, 832, 832, 0, 832, 833, 833, 833, 833, 834, 834, 0, 834, 835, 835, 0, 835, 836, 836, 0, 836, 837, 837, 0, 837, 838, 838, 0, 838, 839, 839, 0, 839, 840, 840, 0, 840, 841, 841, 0, 841, 842, 842, 0, 842, 843, 843, 0, 843, 844, 844, 0, 844, 845, 845, 0, 845, 846, 846, 0, 846, 847, 847, 0, 847, 848, 848, 0, 848, 849, 849, 0, 849, 850, 850, 0, 850, 851, 851, 0, 851, 852, 852, 0, 852, 853, 853, 0, 853, 854, 854, 0, 854, 855, 855, 0, 855, 856, 856, 0, 856, 857, 857, 0, 857, 858, 858, 0, 858, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507 } ; extern int clustal_flex_debug; int clustal_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up clustaltext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *clustaltext; #line 1 "align/clustall.l" /* clustall.l - CLUSTAL alignment lexer */ #line 4 "align/clustall.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/clustaly.h" #define YY_NO_INPUT 1 #line 1246 "align/clustall.c" #define INITIAL 0 #define HDRTAG 1 #define SEQTAG 2 #define CONTAG 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int clustallex_destroy (void ); int clustalget_debug (void ); void clustalset_debug (int debug_flag ); YY_EXTRA_TYPE clustalget_extra (void ); void clustalset_extra (YY_EXTRA_TYPE user_defined ); FILE *clustalget_in (void ); void clustalset_in (FILE * _in_str ); FILE *clustalget_out (void ); void clustalset_out (FILE * _out_str ); int clustalget_leng (void ); char *clustalget_text (void ); int clustalget_lineno (void ); void clustalset_lineno (int _line_number ); YYSTYPE * clustalget_lval (void ); void clustalset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int clustalwrap (void ); #else extern int clustalwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( clustaltext, clustalleng, 1, clustalout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( clustalin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( clustalin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, clustalin))==0 && ferror(clustalin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(clustalin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int clustallex \ (YYSTYPE * yylval_param ); #define YY_DECL int clustallex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after clustaltext and clustalleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( clustalleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (clustaltext[clustalleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 42 "align/clustall.l" #line 1447 "align/clustall.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)clustalalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in clustallex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! clustalin ) clustalin = stdin; if ( ! clustalout ) clustalout = stdout; if ( ! YY_CURRENT_BUFFER ) { clustalensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = clustal_create_buffer(clustalin,YY_BUF_SIZE ); } clustal_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of clustaltext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 508 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 507 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 44 "align/clustall.l" ; /* Empty lines ignored */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 45 "align/clustall.l" ; /* Empty lines ignored */ YY_BREAK case 3: YY_RULE_SETUP #line 46 "align/clustall.l" ; /* Empty lines at EOF ignored */ YY_BREAK case 4: YY_RULE_SETUP #line 48 "align/clustall.l" { BEGIN HDRTAG; return TAG; } YY_BREAK case 5: YY_RULE_SETUP #line 49 "align/clustall.l" { return TXT; } YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 50 "align/clustall.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 7: /* rule 7 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up clustaltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up clustaltext again */ YY_RULE_SETUP #line 51 "align/clustall.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 53 "align/clustall.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 54 "align/clustall.l" /* Ignore masks lines */ YY_BREAK case 10: YY_RULE_SETUP #line 55 "align/clustall.l" { yylval->str = strdup(clustaltext); return NAM; } YY_BREAK case 11: YY_RULE_SETUP #line 56 "align/clustall.l" { yylval->str = strdup(clustaltext); return BAS; } YY_BREAK case 12: YY_RULE_SETUP #line 57 "align/clustall.l" { return INT; } YY_BREAK case 13: YY_RULE_SETUP #line 58 "align/clustall.l" { return SPC; } YY_BREAK case 14: /* rule 14 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up clustaltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up clustaltext again */ YY_RULE_SETUP #line 59 "align/clustall.l" ; /* Trailing spaces ignored */ YY_BREAK case 15: /* rule 15 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up clustaltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up clustaltext again */ YY_RULE_SETUP #line 60 "align/clustall.l" { return EOL; } YY_BREAK case 16: /* rule 16 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up clustaltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up clustaltext again */ YY_RULE_SETUP #line 61 "align/clustall.l" { BEGIN CONTAG; return EOL; } YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 62 "align/clustall.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(SEQTAG): #line 63 "align/clustall.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 18: YY_RULE_SETUP #line 64 "align/clustall.l" { return ERR; } YY_BREAK case 19: YY_RULE_SETUP #line 66 "align/clustall.l" { return CON; } YY_BREAK case 20: /* rule 20 can match eol */ YY_RULE_SETUP #line 67 "align/clustall.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(CONTAG): #line 68 "align/clustall.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 21: YY_RULE_SETUP #line 69 "align/clustall.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HDRTAG): #line 71 "align/clustall.l" { return END; } YY_BREAK case 22: /* rule 22 can match eol */ YY_RULE_SETUP #line 72 "align/clustall.l" { return ERR; } YY_BREAK case 23: YY_RULE_SETUP #line 73 "align/clustall.l" { return ERR; } YY_BREAK case 24: YY_RULE_SETUP #line 75 "align/clustall.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1719 "align/clustall.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed clustalin at a new source and called * clustallex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = clustalin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( clustalwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * clustaltext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of clustallex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; clustalrestart(clustalin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) clustalrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 508 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 508 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 507); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ clustalrestart(clustalin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( clustalwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve clustaltext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void clustalrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ clustalensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = clustal_create_buffer(clustalin,YY_BUF_SIZE ); } clustal_init_buffer(YY_CURRENT_BUFFER,input_file ); clustal_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void clustal_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * clustalpop_buffer_state(); * clustalpush_buffer_state(new_buffer); */ clustalensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; clustal_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (clustalwrap()) processing, but the only time this flag * is looked at is after clustalwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void clustal_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; clustalin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE clustal_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) clustalalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in clustal_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) clustalalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in clustal_create_buffer()" ); b->yy_is_our_buffer = 1; clustal_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with clustal_create_buffer() * */ void clustal_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) clustalfree((void *) b->yy_ch_buf ); clustalfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a clustalrestart() or at EOF. */ static void clustal_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; clustal_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then clustal_init_buffer was _probably_ * called from clustalrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void clustal_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) clustal_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void clustalpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; clustalensure_buffer_stack(); /* This block is copied from clustal_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from clustal_switch_to_buffer. */ clustal_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void clustalpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; clustal_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { clustal_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void clustalensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)clustalalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in clustalensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)clustalrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in clustalensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE clustal_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) clustalalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in clustal_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; clustal_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to clustallex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * clustal_scan_bytes() instead. */ YY_BUFFER_STATE clustal_scan_string (yyconst char * yystr ) { return clustal_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to clustallex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE clustal_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) clustalalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in clustal_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = clustal_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in clustal_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up clustaltext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ clustaltext[clustalleng] = (yy_hold_char); \ (yy_c_buf_p) = clustaltext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ clustalleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int clustalget_lineno (void) { return clustallineno; } /** Get the input stream. * */ FILE *clustalget_in (void) { return clustalin; } /** Get the output stream. * */ FILE *clustalget_out (void) { return clustalout; } /** Get the length of the current token. * */ int clustalget_leng (void) { return clustalleng; } /** Get the current token. * */ char *clustalget_text (void) { return clustaltext; } /** Set the current line number. * @param _line_number * */ void clustalset_lineno (int _line_number ) { clustallineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see clustal_switch_to_buffer */ void clustalset_in (FILE * _in_str ) { clustalin = _in_str ; } void clustalset_out (FILE * _out_str ) { clustalout = _out_str ; } int clustalget_debug (void) { return clustal_flex_debug; } void clustalset_debug (int _bdebug ) { clustal_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from clustallex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT clustalin = stdin; clustalout = stdout; #else clustalin = (FILE *) 0; clustalout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * clustallex_init() */ return 0; } /* clustallex_destroy is for both reentrant and non-reentrant scanners. */ int clustallex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ clustal_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; clustalpop_buffer_state(); } /* Destroy the stack itself. */ clustalfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; clustalfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * clustallex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *clustalalloc (yy_size_t size ) { return (void *) malloc( size ); } void *clustalrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void clustalfree (void * ptr ) { free( (char *) ptr ); /* see clustalrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 75 "align/clustall.l" squizz-0.99b+dfsg.orig/lib/align/fasta2.h0000644000175000017500000000044410155322737020156 0ustar osallouosallou/* fasta2.h - FASTA alignment functions */ #ifndef __ALIGN_FASTA2_H_ #define __ALIGN_FASTA2_H_ #include #include "align.h" /* Functions prototypes */ int fasta2_check(FILE *); align_t *fasta2_parse(FILE *); void fasta2_print(FILE *, align_t *); #endif /* __ALIGN_FASTA2_H_ */ squizz-0.99b+dfsg.orig/lib/align/nexusi.h0000644000175000017500000000044510255353564020315 0ustar osallouosallou/* nexusi.h - NEXUSI alignment functions */ #ifndef __ALIGN_NEXUSI_H_ #define __ALIGN_NEXUSI_H_ #include #include "align.h" /* Functions prototypes */ int nexusi_check(FILE *); align_t *nexusi_parse(FILE *); void nexusi_print(FILE *, align_t *); #endif /* __ALIGN_NEXUSI_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylipsl.c0000644000175000017500000015672012075270760020647 0ustar osallouosallou#line 2 "align/phylipsl.c" #line 4 "align/phylipsl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer phylips_create_buffer #define yy_delete_buffer phylips_delete_buffer #define yy_flex_debug phylips_flex_debug #define yy_init_buffer phylips_init_buffer #define yy_flush_buffer phylips_flush_buffer #define yy_load_buffer_state phylips_load_buffer_state #define yy_switch_to_buffer phylips_switch_to_buffer #define yyin phylipsin #define yyleng phylipsleng #define yylex phylipslex #define yylineno phylipslineno #define yyout phylipsout #define yyrestart phylipsrestart #define yytext phylipstext #define yywrap phylipswrap #define yyalloc phylipsalloc #define yyrealloc phylipsrealloc #define yyfree phylipsfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE phylipsrestart(phylipsin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int phylipsleng; extern FILE *phylipsin, *phylipsout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up phylipstext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up phylipstext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via phylipsrestart()), so that the user can continue scanning by * just pointing phylipsin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when phylipstext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int phylipsleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow phylipswrap()'s to do buffer switches * instead of setting up a fresh phylipsin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void phylipsrestart (FILE *input_file ); void phylips_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE phylips_create_buffer (FILE *file,int size ); void phylips_delete_buffer (YY_BUFFER_STATE b ); void phylips_flush_buffer (YY_BUFFER_STATE b ); void phylipspush_buffer_state (YY_BUFFER_STATE new_buffer ); void phylipspop_buffer_state (void ); static void phylipsensure_buffer_stack (void ); static void phylips_load_buffer_state (void ); static void phylips_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER phylips_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE phylips_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE phylips_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE phylips_scan_bytes (yyconst char *bytes,int len ); void *phylipsalloc (yy_size_t ); void *phylipsrealloc (void *,yy_size_t ); void phylipsfree (void * ); #define yy_new_buffer phylips_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ phylipsensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ phylips_create_buffer(phylipsin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ phylipsensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ phylips_create_buffer(phylipsin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define phylipswrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *phylipsin = (FILE *) 0, *phylipsout = (FILE *) 0; typedef int yy_state_type; extern int phylipslineno; int phylipslineno = 1; extern char *phylipstext; #define yytext_ptr phylipstext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up phylipstext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ phylipsleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 21 #define YY_END_OF_BUFFER 22 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[117] = { 0, 16386, 22, 20, 21, 19, 21, 1, 19, 21, 20, 21,16386, 20, 21, 8, 21, 4, 8, 21, 7, 21, 4, 8, 21, 3, 8, 21, 18, 21, 17, 21,16400, 12, 18, 21, 11, 18, 21, 11, 18, 21, 18, 21, 13, 17, 21,16400, 12, 18, 21, 11, 18, 21, 11, 18, 21, 1,16386, 4, 5, 5, 6, 4, 3,16398,16400, 11, 11, 11, 11, 8194, 6,16398,16400, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 10, 9, 10, 10, 11, 10, 11, 8208, 15, 8208, 8206, 8208 } ; static yyconst flex_int16_t yy_accept[129] = { 0, 1, 1, 2, 2, 2, 2, 2, 3, 5, 7, 10, 13, 15, 17, 20, 22, 25, 28, 30, 33, 36, 39, 42, 44, 48, 51, 54, 57, 58, 59, 59, 59, 60, 61, 63, 64, 64, 65, 65, 67, 67, 68, 69, 69, 69, 70, 71, 72, 73, 73, 73, 75, 75, 75, 76, 77, 77, 77, 78, 79, 79, 79, 79, 80, 81, 81, 81, 82, 83, 83, 83, 83, 84, 85, 85, 85, 86, 87, 87, 87, 87, 88, 89, 89, 89, 90, 91, 91, 91, 91, 92, 93, 93, 93, 94, 95, 95, 95, 95, 96, 97, 97, 97, 98, 99, 99, 99, 99, 100, 101, 101, 101, 102, 103, 103, 103, 103, 104, 105, 106, 108, 110, 112, 113, 113, 115, 117, 117 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 5, 5, 6, 1, 5, 7, 8, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 5, 1, 1, 1, 10, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 5, 1, 5, 1, 1, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[12] = { 0, 1, 2, 3, 2, 4, 1, 1, 1, 5, 1, 1 } ; static yyconst flex_int16_t yy_base[151] = { 0, 121, 0, 8, 16, 25, 36, 122, 344, 344, 344, 45, 108, 344, 104, 344, 53, 96, 344, 62, 344, 61, 0, 0, 70, 96, 74, 0, 344, 0, 84, 83, 88, 344, 344, 0, 83, 81, 0, 92, 85, 91, 0, 0, 84, 102, 0, 70, 344, 0, 0, 0, 73, 66, 108, 0, 0, 59, 119, 0, 0, 58, 57, 125, 0, 0, 56, 136, 0, 0, 55, 54, 142, 0, 0, 49, 153, 0, 0, 48, 47, 159, 0, 0, 46, 170, 0, 0, 20, 19, 176, 0, 0, 18, 187, 0, 0, 17, 12, 193, 0, 0, 11, 204, 0, 0, 10, 9, 210, 0, 0, 4, 221, 0, 0, 3, 2, 344, 344, 344, 344, 344, 344, 344, 1, 344, 344, 344, 232, 237, 241, 245, 248, 253, 258, 263, 268, 273, 278, 283, 288, 293, 298, 303, 308, 313, 318, 323, 328, 333, 338 } ; static yyconst flex_int16_t yy_def[151] = { 0, 128, 128, 129, 129, 127, 127, 127, 127, 127, 127, 127, 130, 127, 131, 127, 127, 127, 127, 132, 127, 127, 21, 133, 132, 133, 127, 26, 127, 11, 130, 130, 131, 127, 127, 16, 127, 127, 134, 132, 134, 127, 41, 135, 135, 127, 45, 127, 127, 36, 136, 39, 134, 136, 127, 54, 137, 137, 127, 58, 138, 136, 138, 127, 63, 139, 139, 127, 67, 140, 138, 140, 127, 72, 141, 141, 127, 76, 142, 140, 142, 127, 81, 143, 143, 127, 85, 144, 142, 144, 127, 90, 145, 145, 127, 94, 146, 144, 146, 127, 99, 147, 147, 127, 103, 148, 146, 148, 127, 108, 149, 149, 127, 112, 150, 148, 150, 127, 127, 127, 127, 127, 127, 127, 150, 127, 127, 0, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127 } ; static yyconst flex_int16_t yy_nxt[356] = { 0, 127, 127, 10, 11, 126, 125, 124, 120, 12, 14, 15, 16, 116, 115, 111, 107, 17, 14, 15, 16, 106, 102, 98, 97, 17, 18, 18, 19, 20, 18, 21, 22, 22, 18, 21, 21, 23, 23, 24, 25, 18, 26, 27, 27, 23, 26, 26, 28, 29, 93, 89, 88, 84, 30, 32, 34, 35, 80, 79, 75, 71, 70, 66, 36, 39, 40, 41, 42, 42, 62, 41, 41, 39, 40, 43, 43, 61, 43, 47, 45, 46, 46, 43, 45, 45, 48, 49, 57, 53, 37, 33, 47, 30, 36, 51, 52, 54, 55, 55, 44, 54, 54, 56, 56, 37, 56, 33, 58, 59, 59, 56, 58, 58, 63, 64, 64, 30, 63, 63, 65, 65, 127, 65, 9, 67, 68, 68, 65, 67, 67, 72, 73, 73, 127, 72, 72, 74, 74, 127, 74, 127, 76, 77, 77, 74, 76, 76, 81, 82, 82, 127, 81, 81, 83, 83, 127, 83, 127, 85, 86, 86, 83, 85, 85, 90, 91, 91, 127, 90, 90, 92, 92, 127, 92, 127, 94, 95, 95, 92, 94, 94, 99, 100, 100, 127, 99, 99, 101, 101, 127, 101, 127, 103, 104, 104, 101, 103, 103, 108, 109, 109, 127, 108, 108, 110, 110, 127, 110, 127, 112, 113, 113, 110, 112, 112, 117, 118, 118, 127, 117, 117, 119, 119, 127, 119, 127, 121, 122, 122, 119, 121, 121, 8, 8, 8, 8, 8, 13, 13, 13, 13, 13, 31, 127, 127, 31, 32, 32, 38, 38, 38, 127, 38, 43, 43, 127, 127, 43, 50, 50, 127, 127, 50, 56, 56, 127, 127, 56, 60, 60, 127, 127, 60, 65, 65, 127, 127, 65, 69, 69, 127, 127, 69, 74, 74, 127, 127, 74, 78, 78, 127, 127, 78, 83, 83, 127, 127, 83, 87, 87, 127, 127, 87, 92, 92, 127, 127, 92, 96, 96, 127, 127, 96, 101, 101, 127, 127, 101, 105, 105, 127, 127, 105, 110, 110, 127, 127, 110, 114, 114, 127, 127, 114, 119, 119, 127, 127, 119, 123, 123, 127, 127, 123, 7, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127 } ; static yyconst flex_int16_t yy_chk[356] = { 0, 0, 0, 2, 2, 124, 116, 115, 111, 2, 3, 3, 3, 107, 106, 102, 98, 3, 4, 4, 4, 97, 93, 89, 88, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 11, 11, 84, 80, 79, 75, 11, 16, 16, 16, 71, 70, 66, 62, 61, 57, 16, 19, 19, 21, 21, 21, 53, 21, 21, 24, 24, 26, 26, 52, 26, 47, 26, 26, 26, 26, 26, 26, 36, 36, 44, 40, 37, 32, 31, 30, 36, 39, 39, 41, 41, 41, 25, 41, 41, 45, 45, 17, 45, 14, 45, 45, 45, 45, 45, 45, 54, 54, 54, 12, 54, 54, 58, 58, 7, 58, 1, 58, 58, 58, 58, 58, 58, 63, 63, 63, 0, 63, 63, 67, 67, 0, 67, 0, 67, 67, 67, 67, 67, 67, 72, 72, 72, 0, 72, 72, 76, 76, 0, 76, 0, 76, 76, 76, 76, 76, 76, 81, 81, 81, 0, 81, 81, 85, 85, 0, 85, 0, 85, 85, 85, 85, 85, 85, 90, 90, 90, 0, 90, 90, 94, 94, 0, 94, 0, 94, 94, 94, 94, 94, 94, 99, 99, 99, 0, 99, 99, 103, 103, 0, 103, 0, 103, 103, 103, 103, 103, 103, 108, 108, 108, 0, 108, 108, 112, 112, 0, 112, 0, 112, 112, 112, 112, 112, 112, 128, 128, 128, 128, 128, 129, 129, 129, 129, 129, 130, 0, 0, 130, 131, 131, 132, 132, 132, 0, 132, 133, 133, 0, 0, 133, 134, 134, 0, 0, 134, 135, 135, 0, 0, 135, 136, 136, 0, 0, 136, 137, 137, 0, 0, 137, 138, 138, 0, 0, 138, 139, 139, 0, 0, 139, 140, 140, 0, 0, 140, 141, 141, 0, 0, 141, 142, 142, 0, 0, 142, 143, 143, 0, 0, 143, 144, 144, 0, 0, 144, 145, 145, 0, 0, 145, 146, 146, 0, 0, 146, 147, 147, 0, 0, 147, 148, 148, 0, 0, 148, 149, 149, 0, 0, 149, 150, 150, 0, 0, 150, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, 127 } ; extern int phylips_flex_debug; int phylips_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipstext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *phylipstext; #line 1 "align/phylipsl.l" /* phylipsl.l - PHYLIPS alignment lexer */ #line 4 "align/phylipsl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/phylipsy.h" static void clean_spc(char *str); #define YY_NO_INPUT 1 #line 646 "align/phylipsl.c" #define INITIAL 0 #define HEAD 1 #define SEQS 2 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int phylipslex_destroy (void ); int phylipsget_debug (void ); void phylipsset_debug (int debug_flag ); YY_EXTRA_TYPE phylipsget_extra (void ); void phylipsset_extra (YY_EXTRA_TYPE user_defined ); FILE *phylipsget_in (void ); void phylipsset_in (FILE * _in_str ); FILE *phylipsget_out (void ); void phylipsset_out (FILE * _out_str ); int phylipsget_leng (void ); char *phylipsget_text (void ); int phylipsget_lineno (void ); void phylipsset_lineno (int _line_number ); YYSTYPE * phylipsget_lval (void ); void phylipsset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int phylipswrap (void ); #else extern int phylipswrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( phylipstext, phylipsleng, 1, phylipsout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( phylipsin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( phylipsin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, phylipsin))==0 && ferror(phylipsin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(phylipsin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int phylipslex \ (YYSTYPE * yylval_param ); #define YY_DECL int phylipslex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after phylipstext and phylipsleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( phylipsleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (phylipstext[phylipsleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 40 "align/phylipsl.l" #line 846 "align/phylipsl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)phylipsalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in phylipslex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! phylipsin ) phylipsin = stdin; if ( ! phylipsout ) phylipsout = stdout; if ( ! YY_CURRENT_BUFFER ) { phylipsensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = phylips_create_buffer(phylipsin,YY_BUF_SIZE ); } phylips_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of phylipstext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 128 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 127 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 42 "align/phylipsl.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 44 "align/phylipsl.l" { BEGIN HEAD; } YY_BREAK case 3: YY_RULE_SETUP #line 45 "align/phylipsl.l" { return INT; } YY_BREAK case 4: YY_RULE_SETUP #line 46 "align/phylipsl.l" { return SPC; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipstext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up phylipstext again */ YY_RULE_SETUP #line 47 "align/phylipsl.l" ; /* Ignore trailing spaces */ YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipstext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up phylipstext again */ YY_RULE_SETUP #line 48 "align/phylipsl.l" ; /* Extra stuff ignored */ YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 49 "align/phylipsl.l" { BEGIN SEQS; return EOL; } YY_BREAK case 8: YY_RULE_SETUP #line 50 "align/phylipsl.l" { return ERR; } YY_BREAK case 9: YY_RULE_SETUP #line 52 "align/phylipsl.l" ; /* Leading spaces ignored */ YY_BREAK case 10: YY_RULE_SETUP #line 53 "align/phylipsl.l" { yylval->str = strdup(phylipstext); clean_spc(yylval->str); BEGIN SEQS; return NAM; } YY_BREAK case 11: YY_RULE_SETUP #line 55 "align/phylipsl.l" { yylval->str = strdup(phylipstext); return BAS; } YY_BREAK case 12: YY_RULE_SETUP #line 56 "align/phylipsl.l" ; /* Sequence spaces ignored */ YY_BREAK case 13: /* rule 13 can match eol */ YY_RULE_SETUP #line 57 "align/phylipsl.l" ; /* Empty lines ignored */ YY_BREAK case 14: /* rule 14 can match eol */ YY_RULE_SETUP #line 58 "align/phylipsl.l" { return ERR; } /* Not allowed */ YY_BREAK case 15: /* rule 15 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipstext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up phylipstext again */ YY_RULE_SETUP #line 59 "align/phylipsl.l" { return EOL; } YY_BREAK case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 60 "align/phylipsl.l" { return EOL; } YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 61 "align/phylipsl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(SEQS): #line 62 "align/phylipsl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 18: YY_RULE_SETUP #line 63 "align/phylipsl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): #line 65 "align/phylipsl.l" { return END; } YY_BREAK case 19: /* rule 19 can match eol */ YY_RULE_SETUP #line 66 "align/phylipsl.l" { return ERR; } YY_BREAK case 20: YY_RULE_SETUP #line 67 "align/phylipsl.l" { return ERR; } YY_BREAK case 21: YY_RULE_SETUP #line 69 "align/phylipsl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1095 "align/phylipsl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed phylipsin at a new source and called * phylipslex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = phylipsin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( phylipswrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * phylipstext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of phylipslex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; phylipsrestart(phylipsin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) phylipsrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 128 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 128 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 127); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ phylipsrestart(phylipsin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( phylipswrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve phylipstext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void phylipsrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ phylipsensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = phylips_create_buffer(phylipsin,YY_BUF_SIZE ); } phylips_init_buffer(YY_CURRENT_BUFFER,input_file ); phylips_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void phylips_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * phylipspop_buffer_state(); * phylipspush_buffer_state(new_buffer); */ phylipsensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; phylips_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (phylipswrap()) processing, but the only time this flag * is looked at is after phylipswrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void phylips_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; phylipsin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE phylips_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) phylipsalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in phylips_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) phylipsalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in phylips_create_buffer()" ); b->yy_is_our_buffer = 1; phylips_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with phylips_create_buffer() * */ void phylips_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) phylipsfree((void *) b->yy_ch_buf ); phylipsfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a phylipsrestart() or at EOF. */ static void phylips_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; phylips_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then phylips_init_buffer was _probably_ * called from phylipsrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void phylips_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) phylips_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void phylipspush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; phylipsensure_buffer_stack(); /* This block is copied from phylips_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from phylips_switch_to_buffer. */ phylips_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void phylipspop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; phylips_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { phylips_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void phylipsensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)phylipsalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in phylipsensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)phylipsrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in phylipsensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE phylips_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) phylipsalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in phylips_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; phylips_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to phylipslex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * phylips_scan_bytes() instead. */ YY_BUFFER_STATE phylips_scan_string (yyconst char * yystr ) { return phylips_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to phylipslex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE phylips_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) phylipsalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in phylips_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = phylips_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in phylips_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up phylipstext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ phylipstext[phylipsleng] = (yy_hold_char); \ (yy_c_buf_p) = phylipstext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ phylipsleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int phylipsget_lineno (void) { return phylipslineno; } /** Get the input stream. * */ FILE *phylipsget_in (void) { return phylipsin; } /** Get the output stream. * */ FILE *phylipsget_out (void) { return phylipsout; } /** Get the length of the current token. * */ int phylipsget_leng (void) { return phylipsleng; } /** Get the current token. * */ char *phylipsget_text (void) { return phylipstext; } /** Set the current line number. * @param _line_number * */ void phylipsset_lineno (int _line_number ) { phylipslineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see phylips_switch_to_buffer */ void phylipsset_in (FILE * _in_str ) { phylipsin = _in_str ; } void phylipsset_out (FILE * _out_str ) { phylipsout = _out_str ; } int phylipsget_debug (void) { return phylips_flex_debug; } void phylipsset_debug (int _bdebug ) { phylips_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from phylipslex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT phylipsin = stdin; phylipsout = stdout; #else phylipsin = (FILE *) 0; phylipsout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * phylipslex_init() */ return 0; } /* phylipslex_destroy is for both reentrant and non-reentrant scanners. */ int phylipslex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ phylips_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; phylipspop_buffer_state(); } /* Destroy the stack itself. */ phylipsfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; phylipsfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * phylipslex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *phylipsalloc (yy_size_t size ) { return (void *) malloc( size ); } void *phylipsrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void phylipsfree (void * ptr ) { free( (char *) ptr ); /* see phylipsrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 69 "align/phylipsl.l" /* Clean trailing spaces ... */ static void clean_spc(char *str) { char *p; p = str; while (*p) { p++; } p--; while (p >= str && isspace((unsigned char)*p)) { *p = '\0'; p--; } return; } squizz-0.99b+dfsg.orig/lib/align/parse.h0000644000175000017500000000060711271340116020100 0ustar osallouosallou/* parse.h - Alignment parsing helper functions */ #ifndef __ALIGN_PARSE_H_ #define __ALIGN_PARSE_H_ #include "align.h" #define CHKERR(v) if ((v) != 0) { return -1; } /* Functions prototypes */ int parse_tmpupd(align_t *, char *); int parse_sequpd(align_t *, char *); int parse_seqnew(align_t *); int parse_seqrst(align_t *); int parse_seqnxt(align_t *); #endif /* __ALIGN_PARSE_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylipi.c0000644000175000017500000000272111057032131020433 0ustar osallouosallou/* phylipi.c - PHYLIPI (interleaved) alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include "align.h" #include "align/phylip.h" #include "align/phylipi.h" /* Functions prototypes */ extern int phylipiy_check(FILE *); extern align_t *phylipiy_parse(FILE *); /* Check PHYLIPI alignment */ int phylipi_check(FILE *f) { int i; i = phylipiy_check(f); return i; } /* Parse PHYLIPI alignment */ align_t *phylipi_parse(FILE *f) { align_t *ali; ali = phylipiy_parse(f); return ali; } /* Print PHYLIPI alignment */ void phylipi_print(FILE *f, align_t *ali) { const char *p; char *q, c; int i, j; size_t n, len; sequence_t **s; if (ali == NULL) { return; } s = ali->seq; len = (*s)->strlen; n = 0; while (s && *s) { n++; s++; } /* Print alignment header */ (void)fprintf(f, " %5lu %5lu\n", n, len); /* Process sequences */ i = 0; n = len / 60; if (len % 60) { n++; } while (n--) { if (i != 0) { (void)fputc('\n', f); } s = ali->seq; while (s && *s) { /* Name */ q = (i == 0) ? phylip_fixnam((*s)->nam) : ""; (void)fprintf(f, "%-10.10s", q); if (*q) { free(q); } /* Sequence */ p = (*s)->str + i; j = 60; while (j && *p) { c = *p; if (c == '~' || c == '.') { c = '-'; } (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); s++; } i += 60; } return; } squizz-0.99b+dfsg.orig/lib/align/megal.c0000644000175000017500000046427112075270657020100 0ustar osallouosallou#line 2 "align/megal.c" #line 4 "align/megal.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer mega_create_buffer #define yy_delete_buffer mega_delete_buffer #define yy_flex_debug mega_flex_debug #define yy_init_buffer mega_init_buffer #define yy_flush_buffer mega_flush_buffer #define yy_load_buffer_state mega_load_buffer_state #define yy_switch_to_buffer mega_switch_to_buffer #define yyin megain #define yyleng megaleng #define yylex megalex #define yylineno megalineno #define yyout megaout #define yyrestart megarestart #define yytext megatext #define yywrap megawrap #define yyalloc megaalloc #define yyrealloc megarealloc #define yyfree megafree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE megarestart(megain ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int megaleng; extern FILE *megain, *megaout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up megatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up megatext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via megarestart()), so that the user can continue scanning by * just pointing megain at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when megatext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int megaleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow megawrap()'s to do buffer switches * instead of setting up a fresh megain. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void megarestart (FILE *input_file ); void mega_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE mega_create_buffer (FILE *file,int size ); void mega_delete_buffer (YY_BUFFER_STATE b ); void mega_flush_buffer (YY_BUFFER_STATE b ); void megapush_buffer_state (YY_BUFFER_STATE new_buffer ); void megapop_buffer_state (void ); static void megaensure_buffer_stack (void ); static void mega_load_buffer_state (void ); static void mega_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER mega_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE mega_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE mega_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE mega_scan_bytes (yyconst char *bytes,int len ); void *megaalloc (yy_size_t ); void *megarealloc (void *,yy_size_t ); void megafree (void * ); #define yy_new_buffer mega_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ megaensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ mega_create_buffer(megain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ megaensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ mega_create_buffer(megain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define megawrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *megain = (FILE *) 0, *megaout = (FILE *) 0; typedef int yy_state_type; extern int megalineno; int megalineno = 1; extern char *megatext; #define yytext_ptr megatext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up megatext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ megaleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 47 #define YY_END_OF_BUFFER 48 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[1275] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 46, 45, 46, 1, 8, 46, 46, 7, 7, 6, 7, 7, 15, 14, 13, 12, 15, 15, 15, 15, 15, 15, 15, 32, 35, 34, 32, 37, 38, 36, 37, 44, 41, 40, 39, 44, 23, 22, 20, 19, 23, 28, 27, 26, 25, 28, 29, 30, 29, 0, 2, 31, 31, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 32, 34, 33, 32, 2, 37, 37, 2, 43, 42, 39, 0, 0, 18, 0, 21, 0, 18, 0, 2, 29, 29, 2, 31, 31, 0, 0, 0, 0, 0, 0, 0, 0, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 17, 16, 0, 18, 0, 2, 29, 29, 2, 31, 31, 0, 4, 0, 0, 0, 11, 0, 0, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 3, 0, 0, 0, 0, 0, 9, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 24, 0, 11, 10, 0, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 0, 0, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 0, 11, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 0, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 11, 32, 32, 2, 37, 37, 2, 39, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 32, 32, 2, 37, 37, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 31, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 0, 18, 0, 0, 18, 0, 2, 29, 29, 2, 18, 0, 18, 0, 16, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 1, 1, 1, 1, 1, 1, 8, 1, 1, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 12, 1, 13, 1, 14, 1, 15, 16, 17, 18, 19, 20, 21, 16, 22, 16, 16, 23, 24, 25, 26, 27, 16, 28, 29, 30, 16, 16, 16, 16, 31, 16, 32, 1, 33, 1, 1, 1, 34, 16, 35, 36, 37, 38, 39, 16, 40, 16, 16, 41, 42, 43, 44, 45, 16, 46, 47, 48, 16, 16, 16, 16, 49, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[50] = { 0, 1, 1, 2, 3, 1, 4, 1, 5, 5, 5, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } ; static yyconst flex_int16_t yy_base[1858] = { 0, 0, 1, 10, 13, 53, 99, 6, 15, 18, 19, 147, 180, 32, 36, 50, 73, 26, 27, 2441, 5696, 5696, 2386, 5696, 5696, 4, 1, 5696, 91, 5696, 41, 2381, 5696, 5696, 5696, 5696, 37, 43, 46, 60, 58, 74, 2359, 0, 5696, 1, 95, 0, 5696, 5696, 94, 5696, 60, 5696, 0, 2354, 103, 2361, 106, 118, 129, 5696, 5696, 5696, 5696, 2327, 0, 5696, 2305, 2300, 2278, 0, 105, 95, 153, 5696, 124, 128, 146, 143, 147, 150, 147, 0, 107, 5696, 132, 135, 0, 134, 163, 5696, 5696, 0, 194, 2302, 196, 198, 5696, 211, 213, 215, 217, 0, 2251, 2246, 0, 183, 201, 28, 205, 192, 209, 215, 208, 213, 0, 170, 205, 0, 172, 222, 0, 253, 255, 257, 5696, 2253, 259, 269, 271, 273, 0, 2219, 2197, 0, 196, 245, 5696, 241, 246, 255, 5696, 259, 260, 0, 276, 283, 0, 282, 284, 0, 291, 295, 307, 309, 319, 321, 323, 0, 2192, 2170, 0, 0, 2187, 271, 289, 290, 300, 5696, 0, 297, 301, 0, 330, 331, 0, 336, 341, 346, 356, 358, 362, 368, 0, 2143, 2138, 0, 5696, 299, 5696, 5696, 321, 0, 351, 353, 0, 361, 367, 0, 373, 375, 378, 393, 395, 399, 405, 0, 2116, 2111, 0, 378, 357, 0, 371, 388, 0, 377, 407, 0, 411, 415, 421, 427, 431, 433, 438, 0, 2089, 2084, 0, 401, 5696, 0, 416, 418, 0, 440, 442, 0, 449, 451, 453, 455, 465, 475, 477, 0, 2062, 2057, 0, 414, 0, 466, 468, 0, 470, 476, 0, 480, 482, 492, 502, 508, 512, 514, 0, 2035, 2030, 0, 5696, 0, 486, 489, 0, 494, 496, 5696, 527, 530, 534, 540, 545, 547, 550, 0, 2025, 2016, 0, 0, 503, 528, 0, 507, 522, 560, 562, 564, 567, 578, 581, 583, 0, 2003, 1998, 0, 0, 556, 565, 0, 569, 571, 593, 603, 605, 609, 615, 619, 621, 0, 1993, 1990, 0, 0, 587, 595, 0, 597, 604, 631, 635, 637, 641, 647, 652, 654, 0, 1984, 1982, 0, 0, 628, 632, 0, 640, 656, 664, 666, 678, 680, 690, 692, 694, 0, 1979, 1971, 0, 0, 667, 668, 0, 682, 685, 704, 707, 717, 727, 729, 731, 733, 0, 1960, 1956, 0, 0, 695, 705, 0, 711, 716, 743, 747, 749, 753, 764, 766, 768, 0, 1950, 1946, 0, 0, 744, 750, 0, 752, 757, 770, 784, 788, 790, 800, 802, 804, 0, 1931, 1928, 0, 0, 777, 780, 0, 789, 792, 814, 816, 826, 828, 838, 840, 842, 0, 1924, 1922, 0, 0, 820, 823, 0, 803, 815, 854, 856, 860, 866, 873, 876, 878, 0, 1918, 1912, 0, 0, 851, 858, 0, 841, 859, 883, 890, 893, 900, 904, 910, 914, 0, 1906, 1897, 0, 0, 894, 896, 0, 877, 895, 920, 927, 932, 937, 942, 947, 949, 0, 1892, 1889, 0, 0, 915, 930, 0, 909, 932, 952, 954, 964, 969, 974, 980, 984, 0, 1886, 1882, 0, 0, 956, 958, 0, 965, 968, 991, 996, 1002, 1006, 1008, 1012, 1018, 0, 1850, 1842, 0, 0, 986, 993, 0, 998, 1017, 1024, 1030, 1034, 1040, 1044, 1050, 1054, 0, 1836, 1826, 0, 0, 1028, 1031, 0, 1034, 1043, 1056, 1066, 1068, 1078, 1081, 1085, 1088, 0, 1782, 1778, 0, 0, 1061, 1070, 0, 1069, 1073, 1092, 1095, 1105, 1112, 1116, 1119, 1122, 0, 1777, 1746, 0, 0, 1097, 1106, 0, 1080, 1099, 1132, 1134, 1138, 1144, 1150, 1154, 1156, 0, 1724, 1708, 0, 0, 1136, 1139, 0, 1145, 1155, 1161, 1167, 1172, 1178, 1182, 1188, 1192, 0, 1706, 1696, 0, 0, 1170, 1176, 0, 1187, 1191, 1195, 1198, 1202, 1214, 1219, 1224, 1226, 0, 1691, 1672, 0, 0, 1204, 1208, 0, 1207, 1210, 1230, 1241, 1246, 1251, 1257, 1261, 1263, 0, 1668, 1646, 0, 0, 1215, 1235, 0, 1229, 1245, 1267, 1273, 1277, 1279, 1283, 1289, 1294, 0, 1636, 1632, 0, 0, 1270, 1284, 0, 1266, 1296, 1301, 1306, 1311, 1316, 1321, 1327, 1331, 0, 1599, 1597, 0, 0, 1303, 1304, 0, 1305, 1315, 1338, 1341, 1343, 1353, 1355, 1358, 1365, 0, 1581, 1574, 0, 0, 1347, 1348, 0, 1357, 1360, 1370, 1372, 1375, 1391, 1393, 1396, 1398, 0, 1571, 1569, 0, 0, 1379, 1381, 0, 1383, 1386, 1403, 1418, 1424, 1429, 1431, 1434, 1436, 0, 1560, 1530, 0, 0, 1409, 1414, 0, 1411, 1417, 1448, 1451, 1453, 1467, 1469, 1471, 1473, 0, 1526, 1524, 0, 0, 1416, 1449, 0, 1453, 1455, 1486, 1489, 1491, 1493, 1504, 1506, 1508, 0, 1522, 1520, 0, 0, 1454, 1480, 0, 1509, 1511, 1518, 1520, 1524, 1531, 1542, 1544, 1546, 0, 1518, 1507, 0, 0, 1527, 1529, 0, 1519, 1532, 1564, 1566, 1568, 1570, 1580, 1582, 1584, 0, 1496, 1486, 0, 0, 1557, 1562, 0, 1575, 1583, 1594, 1597, 1607, 1617, 1619, 1621, 1623, 0, 1481, 1466, 0, 0, 1595, 1601, 0, 1585, 1606, 1633, 1637, 1639, 1643, 1654, 1656, 1658, 0, 1458, 1447, 0, 0, 1634, 1640, 0, 1642, 1647, 1660, 1674, 1678, 1680, 1690, 1692, 1694, 0, 1445, 1435, 0, 0, 1667, 1670, 0, 1679, 1682, 1704, 1706, 1716, 1718, 1728, 1730, 1732, 0, 1433, 1412, 0, 0, 1710, 1713, 0, 1693, 1705, 1744, 1746, 1750, 1756, 1763, 1766, 1768, 0, 1392, 1378, 0, 0, 1741, 1748, 0, 1731, 1749, 1773, 1780, 1783, 1790, 1794, 1800, 1804, 0, 1376, 1371, 0, 0, 1784, 1786, 0, 1767, 1785, 1810, 1817, 1822, 1827, 1832, 1837, 1839, 0, 1339, 1338, 0, 0, 1805, 1820, 0, 1799, 1822, 1842, 1844, 1854, 1859, 1864, 1870, 1874, 0, 1307, 1299, 0, 0, 1846, 1848, 0, 1855, 1858, 1881, 1886, 1892, 1896, 1898, 1902, 1908, 0, 1293, 1267, 0, 0, 1876, 1883, 0, 1888, 1907, 1914, 1920, 1924, 1930, 1934, 1940, 1944, 0, 1223, 1213, 0, 5696, 1199, 1134, 5696, 1130, 1100, 1946, 1950, 1956, 1962, 1966, 1968, 1972, 0, 1096, 1094, 5696, 1978, 1982, 1984, 1988, 1994, 1999, 2004, 0, 1079, 1030, 2006, 2010, 2016, 2021, 2026, 2031, 2036, 0, 1022, 996, 2038, 2041, 2043, 2048, 2053, 2058, 2063, 0, 992, 960, 2068, 2070, 2073, 2075, 2080, 2085, 2090, 0, 952, 946, 2095, 2097, 2100, 2102, 2107, 2112, 2117, 0, 936, 892, 2122, 2124, 2127, 2129, 2134, 2139, 2144, 0, 888, 887, 2149, 2151, 2154, 2156, 2161, 2166, 2171, 0, 856, 834, 2176, 2178, 2181, 2183, 2188, 2193, 2198, 0, 818, 816, 2203, 2205, 2208, 2210, 2215, 2220, 2225, 0, 806, 801, 2230, 2232, 2235, 2237, 2242, 2247, 2252, 0, 782, 778, 2257, 2259, 2262, 2264, 2269, 2274, 2279, 0, 756, 746, 2284, 2286, 2289, 2291, 2296, 2301, 2306, 0, 742, 707, 2311, 2313, 2316, 2318, 2323, 2328, 2333, 0, 693, 691, 2338, 2340, 2343, 2345, 2350, 2355, 2360, 0, 681, 670, 2365, 2367, 2370, 2372, 2377, 2382, 2387, 0, 653, 646, 2392, 2394, 2397, 2399, 2404, 2409, 2414, 0, 644, 630, 2419, 2421, 2424, 2426, 2431, 2436, 2441, 0, 627, 596, 2446, 2448, 2451, 2453, 2458, 2463, 2468, 0, 593, 568, 2473, 2475, 2478, 2480, 2485, 2490, 2495, 0, 561, 559, 2500, 2502, 2505, 2507, 2512, 2517, 2522, 0, 523, 492, 2527, 2529, 2532, 2534, 2539, 2544, 2549, 0, 490, 464, 2554, 2556, 2559, 2561, 2566, 2571, 2576, 0, 441, 383, 2581, 2583, 2586, 2588, 2593, 2598, 2603, 0, 310, 308, 2608, 2610, 2613, 2615, 2620, 2625, 2630, 0, 275, 260, 2635, 2637, 2640, 2642, 2647, 2652, 2657, 0, 258, 214, 2662, 2664, 2667, 2669, 2674, 2679, 2684, 0, 212, 210, 2689, 2691, 2694, 2696, 2701, 2706, 2711, 0, 208, 207, 2716, 2718, 2721, 2723, 2728, 2733, 2738, 0, 206, 204, 2743, 2745, 2748, 2750, 2755, 2760, 2765, 0, 199, 142, 2770, 2772, 2775, 2777, 2782, 2787, 2792, 5696, 488, 555, 5696, 170, 672, 709, 5696, 5696, 2825, 2830, 2835, 2840, 2845, 2850, 2855, 2860, 2865, 2870, 2875, 2880, 2885, 2890, 2895, 161, 2900, 2905, 2910, 2915, 2920, 2925, 2930, 2935, 2940, 156, 2945, 2950, 2955, 2960, 2965, 2970, 2975, 2980, 2985, 118, 2990, 2995, 3000, 3005, 3010, 3015, 3020, 3025, 3030, 103, 3035, 3040, 3045, 3050, 3055, 3060, 3065, 3070, 3075, 70, 3080, 3085, 3090, 3095, 3100, 3105, 3110, 3115, 3120, 22, 3125, 3130, 3135, 3140, 3145, 3150, 3155, 3160, 3165, 21, 3170, 3175, 3180, 3185, 3190, 3195, 3200, 3205, 3210, 15, 3215, 3220, 3225, 3230, 3235, 3240, 3245, 3250, 3255, 6, 3260, 3265, 3270, 3275, 3280, 3285, 3290, 3295, 3300, 3305, 3310, 3315, 3320, 3325, 3330, 3335, 3340, 3345, 3350, 3355, 3360, 3365, 3370, 3375, 3380, 3385, 3390, 3395, 3400, 3405, 3410, 3415, 3420, 3425, 3430, 3435, 3440, 3445, 3450, 3455, 3460, 3465, 3470, 3475, 3480, 3485, 3490, 3495, 3500, 3505, 3510, 3515, 3520, 3525, 3530, 3535, 3540, 3545, 3550, 3555, 3560, 3565, 3570, 3575, 3580, 3585, 3590, 3595, 3600, 3605, 3610, 3615, 3620, 3625, 3630, 3635, 3640, 3645, 3650, 3655, 3660, 3665, 3670, 3675, 3680, 3685, 3690, 3695, 3700, 3705, 3710, 3715, 3720, 3725, 3730, 3735, 3740, 3745, 3750, 3755, 3760, 3765, 3770, 3775, 3780, 3785, 3790, 3795, 3800, 3805, 3810, 3815, 3820, 3825, 3830, 3835, 3840, 3845, 3850, 3855, 3860, 3865, 3870, 3875, 3880, 3885, 3890, 3895, 3900, 3905, 3910, 3915, 3920, 3925, 3930, 3935, 3940, 3945, 3950, 3955, 3960, 3965, 3970, 3975, 3980, 3985, 3990, 3995, 4000, 4005, 4010, 4015, 4020, 4025, 4030, 4035, 4040, 4045, 4050, 4055, 4060, 4065, 4070, 4075, 4080, 4085, 4090, 4095, 4100, 4105, 4110, 4115, 4120, 4125, 4130, 4135, 4140, 4145, 4150, 4155, 4160, 4165, 4170, 4175, 4180, 4185, 4190, 4195, 4200, 4205, 4210, 4215, 4220, 4225, 4230, 4235, 4240, 4245, 4250, 4255, 4260, 4265, 4270, 4275, 4280, 4285, 4290, 4295, 4300, 4305, 4310, 4315, 4320, 4325, 4330, 4335, 4340, 4345, 4350, 4355, 4360, 4365, 4370, 4375, 4380, 4385, 4390, 4395, 4400, 4405, 4410, 4415, 4420, 4425, 4430, 4435, 4440, 4445, 4450, 4455, 4460, 4465, 4470, 4475, 4480, 4485, 4490, 4495, 4500, 4505, 4510, 4515, 4520, 4525, 4530, 4535, 4540, 4545, 4550, 4555, 4560, 4565, 4570, 4575, 4580, 4585, 4590, 4595, 4600, 4605, 4610, 4615, 4620, 4625, 4630, 4635, 4640, 4645, 4650, 4655, 4660, 4665, 4670, 4675, 4680, 4685, 4690, 4695, 4700, 4705, 4710, 4715, 4720, 4725, 4730, 4735, 4740, 4745, 4750, 4755, 4760, 4765, 4770, 4775, 4780, 4785, 4790, 4795, 4800, 4805, 4810, 4815, 4820, 4825, 4830, 4835, 4840, 4845, 4850, 4855, 4860, 4865, 4870, 4875, 4880, 4885, 4890, 4895, 4900, 4905, 4910, 4915, 4920, 4925, 4930, 4935, 4940, 4945, 4950, 4955, 4960, 4965, 4970, 4975, 4980, 4985, 4990, 4995, 5000, 5005, 5010, 5015, 5020, 5025, 5030, 5035, 5040, 5045, 5050, 5055, 5060, 5065, 5070, 5075, 5080, 5085, 5090, 5095, 5100, 5105, 5110, 5115, 5120, 5125, 5130, 5135, 5140, 5145, 5150, 5155, 5160, 5165, 5170, 5175, 5180, 5185, 5190, 5195, 5200, 5205, 5210, 5215, 5220, 5225, 5230, 5235, 5240, 5245, 5250, 5255, 5260, 5265, 5270, 5275, 5280, 5285, 5290, 5295, 5300, 5305, 5310, 5315, 5320, 5325, 5330, 5335, 5340, 5345, 5350, 5355, 5360, 5365, 5370, 5375, 5380, 5385, 5390, 5395, 5400, 5405, 5410, 5415, 5420, 5425, 5430, 5435, 5440, 5445, 5450, 5455, 5460, 5465, 5470, 5475, 5480, 5485, 5490, 5495, 5500, 5505, 5510, 5515, 5520, 5525, 5530, 5535, 5540, 5545, 5550, 5555, 5560, 5565, 5570, 5575, 5580, 5585, 5590, 5595, 5600, 5605, 5610, 5615, 5620, 5625, 5630, 5635, 5640, 5645, 5650, 5655, 5660, 5665, 5670, 5675, 5680, 5685, 5690 } ; static yyconst flex_int16_t yy_def[1858] = { 0, 1275, 1275, 1276, 1276, 1277, 1277, 1278, 1278, 1279, 1279, 1280, 1280, 1281, 1281, 1282, 1282, 1283, 1283, 1274, 1274, 1274, 1284, 1274, 1274, 1285, 1274, 1274, 1274, 1274, 1274, 1284, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1284, 1286, 1274, 1274, 1287, 1288, 1274, 1274, 1289, 1274, 1274, 1274, 1290, 1284, 1291, 1274, 1291, 1291, 1292, 1274, 1274, 1274, 1274, 1284, 1293, 1274, 1294, 1284, 1284, 1295, 1295, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1296, 1274, 1274, 1297, 1297, 1298, 1299, 1299, 1274, 1274, 1300, 1301, 1274, 1301, 1301, 1274, 1302, 1302, 1302, 1302, 1303, 1304, 1304, 1305, 1305, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1306, 1307, 1307, 1308, 1309, 1309, 1310, 1311, 1311, 1311, 1274, 1274, 1312, 1312, 1312, 1312, 1313, 1314, 1314, 1315, 1315, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1316, 1317, 1317, 1318, 1319, 1319, 1320, 1321, 1321, 1321, 1322, 1322, 1322, 1322, 1323, 1324, 1324, 1325, 1325, 1274, 1274, 1274, 1274, 1274, 1274, 1326, 1327, 1327, 1328, 1329, 1329, 1330, 1331, 1331, 1331, 1332, 1332, 1332, 1332, 1333, 1334, 1334, 1335, 1274, 1274, 1274, 1274, 1274, 1336, 1337, 1337, 1338, 1339, 1339, 1340, 1341, 1341, 1341, 1342, 1342, 1342, 1342, 1343, 1344, 1344, 1345, 1274, 1274, 1346, 1347, 1347, 1348, 1349, 1349, 1350, 1351, 1351, 1351, 1352, 1352, 1352, 1352, 1353, 1354, 1354, 1355, 1274, 1274, 1356, 1357, 1357, 1358, 1359, 1359, 1360, 1361, 1361, 1361, 1362, 1362, 1362, 1362, 1363, 1364, 1364, 1365, 1274, 1366, 1367, 1367, 1368, 1369, 1369, 1370, 1371, 1371, 1371, 1372, 1372, 1372, 1372, 1373, 1374, 1374, 1375, 1274, 1376, 1377, 1377, 1378, 1379, 1379, 1274, 1380, 1380, 1380, 1381, 1381, 1381, 1381, 1382, 1383, 1383, 1384, 1385, 1386, 1386, 1387, 1388, 1388, 1389, 1389, 1389, 1390, 1390, 1390, 1390, 1391, 1392, 1392, 1393, 1394, 1395, 1395, 1396, 1397, 1397, 1398, 1398, 1398, 1399, 1399, 1399, 1399, 1400, 1401, 1401, 1402, 1403, 1404, 1404, 1405, 1406, 1406, 1407, 1407, 1407, 1408, 1408, 1408, 1408, 1409, 1410, 1410, 1411, 1412, 1413, 1413, 1414, 1415, 1415, 1416, 1416, 1416, 1417, 1417, 1417, 1417, 1418, 1419, 1419, 1420, 1421, 1422, 1422, 1423, 1424, 1424, 1425, 1425, 1425, 1426, 1426, 1426, 1426, 1427, 1428, 1428, 1429, 1430, 1431, 1431, 1432, 1433, 1433, 1434, 1434, 1434, 1435, 1435, 1435, 1435, 1436, 1437, 1437, 1438, 1439, 1440, 1440, 1441, 1442, 1442, 1443, 1443, 1443, 1444, 1444, 1444, 1444, 1445, 1446, 1446, 1447, 1448, 1449, 1449, 1450, 1451, 1451, 1452, 1452, 1452, 1453, 1453, 1453, 1453, 1454, 1455, 1455, 1456, 1457, 1458, 1458, 1459, 1460, 1460, 1461, 1461, 1461, 1462, 1462, 1462, 1462, 1463, 1464, 1464, 1465, 1466, 1467, 1467, 1468, 1469, 1469, 1470, 1470, 1470, 1471, 1471, 1471, 1471, 1472, 1473, 1473, 1474, 1475, 1476, 1476, 1477, 1478, 1478, 1479, 1479, 1479, 1480, 1480, 1480, 1480, 1481, 1482, 1482, 1483, 1484, 1485, 1485, 1486, 1487, 1487, 1488, 1488, 1488, 1489, 1489, 1489, 1489, 1490, 1491, 1491, 1492, 1493, 1494, 1494, 1495, 1496, 1496, 1497, 1497, 1497, 1498, 1498, 1498, 1498, 1499, 1500, 1500, 1501, 1502, 1503, 1503, 1504, 1505, 1505, 1506, 1506, 1506, 1507, 1507, 1507, 1507, 1508, 1509, 1509, 1510, 1511, 1512, 1512, 1513, 1514, 1514, 1515, 1515, 1515, 1516, 1516, 1516, 1516, 1517, 1518, 1518, 1519, 1520, 1521, 1521, 1522, 1523, 1523, 1524, 1524, 1524, 1525, 1525, 1525, 1525, 1526, 1527, 1527, 1528, 1529, 1530, 1530, 1531, 1532, 1532, 1533, 1533, 1533, 1534, 1534, 1534, 1534, 1535, 1536, 1536, 1537, 1538, 1539, 1539, 1540, 1541, 1541, 1542, 1542, 1542, 1543, 1543, 1543, 1543, 1544, 1545, 1545, 1546, 1547, 1548, 1548, 1549, 1550, 1550, 1551, 1551, 1551, 1552, 1552, 1552, 1552, 1553, 1554, 1554, 1555, 1556, 1557, 1557, 1558, 1559, 1559, 1560, 1560, 1560, 1561, 1561, 1561, 1561, 1562, 1563, 1563, 1564, 1565, 1566, 1566, 1567, 1568, 1568, 1569, 1569, 1569, 1570, 1570, 1570, 1570, 1571, 1572, 1572, 1573, 1574, 1575, 1575, 1576, 1577, 1577, 1578, 1578, 1578, 1579, 1579, 1579, 1579, 1580, 1581, 1581, 1582, 1583, 1584, 1584, 1585, 1586, 1586, 1587, 1587, 1587, 1588, 1588, 1588, 1588, 1589, 1590, 1590, 1591, 1592, 1593, 1593, 1594, 1595, 1595, 1596, 1596, 1596, 1597, 1597, 1597, 1597, 1598, 1599, 1599, 1600, 1601, 1602, 1602, 1603, 1604, 1604, 1605, 1605, 1605, 1606, 1606, 1606, 1606, 1607, 1608, 1608, 1609, 1610, 1611, 1611, 1612, 1613, 1613, 1614, 1614, 1614, 1615, 1615, 1615, 1615, 1616, 1617, 1617, 1618, 1619, 1620, 1620, 1621, 1622, 1622, 1623, 1623, 1623, 1624, 1624, 1624, 1624, 1625, 1626, 1626, 1627, 1628, 1629, 1629, 1630, 1631, 1631, 1632, 1632, 1632, 1633, 1633, 1633, 1633, 1634, 1635, 1635, 1636, 1637, 1638, 1638, 1639, 1640, 1640, 1641, 1641, 1641, 1642, 1642, 1642, 1642, 1643, 1644, 1644, 1645, 1646, 1647, 1647, 1648, 1649, 1649, 1650, 1650, 1650, 1651, 1651, 1651, 1651, 1652, 1653, 1653, 1654, 1655, 1656, 1656, 1657, 1658, 1658, 1659, 1659, 1659, 1660, 1660, 1660, 1660, 1661, 1662, 1662, 1663, 1664, 1665, 1665, 1666, 1667, 1667, 1668, 1668, 1668, 1669, 1669, 1669, 1669, 1670, 1671, 1671, 1672, 1673, 1674, 1674, 1675, 1676, 1676, 1677, 1677, 1677, 1678, 1678, 1678, 1678, 1679, 1680, 1680, 1681, 1682, 1683, 1683, 1684, 1685, 1685, 1686, 1686, 1686, 1687, 1687, 1687, 1687, 1688, 1689, 1689, 1690, 1691, 1692, 1692, 1693, 1694, 1694, 1695, 1695, 1695, 1696, 1696, 1696, 1696, 1697, 1698, 1698, 1699, 1700, 1701, 1701, 1702, 1703, 1703, 1704, 1704, 1704, 1705, 1705, 1705, 1705, 1706, 1707, 1707, 1708, 1709, 1710, 1710, 1711, 1712, 1712, 1713, 1713, 1713, 1714, 1714, 1714, 1714, 1715, 1716, 1716, 1717, 1718, 1719, 1719, 1720, 1721, 1721, 1722, 1722, 1722, 1723, 1723, 1723, 1723, 1724, 1725, 1725, 1726, 1727, 1728, 1728, 1729, 1730, 1730, 1731, 1731, 1731, 1732, 1732, 1732, 1732, 1733, 1734, 1734, 1735, 1274, 1736, 1736, 1274, 1736, 1736, 1737, 1737, 1737, 1738, 1738, 1738, 1738, 1739, 1740, 1740, 1274, 1741, 1741, 1741, 1742, 1742, 1742, 1742, 1743, 1744, 1744, 1745, 1745, 1745, 1746, 1746, 1746, 1746, 1747, 1748, 1748, 1749, 1749, 1749, 1750, 1750, 1750, 1750, 1751, 1752, 1752, 1753, 1753, 1753, 1754, 1754, 1754, 1754, 1755, 1756, 1756, 1757, 1757, 1757, 1758, 1758, 1758, 1758, 1759, 1760, 1760, 1761, 1761, 1761, 1762, 1762, 1762, 1762, 1763, 1764, 1764, 1765, 1765, 1765, 1766, 1766, 1766, 1766, 1767, 1768, 1768, 1769, 1769, 1769, 1770, 1770, 1770, 1770, 1771, 1772, 1772, 1773, 1773, 1773, 1774, 1774, 1774, 1774, 1775, 1776, 1776, 1777, 1777, 1777, 1778, 1778, 1778, 1778, 1779, 1780, 1780, 1781, 1781, 1781, 1782, 1782, 1782, 1782, 1783, 1784, 1784, 1785, 1785, 1785, 1786, 1786, 1786, 1786, 1787, 1788, 1788, 1789, 1789, 1789, 1790, 1790, 1790, 1790, 1791, 1792, 1792, 1793, 1793, 1793, 1794, 1794, 1794, 1794, 1795, 1796, 1796, 1797, 1797, 1797, 1798, 1798, 1798, 1798, 1799, 1800, 1800, 1801, 1801, 1801, 1802, 1802, 1802, 1802, 1803, 1804, 1804, 1805, 1805, 1805, 1806, 1806, 1806, 1806, 1807, 1808, 1808, 1809, 1809, 1809, 1810, 1810, 1810, 1810, 1811, 1812, 1812, 1813, 1813, 1813, 1814, 1814, 1814, 1814, 1815, 1816, 1816, 1817, 1817, 1817, 1818, 1818, 1818, 1818, 1819, 1820, 1820, 1821, 1821, 1821, 1822, 1822, 1822, 1822, 1823, 1824, 1824, 1825, 1825, 1825, 1826, 1826, 1826, 1826, 1827, 1828, 1828, 1829, 1829, 1829, 1830, 1830, 1830, 1830, 1831, 1832, 1832, 1833, 1833, 1833, 1834, 1834, 1834, 1834, 1835, 1836, 1836, 1837, 1837, 1837, 1838, 1838, 1838, 1838, 1839, 1840, 1840, 1841, 1841, 1841, 1842, 1842, 1842, 1842, 1843, 1844, 1844, 1845, 1845, 1845, 1846, 1846, 1846, 1846, 1847, 1848, 1848, 1849, 1849, 1849, 1850, 1850, 1850, 1850, 1851, 1852, 1852, 1853, 1853, 1853, 1854, 1854, 1854, 1854, 1855, 1856, 1856, 1274, 1274, 1274, 1857, 1857, 1857, 1857, 1274, 1857, 1857, 1274, 1274, 1857, 1857, 1274, 0, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274 } ; static yyconst flex_int16_t yy_nxt[5746] = { 0, 1274, 1274, 21, 23, 84, 24, 85, 25, 44, 45, 277, 28, 29, 28, 28, 29, 28, 44, 45, 258, 48, 48, 73, 49, 49, 239, 219, 72, 67, 67, 26, 22, 22, 30, 57, 58, 30, 46, 57, 58, 73, 31, 138, 59, 31, 72, 46, 59, 26, 50, 50, 30, 62, 63, 30, 33, 34, 68, 68, 76, 64, 138, 77, 60, 91, 35, 92, 60, 78, 36, 37, 79, 38, 39, 199, 62, 63, 76, 80, 40, 77, 65, 41, 64, 42, 81, 78, 36, 37, 79, 38, 39, 74, 75, 74, 82, 80, 40, 69, 69, 41, 33, 34, 81, 65, 95, 96, 176, 95, 96, 84, 35, 85, 82, 97, 36, 37, 97, 38, 39, 95, 96, 151, 107, 108, 40, 90, 87, 41, 97, 42, 95, 100, 36, 37, 69, 38, 39, 69, 69, 101, 107, 108, 40, 109, 110, 41, 51, 51, 52, 53, 51, 51, 51, 74, 75, 74, 51, 51, 51, 122, 102, 109, 110, 118, 93, 121, 118, 69, 111, 112, 113, 1273, 69, 1268, 114, 115, 69, 55, 51, 51, 51, 52, 53, 51, 51, 51, 111, 112, 113, 51, 51, 51, 114, 115, 121, 95, 124, 95, 124, 127, 124, 147, 136, 150, 125, 140, 125, 69, 125, 163, 55, 51, 95, 129, 95, 129, 127, 129, 95, 129, 136, 130, 137, 130, 140, 130, 69, 130, 163, 139, 1268, 141, 142, 143, 144, 1258, 147, 1258, 1248, 1248, 137, 1238, 131, 1238, 131, 1228, 131, 139, 131, 141, 142, 143, 144, 150, 95, 153, 95, 153, 127, 153, 95, 156, 164, 154, 165, 154, 166, 154, 167, 157, 95, 156, 127, 156, 95, 156, 168, 169, 69, 157, 164, 157, 165, 157, 166, 69, 69, 167, 69, 1228, 158, 1218, 95, 178, 168, 169, 95, 178, 189, 69, 158, 179, 158, 69, 158, 179, 1218, 172, 127, 178, 95, 181, 190, 175, 172, 175, 189, 179, 191, 182, 95, 181, 127, 181, 95, 181, 192, 211, 195, 182, 190, 182, 195, 182, 69, 69, 191, 95, 201, 1208, 183, 1208, 95, 201, 192, 211, 202, 127, 201, 212, 183, 202, 183, 69, 183, 69, 202, 95, 204, 95, 204, 198, 198, 127, 204, 69, 205, 212, 205, 95, 204, 69, 205, 69, 95, 221, 95, 221, 205, 127, 221, 69, 215, 222, 215, 222, 232, 206, 222, 206, 69, 231, 218, 206, 95, 224, 95, 224, 218, 206, 127, 224, 235, 225, 232, 225, 95, 224, 238, 225, 231, 69, 95, 241, 1198, 225, 95, 241, 69, 235, 69, 242, 127, 241, 226, 242, 226, 251, 95, 244, 226, 242, 95, 244, 127, 244, 226, 245, 238, 95, 244, 245, 270, 245, 69, 251, 69, 254, 245, 254, 95, 260, 95, 260, 127, 260, 95, 263, 246, 261, 270, 261, 246, 261, 246, 264, 95, 263, 69, 246, 69, 257, 1198, 257, 69, 264, 127, 263, 95, 263, 69, 95, 279, 95, 279, 264, 265, 264, 69, 1274, 280, 69, 280, 127, 279, 1188, 265, 273, 69, 273, 69, 276, 280, 95, 282, 69, 265, 276, 265, 95, 282, 69, 283, 127, 282, 95, 282, 291, 283, 70, 291, 1188, 283, 1178, 283, 294, 69, 294, 95, 296, 69, 95, 296, 284, 308, 127, 296, 297, 311, 284, 297, 95, 299, 284, 297, 284, 95, 299, 127, 299, 300, 95, 299, 311, 1178, 300, 1274, 300, 69, 308, 300, 95, 313, 95, 313, 127, 313, 69, 95, 316, 314, 301, 314, 69, 314, 69, 301, 317, 301, 95, 316, 301, 127, 316, 95, 316, 70, 325, 317, 69, 1168, 317, 1168, 317, 95, 330, 325, 69, 318, 1158, 328, 69, 328, 331, 95, 330, 127, 330, 69, 318, 95, 333, 318, 331, 318, 331, 95, 333, 342, 334, 127, 333, 95, 333, 1158, 334, 342, 1148, 345, 334, 69, 334, 95, 347, 69, 345, 95, 347, 127, 347, 335, 348, 95, 350, 69, 348, 335, 348, 95, 350, 335, 351, 335, 127, 350, 95, 350, 351, 1148, 359, 69, 1138, 351, 359, 351, 95, 364, 95, 364, 69, 69, 362, 352, 1274, 365, 1138, 365, 1128, 352, 127, 364, 95, 367, 352, 1128, 352, 69, 362, 365, 69, 368, 95, 367, 127, 367, 95, 367, 69, 376, 376, 368, 1118, 368, 70, 368, 95, 381, 69, 95, 381, 1273, 369, 1118, 379, 382, 69, 379, 382, 127, 381, 69, 369, 1108, 369, 1108, 369, 393, 382, 95, 384, 95, 384, 127, 384, 95, 384, 393, 385, 1098, 385, 70, 385, 396, 385, 95, 398, 69, 396, 95, 398, 127, 398, 69, 399, 95, 401, 69, 399, 386, 399, 386, 69, 386, 402, 386, 95, 401, 127, 401, 95, 401, 95, 415, 1098, 402, 410, 402, 1088, 402, 69, 416, 410, 69, 413, 403, 95, 415, 1088, 413, 127, 415, 95, 418, 69, 416, 403, 69, 403, 416, 403, 419, 95, 418, 127, 418, 95, 418, 69, 427, 1078, 419, 427, 419, 1078, 419, 95, 432, 95, 432, 69, 430, 420, 69, 430, 433, 69, 433, 127, 432, 95, 435, 420, 1068, 420, 447, 420, 433, 1068, 436, 95, 435, 127, 435, 95, 435, 69, 447, 1058, 436, 1058, 436, 444, 436, 69, 444, 95, 449, 95, 449, 437, 69, 127, 449, 69, 450, 1048, 450, 95, 452, 437, 450, 437, 464, 437, 95, 452, 453, 127, 452, 95, 452, 69, 461, 453, 95, 466, 453, 1048, 453, 461, 464, 95, 466, 467, 127, 466, 69, 454, 69, 69, 467, 95, 469, 467, 454, 95, 469, 454, 481, 454, 470, 127, 469, 69, 470, 95, 469, 69, 1038, 1038, 470, 95, 483, 1028, 470, 478, 481, 478, 95, 483, 484, 471, 69, 127, 483, 471, 69, 484, 95, 486, 498, 471, 484, 95, 486, 471, 495, 487, 127, 486, 95, 486, 487, 95, 500, 95, 500, 487, 69, 487, 69, 495, 501, 498, 501, 127, 500, 1028, 488, 69, 95, 503, 69, 488, 501, 95, 503, 1018, 488, 504, 488, 127, 503, 1018, 504, 95, 503, 512, 69, 512, 504, 1008, 95, 517, 504, 69, 515, 95, 517, 515, 505, 518, 69, 127, 517, 505, 518, 95, 520, 95, 520, 505, 518, 127, 520, 505, 521, 529, 521, 95, 520, 69, 521, 1008, 529, 95, 534, 998, 521, 532, 69, 95, 534, 69, 535, 127, 534, 522, 69, 522, 535, 95, 537, 522, 535, 95, 537, 69, 532, 522, 538, 127, 537, 998, 538, 95, 537, 95, 551, 546, 538, 988, 546, 69, 538, 549, 552, 95, 551, 127, 551, 539, 69, 69, 549, 539, 552, 69, 552, 95, 554, 539, 95, 554, 69, 539, 127, 554, 555, 95, 554, 555, 563, 95, 568, 555, 95, 568, 555, 69, 566, 563, 569, 69, 566, 569, 127, 568, 69, 556, 988, 583, 556, 95, 571, 569, 556, 95, 571, 556, 127, 571, 572, 95, 571, 978, 572, 978, 580, 572, 583, 70, 572, 95, 585, 95, 585, 580, 69, 127, 585, 69, 586, 573, 586, 95, 588, 573, 586, 69, 573, 95, 588, 573, 589, 127, 588, 95, 588, 69, 589, 70, 95, 602, 589, 70, 589, 597, 95, 602, 597, 603, 69, 127, 602, 590, 600, 603, 69, 95, 605, 590, 603, 95, 605, 590, 600, 590, 606, 127, 605, 69, 606, 95, 605, 69, 95, 619, 606, 95, 619, 614, 606, 127, 619, 620, 69, 614, 620, 607, 69, 69, 620, 607, 69, 95, 622, 69, 617, 607, 95, 622, 617, 607, 623, 127, 622, 95, 622, 623, 70, 95, 636, 69, 623, 631, 623, 69, 634, 631, 637, 634, 95, 636, 967, 624, 648, 127, 636, 69, 624, 637, 95, 639, 967, 624, 637, 624, 95, 639, 651, 640, 127, 639, 95, 639, 648, 640, 95, 653, 69, 640, 69, 640, 95, 653, 651, 654, 127, 653, 95, 656, 641, 654, 95, 656, 69, 654, 641, 657, 127, 656, 641, 657, 641, 95, 656, 668, 950, 657, 69, 665, 95, 670, 657, 69, 69, 95, 670, 69, 658, 671, 127, 670, 658, 665, 671, 95, 673, 69, 658, 671, 95, 673, 950, 658, 674, 668, 127, 673, 933, 674, 95, 673, 682, 682, 685, 674, 933, 95, 687, 674, 95, 687, 127, 687, 685, 675, 688, 69, 69, 688, 675, 688, 95, 690, 95, 690, 675, 127, 690, 69, 675, 691, 69, 691, 95, 690, 691, 916, 916, 95, 704, 95, 704, 691, 127, 704, 699, 699, 705, 69, 705, 69, 692, 705, 692, 69, 702, 692, 69, 702, 95, 707, 95, 707, 692, 127, 707, 95, 707, 708, 899, 708, 95, 721, 708, 899, 708, 882, 716, 69, 716, 722, 719, 69, 69, 719, 69, 95, 721, 69, 709, 882, 709, 127, 721, 709, 722, 709, 95, 724, 95, 724, 722, 127, 724, 95, 724, 725, 733, 725, 736, 865, 725, 733, 725, 750, 736, 95, 738, 69, 95, 738, 127, 738, 69, 69, 739, 69, 726, 739, 726, 739, 865, 726, 848, 726, 95, 741, 95, 741, 127, 741, 95, 741, 848, 742, 831, 742, 750, 742, 69, 742, 753, 767, 753, 95, 755, 831, 95, 755, 127, 755, 95, 758, 756, 814, 743, 756, 743, 756, 743, 759, 743, 95, 758, 127, 758, 95, 758, 767, 814, 69, 759, 69, 759, 797, 759, 95, 772, 95, 772, 69, 760, 127, 772, 797, 773, 69, 773, 69, 95, 775, 773, 760, 69, 760, 780, 760, 770, 776, 770, 95, 775, 127, 775, 95, 775, 780, 787, 763, 776, 763, 776, 746, 776, 746, 784, 69, 784, 729, 777, 787, 69, 95, 789, 95, 789, 127, 789, 95, 792, 777, 790, 777, 790, 777, 790, 69, 793, 95, 792, 127, 792, 95, 792, 69, 801, 69, 793, 729, 793, 801, 793, 95, 806, 69, 95, 806, 712, 794, 712, 69, 807, 695, 804, 807, 127, 806, 69, 794, 695, 794, 804, 794, 821, 807, 95, 809, 95, 809, 127, 809, 95, 809, 818, 810, 678, 810, 678, 810, 818, 810, 95, 823, 69, 821, 95, 823, 127, 823, 69, 824, 95, 826, 69, 824, 811, 824, 811, 69, 811, 827, 811, 95, 826, 127, 826, 95, 826, 95, 840, 661, 827, 835, 827, 661, 827, 69, 841, 835, 69, 838, 828, 95, 840, 644, 838, 127, 840, 95, 843, 69, 841, 828, 69, 828, 841, 828, 844, 95, 843, 127, 843, 95, 843, 69, 852, 644, 844, 852, 844, 627, 844, 95, 857, 95, 857, 69, 855, 845, 69, 855, 858, 69, 858, 127, 857, 95, 860, 845, 627, 845, 872, 845, 858, 610, 861, 95, 860, 127, 860, 95, 860, 69, 872, 610, 861, 593, 861, 869, 861, 69, 869, 95, 874, 95, 874, 862, 69, 127, 874, 69, 875, 593, 875, 95, 877, 862, 875, 862, 889, 862, 95, 877, 878, 127, 877, 95, 877, 69, 886, 878, 95, 891, 878, 576, 878, 886, 889, 95, 891, 892, 127, 891, 69, 879, 69, 69, 892, 95, 894, 892, 879, 95, 894, 879, 906, 879, 895, 127, 894, 69, 895, 95, 894, 69, 576, 559, 895, 95, 908, 559, 895, 903, 906, 903, 95, 908, 909, 896, 69, 127, 908, 896, 69, 909, 95, 911, 923, 896, 909, 95, 911, 896, 920, 912, 127, 911, 95, 911, 912, 95, 925, 95, 925, 912, 69, 912, 69, 920, 926, 923, 926, 127, 925, 542, 913, 69, 95, 928, 69, 913, 926, 95, 928, 542, 913, 929, 913, 127, 928, 525, 929, 95, 928, 937, 69, 937, 929, 525, 95, 942, 929, 69, 940, 95, 942, 940, 930, 943, 69, 127, 942, 930, 943, 95, 945, 95, 945, 930, 943, 127, 945, 930, 946, 954, 946, 95, 945, 69, 946, 508, 954, 95, 959, 508, 946, 957, 491, 95, 959, 491, 960, 127, 959, 947, 474, 947, 960, 95, 962, 947, 960, 95, 962, 474, 957, 947, 963, 127, 962, 457, 963, 95, 962, 95, 970, 457, 963, 95, 970, 440, 963, 440, 971, 127, 970, 423, 971, 964, 423, 95, 973, 964, 971, 95, 973, 127, 973, 964, 974, 95, 973, 964, 974, 406, 974, 95, 980, 406, 974, 95, 980, 127, 980, 389, 981, 95, 983, 389, 981, 975, 981, 95, 983, 975, 984, 975, 127, 983, 372, 975, 984, 95, 983, 95, 990, 984, 372, 95, 990, 355, 984, 355, 991, 127, 990, 985, 991, 338, 95, 993, 338, 985, 991, 95, 993, 321, 985, 994, 127, 993, 321, 985, 994, 95, 993, 95, 1000, 994, 95, 1000, 127, 1000, 994, 304, 1001, 95, 1003, 1001, 995, 1001, 95, 1003, 304, 995, 1004, 127, 1003, 287, 995, 1004, 95, 1003, 287, 995, 1004, 95, 1010, 95, 1010, 1004, 127, 1010, 95, 1013, 1011, 1005, 1011, 95, 1013, 1011, 1005, 1014, 127, 1013, 268, 1005, 1014, 95, 1013, 268, 1005, 1014, 95, 1020, 95, 1020, 1014, 127, 1020, 95, 1023, 1021, 1015, 1021, 95, 1023, 1021, 1015, 1024, 127, 1023, 249, 1015, 1024, 95, 1023, 249, 1015, 1024, 95, 1030, 95, 1030, 1024, 127, 1030, 95, 1033, 1031, 1025, 1031, 95, 1033, 1031, 1025, 1034, 127, 1033, 229, 1025, 1034, 95, 1033, 229, 1025, 1034, 95, 1040, 95, 1040, 1034, 127, 1040, 95, 1043, 1041, 1035, 1041, 95, 1043, 1041, 1035, 1044, 127, 1043, 209, 1035, 1044, 95, 1043, 209, 1035, 1044, 95, 1050, 95, 1050, 1044, 127, 1050, 95, 1053, 1051, 1045, 1051, 95, 1053, 1051, 1045, 1054, 127, 1053, 188, 1045, 1054, 95, 1053, 186, 1045, 1054, 95, 1060, 95, 1060, 1054, 127, 1060, 95, 1063, 1061, 1055, 1061, 95, 1063, 1061, 1055, 1064, 127, 1063, 186, 1055, 1064, 95, 1063, 161, 1055, 1064, 95, 1070, 95, 1070, 1064, 127, 1070, 95, 1073, 1071, 1065, 1071, 95, 1073, 1071, 1065, 1074, 127, 1073, 161, 1065, 1074, 95, 1073, 126, 1065, 1074, 95, 1080, 95, 1080, 1074, 127, 1080, 95, 1083, 1081, 1075, 1081, 95, 1083, 1081, 1075, 1084, 127, 1083, 134, 1075, 1084, 95, 1083, 134, 1075, 1084, 95, 1090, 95, 1090, 1084, 127, 1090, 95, 1093, 1091, 1085, 1091, 95, 1093, 1091, 1085, 1094, 127, 1093, 126, 1085, 1094, 95, 1093, 70, 1085, 1094, 95, 1100, 95, 1100, 1094, 127, 1100, 95, 1103, 1101, 1095, 1101, 95, 1103, 1101, 1095, 1104, 127, 1103, 70, 1095, 1104, 95, 1103, 105, 1095, 1104, 95, 1110, 95, 1110, 1104, 127, 1110, 95, 1113, 1111, 1105, 1111, 95, 1113, 1111, 1105, 1114, 127, 1113, 70, 1105, 1114, 95, 1113, 98, 1105, 1114, 95, 1120, 95, 1120, 1114, 127, 1120, 95, 1123, 1121, 1115, 1121, 95, 1123, 1121, 1115, 1124, 127, 1123, 70, 1115, 1124, 95, 1123, 70, 1115, 1124, 95, 1130, 95, 1130, 1124, 127, 1130, 95, 1133, 1131, 1125, 1131, 95, 1133, 1131, 1125, 1134, 127, 1133, 70, 1125, 1134, 95, 1133, 70, 1125, 1134, 95, 1140, 95, 1140, 1134, 127, 1140, 95, 1143, 1141, 1135, 1141, 95, 1143, 1141, 1135, 1144, 127, 1143, 1274, 1135, 1144, 95, 1143, 1274, 1135, 1144, 95, 1150, 95, 1150, 1144, 127, 1150, 95, 1153, 1151, 1145, 1151, 95, 1153, 1151, 1145, 1154, 127, 1153, 1274, 1145, 1154, 95, 1153, 1274, 1145, 1154, 95, 1160, 95, 1160, 1154, 127, 1160, 95, 1163, 1161, 1155, 1161, 95, 1163, 1161, 1155, 1164, 127, 1163, 1274, 1155, 1164, 95, 1163, 1274, 1155, 1164, 95, 1170, 95, 1170, 1164, 127, 1170, 95, 1173, 1171, 1165, 1171, 95, 1173, 1171, 1165, 1174, 127, 1173, 1274, 1165, 1174, 95, 1173, 1274, 1165, 1174, 95, 1180, 95, 1180, 1174, 127, 1180, 95, 1183, 1181, 1175, 1181, 95, 1183, 1181, 1175, 1184, 127, 1183, 1274, 1175, 1184, 95, 1183, 1274, 1175, 1184, 95, 1190, 95, 1190, 1184, 127, 1190, 95, 1193, 1191, 1185, 1191, 95, 1193, 1191, 1185, 1194, 127, 1193, 1274, 1185, 1194, 95, 1193, 1274, 1185, 1194, 95, 1200, 95, 1200, 1194, 127, 1200, 95, 1203, 1201, 1195, 1201, 95, 1203, 1201, 1195, 1204, 127, 1203, 1274, 1195, 1204, 95, 1203, 1274, 1195, 1204, 95, 1210, 95, 1210, 1204, 127, 1210, 95, 1213, 1211, 1205, 1211, 95, 1213, 1211, 1205, 1214, 127, 1213, 1274, 1205, 1214, 95, 1213, 1274, 1205, 1214, 95, 1220, 95, 1220, 1214, 127, 1220, 95, 1223, 1221, 1215, 1221, 95, 1223, 1221, 1215, 1224, 127, 1223, 1274, 1215, 1224, 95, 1223, 1274, 1215, 1224, 95, 1230, 95, 1230, 1224, 127, 1230, 95, 1233, 1231, 1225, 1231, 95, 1233, 1231, 1225, 1234, 127, 1233, 1274, 1225, 1234, 95, 1233, 1274, 1225, 1234, 95, 1240, 95, 1240, 1234, 127, 1240, 95, 1243, 1241, 1235, 1241, 95, 1243, 1241, 1235, 1244, 127, 1243, 1274, 1235, 1244, 95, 1243, 1274, 1235, 1244, 95, 1250, 95, 1250, 1244, 127, 1250, 95, 1253, 1251, 1245, 1251, 95, 1253, 1251, 1245, 1254, 127, 1253, 1274, 1245, 1254, 95, 1253, 1274, 1245, 1254, 95, 1260, 95, 1260, 1254, 127, 1260, 95, 1263, 1261, 1255, 1261, 95, 1263, 1261, 1255, 1264, 127, 1263, 1274, 1255, 1264, 95, 1263, 1274, 1255, 1264, 95, 1269, 95, 1269, 1264, 127, 1269, 95, 1271, 1270, 1265, 1270, 95, 1271, 1270, 1265, 1272, 127, 1271, 1274, 1265, 1272, 95, 1271, 1274, 1265, 1272, 1274, 1274, 1274, 1274, 1272, 1274, 1274, 1274, 1274, 1274, 70, 1274, 1274, 1274, 1274, 70, 1274, 1274, 1274, 1274, 70, 1274, 1274, 1274, 1274, 70, 20, 20, 20, 20, 20, 27, 27, 27, 27, 27, 32, 32, 32, 32, 32, 43, 43, 43, 43, 43, 47, 47, 47, 47, 47, 54, 54, 54, 54, 54, 56, 56, 56, 56, 56, 61, 61, 61, 61, 61, 66, 66, 66, 66, 66, 69, 1274, 69, 69, 69, 71, 1274, 1274, 71, 71, 83, 1274, 1274, 83, 83, 86, 1274, 86, 86, 86, 88, 1274, 88, 1274, 88, 89, 1274, 89, 89, 89, 94, 94, 94, 94, 94, 99, 99, 99, 99, 99, 103, 1274, 103, 103, 103, 104, 1274, 104, 104, 104, 106, 1274, 1274, 106, 106, 116, 1274, 1274, 116, 116, 117, 1274, 117, 117, 117, 119, 1274, 119, 1274, 119, 120, 1274, 120, 120, 120, 123, 123, 123, 123, 123, 128, 128, 128, 128, 128, 132, 1274, 132, 132, 132, 133, 1274, 133, 133, 133, 135, 1274, 1274, 135, 135, 145, 1274, 1274, 145, 145, 146, 1274, 146, 146, 146, 148, 1274, 148, 1274, 148, 149, 1274, 149, 149, 149, 152, 152, 152, 152, 152, 155, 155, 155, 155, 155, 159, 1274, 159, 159, 159, 160, 1274, 160, 160, 160, 162, 1274, 1274, 162, 162, 170, 1274, 1274, 170, 170, 171, 1274, 171, 171, 171, 173, 1274, 173, 1274, 173, 174, 1274, 174, 174, 174, 177, 177, 177, 177, 177, 180, 180, 180, 180, 180, 184, 1274, 184, 184, 184, 185, 1274, 185, 185, 185, 187, 1274, 1274, 187, 187, 193, 1274, 1274, 193, 193, 194, 1274, 194, 194, 194, 196, 1274, 196, 1274, 196, 197, 1274, 197, 197, 197, 200, 200, 200, 200, 200, 203, 203, 203, 203, 203, 207, 1274, 207, 207, 207, 208, 1274, 208, 208, 208, 210, 1274, 1274, 210, 210, 213, 1274, 1274, 213, 213, 214, 1274, 214, 214, 214, 216, 1274, 216, 1274, 216, 217, 1274, 217, 217, 217, 220, 220, 220, 220, 220, 223, 223, 223, 223, 223, 227, 1274, 227, 227, 227, 228, 1274, 228, 228, 228, 230, 1274, 1274, 230, 230, 233, 1274, 1274, 233, 233, 234, 1274, 234, 234, 234, 236, 1274, 236, 1274, 236, 237, 1274, 237, 237, 237, 240, 240, 240, 240, 240, 243, 243, 243, 243, 243, 247, 1274, 247, 247, 247, 248, 1274, 248, 248, 248, 250, 1274, 1274, 250, 250, 252, 1274, 1274, 252, 252, 253, 1274, 253, 253, 253, 255, 1274, 255, 1274, 255, 256, 1274, 256, 256, 256, 259, 259, 259, 259, 259, 262, 262, 262, 262, 262, 266, 1274, 266, 266, 266, 267, 1274, 267, 267, 267, 269, 1274, 1274, 269, 269, 271, 1274, 1274, 271, 271, 272, 1274, 272, 272, 272, 274, 1274, 274, 1274, 274, 275, 1274, 275, 275, 275, 278, 278, 278, 278, 278, 281, 281, 281, 281, 281, 285, 1274, 285, 285, 285, 286, 1274, 286, 286, 286, 288, 1274, 1274, 288, 288, 289, 1274, 1274, 289, 289, 290, 1274, 290, 290, 290, 292, 1274, 292, 1274, 292, 293, 1274, 293, 293, 293, 295, 295, 295, 295, 295, 298, 298, 298, 298, 298, 302, 1274, 302, 302, 302, 303, 1274, 303, 303, 303, 305, 1274, 1274, 305, 305, 306, 1274, 1274, 306, 306, 307, 1274, 307, 307, 307, 309, 1274, 309, 1274, 309, 310, 1274, 310, 310, 310, 312, 312, 312, 312, 312, 315, 315, 315, 315, 315, 319, 1274, 319, 319, 319, 320, 1274, 320, 320, 320, 322, 1274, 1274, 322, 322, 323, 1274, 1274, 323, 323, 324, 1274, 324, 324, 324, 326, 1274, 326, 1274, 326, 327, 1274, 327, 327, 327, 329, 329, 329, 329, 329, 332, 332, 332, 332, 332, 336, 1274, 336, 336, 336, 337, 1274, 337, 337, 337, 339, 1274, 1274, 339, 339, 340, 1274, 1274, 340, 340, 341, 1274, 341, 341, 341, 343, 1274, 343, 1274, 343, 344, 1274, 344, 344, 344, 346, 346, 346, 346, 346, 349, 349, 349, 349, 349, 353, 1274, 353, 353, 353, 354, 1274, 354, 354, 354, 356, 1274, 1274, 356, 356, 357, 1274, 1274, 357, 357, 358, 1274, 358, 358, 358, 360, 1274, 360, 1274, 360, 361, 1274, 361, 361, 361, 363, 363, 363, 363, 363, 366, 366, 366, 366, 366, 370, 1274, 370, 370, 370, 371, 1274, 371, 371, 371, 373, 1274, 1274, 373, 373, 374, 1274, 1274, 374, 374, 375, 1274, 375, 375, 375, 377, 1274, 377, 1274, 377, 378, 1274, 378, 378, 378, 380, 380, 380, 380, 380, 383, 383, 383, 383, 383, 387, 1274, 387, 387, 387, 388, 1274, 388, 388, 388, 390, 1274, 1274, 390, 390, 391, 1274, 1274, 391, 391, 392, 1274, 392, 392, 392, 394, 1274, 394, 1274, 394, 395, 1274, 395, 395, 395, 397, 397, 397, 397, 397, 400, 400, 400, 400, 400, 404, 1274, 404, 404, 404, 405, 1274, 405, 405, 405, 407, 1274, 1274, 407, 407, 408, 1274, 1274, 408, 408, 409, 1274, 409, 409, 409, 411, 1274, 411, 1274, 411, 412, 1274, 412, 412, 412, 414, 414, 414, 414, 414, 417, 417, 417, 417, 417, 421, 1274, 421, 421, 421, 422, 1274, 422, 422, 422, 424, 1274, 1274, 424, 424, 425, 1274, 1274, 425, 425, 426, 1274, 426, 426, 426, 428, 1274, 428, 1274, 428, 429, 1274, 429, 429, 429, 431, 431, 431, 431, 431, 434, 434, 434, 434, 434, 438, 1274, 438, 438, 438, 439, 1274, 439, 439, 439, 441, 1274, 1274, 441, 441, 442, 1274, 1274, 442, 442, 443, 1274, 443, 443, 443, 445, 1274, 445, 1274, 445, 446, 1274, 446, 446, 446, 448, 448, 448, 448, 448, 451, 451, 451, 451, 451, 455, 1274, 455, 455, 455, 456, 1274, 456, 456, 456, 458, 1274, 1274, 458, 458, 459, 1274, 1274, 459, 459, 460, 1274, 460, 460, 460, 462, 1274, 462, 1274, 462, 463, 1274, 463, 463, 463, 465, 465, 465, 465, 465, 468, 468, 468, 468, 468, 472, 1274, 472, 472, 472, 473, 1274, 473, 473, 473, 475, 1274, 1274, 475, 475, 476, 1274, 1274, 476, 476, 477, 1274, 477, 477, 477, 479, 1274, 479, 1274, 479, 480, 1274, 480, 480, 480, 482, 482, 482, 482, 482, 485, 485, 485, 485, 485, 489, 1274, 489, 489, 489, 490, 1274, 490, 490, 490, 492, 1274, 1274, 492, 492, 493, 1274, 1274, 493, 493, 494, 1274, 494, 494, 494, 496, 1274, 496, 1274, 496, 497, 1274, 497, 497, 497, 499, 499, 499, 499, 499, 502, 502, 502, 502, 502, 506, 1274, 506, 506, 506, 507, 1274, 507, 507, 507, 509, 1274, 1274, 509, 509, 510, 1274, 1274, 510, 510, 511, 1274, 511, 511, 511, 513, 1274, 513, 1274, 513, 514, 1274, 514, 514, 514, 516, 516, 516, 516, 516, 519, 519, 519, 519, 519, 523, 1274, 523, 523, 523, 524, 1274, 524, 524, 524, 526, 1274, 1274, 526, 526, 527, 1274, 1274, 527, 527, 528, 1274, 528, 528, 528, 530, 1274, 530, 1274, 530, 531, 1274, 531, 531, 531, 533, 533, 533, 533, 533, 536, 536, 536, 536, 536, 540, 1274, 540, 540, 540, 541, 1274, 541, 541, 541, 543, 1274, 1274, 543, 543, 544, 1274, 1274, 544, 544, 545, 1274, 545, 545, 545, 547, 1274, 547, 1274, 547, 548, 1274, 548, 548, 548, 550, 550, 550, 550, 550, 553, 553, 553, 553, 553, 557, 1274, 557, 557, 557, 558, 1274, 558, 558, 558, 560, 1274, 1274, 560, 560, 561, 1274, 1274, 561, 561, 562, 1274, 562, 562, 562, 564, 1274, 564, 1274, 564, 565, 1274, 565, 565, 565, 567, 567, 567, 567, 567, 570, 570, 570, 570, 570, 574, 1274, 574, 574, 574, 575, 1274, 575, 575, 575, 577, 1274, 1274, 577, 577, 578, 1274, 1274, 578, 578, 579, 1274, 579, 579, 579, 581, 1274, 581, 1274, 581, 582, 1274, 582, 582, 582, 584, 584, 584, 584, 584, 587, 587, 587, 587, 587, 591, 1274, 591, 591, 591, 592, 1274, 592, 592, 592, 594, 1274, 1274, 594, 594, 595, 1274, 1274, 595, 595, 596, 1274, 596, 596, 596, 598, 1274, 598, 1274, 598, 599, 1274, 599, 599, 599, 601, 601, 601, 601, 601, 604, 604, 604, 604, 604, 608, 1274, 608, 608, 608, 609, 1274, 609, 609, 609, 611, 1274, 1274, 611, 611, 612, 1274, 1274, 612, 612, 613, 1274, 613, 613, 613, 615, 1274, 615, 1274, 615, 616, 1274, 616, 616, 616, 618, 618, 618, 618, 618, 621, 621, 621, 621, 621, 625, 1274, 625, 625, 625, 626, 1274, 626, 626, 626, 628, 1274, 1274, 628, 628, 629, 1274, 1274, 629, 629, 630, 1274, 630, 630, 630, 632, 1274, 632, 1274, 632, 633, 1274, 633, 633, 633, 635, 635, 635, 635, 635, 638, 638, 638, 638, 638, 642, 1274, 642, 642, 642, 643, 1274, 643, 643, 643, 645, 1274, 1274, 645, 645, 646, 1274, 1274, 646, 646, 647, 1274, 647, 647, 647, 649, 1274, 649, 1274, 649, 650, 1274, 650, 650, 650, 652, 652, 652, 652, 652, 655, 655, 655, 655, 655, 659, 1274, 659, 659, 659, 660, 1274, 660, 660, 660, 662, 1274, 1274, 662, 662, 663, 1274, 1274, 663, 663, 664, 1274, 664, 664, 664, 666, 1274, 666, 1274, 666, 667, 1274, 667, 667, 667, 669, 669, 669, 669, 669, 672, 672, 672, 672, 672, 676, 1274, 676, 676, 676, 677, 1274, 677, 677, 677, 679, 1274, 1274, 679, 679, 680, 1274, 1274, 680, 680, 681, 1274, 681, 681, 681, 683, 1274, 683, 1274, 683, 684, 1274, 684, 684, 684, 686, 686, 686, 686, 686, 689, 689, 689, 689, 689, 693, 1274, 693, 693, 693, 694, 1274, 694, 694, 694, 696, 1274, 1274, 696, 696, 697, 1274, 1274, 697, 697, 698, 1274, 698, 698, 698, 700, 1274, 700, 1274, 700, 701, 1274, 701, 701, 701, 703, 703, 703, 703, 703, 706, 706, 706, 706, 706, 710, 1274, 710, 710, 710, 711, 1274, 711, 711, 711, 713, 1274, 1274, 713, 713, 714, 1274, 1274, 714, 714, 715, 1274, 715, 715, 715, 717, 1274, 717, 1274, 717, 718, 1274, 718, 718, 718, 720, 720, 720, 720, 720, 723, 723, 723, 723, 723, 727, 1274, 727, 727, 727, 728, 1274, 728, 728, 728, 730, 1274, 1274, 730, 730, 731, 1274, 1274, 731, 731, 732, 1274, 732, 732, 732, 734, 1274, 734, 1274, 734, 735, 1274, 735, 735, 735, 737, 737, 737, 737, 737, 740, 740, 740, 740, 740, 744, 1274, 744, 744, 744, 745, 1274, 745, 745, 745, 747, 1274, 1274, 747, 747, 748, 1274, 1274, 748, 748, 749, 1274, 749, 749, 749, 751, 1274, 751, 1274, 751, 752, 1274, 752, 752, 752, 754, 754, 754, 754, 754, 757, 757, 757, 757, 757, 761, 1274, 761, 761, 761, 762, 1274, 762, 762, 762, 764, 1274, 1274, 764, 764, 765, 1274, 1274, 765, 765, 766, 1274, 766, 766, 766, 768, 1274, 768, 1274, 768, 769, 1274, 769, 769, 769, 771, 771, 771, 771, 771, 774, 774, 774, 774, 774, 778, 1274, 778, 778, 778, 779, 1274, 779, 779, 779, 781, 1274, 1274, 781, 781, 782, 1274, 1274, 782, 782, 783, 1274, 783, 783, 783, 785, 1274, 785, 1274, 785, 786, 1274, 786, 786, 786, 788, 788, 788, 788, 788, 791, 791, 791, 791, 791, 795, 1274, 795, 795, 795, 796, 1274, 796, 796, 796, 798, 1274, 1274, 798, 798, 799, 1274, 1274, 799, 799, 800, 1274, 800, 800, 800, 802, 1274, 802, 1274, 802, 803, 1274, 803, 803, 803, 805, 805, 805, 805, 805, 808, 808, 808, 808, 808, 812, 1274, 812, 812, 812, 813, 1274, 813, 813, 813, 815, 1274, 1274, 815, 815, 816, 1274, 1274, 816, 816, 817, 1274, 817, 817, 817, 819, 1274, 819, 1274, 819, 820, 1274, 820, 820, 820, 822, 822, 822, 822, 822, 825, 825, 825, 825, 825, 829, 1274, 829, 829, 829, 830, 1274, 830, 830, 830, 832, 1274, 1274, 832, 832, 833, 1274, 1274, 833, 833, 834, 1274, 834, 834, 834, 836, 1274, 836, 1274, 836, 837, 1274, 837, 837, 837, 839, 839, 839, 839, 839, 842, 842, 842, 842, 842, 846, 1274, 846, 846, 846, 847, 1274, 847, 847, 847, 849, 1274, 1274, 849, 849, 850, 1274, 1274, 850, 850, 851, 1274, 851, 851, 851, 853, 1274, 853, 1274, 853, 854, 1274, 854, 854, 854, 856, 856, 856, 856, 856, 859, 859, 859, 859, 859, 863, 1274, 863, 863, 863, 864, 1274, 864, 864, 864, 866, 1274, 1274, 866, 866, 867, 1274, 1274, 867, 867, 868, 1274, 868, 868, 868, 870, 1274, 870, 1274, 870, 871, 1274, 871, 871, 871, 873, 873, 873, 873, 873, 876, 876, 876, 876, 876, 880, 1274, 880, 880, 880, 881, 1274, 881, 881, 881, 883, 1274, 1274, 883, 883, 884, 1274, 1274, 884, 884, 885, 1274, 885, 885, 885, 887, 1274, 887, 1274, 887, 888, 1274, 888, 888, 888, 890, 890, 890, 890, 890, 893, 893, 893, 893, 893, 897, 1274, 897, 897, 897, 898, 1274, 898, 898, 898, 900, 1274, 1274, 900, 900, 901, 1274, 1274, 901, 901, 902, 1274, 902, 902, 902, 904, 1274, 904, 1274, 904, 905, 1274, 905, 905, 905, 907, 907, 907, 907, 907, 910, 910, 910, 910, 910, 914, 1274, 914, 914, 914, 915, 1274, 915, 915, 915, 917, 1274, 1274, 917, 917, 918, 1274, 1274, 918, 918, 919, 1274, 919, 919, 919, 921, 1274, 921, 1274, 921, 922, 1274, 922, 922, 922, 924, 924, 924, 924, 924, 927, 927, 927, 927, 927, 931, 1274, 931, 931, 931, 932, 1274, 932, 932, 932, 934, 1274, 1274, 934, 934, 935, 1274, 1274, 935, 935, 936, 1274, 936, 936, 936, 938, 1274, 938, 1274, 938, 939, 1274, 939, 939, 939, 941, 941, 941, 941, 941, 944, 944, 944, 944, 944, 948, 1274, 948, 948, 948, 949, 1274, 949, 949, 949, 951, 1274, 1274, 951, 951, 952, 1274, 1274, 952, 952, 953, 1274, 953, 953, 953, 955, 1274, 955, 1274, 955, 956, 1274, 956, 956, 956, 958, 958, 958, 958, 958, 961, 961, 961, 961, 961, 965, 1274, 965, 965, 965, 966, 1274, 966, 966, 966, 968, 1274, 1274, 968, 968, 69, 1274, 69, 69, 69, 969, 969, 969, 969, 969, 972, 972, 972, 972, 972, 976, 1274, 976, 976, 976, 977, 1274, 977, 977, 977, 979, 979, 979, 979, 979, 982, 982, 982, 982, 982, 986, 1274, 986, 986, 986, 987, 1274, 987, 987, 987, 989, 989, 989, 989, 989, 992, 992, 992, 992, 992, 996, 1274, 996, 996, 996, 997, 1274, 997, 997, 997, 999, 999, 999, 999, 999, 1002, 1002, 1002, 1002, 1002, 1006, 1274, 1006, 1006, 1006, 1007, 1274, 1007, 1007, 1007, 1009, 1009, 1009, 1009, 1009, 1012, 1012, 1012, 1012, 1012, 1016, 1274, 1016, 1016, 1016, 1017, 1274, 1017, 1017, 1017, 1019, 1019, 1019, 1019, 1019, 1022, 1022, 1022, 1022, 1022, 1026, 1274, 1026, 1026, 1026, 1027, 1274, 1027, 1027, 1027, 1029, 1029, 1029, 1029, 1029, 1032, 1032, 1032, 1032, 1032, 1036, 1274, 1036, 1036, 1036, 1037, 1274, 1037, 1037, 1037, 1039, 1039, 1039, 1039, 1039, 1042, 1042, 1042, 1042, 1042, 1046, 1274, 1046, 1046, 1046, 1047, 1274, 1047, 1047, 1047, 1049, 1049, 1049, 1049, 1049, 1052, 1052, 1052, 1052, 1052, 1056, 1274, 1056, 1056, 1056, 1057, 1274, 1057, 1057, 1057, 1059, 1059, 1059, 1059, 1059, 1062, 1062, 1062, 1062, 1062, 1066, 1274, 1066, 1066, 1066, 1067, 1274, 1067, 1067, 1067, 1069, 1069, 1069, 1069, 1069, 1072, 1072, 1072, 1072, 1072, 1076, 1274, 1076, 1076, 1076, 1077, 1274, 1077, 1077, 1077, 1079, 1079, 1079, 1079, 1079, 1082, 1082, 1082, 1082, 1082, 1086, 1274, 1086, 1086, 1086, 1087, 1274, 1087, 1087, 1087, 1089, 1089, 1089, 1089, 1089, 1092, 1092, 1092, 1092, 1092, 1096, 1274, 1096, 1096, 1096, 1097, 1274, 1097, 1097, 1097, 1099, 1099, 1099, 1099, 1099, 1102, 1102, 1102, 1102, 1102, 1106, 1274, 1106, 1106, 1106, 1107, 1274, 1107, 1107, 1107, 1109, 1109, 1109, 1109, 1109, 1112, 1112, 1112, 1112, 1112, 1116, 1274, 1116, 1116, 1116, 1117, 1274, 1117, 1117, 1117, 1119, 1119, 1119, 1119, 1119, 1122, 1122, 1122, 1122, 1122, 1126, 1274, 1126, 1126, 1126, 1127, 1274, 1127, 1127, 1127, 1129, 1129, 1129, 1129, 1129, 1132, 1132, 1132, 1132, 1132, 1136, 1274, 1136, 1136, 1136, 1137, 1274, 1137, 1137, 1137, 1139, 1139, 1139, 1139, 1139, 1142, 1142, 1142, 1142, 1142, 1146, 1274, 1146, 1146, 1146, 1147, 1274, 1147, 1147, 1147, 1149, 1149, 1149, 1149, 1149, 1152, 1152, 1152, 1152, 1152, 1156, 1274, 1156, 1156, 1156, 1157, 1274, 1157, 1157, 1157, 1159, 1159, 1159, 1159, 1159, 1162, 1162, 1162, 1162, 1162, 1166, 1274, 1166, 1166, 1166, 1167, 1274, 1167, 1167, 1167, 1169, 1169, 1169, 1169, 1169, 1172, 1172, 1172, 1172, 1172, 1176, 1274, 1176, 1176, 1176, 1177, 1274, 1177, 1177, 1177, 1179, 1179, 1179, 1179, 1179, 1182, 1182, 1182, 1182, 1182, 1186, 1274, 1186, 1186, 1186, 1187, 1274, 1187, 1187, 1187, 1189, 1189, 1189, 1189, 1189, 1192, 1192, 1192, 1192, 1192, 1196, 1274, 1196, 1196, 1196, 1197, 1274, 1197, 1197, 1197, 1199, 1199, 1199, 1199, 1199, 1202, 1202, 1202, 1202, 1202, 1206, 1274, 1206, 1206, 1206, 1207, 1274, 1207, 1207, 1207, 1209, 1209, 1209, 1209, 1209, 1212, 1212, 1212, 1212, 1212, 1216, 1274, 1216, 1216, 1216, 1217, 1274, 1217, 1217, 1217, 1219, 1219, 1219, 1219, 1219, 1222, 1222, 1222, 1222, 1222, 1226, 1274, 1226, 1226, 1226, 1227, 1274, 1227, 1227, 1227, 1229, 1229, 1229, 1229, 1229, 1232, 1232, 1232, 1232, 1232, 1236, 1274, 1236, 1236, 1236, 1237, 1274, 1237, 1237, 1237, 1239, 1239, 1239, 1239, 1239, 1242, 1242, 1242, 1242, 1242, 1246, 1274, 1246, 1246, 1246, 1247, 1274, 1247, 1247, 1247, 1249, 1249, 1249, 1249, 1249, 1252, 1252, 1252, 1252, 1252, 1256, 1274, 1256, 1256, 1256, 1257, 1274, 1257, 1257, 1257, 1259, 1259, 1259, 1259, 1259, 1262, 1262, 1262, 1262, 1262, 1266, 1274, 1266, 1266, 1266, 1267, 1274, 1267, 1267, 1267, 69, 69, 69, 69, 69, 19, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274 } ; static yyconst flex_int16_t yy_chk[5746] = { 0, 0, 0, 1, 2, 45, 2, 45, 2, 7, 7, 1370, 3, 3, 3, 4, 4, 4, 8, 8, 1360, 9, 10, 26, 9, 10, 1350, 1340, 25, 17, 18, 2, 1, 2, 3, 13, 13, 4, 7, 14, 14, 26, 3, 109, 13, 4, 25, 8, 14, 2, 9, 10, 3, 15, 15, 4, 5, 5, 17, 18, 30, 15, 109, 36, 13, 52, 5, 52, 14, 37, 5, 5, 38, 5, 5, 1330, 16, 16, 30, 39, 5, 36, 15, 5, 16, 5, 40, 37, 5, 5, 38, 5, 5, 28, 28, 28, 41, 39, 5, 46, 50, 5, 6, 6, 40, 16, 56, 56, 1320, 58, 58, 84, 6, 84, 41, 56, 6, 6, 58, 6, 6, 59, 59, 1310, 72, 73, 6, 50, 46, 6, 59, 6, 60, 60, 6, 6, 86, 6, 6, 87, 89, 60, 72, 73, 6, 76, 77, 6, 11, 11, 11, 11, 11, 11, 11, 74, 74, 74, 11, 11, 11, 1300, 60, 76, 77, 86, 1290, 89, 87, 90, 78, 79, 80, 1270, 117, 1258, 81, 82, 120, 11, 11, 12, 12, 12, 12, 12, 12, 12, 78, 79, 80, 12, 12, 12, 81, 82, 90, 94, 94, 96, 96, 97, 97, 117, 107, 120, 94, 111, 96, 118, 97, 136, 12, 12, 99, 99, 100, 100, 101, 101, 102, 102, 107, 99, 108, 100, 111, 101, 121, 102, 136, 110, 1257, 112, 113, 114, 115, 1248, 118, 1247, 1238, 1237, 108, 1228, 99, 1227, 100, 1218, 101, 110, 102, 112, 113, 114, 115, 121, 123, 123, 124, 124, 125, 125, 128, 128, 137, 123, 139, 124, 140, 125, 141, 128, 129, 129, 130, 130, 131, 131, 143, 144, 146, 129, 137, 130, 139, 131, 140, 147, 149, 141, 150, 1217, 128, 1208, 152, 152, 143, 144, 153, 153, 165, 171, 129, 152, 130, 172, 131, 153, 1207, 146, 154, 154, 155, 155, 166, 149, 147, 150, 165, 154, 167, 155, 156, 156, 157, 157, 158, 158, 168, 189, 171, 156, 166, 157, 172, 158, 174, 175, 167, 177, 177, 1198, 155, 1197, 178, 178, 168, 189, 177, 179, 179, 192, 156, 178, 157, 194, 158, 195, 179, 180, 180, 181, 181, 174, 175, 182, 182, 197, 180, 192, 181, 183, 183, 198, 182, 214, 200, 200, 201, 201, 183, 202, 202, 217, 194, 200, 195, 201, 212, 180, 202, 181, 215, 211, 197, 182, 203, 203, 204, 204, 198, 183, 205, 205, 214, 203, 212, 204, 206, 206, 217, 205, 211, 218, 220, 220, 1188, 206, 221, 221, 234, 215, 235, 220, 222, 222, 203, 221, 204, 231, 223, 223, 205, 222, 224, 224, 225, 225, 206, 223, 218, 226, 226, 224, 251, 225, 237, 231, 238, 234, 226, 235, 240, 240, 241, 241, 242, 242, 243, 243, 223, 240, 251, 241, 224, 242, 225, 243, 244, 244, 253, 226, 254, 237, 1187, 238, 256, 244, 245, 245, 246, 246, 257, 259, 259, 260, 260, 245, 243, 246, 272, 1267, 259, 273, 260, 261, 261, 1178, 244, 253, 275, 254, 276, 256, 261, 262, 262, 290, 245, 257, 246, 263, 263, 293, 262, 264, 264, 265, 265, 272, 263, 1267, 273, 1177, 264, 1168, 265, 275, 294, 276, 278, 278, 291, 279, 279, 262, 290, 280, 280, 278, 293, 263, 279, 281, 281, 264, 280, 265, 282, 282, 283, 283, 281, 284, 284, 294, 1167, 282, 1268, 283, 307, 291, 284, 295, 295, 296, 296, 297, 297, 308, 298, 298, 295, 281, 296, 310, 297, 311, 282, 298, 283, 299, 299, 284, 300, 300, 301, 301, 1268, 307, 299, 324, 1158, 300, 1157, 301, 312, 312, 308, 325, 298, 1148, 310, 327, 311, 312, 313, 313, 314, 314, 328, 299, 315, 315, 300, 313, 301, 314, 316, 316, 324, 315, 317, 317, 318, 318, 1147, 316, 325, 1138, 327, 317, 341, 318, 329, 329, 342, 328, 330, 330, 331, 331, 315, 329, 332, 332, 344, 330, 316, 331, 333, 333, 317, 332, 318, 334, 334, 335, 335, 333, 1137, 341, 345, 1128, 334, 342, 335, 346, 346, 347, 347, 358, 359, 344, 332, 1271, 346, 1127, 347, 1118, 333, 348, 348, 349, 349, 334, 1117, 335, 361, 345, 348, 362, 349, 350, 350, 351, 351, 352, 352, 375, 358, 359, 350, 1108, 351, 1271, 352, 363, 363, 376, 364, 364, 1272, 349, 1107, 361, 363, 378, 362, 364, 365, 365, 379, 350, 1098, 351, 1097, 352, 375, 365, 366, 366, 367, 367, 368, 368, 369, 369, 376, 366, 1088, 367, 1272, 368, 378, 369, 380, 380, 392, 379, 381, 381, 382, 382, 393, 380, 383, 383, 395, 381, 366, 382, 367, 396, 368, 383, 369, 384, 384, 385, 385, 386, 386, 397, 397, 1087, 384, 392, 385, 1078, 386, 409, 397, 393, 410, 395, 383, 398, 398, 1077, 396, 399, 399, 400, 400, 412, 398, 384, 413, 385, 399, 386, 400, 401, 401, 402, 402, 403, 403, 429, 409, 1068, 401, 410, 402, 1067, 403, 414, 414, 415, 415, 430, 412, 400, 426, 413, 414, 427, 415, 416, 416, 417, 417, 401, 1058, 402, 429, 403, 416, 1057, 417, 418, 418, 419, 419, 420, 420, 446, 430, 1048, 418, 1047, 419, 426, 420, 443, 427, 431, 431, 432, 432, 417, 444, 433, 433, 447, 431, 1038, 432, 434, 434, 418, 433, 419, 446, 420, 435, 435, 434, 436, 436, 437, 437, 463, 443, 435, 448, 448, 436, 1037, 437, 444, 447, 449, 449, 448, 450, 450, 460, 434, 461, 464, 449, 451, 451, 450, 435, 452, 452, 436, 463, 437, 451, 453, 453, 480, 452, 454, 454, 477, 1028, 1027, 453, 465, 465, 1018, 454, 460, 464, 461, 466, 466, 465, 451, 478, 467, 467, 452, 481, 466, 468, 468, 480, 453, 467, 469, 469, 454, 477, 468, 470, 470, 471, 471, 469, 482, 482, 483, 483, 470, 494, 471, 495, 478, 482, 481, 483, 484, 484, 1017, 468, 497, 485, 485, 498, 469, 484, 486, 486, 1008, 470, 485, 471, 487, 487, 1007, 486, 488, 488, 494, 511, 495, 487, 998, 499, 499, 488, 512, 497, 500, 500, 498, 485, 499, 514, 501, 501, 486, 500, 502, 502, 503, 503, 487, 501, 504, 504, 488, 502, 511, 503, 505, 505, 515, 504, 997, 512, 516, 516, 988, 505, 514, 528, 517, 517, 529, 516, 518, 518, 502, 531, 503, 517, 519, 519, 504, 518, 520, 520, 532, 515, 505, 519, 521, 521, 987, 520, 522, 522, 533, 533, 528, 521, 978, 529, 545, 522, 531, 533, 534, 534, 535, 535, 519, 546, 548, 532, 520, 534, 549, 535, 536, 536, 521, 537, 537, 565, 522, 538, 538, 536, 539, 539, 537, 545, 550, 550, 538, 551, 551, 539, 562, 548, 546, 550, 566, 549, 551, 552, 552, 563, 536, 977, 565, 537, 553, 553, 552, 538, 554, 554, 539, 555, 555, 553, 556, 556, 967, 554, 966, 562, 555, 566, 957, 556, 567, 567, 568, 568, 563, 579, 569, 569, 580, 567, 553, 568, 570, 570, 554, 569, 582, 555, 571, 571, 556, 570, 572, 572, 573, 573, 583, 571, 956, 584, 584, 572, 954, 573, 579, 585, 585, 580, 584, 596, 586, 586, 570, 582, 585, 597, 587, 587, 571, 586, 588, 588, 572, 583, 573, 587, 589, 589, 599, 588, 590, 590, 600, 601, 601, 589, 602, 602, 596, 590, 603, 603, 601, 613, 597, 602, 587, 614, 616, 603, 588, 617, 604, 604, 630, 599, 589, 605, 605, 600, 590, 604, 606, 606, 607, 607, 605, 953, 618, 618, 633, 606, 613, 607, 631, 616, 614, 618, 617, 619, 619, 950, 604, 630, 620, 620, 634, 605, 619, 621, 621, 949, 606, 620, 607, 622, 622, 633, 621, 623, 623, 624, 624, 631, 622, 635, 635, 650, 623, 647, 624, 636, 636, 634, 635, 637, 637, 638, 638, 621, 636, 639, 639, 648, 637, 622, 638, 640, 640, 623, 639, 624, 641, 641, 650, 933, 640, 651, 647, 652, 652, 641, 664, 665, 653, 653, 667, 638, 652, 654, 654, 639, 648, 653, 655, 655, 668, 640, 654, 656, 656, 932, 641, 655, 651, 657, 657, 916, 656, 658, 658, 664, 665, 667, 657, 915, 669, 669, 658, 670, 670, 671, 671, 668, 655, 669, 681, 682, 670, 656, 671, 672, 672, 673, 673, 657, 674, 674, 684, 658, 672, 685, 673, 675, 675, 674, 899, 898, 686, 686, 687, 687, 675, 688, 688, 681, 682, 686, 698, 687, 699, 672, 688, 673, 701, 684, 674, 702, 685, 689, 689, 690, 690, 675, 691, 691, 692, 692, 689, 882, 690, 703, 703, 691, 881, 692, 865, 698, 715, 699, 703, 701, 718, 716, 702, 732, 704, 704, 719, 689, 864, 690, 705, 705, 691, 704, 692, 706, 706, 707, 707, 705, 708, 708, 709, 709, 706, 715, 707, 718, 848, 708, 716, 709, 732, 719, 720, 720, 733, 721, 721, 722, 722, 749, 735, 720, 736, 706, 721, 707, 722, 847, 708, 831, 709, 723, 723, 724, 724, 725, 725, 726, 726, 830, 723, 814, 724, 733, 725, 750, 726, 735, 749, 736, 737, 737, 813, 738, 738, 739, 739, 740, 740, 737, 797, 723, 738, 724, 739, 725, 740, 726, 741, 741, 742, 742, 743, 743, 750, 796, 752, 741, 753, 742, 780, 743, 754, 754, 755, 755, 769, 740, 756, 756, 779, 754, 766, 755, 767, 757, 757, 756, 741, 770, 742, 763, 743, 752, 757, 753, 758, 758, 759, 759, 760, 760, 762, 769, 746, 758, 745, 759, 729, 760, 728, 766, 783, 767, 712, 757, 770, 784, 771, 771, 772, 772, 773, 773, 774, 774, 758, 771, 759, 772, 760, 773, 786, 774, 775, 775, 776, 776, 777, 777, 787, 783, 803, 775, 711, 776, 784, 777, 788, 788, 800, 789, 789, 695, 774, 694, 801, 788, 678, 786, 789, 790, 790, 804, 775, 677, 776, 787, 777, 803, 790, 791, 791, 792, 792, 793, 793, 794, 794, 800, 791, 661, 792, 660, 793, 801, 794, 805, 805, 817, 804, 806, 806, 807, 807, 818, 805, 808, 808, 820, 806, 791, 807, 792, 821, 793, 808, 794, 809, 809, 810, 810, 811, 811, 822, 822, 644, 809, 817, 810, 643, 811, 834, 822, 818, 835, 820, 808, 823, 823, 627, 821, 824, 824, 825, 825, 837, 823, 809, 838, 810, 824, 811, 825, 826, 826, 827, 827, 828, 828, 854, 834, 626, 826, 835, 827, 610, 828, 839, 839, 840, 840, 855, 837, 825, 851, 838, 839, 852, 840, 841, 841, 842, 842, 826, 609, 827, 854, 828, 841, 593, 842, 843, 843, 844, 844, 845, 845, 871, 855, 592, 843, 576, 844, 851, 845, 868, 852, 856, 856, 857, 857, 842, 869, 858, 858, 872, 856, 575, 857, 859, 859, 843, 858, 844, 871, 845, 860, 860, 859, 861, 861, 862, 862, 888, 868, 860, 873, 873, 861, 559, 862, 869, 872, 874, 874, 873, 875, 875, 885, 859, 886, 889, 874, 876, 876, 875, 860, 877, 877, 861, 888, 862, 876, 878, 878, 905, 877, 879, 879, 902, 558, 542, 878, 890, 890, 541, 879, 885, 889, 886, 891, 891, 890, 876, 903, 892, 892, 877, 906, 891, 893, 893, 905, 878, 892, 894, 894, 879, 902, 893, 895, 895, 896, 896, 894, 907, 907, 908, 908, 895, 919, 896, 920, 903, 907, 906, 908, 909, 909, 525, 893, 922, 910, 910, 923, 894, 909, 911, 911, 524, 895, 910, 896, 912, 912, 508, 911, 913, 913, 919, 936, 920, 912, 507, 924, 924, 913, 937, 922, 925, 925, 923, 910, 924, 939, 926, 926, 911, 925, 927, 927, 928, 928, 912, 926, 929, 929, 913, 927, 936, 928, 930, 930, 940, 929, 491, 937, 941, 941, 490, 930, 939, 474, 942, 942, 473, 941, 943, 943, 927, 457, 928, 942, 944, 944, 929, 943, 945, 945, 456, 940, 930, 944, 946, 946, 440, 945, 947, 947, 958, 958, 439, 946, 959, 959, 423, 947, 422, 958, 960, 960, 406, 959, 944, 405, 961, 961, 945, 960, 962, 962, 963, 963, 946, 961, 964, 964, 947, 962, 389, 963, 969, 969, 388, 964, 970, 970, 971, 971, 372, 969, 972, 972, 371, 970, 961, 971, 973, 973, 962, 972, 963, 974, 974, 355, 964, 973, 975, 975, 979, 979, 974, 354, 980, 980, 338, 975, 337, 979, 981, 981, 972, 980, 321, 982, 982, 320, 973, 981, 983, 983, 304, 974, 982, 984, 984, 303, 975, 983, 985, 985, 989, 989, 984, 990, 990, 991, 991, 985, 287, 989, 992, 992, 990, 982, 991, 993, 993, 286, 983, 992, 994, 994, 268, 984, 993, 995, 995, 267, 985, 994, 999, 999, 1000, 1000, 995, 1001, 1001, 1002, 1002, 999, 992, 1000, 1003, 1003, 1001, 993, 1002, 1004, 1004, 249, 994, 1003, 1005, 1005, 248, 995, 1004, 1009, 1009, 1010, 1010, 1005, 1011, 1011, 1012, 1012, 1009, 1002, 1010, 1013, 1013, 1011, 1003, 1012, 1014, 1014, 229, 1004, 1013, 1015, 1015, 228, 1005, 1014, 1019, 1019, 1020, 1020, 1015, 1021, 1021, 1022, 1022, 1019, 1012, 1020, 1023, 1023, 1021, 1013, 1022, 1024, 1024, 209, 1014, 1023, 1025, 1025, 208, 1015, 1024, 1029, 1029, 1030, 1030, 1025, 1031, 1031, 1032, 1032, 1029, 1022, 1030, 1033, 1033, 1031, 1023, 1032, 1034, 1034, 186, 1024, 1033, 1035, 1035, 185, 1025, 1034, 1039, 1039, 1040, 1040, 1035, 1041, 1041, 1042, 1042, 1039, 1032, 1040, 1043, 1043, 1041, 1033, 1042, 1044, 1044, 164, 1034, 1043, 1045, 1045, 161, 1035, 1044, 1049, 1049, 1050, 1050, 1045, 1051, 1051, 1052, 1052, 1049, 1042, 1050, 1053, 1053, 1051, 1043, 1052, 1054, 1054, 160, 1044, 1053, 1055, 1055, 134, 1045, 1054, 1059, 1059, 1060, 1060, 1055, 1061, 1061, 1062, 1062, 1059, 1052, 1060, 1063, 1063, 1061, 1053, 1062, 1064, 1064, 133, 1054, 1063, 1065, 1065, 127, 1055, 1064, 1069, 1069, 1070, 1070, 1065, 1071, 1071, 1072, 1072, 1069, 1062, 1070, 1073, 1073, 1071, 1063, 1072, 1074, 1074, 105, 1064, 1073, 1075, 1075, 104, 1065, 1074, 1079, 1079, 1080, 1080, 1075, 1081, 1081, 1082, 1082, 1079, 1072, 1080, 1083, 1083, 1081, 1073, 1082, 1084, 1084, 95, 1074, 1083, 1085, 1085, 70, 1075, 1084, 1089, 1089, 1090, 1090, 1085, 1091, 1091, 1092, 1092, 1089, 1082, 1090, 1093, 1093, 1091, 1083, 1092, 1094, 1094, 69, 1084, 1093, 1095, 1095, 68, 1085, 1094, 1099, 1099, 1100, 1100, 1095, 1101, 1101, 1102, 1102, 1099, 1092, 1100, 1103, 1103, 1101, 1093, 1102, 1104, 1104, 65, 1094, 1103, 1105, 1105, 57, 1095, 1104, 1109, 1109, 1110, 1110, 1105, 1111, 1111, 1112, 1112, 1109, 1102, 1110, 1113, 1113, 1111, 1103, 1112, 1114, 1114, 55, 1104, 1113, 1115, 1115, 42, 1105, 1114, 1119, 1119, 1120, 1120, 1115, 1121, 1121, 1122, 1122, 1119, 1112, 1120, 1123, 1123, 1121, 1113, 1122, 1124, 1124, 31, 1114, 1123, 1125, 1125, 22, 1115, 1124, 1129, 1129, 1130, 1130, 1125, 1131, 1131, 1132, 1132, 1129, 1122, 1130, 1133, 1133, 1131, 1123, 1132, 1134, 1134, 19, 1124, 1133, 1135, 1135, 0, 1125, 1134, 1139, 1139, 1140, 1140, 1135, 1141, 1141, 1142, 1142, 1139, 1132, 1140, 1143, 1143, 1141, 1133, 1142, 1144, 1144, 0, 1134, 1143, 1145, 1145, 0, 1135, 1144, 1149, 1149, 1150, 1150, 1145, 1151, 1151, 1152, 1152, 1149, 1142, 1150, 1153, 1153, 1151, 1143, 1152, 1154, 1154, 0, 1144, 1153, 1155, 1155, 0, 1145, 1154, 1159, 1159, 1160, 1160, 1155, 1161, 1161, 1162, 1162, 1159, 1152, 1160, 1163, 1163, 1161, 1153, 1162, 1164, 1164, 0, 1154, 1163, 1165, 1165, 0, 1155, 1164, 1169, 1169, 1170, 1170, 1165, 1171, 1171, 1172, 1172, 1169, 1162, 1170, 1173, 1173, 1171, 1163, 1172, 1174, 1174, 0, 1164, 1173, 1175, 1175, 0, 1165, 1174, 1179, 1179, 1180, 1180, 1175, 1181, 1181, 1182, 1182, 1179, 1172, 1180, 1183, 1183, 1181, 1173, 1182, 1184, 1184, 0, 1174, 1183, 1185, 1185, 0, 1175, 1184, 1189, 1189, 1190, 1190, 1185, 1191, 1191, 1192, 1192, 1189, 1182, 1190, 1193, 1193, 1191, 1183, 1192, 1194, 1194, 0, 1184, 1193, 1195, 1195, 0, 1185, 1194, 1199, 1199, 1200, 1200, 1195, 1201, 1201, 1202, 1202, 1199, 1192, 1200, 1203, 1203, 1201, 1193, 1202, 1204, 1204, 0, 1194, 1203, 1205, 1205, 0, 1195, 1204, 1209, 1209, 1210, 1210, 1205, 1211, 1211, 1212, 1212, 1209, 1202, 1210, 1213, 1213, 1211, 1203, 1212, 1214, 1214, 0, 1204, 1213, 1215, 1215, 0, 1205, 1214, 1219, 1219, 1220, 1220, 1215, 1221, 1221, 1222, 1222, 1219, 1212, 1220, 1223, 1223, 1221, 1213, 1222, 1224, 1224, 0, 1214, 1223, 1225, 1225, 0, 1215, 1224, 1229, 1229, 1230, 1230, 1225, 1231, 1231, 1232, 1232, 1229, 1222, 1230, 1233, 1233, 1231, 1223, 1232, 1234, 1234, 0, 1224, 1233, 1235, 1235, 0, 1225, 1234, 1239, 1239, 1240, 1240, 1235, 1241, 1241, 1242, 1242, 1239, 1232, 1240, 1243, 1243, 1241, 1233, 1242, 1244, 1244, 0, 1234, 1243, 1245, 1245, 0, 1235, 1244, 1249, 1249, 1250, 1250, 1245, 1251, 1251, 1252, 1252, 1249, 1242, 1250, 1253, 1253, 1251, 1243, 1252, 1254, 1254, 0, 1244, 1253, 1255, 1255, 0, 1245, 1254, 1259, 1259, 1260, 1260, 1255, 1261, 1261, 1262, 1262, 1259, 1252, 1260, 1263, 1263, 1261, 1253, 1262, 1264, 1264, 0, 1254, 1263, 1265, 1265, 0, 1255, 1264, 0, 0, 0, 0, 1265, 0, 0, 0, 0, 0, 1262, 0, 0, 0, 0, 1263, 0, 0, 0, 0, 1264, 0, 0, 0, 0, 1265, 1275, 1275, 1275, 1275, 1275, 1276, 1276, 1276, 1276, 1276, 1277, 1277, 1277, 1277, 1277, 1278, 1278, 1278, 1278, 1278, 1279, 1279, 1279, 1279, 1279, 1280, 1280, 1280, 1280, 1280, 1281, 1281, 1281, 1281, 1281, 1282, 1282, 1282, 1282, 1282, 1283, 1283, 1283, 1283, 1283, 1284, 0, 1284, 1284, 1284, 1285, 0, 0, 1285, 1285, 1286, 0, 0, 1286, 1286, 1287, 0, 1287, 1287, 1287, 1288, 0, 1288, 0, 1288, 1289, 0, 1289, 1289, 1289, 1291, 1291, 1291, 1291, 1291, 1292, 1292, 1292, 1292, 1292, 1293, 0, 1293, 1293, 1293, 1294, 0, 1294, 1294, 1294, 1295, 0, 0, 1295, 1295, 1296, 0, 0, 1296, 1296, 1297, 0, 1297, 1297, 1297, 1298, 0, 1298, 0, 1298, 1299, 0, 1299, 1299, 1299, 1301, 1301, 1301, 1301, 1301, 1302, 1302, 1302, 1302, 1302, 1303, 0, 1303, 1303, 1303, 1304, 0, 1304, 1304, 1304, 1305, 0, 0, 1305, 1305, 1306, 0, 0, 1306, 1306, 1307, 0, 1307, 1307, 1307, 1308, 0, 1308, 0, 1308, 1309, 0, 1309, 1309, 1309, 1311, 1311, 1311, 1311, 1311, 1312, 1312, 1312, 1312, 1312, 1313, 0, 1313, 1313, 1313, 1314, 0, 1314, 1314, 1314, 1315, 0, 0, 1315, 1315, 1316, 0, 0, 1316, 1316, 1317, 0, 1317, 1317, 1317, 1318, 0, 1318, 0, 1318, 1319, 0, 1319, 1319, 1319, 1321, 1321, 1321, 1321, 1321, 1322, 1322, 1322, 1322, 1322, 1323, 0, 1323, 1323, 1323, 1324, 0, 1324, 1324, 1324, 1325, 0, 0, 1325, 1325, 1326, 0, 0, 1326, 1326, 1327, 0, 1327, 1327, 1327, 1328, 0, 1328, 0, 1328, 1329, 0, 1329, 1329, 1329, 1331, 1331, 1331, 1331, 1331, 1332, 1332, 1332, 1332, 1332, 1333, 0, 1333, 1333, 1333, 1334, 0, 1334, 1334, 1334, 1335, 0, 0, 1335, 1335, 1336, 0, 0, 1336, 1336, 1337, 0, 1337, 1337, 1337, 1338, 0, 1338, 0, 1338, 1339, 0, 1339, 1339, 1339, 1341, 1341, 1341, 1341, 1341, 1342, 1342, 1342, 1342, 1342, 1343, 0, 1343, 1343, 1343, 1344, 0, 1344, 1344, 1344, 1345, 0, 0, 1345, 1345, 1346, 0, 0, 1346, 1346, 1347, 0, 1347, 1347, 1347, 1348, 0, 1348, 0, 1348, 1349, 0, 1349, 1349, 1349, 1351, 1351, 1351, 1351, 1351, 1352, 1352, 1352, 1352, 1352, 1353, 0, 1353, 1353, 1353, 1354, 0, 1354, 1354, 1354, 1355, 0, 0, 1355, 1355, 1356, 0, 0, 1356, 1356, 1357, 0, 1357, 1357, 1357, 1358, 0, 1358, 0, 1358, 1359, 0, 1359, 1359, 1359, 1361, 1361, 1361, 1361, 1361, 1362, 1362, 1362, 1362, 1362, 1363, 0, 1363, 1363, 1363, 1364, 0, 1364, 1364, 1364, 1365, 0, 0, 1365, 1365, 1366, 0, 0, 1366, 1366, 1367, 0, 1367, 1367, 1367, 1368, 0, 1368, 0, 1368, 1369, 0, 1369, 1369, 1369, 1371, 1371, 1371, 1371, 1371, 1372, 1372, 1372, 1372, 1372, 1373, 0, 1373, 1373, 1373, 1374, 0, 1374, 1374, 1374, 1375, 0, 0, 1375, 1375, 1376, 0, 0, 1376, 1376, 1377, 0, 1377, 1377, 1377, 1378, 0, 1378, 0, 1378, 1379, 0, 1379, 1379, 1379, 1380, 1380, 1380, 1380, 1380, 1381, 1381, 1381, 1381, 1381, 1382, 0, 1382, 1382, 1382, 1383, 0, 1383, 1383, 1383, 1384, 0, 0, 1384, 1384, 1385, 0, 0, 1385, 1385, 1386, 0, 1386, 1386, 1386, 1387, 0, 1387, 0, 1387, 1388, 0, 1388, 1388, 1388, 1389, 1389, 1389, 1389, 1389, 1390, 1390, 1390, 1390, 1390, 1391, 0, 1391, 1391, 1391, 1392, 0, 1392, 1392, 1392, 1393, 0, 0, 1393, 1393, 1394, 0, 0, 1394, 1394, 1395, 0, 1395, 1395, 1395, 1396, 0, 1396, 0, 1396, 1397, 0, 1397, 1397, 1397, 1398, 1398, 1398, 1398, 1398, 1399, 1399, 1399, 1399, 1399, 1400, 0, 1400, 1400, 1400, 1401, 0, 1401, 1401, 1401, 1402, 0, 0, 1402, 1402, 1403, 0, 0, 1403, 1403, 1404, 0, 1404, 1404, 1404, 1405, 0, 1405, 0, 1405, 1406, 0, 1406, 1406, 1406, 1407, 1407, 1407, 1407, 1407, 1408, 1408, 1408, 1408, 1408, 1409, 0, 1409, 1409, 1409, 1410, 0, 1410, 1410, 1410, 1411, 0, 0, 1411, 1411, 1412, 0, 0, 1412, 1412, 1413, 0, 1413, 1413, 1413, 1414, 0, 1414, 0, 1414, 1415, 0, 1415, 1415, 1415, 1416, 1416, 1416, 1416, 1416, 1417, 1417, 1417, 1417, 1417, 1418, 0, 1418, 1418, 1418, 1419, 0, 1419, 1419, 1419, 1420, 0, 0, 1420, 1420, 1421, 0, 0, 1421, 1421, 1422, 0, 1422, 1422, 1422, 1423, 0, 1423, 0, 1423, 1424, 0, 1424, 1424, 1424, 1425, 1425, 1425, 1425, 1425, 1426, 1426, 1426, 1426, 1426, 1427, 0, 1427, 1427, 1427, 1428, 0, 1428, 1428, 1428, 1429, 0, 0, 1429, 1429, 1430, 0, 0, 1430, 1430, 1431, 0, 1431, 1431, 1431, 1432, 0, 1432, 0, 1432, 1433, 0, 1433, 1433, 1433, 1434, 1434, 1434, 1434, 1434, 1435, 1435, 1435, 1435, 1435, 1436, 0, 1436, 1436, 1436, 1437, 0, 1437, 1437, 1437, 1438, 0, 0, 1438, 1438, 1439, 0, 0, 1439, 1439, 1440, 0, 1440, 1440, 1440, 1441, 0, 1441, 0, 1441, 1442, 0, 1442, 1442, 1442, 1443, 1443, 1443, 1443, 1443, 1444, 1444, 1444, 1444, 1444, 1445, 0, 1445, 1445, 1445, 1446, 0, 1446, 1446, 1446, 1447, 0, 0, 1447, 1447, 1448, 0, 0, 1448, 1448, 1449, 0, 1449, 1449, 1449, 1450, 0, 1450, 0, 1450, 1451, 0, 1451, 1451, 1451, 1452, 1452, 1452, 1452, 1452, 1453, 1453, 1453, 1453, 1453, 1454, 0, 1454, 1454, 1454, 1455, 0, 1455, 1455, 1455, 1456, 0, 0, 1456, 1456, 1457, 0, 0, 1457, 1457, 1458, 0, 1458, 1458, 1458, 1459, 0, 1459, 0, 1459, 1460, 0, 1460, 1460, 1460, 1461, 1461, 1461, 1461, 1461, 1462, 1462, 1462, 1462, 1462, 1463, 0, 1463, 1463, 1463, 1464, 0, 1464, 1464, 1464, 1465, 0, 0, 1465, 1465, 1466, 0, 0, 1466, 1466, 1467, 0, 1467, 1467, 1467, 1468, 0, 1468, 0, 1468, 1469, 0, 1469, 1469, 1469, 1470, 1470, 1470, 1470, 1470, 1471, 1471, 1471, 1471, 1471, 1472, 0, 1472, 1472, 1472, 1473, 0, 1473, 1473, 1473, 1474, 0, 0, 1474, 1474, 1475, 0, 0, 1475, 1475, 1476, 0, 1476, 1476, 1476, 1477, 0, 1477, 0, 1477, 1478, 0, 1478, 1478, 1478, 1479, 1479, 1479, 1479, 1479, 1480, 1480, 1480, 1480, 1480, 1481, 0, 1481, 1481, 1481, 1482, 0, 1482, 1482, 1482, 1483, 0, 0, 1483, 1483, 1484, 0, 0, 1484, 1484, 1485, 0, 1485, 1485, 1485, 1486, 0, 1486, 0, 1486, 1487, 0, 1487, 1487, 1487, 1488, 1488, 1488, 1488, 1488, 1489, 1489, 1489, 1489, 1489, 1490, 0, 1490, 1490, 1490, 1491, 0, 1491, 1491, 1491, 1492, 0, 0, 1492, 1492, 1493, 0, 0, 1493, 1493, 1494, 0, 1494, 1494, 1494, 1495, 0, 1495, 0, 1495, 1496, 0, 1496, 1496, 1496, 1497, 1497, 1497, 1497, 1497, 1498, 1498, 1498, 1498, 1498, 1499, 0, 1499, 1499, 1499, 1500, 0, 1500, 1500, 1500, 1501, 0, 0, 1501, 1501, 1502, 0, 0, 1502, 1502, 1503, 0, 1503, 1503, 1503, 1504, 0, 1504, 0, 1504, 1505, 0, 1505, 1505, 1505, 1506, 1506, 1506, 1506, 1506, 1507, 1507, 1507, 1507, 1507, 1508, 0, 1508, 1508, 1508, 1509, 0, 1509, 1509, 1509, 1510, 0, 0, 1510, 1510, 1511, 0, 0, 1511, 1511, 1512, 0, 1512, 1512, 1512, 1513, 0, 1513, 0, 1513, 1514, 0, 1514, 1514, 1514, 1515, 1515, 1515, 1515, 1515, 1516, 1516, 1516, 1516, 1516, 1517, 0, 1517, 1517, 1517, 1518, 0, 1518, 1518, 1518, 1519, 0, 0, 1519, 1519, 1520, 0, 0, 1520, 1520, 1521, 0, 1521, 1521, 1521, 1522, 0, 1522, 0, 1522, 1523, 0, 1523, 1523, 1523, 1524, 1524, 1524, 1524, 1524, 1525, 1525, 1525, 1525, 1525, 1526, 0, 1526, 1526, 1526, 1527, 0, 1527, 1527, 1527, 1528, 0, 0, 1528, 1528, 1529, 0, 0, 1529, 1529, 1530, 0, 1530, 1530, 1530, 1531, 0, 1531, 0, 1531, 1532, 0, 1532, 1532, 1532, 1533, 1533, 1533, 1533, 1533, 1534, 1534, 1534, 1534, 1534, 1535, 0, 1535, 1535, 1535, 1536, 0, 1536, 1536, 1536, 1537, 0, 0, 1537, 1537, 1538, 0, 0, 1538, 1538, 1539, 0, 1539, 1539, 1539, 1540, 0, 1540, 0, 1540, 1541, 0, 1541, 1541, 1541, 1542, 1542, 1542, 1542, 1542, 1543, 1543, 1543, 1543, 1543, 1544, 0, 1544, 1544, 1544, 1545, 0, 1545, 1545, 1545, 1546, 0, 0, 1546, 1546, 1547, 0, 0, 1547, 1547, 1548, 0, 1548, 1548, 1548, 1549, 0, 1549, 0, 1549, 1550, 0, 1550, 1550, 1550, 1551, 1551, 1551, 1551, 1551, 1552, 1552, 1552, 1552, 1552, 1553, 0, 1553, 1553, 1553, 1554, 0, 1554, 1554, 1554, 1555, 0, 0, 1555, 1555, 1556, 0, 0, 1556, 1556, 1557, 0, 1557, 1557, 1557, 1558, 0, 1558, 0, 1558, 1559, 0, 1559, 1559, 1559, 1560, 1560, 1560, 1560, 1560, 1561, 1561, 1561, 1561, 1561, 1562, 0, 1562, 1562, 1562, 1563, 0, 1563, 1563, 1563, 1564, 0, 0, 1564, 1564, 1565, 0, 0, 1565, 1565, 1566, 0, 1566, 1566, 1566, 1567, 0, 1567, 0, 1567, 1568, 0, 1568, 1568, 1568, 1569, 1569, 1569, 1569, 1569, 1570, 1570, 1570, 1570, 1570, 1571, 0, 1571, 1571, 1571, 1572, 0, 1572, 1572, 1572, 1573, 0, 0, 1573, 1573, 1574, 0, 0, 1574, 1574, 1575, 0, 1575, 1575, 1575, 1576, 0, 1576, 0, 1576, 1577, 0, 1577, 1577, 1577, 1578, 1578, 1578, 1578, 1578, 1579, 1579, 1579, 1579, 1579, 1580, 0, 1580, 1580, 1580, 1581, 0, 1581, 1581, 1581, 1582, 0, 0, 1582, 1582, 1583, 0, 0, 1583, 1583, 1584, 0, 1584, 1584, 1584, 1585, 0, 1585, 0, 1585, 1586, 0, 1586, 1586, 1586, 1587, 1587, 1587, 1587, 1587, 1588, 1588, 1588, 1588, 1588, 1589, 0, 1589, 1589, 1589, 1590, 0, 1590, 1590, 1590, 1591, 0, 0, 1591, 1591, 1592, 0, 0, 1592, 1592, 1593, 0, 1593, 1593, 1593, 1594, 0, 1594, 0, 1594, 1595, 0, 1595, 1595, 1595, 1596, 1596, 1596, 1596, 1596, 1597, 1597, 1597, 1597, 1597, 1598, 0, 1598, 1598, 1598, 1599, 0, 1599, 1599, 1599, 1600, 0, 0, 1600, 1600, 1601, 0, 0, 1601, 1601, 1602, 0, 1602, 1602, 1602, 1603, 0, 1603, 0, 1603, 1604, 0, 1604, 1604, 1604, 1605, 1605, 1605, 1605, 1605, 1606, 1606, 1606, 1606, 1606, 1607, 0, 1607, 1607, 1607, 1608, 0, 1608, 1608, 1608, 1609, 0, 0, 1609, 1609, 1610, 0, 0, 1610, 1610, 1611, 0, 1611, 1611, 1611, 1612, 0, 1612, 0, 1612, 1613, 0, 1613, 1613, 1613, 1614, 1614, 1614, 1614, 1614, 1615, 1615, 1615, 1615, 1615, 1616, 0, 1616, 1616, 1616, 1617, 0, 1617, 1617, 1617, 1618, 0, 0, 1618, 1618, 1619, 0, 0, 1619, 1619, 1620, 0, 1620, 1620, 1620, 1621, 0, 1621, 0, 1621, 1622, 0, 1622, 1622, 1622, 1623, 1623, 1623, 1623, 1623, 1624, 1624, 1624, 1624, 1624, 1625, 0, 1625, 1625, 1625, 1626, 0, 1626, 1626, 1626, 1627, 0, 0, 1627, 1627, 1628, 0, 0, 1628, 1628, 1629, 0, 1629, 1629, 1629, 1630, 0, 1630, 0, 1630, 1631, 0, 1631, 1631, 1631, 1632, 1632, 1632, 1632, 1632, 1633, 1633, 1633, 1633, 1633, 1634, 0, 1634, 1634, 1634, 1635, 0, 1635, 1635, 1635, 1636, 0, 0, 1636, 1636, 1637, 0, 0, 1637, 1637, 1638, 0, 1638, 1638, 1638, 1639, 0, 1639, 0, 1639, 1640, 0, 1640, 1640, 1640, 1641, 1641, 1641, 1641, 1641, 1642, 1642, 1642, 1642, 1642, 1643, 0, 1643, 1643, 1643, 1644, 0, 1644, 1644, 1644, 1645, 0, 0, 1645, 1645, 1646, 0, 0, 1646, 1646, 1647, 0, 1647, 1647, 1647, 1648, 0, 1648, 0, 1648, 1649, 0, 1649, 1649, 1649, 1650, 1650, 1650, 1650, 1650, 1651, 1651, 1651, 1651, 1651, 1652, 0, 1652, 1652, 1652, 1653, 0, 1653, 1653, 1653, 1654, 0, 0, 1654, 1654, 1655, 0, 0, 1655, 1655, 1656, 0, 1656, 1656, 1656, 1657, 0, 1657, 0, 1657, 1658, 0, 1658, 1658, 1658, 1659, 1659, 1659, 1659, 1659, 1660, 1660, 1660, 1660, 1660, 1661, 0, 1661, 1661, 1661, 1662, 0, 1662, 1662, 1662, 1663, 0, 0, 1663, 1663, 1664, 0, 0, 1664, 1664, 1665, 0, 1665, 1665, 1665, 1666, 0, 1666, 0, 1666, 1667, 0, 1667, 1667, 1667, 1668, 1668, 1668, 1668, 1668, 1669, 1669, 1669, 1669, 1669, 1670, 0, 1670, 1670, 1670, 1671, 0, 1671, 1671, 1671, 1672, 0, 0, 1672, 1672, 1673, 0, 0, 1673, 1673, 1674, 0, 1674, 1674, 1674, 1675, 0, 1675, 0, 1675, 1676, 0, 1676, 1676, 1676, 1677, 1677, 1677, 1677, 1677, 1678, 1678, 1678, 1678, 1678, 1679, 0, 1679, 1679, 1679, 1680, 0, 1680, 1680, 1680, 1681, 0, 0, 1681, 1681, 1682, 0, 0, 1682, 1682, 1683, 0, 1683, 1683, 1683, 1684, 0, 1684, 0, 1684, 1685, 0, 1685, 1685, 1685, 1686, 1686, 1686, 1686, 1686, 1687, 1687, 1687, 1687, 1687, 1688, 0, 1688, 1688, 1688, 1689, 0, 1689, 1689, 1689, 1690, 0, 0, 1690, 1690, 1691, 0, 0, 1691, 1691, 1692, 0, 1692, 1692, 1692, 1693, 0, 1693, 0, 1693, 1694, 0, 1694, 1694, 1694, 1695, 1695, 1695, 1695, 1695, 1696, 1696, 1696, 1696, 1696, 1697, 0, 1697, 1697, 1697, 1698, 0, 1698, 1698, 1698, 1699, 0, 0, 1699, 1699, 1700, 0, 0, 1700, 1700, 1701, 0, 1701, 1701, 1701, 1702, 0, 1702, 0, 1702, 1703, 0, 1703, 1703, 1703, 1704, 1704, 1704, 1704, 1704, 1705, 1705, 1705, 1705, 1705, 1706, 0, 1706, 1706, 1706, 1707, 0, 1707, 1707, 1707, 1708, 0, 0, 1708, 1708, 1709, 0, 0, 1709, 1709, 1710, 0, 1710, 1710, 1710, 1711, 0, 1711, 0, 1711, 1712, 0, 1712, 1712, 1712, 1713, 1713, 1713, 1713, 1713, 1714, 1714, 1714, 1714, 1714, 1715, 0, 1715, 1715, 1715, 1716, 0, 1716, 1716, 1716, 1717, 0, 0, 1717, 1717, 1718, 0, 0, 1718, 1718, 1719, 0, 1719, 1719, 1719, 1720, 0, 1720, 0, 1720, 1721, 0, 1721, 1721, 1721, 1722, 1722, 1722, 1722, 1722, 1723, 1723, 1723, 1723, 1723, 1724, 0, 1724, 1724, 1724, 1725, 0, 1725, 1725, 1725, 1726, 0, 0, 1726, 1726, 1727, 0, 0, 1727, 1727, 1728, 0, 1728, 1728, 1728, 1729, 0, 1729, 0, 1729, 1730, 0, 1730, 1730, 1730, 1731, 1731, 1731, 1731, 1731, 1732, 1732, 1732, 1732, 1732, 1733, 0, 1733, 1733, 1733, 1734, 0, 1734, 1734, 1734, 1735, 0, 0, 1735, 1735, 1736, 0, 1736, 1736, 1736, 1737, 1737, 1737, 1737, 1737, 1738, 1738, 1738, 1738, 1738, 1739, 0, 1739, 1739, 1739, 1740, 0, 1740, 1740, 1740, 1741, 1741, 1741, 1741, 1741, 1742, 1742, 1742, 1742, 1742, 1743, 0, 1743, 1743, 1743, 1744, 0, 1744, 1744, 1744, 1745, 1745, 1745, 1745, 1745, 1746, 1746, 1746, 1746, 1746, 1747, 0, 1747, 1747, 1747, 1748, 0, 1748, 1748, 1748, 1749, 1749, 1749, 1749, 1749, 1750, 1750, 1750, 1750, 1750, 1751, 0, 1751, 1751, 1751, 1752, 0, 1752, 1752, 1752, 1753, 1753, 1753, 1753, 1753, 1754, 1754, 1754, 1754, 1754, 1755, 0, 1755, 1755, 1755, 1756, 0, 1756, 1756, 1756, 1757, 1757, 1757, 1757, 1757, 1758, 1758, 1758, 1758, 1758, 1759, 0, 1759, 1759, 1759, 1760, 0, 1760, 1760, 1760, 1761, 1761, 1761, 1761, 1761, 1762, 1762, 1762, 1762, 1762, 1763, 0, 1763, 1763, 1763, 1764, 0, 1764, 1764, 1764, 1765, 1765, 1765, 1765, 1765, 1766, 1766, 1766, 1766, 1766, 1767, 0, 1767, 1767, 1767, 1768, 0, 1768, 1768, 1768, 1769, 1769, 1769, 1769, 1769, 1770, 1770, 1770, 1770, 1770, 1771, 0, 1771, 1771, 1771, 1772, 0, 1772, 1772, 1772, 1773, 1773, 1773, 1773, 1773, 1774, 1774, 1774, 1774, 1774, 1775, 0, 1775, 1775, 1775, 1776, 0, 1776, 1776, 1776, 1777, 1777, 1777, 1777, 1777, 1778, 1778, 1778, 1778, 1778, 1779, 0, 1779, 1779, 1779, 1780, 0, 1780, 1780, 1780, 1781, 1781, 1781, 1781, 1781, 1782, 1782, 1782, 1782, 1782, 1783, 0, 1783, 1783, 1783, 1784, 0, 1784, 1784, 1784, 1785, 1785, 1785, 1785, 1785, 1786, 1786, 1786, 1786, 1786, 1787, 0, 1787, 1787, 1787, 1788, 0, 1788, 1788, 1788, 1789, 1789, 1789, 1789, 1789, 1790, 1790, 1790, 1790, 1790, 1791, 0, 1791, 1791, 1791, 1792, 0, 1792, 1792, 1792, 1793, 1793, 1793, 1793, 1793, 1794, 1794, 1794, 1794, 1794, 1795, 0, 1795, 1795, 1795, 1796, 0, 1796, 1796, 1796, 1797, 1797, 1797, 1797, 1797, 1798, 1798, 1798, 1798, 1798, 1799, 0, 1799, 1799, 1799, 1800, 0, 1800, 1800, 1800, 1801, 1801, 1801, 1801, 1801, 1802, 1802, 1802, 1802, 1802, 1803, 0, 1803, 1803, 1803, 1804, 0, 1804, 1804, 1804, 1805, 1805, 1805, 1805, 1805, 1806, 1806, 1806, 1806, 1806, 1807, 0, 1807, 1807, 1807, 1808, 0, 1808, 1808, 1808, 1809, 1809, 1809, 1809, 1809, 1810, 1810, 1810, 1810, 1810, 1811, 0, 1811, 1811, 1811, 1812, 0, 1812, 1812, 1812, 1813, 1813, 1813, 1813, 1813, 1814, 1814, 1814, 1814, 1814, 1815, 0, 1815, 1815, 1815, 1816, 0, 1816, 1816, 1816, 1817, 1817, 1817, 1817, 1817, 1818, 1818, 1818, 1818, 1818, 1819, 0, 1819, 1819, 1819, 1820, 0, 1820, 1820, 1820, 1821, 1821, 1821, 1821, 1821, 1822, 1822, 1822, 1822, 1822, 1823, 0, 1823, 1823, 1823, 1824, 0, 1824, 1824, 1824, 1825, 1825, 1825, 1825, 1825, 1826, 1826, 1826, 1826, 1826, 1827, 0, 1827, 1827, 1827, 1828, 0, 1828, 1828, 1828, 1829, 1829, 1829, 1829, 1829, 1830, 1830, 1830, 1830, 1830, 1831, 0, 1831, 1831, 1831, 1832, 0, 1832, 1832, 1832, 1833, 1833, 1833, 1833, 1833, 1834, 1834, 1834, 1834, 1834, 1835, 0, 1835, 1835, 1835, 1836, 0, 1836, 1836, 1836, 1837, 1837, 1837, 1837, 1837, 1838, 1838, 1838, 1838, 1838, 1839, 0, 1839, 1839, 1839, 1840, 0, 1840, 1840, 1840, 1841, 1841, 1841, 1841, 1841, 1842, 1842, 1842, 1842, 1842, 1843, 0, 1843, 1843, 1843, 1844, 0, 1844, 1844, 1844, 1845, 1845, 1845, 1845, 1845, 1846, 1846, 1846, 1846, 1846, 1847, 0, 1847, 1847, 1847, 1848, 0, 1848, 1848, 1848, 1849, 1849, 1849, 1849, 1849, 1850, 1850, 1850, 1850, 1850, 1851, 0, 1851, 1851, 1851, 1852, 0, 1852, 1852, 1852, 1853, 1853, 1853, 1853, 1853, 1854, 1854, 1854, 1854, 1854, 1855, 0, 1855, 1855, 1855, 1856, 0, 1856, 1856, 1856, 1857, 1857, 1857, 1857, 1857, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274, 1274 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int mega_flex_debug; int mega_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *megatext; #line 1 "align/megal.l" /* megal.l - MEGA alignment lexer */ #line 4 "align/megal.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/megay.h" #define YY_NO_INPUT 1 #line 2306 "align/megal.c" #define INITIAL 0 #define HDRTAG 1 #define DEFTAG 2 #define NAMTAG 3 #define CMTTAG 4 #define SEQTAG 5 #define DEFTA2 6 #define DEFTA3 7 #define DEFTA4 8 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int megalex_destroy (void ); int megaget_debug (void ); void megaset_debug (int debug_flag ); YY_EXTRA_TYPE megaget_extra (void ); void megaset_extra (YY_EXTRA_TYPE user_defined ); FILE *megaget_in (void ); void megaset_in (FILE * _in_str ); FILE *megaget_out (void ); void megaset_out (FILE * _out_str ); int megaget_leng (void ); char *megaget_text (void ); int megaget_lineno (void ); void megaset_lineno (int _line_number ); YYSTYPE * megaget_lval (void ); void megaset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int megawrap (void ); #else extern int megawrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( megatext, megaleng, 1, megaout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( megain )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( megain ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, megain))==0 && ferror(megain)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(megain); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int megalex \ (YYSTYPE * yylval_param ); #define YY_DECL int megalex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after megatext and megaleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( megaleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (megatext[megaleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 52 "align/megal.l" #line 2512 "align/megal.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! megain ) megain = stdin; if ( ! megaout ) megaout = stdout; if ( ! YY_CURRENT_BUFFER ) { megaensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = mega_create_buffer(megain,YY_BUF_SIZE ); } mega_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of megatext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1275 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 1274 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 54 "align/megal.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 55 "align/megal.l" ; /* Comments ignored */ YY_BREAK case 3: *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 57 "align/megal.l" { BEGIN HDRTAG; return DIE; } YY_BREAK case 4: YY_RULE_SETUP #line 58 "align/megal.l" { return TAG; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 59 "align/megal.l" ; /* Trailing spaces ignored */ YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 60 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 7: YY_RULE_SETUP #line 61 "align/megal.l" { return ERR; } YY_BREAK case 8: YY_RULE_SETUP #line 63 "align/megal.l" { BEGIN DEFTAG; return EXC; } YY_BREAK case 9: YY_RULE_SETUP #line 64 "align/megal.l" { return TIT; } YY_BREAK case 10: YY_RULE_SETUP #line 65 "align/megal.l" { return FMT; } YY_BREAK case 11: YY_RULE_SETUP #line 66 "align/megal.l" { return KEY; } YY_BREAK case 12: YY_RULE_SETUP #line 67 "align/megal.l" { BEGIN DEFTA2; return EQU; } YY_BREAK case 13: YY_RULE_SETUP #line 68 "align/megal.l" { BEGIN DEFTA2; } YY_BREAK case 14: /* rule 14 can match eol */ YY_RULE_SETUP #line 69 "align/megal.l" { return ERR; } YY_BREAK case 15: YY_RULE_SETUP #line 70 "align/megal.l" { return ERR; } YY_BREAK case 16: /* rule 16 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 72 "align/megal.l" { return TXT; } YY_BREAK case 17: /* rule 17 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 73 "align/megal.l" { return TXT; } YY_BREAK case 18: *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 74 "align/megal.l" { return TXT; } YY_BREAK case 19: YY_RULE_SETUP #line 75 "align/megal.l" { return SEM; } YY_BREAK case 20: YY_RULE_SETUP #line 76 "align/megal.l" { return SPC; } YY_BREAK case 21: /* rule 21 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 77 "align/megal.l" /* Line continuation ignored */ YY_BREAK case 22: /* rule 22 can match eol */ YY_RULE_SETUP #line 78 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 23: YY_RULE_SETUP #line 79 "align/megal.l" { return ERR; } YY_BREAK case 24: *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 81 "align/megal.l" { BEGIN DEFTA3; return TIT; } YY_BREAK case 25: YY_RULE_SETUP #line 82 "align/megal.l" { return COL; } YY_BREAK case 26: YY_RULE_SETUP #line 83 "align/megal.l" { BEGIN DEFTA4; return SPC; } YY_BREAK case 27: /* rule 27 can match eol */ YY_RULE_SETUP #line 84 "align/megal.l" { return ERR; } YY_BREAK case 28: YY_RULE_SETUP #line 85 "align/megal.l" { return ERR; } YY_BREAK case 29: YY_RULE_SETUP #line 87 "align/megal.l" { return TXT; } YY_BREAK case 30: /* rule 30 can match eol */ YY_RULE_SETUP #line 88 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 31: *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 90 "align/megal.l" { BEGIN NAMTAG; return DIE; } YY_BREAK case 32: YY_RULE_SETUP #line 91 "align/megal.l" { yylval->str = strdup(megatext); return NAM; } YY_BREAK case 33: YY_RULE_SETUP #line 92 "align/megal.l" { BEGIN CMTTAG; } YY_BREAK case 34: YY_RULE_SETUP #line 93 "align/megal.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 35: /* rule 35 can match eol */ YY_RULE_SETUP #line 94 "align/megal.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 36: YY_RULE_SETUP #line 96 "align/megal.l" { BEGIN NAMTAG; } YY_BREAK case 37: YY_RULE_SETUP #line 97 "align/megal.l" ; /* Comment ignored */ YY_BREAK case 38: /* rule 38 can match eol */ YY_RULE_SETUP #line 98 "align/megal.l" { return ERR; } YY_BREAK case 39: YY_RULE_SETUP #line 100 "align/megal.l" { yylval->str = strdup(megatext); return BAS; } YY_BREAK case 40: YY_RULE_SETUP #line 101 "align/megal.l" ; /* Spaces ignored */ YY_BREAK case 41: /* rule 41 can match eol */ YY_RULE_SETUP #line 102 "align/megal.l" ; /* Newlines ignored */ YY_BREAK case 42: /* rule 42 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 103 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 43: /* rule 43 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up megatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up megatext again */ YY_RULE_SETUP #line 104 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(SEQTAG): #line 105 "align/megal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 44: YY_RULE_SETUP #line 106 "align/megal.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HDRTAG): case YY_STATE_EOF(DEFTAG): case YY_STATE_EOF(NAMTAG): case YY_STATE_EOF(CMTTAG): case YY_STATE_EOF(DEFTA2): case YY_STATE_EOF(DEFTA3): case YY_STATE_EOF(DEFTA4): #line 108 "align/megal.l" { return END; } YY_BREAK case 45: /* rule 45 can match eol */ YY_RULE_SETUP #line 109 "align/megal.l" { return ERR; } YY_BREAK case 46: YY_RULE_SETUP #line 110 "align/megal.l" { return ERR; } YY_BREAK case 47: YY_RULE_SETUP #line 112 "align/megal.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 2890 "align/megal.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed megain at a new source and called * megalex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = megain; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( megawrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * megatext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of megalex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ megarealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; megarestart(megain ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) megarealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1275 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1275 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 1274); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ megarestart(megain ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( megawrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve megatext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void megarestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ megaensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = mega_create_buffer(megain,YY_BUF_SIZE ); } mega_init_buffer(YY_CURRENT_BUFFER,input_file ); mega_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void mega_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * megapop_buffer_state(); * megapush_buffer_state(new_buffer); */ megaensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; mega_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (megawrap()) processing, but the only time this flag * is looked at is after megawrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void mega_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; megain = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE mega_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) megaalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mega_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) megaalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in mega_create_buffer()" ); b->yy_is_our_buffer = 1; mega_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with mega_create_buffer() * */ void mega_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) megafree((void *) b->yy_ch_buf ); megafree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a megarestart() or at EOF. */ static void mega_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; mega_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then mega_init_buffer was _probably_ * called from megarestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void mega_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) mega_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void megapush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; megaensure_buffer_stack(); /* This block is copied from mega_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from mega_switch_to_buffer. */ mega_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void megapop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; mega_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { mega_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void megaensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)megaalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in megaensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)megarealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in megaensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mega_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) megaalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mega_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; mega_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to megalex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * mega_scan_bytes() instead. */ YY_BUFFER_STATE mega_scan_string (yyconst char * yystr ) { return mega_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to megalex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mega_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) megaalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in mega_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = mega_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in mega_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up megatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ megatext[megaleng] = (yy_hold_char); \ (yy_c_buf_p) = megatext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ megaleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int megaget_lineno (void) { return megalineno; } /** Get the input stream. * */ FILE *megaget_in (void) { return megain; } /** Get the output stream. * */ FILE *megaget_out (void) { return megaout; } /** Get the length of the current token. * */ int megaget_leng (void) { return megaleng; } /** Get the current token. * */ char *megaget_text (void) { return megatext; } /** Set the current line number. * @param _line_number * */ void megaset_lineno (int _line_number ) { megalineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see mega_switch_to_buffer */ void megaset_in (FILE * _in_str ) { megain = _in_str ; } void megaset_out (FILE * _out_str ) { megaout = _out_str ; } int megaget_debug (void) { return mega_flex_debug; } void megaset_debug (int _bdebug ) { mega_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from megalex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT megain = stdin; megaout = stdout; #else megain = (FILE *) 0; megaout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * megalex_init() */ return 0; } /* megalex_destroy is for both reentrant and non-reentrant scanners. */ int megalex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ mega_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; megapop_buffer_state(); } /* Destroy the stack itself. */ megafree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * megalex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *megaalloc (yy_size_t size ) { return (void *) malloc( size ); } void *megarealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void megafree (void * ptr ) { free( (char *) ptr ); /* see megarealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 112 "align/megal.l" squizz-0.99b+dfsg.orig/lib/align/stock.h0000644000175000017500000000044110426661444020120 0ustar osallouosallou/* stock.h - STOCKHOLM alignment functions */ #ifndef __ALIGN_STOCK_H_ #define __ALIGN_STOCK_H_ #include #include "align.h" /* Functions prototypes */ int stock_check(FILE *); align_t *stock_parse(FILE *); void stock_print(FILE *, align_t *); #endif /* __ALIGN_STOCK_H_ */ squizz-0.99b+dfsg.orig/lib/align/msf.h0000644000175000017500000000041510155322737017561 0ustar osallouosallou/* msf.h - MSF alignment functions */ #ifndef __ALIGN_MSF_H_ #define __ALIGN_MSF_H_ #include #include "align.h" /* Functions prototypes */ int msf_check(FILE *); align_t *msf_parse(FILE *); void msf_print(FILE *, align_t *); #endif /* __ALIGN_MSF_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylipiy.h0000644000175000017500000000441512077261775020660 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/phylipiy.y" char *str; /* Line 2068 of yacc.c */ #line 72 "align/phylipiy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/clustaly.h0000644000175000017500000000455512077261400020637 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, END = 259, ERR = 260, INT = 261, SPC = 262, TXT = 263, TAG = 264, CON = 265, NAM = 266, BAS = 267 }; #endif /* Tokens. */ #define EOL 258 #define END 259 #define ERR 260 #define INT 261 #define SPC 262 #define TXT 263 #define TAG 264 #define CON 265 #define NAM 266 #define BAS 267 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/clustaly.y" char *str; /* Line 2068 of yacc.c */ #line 78 "align/clustaly.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/megal.l0000644000175000017500000000527012075270655020075 0ustar osallouosallou/* megal.l - MEGA alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/megay.h" %} %option bison-bridge %option caseless %option never-interactive %option noinput nounput noyywrap %x HDRTAG DEFTAG NAMTAG CMTTAG SEQTAG %x DEFTA2 DEFTA3 DEFTA4 alp [[:alpha:]] blk [[:blank:]] cbr "]" col ":" exc "!" die "#" dot "." eol "\n" equ "=" min "-" obr "[" que "?" quo "\"" sem ";" spc " " sta "*" txt .{1,80} tag mega tit Title fmt Format key (CodonStart|Domain|Gene|Property) nam [^ \n]{1,50} cmt [^"\n]{1,50} gap ({min}|{que}) bas ({alp}|{gap}|{sta}|{dot}){1,10} %% ^{eol} ; /* Empty lines ignored */ <*>{obr}.*{cbr} ; /* Comments ignored */ ^{die}/{tag} { BEGIN HDRTAG; return DIE; } {tag} { return TAG; } {blk}+/{eol} ; /* Trailing spaces ignored */ {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{exc} { BEGIN DEFTAG; return EXC; } {tit} { return TIT; } {fmt} { return FMT; } {key} { return KEY; } {equ} { BEGIN DEFTA2; return EQU; } {spc} { BEGIN DEFTA2; } {eol} { return ERR; } . { return ERR; } {txt}/{sem}{eol} { return TXT; } {txt}/{eol}{spc} { return TXT; } {txt}/{spc} { return TXT; } {sem} { return SEM; } {spc} { return SPC; } {eol}/{spc} /* Line continuation ignored */ {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{tit}/{col} { BEGIN DEFTA3; return TIT; } {col} { return COL; } {spc} { BEGIN DEFTA4; return SPC; } {eol} { return ERR; } . { return ERR; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{die}/{nam} { BEGIN NAMTAG; return DIE; } {nam} { yylval->str = strdup(yytext); return NAM; } {spc}+{quo} { BEGIN CMTTAG; } {spc}+ { BEGIN SEQTAG; return EOL; } {eol} { BEGIN SEQTAG; return EOL; } {quo} { BEGIN NAMTAG; } {cmt} ; /* Comment ignored */ {eol} { return ERR; } {bas} { yylval->str = strdup(yytext); return BAS; } {spc} ; /* Spaces ignored */ {eol} ; /* Newlines ignored */ {eol}/{die} { BEGIN INITIAL; return EOL; } {eol}/{exc} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return END; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/align/megay.h0000644000175000017500000000510712077262573020107 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { COL = 258, EXC = 259, DIE = 260, END = 261, EOL = 262, EQU = 263, ERR = 264, SEM = 265, SPC = 266, TXT = 267, TAG = 268, KEY = 269, VAL = 270, TIT = 271, FMT = 272, NAM = 273, BAS = 274 }; #endif /* Tokens. */ #define COL 258 #define EXC 259 #define DIE 260 #define END 261 #define EOL 262 #define EQU 263 #define ERR 264 #define SEM 265 #define SPC 266 #define TXT 267 #define TAG 268 #define KEY 269 #define VAL 270 #define TIT 271 #define FMT 272 #define NAM 273 #define BAS 274 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/megay.y" char *str; /* Line 2068 of yacc.c */ #line 92 "align/megay.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/phylips.h0000644000175000017500000000045610155322740020463 0ustar osallouosallou/* phylips.h - PHYLIPS alignment functions */ #ifndef __ALIGN_PHYLIPS_H_ #define __ALIGN_PHYLIPS_H_ #include #include "align.h" /* Functions prototypes */ int phylips_check(FILE *); align_t *phylips_parse(FILE *); void phylips_print(FILE *, align_t *); #endif /* __ALIGN_PHYLIPS_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylipsy.h0000644000175000017500000000441512077311730020655 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/phylipsy.y" char *str; /* Line 2068 of yacc.c */ #line 72 "align/phylipsy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/stockl.c0000644000175000017500000017460612104702040020265 0ustar osallouosallou#line 2 "align/stockl.c" #line 4 "align/stockl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer stock_create_buffer #define yy_delete_buffer stock_delete_buffer #define yy_flex_debug stock_flex_debug #define yy_init_buffer stock_init_buffer #define yy_flush_buffer stock_flush_buffer #define yy_load_buffer_state stock_load_buffer_state #define yy_switch_to_buffer stock_switch_to_buffer #define yyin stockin #define yyleng stockleng #define yylex stocklex #define yylineno stocklineno #define yyout stockout #define yyrestart stockrestart #define yytext stocktext #define yywrap stockwrap #define yyalloc stockalloc #define yyrealloc stockrealloc #define yyfree stockfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE stockrestart(stockin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int stockleng; extern FILE *stockin, *stockout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up stocktext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up stocktext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via stockrestart()), so that the user can continue scanning by * just pointing stockin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when stocktext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int stockleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow stockwrap()'s to do buffer switches * instead of setting up a fresh stockin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void stockrestart (FILE *input_file ); void stock_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE stock_create_buffer (FILE *file,int size ); void stock_delete_buffer (YY_BUFFER_STATE b ); void stock_flush_buffer (YY_BUFFER_STATE b ); void stockpush_buffer_state (YY_BUFFER_STATE new_buffer ); void stockpop_buffer_state (void ); static void stockensure_buffer_stack (void ); static void stock_load_buffer_state (void ); static void stock_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER stock_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE stock_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE stock_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE stock_scan_bytes (yyconst char *bytes,int len ); void *stockalloc (yy_size_t ); void *stockrealloc (void *,yy_size_t ); void stockfree (void * ); #define yy_new_buffer stock_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ stockensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ stock_create_buffer(stockin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ stockensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ stock_create_buffer(stockin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define stockwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *stockin = (FILE *) 0, *stockout = (FILE *) 0; typedef int yy_state_type; extern int stocklineno; int stocklineno = 1; extern char *stocktext; #define yytext_ptr stocktext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up stocktext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ stockleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 23 #define YY_END_OF_BUFFER 24 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[193] = { 0, 24, 22, 23, 21, 23, 22, 23,16397, 5, 21, 23, 22, 23, 22, 23,16397, 11, 23, 10, 23, 7, 11, 23, 9, 11, 23, 8, 11, 23, 5, 10, 23, 11, 23, 11, 23, 17, 23, 14, 17, 23, 16, 23, 15, 17, 23, 5, 16, 23, 17, 23, 17, 23, 20, 23, 19, 23, 5, 19, 23, 20, 23, 20, 23,16397, 12, 18,16397, 8, 18, 14, 15,16397, 8205, 12, 15,16397, 8205, 12, 15, 16397, 8205, 12, 1, 2, 3, 4, 15,16397, 8205, 12, 15,16397, 8205, 12, 15,16397, 8205, 12, 15, 16397, 8205, 12, 15,16397, 8205, 12, 15,16397, 8205, 12, 6,16397, 8205, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12,16397, 12, 12 } ; static yyconst flex_int16_t yy_accept[185] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 6, 9, 12, 14, 17, 19, 21, 24, 27, 30, 33, 35, 37, 39, 42, 44, 47, 50, 52, 54, 56, 58, 61, 63, 65, 66, 66, 67, 67, 67, 69, 70, 71, 72, 73, 74, 75, 76, 76, 76, 77, 78, 79, 80, 80, 80, 80, 80, 80, 81, 82, 83, 84, 84, 84, 85, 85, 86, 86, 87, 87, 88, 89, 90, 91, 92, 92, 93, 94, 95, 96, 96, 97, 98, 99, 100, 100, 101, 102, 103, 104, 104, 105, 106, 107, 108, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 193 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 1, 1, 1, 1, 1, 1, 6, 1, 1, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 11, 1, 1, 1, 12, 12, 13, 12, 12, 14, 15, 16, 12, 12, 17, 18, 19, 12, 20, 12, 12, 21, 22, 23, 12, 12, 12, 12, 12, 12, 1, 1, 1, 1, 24, 1, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 1, 1, 25, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[26] = { 0, 1, 2, 3, 2, 4, 5, 5, 5, 1, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 } ; static yyconst flex_int16_t yy_base[310] = { 0, 331, 0, 7, 15, 25, 3, 327, 48, 325, 713, 713, 12, 0, 48, 52, 713, 713, 713, 713, 314, 713, 309, 306, 713, 56, 713, 0, 713, 303, 301, 713, 713, 713, 294, 295, 60, 61, 0, 278, 280, 64, 284, 713, 65, 0, 68, 0, 0, 267, 60, 0, 73, 0, 0, 265, 281, 277, 272, 271, 0, 74, 0, 0, 257, 262, 713, 261, 713, 257, 713, 232, 713, 0, 81, 0, 0, 217, 0, 82, 0, 0, 214, 0, 85, 0, 0, 205, 0, 86, 0, 0, 206, 0, 89, 0, 0, 201, 713, 90, 0, 0, 713, 93, 713, 0, 94, 0, 97, 0, 98, 0, 101, 0, 102, 0, 105, 0, 106, 0, 109, 0, 110, 0, 113, 0, 114, 0, 117, 0, 118, 0, 121, 0, 122, 0, 125, 0, 126, 0, 129, 0, 130, 0, 133, 0, 134, 0, 137, 0, 138, 0, 141, 0, 142, 0, 145, 0, 146, 0, 149, 0, 150, 0, 153, 0, 154, 0, 157, 0, 158, 0, 161, 0, 162, 0, 165, 0, 166, 0, 169, 0, 713, 713, 173, 178, 183, 188, 193, 198, 210, 203, 207, 212, 209, 217, 206, 222, 205, 227, 201, 232, 237, 242, 247, 252, 197, 257, 196, 262, 195, 267, 191, 272, 167, 277, 75, 282, 74, 287, 66, 292, 50, 297, 17, 302, 16, 307, 8, 312, 317, 2, 322, 327, 332, 337, 342, 347, 352, 357, 362, 367, 372, 377, 382, 387, 392, 397, 402, 407, 412, 417, 422, 427, 432, 437, 442, 447, 452, 457, 462, 467, 472, 477, 482, 487, 492, 497, 502, 507, 512, 517, 522, 527, 532, 537, 542, 547, 552, 557, 562, 567, 572, 577, 582, 587, 592, 597, 602, 607, 612, 617, 622, 627, 632, 637, 642, 647, 652, 657, 662, 667, 672, 677, 682, 687, 692, 697, 702, 707 } ; static yyconst flex_int16_t yy_def[310] = { 0, 184, 185, 186, 186, 183, 5, 187, 187, 183, 183, 183, 188, 189, 183, 188, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 190, 183, 183, 183, 183, 183, 183, 183, 183, 191, 192, 193, 183, 183, 191, 183, 183, 183, 194, 195, 196, 197, 183, 183, 198, 199, 200, 201, 183, 202, 203, 204, 205, 206, 207, 208, 209, 183, 202, 183, 203, 183, 204, 183, 205, 183, 210, 211, 212, 213, 183, 214, 215, 216, 217, 183, 218, 219, 220, 221, 183, 222, 223, 224, 225, 183, 226, 227, 228, 229, 183, 183, 230, 231, 232, 183, 233, 183, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 183, 309, 183, 0, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183 } ; static yyconst flex_int16_t yy_nxt[739] = { 0, 183, 10, 13, 10, 14, 28, 104, 29, 15, 17, 18, 30, 100, 37, 19, 37, 20, 21, 18, 22, 98, 95, 19, 23, 20, 24, 25, 26, 25, 24, 27, 27, 27, 24, 24, 24, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 33, 39, 34, 37, 93, 37, 35, 44, 40, 44, 41, 37, 37, 37, 37, 37, 44, 37, 44, 37, 90, 37, 56, 57, 37, 37, 37, 37, 88, 85, 58, 59, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 83, 37, 10, 10, 10, 10, 10, 12, 12, 12, 12, 12, 16, 16, 16, 16, 16, 31, 31, 31, 31, 31, 36, 36, 80, 36, 36, 38, 78, 75, 73, 38, 46, 46, 62, 46, 46, 47, 60, 53, 47, 48, 51, 45, 48, 48, 52, 52, 102, 52, 52, 54, 97, 92, 54, 54, 61, 61, 87, 61, 61, 63, 82, 72, 63, 63, 65, 65, 65, 65, 65, 67, 67, 67, 67, 67, 69, 69, 69, 69, 69, 71, 71, 71, 71, 71, 74, 74, 70, 74, 74, 76, 68, 66, 76, 76, 79, 79, 77, 79, 79, 81, 72, 70, 81, 81, 84, 84, 68, 84, 84, 86, 66, 64, 86, 86, 89, 89, 55, 89, 89, 91, 42, 50, 91, 91, 94, 94, 49, 94, 94, 96, 43, 40, 96, 96, 99, 99, 43, 99, 99, 101, 40, 43, 101, 101, 103, 103, 40, 103, 103, 105, 42, 183, 105, 105, 106, 106, 32, 106, 106, 107, 11, 183, 107, 107, 108, 108, 183, 108, 108, 109, 183, 183, 109, 109, 110, 110, 183, 110, 110, 111, 183, 183, 111, 111, 112, 112, 183, 112, 112, 113, 183, 183, 113, 113, 114, 114, 183, 114, 114, 115, 183, 183, 115, 115, 116, 116, 183, 116, 116, 117, 183, 183, 117, 117, 118, 118, 183, 118, 118, 119, 183, 183, 119, 119, 120, 120, 183, 120, 120, 121, 183, 183, 121, 121, 122, 122, 183, 122, 122, 123, 183, 183, 123, 123, 124, 124, 183, 124, 124, 125, 183, 183, 125, 125, 126, 126, 183, 126, 126, 127, 183, 183, 127, 127, 128, 128, 183, 128, 128, 129, 183, 183, 129, 129, 130, 130, 183, 130, 130, 131, 183, 183, 131, 131, 132, 132, 183, 132, 132, 133, 183, 183, 133, 133, 134, 134, 183, 134, 134, 135, 183, 183, 135, 135, 136, 136, 183, 136, 136, 137, 183, 183, 137, 137, 138, 138, 183, 138, 138, 139, 183, 183, 139, 139, 140, 140, 183, 140, 140, 141, 183, 183, 141, 141, 142, 142, 183, 142, 142, 143, 183, 183, 143, 143, 144, 144, 183, 144, 144, 145, 183, 183, 145, 145, 146, 146, 183, 146, 146, 147, 183, 183, 147, 147, 148, 148, 183, 148, 148, 149, 183, 183, 149, 149, 150, 150, 183, 150, 150, 151, 183, 183, 151, 151, 152, 152, 183, 152, 152, 153, 183, 183, 153, 153, 154, 154, 183, 154, 154, 155, 183, 183, 155, 155, 156, 156, 183, 156, 156, 157, 183, 183, 157, 157, 158, 158, 183, 158, 158, 159, 183, 183, 159, 159, 160, 160, 183, 160, 160, 161, 183, 183, 161, 161, 162, 162, 183, 162, 162, 163, 183, 183, 163, 163, 164, 164, 183, 164, 164, 165, 183, 183, 165, 165, 166, 166, 183, 166, 166, 167, 183, 183, 167, 167, 168, 168, 183, 168, 168, 169, 183, 183, 169, 169, 170, 170, 183, 170, 170, 171, 183, 183, 171, 171, 172, 172, 183, 172, 172, 173, 183, 183, 173, 173, 174, 174, 183, 174, 174, 175, 183, 183, 175, 175, 176, 176, 183, 176, 176, 177, 183, 183, 177, 177, 178, 178, 183, 178, 178, 179, 183, 183, 179, 179, 180, 180, 183, 180, 180, 181, 183, 183, 181, 181, 182, 183, 183, 182, 182, 9, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183 } ; static yyconst flex_int16_t yy_chk[739] = { 0, 0, 2, 2, 2, 2, 6, 231, 6, 2, 3, 3, 6, 228, 12, 3, 12, 3, 4, 4, 4, 226, 224, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 14, 8, 15, 222, 15, 8, 25, 14, 25, 15, 36, 37, 36, 37, 41, 44, 41, 44, 46, 220, 46, 50, 50, 52, 61, 52, 61, 218, 216, 50, 50, 74, 79, 74, 79, 84, 89, 84, 89, 94, 99, 94, 99, 103, 106, 103, 106, 108, 110, 108, 110, 112, 114, 112, 114, 116, 118, 116, 118, 120, 122, 120, 122, 124, 126, 124, 126, 128, 130, 128, 130, 132, 134, 132, 134, 136, 138, 136, 138, 140, 142, 140, 142, 144, 146, 144, 146, 148, 150, 148, 150, 152, 154, 152, 154, 156, 158, 156, 158, 160, 162, 160, 162, 164, 166, 164, 166, 168, 170, 168, 170, 172, 174, 172, 174, 176, 178, 176, 178, 180, 214, 180, 184, 184, 184, 184, 184, 185, 185, 185, 185, 185, 186, 186, 186, 186, 186, 187, 187, 187, 187, 187, 188, 188, 212, 188, 188, 189, 210, 208, 206, 189, 191, 191, 200, 191, 191, 192, 198, 196, 192, 193, 194, 190, 193, 193, 195, 195, 97, 195, 195, 197, 92, 87, 197, 197, 199, 199, 82, 199, 199, 201, 77, 71, 201, 201, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 207, 207, 69, 207, 207, 209, 67, 65, 209, 209, 211, 211, 64, 211, 211, 213, 59, 58, 213, 213, 215, 215, 57, 215, 215, 217, 56, 55, 217, 217, 219, 219, 49, 219, 219, 221, 42, 40, 221, 221, 223, 223, 39, 223, 223, 225, 35, 34, 225, 225, 227, 227, 30, 227, 227, 229, 29, 23, 229, 229, 230, 230, 22, 230, 230, 232, 20, 9, 232, 232, 233, 233, 7, 233, 233, 234, 1, 0, 234, 234, 235, 235, 0, 235, 235, 236, 0, 0, 236, 236, 237, 237, 0, 237, 237, 238, 0, 0, 238, 238, 239, 239, 0, 239, 239, 240, 0, 0, 240, 240, 241, 241, 0, 241, 241, 242, 0, 0, 242, 242, 243, 243, 0, 243, 243, 244, 0, 0, 244, 244, 245, 245, 0, 245, 245, 246, 0, 0, 246, 246, 247, 247, 0, 247, 247, 248, 0, 0, 248, 248, 249, 249, 0, 249, 249, 250, 0, 0, 250, 250, 251, 251, 0, 251, 251, 252, 0, 0, 252, 252, 253, 253, 0, 253, 253, 254, 0, 0, 254, 254, 255, 255, 0, 255, 255, 256, 0, 0, 256, 256, 257, 257, 0, 257, 257, 258, 0, 0, 258, 258, 259, 259, 0, 259, 259, 260, 0, 0, 260, 260, 261, 261, 0, 261, 261, 262, 0, 0, 262, 262, 263, 263, 0, 263, 263, 264, 0, 0, 264, 264, 265, 265, 0, 265, 265, 266, 0, 0, 266, 266, 267, 267, 0, 267, 267, 268, 0, 0, 268, 268, 269, 269, 0, 269, 269, 270, 0, 0, 270, 270, 271, 271, 0, 271, 271, 272, 0, 0, 272, 272, 273, 273, 0, 273, 273, 274, 0, 0, 274, 274, 275, 275, 0, 275, 275, 276, 0, 0, 276, 276, 277, 277, 0, 277, 277, 278, 0, 0, 278, 278, 279, 279, 0, 279, 279, 280, 0, 0, 280, 280, 281, 281, 0, 281, 281, 282, 0, 0, 282, 282, 283, 283, 0, 283, 283, 284, 0, 0, 284, 284, 285, 285, 0, 285, 285, 286, 0, 0, 286, 286, 287, 287, 0, 287, 287, 288, 0, 0, 288, 288, 289, 289, 0, 289, 289, 290, 0, 0, 290, 290, 291, 291, 0, 291, 291, 292, 0, 0, 292, 292, 293, 293, 0, 293, 293, 294, 0, 0, 294, 294, 295, 295, 0, 295, 295, 296, 0, 0, 296, 296, 297, 297, 0, 297, 297, 298, 0, 0, 298, 298, 299, 299, 0, 299, 299, 300, 0, 0, 300, 300, 301, 301, 0, 301, 301, 302, 0, 0, 302, 302, 303, 303, 0, 303, 303, 304, 0, 0, 304, 304, 305, 305, 0, 305, 305, 306, 0, 0, 306, 306, 307, 307, 0, 307, 307, 308, 0, 0, 308, 308, 309, 0, 0, 309, 309, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183 } ; extern int stock_flex_debug; int stock_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up stocktext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *stocktext; #line 1 "align/stockl.l" /* stockl.l - STOCKHOLM alignment lexer */ #line 4 "align/stockl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/stocky.h" #define YY_NO_INPUT 1 #line 779 "align/stockl.c" #define INITIAL 0 #define HDRTAG 1 #define SEQTAG 2 #define ENDTAG 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int stocklex_destroy (void ); int stockget_debug (void ); void stockset_debug (int debug_flag ); YY_EXTRA_TYPE stockget_extra (void ); void stockset_extra (YY_EXTRA_TYPE user_defined ); FILE *stockget_in (void ); void stockset_in (FILE * _in_str ); FILE *stockget_out (void ); void stockset_out (FILE * _out_str ); int stockget_leng (void ); char *stockget_text (void ); int stockget_lineno (void ); void stockset_lineno (int _line_number ); YYSTYPE * stockget_lval (void ); void stockset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int stockwrap (void ); #else extern int stockwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( stocktext, stockleng, 1, stockout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( stockin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( stockin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, stockin))==0 && ferror(stockin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(stockin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int stocklex \ (YYSTYPE * yylval_param ); #define YY_DECL int stocklex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after stocktext and stockleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( stockleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (stocktext[stockleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 40 "align/stockl.l" #line 980 "align/stockl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)stockalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in stocklex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! stockin ) stockin = stdin; if ( ! stockout ) stockout = stdout; if ( ! YY_CURRENT_BUFFER ) { stockensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = stock_create_buffer(stockin,YY_BUF_SIZE ); } stock_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of stocktext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 184 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 183 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 42 "align/stockl.l" /* Column annot. markup ignored */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 43 "align/stockl.l" /* File annot. markup ignored */ YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 44 "align/stockl.l" /* Residue annot. markup ignored */ YY_BREAK case 4: /* rule 4 can match eol */ YY_RULE_SETUP #line 45 "align/stockl.l" /* Sequence annot. markup ignored */ YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 46 "align/stockl.l" /* Empty lines ignored */ YY_BREAK case 6: YY_RULE_SETUP #line 48 "align/stockl.l" { BEGIN HDRTAG; return TAG; } YY_BREAK case 7: YY_RULE_SETUP #line 49 "align/stockl.l" { return SPC; } YY_BREAK case 8: YY_RULE_SETUP #line 50 "align/stockl.l" { return INT; } YY_BREAK case 9: YY_RULE_SETUP #line 51 "align/stockl.l" { return DOT; } YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 52 "align/stockl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 11: YY_RULE_SETUP #line 53 "align/stockl.l" { return ERR; } YY_BREAK case 12: /* rule 12 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up stocktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up stocktext again */ YY_RULE_SETUP #line 55 "align/stockl.l" { return EOL; } YY_BREAK case 13: YY_RULE_SETUP #line 56 "align/stockl.l" { BEGIN SEQTAG; yylval->str = strdup(stocktext); return NAM; } YY_BREAK case 14: YY_RULE_SETUP #line 57 "align/stockl.l" { return SPC; } YY_BREAK case 15: YY_RULE_SETUP #line 58 "align/stockl.l" { yylval->str = strdup(stocktext); return BAS; } YY_BREAK case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 59 "align/stockl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 17: YY_RULE_SETUP #line 60 "align/stockl.l" { return ERR; } YY_BREAK case 18: YY_RULE_SETUP #line 62 "align/stockl.l" { BEGIN ENDTAG; return END; } YY_BREAK case 19: /* rule 19 can match eol */ YY_RULE_SETUP #line 63 "align/stockl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(ENDTAG): #line 64 "align/stockl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 20: YY_RULE_SETUP #line 65 "align/stockl.l" { return ERR; } YY_BREAK case 21: /* rule 21 can match eol */ YY_RULE_SETUP #line 67 "align/stockl.l" { return ERR; } YY_BREAK case 22: YY_RULE_SETUP #line 68 "align/stockl.l" { return ERR; } YY_BREAK case 23: YY_RULE_SETUP #line 70 "align/stockl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1227 "align/stockl.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HDRTAG): case YY_STATE_EOF(SEQTAG): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed stockin at a new source and called * stocklex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = stockin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( stockwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * stocktext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of stocklex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; stockrestart(stockin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) stockrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 184 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 184 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 183); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ stockrestart(stockin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( stockwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve stocktext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void stockrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ stockensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = stock_create_buffer(stockin,YY_BUF_SIZE ); } stock_init_buffer(YY_CURRENT_BUFFER,input_file ); stock_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void stock_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * stockpop_buffer_state(); * stockpush_buffer_state(new_buffer); */ stockensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; stock_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (stockwrap()) processing, but the only time this flag * is looked at is after stockwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void stock_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; stockin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE stock_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) stockalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in stock_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) stockalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in stock_create_buffer()" ); b->yy_is_our_buffer = 1; stock_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with stock_create_buffer() * */ void stock_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) stockfree((void *) b->yy_ch_buf ); stockfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a stockrestart() or at EOF. */ static void stock_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; stock_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then stock_init_buffer was _probably_ * called from stockrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void stock_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) stock_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void stockpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; stockensure_buffer_stack(); /* This block is copied from stock_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from stock_switch_to_buffer. */ stock_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void stockpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; stock_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { stock_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void stockensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)stockalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in stockensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)stockrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in stockensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE stock_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) stockalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in stock_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; stock_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to stocklex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * stock_scan_bytes() instead. */ YY_BUFFER_STATE stock_scan_string (yyconst char * yystr ) { return stock_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to stocklex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE stock_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) stockalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in stock_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = stock_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in stock_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up stocktext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ stocktext[stockleng] = (yy_hold_char); \ (yy_c_buf_p) = stocktext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ stockleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int stockget_lineno (void) { return stocklineno; } /** Get the input stream. * */ FILE *stockget_in (void) { return stockin; } /** Get the output stream. * */ FILE *stockget_out (void) { return stockout; } /** Get the length of the current token. * */ int stockget_leng (void) { return stockleng; } /** Get the current token. * */ char *stockget_text (void) { return stocktext; } /** Set the current line number. * @param _line_number * */ void stockset_lineno (int _line_number ) { stocklineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see stock_switch_to_buffer */ void stockset_in (FILE * _in_str ) { stockin = _in_str ; } void stockset_out (FILE * _out_str ) { stockout = _out_str ; } int stockget_debug (void) { return stock_flex_debug; } void stockset_debug (int _bdebug ) { stock_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from stocklex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT stockin = stdin; stockout = stdout; #else stockin = (FILE *) 0; stockout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * stocklex_init() */ return 0; } /* stocklex_destroy is for both reentrant and non-reentrant scanners. */ int stocklex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ stock_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; stockpop_buffer_state(); } /* Destroy the stack itself. */ stockfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; stockfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * stocklex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *stockalloc (yy_size_t size ) { return (void *) malloc( size ); } void *stockrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void stockfree (void * ptr ) { free( (char *) ptr ); /* see stockrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 70 "align/stockl.l" squizz-0.99b+dfsg.orig/lib/align/nexusiy.y0000644000175000017500000000447512102264440020521 0ustar osallouosallou/* nexusiy.y - NEXUSI alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/nexusiy.h" void nexusiset_in(FILE *); int nexusilex(YYSTYPE *); int nexusilex_destroy(void); static void yyerror(align_t *, const char *); int nexusiy_check(FILE *); align_t *nexusiy_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token EOL EQU ERR SEM SPC %token TAG BEG END KEY COM TOK VAL MAT SEP %token NAM BAS %% nexusi : header blocks ; header : TAG ; blocks : begin commands matrix end ; begin : BEG SPC KEY SEM ; commands : commands command | command ; command : COM toklist SEM ; toklist : toklist SPC token | toklist token | SPC token | token ; token : TOK EQU VAL | VAL ; matrix : MAT sequence ter ; sequence : sequence seqsep seqent { CHKERR(parse_seqrst(ali)); } | seqsep seqent { CHKERR(parse_seqrst(ali)); } | seqent { CHKERR(parse_seqrst(ali)); } ; seqent : seqent seqline | seqline ; seqline : seqnam SPC seqbas { CHKERR(parse_seqnxt(ali)); } ; seqnam : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqbas : seqbas SPC BAS { CHKERR(parse_sequpd(ali, $3)); } | seqbas BAS { CHKERR(parse_sequpd(ali, $2)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; seqsep : seqsep SEP | SEP ; ter : SEP SEM | SEM ; end : END SEM ; %% /* Checks NEXUSI sequence */ int nexusiy_check(FILE *f) { int i; nexusiset_in(f); i = yyparse(NULL); if (i == 0) { return i; } nexusilex_destroy(); return i; } /* Parse NEXUSI alignment */ align_t *nexusiy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } nexusiset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } nexusilex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/phylipi.h0000644000175000017500000000045610155322740020451 0ustar osallouosallou/* phylipi.h - PHYLIPI alignment functions */ #ifndef __ALIGN_PHYLIPI_H_ #define __ALIGN_PHYLIPI_H_ #include #include "align.h" /* Functions prototypes */ int phylipi_check(FILE *); align_t *phylipi_parse(FILE *); void phylipi_print(FILE *, align_t *); #endif /* __ALIGN_PHYLIPI_H_ */ squizz-0.99b+dfsg.orig/lib/align/nexusi.c0000644000175000017500000000422111272575004020277 0ustar osallouosallou/* nexusi.c - NEXUSI alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include #endif #include #include "align.h" #include "align/nexusi.h" #include "sequence.h" #include "sequence/utils.h" /* Functions prototypes */ extern int nexusiy_check(FILE *); extern align_t *nexusiy_parse(FILE *); /* Checks NEXUSI alignment */ int nexusi_check(FILE *f) { int i; i = nexusiy_check(f); return i; } /* Parse NEXUSI alignment */ align_t *nexusi_parse(FILE *f) { align_t *ali; ali = nexusiy_parse(f); return ali; } /* Print NEXUSI alignment */ void nexusi_print(FILE *f, align_t *ali) { char *p, c; const char *q; size_t i, j, m, n; size_t l, len, nam, seq, blk; sequence_t **s; seqtyp_t t; if (ali == NULL) { return; } s = ali->seq; len = (*s)->strlen; t = sequence_type((*s)->str); nam = 0; seq = 60; n = 0; while (s && *s) { p = (*s)->nam; l = 0; blk = 0; while (*p) { blk |= (isspace((unsigned char)*p)) ? 1 : 0; l++; p++; } l += 2 * blk; if (nam < l) { nam = l; } n++; s++; } /* Header */ (void)fprintf(f, "#NEXUS\n"); /* FIXME: Sequences (gap, missing) */ i = 0; m = n; n = len / seq; if (len % seq) { n++; } (void)fprintf(f, "begin data;\n"); (void)fprintf(f, " dimensions ntax=%lu nchar=%lu;\n", m, len); q = (t == SEQTYP_PRO) ? "protein" : "nucleic"; (void)fprintf(f, " format datatype=%s interleave;\n", q); (void)fprintf(f, " matrix\n"); while (n--) { s = ali->seq; if (i != 0) { (void)fputc('\n', f); } while (s && *s) { /* Name */ p = (*s)->nam; l = 0; blk = 0; while (*p) { blk |= (isspace((unsigned char)*p)) ? 1 : 0; l++; p++; } l += 2 * blk; p = (blk) ? "'" : ""; (void)fprintf(f, "%s%s%s%*s ", p, (*s)->nam, p, (int)(nam - l), ""); /* Sequence */ p = (*s)->str + i; j = seq; while (j && *p) { c = *p; if (c == '*') { c = 'X'; } if (c == '~') { c = '.'; } (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); s++; } i += seq; } (void)fprintf(f, " ;\n"); (void)fprintf(f, "endblock;\n"); return; } squizz-0.99b+dfsg.orig/lib/align/clustall.l0000644000175000017500000000345012077311726020626 0ustar osallouosallou/* clustall.l - CLUSTAL alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/clustaly.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HDRTAG SEQTAG CONTAG alp [[:alpha:]] blk [[:blank:]] dig [[:digit:]] dot "." eol "\n" min "-" que "?" spc " " sta "*" tab "\t" til "~" txt .{1,80} tag (CLUSTAL|[Cc]lustal) nam [^ \t\n]{1,50} msk !(SS|GM)_{nam} gap ({dot}|{min}|{que}|{til}) bas ({alp}|{gap}|{sta}){1,10} con ({blk}|{dot}|{sta}|":"){1,10} %% ^{blk}*{eol} ; /* Empty lines ignored */ ^{blk}*{eol}+/{tag} ; /* Empty lines ignored */ ^{blk}+ ; /* Empty lines at EOF ignored */ ^{tag} { BEGIN HDRTAG; return TAG; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } {eol}/{nam} { BEGIN SEQTAG; return EOL; } ^{spc}*{eol}+/{nam} { BEGIN SEQTAG; return EOL; } ^{msk}.*{eol} /* Ignore masks lines */ ^{nam} { yylval->str = strdup(yytext); return NAM; } {bas} { yylval->str = strdup(yytext); return BAS; } {dig}+ { return INT; } {blk}+ { return SPC; } {blk}+/{eol} ; /* Trailing spaces ignored */ {eol}/{nam} { return EOL; } {eol}/{con} { BEGIN CONTAG; return EOL; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } {con} { return CON; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return END; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/align/nexusil.l0000644000175000017500000000637012075270714020475 0ustar osallouosallou/* nexusil.l - NEXUSI alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/nexusiy.h" static void clean_quo(char *str); %} %option bison-bridge %option caseless %option never-interactive %option noinput nounput noyywrap %option stack noyy_top_state %x COMM BBLO CMDS MATX EBLO IGNO alp [[:alpha:]] blk [[:blank:]] cbr "]" dot "." eol "\n" equ "=" min "-" obr "[" que "?" quo ("\""|"\'") sem ";" spa [[:space:]] spc " " sta "*" til "~" tag #NEXUS beg begin key (characters?|data) end end(block)? blo [^; \n]{1,80} com (dimensions|format|options|title|char(state)?labels) tok {alp}{1,80} val ([^ \t=;\n]{1,80}|{quo}[^;\n]{1,80}{quo}) mat matrix nam ([^\[\] \t\n]{1,80}|{quo}[^\n]{1,80}{quo}) gap ({dot}|{min}|{que}|{til}) bas ({alp}|{gap}|{sta}){1,10} %% <*>{blk}{0,80}{obr} { yy_push_state(COMM); } /* Skip comments */ [^\]]{1,80} ; {cbr}{blk}{0,80} { yy_pop_state(); } . { return ERR; } {eol} ; /* Newlines ignored */ {spc}+/{eol} ; /* Trailing spaces ignored */ ^{tag} { return TAG; } ^{blk}*{beg}/{spc}{key} { BEGIN BBLO; return BEG; } {key} { return KEY; } {sem} { return SEM; } {spc} { return SPC; } {eol} { BEGIN CMDS; } /* Newlines ignored */ . { return ERR; } {com}/{blk} { return COM; } {com}/{eol} { return COM; } {tok}/{blk}?{equ}{blk}? { return TOK; } {val}/{blk} { return VAL; } {val}/{sem} { return VAL; } {val}/{eol} { return VAL; } {blk}?{equ}{blk}? { return EQU; } {sem}{blk}* { return SEM; } ^{blk}+ ; /* Leading spaces ignored */ {blk}+/{sem} ; /* Ingore extra spaces before `;' */ {blk}+ { return SPC; } {eol}/{blk}*{mat} { BEGIN MATX; } {eol} ; /* Newlines ignored */ . { return ERR; } ^{blk}*{mat}{blk}*{eol} { return MAT; } ^{blk}*{nam}/{blk} { yylval->str = strdup(yytext); clean_quo(yylval->str); if (*yylval->str == '\0') return ERR; return NAM; } {bas} { yylval->str = strdup(yytext); return BAS; } {sem}/{blk}*{eol} { BEGIN EBLO; return SEM; } ^{blk}+ ; /* Leading spaces ignored */ {blk}+/{eol} ; /* Trailing spaces ignored */ {blk}+ { return SPC; } ^{eol}+/{sem} ; /* Ignore extra lines */ ^{eol}+ { return SEP; } {eol} ; . { return ERR; } {end} { return END; } {sem} { BEGIN INITIAL; return SEM; } {blk}+ ; /* Spaces ignored */ {eol} ; /* Newlines ignored */ . { return ERR; } ^{blk}*{beg}/{spc} { BEGIN IGNO; } ^{blk}*{end}{sem} { BEGIN INITIAL; } {eol} ; /* Newlines ignored */ . ; /* All chars ignored */ <> { return ERR; } . { return ERR; } %% /* Remove quotes ... */ static void clean_quo(char *str) { char *p; p = str; if (*p != '\'' && *p != '"') return; while (*p && *(p+1)) { *p = *(p+1); p++; } *(p-1) = '\0'; return; } squizz-0.99b+dfsg.orig/lib/align/clustal.h0000644000175000017500000000045510155322737020447 0ustar osallouosallou/* clustal.h - CLUSTAL alignment functions */ #ifndef __ALIGN_CLUSTAL_H_ #define __ALIGN_CLUSTAL_H_ #include #include "align.h" /* Functions prototypes */ int clustal_check(FILE *); align_t *clustal_parse(FILE *); void clustal_print(FILE *, align_t *); #endif /* __ALIGN_CLUSTAL_H_ */ squizz-0.99b+dfsg.orig/lib/align/clustaly.y0000644000175000017500000000423212102264426020650 0ustar osallouosallou/* clustaly.y - CLUSTAL alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/clustaly.h" void clustalset_in(FILE *); int clustallex(YYSTYPE *); int clustallex_destroy(void); static void yyerror(align_t *, const char *); int clustaly_check(FILE *); align_t *clustaly_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token EOL END ERR INT SPC TXT %token TAG CON %token NAM BAS %% clustal : header sequence end { return 0; /*NOTREACHED*/ } ; header : headline ; headline : TAG headtxt EOL ; headtxt : headtxt TXT | ; sequence : sequence EOL seqent | EOL seqent ; seqent : seqlines consline { CHKERR(parse_seqrst(ali)); } ; seqlines : seqlines seqline | seqline ; seqline : seqnam SPC seqbas seqnum EOL { CHKERR(parse_seqnxt(ali)); } ; seqnam : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqbas : seqbas SPC BAS { CHKERR(parse_sequpd(ali, $3)); } seqbas : seqbas BAS { CHKERR(parse_sequpd(ali, $2)); } | INT SPC BAS { CHKERR(parse_sequpd(ali, $3)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; seqnum : SPC INT | ; consline : seqcon EOL | ; seqcon : seqcon CON | CON ; end : END ; %% /* Checks CLUSTAL sequence */ int clustaly_check(FILE *f) { int i; clustalset_in(f); i = yyparse(NULL); if (i == 0) { return i; } clustallex_destroy(); return i; } /* Parse CLUSTAL alignment */ align_t *clustaly_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } clustalset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } clustallex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/phylipiy.y0000644000175000017500000000407212102264443020660 0ustar osallouosallou/* phylipiy.y - PHYLIPI alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/phylipiy.h" void phylipiset_in(FILE *); int phylipilex(YYSTYPE *); int phylipilex_destroy(void); static void yyerror(align_t *, const char *); int phylipiy_check(FILE *); align_t *phylipiy_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token END EOL ERR INT SPC %token NAM BAS %% phylipi : header nament seqents end { return 0; /*NOTREACHED*/ } ; header : numline ; numline : INT SPC INT EOL ; nament : nament namline { CHKERR(parse_seqnxt(ali)); } | namline { CHKERR(parse_seqnxt(ali)); } ; namline : namval seqlist EOL ; namval : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqents : seqents seqent | /* Empty */ ; seqent : seqent seqline { CHKERR(parse_seqnxt(ali)); } | EOL { CHKERR(parse_seqrst(ali)); } ; seqline : seqlist EOL ; seqlist : seqlist BAS { CHKERR(parse_sequpd(ali, $2)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; end : END ; %% /* Checks PHYLIPI sequence */ int phylipiy_check(FILE *f) { int i; phylipiset_in(f); i = yyparse(NULL); if (i == 0) { return i; } phylipilex_destroy(); return i; } /* Parse PHYLIPI alignment */ align_t *phylipiy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } phylipiset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } phylipilex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/fasta2.c0000644000175000017500000000226511676107326020160 0ustar osallouosallou/* fasta2.c - FASTA alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/fasta2.h" #include "sequence/fasta.h" /* Functions prototypes */ extern int fastay_check(FILE *); extern sequence_t *fastay_parse(FILE *); /* Checks FASTA alignment */ int fasta2_check(FILE *f) { int i, nb; nb = 0; while ((i = fastay_check(f)) == 0) { nb++; } if (i == -1 && nb > 1) { i = 0; } return i; } /* Parse FASTA alignment */ align_t *fasta2_parse(FILE *f) { int i; size_t len; align_t *ali; sequence_t **s, *seq; if ((ali = align_new()) == NULL) { return NULL; } while ((seq = fastay_parse(f)) != NULL) { s = ali->seq; i = 0; while (s && *s) { i++; s++; } len = sizeof(*s) * (i + 1 + 1); if ((ali->seq = realloc(ali->seq, len)) == NULL) { align_free(ali); return NULL; } s = ali->seq + i; *s = seq; *(s+1) = NULL; } return ali; } /* Print FASTA alignment */ void fasta2_print(FILE *f, align_t *ali) { sequence_t **s; if (ali == NULL) { return; } s = ali->seq; while (s && *s) { fasta_print(f, *s); s++; } return; } squizz-0.99b+dfsg.orig/lib/align/phylipsy.y0000644000175000017500000000351212102264446020673 0ustar osallouosallou/* phylipsy.y - PHYLIPS alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/phylipsy.h" void phylipsset_in(FILE *); int phylipslex(YYSTYPE *); int phylipslex_destroy(void); static void yyerror(align_t *, const char *); int phylipsy_check(FILE *); align_t *phylipsy_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token END EOL ERR INT SPC %token NAM BAS %% phylips : header seqents end { return 0; /*NOTREACHED*/ } ; header : numline ; numline : INT SPC INT EOL ; seqents : seqents seqent | seqent ; seqent : namline seqlines { CHKERR(parse_seqnxt(ali)); } ; namline : namval seqlist EOL ; namval : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqlines : seqlines seqline | ; seqline : seqlist EOL ; seqlist : seqlist BAS { CHKERR(parse_sequpd(ali, $2)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; end : END ; %% /* Checks PHYLIP sequence */ int phylipsy_check(FILE *f) { int i; phylipsset_in(f); i = yyparse(NULL); if (i == 0) { return i; } phylipslex_destroy(); return i; } /* Parse PHYLIP alignment */ align_t *phylipsy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } phylipsset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } phylipslex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/mega.h0000644000175000017500000000042510775134153017707 0ustar osallouosallou/* mega.h - MEGA alignment functions */ #ifndef __ALIGN_MEGA_H_ #define __ALIGN_MEGA_H_ #include #include "align.h" /* Functions prototypes */ int mega_check(FILE *); align_t *mega_parse(FILE *); void mega_print(FILE *, align_t *); #endif /* __ALIGN_MEGA_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylip.h0000644000175000017500000000033511057032131020266 0ustar osallouosallou/* phylip.h - PHYLIP common alignment functions */ #ifndef __ALIGN_PHYLIP_H_ #define __ALIGN_PHYLIP_H_ #include "align.h" /* Functions prototypes */ char *phylip_fixnam(const char *); #endif /* __ALIGN_PHYLIPI_H_ */ squizz-0.99b+dfsg.orig/lib/align/phylipsy.c0000644000175000017500000013600412102264457020652 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse phylipsparse #define yylex phylipslex #define yyerror phylipserror #define yylval phylipslval #define yychar phylipschar #define yydebug phylipsdebug #define yynerrs phylipsnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/phylipsy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/phylipsy.h" void phylipsset_in(FILE *); int phylipslex(YYSTYPE *); int phylipslex_destroy(void); static void yyerror(align_t *, const char *); int phylipsy_check(FILE *); align_t *phylipsy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/phylipsy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/phylipsy.y" char *str; /* Line 293 of yacc.c */ #line 161 "align/phylipsy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 173 "align/phylipsy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 6 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 22 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 10 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 12 /* YYNRULES -- Number of rules. */ #define YYNRULES 15 /* YYNRULES -- Number of states. */ #define YYNSTATES 25 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 264 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 14, 17, 19, 22, 26, 28, 31, 32, 35, 38, 40 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 11, 0, -1, 12, 14, 21, -1, 13, -1, 6, 7, 6, 4, -1, 14, 15, -1, 15, -1, 16, 18, -1, 17, 20, 4, -1, 8, -1, 18, 19, -1, -1, 20, 4, -1, 20, 9, -1, 9, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 40, 41, 43, 43, 44, 47, 48, 52, 52, 53, 54, 55, 58 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "INT", "SPC", "NAM", "BAS", "$accept", "phylips", "header", "numline", "seqents", "seqent", "namline", "namval", "seqlines", "seqline", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 10, 11, 12, 13, 14, 14, 15, 16, 17, 18, 18, 19, 20, 20, 21 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 4, 2, 1, 2, 3, 1, 2, 0, 2, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 0, 0, 0, 3, 0, 1, 9, 0, 6, 11, 0, 0, 15, 5, 2, 7, 14, 0, 4, 10, 0, 8, 13, 12 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 8, 9, 10, 11, 16, 20, 18, 15 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -6 static const yytype_int8 yypact[] = { -5, 2, 4, 3, -6, 0, -6, -6, -3, -6, -6, 1, 8, -6, -6, -6, 1, -6, -2, -6, -6, -1, -6, -6, -6 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -6, -6, -6, -6, -6, 5, -6, -6, -6, -6, 6, -6 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 13, 1, 22, 24, 6, 7, 12, 23, 23, 5, 17, 7, 19, 14, 0, 0, 0, 0, 0, 0, 0, 0, 21 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-6)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 3, 6, 4, 4, 0, 8, 6, 9, 9, 7, 9, 8, 4, 8, -1, -1, -1, -1, -1, -1, -1, -1, 16 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 11, 12, 13, 7, 0, 8, 14, 15, 16, 17, 6, 3, 15, 21, 18, 9, 20, 4, 19, 20, 4, 9, 4 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 8: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/phylipsy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1116 "align/phylipsy.c" break; case 9: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/phylipsy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1125 "align/phylipsy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "align/phylipsy.y" { return 0; /*NOTREACHED*/ } break; case 7: /* Line 1806 of yacc.c */ #line 44 "align/phylipsy.y" { CHKERR(parse_seqnxt(ali)); } break; case 9: /* Line 1806 of yacc.c */ #line 48 "align/phylipsy.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 13: /* Line 1806 of yacc.c */ #line 54 "align/phylipsy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 14: /* Line 1806 of yacc.c */ #line 55 "align/phylipsy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1463 "align/phylipsy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 60 "align/phylipsy.y" /* Checks PHYLIP sequence */ int phylipsy_check(FILE *f) { int i; phylipsset_in(f); i = yyparse(NULL); if (i == 0) { return i; } phylipslex_destroy(); return i; } /* Parse PHYLIP alignment */ align_t *phylipsy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } phylipsset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } phylipslex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/nexusiy.h0000644000175000017500000000505312077263427020510 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, EQU = 259, ERR = 260, SEM = 261, SPC = 262, TAG = 263, BEG = 264, END = 265, KEY = 266, COM = 267, TOK = 268, VAL = 269, MAT = 270, SEP = 271, NAM = 272, BAS = 273 }; #endif /* Tokens. */ #define EOL 258 #define EQU 259 #define ERR 260 #define SEM 261 #define SPC 262 #define TAG 263 #define BEG 264 #define END 265 #define KEY 266 #define COM 267 #define TOK 268 #define VAL 269 #define MAT 270 #define SEP 271 #define NAM 272 #define BAS 273 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/nexusiy.y" char *str; /* Line 2068 of yacc.c */ #line 90 "align/nexusiy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/stocky.y0000644000175000017500000000347512102264066020334 0ustar osallouosallou/* stocky.y - STOCKHOLM alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/stocky.h" void stockset_in(FILE *); int stocklex(YYSTYPE *); int stocklex_destroy(void); static void yyerror(align_t *, const char *); int stocky_check(FILE *); align_t *stocky_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token DOT EOL ERR INT SPC %token TAG END %token NAM BAS %% stock : header seqents end ; header : hdrtag SPC hdrver EOL ; hdrtag : TAG ; hdrver : INT DOT INT ; seqents : seqents EOL seqent | seqent ; seqent : seqent seqline { CHKERR(parse_seqnxt(ali)); } | /* Empty */ { CHKERR(parse_seqrst(ali)); } ; seqline : seqnam SPC seqbas EOL ; seqnam : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqbas : seqbas BAS { CHKERR(parse_sequpd(ali, $2)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; end : END EOL ; %% /* Checks STOCK sequence */ int stocky_check(FILE *f) { int i; stockset_in(f); i = yyparse(NULL); if (i == 0) { return i; } stocklex_destroy(); return i; } /* Parse STOCK alignment */ align_t *stocky_parse(FILE *f) { int i; align_t *ali; if ((ali = align_new()) == NULL) { return NULL; } stockset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } stocklex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/stockl.l0000644000175000017500000000324312104702033020264 0ustar osallouosallou/* stockl.l - STOCKHOLM alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/stocky.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HDRTAG SEQTAG ENDTAG alp [[:alpha:]] blk [[:blank:]] dig [[:digit:]] dot "." eol "\n" min "-" sla "/" spc " " sta "*" til "~" und "_" tag #{spc}STOCKHOLM nam [^# \t\n][^ \t\n]{0,49} gap ({min}|{dot}|{und}|{til}) bas ({alp}|{gap}|{sta}){1,10} end {sla}{2} %% <*>^#=GC.*{eol} /* Column annot. markup ignored */ <*>^#=GF.*{eol} /* File annot. markup ignored */ <*>^#=GR.*{eol} /* Residue annot. markup ignored */ <*>^#=GS.*{eol} /* Sequence annot. markup ignored */ <*>^{eol} /* Empty lines ignored */ ^{tag} { BEGIN HDRTAG; return TAG; } {spc} { return SPC; } {dig}+ { return INT; } {dot} { return DOT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{eol}/{nam} { return EOL; } ^{nam}/{blk}+{bas} { BEGIN SEQTAG; yylval->str = strdup(yytext); return NAM; } {blk}+ { return SPC; } {bas} { yylval->str = strdup(yytext); return BAS; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } <*>^{end} { BEGIN ENDTAG; return END; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/align/parse.c0000644000175000017500000000451212102261402020064 0ustar osallouosallou/* parse.c - Alignment parsing helper functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include #include "align.h" #include "align/parse.h" #include "sequence.h" #include "sequence/parse.h" #include "extern/text.h" /* Update sequence name in temporary buffer */ int parse_tmpupd(align_t *ali, char *nam) { if (nam == NULL) { return 0; } if (ali == NULL) { free(nam); return 0; } ali->_tmp = text_strupd(ali->_tmp, nam); free(nam); return (ali->_tmp == NULL); } /* Add new sequence ... */ int parse_seqnew(align_t *ali) { char *q, *r; int i, d; size_t len; sequence_t **p; if (ali == NULL || ali->_tmp == NULL) { return 0; } d = (getenv("SQUIZZ_DEBUG") != NULL) ? 1 : 0; /* Cleanup leading spaces */ q = ali->_tmp; while (*q && isspace((unsigned char)*q)) { q++; } if (q != ali->_tmp) { r = strdup(q); free(ali->_tmp); ali->_tmp = r; } /* Search if sequence already exist */ p = ali->cur; if (p && *p) { i = strcmp((*p)->nam, ali->_tmp); if (d && i) { fprintf(stderr, "%s: unexpected sequence name\n", ali->_tmp); } free(ali->_tmp); ali->_tmp = NULL; return i; } /* Check for reallocation */ p = ali->seq; i = 0; while (p && *p) { i++; p++; } len = sizeof(*p) * (i + 1 + 1); if ((ali->seq = realloc(ali->seq, len)) == NULL) { err(EXIT_FAILURE, "memory"); } /* Add new sequence & NULL byte */ p = ali->seq + i; *p = sequence_new(); *(p+1) = NULL; (*p)->nam = ali->_tmp; ali->_tmp = NULL; /* Set current sequence */ ali->cur = p; return 0; } /* Update sequence string */ int parse_sequpd(align_t *ali, char *str) { sequence_t **p; if (str == NULL) { return 0; } if (ali == NULL) { free(str); return 0; } p = ali->cur; if (*p == NULL) { return -1; } parse_stradd(*p, str); return 0; } /* Set current sequence pointer at the begginning */ int parse_seqrst(align_t *ali) { if (ali == NULL || ali->seq == NULL) { return 0; } if (*ali->cur != NULL && ali->cur != ali->seq) { return -1; } ali->cur = ali->seq; return 0; } /* Update current sequence pointer to the next one */ int parse_seqnxt(align_t *ali) { if (ali == NULL || ali->seq == NULL) { return 0; } if (*ali->cur == NULL) { return -1; } ali->cur += 1; return 0; } squizz-0.99b+dfsg.orig/lib/align/stock.c0000644000175000017500000000336612104702656020120 0ustar osallouosallou/* stock.c - STOCKHOLM alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include #include "align.h" #include "align/stock.h" #include "sequence.h" /* Functions prototypes */ extern int stocky_check(FILE *); extern align_t *stocky_parse(FILE *); char *stock_conserv(align_t *); /* Checks STOCK alignment */ int stock_check(FILE *f) { int i; i = stocky_check(f); return i; } /* Parse STOCK alignment */ align_t *stock_parse(FILE *f) { align_t *ali; ali = stocky_parse(f); return ali; } /* Print STOCK alignment */ void stock_print(FILE *f, align_t *ali) { char *p, c; float v; size_t i, j, n, len, nam, seq; sequence_t **s; if (ali == NULL) { return; } nam = 0; seq = 50; s = ali->seq; while (s && *s) { len = strlen((*s)->nam); if (len > nam) { nam = len; } s++; } /* Header */ v = 1.0; (void)fprintf(f, "# STOCKHOLM %1.1f\n", v); /* Sequence blocks */ s = ali->seq; len = (*s)->strlen; n = len / seq; if (len % seq) { n++; } i = 0; while (n--) { (void)fputc('\n', f); s = ali->seq; while (s && *s) { /* Name (no spaces) */ p = (*s)->nam; j = nam; while (j && *p) { c = *p; if (isspace((unsigned char)c)) { c = '_'; } (void)fputc(c, f); j--; p++; } while (j) { (void)fputc(' ', f); j--; } (void)fputc(' ', f); (void)fputc(' ', f); /* Sequence */ p = (*s)->str + i; j = seq; while (j && *p) { c = *p; (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); s++; } i += seq; } /* End */ (void)fprintf(f, "//\n"); return; } squizz-0.99b+dfsg.orig/lib/align/msfl.l0000644000175000017500000000354212075270700017740 0ustar osallouosallou/* msfl.l - MSF alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/msfy.h" static int init = 0; %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD NAME SEQS alp [[:alpha:]] blk [[:blank:]] dig [[:digit:]] dot "." eol "\n" exc "!" min "-" que "?" sla "/" spc " " sta "*" til "~" txt .{1,80} tag {exc}{2}[NA]A_MULTIPLE_ALIGNMENT{spc}{dig}+{dot}{dig}+ tam {spc}{0,2}Name:{spc} nam [^ \n]{1,80} gap ({dot}|{min}|{que}|{til}) bas ({alp}|{sta}|{gap}){1,80} %% %{ if (init == 0) { init = 1; BEGIN HEAD; } %} <*>^{tag} { BEGIN HEAD; } {dot}{2}{spc}?/{eol} { BEGIN NAME; return TER; } {txt} { return TXT; } {txt}/{dot}{dot}{spc}{eol} { return TXT; } {txt}/{dot}{dot}{eol} { return TXT; } {eol} { return EOL; } ^{blk}*{eol} ; /* Empty lines ignored */ ^{tam}/{txt} { return NAM; } {txt} { return TXT; } ^{spc}*{sla}{2}{spc}*/{eol} { BEGIN SEQS; return TER; } {eol} { return EOL; } ^{blk}*{eol}/. { return EOL; } ^{blk}*{eol} ; /* Empty lines ignored */ ^{spc}*Consensus{spc}{2}.+{eol} ; /* Multalin consensus ignored */ ^{spc}*{nam}/{spc}{spc}*{bas} { yylval->str = strdup(yytext); return NAM; } {bas}+ { yylval->str = strdup(yytext); return BAS; } {spc}+ { return SPC; } {spc}+/{eol} ; /* Trailing spaces ignored */ {dig}+ { return INT; } {eol}/{spc}*{nam}{spc}{spc}+{bas} { return EOL; } {eol} { return EOL; } <> { BEGIN INITIAL; } . { return ERR; } <> { init = 0; return END; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/align/nexusil.c0000644000175000017500000121103712075270732020463 0ustar osallouosallou#line 2 "align/nexusil.c" #line 4 "align/nexusil.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer nexusi_create_buffer #define yy_delete_buffer nexusi_delete_buffer #define yy_flex_debug nexusi_flex_debug #define yy_init_buffer nexusi_init_buffer #define yy_flush_buffer nexusi_flush_buffer #define yy_load_buffer_state nexusi_load_buffer_state #define yy_switch_to_buffer nexusi_switch_to_buffer #define yyin nexusiin #define yyleng nexusileng #define yylex nexusilex #define yylineno nexusilineno #define yyout nexusiout #define yyrestart nexusirestart #define yytext nexusitext #define yywrap nexusiwrap #define yyalloc nexusialloc #define yyrealloc nexusirealloc #define yyfree nexusifree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE nexusirestart(nexusiin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int nexusileng; extern FILE *nexusiin, *nexusiout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up nexusitext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up nexusitext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via nexusirestart()), so that the user can continue scanning by * just pointing nexusiin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when nexusitext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int nexusileng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow nexusiwrap()'s to do buffer switches * instead of setting up a fresh nexusiin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void nexusirestart (FILE *input_file ); void nexusi_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE nexusi_create_buffer (FILE *file,int size ); void nexusi_delete_buffer (YY_BUFFER_STATE b ); void nexusi_flush_buffer (YY_BUFFER_STATE b ); void nexusipush_buffer_state (YY_BUFFER_STATE new_buffer ); void nexusipop_buffer_state (void ); static void nexusiensure_buffer_stack (void ); static void nexusi_load_buffer_state (void ); static void nexusi_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER nexusi_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE nexusi_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE nexusi_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE nexusi_scan_bytes (yyconst char *bytes,int len ); void *nexusialloc (yy_size_t ); void *nexusirealloc (void *,yy_size_t ); void nexusifree (void * ); #define yy_new_buffer nexusi_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ nexusiensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ nexusi_create_buffer(nexusiin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ nexusiensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ nexusi_create_buffer(nexusiin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define nexusiwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *nexusiin = (FILE *) 0, *nexusiout = (FILE *) 0; typedef int yy_state_type; extern int nexusilineno; int nexusilineno = 1; extern char *nexusitext; #define yytext_ptr nexusitext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up nexusitext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ nexusileng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 49 #define YY_END_OF_BUFFER 50 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[1456] = { 0, 50, 48, 49, 48, 49, 5, 49, 48, 49, 1, 48, 49, 48, 49, 48, 49, 48, 49, 48, 49, 2, 4, 49, 2, 4, 49, 2, 49, 1, 2, 4, 49, 3, 4, 49, 13, 49, 13, 49, 12, 49, 11, 13, 49, 10, 13, 49, 13, 49, 13, 49, 1, 13, 49, 27, 49, 24, 27, 49, 26, 49, 27, 49, 21, 27, 49, 20, 27, 49, 27, 49,16400, 27, 49,16400, 27, 49,16400, 27, 49, 16400, 27, 49,16400, 27, 49,16400, 1, 27, 49, 22, 24, 27, 49, 38, 49, 34, 38, 49, 37, 49, 30, 38, 49, 38, 49, 1, 38, 49, 38, 49, 32, 34, 38, 49, 36, 37, 49, 38, 49, 30, 38, 49, 38, 49, 30, 38, 49, 43, 49, 41, 43, 49, 42, 49, 40, 43, 49, 43, 49, 1, 43, 49, 47, 49, 47, 49, 46, 49, 1, 47, 49, 47, 49, 47, 49, 1, 6, 2, 2, 1, 2, 3, 17, 19, 18, 24, 23, 20, 17, 21, 20, 17, 8208,16400,16400,16400,16400,16400,16400, 22, 24, 34, 33, 30, 31, 29, 32, 34, 36, 35, 29, 30, 29, 30, 41, 2, 2, 1, 2, 3, 24, 17, 8208,16400,16400,16400,16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 30, 41, 39, 2, 2, 1, 2, 3, 9, 24, 17,16400, 16400,16400,16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 30, 41, 45,16392, 2, 2, 1, 2, 3, 24, 17,16400,16400,16400,16400,16400,16400, 16400, 22, 24, 34, 30, 32, 34, 29, 30, 30, 41, 7, 44, 2, 2, 1, 2, 3, 24, 17, 16400,16400,16400,16400,16400,16400, 14, 17, 15, 19, 22, 24, 34, 30, 32, 34, 29, 30, 30, 41, 2, 2, 1, 2, 3, 24, 25, 17,16400,16400, 16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 29, 28, 41, 2, 2, 1, 2, 3, 24, 17,16400,16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 41, 39, 2, 2, 1, 2, 3, 9, 24, 17,16400,16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 41, 8200, 2, 2, 1, 2, 3, 9, 24, 17,16400,16400,16400,16400, 22, 24, 34, 30, 32, 34, 29, 30, 41, 2, 2, 1, 2, 3, 24, 17,16400,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400,16400, 22, 24, 34, 32, 34, 29, 41, 8200, 2, 2, 1, 2, 3, 24, 17, 16400,16400, 22, 24, 34, 32, 34, 29, 41, 8200, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 2, 2, 1, 2, 3, 24, 17,16400, 22, 24, 34, 32, 34, 29, 41, 3, 24, 17, 22, 24, 34, 32, 34, 29, 41 } ; static yyconst flex_int16_t yy_accept[2385] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 6, 8, 10, 13, 15, 17, 19, 21, 24, 27, 29, 33, 36, 38, 40, 42, 45, 48, 50, 52, 55, 57, 60, 62, 64, 67, 70, 73, 76, 79, 82, 85, 88, 91, 95, 97, 100, 102, 105, 107, 110, 112, 116, 119, 121, 124, 126, 129, 131, 134, 136, 139, 141, 144, 146, 148, 150, 153, 155, 157, 157, 158, 159, 159, 159, 159, 159, 159, 159, 160, 161, 163, 164, 164, 164, 164, 165, 166, 167, 168, 169, 170, 170, 170, 170, 171, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 186, 187, 187, 188, 188, 190, 190, 190, 191, 192, 192, 193, 193, 194, 195, 196, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 198, 199, 201, 202, 202, 202, 202, 203, 203, 203, 204, 204, 204, 204, 205, 206, 207, 208, 209, 210, 211, 213, 214, 215, 215, 217, 217, 217, 218, 218, 218, 218, 219, 220, 221, 222, 222, 222, 222, 222, 222, 222, 222, 222, 223, 224, 226, 227, 227, 228, 228, 229, 229, 229, 230, 230, 230, 230, 231, 232, 233, 234, 235, 236, 238, 239, 240, 240, 242, 242, 242, 243, 243, 243, 243, 244, 245, 246, 246, 246, 247, 247, 247, 247, 247, 247, 247, 248, 249, 250, 252, 253, 253, 253, 254, 254, 254, 255, 255, 255, 255, 256, 257, 258, 259, 260, 261, 262, 264, 265, 266, 266, 268, 268, 268, 269, 269, 269, 269, 270, 271, 272, 272, 272, 272, 272, 272, 272, 272, 273, 274, 275, 276, 278, 279, 279, 279, 280, 280, 280, 281, 281, 281, 281, 282, 283, 284, 285, 286, 287, 289, 291, 293, 294, 295, 295, 297, 297, 297, 298, 298, 298, 298, 299, 300, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 302, 303, 305, 306, 306, 306, 307, 308, 308, 309, 309, 309, 309, 310, 311, 312, 313, 314, 316, 317, 318, 318, 320, 320, 320, 321, 321, 321, 321, 322, 323, 324, 325, 325, 325, 325, 325, 325, 325, 325, 325, 325, 326, 327, 329, 330, 330, 330, 331, 331, 332, 332, 332, 332, 333, 334, 335, 336, 338, 339, 340, 340, 342, 342, 343, 343, 343, 343, 344, 344, 345, 346, 346, 346, 346, 346, 346, 346, 346, 346, 347, 348, 350, 351, 352, 352, 353, 353, 354, 354, 354, 354, 355, 356, 357, 358, 360, 361, 362, 362, 364, 364, 365, 365, 365, 365, 366, 367, 367, 367, 367, 367, 367, 367, 368, 369, 370, 372, 373, 374, 374, 375, 375, 376, 376, 376, 376, 377, 378, 379, 380, 382, 383, 384, 384, 386, 386, 387, 387, 387, 387, 388, 389, 389, 389, 389, 389, 389, 389, 390, 391, 393, 394, 394, 395, 395, 396, 396, 396, 396, 397, 398, 400, 401, 401, 403, 403, 404, 404, 404, 404, 405, 405, 405, 405, 405, 405, 405, 406, 407, 409, 410, 410, 411, 411, 412, 412, 412, 412, 413, 414, 416, 417, 417, 419, 419, 420, 420, 420, 420, 421, 421, 421, 421, 421, 421, 421, 422, 423, 425, 426, 426, 427, 427, 428, 428, 428, 428, 429, 430, 432, 433, 433, 435, 435, 436, 436, 436, 436, 437, 437, 437, 437, 437, 437, 437, 438, 439, 441, 442, 442, 443, 443, 444, 444, 444, 444, 445, 446, 448, 449, 449, 451, 451, 452, 452, 452, 452, 453, 453, 453, 453, 453, 453, 454, 455, 456, 458, 459, 459, 460, 460, 461, 461, 461, 461, 462, 463, 465, 466, 466, 468, 468, 469, 469, 469, 469, 470, 470, 470, 470, 470, 470, 471, 472, 473, 475, 476, 476, 477, 477, 478, 478, 478, 478, 479, 481, 482, 482, 484, 484, 485, 485, 485, 485, 486, 486, 486, 486, 486, 486, 487, 488, 490, 491, 491, 492, 492, 493, 493, 493, 493, 494, 496, 497, 497, 499, 499, 500, 500, 500, 500, 501, 501, 501, 501, 501, 501, 502, 503, 505, 506, 506, 507, 507, 508, 508, 508, 508, 509, 511, 512, 512, 514, 514, 515, 515, 515, 515, 516, 516, 516, 516, 516, 516, 517, 518, 520, 521, 521, 522, 522, 523, 523, 523, 523, 524, 526, 527, 527, 529, 529, 530, 530, 530, 530, 531, 531, 531, 531, 531, 531, 532, 533, 535, 536, 536, 537, 537, 538, 538, 538, 538, 539, 541, 542, 542, 544, 544, 545, 545, 545, 545, 546, 546, 546, 546, 546, 546, 547, 548, 550, 551, 551, 552, 552, 553, 553, 553, 553, 554, 556, 557, 557, 559, 559, 560, 560, 560, 560, 561, 561, 561, 561, 561, 561, 562, 563, 565, 566, 566, 567, 567, 568, 568, 568, 568, 569, 571, 572, 572, 574, 574, 575, 575, 575, 575, 576, 576, 576, 576, 576, 576, 577, 578, 580, 581, 581, 582, 582, 583, 583, 583, 583, 584, 586, 587, 587, 589, 589, 590, 590, 590, 590, 591, 591, 591, 591, 591, 591, 592, 593, 595, 596, 596, 597, 597, 598, 598, 598, 598, 599, 601, 602, 602, 604, 604, 605, 605, 605, 605, 606, 606, 606, 606, 606, 606, 607, 608, 610, 611, 611, 612, 612, 613, 613, 613, 613, 614, 616, 617, 617, 619, 619, 620, 620, 620, 620, 621, 621, 621, 621, 621, 621, 622, 623, 625, 626, 626, 627, 627, 628, 628, 628, 628, 629, 631, 632, 632, 634, 634, 635, 635, 635, 635, 636, 636, 636, 636, 636, 636, 637, 638, 640, 641, 641, 642, 642, 643, 643, 643, 643, 644, 646, 647, 647, 649, 649, 650, 650, 650, 650, 651, 651, 651, 651, 651, 651, 652, 653, 655, 656, 656, 657, 657, 658, 658, 658, 658, 659, 661, 662, 662, 664, 664, 665, 665, 665, 665, 666, 666, 666, 666, 666, 666, 667, 668, 670, 671, 671, 672, 672, 673, 673, 673, 673, 674, 676, 677, 677, 679, 679, 680, 680, 680, 680, 681, 681, 681, 681, 681, 681, 682, 683, 685, 686, 686, 687, 687, 688, 688, 688, 688, 689, 691, 692, 692, 694, 694, 695, 695, 695, 695, 696, 696, 696, 696, 696, 696, 697, 698, 700, 701, 701, 702, 702, 703, 703, 703, 703, 704, 706, 707, 707, 709, 709, 710, 710, 710, 710, 711, 711, 711, 711, 711, 711, 712, 713, 715, 716, 716, 717, 717, 718, 718, 718, 718, 719, 721, 722, 722, 724, 724, 725, 725, 725, 725, 726, 726, 726, 726, 726, 726, 727, 728, 730, 731, 731, 732, 732, 733, 733, 733, 733, 734, 736, 737, 737, 739, 739, 740, 740, 740, 740, 741, 741, 741, 741, 741, 741, 742, 743, 745, 746, 746, 747, 747, 748, 748, 748, 748, 749, 751, 752, 752, 754, 754, 755, 755, 755, 755, 756, 756, 756, 756, 756, 756, 757, 758, 760, 761, 761, 762, 762, 763, 763, 763, 763, 764, 766, 767, 767, 769, 769, 770, 770, 770, 770, 771, 771, 771, 771, 771, 771, 772, 773, 775, 776, 776, 777, 777, 778, 778, 778, 778, 779, 781, 782, 782, 784, 784, 785, 785, 785, 785, 786, 786, 786, 786, 786, 786, 787, 788, 790, 791, 791, 792, 792, 793, 793, 793, 793, 794, 796, 797, 797, 799, 799, 800, 800, 800, 800, 801, 801, 801, 801, 801, 801, 802, 803, 805, 806, 806, 807, 807, 808, 808, 808, 808, 809, 811, 812, 812, 814, 814, 815, 815, 815, 815, 816, 816, 816, 816, 816, 816, 817, 818, 820, 821, 821, 822, 822, 823, 823, 823, 823, 824, 826, 827, 827, 829, 829, 830, 830, 830, 830, 831, 831, 831, 831, 831, 831, 832, 833, 835, 836, 836, 837, 837, 838, 838, 838, 838, 839, 841, 842, 842, 844, 844, 845, 845, 845, 845, 846, 846, 846, 846, 846, 846, 847, 848, 850, 851, 851, 852, 852, 853, 853, 853, 853, 854, 856, 857, 857, 859, 859, 860, 860, 860, 860, 861, 861, 861, 861, 861, 861, 862, 863, 865, 866, 866, 867, 867, 868, 868, 868, 868, 869, 871, 872, 872, 874, 874, 875, 875, 875, 875, 876, 876, 876, 876, 876, 876, 877, 878, 880, 881, 881, 882, 882, 883, 883, 883, 883, 884, 886, 887, 887, 889, 889, 890, 890, 890, 890, 891, 891, 891, 891, 891, 891, 892, 893, 895, 896, 896, 897, 897, 898, 898, 898, 898, 899, 901, 902, 902, 904, 904, 905, 905, 905, 905, 906, 906, 906, 906, 906, 906, 907, 908, 910, 911, 911, 912, 912, 913, 913, 913, 913, 914, 916, 917, 917, 919, 919, 920, 920, 920, 920, 921, 921, 921, 921, 921, 921, 922, 923, 925, 926, 926, 927, 927, 928, 928, 928, 928, 929, 931, 932, 932, 934, 934, 935, 935, 935, 935, 936, 936, 936, 936, 936, 936, 937, 938, 940, 941, 941, 942, 942, 943, 943, 943, 943, 944, 946, 947, 947, 949, 949, 950, 950, 950, 950, 951, 951, 951, 951, 951, 951, 952, 953, 955, 956, 956, 957, 957, 958, 958, 958, 958, 959, 961, 962, 962, 964, 964, 965, 965, 965, 965, 966, 966, 966, 966, 966, 966, 967, 968, 970, 971, 971, 972, 972, 973, 973, 973, 973, 974, 976, 977, 977, 979, 979, 980, 980, 980, 980, 981, 981, 981, 981, 981, 981, 982, 983, 985, 986, 986, 987, 987, 988, 988, 988, 988, 989, 991, 992, 992, 994, 994, 995, 995, 995, 995, 996, 996, 996, 996, 996, 996, 997, 998, 1000, 1001, 1001, 1002, 1002, 1003, 1003, 1003, 1003, 1004, 1006, 1007, 1007, 1009, 1009, 1010, 1010, 1010, 1010, 1011, 1011, 1011, 1011, 1011, 1011, 1012, 1013, 1015, 1016, 1016, 1017, 1017, 1018, 1018, 1018, 1018, 1019, 1021, 1022, 1022, 1024, 1024, 1025, 1025, 1025, 1025, 1026, 1026, 1026, 1026, 1026, 1026, 1027, 1028, 1030, 1031, 1031, 1032, 1032, 1033, 1033, 1033, 1033, 1034, 1036, 1037, 1037, 1039, 1039, 1040, 1040, 1040, 1040, 1041, 1041, 1041, 1041, 1041, 1041, 1042, 1043, 1045, 1046, 1046, 1047, 1047, 1048, 1048, 1048, 1048, 1049, 1051, 1052, 1052, 1054, 1054, 1055, 1055, 1055, 1055, 1056, 1056, 1056, 1056, 1056, 1056, 1057, 1058, 1060, 1061, 1061, 1062, 1062, 1063, 1063, 1063, 1063, 1064, 1066, 1067, 1067, 1069, 1069, 1070, 1070, 1070, 1070, 1071, 1071, 1071, 1071, 1071, 1071, 1072, 1073, 1075, 1076, 1076, 1077, 1077, 1078, 1078, 1078, 1078, 1079, 1081, 1082, 1082, 1084, 1084, 1085, 1085, 1085, 1085, 1086, 1086, 1086, 1086, 1086, 1086, 1087, 1088, 1090, 1091, 1091, 1092, 1092, 1093, 1093, 1093, 1093, 1094, 1096, 1097, 1097, 1099, 1099, 1100, 1100, 1100, 1100, 1101, 1101, 1101, 1101, 1101, 1101, 1102, 1103, 1105, 1106, 1106, 1107, 1107, 1108, 1108, 1108, 1108, 1109, 1111, 1112, 1112, 1114, 1114, 1115, 1115, 1115, 1115, 1116, 1116, 1116, 1116, 1116, 1116, 1117, 1118, 1120, 1121, 1121, 1122, 1122, 1123, 1123, 1123, 1123, 1124, 1126, 1127, 1127, 1129, 1129, 1130, 1130, 1130, 1130, 1131, 1131, 1131, 1131, 1131, 1131, 1132, 1133, 1135, 1136, 1136, 1137, 1137, 1138, 1138, 1138, 1138, 1139, 1141, 1142, 1142, 1144, 1144, 1145, 1145, 1145, 1145, 1146, 1146, 1146, 1146, 1146, 1146, 1147, 1148, 1150, 1151, 1151, 1152, 1152, 1153, 1153, 1153, 1153, 1154, 1156, 1157, 1157, 1159, 1159, 1160, 1160, 1160, 1160, 1161, 1161, 1161, 1161, 1161, 1161, 1162, 1163, 1165, 1166, 1166, 1167, 1167, 1168, 1168, 1168, 1168, 1169, 1171, 1172, 1172, 1174, 1174, 1175, 1175, 1175, 1175, 1176, 1176, 1176, 1176, 1176, 1176, 1177, 1178, 1180, 1181, 1181, 1182, 1182, 1183, 1183, 1183, 1183, 1184, 1186, 1187, 1187, 1189, 1189, 1190, 1190, 1190, 1190, 1191, 1191, 1191, 1191, 1191, 1191, 1192, 1193, 1195, 1196, 1196, 1197, 1197, 1198, 1198, 1198, 1198, 1199, 1201, 1202, 1202, 1204, 1204, 1205, 1205, 1205, 1205, 1206, 1206, 1206, 1206, 1206, 1206, 1207, 1208, 1210, 1211, 1211, 1212, 1212, 1213, 1213, 1213, 1213, 1214, 1216, 1217, 1217, 1219, 1219, 1220, 1220, 1220, 1220, 1221, 1221, 1221, 1221, 1221, 1221, 1222, 1223, 1225, 1226, 1226, 1227, 1227, 1228, 1228, 1228, 1228, 1229, 1231, 1232, 1232, 1234, 1234, 1235, 1235, 1235, 1235, 1236, 1236, 1236, 1236, 1236, 1236, 1237, 1238, 1240, 1241, 1241, 1242, 1242, 1243, 1243, 1243, 1243, 1244, 1246, 1247, 1247, 1249, 1249, 1250, 1250, 1250, 1250, 1251, 1251, 1251, 1251, 1251, 1251, 1252, 1253, 1255, 1256, 1256, 1257, 1257, 1258, 1258, 1258, 1258, 1259, 1261, 1262, 1262, 1264, 1264, 1265, 1265, 1265, 1265, 1266, 1266, 1266, 1266, 1266, 1266, 1267, 1268, 1270, 1271, 1271, 1272, 1272, 1273, 1273, 1273, 1273, 1274, 1276, 1277, 1277, 1279, 1279, 1280, 1280, 1280, 1280, 1281, 1281, 1281, 1281, 1281, 1281, 1282, 1283, 1285, 1286, 1286, 1287, 1287, 1288, 1288, 1288, 1288, 1289, 1291, 1292, 1292, 1294, 1294, 1295, 1295, 1295, 1295, 1296, 1296, 1296, 1296, 1296, 1296, 1297, 1298, 1300, 1301, 1301, 1302, 1302, 1303, 1303, 1303, 1303, 1304, 1306, 1307, 1307, 1309, 1309, 1310, 1310, 1310, 1310, 1311, 1311, 1311, 1311, 1311, 1311, 1312, 1313, 1315, 1316, 1316, 1317, 1317, 1318, 1318, 1318, 1318, 1319, 1321, 1322, 1322, 1324, 1324, 1325, 1325, 1325, 1325, 1326, 1326, 1326, 1326, 1326, 1326, 1327, 1328, 1330, 1331, 1331, 1332, 1332, 1333, 1333, 1333, 1333, 1334, 1336, 1337, 1337, 1339, 1339, 1340, 1340, 1340, 1340, 1341, 1341, 1341, 1341, 1341, 1341, 1342, 1343, 1345, 1346, 1346, 1347, 1347, 1348, 1348, 1348, 1348, 1349, 1351, 1352, 1352, 1354, 1354, 1355, 1355, 1355, 1355, 1356, 1356, 1356, 1356, 1356, 1356, 1357, 1358, 1360, 1361, 1361, 1362, 1362, 1363, 1363, 1363, 1363, 1364, 1366, 1367, 1367, 1369, 1369, 1370, 1370, 1370, 1370, 1371, 1371, 1371, 1371, 1371, 1371, 1372, 1373, 1375, 1376, 1376, 1377, 1377, 1378, 1378, 1378, 1378, 1379, 1381, 1382, 1382, 1384, 1384, 1385, 1385, 1385, 1385, 1386, 1386, 1386, 1386, 1386, 1386, 1387, 1388, 1390, 1391, 1391, 1392, 1392, 1393, 1393, 1393, 1393, 1394, 1396, 1397, 1397, 1399, 1399, 1400, 1400, 1400, 1400, 1401, 1401, 1401, 1401, 1401, 1401, 1402, 1403, 1405, 1406, 1406, 1407, 1407, 1408, 1408, 1408, 1408, 1409, 1411, 1412, 1412, 1414, 1414, 1415, 1415, 1415, 1415, 1416, 1416, 1416, 1416, 1416, 1416, 1417, 1418, 1420, 1421, 1421, 1422, 1422, 1423, 1423, 1423, 1423, 1424, 1426, 1427, 1427, 1429, 1429, 1430, 1430, 1430, 1430, 1431, 1431, 1431, 1431, 1431, 1431, 1432, 1433, 1435, 1436, 1436, 1437, 1437, 1438, 1438, 1438, 1438, 1439, 1441, 1442, 1442, 1444, 1444, 1445, 1445, 1445, 1445, 1446, 1446, 1446, 1446, 1446, 1447, 1448, 1448, 1449, 1449, 1451, 1452, 1454, 1454, 1455, 1455, 1456, 1456, 1456, 1456, 1456 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 5, 6, 1, 1, 1, 7, 1, 1, 8, 1, 1, 9, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 12, 1, 13, 1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 23, 30, 31, 32, 33, 23, 23, 34, 23, 23, 35, 1, 36, 1, 1, 1, 37, 38, 39, 40, 41, 42, 43, 44, 45, 23, 46, 47, 48, 49, 50, 51, 23, 52, 53, 54, 55, 23, 23, 56, 23, 23, 1, 1, 1, 57, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[58] = { 0, 1, 1, 2, 1, 1, 1, 1, 3, 3, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } ; static yyconst flex_int16_t yy_base[3042] = { 0, 0, 3, 8, 11, 46, 85, 125, 15, 182, 218, 18, 62, 21, 65, 252,16363, 26,16363, 72,16363, 56, 75, 5, 52, 0, 80, 0, 0, 29,16363, 193,16363, 196,16363, 51, 2,16363, 188, 199, 200, 203, 38, 107, 266, 323, 77, 188, 206, 215, 238, 278,16363, 259,16363, 0, 114,16363, 110, 312, 23, 304, 344, 243, 380,16363, 283,16363,16363, 206,16363, 16363, 307,16363,16363, 360, 216, 308,16363,16363, 318, 361, 240, 368, 266, 332, 0, 375, 0, 284, 352, 251, 289,16363,16363,16363, 386,16363, 293, 396, 379, 421, 291, 397, 403,16363, 239, 407, 444, 501, 394, 429, 404, 446, 459, 436,16363, 0, 410,16363, 425, 16363, 433, 514, 460, 483, 34,16363, 520, 460, 467, 540, 473, 562, 488, 451, 530, 501, 513, 555, 573, 568, 576, 505, 509, 0, 580, 0, 480, 555, 567, 584, 594, 565, 619, 481, 630, 528, 641,16363, 652, 709, 595, 641, 646, 645, 616, 670, 0, 597, 699, 675, 728, 595, 736, 605, 676, 747, 772, 692, 602, 763, 731, 722, 783, 778, 788, 595, 659, 0, 766, 0, 680, 686,16363, 803, 806, 698, 825, 755, 840, 789, 851, 862, 919, 852, 920, 853, 915, 878, 857, 0, 793, 934, 912, 973, 804, 979, 814, 883, 986, 1015, 900, 775, 961,16363, 787, 908, 997, 1003, 1008, 804, 235, 0, 913, 0, 829, 799, 1031, 1043, 803, 1046, 886, 1059, 889, 1070, 1081, 1138, 1065, 999, 1066, 1081, 1097, 1102, 1119, 0, 905, 1153, 1131, 1157, 942, 1161, 954, 1105, 1179, 1201, 1165, 858, 1207, 924, 1185, 1212, 1215, 1224,16363, 1182, 0, 1229, 0, 1002, 971, 1065, 1230, 1071, 1264, 1024, 1275, 1119, 1286, 1297, 1354, 1223, 1236, 1281, 1296, 201,16363, 1310, 1313, 0, 1127, 1368, 1290, 1372, 1165, 1378, 1238, 1318, 1394, 1416, 1333, 879, 1408, 955, 1349, 1427, 1400, 1430, 1150, 1209, 0, 1389, 0, 1250, 1222, 1327, 1435,16363, 1448, 1265, 1469, 1321, 1480, 1491, 1548, 1487, 1436, 1438, 1504, 1486, 0, 1337, 1560, 1340, 1507, 1345, 1533, 1381, 1518, 1569, 1514, 16363, 1542, 1090, 1583, 1158, 1543, 1588, 1592, 1596, 1281, 1355, 0, 1600, 0, 1459, 1395, 1610, 1615, 1634, 1462, 1649, 1524, 1660, 1671, 1728, 1667, 1595, 1655, 1666, 0, 1528, 1717, 1691, 1529, 1711, 1642, 1684, 1698, 1746, 1721, 16363, 1753, 201, 1756, 1764, 1757, 1774, 1406, 1299, 0, 1778, 0, 1740, 1413, 1794, 1779, 1799, 1779, 1813, 1814, 1824, 1835, 1892, 1825, 1557, 1847, 1830, 0, 1850, 1881, 1855, 1848, 1904, 1856, 1862, 1913, 1875, 1928, 1929, 1932, 1939, 1953, 1496,16363, 0, 1940, 0, 1871,16363, 1948, 1968, 1978, 1869, 1990, 1882, 2002, 2013, 2070, 1996, 0, 2025, 2028,16363, 1956, 2062, 2049, 1966, 2085, 1971, 2033, 1982, 2089, 2094, 2097, 2105, 2098, 2113, 1577, 0, 2121, 0, 2037, 2041, 2135, 2150, 2050, 2161, 2054, 2172, 2183, 2240, 2167, 2178, 2139, 2231, 2196, 2137, 2223, 2140, 2202, 2219, 2259, 2235, 2269, 2278, 2283, 1571, 0, 2260, 0, 2156, 2213, 2279, 2320, 2192, 2331, 2203, 2304, 2343, 2400, 2326, 2337, 2210, 2389, 2362, 2215, 2381, 2260, 2355, 2385, 2421, 2417, 2424, 2428, 2443, 1588, 0, 2429, 0, 2287, 2299, 2438, 2465, 2312, 2480, 2358, 2491, 2502, 2559, 2486, 2451, 2366, 2548, 2521, 2366, 2540, 2369, 2515, 2497, 2583, 2514, 2575, 2584, 2588, 1603, 0, 2578, 0, 2373, 2532, 2596, 2625, 2375, 2636, 2443, 2647, 2658, 2715, 2600, 2642, 2525, 2704, 2677, 2526, 2696, 2534, 2610, 2651, 2736, 2670, 2731, 2740, 2745, 1720, 0, 2739, 0, 2544, 2685, 2754, 2783, 2668, 2794, 2671, 2805, 2816, 2873, 2765, 2800, 2681, 2862, 2757, 2685, 2835, 2690, 2777, 2809, 2854, 2828, 2857, 2889, 2896,16363, 0, 2901, 0, 2700, 2843, 2910, 2935, 2826, 2946, 2829, 2915, 2958, 2921, 2970, 2839, 2973, 2977, 2843, 2981, 2848, 2985, 2993, 2996, 2999, 3007, 3018, 3023, 0, 3000, 0, 2892, 3037, 3041, 3060, 2908, 3075, 2928, 3086, 3097, 3081, 3092, 2939, 3110, 3116, 2947, 3124, 3025, 3042, 3120, 3135, 3136, 3139, 3142, 3146, 0, 3160, 0, 3053, 3164, 3161, 3186, 3061, 3197, 3068, 3208, 3219, 3181, 3203, 3231, 3237, 3243, 3229, 3254, 3244, 3260, 3264, 3269, 3273, 3278, 3282, 3290, 0, 3294, 0, 3298, 3312, 3307, 3328, 3296, 3341, 3314, 3352, 3363, 3347, 3358, 3320, 3376, 3382, 3329, 3390, 3383, 3399, 3403, 3410, 3406, 3419, 3425, 3429, 0, 3411, 0, 3432, 3445, 3448, 3466, 3430, 3477, 3448, 3488, 3499, 3483, 3494, 3470, 3512, 3518, 3519, 3526, 3532, 3538, 3542, 3546, 3547, 3555, 3561, 3565, 0, 3569, 0, 3568, 3581, 3584, 3603, 3584, 3618, 3604, 3629, 3640, 3624, 3635, 3614, 3653, 3659, 3660, 3667, 3673, 3679, 3683, 3687, 3688, 3696, 3702, 3706, 0, 3710, 0, 3709, 3722, 3725, 3744, 3725, 3759, 3745, 3770, 3781, 3765, 3776, 3755, 3794, 3800, 3801, 3808, 3814, 3820, 3824, 3828, 3829, 3837, 3843, 3847, 0, 3851, 0, 3850, 3863, 3866, 3885, 3866, 3900, 3886, 3911, 3922, 3906, 3917, 3896, 3935, 3941, 3942, 3949, 3955, 3961, 3965, 3969, 3970, 3978, 3984, 3988, 0, 3992, 0, 3991, 4004, 4007, 4026, 4007, 4041, 4027, 4052, 4063, 4047, 4058, 4037, 4076, 4082, 4083, 4090, 4096, 4102, 4106, 4110, 4111, 4119, 4125, 4129, 0, 4133, 0, 4132, 4145, 4148, 4167, 4148, 4182, 4168, 4193, 4204, 4188, 4199, 4178, 4217, 4223, 4224, 4231, 4237, 4243, 4247, 4251, 4252, 4260, 4266, 4270, 0, 4274, 0, 4273, 4286, 4289, 4308, 4289, 4323, 4309, 4334, 4345, 4329, 4340, 4319, 4358, 4364, 4365, 4372, 4378, 4384, 4388, 4392, 4393, 4401, 4407, 4411, 0, 4415, 0, 4414, 4427, 4430, 4449, 4430, 4464, 4450, 4475, 4486, 4470, 4481, 4460, 4499, 4505, 4506, 4513, 4519, 4525, 4529, 4533, 4534, 4542, 4548, 4552, 0, 4556, 0, 4555, 4568, 4571, 4590, 4571, 4605, 4591, 4616, 4627, 4611, 4622, 4601, 4640, 4646, 4647, 4654, 4660, 4666, 4670, 4674, 4675, 4683, 4689, 4693, 0, 4697, 0, 4696, 4709, 4712, 4731, 4712, 4746, 4732, 4757, 4768, 4752, 4763, 4742, 4781, 4787, 4788, 4795, 4801, 4807, 4811, 4815, 4816, 4824, 4830, 4834, 0, 4838, 0, 4837, 4850, 4853, 4872, 4853, 4887, 4873, 4898, 4909, 4893, 4904, 4883, 4922, 4928, 4929, 4936, 4942, 4948, 4952, 4956, 4957, 4965, 4971, 4975, 0, 4979, 0, 4978, 4991, 4994, 5013, 4994, 5028, 5014, 5039, 5050, 5034, 5045, 5024, 5063, 5069, 5070, 5077, 5083, 5089, 5093, 5097, 5098, 5106, 5112, 5116, 0, 5120, 0, 5119, 5132, 5135, 5154, 5135, 5169, 5155, 5180, 5191, 5175, 5186, 5165, 5204, 5210, 5211, 5218, 5224, 5230, 5234, 5238, 5239, 5247, 5253, 5257, 0, 5261, 0, 5260, 5273, 5276, 5295, 5276, 5310, 5296, 5321, 5332, 5316, 5327, 5306, 5345, 5351, 5352, 5359, 5365, 5371, 5375, 5379, 5380, 5388, 5394, 5398, 0, 5402, 0, 5401, 5414, 5417, 5436, 5417, 5451, 5437, 5462, 5473, 5457, 5468, 5447, 5486, 5492, 5493, 5500, 5506, 5512, 5516, 5520, 5521, 5529, 5535, 5539, 0, 5543, 0, 5542, 5555, 5558, 5577, 5558, 5592, 5578, 5603, 5614, 5598, 5609, 5588, 5627, 5633, 5634, 5641, 5647, 5653, 5657, 5661, 5662, 5670, 5676, 5680, 0, 5684, 0, 5683, 5696, 5699, 5718, 5699, 5733, 5719, 5744, 5755, 5739, 5750, 5729, 5768, 5774, 5775, 5782, 5788, 5794, 5798, 5802, 5803, 5811, 5817, 5821, 0, 5825, 0, 5824, 5837, 5840, 5859, 5840, 5874, 5860, 5885, 5896, 5880, 5891, 5870, 5909, 5915, 5916, 5923, 5929, 5935, 5939, 5943, 5944, 5952, 5958, 5962, 0, 5966, 0, 5965, 5978, 5981, 6000, 5981, 6015, 6001, 6026, 6037, 6021, 6032, 6011, 6050, 6056, 6057, 6064, 6070, 6076, 6080, 6084, 6085, 6093, 6099, 6103, 0, 6107, 0, 6106, 6119, 6122, 6141, 6122, 6156, 6142, 6167, 6178, 6162, 6173, 6152, 6191, 6197, 6198, 6205, 6211, 6217, 6221, 6225, 6226, 6234, 6240, 6244, 0, 6248, 0, 6247, 6260, 6263, 6282, 6263, 6297, 6283, 6308, 6319, 6303, 6314, 6293, 6332, 6338, 6339, 6346, 6352, 6358, 6362, 6366, 6367, 6375, 6381, 6385, 0, 6389, 0, 6388, 6401, 6404, 6423, 6404, 6438, 6424, 6449, 6460, 6444, 6455, 6434, 6473, 6479, 6480, 6487, 6493, 6499, 6503, 6507, 6508, 6516, 6522, 6526, 0, 6530, 0, 6529, 6542, 6545, 6564, 6545, 6579, 6565, 6590, 6601, 6585, 6596, 6575, 6614, 6620, 6621, 6628, 6634, 6640, 6644, 6648, 6649, 6657, 6663, 6667, 0, 6671, 0, 6670, 6683, 6686, 6705, 6686, 6720, 6706, 6731, 6742, 6726, 6737, 6716, 6755, 6761, 6762, 6769, 6775, 6781, 6785, 6789, 6790, 6798, 6804, 6808, 0, 6812, 0, 6811, 6824, 6827, 6846, 6827, 6861, 6847, 6872, 6883, 6867, 6878, 6857, 6896, 6902, 6903, 6910, 6916, 6922, 6926, 6930, 6931, 6939, 6945, 6949, 0, 6953, 0, 6952, 6965, 6968, 6987, 6968, 7002, 6988, 7013, 7024, 7008, 7019, 6998, 7037, 7043, 7044, 7051, 7057, 7063, 7067, 7071, 7072, 7080, 7086, 7090, 0, 7094, 0, 7093, 7106, 7109, 7128, 7109, 7143, 7129, 7154, 7165, 7149, 7160, 7139, 7178, 7184, 7185, 7192, 7198, 7204, 7208, 7212, 7213, 7221, 7227, 7231, 0, 7235, 0, 7234, 7247, 7250, 7269, 7250, 7284, 7270, 7295, 7306, 7290, 7301, 7280, 7319, 7325, 7326, 7333, 7339, 7345, 7349, 7353, 7354, 7362, 7368, 7372, 0, 7376, 0, 7375, 7388, 7391, 7410, 7391, 7425, 7411, 7436, 7447, 7431, 7442, 7421, 7460, 7466, 7467, 7474, 7480, 7486, 7490, 7494, 7495, 7503, 7509, 7513, 0, 7517, 0, 7516, 7529, 7532, 7551, 7532, 7566, 7552, 7577, 7588, 7572, 7583, 7562, 7601, 7607, 7608, 7615, 7621, 7627, 7631, 7635, 7636, 7644, 7650, 7654, 0, 7658, 0, 7657, 7670, 7673, 7692, 7673, 7707, 7693, 7718, 7729, 7713, 7724, 7703, 7742, 7748, 7749, 7756, 7762, 7768, 7772, 7776, 7777, 7785, 7791, 7795, 0, 7799, 0, 7798, 7811, 7814, 7833, 7814, 7848, 7834, 7859, 7870, 7854, 7865, 7844, 7883, 7889, 7890, 7897, 7903, 7909, 7913, 7917, 7918, 7926, 7932, 7936, 0, 7940, 0, 7939, 7952, 7955, 7974, 7955, 7989, 7975, 8000, 8011, 7995, 8006, 7985, 8024, 8030, 8031, 8038, 8044, 8050, 8054, 8058, 8059, 8067, 8073, 8077, 0, 8081, 0, 8080, 8093, 8096, 8115, 8096, 8130, 8116, 8141, 8152, 8136, 8147, 8126, 8165, 8171, 8172, 8179, 8185, 8191, 8195, 8199, 8200, 8208, 8214, 8218, 0, 8222, 0, 8221, 8234, 8237, 8256, 8237, 8271, 8257, 8282, 8293, 8277, 8288, 8267, 8306, 8312, 8313, 8320, 8326, 8332, 8336, 8340, 8341, 8349, 8355, 8359, 0, 8363, 0, 8362, 8375, 8378, 8397, 8378, 8412, 8398, 8423, 8434, 8418, 8429, 8408, 8447, 8453, 8454, 8461, 8467, 8473, 8477, 8481, 8482, 8490, 8496, 8500, 0, 8504, 0, 8503, 8516, 8519, 8538, 8519, 8553, 8539, 8564, 8575, 8559, 8570, 8549, 8588, 8594, 8595, 8602, 8608, 8614, 8618, 8622, 8623, 8631, 8637, 8641, 0, 8645, 0, 8644, 8657, 8660, 8679, 8660, 8694, 8680, 8705, 8716, 8700, 8711, 8690, 8729, 8735, 8736, 8743, 8749, 8755, 8759, 8763, 8764, 8772, 8778, 8782, 0, 8786, 0, 8785, 8798, 8801, 8820, 8801, 8835, 8821, 8846, 8857, 8841, 8852, 8831, 8870, 8876, 8877, 8884, 8890, 8896, 8900, 8904, 8905, 8913, 8919, 8923, 0, 8927, 0, 8926, 8939, 8942, 8961, 8942, 8976, 8962, 8987, 8998, 8982, 8993, 8972, 9011, 9017, 9018, 9025, 9031, 9037, 9041, 9045, 9046, 9054, 9060, 9064, 0, 9068, 0, 9067, 9080, 9083, 9102, 9083, 9117, 9103, 9128, 9139, 9123, 9134, 9113, 9152, 9158, 9159, 9166, 9172, 9178, 9182, 9186, 9187, 9195, 9201, 9205, 0, 9209, 0, 9208, 9221, 9224, 9243, 9224, 9258, 9244, 9269, 9280, 9264, 9275, 9254, 9293, 9299, 9300, 9307, 9313, 9319, 9323, 9327, 9328, 9336, 9342, 9346, 0, 9350, 0, 9349, 9362, 9365, 9384, 9365, 9399, 9385, 9410, 9421, 9405, 9416, 9395, 9434, 9440, 9441, 9448, 9454, 9460, 9464, 9468, 9469, 9477, 9483, 9487, 0, 9491, 0, 9490, 9503, 9506, 9525, 9506, 9540, 9526, 9551, 9562, 9546, 9557, 9536, 9575, 9581, 9582, 9589, 9595, 9601, 9605, 9609, 9610, 9618, 9624, 9628, 0, 9632, 0, 9631, 9644, 9647, 9666, 9647, 9681, 9667, 9692, 9703, 9687, 9698, 9677, 9716, 9722, 9723, 9730, 9736, 9742, 9746, 9750, 9751, 9759, 9765, 9769, 0, 9773, 0, 9772, 9785, 9788, 9807, 9788, 9822, 9808, 9833, 9844, 9828, 9839, 9818, 9857, 9863, 9864, 9871, 9877, 9883, 9887, 9891, 9892, 9900, 9906, 9910, 0, 9914, 0, 9913, 9926, 9929, 9948, 9929, 9963, 9949, 9974, 9985, 9969, 9980, 9959, 9998,10004, 10005,10012,10018,10024,10028,10032,10033,10041,10047,10051, 0,10055, 0,10054,10067,10070,10089,10070,10104,10090, 10115,10126,10110,10121,10100,10139,10145,10146,10153,10159, 10165,10169,10173,10174,10182,10188,10192, 0,10196, 0, 10195,10208,10211,10230,10211,10245,10231,10256,10267,10251, 10262,10241,10280,10286,10287,10294,10300,10306,10310,10314, 10315,10323,10329,10333, 0,10337, 0,10336,10349,10352, 10371,10352,10386,10372,10397,10408,10392,10403,10382,10421, 10427,10428,10435,10441,10447,10451,10455,10456,10464,10470, 10474, 0,10478, 0,10477,10490,10493,10512,10493,10527, 10513,10538,10549,10533,10544,10523,10562,10568,10569,10576, 10582,10588,10592,10596,10597,10605,10611,10615, 0,10619, 0,10618,10631,10634,10653,10634,10668,10654,10679,10690, 10674,10685,10664,10703,10709,10710,10717,10723,10729,10733, 10737,10738,10746,10752,10756, 0,10760, 0,10759,10772, 10775,10794,10775,10809,10795,10820,10831,10815,10826,10805, 10844,10850,10851,10858,10864,10870,10874,10878,10879,10887, 10893,10897, 0,10901, 0,10900,10913,10916,10935,10916, 10950,10936,10961,10972,10956,10967,10946,10985,10991,10992, 10999,11005,11011,11015,11019,11020,11028,11034,11038, 0, 11042, 0,11041,11054,11057,11076,11057,11091,11077,11102, 11113,11097,11108,11087,11126,11132,11133,11140,11146,11152, 11156,11160,11161,11169,11175,11179, 0,11183, 0,11182, 11195,11198,11217,11198,11232,11218,11243,11254,11238,11249, 11228,11267,11273,11274,11281,11287,11293,11297,11301,11302, 11310,11316,11320, 0,11324, 0,11323,11336,11339,11358, 11339,11373,11359,11384,11395,11379,11390,11369,11408,11414, 11415,11422,11428,11434,11438,11442,11443,11451,11457,11461, 0,11465, 0,11464,11477,11480,11499,11480,11514,11500, 11525,11536,11520,11531,11510,11549,11555,11556,11563,11569, 11575,11579,11583,11584,11592,11598,11602, 0,11606, 0, 11605,11618,11621,11640,11621,11655,11641,11666,11677,11661, 11672,11651,11690,11696,11697,11704,11710,11716,11720,11724, 11725,11733,11739,11743, 0,11747, 0,11746,11759,11762, 11781,11762,11796,11782,11807,11818,11802,11813,11792,11831, 11837,11838,11845,11851,11857,11861,11865, 173, 785,11872, 11882,16363, 161,16363,11866,11887,11890,11911,11916,11926, 11929,11939,11900,11943,11949,11891,11953,11957,11919,11961, 11962,11968,11972,11978, 48,11979,11983,16363,11988,11984, 11988,12001,11998,12012,12020,12013,12021,12027,12031,12034, 12037,12040,16363,12075,12082,12089,12096,12103,12110,12117, 12124,12130,12137,12144, 120,12151,12156,12162,12169,12174, 12180,12187,12194,12201, 116,12208,12213,12220,12227,12232, 12238,12245,12252,12259, 105,12266,12271,12278,12285,12290, 12296,12303,12310,12317, 102,12324,12329,12336,12343,12348, 12354,12361,12368,12375, 101,12382,12387,12394,12401,12406, 12412,12419,12426,12433, 89,12440,12445,12452,12459,12464, 12470,12477,12484,12491, 52,12498,12503,12510,12517,12522, 12528,12535,12542,12549, 24,12556,12561,12568,12575,12580, 12586,12593,12600,12607, 5,12614,12619,12626,12633,12638, 12644,12651,12658,12665,12672,12677,12684,12691,12697,12704, 12711,12718,12725,12730,12737,12744,12750,12757,12764,12771, 12778,12783,12790,12797,12803,12810,12817,12824,12831,12836, 12843,12850,12856,12863,12870,12877,12884,12889,12896,12903, 12909,12916,12923,12930,12937,12942,12949,12956,12962,12969, 12976,12983,12990,12995,13002,13009,13015,13022,13029,13036, 13043,13048,13055,13062,13068,13075,13082,13089,13096,13101, 13108,13115,13121,13128,13135,13142,13149,13154,13161,13168, 13174,13181,13188,13195,13202,13207,13214,13221,13227,13234, 13241,13248,13255,13260,13267,13274,13280,13287,13294,13301, 13308,13313,13320,13327,13333,13340,13347,13354,13361,13366, 13373,13380,13386,13393,13400,13407,13414,13419,13426,13433, 13439,13446,13453,13460,13467,13472,13479,13486,13492,13499, 13506,13513,13520,13525,13532,13539,13545,13552,13559,13566, 13573,13578,13585,13592,13598,13605,13612,13619,13626,13631, 13638,13645,13651,13658,13665,13672,13679,13684,13691,13698, 13704,13711,13718,13725,13732,13737,13744,13751,13757,13764, 13771,13778,13785,13790,13797,13804,13810,13817,13824,13831, 13838,13843,13850,13857,13863,13870,13877,13884,13891,13896, 13903,13910,13916,13923,13930,13937,13944,13949,13956,13963, 13969,13976,13983,13990,13997,14002,14009,14016,14022,14029, 14036,14043,14050,14055,14062,14069,14075,14082,14089,14096, 14103,14108,14115,14122,14128,14135,14142,14149,14156,14161, 14168,14175,14181,14188,14195,14202,14209,14214,14221,14228, 14234,14241,14248,14255,14262,14267,14274,14281,14287,14294, 14301,14308,14315,14320,14327,14334,14340,14347,14354,14361, 14368,14373,14380,14387,14393,14400,14407,14414,14421,14426, 14433,14440,14446,14453,14460,14467,14474,14479,14486,14493, 14499,14506,14513,14520,14527,14532,14539,14546,14552,14559, 14566,14573,14580,14585,14592,14599,14605,14612,14619,14626, 14633,14638,14645,14652,14658,14665,14672,14679,14686,14691, 14698,14705,14711,14718,14725,14732,14739,14744,14751,14758, 14764,14771,14778,14785,14792,14797,14804,14811,14817,14824, 14831,14838,14845,14850,14857,14864,14870,14877,14884,14891, 14898,14903,14910,14917,14923,14930,14937,14944,14951,14956, 14963,14970,14976,14983,14990,14997,15004,15009,15016,15023, 15029,15036,15043,15050,15057,15062,15069,15076,15082,15089, 15096,15103,15110,15115,15122,15129,15135,15142,15149,15156, 15163,15168,15175,15182,15188,15195,15202,15209,15216,15221, 15228,15235,15241,15248,15255,15262,15269,15274,15281,15288, 15294,15301,15308,15315,15322,15327,15334,15341,15347,15354, 15361,15368,15375,15380,15387,15394,15400,15407,15414,15421, 15428,15433,15440,15447,15453,15460,15467,15474,15481,15486, 15493,15500,15506,15513,15520,15527,15534,15539,15546,15553, 15559,15566,15573,15580,15587,15592,15599,15606,15612,15619, 15626,15633,15640,15645,15652,15659,15665,15672,15679,15686, 15693,15698,15705,15712,15718,15725,15732,15739,15746,15751, 15758,15765,15771,15778,15785,15792,15799,15804,15811,15818, 15824,15831,15838,15845,15852,15857,15864,15871,15877,15884, 15891,15898,15905,15910,15917,15924,15930,15937,15944,15951, 15958,15963,15970,15977,15983,15990,15997,16004,16011,16016, 16023,16030,16036,16043,16050,16057,16064,16069,16076,16083, 16089,16096,16103,16110,16117,16122,16129,16136,16142,16149, 16156,16163,16170,16175,16182,16189,16195,16202,16209,16216, 16223,16228,16235,16242,16248,16255,16262,16269,16276,16281, 16288,16295,16301,16308,16315,16322,16329,16334,16341,16348, 16355 } ; static yyconst flex_int16_t yy_def[3042] = { 0, 2384, 2384, 2385, 2385, 2386, 2386, 2383, 7, 2387, 2388, 2389, 2389, 2390, 2390, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2391, 2391, 2391, 2391, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2392, 2383, 2383, 2393, 2383, 2383, 2394, 2394, 45, 45, 45, 45, 2392, 2383, 2383, 2383, 2383, 2395, 2383, 2383, 2396, 2397, 2383, 2398, 2399, 2396, 2399, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2400, 2400, 2400, 2383, 2383, 2383, 2401, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2402, 2403, 2403, 2383, 2383, 2383, 2383, 2404, 2404, 109, 109, 109, 109, 2383, 2383, 2383, 2405, 2383, 2383, 2406, 2383, 2396, 2397, 2398, 2396, 2383, 2383, 2407, 2408, 2408, 2409, 2383, 2409, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2410, 2410, 2410, 2383, 2383, 2383, 2411, 2383, 2383, 2412, 2413, 2412, 2413, 2413, 2383, 2414, 2414, 161, 161, 161, 161, 2383, 2383, 2415, 2416, 2397, 2406, 2417, 2418, 2417, 2418, 2418, 2419, 2419, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2420, 2420, 2420, 2383, 2383, 2383, 2421, 2383, 2383, 2422, 2423, 2422, 2423, 2423, 2424, 2424, 204, 204, 204, 204, 2383, 2383, 2425, 2426, 2397, 2416, 2427, 2428, 2427, 2428, 2428, 2429, 2429, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2430, 2430, 2430, 2383, 2383, 2431, 2383, 2383, 2432, 2433, 2432, 2433, 2433, 2434, 2434, 247, 247, 247, 247, 247, 2383, 2383, 2435, 2436, 2397, 2426, 2437, 2438, 2437, 2438, 2438, 2439, 2439, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2440, 2440, 2440, 2383, 2383, 2441, 2383, 2383, 2442, 2443, 2442, 2443, 2443, 2444, 2444, 290, 290, 290, 290, 2383, 2383, 2383, 2383, 2445, 2446, 2397, 2436, 2447, 2448, 2447, 2448, 2448, 2449, 2449, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2450, 2450, 2450, 2383, 2383, 2451, 2383, 2383, 2452, 2453, 2452, 2453, 2453, 2454, 2454, 334, 334, 334, 2383, 2383, 2455, 2456, 2397, 2446, 2457, 2458, 2457, 2458, 2458, 2459, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2460, 2460, 2460, 2383, 2383, 2461, 2383, 2462, 2463, 2462, 2463, 2463, 2464, 2464, 375, 375, 2383, 2383, 2465, 2466, 2397, 2467, 2468, 2467, 2468, 2468, 2469, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2470, 2470, 2470, 2383, 2383, 2471, 2383, 2472, 2473, 2472, 2473, 2473, 2474, 2474, 413, 413, 2383, 2383, 2475, 2476, 2397, 2477, 2478, 2477, 2478, 2478, 2479, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2480, 2480, 2480, 2383, 2383, 2481, 2383, 2482, 2483, 2482, 2483, 2483, 2484, 2484, 448, 448, 2383, 2383, 2383, 2485, 2397, 2486, 2487, 2486, 2487, 2487, 2485, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2488, 2488, 2488, 2383, 2489, 2383, 2490, 2491, 2490, 2491, 2491, 2492, 2492, 2383, 2383, 2493, 2397, 2494, 2495, 2494, 2495, 2495, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2496, 2496, 2496, 2383, 2497, 2383, 2498, 2499, 2498, 2499, 2499, 2500, 2500, 2383, 2383, 2501, 2397, 2502, 2503, 2502, 2503, 2503, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2504, 2504, 2504, 2383, 2505, 2383, 2506, 2507, 2506, 2507, 2507, 2508, 2508, 2383, 2383, 2509, 2397, 2510, 2511, 2510, 2511, 2511, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2512, 2512, 2512, 2383, 2513, 2383, 2514, 2515, 2514, 2515, 2515, 2516, 2516, 2383, 2383, 2517, 2397, 2518, 2519, 2518, 2519, 2519, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2520, 2520, 2520, 2383, 2521, 2383, 2522, 2523, 2522, 2523, 2523, 2524, 2524, 2383, 2383, 2525, 2397, 2526, 2527, 2526, 2527, 2527, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2528, 2528, 2528, 2383, 2529, 2383, 2530, 2531, 2530, 2531, 2531, 2532, 2383, 2383, 2533, 2397, 2534, 2535, 2534, 2535, 2535, 2383, 2383, 2383, 2383, 2383, 2383, 2536, 2536, 2536, 2383, 2537, 2383, 2538, 2539, 2538, 2539, 2539, 2540, 2383, 2383, 2541, 2397, 2542, 2543, 2542, 2543, 2543, 2383, 2383, 2383, 2383, 2383, 2383, 2544, 2544, 2544, 2383, 2545, 2383, 2546, 2547, 2546, 2547, 2547, 2548, 2383, 2383, 2549, 2397, 2550, 2551, 2550, 2551, 2551, 2383, 2383, 2383, 2383, 2383, 2383, 2552, 2552, 2552, 2383, 2553, 2383, 2554, 2555, 2554, 2555, 2555, 2556, 2383, 2383, 2557, 2397, 2558, 2559, 2558, 2559, 2559, 2383, 2383, 2383, 2383, 2383, 2383, 2560, 2560, 2560, 2383, 2561, 2383, 2562, 2563, 2562, 2563, 2563, 2564, 2383, 2383, 2565, 2397, 2566, 2567, 2566, 2567, 2567, 2383, 2383, 2383, 2383, 2383, 2383, 2568, 2568, 2568, 2383, 2569, 2383, 2570, 2571, 2570, 2571, 2571, 2572, 2383, 2383, 2573, 2397, 2574, 2575, 2574, 2575, 2575, 2383, 2383, 2383, 2383, 2383, 2383, 2576, 2576, 2576, 2383, 2577, 2383, 2578, 2579, 2578, 2579, 2579, 2580, 2383, 2383, 2581, 2397, 2582, 2583, 2582, 2583, 2583, 2383, 2383, 2383, 2383, 2383, 2383, 2584, 2584, 2584, 2383, 2585, 2383, 2586, 2587, 2586, 2587, 2587, 2588, 2383, 2383, 2589, 2397, 2590, 2591, 2590, 2591, 2591, 2383, 2383, 2383, 2383, 2383, 2383, 2592, 2592, 2592, 2383, 2593, 2383, 2594, 2595, 2594, 2595, 2595, 2596, 2383, 2383, 2597, 2397, 2598, 2599, 2598, 2599, 2599, 2383, 2383, 2383, 2383, 2383, 2383, 2600, 2600, 2600, 2383, 2601, 2383, 2602, 2603, 2602, 2603, 2603, 2604, 2383, 2383, 2605, 2397, 2606, 2607, 2606, 2607, 2607, 2383, 2383, 2383, 2383, 2383, 2383, 2608, 2608, 2608, 2383, 2609, 2383, 2610, 2611, 2610, 2611, 2611, 2612, 2383, 2383, 2613, 2397, 2614, 2615, 2614, 2615, 2615, 2383, 2383, 2383, 2383, 2383, 2383, 2616, 2616, 2616, 2383, 2617, 2383, 2618, 2619, 2618, 2619, 2619, 2620, 2383, 2383, 2621, 2397, 2622, 2623, 2622, 2623, 2623, 2383, 2383, 2383, 2383, 2383, 2383, 2624, 2624, 2624, 2383, 2625, 2383, 2626, 2627, 2626, 2627, 2627, 2628, 2383, 2383, 2629, 2397, 2630, 2631, 2630, 2631, 2631, 2383, 2383, 2383, 2383, 2383, 2383, 2632, 2632, 2632, 2383, 2633, 2383, 2634, 2635, 2634, 2635, 2635, 2636, 2383, 2383, 2637, 2397, 2638, 2639, 2638, 2639, 2639, 2383, 2383, 2383, 2383, 2383, 2383, 2640, 2640, 2640, 2383, 2641, 2383, 2642, 2643, 2642, 2643, 2643, 2644, 2383, 2383, 2645, 2397, 2646, 2647, 2646, 2647, 2647, 2383, 2383, 2383, 2383, 2383, 2383, 2648, 2648, 2648, 2383, 2649, 2383, 2650, 2651, 2650, 2651, 2651, 2652, 2383, 2383, 2653, 2397, 2654, 2655, 2654, 2655, 2655, 2383, 2383, 2383, 2383, 2383, 2383, 2656, 2656, 2656, 2383, 2657, 2383, 2658, 2659, 2658, 2659, 2659, 2660, 2383, 2383, 2661, 2397, 2662, 2663, 2662, 2663, 2663, 2383, 2383, 2383, 2383, 2383, 2383, 2664, 2664, 2664, 2383, 2665, 2383, 2666, 2667, 2666, 2667, 2667, 2668, 2383, 2383, 2669, 2397, 2670, 2671, 2670, 2671, 2671, 2383, 2383, 2383, 2383, 2383, 2383, 2672, 2672, 2672, 2383, 2673, 2383, 2674, 2675, 2674, 2675, 2675, 2676, 2383, 2383, 2677, 2397, 2678, 2679, 2678, 2679, 2679, 2383, 2383, 2383, 2383, 2383, 2383, 2680, 2680, 2680, 2383, 2681, 2383, 2682, 2683, 2682, 2683, 2683, 2684, 2383, 2383, 2685, 2397, 2686, 2687, 2686, 2687, 2687, 2383, 2383, 2383, 2383, 2383, 2383, 2688, 2688, 2688, 2383, 2689, 2383, 2690, 2691, 2690, 2691, 2691, 2692, 2383, 2383, 2693, 2397, 2694, 2695, 2694, 2695, 2695, 2383, 2383, 2383, 2383, 2383, 2383, 2696, 2696, 2696, 2383, 2697, 2383, 2698, 2699, 2698, 2699, 2699, 2700, 2383, 2383, 2701, 2397, 2702, 2703, 2702, 2703, 2703, 2383, 2383, 2383, 2383, 2383, 2383, 2704, 2704, 2704, 2383, 2705, 2383, 2706, 2707, 2706, 2707, 2707, 2708, 2383, 2383, 2709, 2397, 2710, 2711, 2710, 2711, 2711, 2383, 2383, 2383, 2383, 2383, 2383, 2712, 2712, 2712, 2383, 2713, 2383, 2714, 2715, 2714, 2715, 2715, 2716, 2383, 2383, 2717, 2397, 2718, 2719, 2718, 2719, 2719, 2383, 2383, 2383, 2383, 2383, 2383, 2720, 2720, 2720, 2383, 2721, 2383, 2722, 2723, 2722, 2723, 2723, 2724, 2383, 2383, 2725, 2397, 2726, 2727, 2726, 2727, 2727, 2383, 2383, 2383, 2383, 2383, 2383, 2728, 2728, 2728, 2383, 2729, 2383, 2730, 2731, 2730, 2731, 2731, 2732, 2383, 2383, 2733, 2397, 2734, 2735, 2734, 2735, 2735, 2383, 2383, 2383, 2383, 2383, 2383, 2736, 2736, 2736, 2383, 2737, 2383, 2738, 2739, 2738, 2739, 2739, 2740, 2383, 2383, 2741, 2397, 2742, 2743, 2742, 2743, 2743, 2383, 2383, 2383, 2383, 2383, 2383, 2744, 2744, 2744, 2383, 2745, 2383, 2746, 2747, 2746, 2747, 2747, 2748, 2383, 2383, 2749, 2397, 2750, 2751, 2750, 2751, 2751, 2383, 2383, 2383, 2383, 2383, 2383, 2752, 2752, 2752, 2383, 2753, 2383, 2754, 2755, 2754, 2755, 2755, 2756, 2383, 2383, 2757, 2397, 2758, 2759, 2758, 2759, 2759, 2383, 2383, 2383, 2383, 2383, 2383, 2760, 2760, 2760, 2383, 2761, 2383, 2762, 2763, 2762, 2763, 2763, 2764, 2383, 2383, 2765, 2397, 2766, 2767, 2766, 2767, 2767, 2383, 2383, 2383, 2383, 2383, 2383, 2768, 2768, 2768, 2383, 2769, 2383, 2770, 2771, 2770, 2771, 2771, 2772, 2383, 2383, 2773, 2397, 2774, 2775, 2774, 2775, 2775, 2383, 2383, 2383, 2383, 2383, 2383, 2776, 2776, 2776, 2383, 2777, 2383, 2778, 2779, 2778, 2779, 2779, 2780, 2383, 2383, 2781, 2397, 2782, 2783, 2782, 2783, 2783, 2383, 2383, 2383, 2383, 2383, 2383, 2784, 2784, 2784, 2383, 2785, 2383, 2786, 2787, 2786, 2787, 2787, 2788, 2383, 2383, 2789, 2397, 2790, 2791, 2790, 2791, 2791, 2383, 2383, 2383, 2383, 2383, 2383, 2792, 2792, 2792, 2383, 2793, 2383, 2794, 2795, 2794, 2795, 2795, 2796, 2383, 2383, 2797, 2397, 2798, 2799, 2798, 2799, 2799, 2383, 2383, 2383, 2383, 2383, 2383, 2800, 2800, 2800, 2383, 2801, 2383, 2802, 2803, 2802, 2803, 2803, 2804, 2383, 2383, 2805, 2397, 2806, 2807, 2806, 2807, 2807, 2383, 2383, 2383, 2383, 2383, 2383, 2808, 2808, 2808, 2383, 2809, 2383, 2810, 2811, 2810, 2811, 2811, 2812, 2383, 2383, 2813, 2397, 2814, 2815, 2814, 2815, 2815, 2383, 2383, 2383, 2383, 2383, 2383, 2816, 2816, 2816, 2383, 2817, 2383, 2818, 2819, 2818, 2819, 2819, 2820, 2383, 2383, 2821, 2397, 2822, 2823, 2822, 2823, 2823, 2383, 2383, 2383, 2383, 2383, 2383, 2824, 2824, 2824, 2383, 2825, 2383, 2826, 2827, 2826, 2827, 2827, 2828, 2383, 2383, 2829, 2397, 2830, 2831, 2830, 2831, 2831, 2383, 2383, 2383, 2383, 2383, 2383, 2832, 2832, 2832, 2383, 2833, 2383, 2834, 2835, 2834, 2835, 2835, 2836, 2383, 2383, 2837, 2397, 2838, 2839, 2838, 2839, 2839, 2383, 2383, 2383, 2383, 2383, 2383, 2840, 2840, 2840, 2383, 2841, 2383, 2842, 2843, 2842, 2843, 2843, 2844, 2383, 2383, 2845, 2397, 2846, 2847, 2846, 2847, 2847, 2383, 2383, 2383, 2383, 2383, 2383, 2848, 2848, 2848, 2383, 2849, 2383, 2850, 2851, 2850, 2851, 2851, 2852, 2383, 2383, 2853, 2397, 2854, 2855, 2854, 2855, 2855, 2383, 2383, 2383, 2383, 2383, 2383, 2856, 2856, 2856, 2383, 2857, 2383, 2858, 2859, 2858, 2859, 2859, 2860, 2383, 2383, 2861, 2397, 2862, 2863, 2862, 2863, 2863, 2383, 2383, 2383, 2383, 2383, 2383, 2864, 2864, 2864, 2383, 2865, 2383, 2866, 2867, 2866, 2867, 2867, 2868, 2383, 2383, 2869, 2397, 2870, 2871, 2870, 2871, 2871, 2383, 2383, 2383, 2383, 2383, 2383, 2872, 2872, 2872, 2383, 2873, 2383, 2874, 2875, 2874, 2875, 2875, 2876, 2383, 2383, 2877, 2397, 2878, 2879, 2878, 2879, 2879, 2383, 2383, 2383, 2383, 2383, 2383, 2880, 2880, 2880, 2383, 2881, 2383, 2882, 2883, 2882, 2883, 2883, 2884, 2383, 2383, 2885, 2397, 2886, 2887, 2886, 2887, 2887, 2383, 2383, 2383, 2383, 2383, 2383, 2888, 2888, 2888, 2383, 2889, 2383, 2890, 2891, 2890, 2891, 2891, 2892, 2383, 2383, 2893, 2397, 2894, 2895, 2894, 2895, 2895, 2383, 2383, 2383, 2383, 2383, 2383, 2896, 2896, 2896, 2383, 2897, 2383, 2898, 2899, 2898, 2899, 2899, 2900, 2383, 2383, 2901, 2397, 2902, 2903, 2902, 2903, 2903, 2383, 2383, 2383, 2383, 2383, 2383, 2904, 2904, 2904, 2383, 2905, 2383, 2906, 2907, 2906, 2907, 2907, 2908, 2383, 2383, 2909, 2397, 2910, 2911, 2910, 2911, 2911, 2383, 2383, 2383, 2383, 2383, 2383, 2912, 2912, 2912, 2383, 2913, 2383, 2914, 2915, 2914, 2915, 2915, 2916, 2383, 2383, 2917, 2397, 2918, 2919, 2918, 2919, 2919, 2383, 2383, 2383, 2383, 2383, 2383, 2920, 2920, 2920, 2383, 2921, 2383, 2922, 2923, 2922, 2923, 2923, 2924, 2383, 2383, 2925, 2397, 2926, 2927, 2926, 2927, 2927, 2383, 2383, 2383, 2383, 2383, 2383, 2928, 2928, 2928, 2383, 2929, 2383, 2930, 2931, 2930, 2931, 2931, 2932, 2383, 2383, 2933, 2397, 2934, 2935, 2934, 2935, 2935, 2383, 2383, 2383, 2383, 2383, 2383, 2936, 2936, 2936, 2383, 2937, 2383, 2938, 2939, 2938, 2939, 2939, 2940, 2383, 2383, 2941, 2397, 2942, 2943, 2942, 2943, 2943, 2383, 2383, 2383, 2383, 2383, 2383, 2944, 2944, 2944, 2383, 2945, 2383, 2946, 2947, 2946, 2947, 2947, 2948, 2383, 2383, 2949, 2397, 2950, 2951, 2950, 2951, 2951, 2383, 2383, 2383, 2383, 2383, 2383, 2952, 2952, 2952, 2383, 2953, 2383, 2954, 2955, 2954, 2955, 2955, 2956, 2383, 2383, 2957, 2397, 2958, 2959, 2958, 2959, 2959, 2383, 2383, 2383, 2383, 2383, 2383, 2960, 2960, 2960, 2383, 2961, 2383, 2962, 2963, 2962, 2963, 2963, 2964, 2383, 2383, 2965, 2397, 2966, 2967, 2966, 2967, 2967, 2383, 2383, 2383, 2383, 2383, 2383, 2968, 2968, 2968, 2383, 2969, 2383, 2970, 2971, 2970, 2971, 2971, 2972, 2383, 2383, 2973, 2397, 2974, 2975, 2974, 2975, 2975, 2383, 2383, 2383, 2383, 2383, 2383, 2976, 2976, 2976, 2383, 2977, 2383, 2978, 2979, 2978, 2979, 2979, 2980, 2383, 2383, 2981, 2397, 2982, 2983, 2982, 2983, 2983, 2383, 2383, 2383, 2383, 2383, 2383, 2984, 2984, 2984, 2383, 2985, 2383, 2986, 2987, 2986, 2987, 2987, 2988, 2383, 2383, 2989, 2397, 2990, 2991, 2990, 2991, 2991, 2383, 2383, 2383, 2383, 2383, 2383, 2992, 2992, 2992, 2383, 2993, 2383, 2994, 2995, 2994, 2995, 2995, 2996, 2383, 2383, 2997, 2397, 2998, 2999, 2998, 2999, 2999, 2383, 2383, 2383, 2383, 2383, 2383, 3000, 3000, 3000, 2383, 3001, 2383, 3002, 3003, 3002, 3003, 3003, 3004, 2383, 2383, 3005, 2397, 3006, 3007, 3006, 3007, 3007, 2383, 2383, 2383, 2383, 2383, 2383, 3008, 3008, 3008, 2383, 3009, 2383, 3010, 3011, 3010, 3011, 3011, 3012, 2383, 2383, 3013, 2397, 3014, 3015, 3014, 3015, 3015, 2383, 2383, 2383, 2383, 2383, 2383, 3016, 3016, 3016, 2383, 3017, 2383, 3018, 3019, 3018, 3019, 3019, 3020, 2383, 2383, 3021, 2397, 3022, 3023, 3022, 3023, 3023, 2383, 2383, 2383, 2383, 2383, 2383, 3024, 3024, 3024, 2383, 3025, 2383, 3026, 3027, 3026, 3027, 3027, 3028, 2383, 2383, 3029, 2397, 3030, 3031, 3030, 3031, 3031, 2383, 2383, 2383, 2383, 2383, 2383, 3032, 3032, 3032, 2383, 3033, 2383, 3034, 3035, 3034, 3035, 3035, 3036, 2383, 2383, 3037, 2397, 3038, 3039, 3038, 3039, 3039, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 3040, 3040, 3040, 3040, 3040, 2383, 2383, 2383, 2383, 2397, 3041, 3041, 3041, 3041, 3041, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2397, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 0, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383 } ; static yyconst flex_int16_t yy_nxt[16421] = { 0, 2383, 17, 18, 19, 21, 18, 22, 453, 23, 26, 27, 26, 26, 27, 26, 91, 51, 24, 51, 66, 67, 66, 72, 73, 72, 126, 418, 77, 68, 77, 89, 84, 89, 127, 20, 69, 126, 20, 91, 104, 24, 104, 28, 29, 127, 28, 29, 31, 32, 33, 79, 2365, 70, 84, 380, 74, 34, 81, 69, 81, 78, 35, 36, 66, 67, 66, 75, 73, 75, 85, 82, 90, 68, 77, 79, 80, 81, 79, 83, 69, 37, 87, 76, 87, 35, 36, 31, 32, 33, 82, 78, 340, 85, 82, 90, 34, 70, 108, 110, 74, 35, 36, 69, 299, 255, 76, 78, 211, 105, 78, 105, 121, 82, 121, 88, 118, 119, 118, 168, 37, 108, 110, 117, 35, 36, 38, 39, 40, 39, 41, 38, 41, 38, 38, 38, 42, 43, 38, 44, 44, 45, 46, 44, 47, 44, 44, 44, 44, 44, 44, 44, 44, 48, 44, 44, 44, 49, 44, 44, 50, 38, 44, 44, 45, 46, 44, 47, 44, 44, 44, 44, 44, 44, 44, 48, 44, 44, 44, 49, 44, 44, 38, 52, 53, 54, 53, 52, 52, 52, 93, 94, 93, 56, 52, 77, 78, 77, 77, 95, 77, 96, 99, 96, 99, 102, 94, 102, 78, 108, 97, 98, 225, 107, 95, 103, 111, 57, 52, 58, 59, 60, 59, 61, 58, 61, 100, 108, 78, 63, 58, 78, 108, 135, 78, 112, 108, 113, 111, 275, 93, 94, 93, 138, 64, 132, 119, 132, 100, 95, 108, 107, 2383, 57, 52, 135, 2383, 112, 85, 108, 113, 115, 116, 115, 2383, 138, 64, 92, 106, 94, 106, 92, 92, 92, 92, 92, 92, 95, 107, 92, 114, 85, 114, 150, 143, 134, 148, 134, 148, 97, 98, 93, 94, 93, 78, 105, 158, 105, 158, 2383, 95, 92, 92, 2383, 2383, 150, 129, 143, 129, 77, 139, 77, 139, 78, 123, 116, 123, 124, 78, 124, 139, 79, 140, 92, 92, 106, 94, 106, 92, 92, 92, 92, 92, 92, 95, 107, 92, 2383, 125, 130, 130, 2383, 78, 78, 109, 120, 121, 78, 121, 120, 120, 120, 144, 78, 2383, 120, 120, 2383, 92, 92, 125, 2383, 136, 141, 136, 141, 149, 109, 2383, 2383, 141, 79, 142, 2383, 2383, 144, 82, 146, 137, 146, 92, 120, 121, 82, 121, 120, 120, 120, 152, 149, 152, 120, 120, 153, 133, 78, 78, 97, 99, 82, 99, 137, 158, 78, 158, 104, 82, 104, 160, 159, 147, 159, 118, 119, 118, 2383, 153, 133, 160, 2383, 162, 78, 100, 155, 94, 155, 156, 121, 156, 121, 2383, 160, 95, 157, 2383, 121, 164, 121, 167, 116, 167, 160, 162, 160, 100, 151, 106, 94, 106, 151, 151, 151, 151, 151, 151, 95, 107, 151, 164, 163, 160, 166, 129, 166, 129, 176, 160, 176, 180, 2383, 97, 78, 176, 2383, 176, 118, 119, 118, 165, 151, 151, 163, 192, 160, 192, 121, 202, 121, 202, 2383, 179, 180, 179, 2383, 78, 130, 130, 171, 2383, 2383, 165, 151, 151, 106, 94, 106, 151, 151, 151, 151, 151, 151, 95, 107, 151, 161, 170, 116, 170, 124, 171, 124, 173, 78, 173, 174, 2383, 174, 138, 2383, 182, 188, 181, 202, 181, 202, 151, 151, 161, 187, 125, 169, 121, 2383, 121, 169, 169, 169, 137, 78, 138, 169, 169, 182, 188, 175, 175, 183, 151, 183, 2383, 187, 125, 169, 121, 78, 121, 169, 169, 169, 185, 137, 185, 169, 169, 183, 79, 184, 185, 79, 186, 194, 190, 82, 190, 193, 93, 94, 93, 2383, 78, 82, 2383, 2383, 178, 95, 196, 197, 196, 121, 219, 121, 219, 78, 194, 97, 82, 193, 78, 2383, 219, 78, 219, 205, 82, 191, 178, 223, 209, 197, 209, 199, 94, 199, 200, 203, 200, 97, 231, 78, 95, 201, 199, 94, 199, 200, 205, 200, 2383, 2383, 223, 95, 201, 199, 94, 199, 202, 203, 202, 2383, 231, 78, 95, 195, 106, 94, 106, 195, 195, 195, 195, 195, 195, 95, 107, 195, 2383, 206, 207, 2383, 208, 203, 210, 116, 210, 203, 203, 121, 216, 121, 216, 219, 236, 219, 236, 2383, 232, 195, 195, 206, 2383, 207, 208, 203, 222, 2383, 222, 203, 203, 2383, 237, 213, 116, 213, 124, 78, 124, 214, 232, 195, 195, 106, 94, 106, 195, 195, 195, 195, 195, 195, 95, 107, 195, 237, 227, 125, 227, 78, 240, 214, 216, 2383, 216, 217, 78, 217, 2383, 2383, 216, 204, 216, 217, 225, 217, 195, 195, 226, 125, 212, 121, 240, 121, 212, 212, 212, 2383, 2383, 78, 212, 212, 245, 204, 245, 218, 218, 224, 195, 224, 234, 226, 234, 218, 218, 212, 121, 2383, 121, 212, 212, 212, 229, 137, 229, 212, 212, 227, 79, 228, 79, 2365, 229, 79, 230, 82, 245, 121, 245, 121, 78, 2383, 267, 235, 221, 82, 137, 93, 94, 93, 239, 263, 239, 263, 269, 78, 95, 280, 82, 97, 78, 263, 78, 263, 267, 78, 221, 283, 82, 242, 94, 242, 243, 279, 243, 279, 269, 274, 95, 244, 280, 2383, 2383, 78, 242, 94, 242, 243, 2383, 243, 283, 2383, 2383, 95, 244, 242, 94, 242, 245, 274, 245, 254, 116, 254, 95, 238, 106, 94, 106, 238, 238, 238, 238, 238, 238, 95, 107, 238, 2383, 246, 246, 249, 253, 251, 253, 246, 246, 260, 311, 260, 263, 97, 263, 288, 78, 288, 288, 353, 288, 238, 238, 246, 246, 249, 266, 251, 266, 246, 246, 121, 311, 121, 270, 2383, 270, 78, 121, 277, 121, 277, 353, 238, 238, 106, 94, 106, 238, 238, 238, 238, 238, 238, 95, 107, 238, 252, 250, 78, 257, 116, 257, 124, 246, 124, 258, 78, 247, 246, 246, 307, 278, 307, 248, 246, 313, 2383, 238, 238, 252, 250, 2383, 307, 125, 307, 246, 268, 258, 268, 247, 246, 246, 78, 2383, 355, 248, 246, 313, 260, 238, 260, 261, 137, 261, 260, 125, 260, 261, 2383, 261, 256, 121, 2383, 121, 256, 256, 256, 355, 2383, 78, 256, 256, 270, 79, 271, 137, 324, 323, 272, 323, 272, 262, 262, 272, 79, 273, 289, 262, 262, 256, 121, 82, 121, 256, 256, 256, 82, 2383, 324, 256, 256, 2383, 332, 292, 332, 78, 93, 94, 93, 289, 265, 78, 2383, 2383, 82, 95, 78, 2383, 282, 82, 282, 285, 94, 285, 286, 292, 286, 97, 2383, 2383, 95, 287, 2383, 265, 285, 94, 285, 286, 2383, 286, 93, 94, 93, 95, 287, 285, 94, 285, 288, 95, 288, 78, 289, 289, 95, 281, 106, 94, 106, 281, 281, 281, 281, 281, 281, 95, 107, 281, 289, 2383, 291, 293, 295, 296, 295, 289, 289, 297, 327, 297, 304, 294, 304, 307, 289, 307, 97, 391, 2383, 281, 281, 289, 291, 293, 298, 116, 298, 332, 2383, 332, 327, 2383, 121, 294, 121, 2383, 121, 289, 121, 391, 78, 281, 281, 106, 94, 106, 281, 281, 281, 281, 281, 281, 95, 107, 281, 290, 302, 78, 301, 116, 301, 124, 304, 124, 304, 305, 304, 305, 304, 305, 310, 305, 310, 348, 360, 348, 281, 281, 290, 302, 2383, 2383, 125, 300, 121, 393, 121, 300, 300, 300, 314, 78, 314, 300, 300, 306, 306, 360, 281, 306, 306, 318, 319, 78, 125, 300, 121, 393, 121, 300, 300, 300, 312, 2383, 312, 300, 300, 314, 79, 315, 316, 2383, 316, 78, 318, 319, 361, 2383, 137, 316, 79, 317, 2383, 82, 321, 326, 321, 326, 309, 2383, 335, 333, 82, 366, 97, 78, 348, 2383, 348, 361, 78, 137, 2383, 78, 333, 365, 82, 365, 2383, 2383, 309, 336, 78, 335, 333, 82, 366, 322, 78, 329, 94, 329, 330, 373, 330, 373, 2383, 333, 95, 331, 329, 94, 329, 330, 336, 330, 295, 296, 295, 95, 331, 329, 94, 329, 332, 121, 332, 121, 398, 333, 95, 325, 106, 94, 106, 325, 325, 325, 325, 325, 325, 95, 107, 325, 333, 338, 434, 338, 339, 116, 339, 398, 333, 345, 97, 345, 348, 343, 348, 373, 337, 373, 93, 94, 93, 325, 325, 333, 352, 434, 352, 95, 121, 2383, 121, 350, 351, 350, 78, 343, 2383, 78, 337, 387, 356, 387, 356, 325, 325, 106, 94, 106, 325, 325, 325, 325, 325, 325, 95, 107, 325, 78, 334, 342, 116, 342, 124, 345, 124, 345, 346, 2383, 346, 345, 2383, 345, 346, 78, 346, 387, 399, 387, 325, 325, 363, 334, 363, 125, 341, 121, 2383, 121, 341, 341, 341, 358, 78, 358, 341, 341, 347, 347, 399, 354, 325, 354, 347, 347, 82, 125, 341, 350, 351, 350, 341, 341, 341, 364, 404, 137, 341, 341, 356, 79, 357, 358, 79, 359, 78, 433, 368, 82, 368, 295, 296, 295, 78, 439, 82, 97, 404, 2383, 137, 370, 94, 370, 371, 374, 371, 374, 2383, 433, 95, 372, 403, 78, 403, 377, 78, 439, 411, 82, 411, 78, 370, 94, 370, 371, 2383, 371, 374, 2383, 374, 95, 372, 370, 94, 370, 373, 377, 373, 379, 116, 379, 95, 367, 106, 94, 106, 367, 367, 367, 367, 367, 367, 95, 107, 367, 374, 378, 2383, 378, 384, 468, 384, 385, 2383, 385, 97, 389, 351, 389, 376, 384, 78, 384, 387, 2383, 387, 367, 367, 374, 411, 121, 411, 121, 468, 425, 384, 425, 384, 385, 78, 385, 376, 386, 386, 390, 394, 390, 394, 367, 367, 106, 94, 106, 367, 367, 367, 367, 367, 367, 95, 107, 367, 382, 116, 382, 124, 375, 124, 386, 386, 381, 121, 2383, 121, 381, 381, 381, 78, 78, 2383, 381, 381, 2383, 367, 367, 392, 125, 392, 450, 375, 394, 79, 395, 497, 396, 78, 396, 2383, 396, 79, 397, 137, 401, 526, 401, 367, 555, 82, 125, 2383, 450, 82, 93, 94, 93, 2383, 497, 406, 78, 406, 412, 95, 415, 78, 137, 526, 97, 78, 2383, 555, 82, 78, 2383, 584, 82, 402, 408, 94, 408, 409, 2383, 409, 412, 2383, 415, 95, 410, 425, 2383, 425, 78, 408, 94, 408, 409, 584, 409, 416, 2383, 416, 95, 410, 408, 94, 408, 411, 97, 411, 417, 116, 417, 95, 405, 106, 94, 106, 405, 405, 405, 405, 405, 405, 95, 107, 405, 414, 422, 2383, 422, 425, 78, 425, 412, 422, 2383, 422, 423, 2383, 423, 419, 121, 78, 121, 419, 419, 419, 405, 405, 414, 419, 419, 2383, 2383, 422, 412, 422, 423, 2383, 423, 420, 116, 420, 124, 427, 124, 427, 424, 424, 405, 405, 106, 94, 106, 405, 405, 405, 405, 405, 405, 95, 107, 405, 438, 125, 438, 2383, 424, 424, 389, 351, 389, 613, 78, 413, 2383, 428, 78, 428, 429, 431, 429, 431, 2383, 405, 405, 125, 429, 79, 430, 2383, 2383, 137, 82, 613, 2383, 413, 431, 79, 432, 2383, 436, 441, 436, 441, 446, 405, 446, 2383, 78, 82, 97, 78, 78, 2383, 137, 82, 93, 94, 93, 78, 2383, 443, 94, 443, 444, 95, 444, 2383, 2383, 78, 95, 445, 82, 437, 78, 443, 94, 443, 444, 446, 444, 446, 2383, 2383, 95, 445, 443, 94, 443, 446, 2383, 446, 452, 116, 452, 95, 440, 106, 94, 106, 440, 440, 440, 440, 440, 440, 95, 107, 440, 451, 449, 451, 121, 460, 121, 460, 447, 457, 97, 457, 458, 460, 458, 460, 457, 78, 457, 460, 2383, 460, 440, 440, 449, 472, 479, 472, 479, 462, 447, 462, 2383, 2383, 78, 455, 116, 455, 124, 479, 124, 479, 459, 459, 440, 440, 106, 94, 106, 440, 440, 440, 440, 440, 440, 95, 107, 440, 457, 125, 457, 458, 78, 458, 2383, 2383, 454, 121, 78, 121, 454, 454, 454, 2383, 2383, 448, 454, 454, 2383, 440, 440, 125, 463, 464, 463, 464, 464, 79, 465, 2383, 2383, 459, 459, 466, 470, 466, 470, 448, 137, 2383, 2383, 440, 93, 94, 93, 2383, 82, 466, 79, 467, 121, 95, 121, 2383, 2383, 78, 78, 2383, 2383, 78, 82, 137, 474, 490, 474, 490, 78, 471, 490, 82, 490, 97, 476, 94, 476, 477, 121, 477, 121, 2383, 78, 95, 478, 82, 476, 94, 476, 477, 2383, 477, 106, 94, 106, 95, 478, 78, 476, 94, 476, 479, 2383, 479, 481, 2383, 2383, 95, 473, 106, 94, 106, 473, 473, 473, 473, 473, 473, 95, 107, 473, 482, 2383, 482, 483, 116, 483, 481, 2383, 487, 97, 487, 490, 501, 490, 501, 2383, 93, 94, 93, 2383, 2383, 473, 473, 2383, 487, 95, 487, 488, 508, 488, 508, 2383, 508, 78, 508, 2383, 78, 485, 116, 485, 124, 2383, 124, 473, 473, 295, 296, 295, 473, 473, 473, 473, 473, 473, 95, 107, 473, 489, 489, 2383, 487, 125, 487, 488, 491, 488, 491, 2383, 2383, 492, 78, 492, 493, 495, 493, 495, 2383, 2383, 473, 473, 493, 79, 494, 125, 2383, 137, 82, 2383, 495, 79, 496, 2383, 2383, 489, 489, 2383, 499, 78, 499, 2383, 473, 82, 78, 2383, 2383, 78, 78, 2383, 137, 82, 503, 2383, 503, 78, 121, 519, 121, 519, 519, 97, 519, 78, 2383, 2383, 82, 505, 94, 505, 506, 500, 506, 530, 2383, 530, 95, 507, 505, 94, 505, 506, 2383, 506, 511, 78, 511, 95, 507, 505, 94, 505, 508, 97, 508, 512, 116, 512, 95, 502, 106, 94, 106, 502, 502, 502, 502, 502, 502, 95, 107, 502, 537, 516, 537, 516, 517, 78, 517, 516, 2383, 516, 519, 537, 519, 537, 2383, 121, 78, 121, 93, 94, 93, 502, 502, 548, 520, 548, 520, 95, 516, 2383, 516, 517, 2383, 517, 518, 518, 514, 116, 514, 124, 522, 124, 522, 502, 502, 106, 94, 106, 502, 502, 502, 502, 502, 502, 95, 107, 502, 78, 510, 2383, 125, 518, 518, 2383, 521, 528, 521, 528, 548, 78, 548, 2383, 2383, 78, 522, 79, 523, 2383, 502, 502, 137, 510, 125, 524, 532, 524, 532, 2383, 524, 79, 525, 2383, 559, 97, 559, 2383, 82, 78, 529, 2383, 502, 82, 2383, 137, 93, 94, 93, 78, 2383, 534, 94, 534, 537, 95, 537, 2383, 78, 78, 95, 82, 566, 78, 566, 2383, 82, 534, 94, 534, 535, 2383, 535, 540, 2383, 540, 95, 536, 534, 94, 534, 535, 97, 535, 541, 116, 541, 95, 536, 531, 106, 94, 106, 531, 531, 531, 531, 531, 531, 95, 107, 531, 545, 2383, 545, 548, 78, 548, 566, 545, 566, 545, 546, 121, 546, 121, 577, 78, 577, 577, 588, 577, 588, 531, 531, 595, 2383, 595, 545, 2383, 545, 546, 549, 546, 549, 2383, 543, 116, 543, 124, 2383, 124, 547, 547, 2383, 531, 531, 106, 94, 106, 531, 531, 531, 531, 531, 531, 95, 107, 531, 2383, 125, 547, 547, 539, 551, 78, 551, 2383, 550, 78, 550, 551, 79, 552, 2383, 553, 557, 553, 557, 2383, 531, 531, 125, 2383, 137, 561, 539, 561, 82, 2383, 553, 79, 554, 595, 97, 595, 2383, 78, 570, 116, 570, 78, 531, 82, 78, 2383, 2383, 137, 78, 558, 2383, 82, 563, 94, 563, 564, 2383, 564, 78, 2383, 2383, 95, 565, 78, 2383, 2383, 82, 563, 94, 563, 564, 78, 564, 569, 2383, 569, 95, 565, 563, 94, 563, 566, 97, 566, 578, 2383, 578, 95, 560, 106, 94, 106, 560, 560, 560, 560, 560, 560, 95, 107, 560, 580, 574, 580, 574, 577, 78, 577, 574, 2383, 574, 575, 121, 575, 121, 2383, 606, 78, 606, 93, 94, 93, 560, 560, 606, 2383, 606, 574, 95, 574, 575, 617, 575, 617, 78, 572, 116, 572, 124, 2383, 124, 576, 576, 2383, 560, 560, 106, 94, 106, 560, 560, 560, 560, 560, 560, 95, 107, 560, 2383, 125, 576, 576, 580, 79, 581, 586, 2383, 586, 78, 568, 579, 582, 579, 582, 2383, 582, 79, 583, 2383, 560, 560, 125, 2383, 590, 82, 590, 137, 598, 82, 598, 2383, 568, 97, 2383, 2383, 78, 97, 603, 587, 603, 606, 560, 606, 78, 78, 2383, 2383, 82, 78, 137, 2383, 82, 592, 94, 592, 593, 78, 593, 2383, 2383, 78, 95, 594, 592, 94, 592, 593, 2383, 593, 599, 116, 599, 95, 594, 592, 94, 592, 595, 607, 595, 607, 2383, 2383, 95, 589, 106, 94, 106, 589, 589, 589, 589, 589, 589, 95, 107, 589, 609, 624, 609, 624, 624, 78, 624, 603, 2383, 603, 604, 121, 604, 121, 78, 93, 94, 93, 634, 2383, 634, 589, 589, 634, 95, 634, 603, 2383, 603, 604, 644, 604, 644, 78, 601, 116, 601, 124, 2383, 124, 605, 605, 2383, 589, 589, 106, 94, 106, 589, 589, 589, 589, 589, 589, 95, 107, 589, 2383, 125, 605, 605, 609, 79, 610, 2383, 2383, 608, 78, 608, 615, 611, 615, 611, 2383, 597, 611, 79, 612, 589, 589, 125, 2383, 137, 82, 619, 2383, 619, 631, 82, 631, 632, 2383, 632, 97, 78, 626, 597, 626, 2383, 78, 589, 2383, 616, 78, 97, 137, 82, 631, 78, 631, 634, 82, 634, 621, 94, 621, 622, 78, 622, 2383, 633, 633, 95, 623, 621, 94, 621, 622, 78, 622, 627, 116, 627, 95, 623, 621, 94, 621, 624, 635, 624, 635, 2383, 2383, 95, 618, 106, 94, 106, 618, 618, 618, 618, 618, 618, 95, 107, 618, 637, 651, 637, 651, 651, 78, 651, 631, 2383, 631, 632, 121, 632, 121, 78, 93, 94, 93, 661, 2383, 661, 618, 618, 661, 95, 661, 636, 2383, 636, 637, 79, 638, 2383, 78, 629, 116, 629, 124, 2383, 124, 633, 633, 137, 618, 618, 295, 296, 295, 618, 618, 618, 618, 618, 618, 95, 107, 618, 2383, 125, 78, 2383, 639, 78, 639, 671, 137, 671, 78, 639, 79, 640, 2383, 2383, 642, 82, 642, 2383, 2383, 618, 618, 125, 82, 646, 678, 646, 678, 2383, 648, 94, 648, 651, 97, 651, 653, 78, 653, 95, 82, 2383, 2383, 618, 78, 97, 678, 82, 678, 643, 648, 94, 648, 649, 121, 649, 121, 2383, 78, 95, 650, 648, 94, 648, 649, 688, 649, 688, 2383, 78, 95, 650, 645, 106, 94, 106, 645, 645, 645, 645, 645, 645, 95, 107, 645, 654, 116, 654, 656, 116, 656, 124, 658, 124, 658, 659, 658, 659, 658, 659, 658, 659, 658, 661, 2383, 661, 645, 645, 662, 2383, 662, 663, 125, 663, 664, 669, 664, 669, 78, 2383, 2383, 78, 664, 79, 665, 660, 660, 137, 645, 660, 660, 2383, 2383, 666, 125, 666, 2383, 2383, 666, 79, 667, 78, 2383, 688, 78, 688, 82, 78, 670, 2383, 137, 82, 93, 94, 93, 78, 673, 685, 673, 685, 688, 95, 688, 2383, 2383, 97, 78, 2383, 698, 82, 698, 78, 2383, 2383, 82, 675, 94, 675, 676, 705, 676, 705, 2383, 2383, 95, 677, 705, 2383, 705, 78, 675, 94, 675, 676, 2383, 676, 680, 2383, 680, 95, 677, 675, 94, 675, 678, 97, 678, 681, 116, 681, 95, 672, 106, 94, 106, 672, 672, 672, 672, 672, 672, 95, 107, 672, 2383, 683, 116, 683, 124, 78, 124, 685, 2383, 685, 686, 689, 686, 689, 2383, 685, 78, 685, 686, 2383, 686, 672, 672, 2383, 2383, 125, 690, 691, 690, 691, 691, 79, 692, 693, 78, 693, 2383, 693, 79, 694, 687, 687, 137, 672, 78, 2383, 82, 125, 687, 687, 82, 696, 700, 696, 700, 93, 94, 93, 2383, 78, 78, 97, 2383, 78, 95, 137, 78, 2383, 2383, 82, 78, 2383, 707, 82, 707, 2383, 2383, 702, 94, 702, 703, 97, 703, 2383, 697, 78, 95, 704, 702, 94, 702, 703, 2383, 703, 708, 116, 708, 95, 704, 702, 94, 702, 705, 2383, 705, 78, 2383, 2383, 95, 699, 106, 94, 106, 699, 699, 699, 699, 699, 699, 95, 107, 699, 121, 715, 121, 715, 2383, 78, 710, 116, 710, 124, 2383, 124, 712, 2383, 712, 713, 715, 713, 715, 2383, 2383, 699, 699, 712, 2383, 712, 713, 2383, 713, 712, 125, 712, 715, 716, 715, 716, 2383, 2383, 717, 78, 717, 2383, 718, 699, 718, 714, 714, 718, 79, 719, 2383, 720, 125, 720, 137, 2383, 714, 714, 2383, 720, 79, 721, 2383, 723, 82, 723, 78, 725, 732, 725, 732, 78, 82, 2383, 2383, 78, 727, 137, 727, 2383, 78, 93, 94, 93, 78, 97, 732, 82, 732, 121, 95, 121, 78, 2383, 2383, 82, 724, 729, 94, 729, 730, 742, 730, 742, 2383, 2383, 95, 731, 2383, 78, 729, 94, 729, 730, 2383, 730, 734, 2383, 734, 95, 731, 729, 94, 729, 732, 97, 732, 735, 116, 735, 95, 726, 106, 94, 106, 726, 726, 726, 726, 726, 726, 95, 107, 726, 2383, 737, 116, 737, 124, 78, 124, 739, 2383, 739, 740, 742, 740, 742, 2383, 739, 78, 739, 740, 2383, 740, 726, 726, 2383, 739, 125, 739, 742, 743, 742, 743, 745, 2383, 745, 78, 744, 750, 744, 750, 2383, 741, 741, 2383, 726, 745, 79, 746, 125, 741, 741, 747, 137, 747, 2383, 747, 79, 748, 752, 759, 752, 759, 78, 2383, 82, 78, 2383, 2383, 82, 78, 751, 93, 94, 93, 754, 137, 754, 759, 78, 759, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 756, 94, 756, 757, 121, 757, 121, 2383, 2383, 95, 758, 756, 94, 756, 757, 78, 757, 761, 2383, 761, 95, 758, 756, 94, 756, 759, 97, 759, 762, 116, 762, 95, 753, 106, 94, 106, 753, 753, 753, 753, 753, 753, 95, 107, 753, 2383, 764, 116, 764, 124, 78, 124, 766, 2383, 766, 767, 769, 767, 769, 2383, 766, 78, 766, 767, 2383, 767, 753, 753, 2383, 769, 125, 769, 766, 2383, 766, 769, 770, 769, 770, 78, 771, 772, 771, 772, 2383, 768, 768, 2383, 753, 772, 79, 773, 125, 768, 768, 774, 137, 774, 2383, 774, 79, 775, 779, 777, 779, 777, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 781, 137, 781, 786, 78, 786, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 778, 783, 94, 783, 784, 786, 784, 786, 2383, 2383, 95, 785, 121, 2383, 121, 78, 783, 94, 783, 784, 2383, 784, 788, 2383, 788, 95, 785, 783, 94, 783, 786, 97, 786, 789, 116, 789, 95, 780, 106, 94, 106, 780, 780, 780, 780, 780, 780, 95, 107, 780, 2383, 791, 116, 791, 124, 78, 124, 793, 2383, 793, 794, 796, 794, 796, 2383, 793, 78, 793, 794, 2383, 794, 780, 780, 2383, 796, 125, 796, 793, 2383, 793, 796, 797, 796, 797, 78, 798, 799, 798, 799, 2383, 795, 795, 2383, 780, 799, 79, 800, 125, 795, 795, 801, 137, 801, 2383, 801, 79, 802, 806, 804, 806, 804, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 808, 137, 808, 813, 78, 813, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 805, 810, 94, 810, 811, 813, 811, 813, 2383, 2383, 95, 812, 121, 2383, 121, 78, 810, 94, 810, 811, 2383, 811, 815, 2383, 815, 95, 812, 810, 94, 810, 813, 97, 813, 816, 116, 816, 95, 807, 106, 94, 106, 807, 807, 807, 807, 807, 807, 95, 107, 807, 2383, 818, 116, 818, 124, 78, 124, 820, 2383, 820, 821, 823, 821, 823, 2383, 820, 78, 820, 821, 2383, 821, 807, 807, 2383, 823, 125, 823, 820, 2383, 820, 823, 824, 823, 824, 78, 825, 826, 825, 826, 2383, 822, 822, 2383, 807, 826, 79, 827, 125, 822, 822, 828, 137, 828, 2383, 828, 79, 829, 833, 831, 833, 831, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 835, 137, 835, 840, 78, 840, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 832, 837, 94, 837, 838, 840, 838, 840, 2383, 2383, 95, 839, 121, 2383, 121, 78, 837, 94, 837, 838, 2383, 838, 842, 2383, 842, 95, 839, 837, 94, 837, 840, 97, 840, 843, 116, 843, 95, 834, 106, 94, 106, 834, 834, 834, 834, 834, 834, 95, 107, 834, 2383, 845, 116, 845, 124, 78, 124, 847, 2383, 847, 848, 850, 848, 850, 2383, 847, 78, 847, 848, 2383, 848, 834, 834, 2383, 850, 125, 850, 847, 2383, 847, 850, 851, 850, 851, 78, 852, 853, 852, 853, 2383, 849, 849, 2383, 834, 853, 79, 854, 125, 849, 849, 855, 137, 855, 2383, 855, 79, 856, 860, 858, 860, 858, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 862, 137, 862, 867, 78, 867, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 859, 864, 94, 864, 865, 867, 865, 867, 2383, 2383, 95, 866, 121, 2383, 121, 78, 864, 94, 864, 865, 2383, 865, 869, 2383, 869, 95, 866, 864, 94, 864, 867, 97, 867, 870, 116, 870, 95, 861, 106, 94, 106, 861, 861, 861, 861, 861, 861, 95, 107, 861, 2383, 872, 116, 872, 124, 78, 124, 874, 2383, 874, 875, 877, 875, 877, 2383, 874, 78, 874, 875, 2383, 875, 861, 861, 2383, 877, 125, 877, 874, 2383, 874, 877, 878, 877, 878, 78, 879, 880, 879, 880, 2383, 876, 876, 2383, 861, 880, 79, 881, 125, 876, 876, 882, 137, 882, 2383, 882, 79, 883, 887, 885, 887, 885, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 889, 137, 889, 894, 78, 894, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 886, 891, 94, 891, 892, 894, 892, 894, 2383, 2383, 95, 893, 121, 2383, 121, 78, 891, 94, 891, 892, 2383, 892, 896, 2383, 896, 95, 893, 891, 94, 891, 894, 97, 894, 897, 116, 897, 95, 888, 106, 94, 106, 888, 888, 888, 888, 888, 888, 95, 107, 888, 2383, 899, 116, 899, 124, 78, 124, 901, 2383, 901, 902, 904, 902, 904, 2383, 901, 78, 901, 902, 2383, 902, 888, 888, 2383, 904, 125, 904, 901, 2383, 901, 904, 905, 904, 905, 78, 906, 907, 906, 907, 2383, 903, 903, 2383, 888, 907, 79, 908, 125, 903, 903, 909, 137, 909, 2383, 909, 79, 910, 914, 912, 914, 912, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 916, 137, 916, 921, 78, 921, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 913, 918, 94, 918, 919, 921, 919, 921, 2383, 2383, 95, 920, 121, 2383, 121, 78, 918, 94, 918, 919, 2383, 919, 923, 2383, 923, 95, 920, 918, 94, 918, 921, 97, 921, 924, 116, 924, 95, 915, 106, 94, 106, 915, 915, 915, 915, 915, 915, 95, 107, 915, 2383, 926, 116, 926, 124, 78, 124, 928, 2383, 928, 929, 931, 929, 931, 2383, 928, 78, 928, 929, 2383, 929, 915, 915, 2383, 931, 125, 931, 928, 2383, 928, 931, 932, 931, 932, 78, 933, 934, 933, 934, 2383, 930, 930, 2383, 915, 934, 79, 935, 125, 930, 930, 936, 137, 936, 2383, 936, 79, 937, 941, 939, 941, 939, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 943, 137, 943, 948, 78, 948, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 940, 945, 94, 945, 946, 948, 946, 948, 2383, 2383, 95, 947, 121, 2383, 121, 78, 945, 94, 945, 946, 2383, 946, 950, 2383, 950, 95, 947, 945, 94, 945, 948, 97, 948, 951, 116, 951, 95, 942, 106, 94, 106, 942, 942, 942, 942, 942, 942, 95, 107, 942, 2383, 953, 116, 953, 124, 78, 124, 955, 2383, 955, 956, 958, 956, 958, 2383, 955, 78, 955, 956, 2383, 956, 942, 942, 2383, 958, 125, 958, 955, 2383, 955, 958, 959, 958, 959, 78, 960, 961, 960, 961, 2383, 957, 957, 2383, 942, 961, 79, 962, 125, 957, 957, 963, 137, 963, 2383, 963, 79, 964, 968, 966, 968, 966, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 970, 137, 970, 975, 78, 975, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 967, 972, 94, 972, 973, 975, 973, 975, 2383, 2383, 95, 974, 121, 2383, 121, 78, 972, 94, 972, 973, 2383, 973, 977, 2383, 977, 95, 974, 972, 94, 972, 975, 97, 975, 978, 116, 978, 95, 969, 106, 94, 106, 969, 969, 969, 969, 969, 969, 95, 107, 969, 2383, 980, 116, 980, 124, 78, 124, 982, 2383, 982, 983, 985, 983, 985, 2383, 982, 78, 982, 983, 2383, 983, 969, 969, 2383, 985, 125, 985, 982, 2383, 982, 985, 986, 985, 986, 78, 987, 988, 987, 988, 2383, 984, 984, 2383, 969, 988, 79, 989, 125, 984, 984, 990, 137, 990, 2383, 990, 79, 991, 995, 993, 995, 993, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 997, 137, 997, 1002, 78, 1002, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 994, 999, 94, 999, 1000, 1002, 1000, 1002, 2383, 2383, 95, 1001, 121, 2383, 121, 78, 999, 94, 999, 1000, 2383, 1000, 1004, 2383, 1004, 95, 1001, 999, 94, 999, 1002, 97, 1002, 1005, 116, 1005, 95, 996, 106, 94, 106, 996, 996, 996, 996, 996, 996, 95, 107, 996, 2383, 1007, 116, 1007, 124, 78, 124, 1009, 2383, 1009, 1010, 1012, 1010, 1012, 2383, 1009, 78, 1009, 1010, 2383, 1010, 996, 996, 2383, 1012, 125, 1012, 1009, 2383, 1009, 1012, 1013, 1012, 1013, 78, 1014, 1015, 1014, 1015, 2383, 1011, 1011, 2383, 996, 1015, 79, 1016, 125, 1011, 1011, 1017, 137, 1017, 2383, 1017, 79, 1018, 1022, 1020, 1022, 1020, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1024, 137, 1024, 1029, 78, 1029, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1021, 1026, 94, 1026, 1027, 1029, 1027, 1029, 2383, 2383, 95, 1028, 121, 2383, 121, 78, 1026, 94, 1026, 1027, 2383, 1027, 1031, 2383, 1031, 95, 1028, 1026, 94, 1026, 1029, 97, 1029, 1032, 116, 1032, 95, 1023, 106, 94, 106, 1023, 1023, 1023, 1023, 1023, 1023, 95, 107, 1023, 2383, 1034, 116, 1034, 124, 78, 124, 1036, 2383, 1036, 1037, 1039, 1037, 1039, 2383, 1036, 78, 1036, 1037, 2383, 1037, 1023, 1023, 2383, 1039, 125, 1039, 1036, 2383, 1036, 1039, 1040, 1039, 1040, 78, 1041, 1042, 1041, 1042, 2383, 1038, 1038, 2383, 1023, 1042, 79, 1043, 125, 1038, 1038, 1044, 137, 1044, 2383, 1044, 79, 1045, 1049, 1047, 1049, 1047, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1051, 137, 1051, 1056, 78, 1056, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1048, 1053, 94, 1053, 1054, 1056, 1054, 1056, 2383, 2383, 95, 1055, 121, 2383, 121, 78, 1053, 94, 1053, 1054, 2383, 1054, 1058, 2383, 1058, 95, 1055, 1053, 94, 1053, 1056, 97, 1056, 1059, 116, 1059, 95, 1050, 106, 94, 106, 1050, 1050, 1050, 1050, 1050, 1050, 95, 107, 1050, 2383, 1061, 116, 1061, 124, 78, 124, 1063, 2383, 1063, 1064, 1066, 1064, 1066, 2383, 1063, 78, 1063, 1064, 2383, 1064, 1050, 1050, 2383, 1066, 125, 1066, 1063, 2383, 1063, 1066, 1067, 1066, 1067, 78, 1068, 1069, 1068, 1069, 2383, 1065, 1065, 2383, 1050, 1069, 79, 1070, 125, 1065, 1065, 1071, 137, 1071, 2383, 1071, 79, 1072, 1076, 1074, 1076, 1074, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1078, 137, 1078, 1083, 78, 1083, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1075, 1080, 94, 1080, 1081, 1083, 1081, 1083, 2383, 2383, 95, 1082, 121, 2383, 121, 78, 1080, 94, 1080, 1081, 2383, 1081, 1085, 2383, 1085, 95, 1082, 1080, 94, 1080, 1083, 97, 1083, 1086, 116, 1086, 95, 1077, 106, 94, 106, 1077, 1077, 1077, 1077, 1077, 1077, 95, 107, 1077, 2383, 1088, 116, 1088, 124, 78, 124, 1090, 2383, 1090, 1091, 1093, 1091, 1093, 2383, 1090, 78, 1090, 1091, 2383, 1091, 1077, 1077, 2383, 1093, 125, 1093, 1090, 2383, 1090, 1093, 1094, 1093, 1094, 78, 1095, 1096, 1095, 1096, 2383, 1092, 1092, 2383, 1077, 1096, 79, 1097, 125, 1092, 1092, 1098, 137, 1098, 2383, 1098, 79, 1099, 1103, 1101, 1103, 1101, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1105, 137, 1105, 1110, 78, 1110, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1102, 1107, 94, 1107, 1108, 1110, 1108, 1110, 2383, 2383, 95, 1109, 121, 2383, 121, 78, 1107, 94, 1107, 1108, 2383, 1108, 1112, 2383, 1112, 95, 1109, 1107, 94, 1107, 1110, 97, 1110, 1113, 116, 1113, 95, 1104, 106, 94, 106, 1104, 1104, 1104, 1104, 1104, 1104, 95, 107, 1104, 2383, 1115, 116, 1115, 124, 78, 124, 1117, 2383, 1117, 1118, 1120, 1118, 1120, 2383, 1117, 78, 1117, 1118, 2383, 1118, 1104, 1104, 2383, 1120, 125, 1120, 1117, 2383, 1117, 1120, 1121, 1120, 1121, 78, 1122, 1123, 1122, 1123, 2383, 1119, 1119, 2383, 1104, 1123, 79, 1124, 125, 1119, 1119, 1125, 137, 1125, 2383, 1125, 79, 1126, 1130, 1128, 1130, 1128, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1132, 137, 1132, 1137, 78, 1137, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1129, 1134, 94, 1134, 1135, 1137, 1135, 1137, 2383, 2383, 95, 1136, 121, 2383, 121, 78, 1134, 94, 1134, 1135, 2383, 1135, 1139, 2383, 1139, 95, 1136, 1134, 94, 1134, 1137, 97, 1137, 1140, 116, 1140, 95, 1131, 106, 94, 106, 1131, 1131, 1131, 1131, 1131, 1131, 95, 107, 1131, 2383, 1142, 116, 1142, 124, 78, 124, 1144, 2383, 1144, 1145, 1147, 1145, 1147, 2383, 1144, 78, 1144, 1145, 2383, 1145, 1131, 1131, 2383, 1147, 125, 1147, 1144, 2383, 1144, 1147, 1148, 1147, 1148, 78, 1149, 1150, 1149, 1150, 2383, 1146, 1146, 2383, 1131, 1150, 79, 1151, 125, 1146, 1146, 1152, 137, 1152, 2383, 1152, 79, 1153, 1157, 1155, 1157, 1155, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1159, 137, 1159, 1164, 78, 1164, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1156, 1161, 94, 1161, 1162, 1164, 1162, 1164, 2383, 2383, 95, 1163, 121, 2383, 121, 78, 1161, 94, 1161, 1162, 2383, 1162, 1166, 2383, 1166, 95, 1163, 1161, 94, 1161, 1164, 97, 1164, 1167, 116, 1167, 95, 1158, 106, 94, 106, 1158, 1158, 1158, 1158, 1158, 1158, 95, 107, 1158, 2383, 1169, 116, 1169, 124, 78, 124, 1171, 2383, 1171, 1172, 1174, 1172, 1174, 2383, 1171, 78, 1171, 1172, 2383, 1172, 1158, 1158, 2383, 1174, 125, 1174, 1171, 2383, 1171, 1174, 1175, 1174, 1175, 78, 1176, 1177, 1176, 1177, 2383, 1173, 1173, 2383, 1158, 1177, 79, 1178, 125, 1173, 1173, 1179, 137, 1179, 2383, 1179, 79, 1180, 1184, 1182, 1184, 1182, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1186, 137, 1186, 1191, 78, 1191, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1183, 1188, 94, 1188, 1189, 1191, 1189, 1191, 2383, 2383, 95, 1190, 121, 2383, 121, 78, 1188, 94, 1188, 1189, 2383, 1189, 1193, 2383, 1193, 95, 1190, 1188, 94, 1188, 1191, 97, 1191, 1194, 116, 1194, 95, 1185, 106, 94, 106, 1185, 1185, 1185, 1185, 1185, 1185, 95, 107, 1185, 2383, 1196, 116, 1196, 124, 78, 124, 1198, 2383, 1198, 1199, 1201, 1199, 1201, 2383, 1198, 78, 1198, 1199, 2383, 1199, 1185, 1185, 2383, 1201, 125, 1201, 1198, 2383, 1198, 1201, 1202, 1201, 1202, 78, 1203, 1204, 1203, 1204, 2383, 1200, 1200, 2383, 1185, 1204, 79, 1205, 125, 1200, 1200, 1206, 137, 1206, 2383, 1206, 79, 1207, 1211, 1209, 1211, 1209, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1213, 137, 1213, 1218, 78, 1218, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1210, 1215, 94, 1215, 1216, 1218, 1216, 1218, 2383, 2383, 95, 1217, 121, 2383, 121, 78, 1215, 94, 1215, 1216, 2383, 1216, 1220, 2383, 1220, 95, 1217, 1215, 94, 1215, 1218, 97, 1218, 1221, 116, 1221, 95, 1212, 106, 94, 106, 1212, 1212, 1212, 1212, 1212, 1212, 95, 107, 1212, 2383, 1223, 116, 1223, 124, 78, 124, 1225, 2383, 1225, 1226, 1228, 1226, 1228, 2383, 1225, 78, 1225, 1226, 2383, 1226, 1212, 1212, 2383, 1228, 125, 1228, 1225, 2383, 1225, 1228, 1229, 1228, 1229, 78, 1230, 1231, 1230, 1231, 2383, 1227, 1227, 2383, 1212, 1231, 79, 1232, 125, 1227, 1227, 1233, 137, 1233, 2383, 1233, 79, 1234, 1238, 1236, 1238, 1236, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1240, 137, 1240, 1245, 78, 1245, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1237, 1242, 94, 1242, 1243, 1245, 1243, 1245, 2383, 2383, 95, 1244, 121, 2383, 121, 78, 1242, 94, 1242, 1243, 2383, 1243, 1247, 2383, 1247, 95, 1244, 1242, 94, 1242, 1245, 97, 1245, 1248, 116, 1248, 95, 1239, 106, 94, 106, 1239, 1239, 1239, 1239, 1239, 1239, 95, 107, 1239, 2383, 1250, 116, 1250, 124, 78, 124, 1252, 2383, 1252, 1253, 1255, 1253, 1255, 2383, 1252, 78, 1252, 1253, 2383, 1253, 1239, 1239, 2383, 1255, 125, 1255, 1252, 2383, 1252, 1255, 1256, 1255, 1256, 78, 1257, 1258, 1257, 1258, 2383, 1254, 1254, 2383, 1239, 1258, 79, 1259, 125, 1254, 1254, 1260, 137, 1260, 2383, 1260, 79, 1261, 1265, 1263, 1265, 1263, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1267, 137, 1267, 1272, 78, 1272, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1264, 1269, 94, 1269, 1270, 1272, 1270, 1272, 2383, 2383, 95, 1271, 121, 2383, 121, 78, 1269, 94, 1269, 1270, 2383, 1270, 1274, 2383, 1274, 95, 1271, 1269, 94, 1269, 1272, 97, 1272, 1275, 116, 1275, 95, 1266, 106, 94, 106, 1266, 1266, 1266, 1266, 1266, 1266, 95, 107, 1266, 2383, 1277, 116, 1277, 124, 78, 124, 1279, 2383, 1279, 1280, 1282, 1280, 1282, 2383, 1279, 78, 1279, 1280, 2383, 1280, 1266, 1266, 2383, 1282, 125, 1282, 1279, 2383, 1279, 1282, 1283, 1282, 1283, 78, 1284, 1285, 1284, 1285, 2383, 1281, 1281, 2383, 1266, 1285, 79, 1286, 125, 1281, 1281, 1287, 137, 1287, 2383, 1287, 79, 1288, 1292, 1290, 1292, 1290, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1294, 137, 1294, 1299, 78, 1299, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1291, 1296, 94, 1296, 1297, 1299, 1297, 1299, 2383, 2383, 95, 1298, 121, 2383, 121, 78, 1296, 94, 1296, 1297, 2383, 1297, 1301, 2383, 1301, 95, 1298, 1296, 94, 1296, 1299, 97, 1299, 1302, 116, 1302, 95, 1293, 106, 94, 106, 1293, 1293, 1293, 1293, 1293, 1293, 95, 107, 1293, 2383, 1304, 116, 1304, 124, 78, 124, 1306, 2383, 1306, 1307, 1309, 1307, 1309, 2383, 1306, 78, 1306, 1307, 2383, 1307, 1293, 1293, 2383, 1309, 125, 1309, 1306, 2383, 1306, 1309, 1310, 1309, 1310, 78, 1311, 1312, 1311, 1312, 2383, 1308, 1308, 2383, 1293, 1312, 79, 1313, 125, 1308, 1308, 1314, 137, 1314, 2383, 1314, 79, 1315, 1319, 1317, 1319, 1317, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1321, 137, 1321, 1326, 78, 1326, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1318, 1323, 94, 1323, 1324, 1326, 1324, 1326, 2383, 2383, 95, 1325, 121, 2383, 121, 78, 1323, 94, 1323, 1324, 2383, 1324, 1328, 2383, 1328, 95, 1325, 1323, 94, 1323, 1326, 97, 1326, 1329, 116, 1329, 95, 1320, 106, 94, 106, 1320, 1320, 1320, 1320, 1320, 1320, 95, 107, 1320, 2383, 1331, 116, 1331, 124, 78, 124, 1333, 2383, 1333, 1334, 1336, 1334, 1336, 2383, 1333, 78, 1333, 1334, 2383, 1334, 1320, 1320, 2383, 1336, 125, 1336, 1333, 2383, 1333, 1336, 1337, 1336, 1337, 78, 1338, 1339, 1338, 1339, 2383, 1335, 1335, 2383, 1320, 1339, 79, 1340, 125, 1335, 1335, 1341, 137, 1341, 2383, 1341, 79, 1342, 1346, 1344, 1346, 1344, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1348, 137, 1348, 1353, 78, 1353, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1345, 1350, 94, 1350, 1351, 1353, 1351, 1353, 2383, 2383, 95, 1352, 121, 2383, 121, 78, 1350, 94, 1350, 1351, 2383, 1351, 1355, 2383, 1355, 95, 1352, 1350, 94, 1350, 1353, 97, 1353, 1356, 116, 1356, 95, 1347, 106, 94, 106, 1347, 1347, 1347, 1347, 1347, 1347, 95, 107, 1347, 2383, 1358, 116, 1358, 124, 78, 124, 1360, 2383, 1360, 1361, 1363, 1361, 1363, 2383, 1360, 78, 1360, 1361, 2383, 1361, 1347, 1347, 2383, 1363, 125, 1363, 1360, 2383, 1360, 1363, 1364, 1363, 1364, 78, 1365, 1366, 1365, 1366, 2383, 1362, 1362, 2383, 1347, 1366, 79, 1367, 125, 1362, 1362, 1368, 137, 1368, 2383, 1368, 79, 1369, 1373, 1371, 1373, 1371, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1375, 137, 1375, 1380, 78, 1380, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1372, 1377, 94, 1377, 1378, 1380, 1378, 1380, 2383, 2383, 95, 1379, 121, 2383, 121, 78, 1377, 94, 1377, 1378, 2383, 1378, 1382, 2383, 1382, 95, 1379, 1377, 94, 1377, 1380, 97, 1380, 1383, 116, 1383, 95, 1374, 106, 94, 106, 1374, 1374, 1374, 1374, 1374, 1374, 95, 107, 1374, 2383, 1385, 116, 1385, 124, 78, 124, 1387, 2383, 1387, 1388, 1390, 1388, 1390, 2383, 1387, 78, 1387, 1388, 2383, 1388, 1374, 1374, 2383, 1390, 125, 1390, 1387, 2383, 1387, 1390, 1391, 1390, 1391, 78, 1392, 1393, 1392, 1393, 2383, 1389, 1389, 2383, 1374, 1393, 79, 1394, 125, 1389, 1389, 1395, 137, 1395, 2383, 1395, 79, 1396, 1400, 1398, 1400, 1398, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1402, 137, 1402, 1407, 78, 1407, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1399, 1404, 94, 1404, 1405, 1407, 1405, 1407, 2383, 2383, 95, 1406, 121, 2383, 121, 78, 1404, 94, 1404, 1405, 2383, 1405, 1409, 2383, 1409, 95, 1406, 1404, 94, 1404, 1407, 97, 1407, 1410, 116, 1410, 95, 1401, 106, 94, 106, 1401, 1401, 1401, 1401, 1401, 1401, 95, 107, 1401, 2383, 1412, 116, 1412, 124, 78, 124, 1414, 2383, 1414, 1415, 1417, 1415, 1417, 2383, 1414, 78, 1414, 1415, 2383, 1415, 1401, 1401, 2383, 1417, 125, 1417, 1414, 2383, 1414, 1417, 1418, 1417, 1418, 78, 1419, 1420, 1419, 1420, 2383, 1416, 1416, 2383, 1401, 1420, 79, 1421, 125, 1416, 1416, 1422, 137, 1422, 2383, 1422, 79, 1423, 1427, 1425, 1427, 1425, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1429, 137, 1429, 1434, 78, 1434, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1426, 1431, 94, 1431, 1432, 1434, 1432, 1434, 2383, 2383, 95, 1433, 121, 2383, 121, 78, 1431, 94, 1431, 1432, 2383, 1432, 1436, 2383, 1436, 95, 1433, 1431, 94, 1431, 1434, 97, 1434, 1437, 116, 1437, 95, 1428, 106, 94, 106, 1428, 1428, 1428, 1428, 1428, 1428, 95, 107, 1428, 2383, 1439, 116, 1439, 124, 78, 124, 1441, 2383, 1441, 1442, 1444, 1442, 1444, 2383, 1441, 78, 1441, 1442, 2383, 1442, 1428, 1428, 2383, 1444, 125, 1444, 1441, 2383, 1441, 1444, 1445, 1444, 1445, 78, 1446, 1447, 1446, 1447, 2383, 1443, 1443, 2383, 1428, 1447, 79, 1448, 125, 1443, 1443, 1449, 137, 1449, 2383, 1449, 79, 1450, 1454, 1452, 1454, 1452, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1456, 137, 1456, 1461, 78, 1461, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1453, 1458, 94, 1458, 1459, 1461, 1459, 1461, 2383, 2383, 95, 1460, 121, 2383, 121, 78, 1458, 94, 1458, 1459, 2383, 1459, 1463, 2383, 1463, 95, 1460, 1458, 94, 1458, 1461, 97, 1461, 1464, 116, 1464, 95, 1455, 106, 94, 106, 1455, 1455, 1455, 1455, 1455, 1455, 95, 107, 1455, 2383, 1466, 116, 1466, 124, 78, 124, 1468, 2383, 1468, 1469, 1471, 1469, 1471, 2383, 1468, 78, 1468, 1469, 2383, 1469, 1455, 1455, 2383, 1471, 125, 1471, 1468, 2383, 1468, 1471, 1472, 1471, 1472, 78, 1473, 1474, 1473, 1474, 2383, 1470, 1470, 2383, 1455, 1474, 79, 1475, 125, 1470, 1470, 1476, 137, 1476, 2383, 1476, 79, 1477, 1481, 1479, 1481, 1479, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1483, 137, 1483, 1488, 78, 1488, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1480, 1485, 94, 1485, 1486, 1488, 1486, 1488, 2383, 2383, 95, 1487, 121, 2383, 121, 78, 1485, 94, 1485, 1486, 2383, 1486, 1490, 2383, 1490, 95, 1487, 1485, 94, 1485, 1488, 97, 1488, 1491, 116, 1491, 95, 1482, 106, 94, 106, 1482, 1482, 1482, 1482, 1482, 1482, 95, 107, 1482, 2383, 1493, 116, 1493, 124, 78, 124, 1495, 2383, 1495, 1496, 1498, 1496, 1498, 2383, 1495, 78, 1495, 1496, 2383, 1496, 1482, 1482, 2383, 1498, 125, 1498, 1495, 2383, 1495, 1498, 1499, 1498, 1499, 78, 1500, 1501, 1500, 1501, 2383, 1497, 1497, 2383, 1482, 1501, 79, 1502, 125, 1497, 1497, 1503, 137, 1503, 2383, 1503, 79, 1504, 1508, 1506, 1508, 1506, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1510, 137, 1510, 1515, 78, 1515, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1507, 1512, 94, 1512, 1513, 1515, 1513, 1515, 2383, 2383, 95, 1514, 121, 2383, 121, 78, 1512, 94, 1512, 1513, 2383, 1513, 1517, 2383, 1517, 95, 1514, 1512, 94, 1512, 1515, 97, 1515, 1518, 116, 1518, 95, 1509, 106, 94, 106, 1509, 1509, 1509, 1509, 1509, 1509, 95, 107, 1509, 2383, 1520, 116, 1520, 124, 78, 124, 1522, 2383, 1522, 1523, 1525, 1523, 1525, 2383, 1522, 78, 1522, 1523, 2383, 1523, 1509, 1509, 2383, 1525, 125, 1525, 1522, 2383, 1522, 1525, 1526, 1525, 1526, 78, 1527, 1528, 1527, 1528, 2383, 1524, 1524, 2383, 1509, 1528, 79, 1529, 125, 1524, 1524, 1530, 137, 1530, 2383, 1530, 79, 1531, 1535, 1533, 1535, 1533, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1537, 137, 1537, 1542, 78, 1542, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1534, 1539, 94, 1539, 1540, 1542, 1540, 1542, 2383, 2383, 95, 1541, 121, 2383, 121, 78, 1539, 94, 1539, 1540, 2383, 1540, 1544, 2383, 1544, 95, 1541, 1539, 94, 1539, 1542, 97, 1542, 1545, 116, 1545, 95, 1536, 106, 94, 106, 1536, 1536, 1536, 1536, 1536, 1536, 95, 107, 1536, 2383, 1547, 116, 1547, 124, 78, 124, 1549, 2383, 1549, 1550, 1552, 1550, 1552, 2383, 1549, 78, 1549, 1550, 2383, 1550, 1536, 1536, 2383, 1552, 125, 1552, 1549, 2383, 1549, 1552, 1553, 1552, 1553, 78, 1554, 1555, 1554, 1555, 2383, 1551, 1551, 2383, 1536, 1555, 79, 1556, 125, 1551, 1551, 1557, 137, 1557, 2383, 1557, 79, 1558, 1562, 1560, 1562, 1560, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1564, 137, 1564, 1569, 78, 1569, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1561, 1566, 94, 1566, 1567, 1569, 1567, 1569, 2383, 2383, 95, 1568, 121, 2383, 121, 78, 1566, 94, 1566, 1567, 2383, 1567, 1571, 2383, 1571, 95, 1568, 1566, 94, 1566, 1569, 97, 1569, 1572, 116, 1572, 95, 1563, 106, 94, 106, 1563, 1563, 1563, 1563, 1563, 1563, 95, 107, 1563, 2383, 1574, 116, 1574, 124, 78, 124, 1576, 2383, 1576, 1577, 1579, 1577, 1579, 2383, 1576, 78, 1576, 1577, 2383, 1577, 1563, 1563, 2383, 1579, 125, 1579, 1576, 2383, 1576, 1579, 1580, 1579, 1580, 78, 1581, 1582, 1581, 1582, 2383, 1578, 1578, 2383, 1563, 1582, 79, 1583, 125, 1578, 1578, 1584, 137, 1584, 2383, 1584, 79, 1585, 1589, 1587, 1589, 1587, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1591, 137, 1591, 1596, 78, 1596, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1588, 1593, 94, 1593, 1594, 1596, 1594, 1596, 2383, 2383, 95, 1595, 121, 2383, 121, 78, 1593, 94, 1593, 1594, 2383, 1594, 1598, 2383, 1598, 95, 1595, 1593, 94, 1593, 1596, 97, 1596, 1599, 116, 1599, 95, 1590, 106, 94, 106, 1590, 1590, 1590, 1590, 1590, 1590, 95, 107, 1590, 2383, 1601, 116, 1601, 124, 78, 124, 1603, 2383, 1603, 1604, 1606, 1604, 1606, 2383, 1603, 78, 1603, 1604, 2383, 1604, 1590, 1590, 2383, 1606, 125, 1606, 1603, 2383, 1603, 1606, 1607, 1606, 1607, 78, 1608, 1609, 1608, 1609, 2383, 1605, 1605, 2383, 1590, 1609, 79, 1610, 125, 1605, 1605, 1611, 137, 1611, 2383, 1611, 79, 1612, 1616, 1614, 1616, 1614, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1618, 137, 1618, 1623, 78, 1623, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1615, 1620, 94, 1620, 1621, 1623, 1621, 1623, 2383, 2383, 95, 1622, 121, 2383, 121, 78, 1620, 94, 1620, 1621, 2383, 1621, 1625, 2383, 1625, 95, 1622, 1620, 94, 1620, 1623, 97, 1623, 1626, 116, 1626, 95, 1617, 106, 94, 106, 1617, 1617, 1617, 1617, 1617, 1617, 95, 107, 1617, 2383, 1628, 116, 1628, 124, 78, 124, 1630, 2383, 1630, 1631, 1633, 1631, 1633, 2383, 1630, 78, 1630, 1631, 2383, 1631, 1617, 1617, 2383, 1633, 125, 1633, 1630, 2383, 1630, 1633, 1634, 1633, 1634, 78, 1635, 1636, 1635, 1636, 2383, 1632, 1632, 2383, 1617, 1636, 79, 1637, 125, 1632, 1632, 1638, 137, 1638, 2383, 1638, 79, 1639, 1643, 1641, 1643, 1641, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1645, 137, 1645, 1650, 78, 1650, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1642, 1647, 94, 1647, 1648, 1650, 1648, 1650, 2383, 2383, 95, 1649, 121, 2383, 121, 78, 1647, 94, 1647, 1648, 2383, 1648, 1652, 2383, 1652, 95, 1649, 1647, 94, 1647, 1650, 97, 1650, 1653, 116, 1653, 95, 1644, 106, 94, 106, 1644, 1644, 1644, 1644, 1644, 1644, 95, 107, 1644, 2383, 1655, 116, 1655, 124, 78, 124, 1657, 2383, 1657, 1658, 1660, 1658, 1660, 2383, 1657, 78, 1657, 1658, 2383, 1658, 1644, 1644, 2383, 1660, 125, 1660, 1657, 2383, 1657, 1660, 1661, 1660, 1661, 78, 1662, 1663, 1662, 1663, 2383, 1659, 1659, 2383, 1644, 1663, 79, 1664, 125, 1659, 1659, 1665, 137, 1665, 2383, 1665, 79, 1666, 1670, 1668, 1670, 1668, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1672, 137, 1672, 1677, 78, 1677, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1669, 1674, 94, 1674, 1675, 1677, 1675, 1677, 2383, 2383, 95, 1676, 121, 2383, 121, 78, 1674, 94, 1674, 1675, 2383, 1675, 1679, 2383, 1679, 95, 1676, 1674, 94, 1674, 1677, 97, 1677, 1680, 116, 1680, 95, 1671, 106, 94, 106, 1671, 1671, 1671, 1671, 1671, 1671, 95, 107, 1671, 2383, 1682, 116, 1682, 124, 78, 124, 1684, 2383, 1684, 1685, 1687, 1685, 1687, 2383, 1684, 78, 1684, 1685, 2383, 1685, 1671, 1671, 2383, 1687, 125, 1687, 1684, 2383, 1684, 1687, 1688, 1687, 1688, 78, 1689, 1690, 1689, 1690, 2383, 1686, 1686, 2383, 1671, 1690, 79, 1691, 125, 1686, 1686, 1692, 137, 1692, 2383, 1692, 79, 1693, 1697, 1695, 1697, 1695, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1699, 137, 1699, 1704, 78, 1704, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1696, 1701, 94, 1701, 1702, 1704, 1702, 1704, 2383, 2383, 95, 1703, 121, 2383, 121, 78, 1701, 94, 1701, 1702, 2383, 1702, 1706, 2383, 1706, 95, 1703, 1701, 94, 1701, 1704, 97, 1704, 1707, 116, 1707, 95, 1698, 106, 94, 106, 1698, 1698, 1698, 1698, 1698, 1698, 95, 107, 1698, 2383, 1709, 116, 1709, 124, 78, 124, 1711, 2383, 1711, 1712, 1714, 1712, 1714, 2383, 1711, 78, 1711, 1712, 2383, 1712, 1698, 1698, 2383, 1714, 125, 1714, 1711, 2383, 1711, 1714, 1715, 1714, 1715, 78, 1716, 1717, 1716, 1717, 2383, 1713, 1713, 2383, 1698, 1717, 79, 1718, 125, 1713, 1713, 1719, 137, 1719, 2383, 1719, 79, 1720, 1724, 1722, 1724, 1722, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1726, 137, 1726, 1731, 78, 1731, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1723, 1728, 94, 1728, 1729, 1731, 1729, 1731, 2383, 2383, 95, 1730, 121, 2383, 121, 78, 1728, 94, 1728, 1729, 2383, 1729, 1733, 2383, 1733, 95, 1730, 1728, 94, 1728, 1731, 97, 1731, 1734, 116, 1734, 95, 1725, 106, 94, 106, 1725, 1725, 1725, 1725, 1725, 1725, 95, 107, 1725, 2383, 1736, 116, 1736, 124, 78, 124, 1738, 2383, 1738, 1739, 1741, 1739, 1741, 2383, 1738, 78, 1738, 1739, 2383, 1739, 1725, 1725, 2383, 1741, 125, 1741, 1738, 2383, 1738, 1741, 1742, 1741, 1742, 78, 1743, 1744, 1743, 1744, 2383, 1740, 1740, 2383, 1725, 1744, 79, 1745, 125, 1740, 1740, 1746, 137, 1746, 2383, 1746, 79, 1747, 1751, 1749, 1751, 1749, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1753, 137, 1753, 1758, 78, 1758, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1750, 1755, 94, 1755, 1756, 1758, 1756, 1758, 2383, 2383, 95, 1757, 121, 2383, 121, 78, 1755, 94, 1755, 1756, 2383, 1756, 1760, 2383, 1760, 95, 1757, 1755, 94, 1755, 1758, 97, 1758, 1761, 116, 1761, 95, 1752, 106, 94, 106, 1752, 1752, 1752, 1752, 1752, 1752, 95, 107, 1752, 2383, 1763, 116, 1763, 124, 78, 124, 1765, 2383, 1765, 1766, 1768, 1766, 1768, 2383, 1765, 78, 1765, 1766, 2383, 1766, 1752, 1752, 2383, 1768, 125, 1768, 1765, 2383, 1765, 1768, 1769, 1768, 1769, 78, 1770, 1771, 1770, 1771, 2383, 1767, 1767, 2383, 1752, 1771, 79, 1772, 125, 1767, 1767, 1773, 137, 1773, 2383, 1773, 79, 1774, 1778, 1776, 1778, 1776, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1780, 137, 1780, 1785, 78, 1785, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1777, 1782, 94, 1782, 1783, 1785, 1783, 1785, 2383, 2383, 95, 1784, 121, 2383, 121, 78, 1782, 94, 1782, 1783, 2383, 1783, 1787, 2383, 1787, 95, 1784, 1782, 94, 1782, 1785, 97, 1785, 1788, 116, 1788, 95, 1779, 106, 94, 106, 1779, 1779, 1779, 1779, 1779, 1779, 95, 107, 1779, 2383, 1790, 116, 1790, 124, 78, 124, 1792, 2383, 1792, 1793, 1795, 1793, 1795, 2383, 1792, 78, 1792, 1793, 2383, 1793, 1779, 1779, 2383, 1795, 125, 1795, 1792, 2383, 1792, 1795, 1796, 1795, 1796, 78, 1797, 1798, 1797, 1798, 2383, 1794, 1794, 2383, 1779, 1798, 79, 1799, 125, 1794, 1794, 1800, 137, 1800, 2383, 1800, 79, 1801, 1805, 1803, 1805, 1803, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1807, 137, 1807, 1812, 78, 1812, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1804, 1809, 94, 1809, 1810, 1812, 1810, 1812, 2383, 2383, 95, 1811, 121, 2383, 121, 78, 1809, 94, 1809, 1810, 2383, 1810, 1814, 2383, 1814, 95, 1811, 1809, 94, 1809, 1812, 97, 1812, 1815, 116, 1815, 95, 1806, 106, 94, 106, 1806, 1806, 1806, 1806, 1806, 1806, 95, 107, 1806, 2383, 1817, 116, 1817, 124, 78, 124, 1819, 2383, 1819, 1820, 1822, 1820, 1822, 2383, 1819, 78, 1819, 1820, 2383, 1820, 1806, 1806, 2383, 1822, 125, 1822, 1819, 2383, 1819, 1822, 1823, 1822, 1823, 78, 1824, 1825, 1824, 1825, 2383, 1821, 1821, 2383, 1806, 1825, 79, 1826, 125, 1821, 1821, 1827, 137, 1827, 2383, 1827, 79, 1828, 1832, 1830, 1832, 1830, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1834, 137, 1834, 1839, 78, 1839, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1831, 1836, 94, 1836, 1837, 1839, 1837, 1839, 2383, 2383, 95, 1838, 121, 2383, 121, 78, 1836, 94, 1836, 1837, 2383, 1837, 1841, 2383, 1841, 95, 1838, 1836, 94, 1836, 1839, 97, 1839, 1842, 116, 1842, 95, 1833, 106, 94, 106, 1833, 1833, 1833, 1833, 1833, 1833, 95, 107, 1833, 2383, 1844, 116, 1844, 124, 78, 124, 1846, 2383, 1846, 1847, 1849, 1847, 1849, 2383, 1846, 78, 1846, 1847, 2383, 1847, 1833, 1833, 2383, 1849, 125, 1849, 1846, 2383, 1846, 1849, 1850, 1849, 1850, 78, 1851, 1852, 1851, 1852, 2383, 1848, 1848, 2383, 1833, 1852, 79, 1853, 125, 1848, 1848, 1854, 137, 1854, 2383, 1854, 79, 1855, 1859, 1857, 1859, 1857, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1861, 137, 1861, 1866, 78, 1866, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1858, 1863, 94, 1863, 1864, 1866, 1864, 1866, 2383, 2383, 95, 1865, 121, 2383, 121, 78, 1863, 94, 1863, 1864, 2383, 1864, 1868, 2383, 1868, 95, 1865, 1863, 94, 1863, 1866, 97, 1866, 1869, 116, 1869, 95, 1860, 106, 94, 106, 1860, 1860, 1860, 1860, 1860, 1860, 95, 107, 1860, 2383, 1871, 116, 1871, 124, 78, 124, 1873, 2383, 1873, 1874, 1876, 1874, 1876, 2383, 1873, 78, 1873, 1874, 2383, 1874, 1860, 1860, 2383, 1876, 125, 1876, 1873, 2383, 1873, 1876, 1877, 1876, 1877, 78, 1878, 1879, 1878, 1879, 2383, 1875, 1875, 2383, 1860, 1879, 79, 1880, 125, 1875, 1875, 1881, 137, 1881, 2383, 1881, 79, 1882, 1886, 1884, 1886, 1884, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1888, 137, 1888, 1893, 78, 1893, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1885, 1890, 94, 1890, 1891, 1893, 1891, 1893, 2383, 2383, 95, 1892, 121, 2383, 121, 78, 1890, 94, 1890, 1891, 2383, 1891, 1895, 2383, 1895, 95, 1892, 1890, 94, 1890, 1893, 97, 1893, 1896, 116, 1896, 95, 1887, 106, 94, 106, 1887, 1887, 1887, 1887, 1887, 1887, 95, 107, 1887, 2383, 1898, 116, 1898, 124, 78, 124, 1900, 2383, 1900, 1901, 1903, 1901, 1903, 2383, 1900, 78, 1900, 1901, 2383, 1901, 1887, 1887, 2383, 1903, 125, 1903, 1900, 2383, 1900, 1903, 1904, 1903, 1904, 78, 1905, 1906, 1905, 1906, 2383, 1902, 1902, 2383, 1887, 1906, 79, 1907, 125, 1902, 1902, 1908, 137, 1908, 2383, 1908, 79, 1909, 1913, 1911, 1913, 1911, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1915, 137, 1915, 1920, 78, 1920, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1912, 1917, 94, 1917, 1918, 1920, 1918, 1920, 2383, 2383, 95, 1919, 121, 2383, 121, 78, 1917, 94, 1917, 1918, 2383, 1918, 1922, 2383, 1922, 95, 1919, 1917, 94, 1917, 1920, 97, 1920, 1923, 116, 1923, 95, 1914, 106, 94, 106, 1914, 1914, 1914, 1914, 1914, 1914, 95, 107, 1914, 2383, 1925, 116, 1925, 124, 78, 124, 1927, 2383, 1927, 1928, 1930, 1928, 1930, 2383, 1927, 78, 1927, 1928, 2383, 1928, 1914, 1914, 2383, 1930, 125, 1930, 1927, 2383, 1927, 1930, 1931, 1930, 1931, 78, 1932, 1933, 1932, 1933, 2383, 1929, 1929, 2383, 1914, 1933, 79, 1934, 125, 1929, 1929, 1935, 137, 1935, 2383, 1935, 79, 1936, 1940, 1938, 1940, 1938, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1942, 137, 1942, 1947, 78, 1947, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1939, 1944, 94, 1944, 1945, 1947, 1945, 1947, 2383, 2383, 95, 1946, 121, 2383, 121, 78, 1944, 94, 1944, 1945, 2383, 1945, 1949, 2383, 1949, 95, 1946, 1944, 94, 1944, 1947, 97, 1947, 1950, 116, 1950, 95, 1941, 106, 94, 106, 1941, 1941, 1941, 1941, 1941, 1941, 95, 107, 1941, 2383, 1952, 116, 1952, 124, 78, 124, 1954, 2383, 1954, 1955, 1957, 1955, 1957, 2383, 1954, 78, 1954, 1955, 2383, 1955, 1941, 1941, 2383, 1957, 125, 1957, 1954, 2383, 1954, 1957, 1958, 1957, 1958, 78, 1959, 1960, 1959, 1960, 2383, 1956, 1956, 2383, 1941, 1960, 79, 1961, 125, 1956, 1956, 1962, 137, 1962, 2383, 1962, 79, 1963, 1967, 1965, 1967, 1965, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1969, 137, 1969, 1974, 78, 1974, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1966, 1971, 94, 1971, 1972, 1974, 1972, 1974, 2383, 2383, 95, 1973, 121, 2383, 121, 78, 1971, 94, 1971, 1972, 2383, 1972, 1976, 2383, 1976, 95, 1973, 1971, 94, 1971, 1974, 97, 1974, 1977, 116, 1977, 95, 1968, 106, 94, 106, 1968, 1968, 1968, 1968, 1968, 1968, 95, 107, 1968, 2383, 1979, 116, 1979, 124, 78, 124, 1981, 2383, 1981, 1982, 1984, 1982, 1984, 2383, 1981, 78, 1981, 1982, 2383, 1982, 1968, 1968, 2383, 1984, 125, 1984, 1981, 2383, 1981, 1984, 1985, 1984, 1985, 78, 1986, 1987, 1986, 1987, 2383, 1983, 1983, 2383, 1968, 1987, 79, 1988, 125, 1983, 1983, 1989, 137, 1989, 2383, 1989, 79, 1990, 1994, 1992, 1994, 1992, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 1996, 137, 1996, 2001, 78, 2001, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 1993, 1998, 94, 1998, 1999, 2001, 1999, 2001, 2383, 2383, 95, 2000, 121, 2383, 121, 78, 1998, 94, 1998, 1999, 2383, 1999, 2003, 2383, 2003, 95, 2000, 1998, 94, 1998, 2001, 97, 2001, 2004, 116, 2004, 95, 1995, 106, 94, 106, 1995, 1995, 1995, 1995, 1995, 1995, 95, 107, 1995, 2383, 2006, 116, 2006, 124, 78, 124, 2008, 2383, 2008, 2009, 2011, 2009, 2011, 2383, 2008, 78, 2008, 2009, 2383, 2009, 1995, 1995, 2383, 2011, 125, 2011, 2008, 2383, 2008, 2011, 2012, 2011, 2012, 78, 2013, 2014, 2013, 2014, 2383, 2010, 2010, 2383, 1995, 2014, 79, 2015, 125, 2010, 2010, 2016, 137, 2016, 2383, 2016, 79, 2017, 2021, 2019, 2021, 2019, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2023, 137, 2023, 2028, 78, 2028, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2020, 2025, 94, 2025, 2026, 2028, 2026, 2028, 2383, 2383, 95, 2027, 121, 2383, 121, 78, 2025, 94, 2025, 2026, 2383, 2026, 2030, 2383, 2030, 95, 2027, 2025, 94, 2025, 2028, 97, 2028, 2031, 116, 2031, 95, 2022, 106, 94, 106, 2022, 2022, 2022, 2022, 2022, 2022, 95, 107, 2022, 2383, 2033, 116, 2033, 124, 78, 124, 2035, 2383, 2035, 2036, 2038, 2036, 2038, 2383, 2035, 78, 2035, 2036, 2383, 2036, 2022, 2022, 2383, 2038, 125, 2038, 2035, 2383, 2035, 2038, 2039, 2038, 2039, 78, 2040, 2041, 2040, 2041, 2383, 2037, 2037, 2383, 2022, 2041, 79, 2042, 125, 2037, 2037, 2043, 137, 2043, 2383, 2043, 79, 2044, 2048, 2046, 2048, 2046, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2050, 137, 2050, 2055, 78, 2055, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2047, 2052, 94, 2052, 2053, 2055, 2053, 2055, 2383, 2383, 95, 2054, 121, 2383, 121, 78, 2052, 94, 2052, 2053, 2383, 2053, 2057, 2383, 2057, 95, 2054, 2052, 94, 2052, 2055, 97, 2055, 2058, 116, 2058, 95, 2049, 106, 94, 106, 2049, 2049, 2049, 2049, 2049, 2049, 95, 107, 2049, 2383, 2060, 116, 2060, 124, 78, 124, 2062, 2383, 2062, 2063, 2065, 2063, 2065, 2383, 2062, 78, 2062, 2063, 2383, 2063, 2049, 2049, 2383, 2065, 125, 2065, 2062, 2383, 2062, 2065, 2066, 2065, 2066, 78, 2067, 2068, 2067, 2068, 2383, 2064, 2064, 2383, 2049, 2068, 79, 2069, 125, 2064, 2064, 2070, 137, 2070, 2383, 2070, 79, 2071, 2075, 2073, 2075, 2073, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2077, 137, 2077, 2082, 78, 2082, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2074, 2079, 94, 2079, 2080, 2082, 2080, 2082, 2383, 2383, 95, 2081, 121, 2383, 121, 78, 2079, 94, 2079, 2080, 2383, 2080, 2084, 2383, 2084, 95, 2081, 2079, 94, 2079, 2082, 97, 2082, 2085, 116, 2085, 95, 2076, 106, 94, 106, 2076, 2076, 2076, 2076, 2076, 2076, 95, 107, 2076, 2383, 2087, 116, 2087, 124, 78, 124, 2089, 2383, 2089, 2090, 2092, 2090, 2092, 2383, 2089, 78, 2089, 2090, 2383, 2090, 2076, 2076, 2383, 2092, 125, 2092, 2089, 2383, 2089, 2092, 2093, 2092, 2093, 78, 2094, 2095, 2094, 2095, 2383, 2091, 2091, 2383, 2076, 2095, 79, 2096, 125, 2091, 2091, 2097, 137, 2097, 2383, 2097, 79, 2098, 2102, 2100, 2102, 2100, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2104, 137, 2104, 2109, 78, 2109, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2101, 2106, 94, 2106, 2107, 2109, 2107, 2109, 2383, 2383, 95, 2108, 121, 2383, 121, 78, 2106, 94, 2106, 2107, 2383, 2107, 2111, 2383, 2111, 95, 2108, 2106, 94, 2106, 2109, 97, 2109, 2112, 116, 2112, 95, 2103, 106, 94, 106, 2103, 2103, 2103, 2103, 2103, 2103, 95, 107, 2103, 2383, 2114, 116, 2114, 124, 78, 124, 2116, 2383, 2116, 2117, 2119, 2117, 2119, 2383, 2116, 78, 2116, 2117, 2383, 2117, 2103, 2103, 2383, 2119, 125, 2119, 2116, 2383, 2116, 2119, 2120, 2119, 2120, 78, 2121, 2122, 2121, 2122, 2383, 2118, 2118, 2383, 2103, 2122, 79, 2123, 125, 2118, 2118, 2124, 137, 2124, 2383, 2124, 79, 2125, 2129, 2127, 2129, 2127, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2131, 137, 2131, 2136, 78, 2136, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2128, 2133, 94, 2133, 2134, 2136, 2134, 2136, 2383, 2383, 95, 2135, 121, 2383, 121, 78, 2133, 94, 2133, 2134, 2383, 2134, 2138, 2383, 2138, 95, 2135, 2133, 94, 2133, 2136, 97, 2136, 2139, 116, 2139, 95, 2130, 106, 94, 106, 2130, 2130, 2130, 2130, 2130, 2130, 95, 107, 2130, 2383, 2141, 116, 2141, 124, 78, 124, 2143, 2383, 2143, 2144, 2146, 2144, 2146, 2383, 2143, 78, 2143, 2144, 2383, 2144, 2130, 2130, 2383, 2146, 125, 2146, 2143, 2383, 2143, 2146, 2147, 2146, 2147, 78, 2148, 2149, 2148, 2149, 2383, 2145, 2145, 2383, 2130, 2149, 79, 2150, 125, 2145, 2145, 2151, 137, 2151, 2383, 2151, 79, 2152, 2156, 2154, 2156, 2154, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2158, 137, 2158, 2163, 78, 2163, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2155, 2160, 94, 2160, 2161, 2163, 2161, 2163, 2383, 2383, 95, 2162, 121, 2383, 121, 78, 2160, 94, 2160, 2161, 2383, 2161, 2165, 2383, 2165, 95, 2162, 2160, 94, 2160, 2163, 97, 2163, 2166, 116, 2166, 95, 2157, 106, 94, 106, 2157, 2157, 2157, 2157, 2157, 2157, 95, 107, 2157, 2383, 2168, 116, 2168, 124, 78, 124, 2170, 2383, 2170, 2171, 2173, 2171, 2173, 2383, 2170, 78, 2170, 2171, 2383, 2171, 2157, 2157, 2383, 2173, 125, 2173, 2170, 2383, 2170, 2173, 2174, 2173, 2174, 78, 2175, 2176, 2175, 2176, 2383, 2172, 2172, 2383, 2157, 2176, 79, 2177, 125, 2172, 2172, 2178, 137, 2178, 2383, 2178, 79, 2179, 2183, 2181, 2183, 2181, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2185, 137, 2185, 2190, 78, 2190, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2182, 2187, 94, 2187, 2188, 2190, 2188, 2190, 2383, 2383, 95, 2189, 121, 2383, 121, 78, 2187, 94, 2187, 2188, 2383, 2188, 2192, 2383, 2192, 95, 2189, 2187, 94, 2187, 2190, 97, 2190, 2193, 116, 2193, 95, 2184, 106, 94, 106, 2184, 2184, 2184, 2184, 2184, 2184, 95, 107, 2184, 2383, 2195, 116, 2195, 124, 78, 124, 2197, 2383, 2197, 2198, 2200, 2198, 2200, 2383, 2197, 78, 2197, 2198, 2383, 2198, 2184, 2184, 2383, 2200, 125, 2200, 2197, 2383, 2197, 2200, 2201, 2200, 2201, 78, 2202, 2203, 2202, 2203, 2383, 2199, 2199, 2383, 2184, 2203, 79, 2204, 125, 2199, 2199, 2205, 137, 2205, 2383, 2205, 79, 2206, 2210, 2208, 2210, 2208, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2212, 137, 2212, 2217, 78, 2217, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2209, 2214, 94, 2214, 2215, 2217, 2215, 2217, 2383, 2383, 95, 2216, 121, 2383, 121, 78, 2214, 94, 2214, 2215, 2383, 2215, 2219, 2383, 2219, 95, 2216, 2214, 94, 2214, 2217, 97, 2217, 2220, 116, 2220, 95, 2211, 106, 94, 106, 2211, 2211, 2211, 2211, 2211, 2211, 95, 107, 2211, 2383, 2222, 116, 2222, 124, 78, 124, 2224, 2383, 2224, 2225, 2227, 2225, 2227, 2383, 2224, 78, 2224, 2225, 2383, 2225, 2211, 2211, 2383, 2227, 125, 2227, 2224, 2383, 2224, 2227, 2228, 2227, 2228, 78, 2229, 2230, 2229, 2230, 2383, 2226, 2226, 2383, 2211, 2230, 79, 2231, 125, 2226, 2226, 2232, 137, 2232, 2383, 2232, 79, 2233, 2237, 2235, 2237, 2235, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2239, 137, 2239, 2244, 78, 2244, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2236, 2241, 94, 2241, 2242, 2244, 2242, 2244, 2383, 2383, 95, 2243, 121, 2383, 121, 78, 2241, 94, 2241, 2242, 2383, 2242, 2246, 2383, 2246, 95, 2243, 2241, 94, 2241, 2244, 97, 2244, 2247, 116, 2247, 95, 2238, 106, 94, 106, 2238, 2238, 2238, 2238, 2238, 2238, 95, 107, 2238, 2383, 2249, 116, 2249, 124, 78, 124, 2251, 2383, 2251, 2252, 2254, 2252, 2254, 2383, 2251, 78, 2251, 2252, 2383, 2252, 2238, 2238, 2383, 2254, 125, 2254, 2251, 2383, 2251, 2254, 2255, 2254, 2255, 78, 2256, 2257, 2256, 2257, 2383, 2253, 2253, 2383, 2238, 2257, 79, 2258, 125, 2253, 2253, 2259, 137, 2259, 2383, 2259, 79, 2260, 2264, 2262, 2264, 2262, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2266, 137, 2266, 2271, 78, 2271, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2263, 2268, 94, 2268, 2269, 2271, 2269, 2271, 2383, 2383, 95, 2270, 121, 2383, 121, 78, 2268, 94, 2268, 2269, 2383, 2269, 2273, 2383, 2273, 95, 2270, 2268, 94, 2268, 2271, 97, 2271, 2274, 116, 2274, 95, 2265, 106, 94, 106, 2265, 2265, 2265, 2265, 2265, 2265, 95, 107, 2265, 2383, 2276, 116, 2276, 124, 78, 124, 2278, 2383, 2278, 2279, 2281, 2279, 2281, 2383, 2278, 78, 2278, 2279, 2383, 2279, 2265, 2265, 2383, 2281, 125, 2281, 2278, 2383, 2278, 2281, 2282, 2281, 2282, 78, 2283, 2284, 2283, 2284, 2383, 2280, 2280, 2383, 2265, 2284, 79, 2285, 125, 2280, 2280, 2286, 137, 2286, 2383, 2286, 79, 2287, 2291, 2289, 2291, 2289, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2293, 137, 2293, 2298, 78, 2298, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2290, 2295, 94, 2295, 2296, 2298, 2296, 2298, 2383, 2383, 95, 2297, 121, 2383, 121, 78, 2295, 94, 2295, 2296, 2383, 2296, 2300, 2383, 2300, 95, 2297, 2295, 94, 2295, 2298, 97, 2298, 2301, 116, 2301, 95, 2292, 106, 94, 106, 2292, 2292, 2292, 2292, 2292, 2292, 95, 107, 2292, 2383, 2303, 116, 2303, 124, 78, 124, 2305, 2383, 2305, 2306, 2308, 2306, 2308, 2383, 2305, 78, 2305, 2306, 2383, 2306, 2292, 2292, 2383, 2308, 125, 2308, 2305, 2383, 2305, 2308, 2309, 2308, 2309, 78, 2310, 2311, 2310, 2311, 2383, 2307, 2307, 2383, 2292, 2311, 79, 2312, 125, 2307, 2307, 2313, 137, 2313, 2383, 2313, 79, 2314, 2318, 2316, 2318, 2316, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2320, 137, 2320, 2325, 78, 2325, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2317, 2322, 94, 2322, 2323, 2325, 2323, 2325, 2383, 2383, 95, 2324, 121, 2383, 121, 78, 2322, 94, 2322, 2323, 2383, 2323, 2327, 2383, 2327, 95, 2324, 2322, 94, 2322, 2325, 97, 2325, 2328, 116, 2328, 95, 2319, 106, 94, 106, 2319, 2319, 2319, 2319, 2319, 2319, 95, 107, 2319, 2383, 2330, 116, 2330, 124, 78, 124, 2332, 2383, 2332, 2333, 2335, 2333, 2335, 2383, 2332, 78, 2332, 2333, 2383, 2333, 2319, 2319, 2383, 2335, 125, 2335, 2332, 2383, 2332, 2335, 2336, 2335, 2336, 78, 2337, 2338, 2337, 2338, 2383, 2334, 2334, 2383, 2319, 2338, 79, 2339, 125, 2334, 2334, 2340, 137, 2340, 2383, 2340, 79, 2341, 2345, 2343, 2345, 2343, 2383, 2383, 82, 78, 2383, 2383, 82, 78, 78, 93, 94, 93, 2347, 137, 2347, 2352, 78, 2352, 95, 2383, 2383, 97, 78, 2383, 2383, 82, 78, 2383, 2383, 82, 2344, 2349, 94, 2349, 2350, 2352, 2350, 2352, 2383, 2383, 95, 2351, 121, 2383, 121, 78, 2349, 94, 2349, 2350, 2383, 2350, 2354, 2383, 2354, 95, 2351, 2349, 94, 2349, 2352, 97, 2352, 2355, 116, 2355, 95, 2346, 106, 94, 106, 2346, 2346, 2346, 2346, 2346, 2346, 95, 107, 2346, 2383, 2357, 116, 2357, 124, 78, 124, 2359, 2383, 2359, 2360, 2362, 2360, 2362, 2383, 2359, 78, 2359, 2360, 2383, 2360, 2346, 2346, 2383, 2362, 125, 2362, 2359, 2383, 2359, 2362, 2363, 2362, 2363, 78, 2364, 2368, 2364, 2368, 2383, 2361, 2361, 2366, 2346, 2366, 2383, 2383, 125, 2361, 2361, 2383, 137, 2366, 79, 2367, 82, 2383, 93, 94, 93, 2369, 121, 2369, 121, 78, 82, 95, 2383, 78, 97, 106, 94, 106, 2383, 137, 78, 2383, 2383, 82, 95, 107, 2371, 94, 2371, 2372, 78, 2372, 2383, 82, 2372, 95, 2372, 2378, 78, 2378, 2383, 2371, 94, 2371, 2372, 2383, 2372, 2372, 2383, 2372, 95, 2383, 2383, 2383, 2371, 94, 2371, 2372, 2373, 2372, 2373, 2383, 2383, 95, 2374, 116, 2374, 97, 2375, 116, 2375, 124, 2377, 124, 2377, 2378, 2377, 2378, 2377, 2378, 2378, 2378, 2378, 2377, 2383, 2377, 2378, 2379, 2378, 2379, 2383, 78, 125, 2380, 2366, 2380, 2366, 78, 2366, 79, 2367, 78, 2381, 2369, 2381, 2369, 2381, 82, 2381, 137, 2383, 82, 97, 2373, 125, 2373, 93, 94, 93, 2381, 78, 2381, 97, 2383, 2383, 95, 78, 2374, 116, 2374, 82, 2382, 137, 2382, 82, 2375, 116, 2375, 124, 2382, 124, 2382, 121, 2383, 121, 2382, 2379, 2382, 2379, 2380, 2383, 2380, 93, 94, 93, 121, 2383, 121, 2383, 125, 2383, 95, 2383, 2383, 2383, 137, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 125, 2383, 2383, 2383, 2383, 2383, 2383, 137, 16, 16, 16, 16, 16, 16, 16, 25, 25, 25, 25, 25, 25, 25, 30, 30, 30, 30, 30, 30, 30, 55, 55, 55, 55, 55, 55, 55, 62, 62, 62, 62, 62, 62, 62, 65, 65, 65, 65, 65, 65, 65, 71, 71, 71, 71, 71, 71, 71, 86, 86, 86, 86, 86, 86, 92, 92, 92, 92, 2383, 92, 92, 101, 101, 101, 101, 101, 101, 101, 108, 108, 108, 108, 108, 108, 108, 120, 2383, 120, 120, 120, 122, 122, 122, 122, 122, 122, 128, 2383, 128, 128, 128, 128, 128, 131, 2383, 131, 131, 131, 145, 145, 145, 145, 145, 145, 151, 151, 151, 151, 2383, 151, 151, 154, 154, 154, 154, 154, 154, 154, 157, 2383, 157, 2383, 157, 157, 157, 160, 160, 160, 160, 160, 160, 160, 169, 2383, 169, 169, 169, 172, 2383, 172, 172, 172, 172, 172, 175, 2383, 175, 175, 175, 175, 175, 177, 2383, 177, 177, 177, 189, 189, 189, 189, 189, 189, 195, 195, 195, 195, 2383, 195, 195, 198, 198, 198, 198, 198, 198, 198, 201, 2383, 201, 2383, 201, 201, 201, 203, 203, 203, 203, 203, 203, 203, 212, 2383, 212, 212, 212, 215, 2383, 215, 215, 215, 215, 215, 218, 2383, 218, 218, 218, 218, 218, 220, 2383, 220, 220, 220, 233, 233, 233, 233, 233, 233, 238, 238, 238, 238, 2383, 238, 238, 241, 241, 241, 241, 241, 241, 241, 244, 2383, 244, 2383, 244, 244, 244, 246, 246, 246, 246, 246, 246, 246, 256, 2383, 256, 256, 256, 259, 2383, 259, 259, 259, 259, 259, 262, 2383, 262, 262, 262, 262, 262, 264, 2383, 264, 264, 264, 276, 276, 276, 276, 276, 276, 281, 281, 281, 281, 2383, 281, 281, 284, 284, 284, 284, 284, 284, 284, 287, 2383, 287, 2383, 287, 287, 287, 289, 289, 289, 289, 289, 289, 289, 300, 2383, 300, 300, 300, 303, 2383, 303, 303, 303, 303, 303, 306, 2383, 306, 306, 306, 306, 306, 308, 2383, 308, 308, 308, 320, 320, 320, 320, 320, 320, 325, 325, 325, 325, 2383, 325, 325, 328, 328, 328, 328, 328, 328, 328, 331, 2383, 331, 2383, 331, 331, 331, 333, 333, 333, 333, 333, 333, 333, 341, 2383, 341, 341, 341, 344, 2383, 344, 344, 344, 344, 344, 347, 2383, 347, 347, 347, 347, 347, 349, 2383, 349, 349, 349, 362, 362, 362, 362, 362, 362, 367, 367, 367, 367, 2383, 367, 367, 369, 369, 369, 369, 369, 369, 369, 372, 2383, 372, 2383, 372, 372, 372, 374, 374, 374, 374, 374, 374, 374, 381, 2383, 381, 381, 381, 383, 2383, 383, 383, 383, 383, 383, 386, 2383, 386, 386, 386, 386, 386, 388, 2383, 388, 388, 388, 400, 400, 400, 400, 400, 400, 405, 405, 405, 405, 2383, 405, 405, 407, 407, 407, 407, 407, 407, 407, 410, 2383, 410, 2383, 410, 410, 410, 412, 412, 412, 412, 412, 412, 412, 419, 2383, 419, 419, 419, 421, 2383, 421, 421, 421, 421, 421, 424, 2383, 424, 424, 424, 424, 424, 426, 2383, 426, 426, 426, 435, 435, 435, 435, 435, 435, 440, 440, 440, 440, 2383, 440, 440, 442, 442, 442, 442, 442, 442, 442, 445, 2383, 445, 2383, 445, 445, 445, 447, 447, 447, 447, 447, 447, 447, 454, 2383, 454, 454, 454, 456, 2383, 456, 456, 456, 456, 456, 459, 2383, 459, 459, 459, 459, 459, 461, 2383, 461, 461, 461, 469, 469, 469, 469, 469, 469, 473, 473, 473, 473, 2383, 473, 473, 475, 475, 475, 475, 475, 475, 475, 478, 2383, 478, 2383, 478, 478, 478, 480, 480, 480, 480, 480, 480, 480, 484, 2383, 484, 484, 484, 486, 2383, 486, 486, 486, 486, 486, 489, 2383, 489, 489, 489, 489, 489, 498, 498, 498, 498, 498, 498, 502, 502, 502, 502, 2383, 502, 502, 504, 504, 504, 504, 504, 504, 504, 507, 2383, 507, 2383, 507, 507, 507, 509, 509, 509, 509, 509, 509, 509, 513, 2383, 513, 513, 513, 515, 2383, 515, 515, 515, 515, 515, 518, 2383, 518, 518, 518, 518, 518, 527, 527, 527, 527, 527, 527, 531, 531, 531, 531, 2383, 531, 531, 533, 533, 533, 533, 533, 533, 533, 536, 2383, 536, 2383, 536, 536, 536, 538, 538, 538, 538, 538, 538, 538, 542, 2383, 542, 542, 542, 544, 2383, 544, 544, 544, 544, 544, 547, 2383, 547, 547, 547, 547, 547, 556, 556, 556, 556, 556, 556, 560, 560, 560, 560, 2383, 560, 560, 562, 562, 562, 562, 562, 562, 562, 565, 2383, 565, 2383, 565, 565, 565, 567, 567, 567, 567, 567, 567, 567, 571, 2383, 571, 571, 571, 573, 2383, 573, 573, 573, 573, 573, 576, 2383, 576, 576, 576, 576, 576, 585, 585, 585, 585, 585, 585, 589, 589, 589, 589, 2383, 589, 589, 591, 591, 591, 591, 591, 591, 591, 594, 2383, 594, 2383, 594, 594, 594, 596, 596, 596, 596, 596, 596, 596, 600, 2383, 600, 600, 600, 602, 2383, 602, 602, 602, 602, 602, 605, 2383, 605, 605, 605, 605, 605, 614, 614, 614, 614, 614, 614, 618, 618, 618, 618, 2383, 618, 618, 620, 620, 620, 620, 620, 620, 620, 623, 2383, 623, 2383, 623, 623, 623, 625, 625, 625, 625, 625, 625, 625, 628, 2383, 628, 628, 628, 630, 2383, 630, 630, 630, 630, 630, 633, 2383, 633, 633, 633, 633, 633, 641, 641, 641, 641, 641, 641, 645, 645, 645, 645, 2383, 645, 645, 647, 647, 647, 647, 647, 647, 647, 650, 2383, 650, 2383, 650, 650, 650, 652, 652, 652, 652, 652, 652, 652, 655, 2383, 655, 655, 655, 657, 2383, 657, 657, 657, 657, 657, 660, 2383, 660, 660, 660, 660, 660, 668, 668, 668, 668, 668, 668, 672, 672, 672, 672, 2383, 672, 672, 674, 674, 674, 674, 674, 674, 674, 677, 2383, 677, 2383, 677, 677, 677, 679, 679, 679, 679, 679, 679, 679, 682, 2383, 682, 682, 682, 684, 2383, 684, 684, 684, 684, 684, 687, 2383, 687, 687, 687, 687, 687, 695, 695, 695, 695, 695, 695, 699, 699, 699, 699, 2383, 699, 699, 701, 701, 701, 701, 701, 701, 701, 704, 2383, 704, 2383, 704, 704, 704, 706, 706, 706, 706, 706, 706, 706, 709, 2383, 709, 709, 709, 711, 2383, 711, 711, 711, 711, 711, 714, 2383, 714, 714, 714, 714, 714, 722, 722, 722, 722, 722, 722, 726, 726, 726, 726, 2383, 726, 726, 728, 728, 728, 728, 728, 728, 728, 731, 2383, 731, 2383, 731, 731, 731, 733, 733, 733, 733, 733, 733, 733, 736, 2383, 736, 736, 736, 738, 2383, 738, 738, 738, 738, 738, 741, 2383, 741, 741, 741, 741, 741, 749, 749, 749, 749, 749, 749, 753, 753, 753, 753, 2383, 753, 753, 755, 755, 755, 755, 755, 755, 755, 758, 2383, 758, 2383, 758, 758, 758, 760, 760, 760, 760, 760, 760, 760, 763, 2383, 763, 763, 763, 765, 2383, 765, 765, 765, 765, 765, 768, 2383, 768, 768, 768, 768, 768, 776, 776, 776, 776, 776, 776, 780, 780, 780, 780, 2383, 780, 780, 782, 782, 782, 782, 782, 782, 782, 785, 2383, 785, 2383, 785, 785, 785, 787, 787, 787, 787, 787, 787, 787, 790, 2383, 790, 790, 790, 792, 2383, 792, 792, 792, 792, 792, 795, 2383, 795, 795, 795, 795, 795, 803, 803, 803, 803, 803, 803, 807, 807, 807, 807, 2383, 807, 807, 809, 809, 809, 809, 809, 809, 809, 812, 2383, 812, 2383, 812, 812, 812, 814, 814, 814, 814, 814, 814, 814, 817, 2383, 817, 817, 817, 819, 2383, 819, 819, 819, 819, 819, 822, 2383, 822, 822, 822, 822, 822, 830, 830, 830, 830, 830, 830, 834, 834, 834, 834, 2383, 834, 834, 836, 836, 836, 836, 836, 836, 836, 839, 2383, 839, 2383, 839, 839, 839, 841, 841, 841, 841, 841, 841, 841, 844, 2383, 844, 844, 844, 846, 2383, 846, 846, 846, 846, 846, 849, 2383, 849, 849, 849, 849, 849, 857, 857, 857, 857, 857, 857, 861, 861, 861, 861, 2383, 861, 861, 863, 863, 863, 863, 863, 863, 863, 866, 2383, 866, 2383, 866, 866, 866, 868, 868, 868, 868, 868, 868, 868, 871, 2383, 871, 871, 871, 873, 2383, 873, 873, 873, 873, 873, 876, 2383, 876, 876, 876, 876, 876, 884, 884, 884, 884, 884, 884, 888, 888, 888, 888, 2383, 888, 888, 890, 890, 890, 890, 890, 890, 890, 893, 2383, 893, 2383, 893, 893, 893, 895, 895, 895, 895, 895, 895, 895, 898, 2383, 898, 898, 898, 900, 2383, 900, 900, 900, 900, 900, 903, 2383, 903, 903, 903, 903, 903, 911, 911, 911, 911, 911, 911, 915, 915, 915, 915, 2383, 915, 915, 917, 917, 917, 917, 917, 917, 917, 920, 2383, 920, 2383, 920, 920, 920, 922, 922, 922, 922, 922, 922, 922, 925, 2383, 925, 925, 925, 927, 2383, 927, 927, 927, 927, 927, 930, 2383, 930, 930, 930, 930, 930, 938, 938, 938, 938, 938, 938, 942, 942, 942, 942, 2383, 942, 942, 944, 944, 944, 944, 944, 944, 944, 947, 2383, 947, 2383, 947, 947, 947, 949, 949, 949, 949, 949, 949, 949, 952, 2383, 952, 952, 952, 954, 2383, 954, 954, 954, 954, 954, 957, 2383, 957, 957, 957, 957, 957, 965, 965, 965, 965, 965, 965, 969, 969, 969, 969, 2383, 969, 969, 971, 971, 971, 971, 971, 971, 971, 974, 2383, 974, 2383, 974, 974, 974, 976, 976, 976, 976, 976, 976, 976, 979, 2383, 979, 979, 979, 981, 2383, 981, 981, 981, 981, 981, 984, 2383, 984, 984, 984, 984, 984, 992, 992, 992, 992, 992, 992, 996, 996, 996, 996, 2383, 996, 996, 998, 998, 998, 998, 998, 998, 998, 1001, 2383, 1001, 2383, 1001, 1001, 1001, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1006, 2383, 1006, 1006, 1006, 1008, 2383, 1008, 1008, 1008, 1008, 1008, 1011, 2383, 1011, 1011, 1011, 1011, 1011, 1019, 1019, 1019, 1019, 1019, 1019, 1023, 1023, 1023, 1023, 2383, 1023, 1023, 1025, 1025, 1025, 1025, 1025, 1025, 1025, 1028, 2383, 1028, 2383, 1028, 1028, 1028, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1033, 2383, 1033, 1033, 1033, 1035, 2383, 1035, 1035, 1035, 1035, 1035, 1038, 2383, 1038, 1038, 1038, 1038, 1038, 1046, 1046, 1046, 1046, 1046, 1046, 1050, 1050, 1050, 1050, 2383, 1050, 1050, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1055, 2383, 1055, 2383, 1055, 1055, 1055, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1060, 2383, 1060, 1060, 1060, 1062, 2383, 1062, 1062, 1062, 1062, 1062, 1065, 2383, 1065, 1065, 1065, 1065, 1065, 1073, 1073, 1073, 1073, 1073, 1073, 1077, 1077, 1077, 1077, 2383, 1077, 1077, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1082, 2383, 1082, 2383, 1082, 1082, 1082, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1087, 2383, 1087, 1087, 1087, 1089, 2383, 1089, 1089, 1089, 1089, 1089, 1092, 2383, 1092, 1092, 1092, 1092, 1092, 1100, 1100, 1100, 1100, 1100, 1100, 1104, 1104, 1104, 1104, 2383, 1104, 1104, 1106, 1106, 1106, 1106, 1106, 1106, 1106, 1109, 2383, 1109, 2383, 1109, 1109, 1109, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1114, 2383, 1114, 1114, 1114, 1116, 2383, 1116, 1116, 1116, 1116, 1116, 1119, 2383, 1119, 1119, 1119, 1119, 1119, 1127, 1127, 1127, 1127, 1127, 1127, 1131, 1131, 1131, 1131, 2383, 1131, 1131, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1136, 2383, 1136, 2383, 1136, 1136, 1136, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1141, 2383, 1141, 1141, 1141, 1143, 2383, 1143, 1143, 1143, 1143, 1143, 1146, 2383, 1146, 1146, 1146, 1146, 1146, 1154, 1154, 1154, 1154, 1154, 1154, 1158, 1158, 1158, 1158, 2383, 1158, 1158, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1163, 2383, 1163, 2383, 1163, 1163, 1163, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1168, 2383, 1168, 1168, 1168, 1170, 2383, 1170, 1170, 1170, 1170, 1170, 1173, 2383, 1173, 1173, 1173, 1173, 1173, 1181, 1181, 1181, 1181, 1181, 1181, 1185, 1185, 1185, 1185, 2383, 1185, 1185, 1187, 1187, 1187, 1187, 1187, 1187, 1187, 1190, 2383, 1190, 2383, 1190, 1190, 1190, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1195, 2383, 1195, 1195, 1195, 1197, 2383, 1197, 1197, 1197, 1197, 1197, 1200, 2383, 1200, 1200, 1200, 1200, 1200, 1208, 1208, 1208, 1208, 1208, 1208, 1212, 1212, 1212, 1212, 2383, 1212, 1212, 1214, 1214, 1214, 1214, 1214, 1214, 1214, 1217, 2383, 1217, 2383, 1217, 1217, 1217, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1222, 2383, 1222, 1222, 1222, 1224, 2383, 1224, 1224, 1224, 1224, 1224, 1227, 2383, 1227, 1227, 1227, 1227, 1227, 1235, 1235, 1235, 1235, 1235, 1235, 1239, 1239, 1239, 1239, 2383, 1239, 1239, 1241, 1241, 1241, 1241, 1241, 1241, 1241, 1244, 2383, 1244, 2383, 1244, 1244, 1244, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1249, 2383, 1249, 1249, 1249, 1251, 2383, 1251, 1251, 1251, 1251, 1251, 1254, 2383, 1254, 1254, 1254, 1254, 1254, 1262, 1262, 1262, 1262, 1262, 1262, 1266, 1266, 1266, 1266, 2383, 1266, 1266, 1268, 1268, 1268, 1268, 1268, 1268, 1268, 1271, 2383, 1271, 2383, 1271, 1271, 1271, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1276, 2383, 1276, 1276, 1276, 1278, 2383, 1278, 1278, 1278, 1278, 1278, 1281, 2383, 1281, 1281, 1281, 1281, 1281, 1289, 1289, 1289, 1289, 1289, 1289, 1293, 1293, 1293, 1293, 2383, 1293, 1293, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1298, 2383, 1298, 2383, 1298, 1298, 1298, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1303, 2383, 1303, 1303, 1303, 1305, 2383, 1305, 1305, 1305, 1305, 1305, 1308, 2383, 1308, 1308, 1308, 1308, 1308, 1316, 1316, 1316, 1316, 1316, 1316, 1320, 1320, 1320, 1320, 2383, 1320, 1320, 1322, 1322, 1322, 1322, 1322, 1322, 1322, 1325, 2383, 1325, 2383, 1325, 1325, 1325, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1330, 2383, 1330, 1330, 1330, 1332, 2383, 1332, 1332, 1332, 1332, 1332, 1335, 2383, 1335, 1335, 1335, 1335, 1335, 1343, 1343, 1343, 1343, 1343, 1343, 1347, 1347, 1347, 1347, 2383, 1347, 1347, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1352, 2383, 1352, 2383, 1352, 1352, 1352, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1357, 2383, 1357, 1357, 1357, 1359, 2383, 1359, 1359, 1359, 1359, 1359, 1362, 2383, 1362, 1362, 1362, 1362, 1362, 1370, 1370, 1370, 1370, 1370, 1370, 1374, 1374, 1374, 1374, 2383, 1374, 1374, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1379, 2383, 1379, 2383, 1379, 1379, 1379, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1384, 2383, 1384, 1384, 1384, 1386, 2383, 1386, 1386, 1386, 1386, 1386, 1389, 2383, 1389, 1389, 1389, 1389, 1389, 1397, 1397, 1397, 1397, 1397, 1397, 1401, 1401, 1401, 1401, 2383, 1401, 1401, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1406, 2383, 1406, 2383, 1406, 1406, 1406, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1411, 2383, 1411, 1411, 1411, 1413, 2383, 1413, 1413, 1413, 1413, 1413, 1416, 2383, 1416, 1416, 1416, 1416, 1416, 1424, 1424, 1424, 1424, 1424, 1424, 1428, 1428, 1428, 1428, 2383, 1428, 1428, 1430, 1430, 1430, 1430, 1430, 1430, 1430, 1433, 2383, 1433, 2383, 1433, 1433, 1433, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1438, 2383, 1438, 1438, 1438, 1440, 2383, 1440, 1440, 1440, 1440, 1440, 1443, 2383, 1443, 1443, 1443, 1443, 1443, 1451, 1451, 1451, 1451, 1451, 1451, 1455, 1455, 1455, 1455, 2383, 1455, 1455, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1460, 2383, 1460, 2383, 1460, 1460, 1460, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1465, 2383, 1465, 1465, 1465, 1467, 2383, 1467, 1467, 1467, 1467, 1467, 1470, 2383, 1470, 1470, 1470, 1470, 1470, 1478, 1478, 1478, 1478, 1478, 1478, 1482, 1482, 1482, 1482, 2383, 1482, 1482, 1484, 1484, 1484, 1484, 1484, 1484, 1484, 1487, 2383, 1487, 2383, 1487, 1487, 1487, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1492, 2383, 1492, 1492, 1492, 1494, 2383, 1494, 1494, 1494, 1494, 1494, 1497, 2383, 1497, 1497, 1497, 1497, 1497, 1505, 1505, 1505, 1505, 1505, 1505, 1509, 1509, 1509, 1509, 2383, 1509, 1509, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1514, 2383, 1514, 2383, 1514, 1514, 1514, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1519, 2383, 1519, 1519, 1519, 1521, 2383, 1521, 1521, 1521, 1521, 1521, 1524, 2383, 1524, 1524, 1524, 1524, 1524, 1532, 1532, 1532, 1532, 1532, 1532, 1536, 1536, 1536, 1536, 2383, 1536, 1536, 1538, 1538, 1538, 1538, 1538, 1538, 1538, 1541, 2383, 1541, 2383, 1541, 1541, 1541, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1546, 2383, 1546, 1546, 1546, 1548, 2383, 1548, 1548, 1548, 1548, 1548, 1551, 2383, 1551, 1551, 1551, 1551, 1551, 1559, 1559, 1559, 1559, 1559, 1559, 1563, 1563, 1563, 1563, 2383, 1563, 1563, 1565, 1565, 1565, 1565, 1565, 1565, 1565, 1568, 2383, 1568, 2383, 1568, 1568, 1568, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1573, 2383, 1573, 1573, 1573, 1575, 2383, 1575, 1575, 1575, 1575, 1575, 1578, 2383, 1578, 1578, 1578, 1578, 1578, 1586, 1586, 1586, 1586, 1586, 1586, 1590, 1590, 1590, 1590, 2383, 1590, 1590, 1592, 1592, 1592, 1592, 1592, 1592, 1592, 1595, 2383, 1595, 2383, 1595, 1595, 1595, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1600, 2383, 1600, 1600, 1600, 1602, 2383, 1602, 1602, 1602, 1602, 1602, 1605, 2383, 1605, 1605, 1605, 1605, 1605, 1613, 1613, 1613, 1613, 1613, 1613, 1617, 1617, 1617, 1617, 2383, 1617, 1617, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1622, 2383, 1622, 2383, 1622, 1622, 1622, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1627, 2383, 1627, 1627, 1627, 1629, 2383, 1629, 1629, 1629, 1629, 1629, 1632, 2383, 1632, 1632, 1632, 1632, 1632, 1640, 1640, 1640, 1640, 1640, 1640, 1644, 1644, 1644, 1644, 2383, 1644, 1644, 1646, 1646, 1646, 1646, 1646, 1646, 1646, 1649, 2383, 1649, 2383, 1649, 1649, 1649, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1654, 2383, 1654, 1654, 1654, 1656, 2383, 1656, 1656, 1656, 1656, 1656, 1659, 2383, 1659, 1659, 1659, 1659, 1659, 1667, 1667, 1667, 1667, 1667, 1667, 1671, 1671, 1671, 1671, 2383, 1671, 1671, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1676, 2383, 1676, 2383, 1676, 1676, 1676, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1681, 2383, 1681, 1681, 1681, 1683, 2383, 1683, 1683, 1683, 1683, 1683, 1686, 2383, 1686, 1686, 1686, 1686, 1686, 1694, 1694, 1694, 1694, 1694, 1694, 1698, 1698, 1698, 1698, 2383, 1698, 1698, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1703, 2383, 1703, 2383, 1703, 1703, 1703, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1708, 2383, 1708, 1708, 1708, 1710, 2383, 1710, 1710, 1710, 1710, 1710, 1713, 2383, 1713, 1713, 1713, 1713, 1713, 1721, 1721, 1721, 1721, 1721, 1721, 1725, 1725, 1725, 1725, 2383, 1725, 1725, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1730, 2383, 1730, 2383, 1730, 1730, 1730, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1735, 2383, 1735, 1735, 1735, 1737, 2383, 1737, 1737, 1737, 1737, 1737, 1740, 2383, 1740, 1740, 1740, 1740, 1740, 1748, 1748, 1748, 1748, 1748, 1748, 1752, 1752, 1752, 1752, 2383, 1752, 1752, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1757, 2383, 1757, 2383, 1757, 1757, 1757, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1762, 2383, 1762, 1762, 1762, 1764, 2383, 1764, 1764, 1764, 1764, 1764, 1767, 2383, 1767, 1767, 1767, 1767, 1767, 1775, 1775, 1775, 1775, 1775, 1775, 1779, 1779, 1779, 1779, 2383, 1779, 1779, 1781, 1781, 1781, 1781, 1781, 1781, 1781, 1784, 2383, 1784, 2383, 1784, 1784, 1784, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1789, 2383, 1789, 1789, 1789, 1791, 2383, 1791, 1791, 1791, 1791, 1791, 1794, 2383, 1794, 1794, 1794, 1794, 1794, 1802, 1802, 1802, 1802, 1802, 1802, 1806, 1806, 1806, 1806, 2383, 1806, 1806, 1808, 1808, 1808, 1808, 1808, 1808, 1808, 1811, 2383, 1811, 2383, 1811, 1811, 1811, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1816, 2383, 1816, 1816, 1816, 1818, 2383, 1818, 1818, 1818, 1818, 1818, 1821, 2383, 1821, 1821, 1821, 1821, 1821, 1829, 1829, 1829, 1829, 1829, 1829, 1833, 1833, 1833, 1833, 2383, 1833, 1833, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1838, 2383, 1838, 2383, 1838, 1838, 1838, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1843, 2383, 1843, 1843, 1843, 1845, 2383, 1845, 1845, 1845, 1845, 1845, 1848, 2383, 1848, 1848, 1848, 1848, 1848, 1856, 1856, 1856, 1856, 1856, 1856, 1860, 1860, 1860, 1860, 2383, 1860, 1860, 1862, 1862, 1862, 1862, 1862, 1862, 1862, 1865, 2383, 1865, 2383, 1865, 1865, 1865, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1870, 2383, 1870, 1870, 1870, 1872, 2383, 1872, 1872, 1872, 1872, 1872, 1875, 2383, 1875, 1875, 1875, 1875, 1875, 1883, 1883, 1883, 1883, 1883, 1883, 1887, 1887, 1887, 1887, 2383, 1887, 1887, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1892, 2383, 1892, 2383, 1892, 1892, 1892, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1897, 2383, 1897, 1897, 1897, 1899, 2383, 1899, 1899, 1899, 1899, 1899, 1902, 2383, 1902, 1902, 1902, 1902, 1902, 1910, 1910, 1910, 1910, 1910, 1910, 1914, 1914, 1914, 1914, 2383, 1914, 1914, 1916, 1916, 1916, 1916, 1916, 1916, 1916, 1919, 2383, 1919, 2383, 1919, 1919, 1919, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1924, 2383, 1924, 1924, 1924, 1926, 2383, 1926, 1926, 1926, 1926, 1926, 1929, 2383, 1929, 1929, 1929, 1929, 1929, 1937, 1937, 1937, 1937, 1937, 1937, 1941, 1941, 1941, 1941, 2383, 1941, 1941, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1946, 2383, 1946, 2383, 1946, 1946, 1946, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1951, 2383, 1951, 1951, 1951, 1953, 2383, 1953, 1953, 1953, 1953, 1953, 1956, 2383, 1956, 1956, 1956, 1956, 1956, 1964, 1964, 1964, 1964, 1964, 1964, 1968, 1968, 1968, 1968, 2383, 1968, 1968, 1970, 1970, 1970, 1970, 1970, 1970, 1970, 1973, 2383, 1973, 2383, 1973, 1973, 1973, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1978, 2383, 1978, 1978, 1978, 1980, 2383, 1980, 1980, 1980, 1980, 1980, 1983, 2383, 1983, 1983, 1983, 1983, 1983, 1991, 1991, 1991, 1991, 1991, 1991, 1995, 1995, 1995, 1995, 2383, 1995, 1995, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 2000, 2383, 2000, 2383, 2000, 2000, 2000, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2005, 2383, 2005, 2005, 2005, 2007, 2383, 2007, 2007, 2007, 2007, 2007, 2010, 2383, 2010, 2010, 2010, 2010, 2010, 2018, 2018, 2018, 2018, 2018, 2018, 2022, 2022, 2022, 2022, 2383, 2022, 2022, 2024, 2024, 2024, 2024, 2024, 2024, 2024, 2027, 2383, 2027, 2383, 2027, 2027, 2027, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2032, 2383, 2032, 2032, 2032, 2034, 2383, 2034, 2034, 2034, 2034, 2034, 2037, 2383, 2037, 2037, 2037, 2037, 2037, 2045, 2045, 2045, 2045, 2045, 2045, 2049, 2049, 2049, 2049, 2383, 2049, 2049, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2054, 2383, 2054, 2383, 2054, 2054, 2054, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2059, 2383, 2059, 2059, 2059, 2061, 2383, 2061, 2061, 2061, 2061, 2061, 2064, 2383, 2064, 2064, 2064, 2064, 2064, 2072, 2072, 2072, 2072, 2072, 2072, 2076, 2076, 2076, 2076, 2383, 2076, 2076, 2078, 2078, 2078, 2078, 2078, 2078, 2078, 2081, 2383, 2081, 2383, 2081, 2081, 2081, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2086, 2383, 2086, 2086, 2086, 2088, 2383, 2088, 2088, 2088, 2088, 2088, 2091, 2383, 2091, 2091, 2091, 2091, 2091, 2099, 2099, 2099, 2099, 2099, 2099, 2103, 2103, 2103, 2103, 2383, 2103, 2103, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2108, 2383, 2108, 2383, 2108, 2108, 2108, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2113, 2383, 2113, 2113, 2113, 2115, 2383, 2115, 2115, 2115, 2115, 2115, 2118, 2383, 2118, 2118, 2118, 2118, 2118, 2126, 2126, 2126, 2126, 2126, 2126, 2130, 2130, 2130, 2130, 2383, 2130, 2130, 2132, 2132, 2132, 2132, 2132, 2132, 2132, 2135, 2383, 2135, 2383, 2135, 2135, 2135, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2140, 2383, 2140, 2140, 2140, 2142, 2383, 2142, 2142, 2142, 2142, 2142, 2145, 2383, 2145, 2145, 2145, 2145, 2145, 2153, 2153, 2153, 2153, 2153, 2153, 2157, 2157, 2157, 2157, 2383, 2157, 2157, 2159, 2159, 2159, 2159, 2159, 2159, 2159, 2162, 2383, 2162, 2383, 2162, 2162, 2162, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2167, 2383, 2167, 2167, 2167, 2169, 2383, 2169, 2169, 2169, 2169, 2169, 2172, 2383, 2172, 2172, 2172, 2172, 2172, 2180, 2180, 2180, 2180, 2180, 2180, 2184, 2184, 2184, 2184, 2383, 2184, 2184, 2186, 2186, 2186, 2186, 2186, 2186, 2186, 2189, 2383, 2189, 2383, 2189, 2189, 2189, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2194, 2383, 2194, 2194, 2194, 2196, 2383, 2196, 2196, 2196, 2196, 2196, 2199, 2383, 2199, 2199, 2199, 2199, 2199, 2207, 2207, 2207, 2207, 2207, 2207, 2211, 2211, 2211, 2211, 2383, 2211, 2211, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2216, 2383, 2216, 2383, 2216, 2216, 2216, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2221, 2383, 2221, 2221, 2221, 2223, 2383, 2223, 2223, 2223, 2223, 2223, 2226, 2383, 2226, 2226, 2226, 2226, 2226, 2234, 2234, 2234, 2234, 2234, 2234, 2238, 2238, 2238, 2238, 2383, 2238, 2238, 2240, 2240, 2240, 2240, 2240, 2240, 2240, 2243, 2383, 2243, 2383, 2243, 2243, 2243, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2248, 2383, 2248, 2248, 2248, 2250, 2383, 2250, 2250, 2250, 2250, 2250, 2253, 2383, 2253, 2253, 2253, 2253, 2253, 2261, 2261, 2261, 2261, 2261, 2261, 2265, 2265, 2265, 2265, 2383, 2265, 2265, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2270, 2383, 2270, 2383, 2270, 2270, 2270, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2275, 2383, 2275, 2275, 2275, 2277, 2383, 2277, 2277, 2277, 2277, 2277, 2280, 2383, 2280, 2280, 2280, 2280, 2280, 2288, 2288, 2288, 2288, 2288, 2288, 2292, 2292, 2292, 2292, 2383, 2292, 2292, 2294, 2294, 2294, 2294, 2294, 2294, 2294, 2297, 2383, 2297, 2383, 2297, 2297, 2297, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2302, 2383, 2302, 2302, 2302, 2304, 2383, 2304, 2304, 2304, 2304, 2304, 2307, 2383, 2307, 2307, 2307, 2307, 2307, 2315, 2315, 2315, 2315, 2315, 2315, 2319, 2319, 2319, 2319, 2383, 2319, 2319, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2324, 2383, 2324, 2383, 2324, 2324, 2324, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2329, 2383, 2329, 2329, 2329, 2331, 2383, 2331, 2331, 2331, 2331, 2331, 2334, 2383, 2334, 2334, 2334, 2334, 2334, 2342, 2342, 2342, 2342, 2342, 2342, 2346, 2346, 2346, 2346, 2383, 2346, 2346, 2348, 2348, 2348, 2348, 2348, 2348, 2348, 2351, 2383, 2351, 2383, 2351, 2351, 2351, 2353, 2353, 2353, 2353, 2353, 2353, 2353, 2356, 2383, 2356, 2356, 2356, 2358, 2383, 2358, 2358, 2358, 2358, 2358, 2361, 2383, 2361, 2361, 2361, 2361, 2361, 2370, 2370, 2370, 2370, 2370, 2370, 2370, 2376, 2383, 2376, 2376, 2376, 2376, 2376, 15, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383 } ; static yyconst flex_int16_t yy_chk[16421] = { 0, 0, 1, 1, 1, 2, 2, 2, 2475, 2, 3, 3, 3, 4, 4, 4, 36, 8, 2, 8, 11, 11, 11, 13, 13, 13, 60, 2465, 17, 11, 17, 29, 23, 29, 60, 1, 11, 126, 2, 36, 42, 2, 42, 3, 3, 126, 4, 4, 5, 5, 5, 2365, 2365, 11, 23, 2455, 13, 5, 21, 11, 21, 17, 5, 5, 12, 12, 12, 14, 14, 14, 24, 21, 35, 12, 19, 19, 19, 22, 22, 22, 12, 5, 26, 14, 26, 5, 5, 6, 6, 6, 22, 21, 2445, 24, 21, 35, 6, 12, 46, 46, 14, 6, 6, 12, 2435, 2425, 14, 19, 2415, 43, 22, 43, 58, 22, 58, 26, 56, 56, 56, 2405, 6, 46, 46, 2395, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 38, 38, 38, 9, 9, 31, 2343, 31, 33, 38, 33, 39, 40, 39, 40, 41, 41, 41, 2338, 47, 39, 39, 393, 295, 41, 41, 47, 9, 9, 10, 10, 10, 10, 10, 10, 10, 40, 48, 31, 10, 10, 33, 47, 69, 39, 48, 49, 49, 47, 232, 50, 50, 50, 76, 10, 63, 63, 63, 40, 50, 48, 106, 15, 10, 10, 69, 0, 48, 82, 49, 49, 53, 53, 53, 0, 76, 10, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 51, 82, 51, 91, 84, 66, 89, 66, 89, 51, 51, 92, 92, 92, 53, 98, 102, 98, 102, 0, 92, 44, 44, 0, 0, 91, 61, 84, 61, 72, 77, 72, 77, 51, 59, 59, 59, 59, 66, 59, 80, 80, 80, 44, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 59, 61, 61, 0, 72, 77, 45, 62, 62, 59, 62, 62, 62, 62, 85, 80, 0, 62, 62, 0, 45, 45, 59, 0, 75, 81, 75, 81, 90, 45, 0, 0, 83, 83, 83, 0, 0, 85, 81, 87, 75, 87, 45, 64, 64, 83, 64, 64, 64, 64, 96, 90, 96, 64, 64, 100, 64, 75, 81, 96, 99, 81, 99, 75, 103, 83, 103, 104, 83, 104, 110, 107, 87, 107, 118, 118, 118, 0, 100, 64, 112, 0, 110, 96, 99, 101, 101, 101, 101, 120, 101, 120, 0, 110, 101, 101, 0, 122, 112, 122, 115, 115, 115, 112, 110, 111, 99, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 112, 111, 113, 114, 124, 114, 124, 129, 111, 129, 135, 0, 114, 115, 130, 0, 130, 132, 132, 132, 113, 108, 108, 111, 148, 113, 148, 125, 155, 125, 155, 0, 134, 135, 134, 0, 114, 124, 124, 125, 0, 0, 113, 108, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 109, 123, 123, 123, 123, 125, 123, 128, 134, 128, 128, 0, 128, 137, 0, 138, 144, 136, 157, 136, 157, 109, 109, 109, 143, 123, 131, 131, 0, 131, 131, 131, 131, 136, 123, 137, 131, 131, 138, 144, 128, 128, 139, 109, 139, 0, 143, 123, 133, 133, 136, 133, 133, 133, 133, 141, 136, 141, 133, 133, 140, 140, 140, 142, 142, 142, 150, 146, 141, 146, 149, 151, 151, 151, 0, 139, 142, 0, 0, 133, 151, 152, 153, 152, 169, 173, 169, 173, 141, 150, 152, 141, 149, 140, 0, 175, 142, 175, 162, 142, 146, 133, 180, 166, 153, 166, 154, 154, 154, 154, 162, 154, 166, 187, 152, 154, 154, 156, 156, 156, 156, 162, 156, 0, 0, 180, 156, 156, 158, 158, 158, 158, 162, 158, 0, 187, 166, 158, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 160, 0, 163, 164, 0, 165, 163, 167, 167, 167, 165, 164, 171, 176, 171, 176, 176, 192, 176, 192, 0, 188, 160, 160, 163, 0, 164, 165, 163, 179, 0, 179, 165, 164, 0, 193, 170, 170, 170, 170, 167, 170, 171, 188, 160, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, 193, 183, 170, 183, 179, 197, 171, 172, 0, 172, 172, 170, 172, 0, 0, 174, 161, 174, 174, 182, 174, 161, 161, 182, 170, 177, 177, 197, 177, 177, 177, 177, 0, 0, 183, 177, 177, 199, 161, 199, 172, 172, 181, 161, 181, 190, 182, 190, 174, 174, 178, 178, 0, 178, 178, 178, 178, 185, 181, 185, 178, 178, 184, 184, 184, 2339, 2339, 186, 186, 186, 185, 201, 212, 201, 212, 181, 0, 223, 190, 178, 186, 181, 195, 195, 195, 196, 216, 196, 216, 226, 185, 195, 237, 185, 196, 184, 218, 2339, 218, 223, 186, 178, 240, 186, 198, 198, 198, 198, 236, 198, 236, 226, 231, 198, 198, 237, 0, 0, 196, 200, 200, 200, 200, 0, 200, 240, 0, 0, 200, 200, 202, 202, 202, 202, 231, 202, 210, 210, 210, 202, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 0, 205, 207, 205, 209, 207, 209, 205, 207, 219, 267, 219, 219, 209, 219, 242, 210, 242, 244, 311, 244, 203, 203, 205, 207, 205, 222, 207, 222, 205, 207, 256, 267, 256, 227, 0, 227, 209, 214, 234, 214, 234, 311, 203, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 208, 206, 222, 213, 213, 213, 213, 208, 213, 214, 227, 204, 206, 208, 260, 234, 260, 204, 206, 269, 0, 204, 204, 208, 206, 0, 262, 213, 262, 208, 224, 214, 224, 204, 206, 208, 213, 0, 313, 204, 206, 269, 215, 204, 215, 215, 224, 215, 217, 213, 217, 217, 0, 217, 220, 220, 0, 220, 220, 220, 220, 313, 0, 224, 220, 220, 228, 228, 228, 224, 280, 279, 229, 279, 229, 215, 215, 230, 230, 230, 249, 217, 217, 221, 221, 229, 221, 221, 221, 221, 230, 0, 280, 221, 221, 0, 285, 249, 285, 228, 238, 238, 238, 249, 221, 229, 0, 0, 229, 238, 230, 0, 239, 230, 239, 241, 241, 241, 241, 249, 241, 239, 0, 0, 241, 241, 0, 221, 243, 243, 243, 243, 0, 243, 281, 281, 281, 243, 243, 245, 245, 245, 245, 281, 245, 239, 248, 250, 245, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 251, 0, 248, 250, 252, 252, 252, 248, 250, 253, 283, 253, 263, 251, 263, 263, 252, 263, 253, 353, 0, 246, 246, 251, 248, 250, 254, 254, 254, 287, 0, 287, 283, 0, 300, 251, 300, 0, 258, 252, 258, 353, 253, 246, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 258, 254, 257, 257, 257, 257, 259, 257, 259, 259, 261, 259, 261, 261, 266, 261, 266, 304, 318, 304, 247, 247, 247, 258, 0, 0, 257, 264, 264, 355, 264, 264, 264, 264, 270, 257, 270, 264, 264, 259, 259, 318, 247, 261, 261, 275, 275, 266, 257, 265, 265, 355, 265, 265, 265, 265, 268, 0, 268, 265, 265, 271, 271, 271, 272, 0, 272, 270, 275, 275, 319, 0, 268, 273, 273, 273, 0, 272, 277, 282, 277, 282, 265, 0, 291, 291, 273, 324, 282, 268, 306, 0, 306, 319, 271, 268, 0, 272, 292, 323, 272, 323, 0, 0, 265, 292, 273, 291, 291, 273, 324, 277, 282, 284, 284, 284, 284, 329, 284, 329, 0, 292, 284, 284, 286, 286, 286, 286, 292, 286, 293, 293, 293, 286, 286, 288, 288, 288, 288, 302, 288, 302, 360, 293, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 294, 297, 399, 297, 298, 298, 298, 360, 293, 307, 297, 307, 307, 302, 307, 331, 294, 331, 325, 325, 325, 289, 289, 294, 310, 399, 310, 325, 341, 0, 341, 343, 343, 343, 297, 302, 0, 298, 294, 345, 314, 345, 314, 289, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 310, 290, 301, 301, 301, 301, 303, 301, 303, 303, 0, 303, 305, 0, 305, 305, 314, 305, 347, 361, 347, 290, 290, 321, 290, 321, 301, 308, 308, 0, 308, 308, 308, 308, 316, 301, 316, 308, 308, 303, 303, 361, 312, 290, 312, 305, 305, 316, 301, 309, 309, 309, 309, 309, 309, 309, 321, 366, 312, 309, 309, 315, 315, 315, 317, 317, 317, 316, 398, 326, 316, 326, 337, 337, 337, 312, 404, 317, 326, 366, 0, 312, 328, 328, 328, 328, 336, 328, 337, 0, 398, 328, 328, 365, 315, 365, 336, 317, 404, 370, 317, 370, 326, 330, 330, 330, 330, 0, 330, 336, 0, 337, 330, 330, 332, 332, 332, 332, 336, 332, 339, 339, 339, 332, 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, 335, 338, 0, 338, 344, 433, 344, 344, 0, 344, 338, 350, 350, 350, 335, 348, 339, 348, 348, 0, 348, 333, 333, 335, 372, 381, 372, 381, 433, 384, 346, 384, 346, 346, 338, 346, 335, 344, 344, 352, 356, 352, 356, 333, 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, 334, 342, 342, 342, 342, 334, 342, 346, 346, 349, 349, 0, 349, 349, 349, 349, 352, 356, 0, 349, 349, 0, 334, 334, 354, 342, 354, 415, 334, 357, 357, 357, 468, 358, 342, 358, 0, 359, 359, 359, 354, 363, 497, 363, 334, 526, 358, 342, 0, 415, 359, 367, 367, 367, 0, 468, 368, 354, 368, 377, 367, 377, 357, 354, 497, 368, 358, 0, 526, 358, 359, 0, 555, 359, 363, 369, 369, 369, 369, 0, 369, 377, 0, 377, 369, 369, 386, 0, 386, 368, 371, 371, 371, 371, 555, 371, 378, 0, 378, 371, 371, 373, 373, 373, 373, 378, 373, 379, 379, 379, 373, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 376, 387, 0, 387, 387, 378, 387, 376, 383, 0, 383, 383, 0, 383, 388, 388, 379, 388, 388, 388, 388, 374, 374, 376, 388, 388, 0, 0, 385, 376, 385, 385, 0, 385, 382, 382, 382, 382, 390, 382, 390, 383, 383, 374, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 403, 382, 403, 0, 385, 385, 389, 389, 389, 584, 382, 375, 0, 392, 390, 392, 394, 396, 394, 396, 0, 375, 375, 382, 395, 395, 395, 0, 0, 392, 396, 584, 0, 375, 397, 397, 397, 0, 401, 406, 401, 406, 408, 375, 408, 0, 392, 397, 406, 394, 396, 0, 392, 396, 405, 405, 405, 395, 0, 407, 407, 407, 407, 405, 407, 0, 0, 397, 407, 407, 397, 401, 406, 409, 409, 409, 409, 410, 409, 410, 0, 0, 409, 409, 411, 411, 411, 411, 0, 411, 417, 417, 417, 411, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 416, 414, 416, 419, 422, 419, 422, 414, 421, 416, 421, 421, 424, 421, 424, 425, 417, 425, 425, 0, 425, 412, 412, 414, 438, 443, 438, 443, 427, 414, 427, 0, 0, 416, 420, 420, 420, 420, 445, 420, 445, 421, 421, 412, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 423, 420, 423, 423, 427, 423, 0, 0, 426, 426, 420, 426, 426, 426, 426, 0, 0, 413, 426, 426, 0, 413, 413, 420, 428, 429, 428, 429, 430, 430, 430, 0, 0, 423, 423, 431, 436, 431, 436, 413, 428, 0, 0, 413, 440, 440, 440, 0, 431, 432, 432, 432, 454, 440, 454, 0, 0, 428, 429, 0, 0, 430, 432, 428, 441, 457, 441, 457, 431, 436, 459, 431, 459, 441, 442, 442, 442, 442, 461, 442, 461, 0, 432, 442, 442, 432, 444, 444, 444, 444, 0, 444, 449, 449, 449, 444, 444, 441, 446, 446, 446, 446, 0, 446, 449, 0, 0, 446, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 451, 0, 451, 452, 452, 452, 449, 0, 460, 451, 460, 460, 472, 460, 472, 0, 473, 473, 473, 0, 0, 447, 447, 0, 456, 473, 456, 456, 476, 456, 476, 0, 478, 451, 478, 0, 452, 455, 455, 455, 455, 0, 455, 447, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 456, 456, 0, 458, 455, 458, 458, 462, 458, 462, 0, 0, 463, 455, 463, 464, 466, 464, 466, 0, 0, 448, 448, 465, 465, 465, 455, 0, 463, 466, 0, 467, 467, 467, 0, 0, 458, 458, 0, 470, 462, 470, 0, 448, 467, 463, 0, 0, 464, 466, 0, 463, 466, 474, 0, 474, 465, 484, 487, 484, 487, 489, 474, 489, 467, 0, 0, 467, 475, 475, 475, 475, 470, 475, 501, 0, 501, 475, 475, 477, 477, 477, 477, 0, 477, 482, 474, 482, 477, 477, 479, 479, 479, 479, 482, 479, 483, 483, 483, 479, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 480, 505, 486, 505, 486, 486, 482, 486, 490, 0, 490, 490, 507, 490, 507, 0, 513, 483, 513, 502, 502, 502, 480, 480, 516, 491, 516, 491, 502, 488, 0, 488, 488, 0, 488, 486, 486, 485, 485, 485, 485, 493, 485, 493, 480, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, 491, 481, 0, 485, 488, 488, 0, 492, 499, 492, 499, 518, 485, 518, 0, 0, 493, 494, 494, 494, 0, 481, 481, 492, 481, 485, 495, 503, 495, 503, 0, 496, 496, 496, 0, 530, 503, 530, 0, 495, 492, 499, 0, 481, 496, 0, 492, 531, 531, 531, 494, 0, 508, 508, 508, 508, 531, 508, 0, 495, 503, 508, 495, 534, 496, 534, 0, 496, 504, 504, 504, 504, 0, 504, 511, 0, 511, 504, 504, 506, 506, 506, 506, 511, 506, 512, 512, 512, 506, 506, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 519, 0, 519, 519, 511, 519, 536, 515, 536, 515, 515, 542, 515, 542, 545, 512, 545, 547, 559, 547, 559, 509, 509, 563, 0, 563, 517, 0, 517, 517, 520, 517, 520, 0, 514, 514, 514, 514, 0, 514, 515, 515, 0, 509, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 514, 517, 517, 510, 522, 520, 522, 0, 521, 514, 521, 523, 523, 523, 0, 524, 528, 524, 528, 0, 510, 510, 514, 0, 521, 532, 510, 532, 524, 0, 525, 525, 525, 565, 532, 565, 0, 522, 541, 541, 541, 521, 510, 525, 523, 0, 0, 521, 524, 528, 0, 524, 533, 533, 533, 533, 0, 533, 532, 0, 0, 533, 533, 525, 0, 0, 525, 535, 535, 535, 535, 541, 535, 540, 0, 540, 535, 535, 537, 537, 537, 537, 540, 537, 549, 0, 549, 537, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 551, 548, 551, 548, 548, 540, 548, 544, 0, 544, 544, 571, 544, 571, 0, 574, 549, 574, 560, 560, 560, 538, 538, 576, 0, 576, 546, 560, 546, 546, 588, 546, 588, 551, 543, 543, 543, 543, 0, 543, 544, 544, 0, 538, 539, 539, 539, 539, 539, 539, 539, 539, 539, 539, 539, 539, 539, 0, 543, 546, 546, 552, 552, 552, 557, 0, 557, 543, 539, 550, 553, 550, 553, 0, 554, 554, 554, 0, 539, 539, 543, 0, 561, 553, 561, 550, 569, 554, 569, 0, 539, 561, 0, 0, 552, 569, 577, 557, 577, 577, 539, 577, 550, 553, 0, 0, 553, 554, 550, 0, 554, 562, 562, 562, 562, 561, 562, 0, 0, 569, 562, 562, 564, 564, 564, 564, 0, 564, 570, 570, 570, 564, 564, 566, 566, 566, 566, 578, 566, 578, 0, 0, 566, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 580, 592, 580, 592, 594, 570, 594, 573, 0, 573, 573, 600, 573, 600, 578, 589, 589, 589, 603, 0, 603, 567, 567, 605, 589, 605, 575, 0, 575, 575, 617, 575, 617, 580, 572, 572, 572, 572, 0, 572, 573, 573, 0, 567, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 568, 0, 572, 575, 575, 581, 581, 581, 0, 0, 579, 572, 579, 586, 582, 586, 582, 0, 568, 583, 583, 583, 568, 568, 572, 0, 579, 582, 590, 0, 590, 602, 583, 602, 602, 0, 602, 590, 581, 598, 568, 598, 0, 579, 568, 0, 586, 582, 598, 579, 582, 606, 583, 606, 606, 583, 606, 591, 591, 591, 591, 590, 591, 0, 602, 602, 591, 591, 593, 593, 593, 593, 598, 593, 599, 599, 599, 593, 593, 595, 595, 595, 595, 607, 595, 607, 0, 0, 595, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 609, 621, 609, 621, 623, 599, 623, 604, 0, 604, 604, 628, 604, 628, 607, 618, 618, 618, 631, 0, 631, 596, 596, 633, 618, 633, 608, 0, 608, 610, 610, 610, 0, 609, 601, 601, 601, 601, 0, 601, 604, 604, 608, 596, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 597, 0, 601, 608, 0, 611, 610, 611, 644, 608, 644, 601, 612, 612, 612, 0, 0, 615, 611, 615, 0, 0, 597, 597, 601, 612, 619, 648, 619, 648, 0, 624, 624, 624, 624, 619, 624, 626, 611, 626, 624, 611, 0, 0, 597, 612, 626, 650, 612, 650, 615, 620, 620, 620, 620, 655, 620, 655, 0, 619, 620, 620, 622, 622, 622, 622, 658, 622, 658, 0, 626, 622, 622, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 625, 627, 627, 627, 629, 629, 629, 629, 630, 629, 630, 630, 632, 630, 632, 632, 634, 632, 634, 634, 0, 634, 625, 625, 635, 0, 635, 636, 629, 636, 637, 642, 637, 642, 627, 0, 0, 629, 638, 638, 638, 630, 630, 636, 625, 632, 632, 0, 0, 639, 629, 639, 0, 0, 640, 640, 640, 635, 0, 660, 636, 660, 639, 637, 642, 0, 636, 640, 645, 645, 645, 638, 646, 661, 646, 661, 661, 645, 661, 0, 0, 646, 639, 0, 671, 639, 671, 640, 0, 0, 640, 647, 647, 647, 647, 675, 647, 675, 0, 0, 647, 647, 677, 0, 677, 646, 649, 649, 649, 649, 0, 649, 653, 0, 653, 649, 649, 651, 651, 651, 651, 653, 651, 654, 654, 654, 651, 652, 652, 652, 652, 652, 652, 652, 652, 652, 652, 652, 652, 652, 0, 656, 656, 656, 656, 653, 656, 657, 0, 657, 657, 662, 657, 662, 0, 659, 654, 659, 659, 0, 659, 652, 652, 0, 0, 656, 663, 664, 663, 664, 665, 665, 665, 666, 656, 666, 0, 667, 667, 667, 657, 657, 663, 652, 662, 0, 666, 656, 659, 659, 667, 669, 673, 669, 673, 672, 672, 672, 0, 663, 664, 673, 0, 665, 672, 663, 666, 0, 0, 666, 667, 0, 680, 667, 680, 0, 0, 674, 674, 674, 674, 680, 674, 0, 669, 673, 674, 674, 676, 676, 676, 676, 0, 676, 681, 681, 681, 676, 676, 678, 678, 678, 678, 0, 678, 680, 0, 0, 678, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 679, 682, 685, 682, 685, 0, 681, 683, 683, 683, 683, 0, 683, 684, 0, 684, 684, 687, 684, 687, 0, 0, 679, 679, 686, 0, 686, 686, 0, 686, 688, 683, 688, 688, 689, 688, 689, 0, 0, 690, 683, 690, 0, 691, 679, 691, 684, 684, 692, 692, 692, 0, 693, 683, 693, 690, 0, 686, 686, 0, 694, 694, 694, 0, 696, 693, 696, 689, 698, 702, 698, 702, 690, 694, 0, 0, 691, 700, 690, 700, 0, 692, 699, 699, 699, 693, 700, 704, 693, 704, 709, 699, 709, 694, 0, 0, 694, 696, 701, 701, 701, 701, 712, 701, 712, 0, 0, 701, 701, 0, 700, 703, 703, 703, 703, 0, 703, 707, 0, 707, 703, 703, 705, 705, 705, 705, 707, 705, 708, 708, 708, 705, 706, 706, 706, 706, 706, 706, 706, 706, 706, 706, 706, 706, 706, 0, 710, 710, 710, 710, 707, 710, 711, 0, 711, 711, 714, 711, 714, 0, 713, 708, 713, 713, 0, 713, 706, 706, 0, 715, 710, 715, 715, 716, 715, 716, 718, 0, 718, 710, 717, 723, 717, 723, 0, 711, 711, 0, 706, 719, 719, 719, 710, 713, 713, 720, 717, 720, 0, 721, 721, 721, 725, 729, 725, 729, 716, 0, 720, 718, 0, 0, 721, 717, 723, 726, 726, 726, 727, 717, 727, 731, 719, 731, 726, 0, 0, 727, 720, 0, 0, 720, 721, 0, 0, 721, 728, 728, 728, 728, 736, 728, 736, 0, 0, 728, 728, 730, 730, 730, 730, 727, 730, 734, 0, 734, 730, 730, 732, 732, 732, 732, 734, 732, 735, 735, 735, 732, 733, 733, 733, 733, 733, 733, 733, 733, 733, 733, 733, 733, 733, 0, 737, 737, 737, 737, 734, 737, 738, 0, 738, 738, 739, 738, 739, 0, 740, 735, 740, 740, 0, 740, 733, 733, 0, 741, 737, 741, 742, 0, 742, 742, 743, 742, 743, 737, 744, 745, 744, 745, 0, 738, 738, 0, 733, 746, 746, 746, 737, 740, 740, 747, 744, 747, 0, 748, 748, 748, 752, 750, 752, 750, 0, 0, 747, 743, 0, 0, 748, 744, 745, 753, 753, 753, 754, 744, 754, 756, 746, 756, 753, 0, 0, 754, 747, 0, 0, 747, 748, 0, 0, 748, 750, 755, 755, 755, 755, 758, 755, 758, 0, 0, 755, 755, 763, 0, 763, 754, 757, 757, 757, 757, 0, 757, 761, 0, 761, 757, 757, 759, 759, 759, 759, 761, 759, 762, 762, 762, 759, 760, 760, 760, 760, 760, 760, 760, 760, 760, 760, 760, 760, 760, 0, 764, 764, 764, 764, 761, 764, 765, 0, 765, 765, 766, 765, 766, 0, 767, 762, 767, 767, 0, 767, 760, 760, 0, 768, 764, 768, 769, 0, 769, 769, 770, 769, 770, 764, 771, 772, 771, 772, 0, 765, 765, 0, 760, 773, 773, 773, 764, 767, 767, 774, 771, 774, 0, 775, 775, 775, 779, 777, 779, 777, 0, 0, 774, 770, 0, 0, 775, 771, 772, 780, 780, 780, 781, 771, 781, 783, 773, 783, 780, 0, 0, 781, 774, 0, 0, 774, 775, 0, 0, 775, 777, 782, 782, 782, 782, 785, 782, 785, 0, 0, 782, 782, 790, 0, 790, 781, 784, 784, 784, 784, 0, 784, 788, 0, 788, 784, 784, 786, 786, 786, 786, 788, 786, 789, 789, 789, 786, 787, 787, 787, 787, 787, 787, 787, 787, 787, 787, 787, 787, 787, 0, 791, 791, 791, 791, 788, 791, 792, 0, 792, 792, 793, 792, 793, 0, 794, 789, 794, 794, 0, 794, 787, 787, 0, 795, 791, 795, 796, 0, 796, 796, 797, 796, 797, 791, 798, 799, 798, 799, 0, 792, 792, 0, 787, 800, 800, 800, 791, 794, 794, 801, 798, 801, 0, 802, 802, 802, 806, 804, 806, 804, 0, 0, 801, 797, 0, 0, 802, 798, 799, 807, 807, 807, 808, 798, 808, 810, 800, 810, 807, 0, 0, 808, 801, 0, 0, 801, 802, 0, 0, 802, 804, 809, 809, 809, 809, 812, 809, 812, 0, 0, 809, 809, 817, 0, 817, 808, 811, 811, 811, 811, 0, 811, 815, 0, 815, 811, 811, 813, 813, 813, 813, 815, 813, 816, 816, 816, 813, 814, 814, 814, 814, 814, 814, 814, 814, 814, 814, 814, 814, 814, 0, 818, 818, 818, 818, 815, 818, 819, 0, 819, 819, 820, 819, 820, 0, 821, 816, 821, 821, 0, 821, 814, 814, 0, 822, 818, 822, 823, 0, 823, 823, 824, 823, 824, 818, 825, 826, 825, 826, 0, 819, 819, 0, 814, 827, 827, 827, 818, 821, 821, 828, 825, 828, 0, 829, 829, 829, 833, 831, 833, 831, 0, 0, 828, 824, 0, 0, 829, 825, 826, 834, 834, 834, 835, 825, 835, 837, 827, 837, 834, 0, 0, 835, 828, 0, 0, 828, 829, 0, 0, 829, 831, 836, 836, 836, 836, 839, 836, 839, 0, 0, 836, 836, 844, 0, 844, 835, 838, 838, 838, 838, 0, 838, 842, 0, 842, 838, 838, 840, 840, 840, 840, 842, 840, 843, 843, 843, 840, 841, 841, 841, 841, 841, 841, 841, 841, 841, 841, 841, 841, 841, 0, 845, 845, 845, 845, 842, 845, 846, 0, 846, 846, 847, 846, 847, 0, 848, 843, 848, 848, 0, 848, 841, 841, 0, 849, 845, 849, 850, 0, 850, 850, 851, 850, 851, 845, 852, 853, 852, 853, 0, 846, 846, 0, 841, 854, 854, 854, 845, 848, 848, 855, 852, 855, 0, 856, 856, 856, 860, 858, 860, 858, 0, 0, 855, 851, 0, 0, 856, 852, 853, 861, 861, 861, 862, 852, 862, 864, 854, 864, 861, 0, 0, 862, 855, 0, 0, 855, 856, 0, 0, 856, 858, 863, 863, 863, 863, 866, 863, 866, 0, 0, 863, 863, 871, 0, 871, 862, 865, 865, 865, 865, 0, 865, 869, 0, 869, 865, 865, 867, 867, 867, 867, 869, 867, 870, 870, 870, 867, 868, 868, 868, 868, 868, 868, 868, 868, 868, 868, 868, 868, 868, 0, 872, 872, 872, 872, 869, 872, 873, 0, 873, 873, 874, 873, 874, 0, 875, 870, 875, 875, 0, 875, 868, 868, 0, 876, 872, 876, 877, 0, 877, 877, 878, 877, 878, 872, 879, 880, 879, 880, 0, 873, 873, 0, 868, 881, 881, 881, 872, 875, 875, 882, 879, 882, 0, 883, 883, 883, 887, 885, 887, 885, 0, 0, 882, 878, 0, 0, 883, 879, 880, 888, 888, 888, 889, 879, 889, 891, 881, 891, 888, 0, 0, 889, 882, 0, 0, 882, 883, 0, 0, 883, 885, 890, 890, 890, 890, 893, 890, 893, 0, 0, 890, 890, 898, 0, 898, 889, 892, 892, 892, 892, 0, 892, 896, 0, 896, 892, 892, 894, 894, 894, 894, 896, 894, 897, 897, 897, 894, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 0, 899, 899, 899, 899, 896, 899, 900, 0, 900, 900, 901, 900, 901, 0, 902, 897, 902, 902, 0, 902, 895, 895, 0, 903, 899, 903, 904, 0, 904, 904, 905, 904, 905, 899, 906, 907, 906, 907, 0, 900, 900, 0, 895, 908, 908, 908, 899, 902, 902, 909, 906, 909, 0, 910, 910, 910, 914, 912, 914, 912, 0, 0, 909, 905, 0, 0, 910, 906, 907, 915, 915, 915, 916, 906, 916, 918, 908, 918, 915, 0, 0, 916, 909, 0, 0, 909, 910, 0, 0, 910, 912, 917, 917, 917, 917, 920, 917, 920, 0, 0, 917, 917, 925, 0, 925, 916, 919, 919, 919, 919, 0, 919, 923, 0, 923, 919, 919, 921, 921, 921, 921, 923, 921, 924, 924, 924, 921, 922, 922, 922, 922, 922, 922, 922, 922, 922, 922, 922, 922, 922, 0, 926, 926, 926, 926, 923, 926, 927, 0, 927, 927, 928, 927, 928, 0, 929, 924, 929, 929, 0, 929, 922, 922, 0, 930, 926, 930, 931, 0, 931, 931, 932, 931, 932, 926, 933, 934, 933, 934, 0, 927, 927, 0, 922, 935, 935, 935, 926, 929, 929, 936, 933, 936, 0, 937, 937, 937, 941, 939, 941, 939, 0, 0, 936, 932, 0, 0, 937, 933, 934, 942, 942, 942, 943, 933, 943, 945, 935, 945, 942, 0, 0, 943, 936, 0, 0, 936, 937, 0, 0, 937, 939, 944, 944, 944, 944, 947, 944, 947, 0, 0, 944, 944, 952, 0, 952, 943, 946, 946, 946, 946, 0, 946, 950, 0, 950, 946, 946, 948, 948, 948, 948, 950, 948, 951, 951, 951, 948, 949, 949, 949, 949, 949, 949, 949, 949, 949, 949, 949, 949, 949, 0, 953, 953, 953, 953, 950, 953, 954, 0, 954, 954, 955, 954, 955, 0, 956, 951, 956, 956, 0, 956, 949, 949, 0, 957, 953, 957, 958, 0, 958, 958, 959, 958, 959, 953, 960, 961, 960, 961, 0, 954, 954, 0, 949, 962, 962, 962, 953, 956, 956, 963, 960, 963, 0, 964, 964, 964, 968, 966, 968, 966, 0, 0, 963, 959, 0, 0, 964, 960, 961, 969, 969, 969, 970, 960, 970, 972, 962, 972, 969, 0, 0, 970, 963, 0, 0, 963, 964, 0, 0, 964, 966, 971, 971, 971, 971, 974, 971, 974, 0, 0, 971, 971, 979, 0, 979, 970, 973, 973, 973, 973, 0, 973, 977, 0, 977, 973, 973, 975, 975, 975, 975, 977, 975, 978, 978, 978, 975, 976, 976, 976, 976, 976, 976, 976, 976, 976, 976, 976, 976, 976, 0, 980, 980, 980, 980, 977, 980, 981, 0, 981, 981, 982, 981, 982, 0, 983, 978, 983, 983, 0, 983, 976, 976, 0, 984, 980, 984, 985, 0, 985, 985, 986, 985, 986, 980, 987, 988, 987, 988, 0, 981, 981, 0, 976, 989, 989, 989, 980, 983, 983, 990, 987, 990, 0, 991, 991, 991, 995, 993, 995, 993, 0, 0, 990, 986, 0, 0, 991, 987, 988, 996, 996, 996, 997, 987, 997, 999, 989, 999, 996, 0, 0, 997, 990, 0, 0, 990, 991, 0, 0, 991, 993, 998, 998, 998, 998, 1001, 998, 1001, 0, 0, 998, 998, 1006, 0, 1006, 997, 1000, 1000, 1000, 1000, 0, 1000, 1004, 0, 1004, 1000, 1000, 1002, 1002, 1002, 1002, 1004, 1002, 1005, 1005, 1005, 1002, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 0, 1007, 1007, 1007, 1007, 1004, 1007, 1008, 0, 1008, 1008, 1009, 1008, 1009, 0, 1010, 1005, 1010, 1010, 0, 1010, 1003, 1003, 0, 1011, 1007, 1011, 1012, 0, 1012, 1012, 1013, 1012, 1013, 1007, 1014, 1015, 1014, 1015, 0, 1008, 1008, 0, 1003, 1016, 1016, 1016, 1007, 1010, 1010, 1017, 1014, 1017, 0, 1018, 1018, 1018, 1022, 1020, 1022, 1020, 0, 0, 1017, 1013, 0, 0, 1018, 1014, 1015, 1023, 1023, 1023, 1024, 1014, 1024, 1026, 1016, 1026, 1023, 0, 0, 1024, 1017, 0, 0, 1017, 1018, 0, 0, 1018, 1020, 1025, 1025, 1025, 1025, 1028, 1025, 1028, 0, 0, 1025, 1025, 1033, 0, 1033, 1024, 1027, 1027, 1027, 1027, 0, 1027, 1031, 0, 1031, 1027, 1027, 1029, 1029, 1029, 1029, 1031, 1029, 1032, 1032, 1032, 1029, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 0, 1034, 1034, 1034, 1034, 1031, 1034, 1035, 0, 1035, 1035, 1036, 1035, 1036, 0, 1037, 1032, 1037, 1037, 0, 1037, 1030, 1030, 0, 1038, 1034, 1038, 1039, 0, 1039, 1039, 1040, 1039, 1040, 1034, 1041, 1042, 1041, 1042, 0, 1035, 1035, 0, 1030, 1043, 1043, 1043, 1034, 1037, 1037, 1044, 1041, 1044, 0, 1045, 1045, 1045, 1049, 1047, 1049, 1047, 0, 0, 1044, 1040, 0, 0, 1045, 1041, 1042, 1050, 1050, 1050, 1051, 1041, 1051, 1053, 1043, 1053, 1050, 0, 0, 1051, 1044, 0, 0, 1044, 1045, 0, 0, 1045, 1047, 1052, 1052, 1052, 1052, 1055, 1052, 1055, 0, 0, 1052, 1052, 1060, 0, 1060, 1051, 1054, 1054, 1054, 1054, 0, 1054, 1058, 0, 1058, 1054, 1054, 1056, 1056, 1056, 1056, 1058, 1056, 1059, 1059, 1059, 1056, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 0, 1061, 1061, 1061, 1061, 1058, 1061, 1062, 0, 1062, 1062, 1063, 1062, 1063, 0, 1064, 1059, 1064, 1064, 0, 1064, 1057, 1057, 0, 1065, 1061, 1065, 1066, 0, 1066, 1066, 1067, 1066, 1067, 1061, 1068, 1069, 1068, 1069, 0, 1062, 1062, 0, 1057, 1070, 1070, 1070, 1061, 1064, 1064, 1071, 1068, 1071, 0, 1072, 1072, 1072, 1076, 1074, 1076, 1074, 0, 0, 1071, 1067, 0, 0, 1072, 1068, 1069, 1077, 1077, 1077, 1078, 1068, 1078, 1080, 1070, 1080, 1077, 0, 0, 1078, 1071, 0, 0, 1071, 1072, 0, 0, 1072, 1074, 1079, 1079, 1079, 1079, 1082, 1079, 1082, 0, 0, 1079, 1079, 1087, 0, 1087, 1078, 1081, 1081, 1081, 1081, 0, 1081, 1085, 0, 1085, 1081, 1081, 1083, 1083, 1083, 1083, 1085, 1083, 1086, 1086, 1086, 1083, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 0, 1088, 1088, 1088, 1088, 1085, 1088, 1089, 0, 1089, 1089, 1090, 1089, 1090, 0, 1091, 1086, 1091, 1091, 0, 1091, 1084, 1084, 0, 1092, 1088, 1092, 1093, 0, 1093, 1093, 1094, 1093, 1094, 1088, 1095, 1096, 1095, 1096, 0, 1089, 1089, 0, 1084, 1097, 1097, 1097, 1088, 1091, 1091, 1098, 1095, 1098, 0, 1099, 1099, 1099, 1103, 1101, 1103, 1101, 0, 0, 1098, 1094, 0, 0, 1099, 1095, 1096, 1104, 1104, 1104, 1105, 1095, 1105, 1107, 1097, 1107, 1104, 0, 0, 1105, 1098, 0, 0, 1098, 1099, 0, 0, 1099, 1101, 1106, 1106, 1106, 1106, 1109, 1106, 1109, 0, 0, 1106, 1106, 1114, 0, 1114, 1105, 1108, 1108, 1108, 1108, 0, 1108, 1112, 0, 1112, 1108, 1108, 1110, 1110, 1110, 1110, 1112, 1110, 1113, 1113, 1113, 1110, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 0, 1115, 1115, 1115, 1115, 1112, 1115, 1116, 0, 1116, 1116, 1117, 1116, 1117, 0, 1118, 1113, 1118, 1118, 0, 1118, 1111, 1111, 0, 1119, 1115, 1119, 1120, 0, 1120, 1120, 1121, 1120, 1121, 1115, 1122, 1123, 1122, 1123, 0, 1116, 1116, 0, 1111, 1124, 1124, 1124, 1115, 1118, 1118, 1125, 1122, 1125, 0, 1126, 1126, 1126, 1130, 1128, 1130, 1128, 0, 0, 1125, 1121, 0, 0, 1126, 1122, 1123, 1131, 1131, 1131, 1132, 1122, 1132, 1134, 1124, 1134, 1131, 0, 0, 1132, 1125, 0, 0, 1125, 1126, 0, 0, 1126, 1128, 1133, 1133, 1133, 1133, 1136, 1133, 1136, 0, 0, 1133, 1133, 1141, 0, 1141, 1132, 1135, 1135, 1135, 1135, 0, 1135, 1139, 0, 1139, 1135, 1135, 1137, 1137, 1137, 1137, 1139, 1137, 1140, 1140, 1140, 1137, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 0, 1142, 1142, 1142, 1142, 1139, 1142, 1143, 0, 1143, 1143, 1144, 1143, 1144, 0, 1145, 1140, 1145, 1145, 0, 1145, 1138, 1138, 0, 1146, 1142, 1146, 1147, 0, 1147, 1147, 1148, 1147, 1148, 1142, 1149, 1150, 1149, 1150, 0, 1143, 1143, 0, 1138, 1151, 1151, 1151, 1142, 1145, 1145, 1152, 1149, 1152, 0, 1153, 1153, 1153, 1157, 1155, 1157, 1155, 0, 0, 1152, 1148, 0, 0, 1153, 1149, 1150, 1158, 1158, 1158, 1159, 1149, 1159, 1161, 1151, 1161, 1158, 0, 0, 1159, 1152, 0, 0, 1152, 1153, 0, 0, 1153, 1155, 1160, 1160, 1160, 1160, 1163, 1160, 1163, 0, 0, 1160, 1160, 1168, 0, 1168, 1159, 1162, 1162, 1162, 1162, 0, 1162, 1166, 0, 1166, 1162, 1162, 1164, 1164, 1164, 1164, 1166, 1164, 1167, 1167, 1167, 1164, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 0, 1169, 1169, 1169, 1169, 1166, 1169, 1170, 0, 1170, 1170, 1171, 1170, 1171, 0, 1172, 1167, 1172, 1172, 0, 1172, 1165, 1165, 0, 1173, 1169, 1173, 1174, 0, 1174, 1174, 1175, 1174, 1175, 1169, 1176, 1177, 1176, 1177, 0, 1170, 1170, 0, 1165, 1178, 1178, 1178, 1169, 1172, 1172, 1179, 1176, 1179, 0, 1180, 1180, 1180, 1184, 1182, 1184, 1182, 0, 0, 1179, 1175, 0, 0, 1180, 1176, 1177, 1185, 1185, 1185, 1186, 1176, 1186, 1188, 1178, 1188, 1185, 0, 0, 1186, 1179, 0, 0, 1179, 1180, 0, 0, 1180, 1182, 1187, 1187, 1187, 1187, 1190, 1187, 1190, 0, 0, 1187, 1187, 1195, 0, 1195, 1186, 1189, 1189, 1189, 1189, 0, 1189, 1193, 0, 1193, 1189, 1189, 1191, 1191, 1191, 1191, 1193, 1191, 1194, 1194, 1194, 1191, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 0, 1196, 1196, 1196, 1196, 1193, 1196, 1197, 0, 1197, 1197, 1198, 1197, 1198, 0, 1199, 1194, 1199, 1199, 0, 1199, 1192, 1192, 0, 1200, 1196, 1200, 1201, 0, 1201, 1201, 1202, 1201, 1202, 1196, 1203, 1204, 1203, 1204, 0, 1197, 1197, 0, 1192, 1205, 1205, 1205, 1196, 1199, 1199, 1206, 1203, 1206, 0, 1207, 1207, 1207, 1211, 1209, 1211, 1209, 0, 0, 1206, 1202, 0, 0, 1207, 1203, 1204, 1212, 1212, 1212, 1213, 1203, 1213, 1215, 1205, 1215, 1212, 0, 0, 1213, 1206, 0, 0, 1206, 1207, 0, 0, 1207, 1209, 1214, 1214, 1214, 1214, 1217, 1214, 1217, 0, 0, 1214, 1214, 1222, 0, 1222, 1213, 1216, 1216, 1216, 1216, 0, 1216, 1220, 0, 1220, 1216, 1216, 1218, 1218, 1218, 1218, 1220, 1218, 1221, 1221, 1221, 1218, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 0, 1223, 1223, 1223, 1223, 1220, 1223, 1224, 0, 1224, 1224, 1225, 1224, 1225, 0, 1226, 1221, 1226, 1226, 0, 1226, 1219, 1219, 0, 1227, 1223, 1227, 1228, 0, 1228, 1228, 1229, 1228, 1229, 1223, 1230, 1231, 1230, 1231, 0, 1224, 1224, 0, 1219, 1232, 1232, 1232, 1223, 1226, 1226, 1233, 1230, 1233, 0, 1234, 1234, 1234, 1238, 1236, 1238, 1236, 0, 0, 1233, 1229, 0, 0, 1234, 1230, 1231, 1239, 1239, 1239, 1240, 1230, 1240, 1242, 1232, 1242, 1239, 0, 0, 1240, 1233, 0, 0, 1233, 1234, 0, 0, 1234, 1236, 1241, 1241, 1241, 1241, 1244, 1241, 1244, 0, 0, 1241, 1241, 1249, 0, 1249, 1240, 1243, 1243, 1243, 1243, 0, 1243, 1247, 0, 1247, 1243, 1243, 1245, 1245, 1245, 1245, 1247, 1245, 1248, 1248, 1248, 1245, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 0, 1250, 1250, 1250, 1250, 1247, 1250, 1251, 0, 1251, 1251, 1252, 1251, 1252, 0, 1253, 1248, 1253, 1253, 0, 1253, 1246, 1246, 0, 1254, 1250, 1254, 1255, 0, 1255, 1255, 1256, 1255, 1256, 1250, 1257, 1258, 1257, 1258, 0, 1251, 1251, 0, 1246, 1259, 1259, 1259, 1250, 1253, 1253, 1260, 1257, 1260, 0, 1261, 1261, 1261, 1265, 1263, 1265, 1263, 0, 0, 1260, 1256, 0, 0, 1261, 1257, 1258, 1266, 1266, 1266, 1267, 1257, 1267, 1269, 1259, 1269, 1266, 0, 0, 1267, 1260, 0, 0, 1260, 1261, 0, 0, 1261, 1263, 1268, 1268, 1268, 1268, 1271, 1268, 1271, 0, 0, 1268, 1268, 1276, 0, 1276, 1267, 1270, 1270, 1270, 1270, 0, 1270, 1274, 0, 1274, 1270, 1270, 1272, 1272, 1272, 1272, 1274, 1272, 1275, 1275, 1275, 1272, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 1273, 0, 1277, 1277, 1277, 1277, 1274, 1277, 1278, 0, 1278, 1278, 1279, 1278, 1279, 0, 1280, 1275, 1280, 1280, 0, 1280, 1273, 1273, 0, 1281, 1277, 1281, 1282, 0, 1282, 1282, 1283, 1282, 1283, 1277, 1284, 1285, 1284, 1285, 0, 1278, 1278, 0, 1273, 1286, 1286, 1286, 1277, 1280, 1280, 1287, 1284, 1287, 0, 1288, 1288, 1288, 1292, 1290, 1292, 1290, 0, 0, 1287, 1283, 0, 0, 1288, 1284, 1285, 1293, 1293, 1293, 1294, 1284, 1294, 1296, 1286, 1296, 1293, 0, 0, 1294, 1287, 0, 0, 1287, 1288, 0, 0, 1288, 1290, 1295, 1295, 1295, 1295, 1298, 1295, 1298, 0, 0, 1295, 1295, 1303, 0, 1303, 1294, 1297, 1297, 1297, 1297, 0, 1297, 1301, 0, 1301, 1297, 1297, 1299, 1299, 1299, 1299, 1301, 1299, 1302, 1302, 1302, 1299, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 0, 1304, 1304, 1304, 1304, 1301, 1304, 1305, 0, 1305, 1305, 1306, 1305, 1306, 0, 1307, 1302, 1307, 1307, 0, 1307, 1300, 1300, 0, 1308, 1304, 1308, 1309, 0, 1309, 1309, 1310, 1309, 1310, 1304, 1311, 1312, 1311, 1312, 0, 1305, 1305, 0, 1300, 1313, 1313, 1313, 1304, 1307, 1307, 1314, 1311, 1314, 0, 1315, 1315, 1315, 1319, 1317, 1319, 1317, 0, 0, 1314, 1310, 0, 0, 1315, 1311, 1312, 1320, 1320, 1320, 1321, 1311, 1321, 1323, 1313, 1323, 1320, 0, 0, 1321, 1314, 0, 0, 1314, 1315, 0, 0, 1315, 1317, 1322, 1322, 1322, 1322, 1325, 1322, 1325, 0, 0, 1322, 1322, 1330, 0, 1330, 1321, 1324, 1324, 1324, 1324, 0, 1324, 1328, 0, 1328, 1324, 1324, 1326, 1326, 1326, 1326, 1328, 1326, 1329, 1329, 1329, 1326, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 0, 1331, 1331, 1331, 1331, 1328, 1331, 1332, 0, 1332, 1332, 1333, 1332, 1333, 0, 1334, 1329, 1334, 1334, 0, 1334, 1327, 1327, 0, 1335, 1331, 1335, 1336, 0, 1336, 1336, 1337, 1336, 1337, 1331, 1338, 1339, 1338, 1339, 0, 1332, 1332, 0, 1327, 1340, 1340, 1340, 1331, 1334, 1334, 1341, 1338, 1341, 0, 1342, 1342, 1342, 1346, 1344, 1346, 1344, 0, 0, 1341, 1337, 0, 0, 1342, 1338, 1339, 1347, 1347, 1347, 1348, 1338, 1348, 1350, 1340, 1350, 1347, 0, 0, 1348, 1341, 0, 0, 1341, 1342, 0, 0, 1342, 1344, 1349, 1349, 1349, 1349, 1352, 1349, 1352, 0, 0, 1349, 1349, 1357, 0, 1357, 1348, 1351, 1351, 1351, 1351, 0, 1351, 1355, 0, 1355, 1351, 1351, 1353, 1353, 1353, 1353, 1355, 1353, 1356, 1356, 1356, 1353, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 0, 1358, 1358, 1358, 1358, 1355, 1358, 1359, 0, 1359, 1359, 1360, 1359, 1360, 0, 1361, 1356, 1361, 1361, 0, 1361, 1354, 1354, 0, 1362, 1358, 1362, 1363, 0, 1363, 1363, 1364, 1363, 1364, 1358, 1365, 1366, 1365, 1366, 0, 1359, 1359, 0, 1354, 1367, 1367, 1367, 1358, 1361, 1361, 1368, 1365, 1368, 0, 1369, 1369, 1369, 1373, 1371, 1373, 1371, 0, 0, 1368, 1364, 0, 0, 1369, 1365, 1366, 1374, 1374, 1374, 1375, 1365, 1375, 1377, 1367, 1377, 1374, 0, 0, 1375, 1368, 0, 0, 1368, 1369, 0, 0, 1369, 1371, 1376, 1376, 1376, 1376, 1379, 1376, 1379, 0, 0, 1376, 1376, 1384, 0, 1384, 1375, 1378, 1378, 1378, 1378, 0, 1378, 1382, 0, 1382, 1378, 1378, 1380, 1380, 1380, 1380, 1382, 1380, 1383, 1383, 1383, 1380, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 0, 1385, 1385, 1385, 1385, 1382, 1385, 1386, 0, 1386, 1386, 1387, 1386, 1387, 0, 1388, 1383, 1388, 1388, 0, 1388, 1381, 1381, 0, 1389, 1385, 1389, 1390, 0, 1390, 1390, 1391, 1390, 1391, 1385, 1392, 1393, 1392, 1393, 0, 1386, 1386, 0, 1381, 1394, 1394, 1394, 1385, 1388, 1388, 1395, 1392, 1395, 0, 1396, 1396, 1396, 1400, 1398, 1400, 1398, 0, 0, 1395, 1391, 0, 0, 1396, 1392, 1393, 1401, 1401, 1401, 1402, 1392, 1402, 1404, 1394, 1404, 1401, 0, 0, 1402, 1395, 0, 0, 1395, 1396, 0, 0, 1396, 1398, 1403, 1403, 1403, 1403, 1406, 1403, 1406, 0, 0, 1403, 1403, 1411, 0, 1411, 1402, 1405, 1405, 1405, 1405, 0, 1405, 1409, 0, 1409, 1405, 1405, 1407, 1407, 1407, 1407, 1409, 1407, 1410, 1410, 1410, 1407, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 0, 1412, 1412, 1412, 1412, 1409, 1412, 1413, 0, 1413, 1413, 1414, 1413, 1414, 0, 1415, 1410, 1415, 1415, 0, 1415, 1408, 1408, 0, 1416, 1412, 1416, 1417, 0, 1417, 1417, 1418, 1417, 1418, 1412, 1419, 1420, 1419, 1420, 0, 1413, 1413, 0, 1408, 1421, 1421, 1421, 1412, 1415, 1415, 1422, 1419, 1422, 0, 1423, 1423, 1423, 1427, 1425, 1427, 1425, 0, 0, 1422, 1418, 0, 0, 1423, 1419, 1420, 1428, 1428, 1428, 1429, 1419, 1429, 1431, 1421, 1431, 1428, 0, 0, 1429, 1422, 0, 0, 1422, 1423, 0, 0, 1423, 1425, 1430, 1430, 1430, 1430, 1433, 1430, 1433, 0, 0, 1430, 1430, 1438, 0, 1438, 1429, 1432, 1432, 1432, 1432, 0, 1432, 1436, 0, 1436, 1432, 1432, 1434, 1434, 1434, 1434, 1436, 1434, 1437, 1437, 1437, 1434, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 0, 1439, 1439, 1439, 1439, 1436, 1439, 1440, 0, 1440, 1440, 1441, 1440, 1441, 0, 1442, 1437, 1442, 1442, 0, 1442, 1435, 1435, 0, 1443, 1439, 1443, 1444, 0, 1444, 1444, 1445, 1444, 1445, 1439, 1446, 1447, 1446, 1447, 0, 1440, 1440, 0, 1435, 1448, 1448, 1448, 1439, 1442, 1442, 1449, 1446, 1449, 0, 1450, 1450, 1450, 1454, 1452, 1454, 1452, 0, 0, 1449, 1445, 0, 0, 1450, 1446, 1447, 1455, 1455, 1455, 1456, 1446, 1456, 1458, 1448, 1458, 1455, 0, 0, 1456, 1449, 0, 0, 1449, 1450, 0, 0, 1450, 1452, 1457, 1457, 1457, 1457, 1460, 1457, 1460, 0, 0, 1457, 1457, 1465, 0, 1465, 1456, 1459, 1459, 1459, 1459, 0, 1459, 1463, 0, 1463, 1459, 1459, 1461, 1461, 1461, 1461, 1463, 1461, 1464, 1464, 1464, 1461, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 0, 1466, 1466, 1466, 1466, 1463, 1466, 1467, 0, 1467, 1467, 1468, 1467, 1468, 0, 1469, 1464, 1469, 1469, 0, 1469, 1462, 1462, 0, 1470, 1466, 1470, 1471, 0, 1471, 1471, 1472, 1471, 1472, 1466, 1473, 1474, 1473, 1474, 0, 1467, 1467, 0, 1462, 1475, 1475, 1475, 1466, 1469, 1469, 1476, 1473, 1476, 0, 1477, 1477, 1477, 1481, 1479, 1481, 1479, 0, 0, 1476, 1472, 0, 0, 1477, 1473, 1474, 1482, 1482, 1482, 1483, 1473, 1483, 1485, 1475, 1485, 1482, 0, 0, 1483, 1476, 0, 0, 1476, 1477, 0, 0, 1477, 1479, 1484, 1484, 1484, 1484, 1487, 1484, 1487, 0, 0, 1484, 1484, 1492, 0, 1492, 1483, 1486, 1486, 1486, 1486, 0, 1486, 1490, 0, 1490, 1486, 1486, 1488, 1488, 1488, 1488, 1490, 1488, 1491, 1491, 1491, 1488, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 0, 1493, 1493, 1493, 1493, 1490, 1493, 1494, 0, 1494, 1494, 1495, 1494, 1495, 0, 1496, 1491, 1496, 1496, 0, 1496, 1489, 1489, 0, 1497, 1493, 1497, 1498, 0, 1498, 1498, 1499, 1498, 1499, 1493, 1500, 1501, 1500, 1501, 0, 1494, 1494, 0, 1489, 1502, 1502, 1502, 1493, 1496, 1496, 1503, 1500, 1503, 0, 1504, 1504, 1504, 1508, 1506, 1508, 1506, 0, 0, 1503, 1499, 0, 0, 1504, 1500, 1501, 1509, 1509, 1509, 1510, 1500, 1510, 1512, 1502, 1512, 1509, 0, 0, 1510, 1503, 0, 0, 1503, 1504, 0, 0, 1504, 1506, 1511, 1511, 1511, 1511, 1514, 1511, 1514, 0, 0, 1511, 1511, 1519, 0, 1519, 1510, 1513, 1513, 1513, 1513, 0, 1513, 1517, 0, 1517, 1513, 1513, 1515, 1515, 1515, 1515, 1517, 1515, 1518, 1518, 1518, 1515, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 0, 1520, 1520, 1520, 1520, 1517, 1520, 1521, 0, 1521, 1521, 1522, 1521, 1522, 0, 1523, 1518, 1523, 1523, 0, 1523, 1516, 1516, 0, 1524, 1520, 1524, 1525, 0, 1525, 1525, 1526, 1525, 1526, 1520, 1527, 1528, 1527, 1528, 0, 1521, 1521, 0, 1516, 1529, 1529, 1529, 1520, 1523, 1523, 1530, 1527, 1530, 0, 1531, 1531, 1531, 1535, 1533, 1535, 1533, 0, 0, 1530, 1526, 0, 0, 1531, 1527, 1528, 1536, 1536, 1536, 1537, 1527, 1537, 1539, 1529, 1539, 1536, 0, 0, 1537, 1530, 0, 0, 1530, 1531, 0, 0, 1531, 1533, 1538, 1538, 1538, 1538, 1541, 1538, 1541, 0, 0, 1538, 1538, 1546, 0, 1546, 1537, 1540, 1540, 1540, 1540, 0, 1540, 1544, 0, 1544, 1540, 1540, 1542, 1542, 1542, 1542, 1544, 1542, 1545, 1545, 1545, 1542, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 0, 1547, 1547, 1547, 1547, 1544, 1547, 1548, 0, 1548, 1548, 1549, 1548, 1549, 0, 1550, 1545, 1550, 1550, 0, 1550, 1543, 1543, 0, 1551, 1547, 1551, 1552, 0, 1552, 1552, 1553, 1552, 1553, 1547, 1554, 1555, 1554, 1555, 0, 1548, 1548, 0, 1543, 1556, 1556, 1556, 1547, 1550, 1550, 1557, 1554, 1557, 0, 1558, 1558, 1558, 1562, 1560, 1562, 1560, 0, 0, 1557, 1553, 0, 0, 1558, 1554, 1555, 1563, 1563, 1563, 1564, 1554, 1564, 1566, 1556, 1566, 1563, 0, 0, 1564, 1557, 0, 0, 1557, 1558, 0, 0, 1558, 1560, 1565, 1565, 1565, 1565, 1568, 1565, 1568, 0, 0, 1565, 1565, 1573, 0, 1573, 1564, 1567, 1567, 1567, 1567, 0, 1567, 1571, 0, 1571, 1567, 1567, 1569, 1569, 1569, 1569, 1571, 1569, 1572, 1572, 1572, 1569, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 0, 1574, 1574, 1574, 1574, 1571, 1574, 1575, 0, 1575, 1575, 1576, 1575, 1576, 0, 1577, 1572, 1577, 1577, 0, 1577, 1570, 1570, 0, 1578, 1574, 1578, 1579, 0, 1579, 1579, 1580, 1579, 1580, 1574, 1581, 1582, 1581, 1582, 0, 1575, 1575, 0, 1570, 1583, 1583, 1583, 1574, 1577, 1577, 1584, 1581, 1584, 0, 1585, 1585, 1585, 1589, 1587, 1589, 1587, 0, 0, 1584, 1580, 0, 0, 1585, 1581, 1582, 1590, 1590, 1590, 1591, 1581, 1591, 1593, 1583, 1593, 1590, 0, 0, 1591, 1584, 0, 0, 1584, 1585, 0, 0, 1585, 1587, 1592, 1592, 1592, 1592, 1595, 1592, 1595, 0, 0, 1592, 1592, 1600, 0, 1600, 1591, 1594, 1594, 1594, 1594, 0, 1594, 1598, 0, 1598, 1594, 1594, 1596, 1596, 1596, 1596, 1598, 1596, 1599, 1599, 1599, 1596, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 1597, 0, 1601, 1601, 1601, 1601, 1598, 1601, 1602, 0, 1602, 1602, 1603, 1602, 1603, 0, 1604, 1599, 1604, 1604, 0, 1604, 1597, 1597, 0, 1605, 1601, 1605, 1606, 0, 1606, 1606, 1607, 1606, 1607, 1601, 1608, 1609, 1608, 1609, 0, 1602, 1602, 0, 1597, 1610, 1610, 1610, 1601, 1604, 1604, 1611, 1608, 1611, 0, 1612, 1612, 1612, 1616, 1614, 1616, 1614, 0, 0, 1611, 1607, 0, 0, 1612, 1608, 1609, 1617, 1617, 1617, 1618, 1608, 1618, 1620, 1610, 1620, 1617, 0, 0, 1618, 1611, 0, 0, 1611, 1612, 0, 0, 1612, 1614, 1619, 1619, 1619, 1619, 1622, 1619, 1622, 0, 0, 1619, 1619, 1627, 0, 1627, 1618, 1621, 1621, 1621, 1621, 0, 1621, 1625, 0, 1625, 1621, 1621, 1623, 1623, 1623, 1623, 1625, 1623, 1626, 1626, 1626, 1623, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 0, 1628, 1628, 1628, 1628, 1625, 1628, 1629, 0, 1629, 1629, 1630, 1629, 1630, 0, 1631, 1626, 1631, 1631, 0, 1631, 1624, 1624, 0, 1632, 1628, 1632, 1633, 0, 1633, 1633, 1634, 1633, 1634, 1628, 1635, 1636, 1635, 1636, 0, 1629, 1629, 0, 1624, 1637, 1637, 1637, 1628, 1631, 1631, 1638, 1635, 1638, 0, 1639, 1639, 1639, 1643, 1641, 1643, 1641, 0, 0, 1638, 1634, 0, 0, 1639, 1635, 1636, 1644, 1644, 1644, 1645, 1635, 1645, 1647, 1637, 1647, 1644, 0, 0, 1645, 1638, 0, 0, 1638, 1639, 0, 0, 1639, 1641, 1646, 1646, 1646, 1646, 1649, 1646, 1649, 0, 0, 1646, 1646, 1654, 0, 1654, 1645, 1648, 1648, 1648, 1648, 0, 1648, 1652, 0, 1652, 1648, 1648, 1650, 1650, 1650, 1650, 1652, 1650, 1653, 1653, 1653, 1650, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 0, 1655, 1655, 1655, 1655, 1652, 1655, 1656, 0, 1656, 1656, 1657, 1656, 1657, 0, 1658, 1653, 1658, 1658, 0, 1658, 1651, 1651, 0, 1659, 1655, 1659, 1660, 0, 1660, 1660, 1661, 1660, 1661, 1655, 1662, 1663, 1662, 1663, 0, 1656, 1656, 0, 1651, 1664, 1664, 1664, 1655, 1658, 1658, 1665, 1662, 1665, 0, 1666, 1666, 1666, 1670, 1668, 1670, 1668, 0, 0, 1665, 1661, 0, 0, 1666, 1662, 1663, 1671, 1671, 1671, 1672, 1662, 1672, 1674, 1664, 1674, 1671, 0, 0, 1672, 1665, 0, 0, 1665, 1666, 0, 0, 1666, 1668, 1673, 1673, 1673, 1673, 1676, 1673, 1676, 0, 0, 1673, 1673, 1681, 0, 1681, 1672, 1675, 1675, 1675, 1675, 0, 1675, 1679, 0, 1679, 1675, 1675, 1677, 1677, 1677, 1677, 1679, 1677, 1680, 1680, 1680, 1677, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 0, 1682, 1682, 1682, 1682, 1679, 1682, 1683, 0, 1683, 1683, 1684, 1683, 1684, 0, 1685, 1680, 1685, 1685, 0, 1685, 1678, 1678, 0, 1686, 1682, 1686, 1687, 0, 1687, 1687, 1688, 1687, 1688, 1682, 1689, 1690, 1689, 1690, 0, 1683, 1683, 0, 1678, 1691, 1691, 1691, 1682, 1685, 1685, 1692, 1689, 1692, 0, 1693, 1693, 1693, 1697, 1695, 1697, 1695, 0, 0, 1692, 1688, 0, 0, 1693, 1689, 1690, 1698, 1698, 1698, 1699, 1689, 1699, 1701, 1691, 1701, 1698, 0, 0, 1699, 1692, 0, 0, 1692, 1693, 0, 0, 1693, 1695, 1700, 1700, 1700, 1700, 1703, 1700, 1703, 0, 0, 1700, 1700, 1708, 0, 1708, 1699, 1702, 1702, 1702, 1702, 0, 1702, 1706, 0, 1706, 1702, 1702, 1704, 1704, 1704, 1704, 1706, 1704, 1707, 1707, 1707, 1704, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 1705, 0, 1709, 1709, 1709, 1709, 1706, 1709, 1710, 0, 1710, 1710, 1711, 1710, 1711, 0, 1712, 1707, 1712, 1712, 0, 1712, 1705, 1705, 0, 1713, 1709, 1713, 1714, 0, 1714, 1714, 1715, 1714, 1715, 1709, 1716, 1717, 1716, 1717, 0, 1710, 1710, 0, 1705, 1718, 1718, 1718, 1709, 1712, 1712, 1719, 1716, 1719, 0, 1720, 1720, 1720, 1724, 1722, 1724, 1722, 0, 0, 1719, 1715, 0, 0, 1720, 1716, 1717, 1725, 1725, 1725, 1726, 1716, 1726, 1728, 1718, 1728, 1725, 0, 0, 1726, 1719, 0, 0, 1719, 1720, 0, 0, 1720, 1722, 1727, 1727, 1727, 1727, 1730, 1727, 1730, 0, 0, 1727, 1727, 1735, 0, 1735, 1726, 1729, 1729, 1729, 1729, 0, 1729, 1733, 0, 1733, 1729, 1729, 1731, 1731, 1731, 1731, 1733, 1731, 1734, 1734, 1734, 1731, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 0, 1736, 1736, 1736, 1736, 1733, 1736, 1737, 0, 1737, 1737, 1738, 1737, 1738, 0, 1739, 1734, 1739, 1739, 0, 1739, 1732, 1732, 0, 1740, 1736, 1740, 1741, 0, 1741, 1741, 1742, 1741, 1742, 1736, 1743, 1744, 1743, 1744, 0, 1737, 1737, 0, 1732, 1745, 1745, 1745, 1736, 1739, 1739, 1746, 1743, 1746, 0, 1747, 1747, 1747, 1751, 1749, 1751, 1749, 0, 0, 1746, 1742, 0, 0, 1747, 1743, 1744, 1752, 1752, 1752, 1753, 1743, 1753, 1755, 1745, 1755, 1752, 0, 0, 1753, 1746, 0, 0, 1746, 1747, 0, 0, 1747, 1749, 1754, 1754, 1754, 1754, 1757, 1754, 1757, 0, 0, 1754, 1754, 1762, 0, 1762, 1753, 1756, 1756, 1756, 1756, 0, 1756, 1760, 0, 1760, 1756, 1756, 1758, 1758, 1758, 1758, 1760, 1758, 1761, 1761, 1761, 1758, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 0, 1763, 1763, 1763, 1763, 1760, 1763, 1764, 0, 1764, 1764, 1765, 1764, 1765, 0, 1766, 1761, 1766, 1766, 0, 1766, 1759, 1759, 0, 1767, 1763, 1767, 1768, 0, 1768, 1768, 1769, 1768, 1769, 1763, 1770, 1771, 1770, 1771, 0, 1764, 1764, 0, 1759, 1772, 1772, 1772, 1763, 1766, 1766, 1773, 1770, 1773, 0, 1774, 1774, 1774, 1778, 1776, 1778, 1776, 0, 0, 1773, 1769, 0, 0, 1774, 1770, 1771, 1779, 1779, 1779, 1780, 1770, 1780, 1782, 1772, 1782, 1779, 0, 0, 1780, 1773, 0, 0, 1773, 1774, 0, 0, 1774, 1776, 1781, 1781, 1781, 1781, 1784, 1781, 1784, 0, 0, 1781, 1781, 1789, 0, 1789, 1780, 1783, 1783, 1783, 1783, 0, 1783, 1787, 0, 1787, 1783, 1783, 1785, 1785, 1785, 1785, 1787, 1785, 1788, 1788, 1788, 1785, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 0, 1790, 1790, 1790, 1790, 1787, 1790, 1791, 0, 1791, 1791, 1792, 1791, 1792, 0, 1793, 1788, 1793, 1793, 0, 1793, 1786, 1786, 0, 1794, 1790, 1794, 1795, 0, 1795, 1795, 1796, 1795, 1796, 1790, 1797, 1798, 1797, 1798, 0, 1791, 1791, 0, 1786, 1799, 1799, 1799, 1790, 1793, 1793, 1800, 1797, 1800, 0, 1801, 1801, 1801, 1805, 1803, 1805, 1803, 0, 0, 1800, 1796, 0, 0, 1801, 1797, 1798, 1806, 1806, 1806, 1807, 1797, 1807, 1809, 1799, 1809, 1806, 0, 0, 1807, 1800, 0, 0, 1800, 1801, 0, 0, 1801, 1803, 1808, 1808, 1808, 1808, 1811, 1808, 1811, 0, 0, 1808, 1808, 1816, 0, 1816, 1807, 1810, 1810, 1810, 1810, 0, 1810, 1814, 0, 1814, 1810, 1810, 1812, 1812, 1812, 1812, 1814, 1812, 1815, 1815, 1815, 1812, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 0, 1817, 1817, 1817, 1817, 1814, 1817, 1818, 0, 1818, 1818, 1819, 1818, 1819, 0, 1820, 1815, 1820, 1820, 0, 1820, 1813, 1813, 0, 1821, 1817, 1821, 1822, 0, 1822, 1822, 1823, 1822, 1823, 1817, 1824, 1825, 1824, 1825, 0, 1818, 1818, 0, 1813, 1826, 1826, 1826, 1817, 1820, 1820, 1827, 1824, 1827, 0, 1828, 1828, 1828, 1832, 1830, 1832, 1830, 0, 0, 1827, 1823, 0, 0, 1828, 1824, 1825, 1833, 1833, 1833, 1834, 1824, 1834, 1836, 1826, 1836, 1833, 0, 0, 1834, 1827, 0, 0, 1827, 1828, 0, 0, 1828, 1830, 1835, 1835, 1835, 1835, 1838, 1835, 1838, 0, 0, 1835, 1835, 1843, 0, 1843, 1834, 1837, 1837, 1837, 1837, 0, 1837, 1841, 0, 1841, 1837, 1837, 1839, 1839, 1839, 1839, 1841, 1839, 1842, 1842, 1842, 1839, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 0, 1844, 1844, 1844, 1844, 1841, 1844, 1845, 0, 1845, 1845, 1846, 1845, 1846, 0, 1847, 1842, 1847, 1847, 0, 1847, 1840, 1840, 0, 1848, 1844, 1848, 1849, 0, 1849, 1849, 1850, 1849, 1850, 1844, 1851, 1852, 1851, 1852, 0, 1845, 1845, 0, 1840, 1853, 1853, 1853, 1844, 1847, 1847, 1854, 1851, 1854, 0, 1855, 1855, 1855, 1859, 1857, 1859, 1857, 0, 0, 1854, 1850, 0, 0, 1855, 1851, 1852, 1860, 1860, 1860, 1861, 1851, 1861, 1863, 1853, 1863, 1860, 0, 0, 1861, 1854, 0, 0, 1854, 1855, 0, 0, 1855, 1857, 1862, 1862, 1862, 1862, 1865, 1862, 1865, 0, 0, 1862, 1862, 1870, 0, 1870, 1861, 1864, 1864, 1864, 1864, 0, 1864, 1868, 0, 1868, 1864, 1864, 1866, 1866, 1866, 1866, 1868, 1866, 1869, 1869, 1869, 1866, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 0, 1871, 1871, 1871, 1871, 1868, 1871, 1872, 0, 1872, 1872, 1873, 1872, 1873, 0, 1874, 1869, 1874, 1874, 0, 1874, 1867, 1867, 0, 1875, 1871, 1875, 1876, 0, 1876, 1876, 1877, 1876, 1877, 1871, 1878, 1879, 1878, 1879, 0, 1872, 1872, 0, 1867, 1880, 1880, 1880, 1871, 1874, 1874, 1881, 1878, 1881, 0, 1882, 1882, 1882, 1886, 1884, 1886, 1884, 0, 0, 1881, 1877, 0, 0, 1882, 1878, 1879, 1887, 1887, 1887, 1888, 1878, 1888, 1890, 1880, 1890, 1887, 0, 0, 1888, 1881, 0, 0, 1881, 1882, 0, 0, 1882, 1884, 1889, 1889, 1889, 1889, 1892, 1889, 1892, 0, 0, 1889, 1889, 1897, 0, 1897, 1888, 1891, 1891, 1891, 1891, 0, 1891, 1895, 0, 1895, 1891, 1891, 1893, 1893, 1893, 1893, 1895, 1893, 1896, 1896, 1896, 1893, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 0, 1898, 1898, 1898, 1898, 1895, 1898, 1899, 0, 1899, 1899, 1900, 1899, 1900, 0, 1901, 1896, 1901, 1901, 0, 1901, 1894, 1894, 0, 1902, 1898, 1902, 1903, 0, 1903, 1903, 1904, 1903, 1904, 1898, 1905, 1906, 1905, 1906, 0, 1899, 1899, 0, 1894, 1907, 1907, 1907, 1898, 1901, 1901, 1908, 1905, 1908, 0, 1909, 1909, 1909, 1913, 1911, 1913, 1911, 0, 0, 1908, 1904, 0, 0, 1909, 1905, 1906, 1914, 1914, 1914, 1915, 1905, 1915, 1917, 1907, 1917, 1914, 0, 0, 1915, 1908, 0, 0, 1908, 1909, 0, 0, 1909, 1911, 1916, 1916, 1916, 1916, 1919, 1916, 1919, 0, 0, 1916, 1916, 1924, 0, 1924, 1915, 1918, 1918, 1918, 1918, 0, 1918, 1922, 0, 1922, 1918, 1918, 1920, 1920, 1920, 1920, 1922, 1920, 1923, 1923, 1923, 1920, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 0, 1925, 1925, 1925, 1925, 1922, 1925, 1926, 0, 1926, 1926, 1927, 1926, 1927, 0, 1928, 1923, 1928, 1928, 0, 1928, 1921, 1921, 0, 1929, 1925, 1929, 1930, 0, 1930, 1930, 1931, 1930, 1931, 1925, 1932, 1933, 1932, 1933, 0, 1926, 1926, 0, 1921, 1934, 1934, 1934, 1925, 1928, 1928, 1935, 1932, 1935, 0, 1936, 1936, 1936, 1940, 1938, 1940, 1938, 0, 0, 1935, 1931, 0, 0, 1936, 1932, 1933, 1941, 1941, 1941, 1942, 1932, 1942, 1944, 1934, 1944, 1941, 0, 0, 1942, 1935, 0, 0, 1935, 1936, 0, 0, 1936, 1938, 1943, 1943, 1943, 1943, 1946, 1943, 1946, 0, 0, 1943, 1943, 1951, 0, 1951, 1942, 1945, 1945, 1945, 1945, 0, 1945, 1949, 0, 1949, 1945, 1945, 1947, 1947, 1947, 1947, 1949, 1947, 1950, 1950, 1950, 1947, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 0, 1952, 1952, 1952, 1952, 1949, 1952, 1953, 0, 1953, 1953, 1954, 1953, 1954, 0, 1955, 1950, 1955, 1955, 0, 1955, 1948, 1948, 0, 1956, 1952, 1956, 1957, 0, 1957, 1957, 1958, 1957, 1958, 1952, 1959, 1960, 1959, 1960, 0, 1953, 1953, 0, 1948, 1961, 1961, 1961, 1952, 1955, 1955, 1962, 1959, 1962, 0, 1963, 1963, 1963, 1967, 1965, 1967, 1965, 0, 0, 1962, 1958, 0, 0, 1963, 1959, 1960, 1968, 1968, 1968, 1969, 1959, 1969, 1971, 1961, 1971, 1968, 0, 0, 1969, 1962, 0, 0, 1962, 1963, 0, 0, 1963, 1965, 1970, 1970, 1970, 1970, 1973, 1970, 1973, 0, 0, 1970, 1970, 1978, 0, 1978, 1969, 1972, 1972, 1972, 1972, 0, 1972, 1976, 0, 1976, 1972, 1972, 1974, 1974, 1974, 1974, 1976, 1974, 1977, 1977, 1977, 1974, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 0, 1979, 1979, 1979, 1979, 1976, 1979, 1980, 0, 1980, 1980, 1981, 1980, 1981, 0, 1982, 1977, 1982, 1982, 0, 1982, 1975, 1975, 0, 1983, 1979, 1983, 1984, 0, 1984, 1984, 1985, 1984, 1985, 1979, 1986, 1987, 1986, 1987, 0, 1980, 1980, 0, 1975, 1988, 1988, 1988, 1979, 1982, 1982, 1989, 1986, 1989, 0, 1990, 1990, 1990, 1994, 1992, 1994, 1992, 0, 0, 1989, 1985, 0, 0, 1990, 1986, 1987, 1995, 1995, 1995, 1996, 1986, 1996, 1998, 1988, 1998, 1995, 0, 0, 1996, 1989, 0, 0, 1989, 1990, 0, 0, 1990, 1992, 1997, 1997, 1997, 1997, 2000, 1997, 2000, 0, 0, 1997, 1997, 2005, 0, 2005, 1996, 1999, 1999, 1999, 1999, 0, 1999, 2003, 0, 2003, 1999, 1999, 2001, 2001, 2001, 2001, 2003, 2001, 2004, 2004, 2004, 2001, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 0, 2006, 2006, 2006, 2006, 2003, 2006, 2007, 0, 2007, 2007, 2008, 2007, 2008, 0, 2009, 2004, 2009, 2009, 0, 2009, 2002, 2002, 0, 2010, 2006, 2010, 2011, 0, 2011, 2011, 2012, 2011, 2012, 2006, 2013, 2014, 2013, 2014, 0, 2007, 2007, 0, 2002, 2015, 2015, 2015, 2006, 2009, 2009, 2016, 2013, 2016, 0, 2017, 2017, 2017, 2021, 2019, 2021, 2019, 0, 0, 2016, 2012, 0, 0, 2017, 2013, 2014, 2022, 2022, 2022, 2023, 2013, 2023, 2025, 2015, 2025, 2022, 0, 0, 2023, 2016, 0, 0, 2016, 2017, 0, 0, 2017, 2019, 2024, 2024, 2024, 2024, 2027, 2024, 2027, 0, 0, 2024, 2024, 2032, 0, 2032, 2023, 2026, 2026, 2026, 2026, 0, 2026, 2030, 0, 2030, 2026, 2026, 2028, 2028, 2028, 2028, 2030, 2028, 2031, 2031, 2031, 2028, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2029, 0, 2033, 2033, 2033, 2033, 2030, 2033, 2034, 0, 2034, 2034, 2035, 2034, 2035, 0, 2036, 2031, 2036, 2036, 0, 2036, 2029, 2029, 0, 2037, 2033, 2037, 2038, 0, 2038, 2038, 2039, 2038, 2039, 2033, 2040, 2041, 2040, 2041, 0, 2034, 2034, 0, 2029, 2042, 2042, 2042, 2033, 2036, 2036, 2043, 2040, 2043, 0, 2044, 2044, 2044, 2048, 2046, 2048, 2046, 0, 0, 2043, 2039, 0, 0, 2044, 2040, 2041, 2049, 2049, 2049, 2050, 2040, 2050, 2052, 2042, 2052, 2049, 0, 0, 2050, 2043, 0, 0, 2043, 2044, 0, 0, 2044, 2046, 2051, 2051, 2051, 2051, 2054, 2051, 2054, 0, 0, 2051, 2051, 2059, 0, 2059, 2050, 2053, 2053, 2053, 2053, 0, 2053, 2057, 0, 2057, 2053, 2053, 2055, 2055, 2055, 2055, 2057, 2055, 2058, 2058, 2058, 2055, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 0, 2060, 2060, 2060, 2060, 2057, 2060, 2061, 0, 2061, 2061, 2062, 2061, 2062, 0, 2063, 2058, 2063, 2063, 0, 2063, 2056, 2056, 0, 2064, 2060, 2064, 2065, 0, 2065, 2065, 2066, 2065, 2066, 2060, 2067, 2068, 2067, 2068, 0, 2061, 2061, 0, 2056, 2069, 2069, 2069, 2060, 2063, 2063, 2070, 2067, 2070, 0, 2071, 2071, 2071, 2075, 2073, 2075, 2073, 0, 0, 2070, 2066, 0, 0, 2071, 2067, 2068, 2076, 2076, 2076, 2077, 2067, 2077, 2079, 2069, 2079, 2076, 0, 0, 2077, 2070, 0, 0, 2070, 2071, 0, 0, 2071, 2073, 2078, 2078, 2078, 2078, 2081, 2078, 2081, 0, 0, 2078, 2078, 2086, 0, 2086, 2077, 2080, 2080, 2080, 2080, 0, 2080, 2084, 0, 2084, 2080, 2080, 2082, 2082, 2082, 2082, 2084, 2082, 2085, 2085, 2085, 2082, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 0, 2087, 2087, 2087, 2087, 2084, 2087, 2088, 0, 2088, 2088, 2089, 2088, 2089, 0, 2090, 2085, 2090, 2090, 0, 2090, 2083, 2083, 0, 2091, 2087, 2091, 2092, 0, 2092, 2092, 2093, 2092, 2093, 2087, 2094, 2095, 2094, 2095, 0, 2088, 2088, 0, 2083, 2096, 2096, 2096, 2087, 2090, 2090, 2097, 2094, 2097, 0, 2098, 2098, 2098, 2102, 2100, 2102, 2100, 0, 0, 2097, 2093, 0, 0, 2098, 2094, 2095, 2103, 2103, 2103, 2104, 2094, 2104, 2106, 2096, 2106, 2103, 0, 0, 2104, 2097, 0, 0, 2097, 2098, 0, 0, 2098, 2100, 2105, 2105, 2105, 2105, 2108, 2105, 2108, 0, 0, 2105, 2105, 2113, 0, 2113, 2104, 2107, 2107, 2107, 2107, 0, 2107, 2111, 0, 2111, 2107, 2107, 2109, 2109, 2109, 2109, 2111, 2109, 2112, 2112, 2112, 2109, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 0, 2114, 2114, 2114, 2114, 2111, 2114, 2115, 0, 2115, 2115, 2116, 2115, 2116, 0, 2117, 2112, 2117, 2117, 0, 2117, 2110, 2110, 0, 2118, 2114, 2118, 2119, 0, 2119, 2119, 2120, 2119, 2120, 2114, 2121, 2122, 2121, 2122, 0, 2115, 2115, 0, 2110, 2123, 2123, 2123, 2114, 2117, 2117, 2124, 2121, 2124, 0, 2125, 2125, 2125, 2129, 2127, 2129, 2127, 0, 0, 2124, 2120, 0, 0, 2125, 2121, 2122, 2130, 2130, 2130, 2131, 2121, 2131, 2133, 2123, 2133, 2130, 0, 0, 2131, 2124, 0, 0, 2124, 2125, 0, 0, 2125, 2127, 2132, 2132, 2132, 2132, 2135, 2132, 2135, 0, 0, 2132, 2132, 2140, 0, 2140, 2131, 2134, 2134, 2134, 2134, 0, 2134, 2138, 0, 2138, 2134, 2134, 2136, 2136, 2136, 2136, 2138, 2136, 2139, 2139, 2139, 2136, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 0, 2141, 2141, 2141, 2141, 2138, 2141, 2142, 0, 2142, 2142, 2143, 2142, 2143, 0, 2144, 2139, 2144, 2144, 0, 2144, 2137, 2137, 0, 2145, 2141, 2145, 2146, 0, 2146, 2146, 2147, 2146, 2147, 2141, 2148, 2149, 2148, 2149, 0, 2142, 2142, 0, 2137, 2150, 2150, 2150, 2141, 2144, 2144, 2151, 2148, 2151, 0, 2152, 2152, 2152, 2156, 2154, 2156, 2154, 0, 0, 2151, 2147, 0, 0, 2152, 2148, 2149, 2157, 2157, 2157, 2158, 2148, 2158, 2160, 2150, 2160, 2157, 0, 0, 2158, 2151, 0, 0, 2151, 2152, 0, 0, 2152, 2154, 2159, 2159, 2159, 2159, 2162, 2159, 2162, 0, 0, 2159, 2159, 2167, 0, 2167, 2158, 2161, 2161, 2161, 2161, 0, 2161, 2165, 0, 2165, 2161, 2161, 2163, 2163, 2163, 2163, 2165, 2163, 2166, 2166, 2166, 2163, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 0, 2168, 2168, 2168, 2168, 2165, 2168, 2169, 0, 2169, 2169, 2170, 2169, 2170, 0, 2171, 2166, 2171, 2171, 0, 2171, 2164, 2164, 0, 2172, 2168, 2172, 2173, 0, 2173, 2173, 2174, 2173, 2174, 2168, 2175, 2176, 2175, 2176, 0, 2169, 2169, 0, 2164, 2177, 2177, 2177, 2168, 2171, 2171, 2178, 2175, 2178, 0, 2179, 2179, 2179, 2183, 2181, 2183, 2181, 0, 0, 2178, 2174, 0, 0, 2179, 2175, 2176, 2184, 2184, 2184, 2185, 2175, 2185, 2187, 2177, 2187, 2184, 0, 0, 2185, 2178, 0, 0, 2178, 2179, 0, 0, 2179, 2181, 2186, 2186, 2186, 2186, 2189, 2186, 2189, 0, 0, 2186, 2186, 2194, 0, 2194, 2185, 2188, 2188, 2188, 2188, 0, 2188, 2192, 0, 2192, 2188, 2188, 2190, 2190, 2190, 2190, 2192, 2190, 2193, 2193, 2193, 2190, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 0, 2195, 2195, 2195, 2195, 2192, 2195, 2196, 0, 2196, 2196, 2197, 2196, 2197, 0, 2198, 2193, 2198, 2198, 0, 2198, 2191, 2191, 0, 2199, 2195, 2199, 2200, 0, 2200, 2200, 2201, 2200, 2201, 2195, 2202, 2203, 2202, 2203, 0, 2196, 2196, 0, 2191, 2204, 2204, 2204, 2195, 2198, 2198, 2205, 2202, 2205, 0, 2206, 2206, 2206, 2210, 2208, 2210, 2208, 0, 0, 2205, 2201, 0, 0, 2206, 2202, 2203, 2211, 2211, 2211, 2212, 2202, 2212, 2214, 2204, 2214, 2211, 0, 0, 2212, 2205, 0, 0, 2205, 2206, 0, 0, 2206, 2208, 2213, 2213, 2213, 2213, 2216, 2213, 2216, 0, 0, 2213, 2213, 2221, 0, 2221, 2212, 2215, 2215, 2215, 2215, 0, 2215, 2219, 0, 2219, 2215, 2215, 2217, 2217, 2217, 2217, 2219, 2217, 2220, 2220, 2220, 2217, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 0, 2222, 2222, 2222, 2222, 2219, 2222, 2223, 0, 2223, 2223, 2224, 2223, 2224, 0, 2225, 2220, 2225, 2225, 0, 2225, 2218, 2218, 0, 2226, 2222, 2226, 2227, 0, 2227, 2227, 2228, 2227, 2228, 2222, 2229, 2230, 2229, 2230, 0, 2223, 2223, 0, 2218, 2231, 2231, 2231, 2222, 2225, 2225, 2232, 2229, 2232, 0, 2233, 2233, 2233, 2237, 2235, 2237, 2235, 0, 0, 2232, 2228, 0, 0, 2233, 2229, 2230, 2238, 2238, 2238, 2239, 2229, 2239, 2241, 2231, 2241, 2238, 0, 0, 2239, 2232, 0, 0, 2232, 2233, 0, 0, 2233, 2235, 2240, 2240, 2240, 2240, 2243, 2240, 2243, 0, 0, 2240, 2240, 2248, 0, 2248, 2239, 2242, 2242, 2242, 2242, 0, 2242, 2246, 0, 2246, 2242, 2242, 2244, 2244, 2244, 2244, 2246, 2244, 2247, 2247, 2247, 2244, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 0, 2249, 2249, 2249, 2249, 2246, 2249, 2250, 0, 2250, 2250, 2251, 2250, 2251, 0, 2252, 2247, 2252, 2252, 0, 2252, 2245, 2245, 0, 2253, 2249, 2253, 2254, 0, 2254, 2254, 2255, 2254, 2255, 2249, 2256, 2257, 2256, 2257, 0, 2250, 2250, 0, 2245, 2258, 2258, 2258, 2249, 2252, 2252, 2259, 2256, 2259, 0, 2260, 2260, 2260, 2264, 2262, 2264, 2262, 0, 0, 2259, 2255, 0, 0, 2260, 2256, 2257, 2265, 2265, 2265, 2266, 2256, 2266, 2268, 2258, 2268, 2265, 0, 0, 2266, 2259, 0, 0, 2259, 2260, 0, 0, 2260, 2262, 2267, 2267, 2267, 2267, 2270, 2267, 2270, 0, 0, 2267, 2267, 2275, 0, 2275, 2266, 2269, 2269, 2269, 2269, 0, 2269, 2273, 0, 2273, 2269, 2269, 2271, 2271, 2271, 2271, 2273, 2271, 2274, 2274, 2274, 2271, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 0, 2276, 2276, 2276, 2276, 2273, 2276, 2277, 0, 2277, 2277, 2278, 2277, 2278, 0, 2279, 2274, 2279, 2279, 0, 2279, 2272, 2272, 0, 2280, 2276, 2280, 2281, 0, 2281, 2281, 2282, 2281, 2282, 2276, 2283, 2284, 2283, 2284, 0, 2277, 2277, 0, 2272, 2285, 2285, 2285, 2276, 2279, 2279, 2286, 2283, 2286, 0, 2287, 2287, 2287, 2291, 2289, 2291, 2289, 0, 0, 2286, 2282, 0, 0, 2287, 2283, 2284, 2292, 2292, 2292, 2293, 2283, 2293, 2295, 2285, 2295, 2292, 0, 0, 2293, 2286, 0, 0, 2286, 2287, 0, 0, 2287, 2289, 2294, 2294, 2294, 2294, 2297, 2294, 2297, 0, 0, 2294, 2294, 2302, 0, 2302, 2293, 2296, 2296, 2296, 2296, 0, 2296, 2300, 0, 2300, 2296, 2296, 2298, 2298, 2298, 2298, 2300, 2298, 2301, 2301, 2301, 2298, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 0, 2303, 2303, 2303, 2303, 2300, 2303, 2304, 0, 2304, 2304, 2305, 2304, 2305, 0, 2306, 2301, 2306, 2306, 0, 2306, 2299, 2299, 0, 2307, 2303, 2307, 2308, 0, 2308, 2308, 2309, 2308, 2309, 2303, 2310, 2311, 2310, 2311, 0, 2304, 2304, 0, 2299, 2312, 2312, 2312, 2303, 2306, 2306, 2313, 2310, 2313, 0, 2314, 2314, 2314, 2318, 2316, 2318, 2316, 0, 0, 2313, 2309, 0, 0, 2314, 2310, 2311, 2319, 2319, 2319, 2320, 2310, 2320, 2322, 2312, 2322, 2319, 0, 0, 2320, 2313, 0, 0, 2313, 2314, 0, 0, 2314, 2316, 2321, 2321, 2321, 2321, 2324, 2321, 2324, 0, 0, 2321, 2321, 2329, 0, 2329, 2320, 2323, 2323, 2323, 2323, 0, 2323, 2327, 0, 2327, 2323, 2323, 2325, 2325, 2325, 2325, 2327, 2325, 2328, 2328, 2328, 2325, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 0, 2330, 2330, 2330, 2330, 2327, 2330, 2331, 0, 2331, 2331, 2332, 2331, 2332, 0, 2333, 2328, 2333, 2333, 0, 2333, 2326, 2326, 0, 2334, 2330, 2334, 2335, 0, 2335, 2335, 2336, 2335, 2336, 2330, 2337, 2345, 2337, 2345, 0, 2331, 2331, 2340, 2326, 2340, 0, 0, 2330, 2333, 2333, 0, 2337, 2341, 2341, 2341, 2340, 0, 2346, 2346, 2346, 2347, 2356, 2347, 2356, 2336, 2341, 2346, 0, 2337, 2347, 2353, 2353, 2353, 0, 2337, 2340, 0, 0, 2340, 2353, 2353, 2348, 2348, 2348, 2348, 2341, 2348, 2349, 2341, 2349, 2348, 2349, 2359, 2347, 2359, 2349, 2350, 2350, 2350, 2350, 2351, 2350, 2351, 0, 2351, 2350, 0, 0, 2351, 2352, 2352, 2352, 2352, 2354, 2352, 2354, 0, 0, 2352, 2355, 2355, 2355, 2354, 2357, 2357, 2357, 2357, 2358, 2357, 2358, 2358, 2360, 2358, 2360, 2360, 2361, 2360, 2361, 2362, 0, 2362, 2362, 2363, 2362, 2363, 0, 2354, 2357, 2364, 2366, 2364, 2366, 2355, 2367, 2367, 2367, 2357, 2370, 2369, 2370, 2369, 2371, 2366, 2371, 2364, 0, 2367, 2369, 2373, 2357, 2373, 2372, 2372, 2372, 2372, 2363, 2372, 2373, 0, 0, 2372, 2364, 2374, 2374, 2374, 2366, 2376, 2364, 2376, 2367, 2375, 2375, 2375, 2375, 2377, 2375, 2377, 2378, 0, 2378, 2378, 2379, 2378, 2379, 2380, 0, 2380, 2381, 2381, 2381, 2382, 0, 2382, 0, 2375, 0, 2381, 0, 0, 0, 2380, 0, 0, 2375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2375, 0, 0, 0, 0, 0, 0, 2380, 2384, 2384, 2384, 2384, 2384, 2384, 2384, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2386, 2386, 2386, 2386, 2386, 2386, 2386, 2387, 2387, 2387, 2387, 2387, 2387, 2387, 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2389, 2389, 2389, 2389, 2389, 2389, 2389, 2390, 2390, 2390, 2390, 2390, 2390, 2390, 2391, 2391, 2391, 2391, 2391, 2391, 2392, 2392, 2392, 2392, 0, 2392, 2392, 2393, 2393, 2393, 2393, 2393, 2393, 2393, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2396, 0, 2396, 2396, 2396, 2397, 2397, 2397, 2397, 2397, 2397, 2398, 0, 2398, 2398, 2398, 2398, 2398, 2399, 0, 2399, 2399, 2399, 2400, 2400, 2400, 2400, 2400, 2400, 2401, 2401, 2401, 2401, 0, 2401, 2401, 2402, 2402, 2402, 2402, 2402, 2402, 2402, 2403, 0, 2403, 0, 2403, 2403, 2403, 2404, 2404, 2404, 2404, 2404, 2404, 2404, 2406, 0, 2406, 2406, 2406, 2407, 0, 2407, 2407, 2407, 2407, 2407, 2408, 0, 2408, 2408, 2408, 2408, 2408, 2409, 0, 2409, 2409, 2409, 2410, 2410, 2410, 2410, 2410, 2410, 2411, 2411, 2411, 2411, 0, 2411, 2411, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2413, 0, 2413, 0, 2413, 2413, 2413, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2416, 0, 2416, 2416, 2416, 2417, 0, 2417, 2417, 2417, 2417, 2417, 2418, 0, 2418, 2418, 2418, 2418, 2418, 2419, 0, 2419, 2419, 2419, 2420, 2420, 2420, 2420, 2420, 2420, 2421, 2421, 2421, 2421, 0, 2421, 2421, 2422, 2422, 2422, 2422, 2422, 2422, 2422, 2423, 0, 2423, 0, 2423, 2423, 2423, 2424, 2424, 2424, 2424, 2424, 2424, 2424, 2426, 0, 2426, 2426, 2426, 2427, 0, 2427, 2427, 2427, 2427, 2427, 2428, 0, 2428, 2428, 2428, 2428, 2428, 2429, 0, 2429, 2429, 2429, 2430, 2430, 2430, 2430, 2430, 2430, 2431, 2431, 2431, 2431, 0, 2431, 2431, 2432, 2432, 2432, 2432, 2432, 2432, 2432, 2433, 0, 2433, 0, 2433, 2433, 2433, 2434, 2434, 2434, 2434, 2434, 2434, 2434, 2436, 0, 2436, 2436, 2436, 2437, 0, 2437, 2437, 2437, 2437, 2437, 2438, 0, 2438, 2438, 2438, 2438, 2438, 2439, 0, 2439, 2439, 2439, 2440, 2440, 2440, 2440, 2440, 2440, 2441, 2441, 2441, 2441, 0, 2441, 2441, 2442, 2442, 2442, 2442, 2442, 2442, 2442, 2443, 0, 2443, 0, 2443, 2443, 2443, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2446, 0, 2446, 2446, 2446, 2447, 0, 2447, 2447, 2447, 2447, 2447, 2448, 0, 2448, 2448, 2448, 2448, 2448, 2449, 0, 2449, 2449, 2449, 2450, 2450, 2450, 2450, 2450, 2450, 2451, 2451, 2451, 2451, 0, 2451, 2451, 2452, 2452, 2452, 2452, 2452, 2452, 2452, 2453, 0, 2453, 0, 2453, 2453, 2453, 2454, 2454, 2454, 2454, 2454, 2454, 2454, 2456, 0, 2456, 2456, 2456, 2457, 0, 2457, 2457, 2457, 2457, 2457, 2458, 0, 2458, 2458, 2458, 2458, 2458, 2459, 0, 2459, 2459, 2459, 2460, 2460, 2460, 2460, 2460, 2460, 2461, 2461, 2461, 2461, 0, 2461, 2461, 2462, 2462, 2462, 2462, 2462, 2462, 2462, 2463, 0, 2463, 0, 2463, 2463, 2463, 2464, 2464, 2464, 2464, 2464, 2464, 2464, 2466, 0, 2466, 2466, 2466, 2467, 0, 2467, 2467, 2467, 2467, 2467, 2468, 0, 2468, 2468, 2468, 2468, 2468, 2469, 0, 2469, 2469, 2469, 2470, 2470, 2470, 2470, 2470, 2470, 2471, 2471, 2471, 2471, 0, 2471, 2471, 2472, 2472, 2472, 2472, 2472, 2472, 2472, 2473, 0, 2473, 0, 2473, 2473, 2473, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2476, 0, 2476, 2476, 2476, 2477, 0, 2477, 2477, 2477, 2477, 2477, 2478, 0, 2478, 2478, 2478, 2478, 2478, 2479, 0, 2479, 2479, 2479, 2480, 2480, 2480, 2480, 2480, 2480, 2481, 2481, 2481, 2481, 0, 2481, 2481, 2482, 2482, 2482, 2482, 2482, 2482, 2482, 2483, 0, 2483, 0, 2483, 2483, 2483, 2484, 2484, 2484, 2484, 2484, 2484, 2484, 2485, 0, 2485, 2485, 2485, 2486, 0, 2486, 2486, 2486, 2486, 2486, 2487, 0, 2487, 2487, 2487, 2487, 2487, 2488, 2488, 2488, 2488, 2488, 2488, 2489, 2489, 2489, 2489, 0, 2489, 2489, 2490, 2490, 2490, 2490, 2490, 2490, 2490, 2491, 0, 2491, 0, 2491, 2491, 2491, 2492, 2492, 2492, 2492, 2492, 2492, 2492, 2493, 0, 2493, 2493, 2493, 2494, 0, 2494, 2494, 2494, 2494, 2494, 2495, 0, 2495, 2495, 2495, 2495, 2495, 2496, 2496, 2496, 2496, 2496, 2496, 2497, 2497, 2497, 2497, 0, 2497, 2497, 2498, 2498, 2498, 2498, 2498, 2498, 2498, 2499, 0, 2499, 0, 2499, 2499, 2499, 2500, 2500, 2500, 2500, 2500, 2500, 2500, 2501, 0, 2501, 2501, 2501, 2502, 0, 2502, 2502, 2502, 2502, 2502, 2503, 0, 2503, 2503, 2503, 2503, 2503, 2504, 2504, 2504, 2504, 2504, 2504, 2505, 2505, 2505, 2505, 0, 2505, 2505, 2506, 2506, 2506, 2506, 2506, 2506, 2506, 2507, 0, 2507, 0, 2507, 2507, 2507, 2508, 2508, 2508, 2508, 2508, 2508, 2508, 2509, 0, 2509, 2509, 2509, 2510, 0, 2510, 2510, 2510, 2510, 2510, 2511, 0, 2511, 2511, 2511, 2511, 2511, 2512, 2512, 2512, 2512, 2512, 2512, 2513, 2513, 2513, 2513, 0, 2513, 2513, 2514, 2514, 2514, 2514, 2514, 2514, 2514, 2515, 0, 2515, 0, 2515, 2515, 2515, 2516, 2516, 2516, 2516, 2516, 2516, 2516, 2517, 0, 2517, 2517, 2517, 2518, 0, 2518, 2518, 2518, 2518, 2518, 2519, 0, 2519, 2519, 2519, 2519, 2519, 2520, 2520, 2520, 2520, 2520, 2520, 2521, 2521, 2521, 2521, 0, 2521, 2521, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2523, 0, 2523, 0, 2523, 2523, 2523, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2525, 0, 2525, 2525, 2525, 2526, 0, 2526, 2526, 2526, 2526, 2526, 2527, 0, 2527, 2527, 2527, 2527, 2527, 2528, 2528, 2528, 2528, 2528, 2528, 2529, 2529, 2529, 2529, 0, 2529, 2529, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2531, 0, 2531, 0, 2531, 2531, 2531, 2532, 2532, 2532, 2532, 2532, 2532, 2532, 2533, 0, 2533, 2533, 2533, 2534, 0, 2534, 2534, 2534, 2534, 2534, 2535, 0, 2535, 2535, 2535, 2535, 2535, 2536, 2536, 2536, 2536, 2536, 2536, 2537, 2537, 2537, 2537, 0, 2537, 2537, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2539, 0, 2539, 0, 2539, 2539, 2539, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2541, 0, 2541, 2541, 2541, 2542, 0, 2542, 2542, 2542, 2542, 2542, 2543, 0, 2543, 2543, 2543, 2543, 2543, 2544, 2544, 2544, 2544, 2544, 2544, 2545, 2545, 2545, 2545, 0, 2545, 2545, 2546, 2546, 2546, 2546, 2546, 2546, 2546, 2547, 0, 2547, 0, 2547, 2547, 2547, 2548, 2548, 2548, 2548, 2548, 2548, 2548, 2549, 0, 2549, 2549, 2549, 2550, 0, 2550, 2550, 2550, 2550, 2550, 2551, 0, 2551, 2551, 2551, 2551, 2551, 2552, 2552, 2552, 2552, 2552, 2552, 2553, 2553, 2553, 2553, 0, 2553, 2553, 2554, 2554, 2554, 2554, 2554, 2554, 2554, 2555, 0, 2555, 0, 2555, 2555, 2555, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2557, 0, 2557, 2557, 2557, 2558, 0, 2558, 2558, 2558, 2558, 2558, 2559, 0, 2559, 2559, 2559, 2559, 2559, 2560, 2560, 2560, 2560, 2560, 2560, 2561, 2561, 2561, 2561, 0, 2561, 2561, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2563, 0, 2563, 0, 2563, 2563, 2563, 2564, 2564, 2564, 2564, 2564, 2564, 2564, 2565, 0, 2565, 2565, 2565, 2566, 0, 2566, 2566, 2566, 2566, 2566, 2567, 0, 2567, 2567, 2567, 2567, 2567, 2568, 2568, 2568, 2568, 2568, 2568, 2569, 2569, 2569, 2569, 0, 2569, 2569, 2570, 2570, 2570, 2570, 2570, 2570, 2570, 2571, 0, 2571, 0, 2571, 2571, 2571, 2572, 2572, 2572, 2572, 2572, 2572, 2572, 2573, 0, 2573, 2573, 2573, 2574, 0, 2574, 2574, 2574, 2574, 2574, 2575, 0, 2575, 2575, 2575, 2575, 2575, 2576, 2576, 2576, 2576, 2576, 2576, 2577, 2577, 2577, 2577, 0, 2577, 2577, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2579, 0, 2579, 0, 2579, 2579, 2579, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2581, 0, 2581, 2581, 2581, 2582, 0, 2582, 2582, 2582, 2582, 2582, 2583, 0, 2583, 2583, 2583, 2583, 2583, 2584, 2584, 2584, 2584, 2584, 2584, 2585, 2585, 2585, 2585, 0, 2585, 2585, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2587, 0, 2587, 0, 2587, 2587, 2587, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2589, 0, 2589, 2589, 2589, 2590, 0, 2590, 2590, 2590, 2590, 2590, 2591, 0, 2591, 2591, 2591, 2591, 2591, 2592, 2592, 2592, 2592, 2592, 2592, 2593, 2593, 2593, 2593, 0, 2593, 2593, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2595, 0, 2595, 0, 2595, 2595, 2595, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2597, 0, 2597, 2597, 2597, 2598, 0, 2598, 2598, 2598, 2598, 2598, 2599, 0, 2599, 2599, 2599, 2599, 2599, 2600, 2600, 2600, 2600, 2600, 2600, 2601, 2601, 2601, 2601, 0, 2601, 2601, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2603, 0, 2603, 0, 2603, 2603, 2603, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2605, 0, 2605, 2605, 2605, 2606, 0, 2606, 2606, 2606, 2606, 2606, 2607, 0, 2607, 2607, 2607, 2607, 2607, 2608, 2608, 2608, 2608, 2608, 2608, 2609, 2609, 2609, 2609, 0, 2609, 2609, 2610, 2610, 2610, 2610, 2610, 2610, 2610, 2611, 0, 2611, 0, 2611, 2611, 2611, 2612, 2612, 2612, 2612, 2612, 2612, 2612, 2613, 0, 2613, 2613, 2613, 2614, 0, 2614, 2614, 2614, 2614, 2614, 2615, 0, 2615, 2615, 2615, 2615, 2615, 2616, 2616, 2616, 2616, 2616, 2616, 2617, 2617, 2617, 2617, 0, 2617, 2617, 2618, 2618, 2618, 2618, 2618, 2618, 2618, 2619, 0, 2619, 0, 2619, 2619, 2619, 2620, 2620, 2620, 2620, 2620, 2620, 2620, 2621, 0, 2621, 2621, 2621, 2622, 0, 2622, 2622, 2622, 2622, 2622, 2623, 0, 2623, 2623, 2623, 2623, 2623, 2624, 2624, 2624, 2624, 2624, 2624, 2625, 2625, 2625, 2625, 0, 2625, 2625, 2626, 2626, 2626, 2626, 2626, 2626, 2626, 2627, 0, 2627, 0, 2627, 2627, 2627, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2629, 0, 2629, 2629, 2629, 2630, 0, 2630, 2630, 2630, 2630, 2630, 2631, 0, 2631, 2631, 2631, 2631, 2631, 2632, 2632, 2632, 2632, 2632, 2632, 2633, 2633, 2633, 2633, 0, 2633, 2633, 2634, 2634, 2634, 2634, 2634, 2634, 2634, 2635, 0, 2635, 0, 2635, 2635, 2635, 2636, 2636, 2636, 2636, 2636, 2636, 2636, 2637, 0, 2637, 2637, 2637, 2638, 0, 2638, 2638, 2638, 2638, 2638, 2639, 0, 2639, 2639, 2639, 2639, 2639, 2640, 2640, 2640, 2640, 2640, 2640, 2641, 2641, 2641, 2641, 0, 2641, 2641, 2642, 2642, 2642, 2642, 2642, 2642, 2642, 2643, 0, 2643, 0, 2643, 2643, 2643, 2644, 2644, 2644, 2644, 2644, 2644, 2644, 2645, 0, 2645, 2645, 2645, 2646, 0, 2646, 2646, 2646, 2646, 2646, 2647, 0, 2647, 2647, 2647, 2647, 2647, 2648, 2648, 2648, 2648, 2648, 2648, 2649, 2649, 2649, 2649, 0, 2649, 2649, 2650, 2650, 2650, 2650, 2650, 2650, 2650, 2651, 0, 2651, 0, 2651, 2651, 2651, 2652, 2652, 2652, 2652, 2652, 2652, 2652, 2653, 0, 2653, 2653, 2653, 2654, 0, 2654, 2654, 2654, 2654, 2654, 2655, 0, 2655, 2655, 2655, 2655, 2655, 2656, 2656, 2656, 2656, 2656, 2656, 2657, 2657, 2657, 2657, 0, 2657, 2657, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2659, 0, 2659, 0, 2659, 2659, 2659, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2661, 0, 2661, 2661, 2661, 2662, 0, 2662, 2662, 2662, 2662, 2662, 2663, 0, 2663, 2663, 2663, 2663, 2663, 2664, 2664, 2664, 2664, 2664, 2664, 2665, 2665, 2665, 2665, 0, 2665, 2665, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2667, 0, 2667, 0, 2667, 2667, 2667, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2669, 0, 2669, 2669, 2669, 2670, 0, 2670, 2670, 2670, 2670, 2670, 2671, 0, 2671, 2671, 2671, 2671, 2671, 2672, 2672, 2672, 2672, 2672, 2672, 2673, 2673, 2673, 2673, 0, 2673, 2673, 2674, 2674, 2674, 2674, 2674, 2674, 2674, 2675, 0, 2675, 0, 2675, 2675, 2675, 2676, 2676, 2676, 2676, 2676, 2676, 2676, 2677, 0, 2677, 2677, 2677, 2678, 0, 2678, 2678, 2678, 2678, 2678, 2679, 0, 2679, 2679, 2679, 2679, 2679, 2680, 2680, 2680, 2680, 2680, 2680, 2681, 2681, 2681, 2681, 0, 2681, 2681, 2682, 2682, 2682, 2682, 2682, 2682, 2682, 2683, 0, 2683, 0, 2683, 2683, 2683, 2684, 2684, 2684, 2684, 2684, 2684, 2684, 2685, 0, 2685, 2685, 2685, 2686, 0, 2686, 2686, 2686, 2686, 2686, 2687, 0, 2687, 2687, 2687, 2687, 2687, 2688, 2688, 2688, 2688, 2688, 2688, 2689, 2689, 2689, 2689, 0, 2689, 2689, 2690, 2690, 2690, 2690, 2690, 2690, 2690, 2691, 0, 2691, 0, 2691, 2691, 2691, 2692, 2692, 2692, 2692, 2692, 2692, 2692, 2693, 0, 2693, 2693, 2693, 2694, 0, 2694, 2694, 2694, 2694, 2694, 2695, 0, 2695, 2695, 2695, 2695, 2695, 2696, 2696, 2696, 2696, 2696, 2696, 2697, 2697, 2697, 2697, 0, 2697, 2697, 2698, 2698, 2698, 2698, 2698, 2698, 2698, 2699, 0, 2699, 0, 2699, 2699, 2699, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2701, 0, 2701, 2701, 2701, 2702, 0, 2702, 2702, 2702, 2702, 2702, 2703, 0, 2703, 2703, 2703, 2703, 2703, 2704, 2704, 2704, 2704, 2704, 2704, 2705, 2705, 2705, 2705, 0, 2705, 2705, 2706, 2706, 2706, 2706, 2706, 2706, 2706, 2707, 0, 2707, 0, 2707, 2707, 2707, 2708, 2708, 2708, 2708, 2708, 2708, 2708, 2709, 0, 2709, 2709, 2709, 2710, 0, 2710, 2710, 2710, 2710, 2710, 2711, 0, 2711, 2711, 2711, 2711, 2711, 2712, 2712, 2712, 2712, 2712, 2712, 2713, 2713, 2713, 2713, 0, 2713, 2713, 2714, 2714, 2714, 2714, 2714, 2714, 2714, 2715, 0, 2715, 0, 2715, 2715, 2715, 2716, 2716, 2716, 2716, 2716, 2716, 2716, 2717, 0, 2717, 2717, 2717, 2718, 0, 2718, 2718, 2718, 2718, 2718, 2719, 0, 2719, 2719, 2719, 2719, 2719, 2720, 2720, 2720, 2720, 2720, 2720, 2721, 2721, 2721, 2721, 0, 2721, 2721, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2723, 0, 2723, 0, 2723, 2723, 2723, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2725, 0, 2725, 2725, 2725, 2726, 0, 2726, 2726, 2726, 2726, 2726, 2727, 0, 2727, 2727, 2727, 2727, 2727, 2728, 2728, 2728, 2728, 2728, 2728, 2729, 2729, 2729, 2729, 0, 2729, 2729, 2730, 2730, 2730, 2730, 2730, 2730, 2730, 2731, 0, 2731, 0, 2731, 2731, 2731, 2732, 2732, 2732, 2732, 2732, 2732, 2732, 2733, 0, 2733, 2733, 2733, 2734, 0, 2734, 2734, 2734, 2734, 2734, 2735, 0, 2735, 2735, 2735, 2735, 2735, 2736, 2736, 2736, 2736, 2736, 2736, 2737, 2737, 2737, 2737, 0, 2737, 2737, 2738, 2738, 2738, 2738, 2738, 2738, 2738, 2739, 0, 2739, 0, 2739, 2739, 2739, 2740, 2740, 2740, 2740, 2740, 2740, 2740, 2741, 0, 2741, 2741, 2741, 2742, 0, 2742, 2742, 2742, 2742, 2742, 2743, 0, 2743, 2743, 2743, 2743, 2743, 2744, 2744, 2744, 2744, 2744, 2744, 2745, 2745, 2745, 2745, 0, 2745, 2745, 2746, 2746, 2746, 2746, 2746, 2746, 2746, 2747, 0, 2747, 0, 2747, 2747, 2747, 2748, 2748, 2748, 2748, 2748, 2748, 2748, 2749, 0, 2749, 2749, 2749, 2750, 0, 2750, 2750, 2750, 2750, 2750, 2751, 0, 2751, 2751, 2751, 2751, 2751, 2752, 2752, 2752, 2752, 2752, 2752, 2753, 2753, 2753, 2753, 0, 2753, 2753, 2754, 2754, 2754, 2754, 2754, 2754, 2754, 2755, 0, 2755, 0, 2755, 2755, 2755, 2756, 2756, 2756, 2756, 2756, 2756, 2756, 2757, 0, 2757, 2757, 2757, 2758, 0, 2758, 2758, 2758, 2758, 2758, 2759, 0, 2759, 2759, 2759, 2759, 2759, 2760, 2760, 2760, 2760, 2760, 2760, 2761, 2761, 2761, 2761, 0, 2761, 2761, 2762, 2762, 2762, 2762, 2762, 2762, 2762, 2763, 0, 2763, 0, 2763, 2763, 2763, 2764, 2764, 2764, 2764, 2764, 2764, 2764, 2765, 0, 2765, 2765, 2765, 2766, 0, 2766, 2766, 2766, 2766, 2766, 2767, 0, 2767, 2767, 2767, 2767, 2767, 2768, 2768, 2768, 2768, 2768, 2768, 2769, 2769, 2769, 2769, 0, 2769, 2769, 2770, 2770, 2770, 2770, 2770, 2770, 2770, 2771, 0, 2771, 0, 2771, 2771, 2771, 2772, 2772, 2772, 2772, 2772, 2772, 2772, 2773, 0, 2773, 2773, 2773, 2774, 0, 2774, 2774, 2774, 2774, 2774, 2775, 0, 2775, 2775, 2775, 2775, 2775, 2776, 2776, 2776, 2776, 2776, 2776, 2777, 2777, 2777, 2777, 0, 2777, 2777, 2778, 2778, 2778, 2778, 2778, 2778, 2778, 2779, 0, 2779, 0, 2779, 2779, 2779, 2780, 2780, 2780, 2780, 2780, 2780, 2780, 2781, 0, 2781, 2781, 2781, 2782, 0, 2782, 2782, 2782, 2782, 2782, 2783, 0, 2783, 2783, 2783, 2783, 2783, 2784, 2784, 2784, 2784, 2784, 2784, 2785, 2785, 2785, 2785, 0, 2785, 2785, 2786, 2786, 2786, 2786, 2786, 2786, 2786, 2787, 0, 2787, 0, 2787, 2787, 2787, 2788, 2788, 2788, 2788, 2788, 2788, 2788, 2789, 0, 2789, 2789, 2789, 2790, 0, 2790, 2790, 2790, 2790, 2790, 2791, 0, 2791, 2791, 2791, 2791, 2791, 2792, 2792, 2792, 2792, 2792, 2792, 2793, 2793, 2793, 2793, 0, 2793, 2793, 2794, 2794, 2794, 2794, 2794, 2794, 2794, 2795, 0, 2795, 0, 2795, 2795, 2795, 2796, 2796, 2796, 2796, 2796, 2796, 2796, 2797, 0, 2797, 2797, 2797, 2798, 0, 2798, 2798, 2798, 2798, 2798, 2799, 0, 2799, 2799, 2799, 2799, 2799, 2800, 2800, 2800, 2800, 2800, 2800, 2801, 2801, 2801, 2801, 0, 2801, 2801, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2803, 0, 2803, 0, 2803, 2803, 2803, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2805, 0, 2805, 2805, 2805, 2806, 0, 2806, 2806, 2806, 2806, 2806, 2807, 0, 2807, 2807, 2807, 2807, 2807, 2808, 2808, 2808, 2808, 2808, 2808, 2809, 2809, 2809, 2809, 0, 2809, 2809, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2811, 0, 2811, 0, 2811, 2811, 2811, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2813, 0, 2813, 2813, 2813, 2814, 0, 2814, 2814, 2814, 2814, 2814, 2815, 0, 2815, 2815, 2815, 2815, 2815, 2816, 2816, 2816, 2816, 2816, 2816, 2817, 2817, 2817, 2817, 0, 2817, 2817, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2819, 0, 2819, 0, 2819, 2819, 2819, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2821, 0, 2821, 2821, 2821, 2822, 0, 2822, 2822, 2822, 2822, 2822, 2823, 0, 2823, 2823, 2823, 2823, 2823, 2824, 2824, 2824, 2824, 2824, 2824, 2825, 2825, 2825, 2825, 0, 2825, 2825, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2827, 0, 2827, 0, 2827, 2827, 2827, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2829, 0, 2829, 2829, 2829, 2830, 0, 2830, 2830, 2830, 2830, 2830, 2831, 0, 2831, 2831, 2831, 2831, 2831, 2832, 2832, 2832, 2832, 2832, 2832, 2833, 2833, 2833, 2833, 0, 2833, 2833, 2834, 2834, 2834, 2834, 2834, 2834, 2834, 2835, 0, 2835, 0, 2835, 2835, 2835, 2836, 2836, 2836, 2836, 2836, 2836, 2836, 2837, 0, 2837, 2837, 2837, 2838, 0, 2838, 2838, 2838, 2838, 2838, 2839, 0, 2839, 2839, 2839, 2839, 2839, 2840, 2840, 2840, 2840, 2840, 2840, 2841, 2841, 2841, 2841, 0, 2841, 2841, 2842, 2842, 2842, 2842, 2842, 2842, 2842, 2843, 0, 2843, 0, 2843, 2843, 2843, 2844, 2844, 2844, 2844, 2844, 2844, 2844, 2845, 0, 2845, 2845, 2845, 2846, 0, 2846, 2846, 2846, 2846, 2846, 2847, 0, 2847, 2847, 2847, 2847, 2847, 2848, 2848, 2848, 2848, 2848, 2848, 2849, 2849, 2849, 2849, 0, 2849, 2849, 2850, 2850, 2850, 2850, 2850, 2850, 2850, 2851, 0, 2851, 0, 2851, 2851, 2851, 2852, 2852, 2852, 2852, 2852, 2852, 2852, 2853, 0, 2853, 2853, 2853, 2854, 0, 2854, 2854, 2854, 2854, 2854, 2855, 0, 2855, 2855, 2855, 2855, 2855, 2856, 2856, 2856, 2856, 2856, 2856, 2857, 2857, 2857, 2857, 0, 2857, 2857, 2858, 2858, 2858, 2858, 2858, 2858, 2858, 2859, 0, 2859, 0, 2859, 2859, 2859, 2860, 2860, 2860, 2860, 2860, 2860, 2860, 2861, 0, 2861, 2861, 2861, 2862, 0, 2862, 2862, 2862, 2862, 2862, 2863, 0, 2863, 2863, 2863, 2863, 2863, 2864, 2864, 2864, 2864, 2864, 2864, 2865, 2865, 2865, 2865, 0, 2865, 2865, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2867, 0, 2867, 0, 2867, 2867, 2867, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2869, 0, 2869, 2869, 2869, 2870, 0, 2870, 2870, 2870, 2870, 2870, 2871, 0, 2871, 2871, 2871, 2871, 2871, 2872, 2872, 2872, 2872, 2872, 2872, 2873, 2873, 2873, 2873, 0, 2873, 2873, 2874, 2874, 2874, 2874, 2874, 2874, 2874, 2875, 0, 2875, 0, 2875, 2875, 2875, 2876, 2876, 2876, 2876, 2876, 2876, 2876, 2877, 0, 2877, 2877, 2877, 2878, 0, 2878, 2878, 2878, 2878, 2878, 2879, 0, 2879, 2879, 2879, 2879, 2879, 2880, 2880, 2880, 2880, 2880, 2880, 2881, 2881, 2881, 2881, 0, 2881, 2881, 2882, 2882, 2882, 2882, 2882, 2882, 2882, 2883, 0, 2883, 0, 2883, 2883, 2883, 2884, 2884, 2884, 2884, 2884, 2884, 2884, 2885, 0, 2885, 2885, 2885, 2886, 0, 2886, 2886, 2886, 2886, 2886, 2887, 0, 2887, 2887, 2887, 2887, 2887, 2888, 2888, 2888, 2888, 2888, 2888, 2889, 2889, 2889, 2889, 0, 2889, 2889, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2891, 0, 2891, 0, 2891, 2891, 2891, 2892, 2892, 2892, 2892, 2892, 2892, 2892, 2893, 0, 2893, 2893, 2893, 2894, 0, 2894, 2894, 2894, 2894, 2894, 2895, 0, 2895, 2895, 2895, 2895, 2895, 2896, 2896, 2896, 2896, 2896, 2896, 2897, 2897, 2897, 2897, 0, 2897, 2897, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2899, 0, 2899, 0, 2899, 2899, 2899, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2901, 0, 2901, 2901, 2901, 2902, 0, 2902, 2902, 2902, 2902, 2902, 2903, 0, 2903, 2903, 2903, 2903, 2903, 2904, 2904, 2904, 2904, 2904, 2904, 2905, 2905, 2905, 2905, 0, 2905, 2905, 2906, 2906, 2906, 2906, 2906, 2906, 2906, 2907, 0, 2907, 0, 2907, 2907, 2907, 2908, 2908, 2908, 2908, 2908, 2908, 2908, 2909, 0, 2909, 2909, 2909, 2910, 0, 2910, 2910, 2910, 2910, 2910, 2911, 0, 2911, 2911, 2911, 2911, 2911, 2912, 2912, 2912, 2912, 2912, 2912, 2913, 2913, 2913, 2913, 0, 2913, 2913, 2914, 2914, 2914, 2914, 2914, 2914, 2914, 2915, 0, 2915, 0, 2915, 2915, 2915, 2916, 2916, 2916, 2916, 2916, 2916, 2916, 2917, 0, 2917, 2917, 2917, 2918, 0, 2918, 2918, 2918, 2918, 2918, 2919, 0, 2919, 2919, 2919, 2919, 2919, 2920, 2920, 2920, 2920, 2920, 2920, 2921, 2921, 2921, 2921, 0, 2921, 2921, 2922, 2922, 2922, 2922, 2922, 2922, 2922, 2923, 0, 2923, 0, 2923, 2923, 2923, 2924, 2924, 2924, 2924, 2924, 2924, 2924, 2925, 0, 2925, 2925, 2925, 2926, 0, 2926, 2926, 2926, 2926, 2926, 2927, 0, 2927, 2927, 2927, 2927, 2927, 2928, 2928, 2928, 2928, 2928, 2928, 2929, 2929, 2929, 2929, 0, 2929, 2929, 2930, 2930, 2930, 2930, 2930, 2930, 2930, 2931, 0, 2931, 0, 2931, 2931, 2931, 2932, 2932, 2932, 2932, 2932, 2932, 2932, 2933, 0, 2933, 2933, 2933, 2934, 0, 2934, 2934, 2934, 2934, 2934, 2935, 0, 2935, 2935, 2935, 2935, 2935, 2936, 2936, 2936, 2936, 2936, 2936, 2937, 2937, 2937, 2937, 0, 2937, 2937, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2939, 0, 2939, 0, 2939, 2939, 2939, 2940, 2940, 2940, 2940, 2940, 2940, 2940, 2941, 0, 2941, 2941, 2941, 2942, 0, 2942, 2942, 2942, 2942, 2942, 2943, 0, 2943, 2943, 2943, 2943, 2943, 2944, 2944, 2944, 2944, 2944, 2944, 2945, 2945, 2945, 2945, 0, 2945, 2945, 2946, 2946, 2946, 2946, 2946, 2946, 2946, 2947, 0, 2947, 0, 2947, 2947, 2947, 2948, 2948, 2948, 2948, 2948, 2948, 2948, 2949, 0, 2949, 2949, 2949, 2950, 0, 2950, 2950, 2950, 2950, 2950, 2951, 0, 2951, 2951, 2951, 2951, 2951, 2952, 2952, 2952, 2952, 2952, 2952, 2953, 2953, 2953, 2953, 0, 2953, 2953, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2955, 0, 2955, 0, 2955, 2955, 2955, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2957, 0, 2957, 2957, 2957, 2958, 0, 2958, 2958, 2958, 2958, 2958, 2959, 0, 2959, 2959, 2959, 2959, 2959, 2960, 2960, 2960, 2960, 2960, 2960, 2961, 2961, 2961, 2961, 0, 2961, 2961, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2963, 0, 2963, 0, 2963, 2963, 2963, 2964, 2964, 2964, 2964, 2964, 2964, 2964, 2965, 0, 2965, 2965, 2965, 2966, 0, 2966, 2966, 2966, 2966, 2966, 2967, 0, 2967, 2967, 2967, 2967, 2967, 2968, 2968, 2968, 2968, 2968, 2968, 2969, 2969, 2969, 2969, 0, 2969, 2969, 2970, 2970, 2970, 2970, 2970, 2970, 2970, 2971, 0, 2971, 0, 2971, 2971, 2971, 2972, 2972, 2972, 2972, 2972, 2972, 2972, 2973, 0, 2973, 2973, 2973, 2974, 0, 2974, 2974, 2974, 2974, 2974, 2975, 0, 2975, 2975, 2975, 2975, 2975, 2976, 2976, 2976, 2976, 2976, 2976, 2977, 2977, 2977, 2977, 0, 2977, 2977, 2978, 2978, 2978, 2978, 2978, 2978, 2978, 2979, 0, 2979, 0, 2979, 2979, 2979, 2980, 2980, 2980, 2980, 2980, 2980, 2980, 2981, 0, 2981, 2981, 2981, 2982, 0, 2982, 2982, 2982, 2982, 2982, 2983, 0, 2983, 2983, 2983, 2983, 2983, 2984, 2984, 2984, 2984, 2984, 2984, 2985, 2985, 2985, 2985, 0, 2985, 2985, 2986, 2986, 2986, 2986, 2986, 2986, 2986, 2987, 0, 2987, 0, 2987, 2987, 2987, 2988, 2988, 2988, 2988, 2988, 2988, 2988, 2989, 0, 2989, 2989, 2989, 2990, 0, 2990, 2990, 2990, 2990, 2990, 2991, 0, 2991, 2991, 2991, 2991, 2991, 2992, 2992, 2992, 2992, 2992, 2992, 2993, 2993, 2993, 2993, 0, 2993, 2993, 2994, 2994, 2994, 2994, 2994, 2994, 2994, 2995, 0, 2995, 0, 2995, 2995, 2995, 2996, 2996, 2996, 2996, 2996, 2996, 2996, 2997, 0, 2997, 2997, 2997, 2998, 0, 2998, 2998, 2998, 2998, 2998, 2999, 0, 2999, 2999, 2999, 2999, 2999, 3000, 3000, 3000, 3000, 3000, 3000, 3001, 3001, 3001, 3001, 0, 3001, 3001, 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3003, 0, 3003, 0, 3003, 3003, 3003, 3004, 3004, 3004, 3004, 3004, 3004, 3004, 3005, 0, 3005, 3005, 3005, 3006, 0, 3006, 3006, 3006, 3006, 3006, 3007, 0, 3007, 3007, 3007, 3007, 3007, 3008, 3008, 3008, 3008, 3008, 3008, 3009, 3009, 3009, 3009, 0, 3009, 3009, 3010, 3010, 3010, 3010, 3010, 3010, 3010, 3011, 0, 3011, 0, 3011, 3011, 3011, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3013, 0, 3013, 3013, 3013, 3014, 0, 3014, 3014, 3014, 3014, 3014, 3015, 0, 3015, 3015, 3015, 3015, 3015, 3016, 3016, 3016, 3016, 3016, 3016, 3017, 3017, 3017, 3017, 0, 3017, 3017, 3018, 3018, 3018, 3018, 3018, 3018, 3018, 3019, 0, 3019, 0, 3019, 3019, 3019, 3020, 3020, 3020, 3020, 3020, 3020, 3020, 3021, 0, 3021, 3021, 3021, 3022, 0, 3022, 3022, 3022, 3022, 3022, 3023, 0, 3023, 3023, 3023, 3023, 3023, 3024, 3024, 3024, 3024, 3024, 3024, 3025, 3025, 3025, 3025, 0, 3025, 3025, 3026, 3026, 3026, 3026, 3026, 3026, 3026, 3027, 0, 3027, 0, 3027, 3027, 3027, 3028, 3028, 3028, 3028, 3028, 3028, 3028, 3029, 0, 3029, 3029, 3029, 3030, 0, 3030, 3030, 3030, 3030, 3030, 3031, 0, 3031, 3031, 3031, 3031, 3031, 3032, 3032, 3032, 3032, 3032, 3032, 3033, 3033, 3033, 3033, 0, 3033, 3033, 3034, 3034, 3034, 3034, 3034, 3034, 3034, 3035, 0, 3035, 0, 3035, 3035, 3035, 3036, 3036, 3036, 3036, 3036, 3036, 3036, 3037, 0, 3037, 3037, 3037, 3038, 0, 3038, 3038, 3038, 3038, 3038, 3039, 0, 3039, 3039, 3039, 3039, 3039, 3040, 3040, 3040, 3040, 3040, 3040, 3040, 3041, 0, 3041, 3041, 3041, 3041, 3041, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2383 } ; extern int nexusi_flex_debug; int nexusi_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *nexusitext; #line 1 "align/nexusil.l" /* nexusil.l - NEXUSI alignment lexer */ #line 4 "align/nexusil.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/nexusiy.h" static void clean_quo(char *str); #define YY_NO_INPUT 1 #line 5217 "align/nexusil.c" #define INITIAL 0 #define COMM 1 #define BBLO 2 #define CMDS 3 #define MATX 4 #define EBLO 5 #define IGNO 6 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int nexusilex_destroy (void ); int nexusiget_debug (void ); void nexusiset_debug (int debug_flag ); YY_EXTRA_TYPE nexusiget_extra (void ); void nexusiset_extra (YY_EXTRA_TYPE user_defined ); FILE *nexusiget_in (void ); void nexusiset_in (FILE * _in_str ); FILE *nexusiget_out (void ); void nexusiset_out (FILE * _out_str ); int nexusiget_leng (void ); char *nexusiget_text (void ); int nexusiget_lineno (void ); void nexusiset_lineno (int _line_number ); YYSTYPE * nexusiget_lval (void ); void nexusiset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int nexusiwrap (void ); #else extern int nexusiwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif static int yy_start_stack_ptr = 0; static int yy_start_stack_depth = 0; static int *yy_start_stack = NULL; static void yy_push_state (int _new_state ); static void yy_pop_state (void ); /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( nexusitext, nexusileng, 1, nexusiout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( nexusiin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( nexusiin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, nexusiin))==0 && ferror(nexusiin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(nexusiin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int nexusilex \ (YYSTYPE * yylval_param ); #define YY_DECL int nexusilex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after nexusitext and nexusileng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( nexusileng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (nexusitext[nexusileng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 58 "align/nexusil.l" #line 5429 "align/nexusil.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)nexusialloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in nexusilex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! nexusiin ) nexusiin = stdin; if ( ! nexusiout ) nexusiout = stdout; if ( ! YY_CURRENT_BUFFER ) { nexusiensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = nexusi_create_buffer(nexusiin,YY_BUF_SIZE ); } nexusi_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of nexusitext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2384 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 2383 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 60 "align/nexusil.l" { yy_push_state(COMM); } /* Skip comments */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 61 "align/nexusil.l" ; YY_BREAK case 3: YY_RULE_SETUP #line 62 "align/nexusil.l" { yy_pop_state(); } YY_BREAK case 4: YY_RULE_SETUP #line 63 "align/nexusil.l" { return ERR; } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 65 "align/nexusil.l" ; /* Newlines ignored */ YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 66 "align/nexusil.l" ; /* Trailing spaces ignored */ YY_BREAK case 7: YY_RULE_SETUP #line 68 "align/nexusil.l" { return TAG; } YY_BREAK case 8: YY_RULE_SETUP #line 70 "align/nexusil.l" { BEGIN BBLO; return BEG; } YY_BREAK case 9: YY_RULE_SETUP #line 71 "align/nexusil.l" { return KEY; } YY_BREAK case 10: YY_RULE_SETUP #line 72 "align/nexusil.l" { return SEM; } YY_BREAK case 11: YY_RULE_SETUP #line 73 "align/nexusil.l" { return SPC; } YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 74 "align/nexusil.l" { BEGIN CMDS; } /* Newlines ignored */ YY_BREAK case 13: YY_RULE_SETUP #line 75 "align/nexusil.l" { return ERR; } YY_BREAK case 14: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 77 "align/nexusil.l" { return COM; } YY_BREAK case 15: /* rule 15 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 78 "align/nexusil.l" { return COM; } YY_BREAK case 16: YY_RULE_SETUP #line 79 "align/nexusil.l" { return TOK; } YY_BREAK case 17: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 80 "align/nexusil.l" { return VAL; } YY_BREAK case 18: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 81 "align/nexusil.l" { return VAL; } YY_BREAK case 19: /* rule 19 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 82 "align/nexusil.l" { return VAL; } YY_BREAK case 20: YY_RULE_SETUP #line 83 "align/nexusil.l" { return EQU; } YY_BREAK case 21: YY_RULE_SETUP #line 84 "align/nexusil.l" { return SEM; } YY_BREAK case 22: YY_RULE_SETUP #line 85 "align/nexusil.l" ; /* Leading spaces ignored */ YY_BREAK case 23: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 86 "align/nexusil.l" ; /* Ingore extra spaces before `;' */ YY_BREAK case 24: YY_RULE_SETUP #line 87 "align/nexusil.l" { return SPC; } YY_BREAK case 25: /* rule 25 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 88 "align/nexusil.l" { BEGIN MATX; } YY_BREAK case 26: /* rule 26 can match eol */ YY_RULE_SETUP #line 89 "align/nexusil.l" ; /* Newlines ignored */ YY_BREAK case 27: YY_RULE_SETUP #line 90 "align/nexusil.l" { return ERR; } YY_BREAK case 28: /* rule 28 can match eol */ YY_RULE_SETUP #line 92 "align/nexusil.l" { return MAT; } YY_BREAK case 29: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 93 "align/nexusil.l" { yylval->str = strdup(nexusitext); clean_quo(yylval->str); if (*yylval->str == '\0') return ERR; return NAM; } YY_BREAK case 30: YY_RULE_SETUP #line 95 "align/nexusil.l" { yylval->str = strdup(nexusitext); return BAS; } YY_BREAK case 31: /* rule 31 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 96 "align/nexusil.l" { BEGIN EBLO; return SEM; } YY_BREAK case 32: YY_RULE_SETUP #line 97 "align/nexusil.l" ; /* Leading spaces ignored */ YY_BREAK case 33: /* rule 33 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 98 "align/nexusil.l" ; /* Trailing spaces ignored */ YY_BREAK case 34: YY_RULE_SETUP #line 99 "align/nexusil.l" { return SPC; } YY_BREAK case 35: /* rule 35 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 100 "align/nexusil.l" ; /* Ignore extra lines */ YY_BREAK case 36: /* rule 36 can match eol */ YY_RULE_SETUP #line 101 "align/nexusil.l" { return SEP; } YY_BREAK case 37: /* rule 37 can match eol */ YY_RULE_SETUP #line 102 "align/nexusil.l" ; YY_BREAK case 38: YY_RULE_SETUP #line 103 "align/nexusil.l" { return ERR; } YY_BREAK case 39: YY_RULE_SETUP #line 105 "align/nexusil.l" { return END; } YY_BREAK case 40: YY_RULE_SETUP #line 106 "align/nexusil.l" { BEGIN INITIAL; return SEM; } YY_BREAK case 41: YY_RULE_SETUP #line 107 "align/nexusil.l" ; /* Spaces ignored */ YY_BREAK case 42: /* rule 42 can match eol */ YY_RULE_SETUP #line 108 "align/nexusil.l" ; /* Newlines ignored */ YY_BREAK case 43: YY_RULE_SETUP #line 109 "align/nexusil.l" { return ERR; } YY_BREAK case 44: *yy_cp = (yy_hold_char); /* undo effects of setting up nexusitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nexusitext again */ YY_RULE_SETUP #line 111 "align/nexusil.l" { BEGIN IGNO; } YY_BREAK case 45: YY_RULE_SETUP #line 112 "align/nexusil.l" { BEGIN INITIAL; } YY_BREAK case 46: /* rule 46 can match eol */ YY_RULE_SETUP #line 113 "align/nexusil.l" ; /* Newlines ignored */ YY_BREAK case 47: YY_RULE_SETUP #line 114 "align/nexusil.l" ; /* All chars ignored */ YY_BREAK case YY_STATE_EOF(IGNO): #line 115 "align/nexusil.l" { return ERR; } YY_BREAK case 48: YY_RULE_SETUP #line 117 "align/nexusil.l" { return ERR; } YY_BREAK case 49: YY_RULE_SETUP #line 119 "align/nexusil.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 5849 "align/nexusil.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(COMM): case YY_STATE_EOF(BBLO): case YY_STATE_EOF(CMDS): case YY_STATE_EOF(MATX): case YY_STATE_EOF(EBLO): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed nexusiin at a new source and called * nexusilex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = nexusiin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( nexusiwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * nexusitext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of nexusilex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; nexusirestart(nexusiin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) nexusirealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2384 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2384 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 2383); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ nexusirestart(nexusiin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( nexusiwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve nexusitext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void nexusirestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ nexusiensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = nexusi_create_buffer(nexusiin,YY_BUF_SIZE ); } nexusi_init_buffer(YY_CURRENT_BUFFER,input_file ); nexusi_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void nexusi_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * nexusipop_buffer_state(); * nexusipush_buffer_state(new_buffer); */ nexusiensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; nexusi_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (nexusiwrap()) processing, but the only time this flag * is looked at is after nexusiwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void nexusi_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; nexusiin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE nexusi_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) nexusialloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in nexusi_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) nexusialloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in nexusi_create_buffer()" ); b->yy_is_our_buffer = 1; nexusi_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with nexusi_create_buffer() * */ void nexusi_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) nexusifree((void *) b->yy_ch_buf ); nexusifree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a nexusirestart() or at EOF. */ static void nexusi_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; nexusi_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then nexusi_init_buffer was _probably_ * called from nexusirestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void nexusi_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) nexusi_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void nexusipush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; nexusiensure_buffer_stack(); /* This block is copied from nexusi_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from nexusi_switch_to_buffer. */ nexusi_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void nexusipop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; nexusi_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { nexusi_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void nexusiensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)nexusialloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in nexusiensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)nexusirealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in nexusiensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE nexusi_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) nexusialloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in nexusi_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; nexusi_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to nexusilex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * nexusi_scan_bytes() instead. */ YY_BUFFER_STATE nexusi_scan_string (yyconst char * yystr ) { return nexusi_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to nexusilex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE nexusi_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) nexusialloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in nexusi_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = nexusi_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in nexusi_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } static void yy_push_state (int _new_state ) { if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) { yy_size_t new_size; (yy_start_stack_depth) += YY_START_STACK_INCR; new_size = (yy_start_stack_depth) * sizeof( int ); if ( ! (yy_start_stack) ) (yy_start_stack) = (int *) nexusialloc(new_size ); else (yy_start_stack) = (int *) nexusirealloc((void *) (yy_start_stack),new_size ); if ( ! (yy_start_stack) ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START; BEGIN(_new_state); } static void yy_pop_state (void) { if ( --(yy_start_stack_ptr) < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN((yy_start_stack)[(yy_start_stack_ptr)]); } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up nexusitext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ nexusitext[nexusileng] = (yy_hold_char); \ (yy_c_buf_p) = nexusitext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ nexusileng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int nexusiget_lineno (void) { return nexusilineno; } /** Get the input stream. * */ FILE *nexusiget_in (void) { return nexusiin; } /** Get the output stream. * */ FILE *nexusiget_out (void) { return nexusiout; } /** Get the length of the current token. * */ int nexusiget_leng (void) { return nexusileng; } /** Get the current token. * */ char *nexusiget_text (void) { return nexusitext; } /** Set the current line number. * @param _line_number * */ void nexusiset_lineno (int _line_number ) { nexusilineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see nexusi_switch_to_buffer */ void nexusiset_in (FILE * _in_str ) { nexusiin = _in_str ; } void nexusiset_out (FILE * _out_str ) { nexusiout = _out_str ; } int nexusiget_debug (void) { return nexusi_flex_debug; } void nexusiset_debug (int _bdebug ) { nexusi_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from nexusilex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_start_stack_ptr) = 0; (yy_start_stack_depth) = 0; (yy_start_stack) = NULL; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT nexusiin = stdin; nexusiout = stdout; #else nexusiin = (FILE *) 0; nexusiout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * nexusilex_init() */ return 0; } /* nexusilex_destroy is for both reentrant and non-reentrant scanners. */ int nexusilex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ nexusi_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; nexusipop_buffer_state(); } /* Destroy the stack itself. */ nexusifree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Destroy the start condition stack. */ nexusifree((yy_start_stack) ); (yy_start_stack) = NULL; nexusifree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * nexusilex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *nexusialloc (yy_size_t size ) { return (void *) malloc( size ); } void *nexusirealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void nexusifree (void * ptr ) { free( (char *) ptr ); /* see nexusirealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 119 "align/nexusil.l" /* Remove quotes ... */ static void clean_quo(char *str) { char *p; p = str; if (*p != '\'' && *p != '"') return; while (*p && *(p+1)) { *p = *(p+1); p++; } *(p-1) = '\0'; return; } squizz-0.99b+dfsg.orig/lib/align/clustal.c0000644000175000017500000000720410476054070020437 0ustar osallouosallou/* clustal.c - CLUSTAL alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include #include "align.h" #include "align/clustal.h" #include "sequence.h" /* Functions prototypes */ extern int clustaly_check(FILE *); extern align_t *clustaly_parse(FILE *); char *clustal_conserv(align_t *); /* Checks CLUSTAL alignment */ int clustal_check(FILE *f) { int i; i = clustaly_check(f); return i; } /* Parse CLUSTAL alignment */ align_t *clustal_parse(FILE *f) { align_t *ali; ali = clustaly_parse(f); return ali; } /* Print CLUSTAL alignment */ void clustal_print(FILE *f, align_t *ali) { char *p, *cons, c; size_t i, j, n, len, nam, seq; sequence_t **s; if (ali == NULL) { return; } s = ali->seq; len = (*s)->strlen; if ((cons = clustal_conserv(ali)) == NULL) { return; } nam = 15; seq = 60; s = ali->seq; while (s && *s) { if (strlen((*s)->nam) > 15) { nam = 30; seq = 50; break; } s++; } /* Header */ (void)fprintf(f, "CLUSTAL multiple sequence alignment\n\n"); /* Sequences */ i = 0; n = len / seq; if (len % seq) { n++; } while (n--) { (void)fputc('\n', f); s = ali->seq; while (s && *s) { /* Name (no spaces, max 30 chars) */ p = (*s)->nam; j = nam; while (j && *p) { c = *p; if (isspace((unsigned char)c)) { c = '_'; } (void)fputc(c, f); j--; p++; } while (j) { (void)fputc(' ', f); j--; } (void)fputc(' ', f); /* Sequence */ p = (*s)->str + i; j = seq; while (j && *p) { c = *p; if (c == '*') { c = 'X'; } if (c == '.' || c == '~' || c == '?') { c = '-'; } (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); s++; } /* Conservation line */ (void)fprintf(f, "%*s %.*s\n", (int)nam, "", (int)seq, cons+i); i += seq; } free(cons); return; } /* Get conservation string from alignment */ char *clustal_conserv(align_t *ali) { char *p, *q, *cons, c; const char *z, **x; int j, alph, mask; size_t l, len; sequence_t **s; seqtyp_t t; static const char *strong[] = { "STA", "NEQK", "NHQK", "NDEQ", "QHRK", "MILV", "MILF", "HY", "FYW", NULL }; static const char *weaker[] = { "CSA", "ATV", "SAG", "STNK", "STPA", "SGND", "SNDEQK", "NDEQHK", "NEQHRK", "FVLIM", "HFY", NULL }; s = ali->seq; len = (*s)->strlen; t = sequence_type((*s)->str); /* Allocate buffer */ if ((cons = (char *)malloc(len+1)) == NULL) { return NULL; } /* Proceed all columns */ l = 0; q = cons; while (l < len) { s = ali->seq; alph = 0; c = '\0'; /* Make alphabet value */ while (s && *s) { p = (*s)->str + l; if (! isalpha((unsigned char)*p)) { c = ' '; break; } alph |= (1 << (toupper((unsigned char)*p) - 'A')); s++; } /* Check unique residue */ j = 0; while (c == '\0' && j < 26) { if ((alph & ~(1 << j)) != 0) { j++; continue; } c = '*'; break; } /* Check strong groups */ x = strong; while (c == '\0' && t == SEQTYP_PRO && *x) { z = (const char *)*x; mask = 0; while (*z) { mask |= (1 << (toupper((unsigned char)*z) - 'A')); z++; } if ((alph & ~mask) != 0) { x++; continue; } c = ':'; break; } /* Check weaker groups */ x = weaker; while (c == '\0' && t == SEQTYP_PRO && *x) { z = (const char *)*x; mask = 0; while (*z) { mask |= (1 << (toupper((unsigned char)*z) - 'A')); z++; } if ((alph & ~mask) != 0) { x++; continue; } c = '.'; break; } /* All remaining cases */ if (c == '\0') { c = ' '; } *q = c; q++; l++; } *q = '\0'; return cons; } squizz-0.99b+dfsg.orig/lib/align/phylipsl.l0000644000175000017500000000345312075270743020653 0ustar osallouosallou/* phylipsl.l - PHYLIPS alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/phylipsy.h" static void clean_spc(char *str); %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD SEQS alp [[:alpha:]] blk [[:blank:]] dig [[:digit:]] dot "." eol "\n" min "-" que "?" spc " " sta "*" mis ({spc}+{alp}*)+ nam [^\(\):;,\[\]\n]{10} gap ({dot}|{min}) bas ({alp}|{que}|{sta}|{gap}){1,10} %% ^{spc}*{eol} ; /* Empty lines ignored */ ^{spc}*/{dig}+{blk}+{dig}+ { BEGIN HEAD; } {dig}+ { return INT; } {blk}+ { return SPC; } {blk}+/{eol} ; /* Ignore trailing spaces */ {mis}/{eol} ; /* Extra stuff ignored */ {eol} { BEGIN SEQS; return EOL; } . { return ERR; } ^{spc}{10} ; /* Leading spaces ignored */ ^{nam} { yylval->str = strdup(yytext); clean_spc(yylval->str); BEGIN SEQS; return NAM; } {bas} { yylval->str = strdup(yytext); return BAS; } {spc} ; /* Sequence spaces ignored */ ^{eol} ; /* Empty lines ignored */ {eol}{2,}/{spc}{10} { return ERR; } /* Not allowed */ {eol}/{spc}{10} { return EOL; } {eol}+/{nam} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return END; } {eol} { return ERR; } . { return ERR; } %% /* Clean trailing spaces ... */ static void clean_spc(char *str) { char *p; p = str; while (*p) { p++; } p--; while (p >= str && isspace((unsigned char)*p)) { *p = '\0'; p--; } return; } squizz-0.99b+dfsg.orig/lib/align/stocky.c0000644000175000017500000013576412102264070020310 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse stockparse #define yylex stocklex #define yyerror stockerror #define yylval stocklval #define yychar stockchar #define yydebug stockdebug #define yynerrs stocknerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/stocky.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/stocky.h" void stockset_in(FILE *); int stocklex(YYSTYPE *); int stocklex_destroy(void); static void yyerror(align_t *, const char *); int stocky_check(FILE *); align_t *stocky_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/stocky.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { DOT = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, TAG = 263, END = 264, NAM = 265, BAS = 266 }; #endif /* Tokens. */ #define DOT 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define TAG 263 #define END 264 #define NAM 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/stocky.y" char *str; /* Line 293 of yacc.c */ #line 165 "align/stocky.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 177 "align/stocky.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 5 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 19 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 12 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 11 /* YYNRULES -- Number of rules. */ #define YYNRULES 14 /* YYNRULES -- Number of states. */ #define YYNSTATES 27 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 266 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 12, 14, 18, 22, 24, 27, 28, 33, 35, 38, 40 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 13, 0, -1, 14, 17, 22, -1, 15, 7, 16, 4, -1, 8, -1, 6, 3, 6, -1, 17, 4, 18, -1, 18, -1, 18, 19, -1, -1, 20, 7, 21, 4, -1, 10, -1, 21, 11, -1, 11, -1, 9, 4, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 38, 38, 40, 41, 42, 44, 44, 46, 47, 50, 52, 55, 56, 59 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "DOT", "EOL", "ERR", "INT", "SPC", "TAG", "END", "NAM", "BAS", "$accept", "stock", "header", "hdrtag", "hdrver", "seqents", "seqent", "seqline", "seqnam", "seqbas", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 12, 13, 14, 15, 16, 17, 17, 18, 18, 19, 20, 21, 21, 22 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 4, 1, 3, 3, 1, 2, 0, 4, 1, 2, 1, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 4, 0, 9, 0, 1, 0, 7, 0, 9, 0, 2, 11, 8, 0, 0, 0, 6, 14, 0, 0, 3, 13, 0, 5, 10, 12 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 16, 6, 7, 13, 14, 23, 11 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -7 static const yytype_int8 yypact[] = { -6, -7, 3, -7, -2, -7, -3, -1, 2, -7, 0, -7, -7, -7, 4, 7, 8, -1, -7, 5, 9, -7, -7, -4, -7, -7, -7 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -7, -7, -7, -7, -7, -7, 10, -7, -7, -7, -7 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 25, 9, 1, 5, 18, 8, 10, 26, 15, 12, 20, 19, 21, 0, 0, 24, 22, 0, 0, 17 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-7)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 4, 4, 8, 0, 4, 7, 9, 11, 6, 10, 3, 7, 4, -1, -1, 6, 11, -1, -1, 9 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 8, 13, 14, 15, 0, 17, 18, 7, 4, 9, 22, 10, 19, 20, 6, 16, 18, 4, 7, 3, 4, 11, 21, 6, 4, 11 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 10: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/stocky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1119 "align/stocky.c" break; case 11: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/stocky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1128 "align/stocky.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 8: /* Line 1806 of yacc.c */ #line 46 "align/stocky.y" { CHKERR(parse_seqnxt(ali)); } break; case 9: /* Line 1806 of yacc.c */ #line 47 "align/stocky.y" { CHKERR(parse_seqrst(ali)); } break; case 11: /* Line 1806 of yacc.c */ #line 52 "align/stocky.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 12: /* Line 1806 of yacc.c */ #line 55 "align/stocky.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 13: /* Line 1806 of yacc.c */ #line 56 "align/stocky.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1466 "align/stocky.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 61 "align/stocky.y" /* Checks STOCK sequence */ int stocky_check(FILE *f) { int i; stockset_in(f); i = yyparse(NULL); if (i == 0) { return i; } stocklex_destroy(); return i; } /* Parse STOCK alignment */ align_t *stocky_parse(FILE *f) { int i; align_t *ali; if ((ali = align_new()) == NULL) { return NULL; } stockset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } stocklex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/phylipil.l0000644000175000017500000000360412075270730020633 0ustar osallouosallou/* phylipil.l - PHYLIPI alignment lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/phylipiy.h" static void clean_spc(char *str); %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD NAMS SEQS alp [[:alpha:]] blk [[:blank:]] dig [[:digit:]] dot "." eol "\n" min "-" que "?" spc " " sta "*" til "~" mis ({blk}+{alp}*)+ nam [^\(\):;,\[\]\n]{10} gap ({dot}|{min}|{til}) bas ({alp}|{que}|{sta}|{gap}){1,10} %% ^{blk}*{eol} ; /* Empty lines ignored */ ^{blk}*/{dig}+{blk}+{dig}+ { BEGIN HEAD; } {dig}+ { return INT; } {blk}+ { return SPC; } {blk}+/{eol} ; /* Trailing spaces ignored */ {mis}/{eol} ; /* Extra stuff ignored */ {eol} { BEGIN NAMS; return EOL; } . { return ERR; } ^{nam} { yylval->str = strdup(yytext); clean_spc(yylval->str); if (*yylval->str == '\0') return ERR; return NAM; } {bas} { yylval->str = strdup(yytext); return BAS; } {blk}+ ; /* Sequence spaces ignored */ {eol} { return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } ^{eol}/{blk}*{bas} { BEGIN SEQS; return EOL; } {bas} { yylval->str = strdup(yytext); return BAS; } {blk}+ ; /* Sequence spaces/tabs ignored */ {eol} { return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return END; } {eol} { return ERR; } . { return ERR; } %% /* Clean trailing spaces ... */ static void clean_spc(char *str) { char *p; p = str; while (*p) { p++; } p--; while (p >= str && isspace((unsigned char)*p)) { *p = '\0'; p--; } return; } squizz-0.99b+dfsg.orig/lib/align/msf.c0000644000175000017500000000647511272575004017566 0ustar osallouosallou/* msf.c - MSF alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include #include #include "align.h" #include "align/msf.h" #include "sequence.h" #include "sequence/utils.h" #define crc_t unsigned long /* Functions prototypes */ extern int msfy_check(FILE *); extern align_t *msfy_parse(FILE *); extern crc_t gcg_crc(char *); crc_t msf_crc(align_t *); /* Checks MSF alignment */ int msf_check(FILE *f) { int i; i = msfy_check(f); return i; } /* Parse MSF alignment */ align_t *msf_parse(FILE *f) { align_t *ali; ali = msfy_parse(f); return ali; } /* Print MSF alignment */ void msf_print(FILE *f, align_t *ali) { char *p, *b, *e, *nam, c, d[255]; const char *q; float v; size_t l, i, j, n, len, nlen; time_t tt; struct tm ts; crc_t crc; sequence_t **s; seqtyp_t t; if (ali == NULL) { return; } s = ali->seq; t = sequence_type((*s)->str); len = (*s)->strlen; crc = msf_crc(ali); d[0] = '\0'; tt = time(NULL); (void)localtime_r(&tt, &ts); (void)strftime(d, 100, "%B %e, %Y %H:%M", &ts); /* Header */ v = 1.0; c = (t == SEQTYP_PRO) ? 'A' : 'N'; (void)fprintf(f, "!!%cA_MULTIPLE_ALIGNMENT %.1f\n", c, v); c = (t == SEQTYP_PRO) ? 'P' : 'N'; q = "unknown"; (void)fprintf(f, " %s MSF: %lu", q, len); (void)fprintf(f, " Type: %c %s Check: %04lu", c, d, crc); (void)fprintf(f, " ..\n"); /* Names */ (void)fputc('\n', f); s = ali->seq; nlen = 0; while (s && *s) { l = strlen((*s)->nam); if (l > nlen) { nlen = l; } s++; } if (nlen > 39) { nlen = 39; } l = (nlen < 15) ? 15 : nlen; s = ali->seq; while (s && *s) { crc = gcg_crc((*s)->str); nam = sequence_fixnam((*s)->nam); (void)fprintf(f, " Name: %-*.*s", (int)l, (int)l, nam); (void)fprintf(f, " Len: %5lu", len); (void)fprintf(f, " Check: %4lu", crc); (void)fprintf(f, " Weight: %2.2f\n", 1.0); free(nam); s++; } (void)fputc('\n', f); (void)fprintf(f, "//\n"); /* Sequences */ i = 0; n = len / 50; if (len % 50) { n++; } while (n--) { (void)fputc('\n', f); s = ali->seq; p = (*s)->str + i; j = 50; while (j && *p) { j--; p++; } (void)fprintf(f, "%*s ", (int)nlen, ""); if (j != 0) { (void)fprintf(f, "%lu\n", i+1); } else { (void)fprintf(f, "%-27lu%27lu\n", i+1, i+50); } while (s && *s) { /* Name */ p = sequence_fixnam((*s)->nam); l = strlen(p); j = nlen; (void)fprintf(f, "%*s%s ", (int)(j - l), "", p); free(p); /* Sequence */ b = (*s)->str; while (*b && (*b == '-' || *b == '?')) b++; e = p = (*s)->str; while (*e) e++; e--; while (e > p && (*e == '-' || *e == '?')) e--; p = (*s)->str + i; j = 0; while (*p && j < 50) { if (j && j % 10 == 0) { (void)fputc(' ', f); } c = *p; if (c == '-' || c == '?') { c = '.'; if (p < b || p > e) c = '~'; } (void)fputc(c, f); p++; j++; } (void)fputc(' ', f); (void)fputc('\n', f); s++; } i += 50; } (void)fputc('\n', f); return; } /* MSF sequence CRC */ crc_t msf_crc(align_t *ali) { crc_t crc; sequence_t **s; crc = 0; if (ali == NULL) { return crc; } s = ali->seq; while (s && *s) { crc += gcg_crc((*s)->str); s++; } crc %= 10000; return crc; } squizz-0.99b+dfsg.orig/lib/align/mega.c0000644000175000017500000000327311272575004017703 0ustar osallouosallou/* mega.c - MEGA alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include #include #include "align.h" #include "align/mega.h" #include "sequence.h" #include "sequence/utils.h" /* Functions prototypes */ extern int megay_check(FILE *); extern align_t *megay_parse(FILE *); /* Checks MEGA alignment */ int mega_check(FILE *f) { int i; i = megay_check(f); return i; } /* Parse MEGA alignment */ align_t *mega_parse(FILE *f) { char *p, *q, *ref; align_t *ali; sequence_t **s; ali = megay_parse(f); if (ali == NULL) { return ali; } /* FIXME: Do not allow identical character in 1st sequence */ /* Replace all "identical" characters in sequences */ s = ali->seq; ref = (*s)->str; s++; while (s && *s) { p = (*s)->str; q = ref; while (p && *p) { if (*p == '.') { *p = *q; } p++; q++; } s++; } return ali; } /* Print MEGA alignment */ void mega_print(FILE *f, align_t *ali) { char *p; char c; int j; sequence_t **s; if (ali == NULL) { return; } /* Header */ (void)fprintf(f, "#mega\n"); (void)fprintf(f, "!Title Multiple Sequence Alignment;\n"); (void)fputc('\n', f); /* Sequences */ s = ali->seq; while (s && *s) { /* Name (max 40 chars) */ p = sequence_fixnam((*s)->nam); j = 40; (void)fprintf(f, "#%-.*s\n", j, p); free(p); /* Sequence */ p = (*s)->str; j = 60; while (*p) { c = *p; if (c == '~') { c = '-'; } if (j == 0) { (void)fputc('\n', f); j = 60; } (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); s++; } return; } squizz-0.99b+dfsg.orig/lib/align/phylipiy.c0000644000175000017500000013645212102264457020647 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse phylipiparse #define yylex phylipilex #define yyerror phylipierror #define yylval phylipilval #define yychar phylipichar #define yydebug phylipidebug #define yynerrs phylipinerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/phylipiy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/phylipiy.h" void phylipiset_in(FILE *); int phylipilex(YYSTYPE *); int phylipilex_destroy(void); static void yyerror(align_t *, const char *); int phylipiy_check(FILE *); align_t *phylipiy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/phylipiy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/phylipiy.y" char *str; /* Line 293 of yacc.c */ #line 161 "align/phylipiy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 173 "align/phylipiy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 6 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 14 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 10 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 12 /* YYNRULES -- Number of rules. */ #define YYNRULES 16 /* YYNRULES -- Number of states. */ #define YYNSTATES 26 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 264 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 8, 10, 15, 18, 20, 24, 26, 29, 30, 33, 35, 38, 41, 43 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 11, 0, -1, 12, 14, 17, 21, -1, 13, -1, 6, 7, 6, 4, -1, 14, 15, -1, 15, -1, 16, 20, 4, -1, 8, -1, 17, 18, -1, -1, 18, 19, -1, 4, -1, 20, 4, -1, 20, 9, -1, 9, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 40, 41, 43, 44, 46, 47, 51, 52, 54, 55, 57, 59, 60, 63 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "INT", "SPC", "NAM", "BAS", "$accept", "phylipi", "header", "numline", "nament", "namline", "namval", "seqents", "seqent", "seqline", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 10, 11, 12, 13, 14, 14, 15, 16, 17, 17, 18, 18, 19, 20, 20, 21 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 4, 1, 4, 2, 1, 3, 1, 2, 0, 2, 1, 2, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 0, 0, 0, 3, 0, 1, 8, 10, 6, 0, 0, 5, 0, 15, 0, 4, 16, 12, 9, 2, 7, 14, 11, 0, 13 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 8, 9, 10, 13, 19, 23, 15, 20 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -8 static const yytype_int8 yypact[] = { -2, 0, 8, 1, -8, 4, -8, -8, 1, -8, 2, 9, -8, -1, -8, -4, -8, -8, -8, 2, -8, -8, -8, -8, -3, -8 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -8, -8, -8, -8, -8, 6, -8, -8, -8, -8, -7, -8 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 21, 25, 17, 18, 1, 22, 22, 5, 6, 7, 11, 14, 24, 16, 12 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-8)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 4, 4, 3, 4, 6, 9, 9, 7, 0, 8, 6, 9, 19, 4, 8 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 11, 12, 13, 7, 0, 8, 14, 15, 16, 6, 15, 17, 9, 20, 4, 3, 4, 18, 21, 4, 9, 19, 20, 4 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 8: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/phylipiy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1114 "align/phylipiy.c" break; case 9: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/phylipiy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1123 "align/phylipiy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "align/phylipiy.y" { return 0; /*NOTREACHED*/ } break; case 5: /* Line 1806 of yacc.c */ #line 43 "align/phylipiy.y" { CHKERR(parse_seqnxt(ali)); } break; case 6: /* Line 1806 of yacc.c */ #line 44 "align/phylipiy.y" { CHKERR(parse_seqnxt(ali)); } break; case 8: /* Line 1806 of yacc.c */ #line 47 "align/phylipiy.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 11: /* Line 1806 of yacc.c */ #line 54 "align/phylipiy.y" { CHKERR(parse_seqnxt(ali)); } break; case 12: /* Line 1806 of yacc.c */ #line 55 "align/phylipiy.y" { CHKERR(parse_seqrst(ali)); } break; case 14: /* Line 1806 of yacc.c */ #line 59 "align/phylipiy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 15: /* Line 1806 of yacc.c */ #line 60 "align/phylipiy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1482 "align/phylipiy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 65 "align/phylipiy.y" /* Checks PHYLIPI sequence */ int phylipiy_check(FILE *f) { int i; phylipiset_in(f); i = yyparse(NULL); if (i == 0) { return i; } phylipilex_destroy(); return i; } /* Parse PHYLIPI alignment */ align_t *phylipiy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } phylipiset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } phylipilex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/megay.y0000644000175000017500000000425112102264431020107 0ustar osallouosallou/* megay.y - MEGA alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/megay.h" void megaset_in(FILE *); int megalex(YYSTYPE *); int megalex_destroy(void); static void yyerror(align_t *, const char *); int megay_check(FILE *); align_t *megay_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token COL EXC DIE END EOL EQU ERR SEM SPC TXT %token TAG KEY VAL TIT FMT %token NAM BAS %% mega : header seqents end { return 0; /*NOTREACHED*/ } ; header : tagline deflines ; tagline : DIE TAG EOL ; deflines : titline fmtline | titline2 | ; titline : EXC TIT deftxt SEM EOL ; titline2 : TIT COL SPC deftxt EOL ; fmtline : EXC FMT deftxt SEM EOL | ; deftxt : deftxt TXT | TXT ; seqents : seqents seqent | seqent ; seqent : genline namline seqlines { CHKERR(parse_seqnxt(ali)); } ; genline : EXC genlist SEM EOL | ; genlist : genlist SPC genkey | genkey ; genkey : KEY EQU TXT ; namline : DIE namval EOL { CHKERR(parse_seqnew(ali)); } ; namval : namval NAM { CHKERR(parse_tmpupd(ali, $2)); } | NAM { CHKERR(parse_tmpupd(ali, $1)); } ; seqlines : seqlines seqline | seqline ; seqline : seqlist EOL ; seqlist : seqlist BAS { CHKERR(parse_sequpd(ali, $2)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; end : END ; %% /* Checks MEGA sequence */ int megay_check(FILE *f) { int i; megaset_in(f); i = yyparse(NULL); if (i == 0) { return i; } megalex_destroy(); return i; } /* Parse MEGA alignment */ align_t *megay_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } megaset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } megalex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/megay.c0000644000175000017500000014320412102264456020072 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse megaparse #define yylex megalex #define yyerror megaerror #define yylval megalval #define yychar megachar #define yydebug megadebug #define yynerrs meganerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/megay.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/megay.h" void megaset_in(FILE *); int megalex(YYSTYPE *); int megalex_destroy(void); static void yyerror(align_t *, const char *); int megay_check(FILE *); align_t *megay_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/megay.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { COL = 258, EXC = 259, DIE = 260, END = 261, EOL = 262, EQU = 263, ERR = 264, SEM = 265, SPC = 266, TXT = 267, TAG = 268, KEY = 269, VAL = 270, TIT = 271, FMT = 272, NAM = 273, BAS = 274 }; #endif /* Tokens. */ #define COL 258 #define EXC 259 #define DIE 260 #define END 261 #define EOL 262 #define EQU 263 #define ERR 264 #define SEM 265 #define SPC 266 #define TXT 267 #define TAG 268 #define KEY 269 #define VAL 270 #define TIT 271 #define FMT 272 #define NAM 273 #define BAS 274 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/megay.y" char *str; /* Line 293 of yacc.c */ #line 181 "align/megay.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 193 "align/megay.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 6 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 46 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 20 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 20 /* YYNRULES -- Number of rules. */ #define YYNRULES 30 /* YYNRULES -- Number of states. */ #define YYNSTATES 58 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 274 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 10, 14, 17, 19, 20, 26, 32, 38, 39, 42, 44, 47, 49, 53, 58, 59, 63, 65, 69, 73, 76, 78, 81, 83, 86, 89, 91 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 21, 0, -1, 22, 29, 39, -1, 23, 24, -1, 5, 13, 7, -1, 25, 27, -1, 26, -1, -1, 4, 16, 28, 10, 7, -1, 16, 3, 11, 28, 7, -1, 4, 17, 28, 10, 7, -1, -1, 28, 12, -1, 12, -1, 29, 30, -1, 30, -1, 31, 34, 36, -1, 4, 32, 10, 7, -1, -1, 32, 11, 33, -1, 33, -1, 14, 8, 12, -1, 5, 35, 7, -1, 35, 18, -1, 18, -1, 36, 37, -1, 37, -1, 38, 7, -1, 38, 19, -1, 19, -1, 6, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 38, 38, 41, 43, 45, 45, 45, 46, 47, 48, 48, 50, 50, 52, 52, 53, 56, 56, 57, 57, 58, 60, 62, 63, 66, 66, 67, 68, 69, 72 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "COL", "EXC", "DIE", "END", "EOL", "EQU", "ERR", "SEM", "SPC", "TXT", "TAG", "KEY", "VAL", "TIT", "FMT", "NAM", "BAS", "$accept", "mega", "header", "tagline", "deflines", "titline", "titline2", "fmtline", "deftxt", "seqents", "seqent", "genline", "genlist", "genkey", "namline", "namval", "seqlines", "seqline", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 20, 21, 22, 23, 24, 24, 24, 25, 26, 27, 27, 28, 28, 29, 29, 30, 31, 31, 32, 32, 33, 34, 35, 35, 36, 36, 37, 38, 38, 39 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 2, 3, 2, 1, 0, 5, 5, 5, 0, 2, 1, 2, 1, 3, 4, 0, 3, 1, 3, 3, 2, 1, 2, 1, 2, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 0, 0, 18, 7, 0, 1, 0, 18, 15, 0, 0, 0, 3, 11, 6, 4, 0, 0, 20, 30, 14, 2, 0, 0, 0, 0, 0, 5, 0, 0, 0, 24, 0, 29, 16, 26, 0, 13, 0, 0, 0, 21, 17, 19, 22, 23, 25, 27, 28, 0, 12, 0, 0, 8, 9, 0, 10 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 13, 14, 15, 28, 39, 8, 9, 10, 18, 19, 24, 33, 35, 36, 37, 22 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -22 static const yytype_int8 yypact[] = { 1, 8, 9, 18, -4, 16, -22, 10, -1, -22, 6, 11, 22, -22, 24, -22, -22, 21, 7, -22, -22, -22, -22, 12, 13, 14, 20, 17, -22, 23, 26, 10, -22, -3, -22, 13, -22, -6, -22, -2, 14, 14, -22, -22, -22, -22, -22, -22, -22, -22, 29, -22, -5, 4, -22, -22, 30, -22 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -22, -22, -22, -22, -22, -22, -22, -22, -21, -22, 31, -22, -22, 15, -22, -22, -22, 3, -22, -22 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 11, 48, 55, 7, 45, 20, 1, 51, 50, 6, 51, 23, 12, 49, 56, 46, 51, 30, 31, 52, 53, 5, 7, 16, 17, 26, 38, 25, 27, 29, 32, 40, 34, 43, 41, 42, 54, 57, 47, 21, 0, 0, 0, 0, 0, 0, 44 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-22)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 4, 7, 7, 4, 7, 6, 5, 12, 10, 0, 12, 5, 16, 19, 10, 18, 12, 10, 11, 40, 41, 13, 4, 7, 14, 3, 12, 16, 4, 8, 18, 11, 19, 7, 17, 12, 7, 7, 35, 8, -1, -1, -1, -1, -1, -1, 31 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 5, 21, 22, 23, 13, 0, 4, 29, 30, 31, 4, 16, 24, 25, 26, 7, 14, 32, 33, 6, 30, 39, 5, 34, 16, 3, 4, 27, 8, 10, 11, 18, 35, 19, 36, 37, 38, 12, 28, 11, 17, 12, 7, 33, 7, 18, 37, 7, 19, 10, 12, 28, 28, 7, 7, 10, 7 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 18: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/megay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1167 "align/megay.c" break; case 19: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/megay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1176 "align/megay.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 38 "align/megay.y" { return 0; /*NOTREACHED*/ } break; case 16: /* Line 1806 of yacc.c */ #line 53 "align/megay.y" { CHKERR(parse_seqnxt(ali)); } break; case 22: /* Line 1806 of yacc.c */ #line 60 "align/megay.y" { CHKERR(parse_seqnew(ali)); } break; case 23: /* Line 1806 of yacc.c */ #line 62 "align/megay.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(2) - (2)].str))); } break; case 24: /* Line 1806 of yacc.c */ #line 63 "align/megay.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); } break; case 28: /* Line 1806 of yacc.c */ #line 68 "align/megay.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 29: /* Line 1806 of yacc.c */ #line 69 "align/megay.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1527 "align/megay.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 74 "align/megay.y" /* Checks MEGA sequence */ int megay_check(FILE *f) { int i; megaset_in(f); i = yyparse(NULL); if (i == 0) { return i; } megalex_destroy(); return i; } /* Parse MEGA alignment */ align_t *megay_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } megaset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } megalex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/msfy.c0000644000175000017500000014141012102264456017743 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse msfparse #define yylex msflex #define yyerror msferror #define yylval msflval #define yychar msfchar #define yydebug msfdebug #define yynerrs msfnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/msfy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/msfy.h" void msfset_in(FILE *); int msflex(YYSTYPE *); int msflex_destroy(void); static void yyerror(align_t *, const char *); int msfy_check(FILE *); align_t *msfy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/msfy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, END = 259, ERR = 260, INT = 261, SPC = 262, TER = 263, TXT = 264, NAM = 265, BAS = 266 }; #endif /* Tokens. */ #define EOL 258 #define END 259 #define ERR 260 #define INT 261 #define SPC 262 #define TER 263 #define TXT 264 #define NAM 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/msfy.y" char *str; /* Line 293 of yacc.c */ #line 165 "align/msfy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 177 "align/msfy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 4 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 31 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 12 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 21 /* YYNRULES -- Number of rules. */ #define YYNRULES 31 /* YYNRULES -- Number of states. */ #define YYNSTATES 50 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 266 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 8, 11, 14, 15, 18, 22, 25, 26, 29, 32, 34, 38, 41, 43, 46, 50, 53, 55, 58, 61, 62, 67, 70, 73, 75, 80, 82, 86, 88 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 13, 0, -1, 14, 19, 24, 32, -1, 15, 17, -1, 15, 16, -1, -1, 18, 3, -1, 18, 8, 3, -1, 18, 9, -1, -1, 20, 23, -1, 20, 21, -1, 21, -1, 10, 22, 3, -1, 22, 9, -1, 9, -1, 8, 3, -1, 24, 3, 25, -1, 3, 25, -1, 25, -1, 26, 28, -1, 27, 3, -1, -1, 7, 6, 7, 6, -1, 7, 6, -1, 28, 29, -1, 29, -1, 30, 7, 31, 3, -1, 10, -1, 31, 7, 11, -1, 11, -1, 4, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 40, 41, 41, 42, 43, 44, 44, 46, 47, 47, 48, 49, 49, 50, 52, 52, 52, 53, 55, 55, 56, 56, 57, 57, 58, 60, 63, 64, 67 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "END", "ERR", "INT", "SPC", "TER", "TXT", "NAM", "BAS", "$accept", "msf", "header", "hlines", "hline1", "hline2", "htxt", "names", "namlines", "namline", "namtxt", "namend", "sequence", "seqent", "numline", "seqnum", "seqlines", "seqline", "seqnam", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 12, 13, 14, 15, 15, 16, 17, 18, 18, 19, 20, 20, 21, 22, 22, 23, 24, 24, 24, 25, 26, 26, 27, 27, 28, 28, 29, 30, 31, 31, 32 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 4, 2, 2, 0, 2, 3, 2, 0, 2, 2, 1, 3, 2, 1, 2, 3, 2, 1, 2, 2, 0, 4, 2, 2, 1, 4, 1, 3, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 5, 0, 0, 9, 1, 0, 22, 0, 12, 4, 3, 0, 15, 0, 22, 0, 0, 19, 0, 0, 0, 11, 10, 6, 0, 8, 13, 14, 18, 24, 22, 31, 2, 28, 20, 26, 0, 21, 16, 7, 0, 17, 25, 0, 23, 30, 0, 27, 0, 29 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 1, 2, 3, 9, 10, 11, 6, 7, 8, 13, 22, 16, 17, 18, 19, 34, 35, 36, 46, 32 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -15 static const yytype_int8 yypact[] = { -15, 12, 5, -15, -15, 8, 2, 3, -15, -15, -15, -2, -15, -1, 11, 13, 0, -15, 10, 18, 19, -15, -15, -15, 20, -15, -15, -15, -15, 17, 11, -15, -15, -15, 10, -15, 21, -15, -15, -15, 23, -15, -15, 14, -15, -15, 7, -15, 15, -15 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -15, -15, -15, -15, -15, -15, -15, -15, -15, 24, -15, -15, -15, -14, -15, -15, -15, -7, -15, -15, -15 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 28, 23, 26, 30, 31, 14, 24, 25, 27, 15, 47, 20, 4, 5, 48, 5, 41, 12, 15, 29, 33, 37, 38, 39, 40, 45, 49, 42, 43, 44, 0, 21 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-15)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 14, 3, 3, 3, 4, 3, 8, 9, 9, 7, 3, 8, 0, 10, 7, 10, 30, 9, 7, 6, 10, 3, 3, 3, 7, 11, 11, 34, 7, 6, -1, 7 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 13, 14, 15, 0, 10, 19, 20, 21, 16, 17, 18, 9, 22, 3, 7, 24, 25, 26, 27, 8, 21, 23, 3, 8, 9, 3, 9, 25, 6, 3, 4, 32, 10, 28, 29, 30, 3, 3, 3, 7, 25, 29, 7, 6, 11, 31, 3, 7, 11 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 10: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/msfy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1145 "align/msfy.c" break; case 11: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/msfy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1154 "align/msfy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "align/msfy.y" { return 0; /*NOTREACHED*/ } break; case 20: /* Line 1806 of yacc.c */ #line 53 "align/msfy.y" { CHKERR(parse_seqrst(ali)); } break; case 27: /* Line 1806 of yacc.c */ #line 58 "align/msfy.y" { CHKERR(parse_seqnxt(ali)); } break; case 28: /* Line 1806 of yacc.c */ #line 60 "align/msfy.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 29: /* Line 1806 of yacc.c */ #line 63 "align/msfy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(3) - (3)].str))); } break; case 30: /* Line 1806 of yacc.c */ #line 64 "align/msfy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1499 "align/msfy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 69 "align/msfy.y" /* Checks MSF sequence */ int msfy_check(FILE *f) { int i; msfset_in(f); i = yyparse(NULL); if (i == 0) { return i; } msflex_destroy(); return i; } /* Parse MSF alignment */ align_t *msfy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } msfset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } msflex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/msfy.y0000644000175000017500000000412412102264435017766 0ustar osallouosallou/* msfy.y - MSF alignment parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/msfy.h" void msfset_in(FILE *); int msflex(YYSTYPE *); int msflex_destroy(void); static void yyerror(align_t *, const char *); int msfy_check(FILE *); align_t *msfy_parse(FILE *); %} %pure-parser %parse-param { align_t *ali } %union { char *str; } %destructor { free($$); } %token EOL END ERR INT SPC TER TXT %token NAM BAS %% msf : header names sequence end { return 0; /*NOTREACHED*/ } ; header : hlines hline2 ; hlines : hlines hline1 | ; hline1 : htxt EOL ; hline2 : htxt TER EOL ; htxt : htxt TXT | ; names : namlines namend ; namlines : namlines namline | namline ; namline : NAM namtxt EOL ; namtxt : namtxt TXT | TXT ; namend : TER EOL ; sequence : sequence EOL seqent | EOL seqent | seqent ; seqent : numline seqlines { CHKERR(parse_seqrst(ali)); } ; numline : seqnum EOL | ; seqnum : SPC INT SPC INT | SPC INT ; seqlines : seqlines seqline | seqline ; seqline : seqnam SPC seqlist EOL { CHKERR(parse_seqnxt(ali)); } ; seqnam : NAM { CHKERR(parse_tmpupd(ali, $1)); CHKERR(parse_seqnew(ali)); } ; seqlist : seqlist SPC BAS { CHKERR(parse_sequpd(ali, $3)); } | BAS { CHKERR(parse_sequpd(ali, $1)); } ; end : END ; %% /* Checks MSF sequence */ int msfy_check(FILE *f) { int i; msfset_in(f); i = yyparse(NULL); if (i == 0) { return i; } msflex_destroy(); return i; } /* Parse MSF alignment */ align_t *msfy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } msfset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } msflex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/stocky.h0000644000175000017500000000451112077310624020306 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { DOT = 258, EOL = 259, ERR = 260, INT = 261, SPC = 262, TAG = 263, END = 264, NAM = 265, BAS = 266 }; #endif /* Tokens. */ #define DOT 258 #define EOL 259 #define ERR 260 #define INT 261 #define SPC 262 #define TAG 263 #define END 264 #define NAM 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/stocky.y" char *str; /* Line 2068 of yacc.c */ #line 76 "align/stocky.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/phylips.c0000644000175000017500000000263711272575004020465 0ustar osallouosallou/* phylips.c - PHYLIPS alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include "align.h" #include "align/phylip.h" #include "align/phylips.h" /* Functions prototypes */ extern int phylipsy_check(FILE *); extern align_t *phylipsy_parse(FILE *); /* Check PHYLIPS alignment */ int phylips_check(FILE *f) { int i; i = phylipsy_check(f); return i; } /* Parse PHYLIPS alignment */ align_t *phylips_parse(FILE *f) { align_t *ali; ali = phylipsy_parse(f); return ali; } /* Print PHYLIPS alignment */ void phylips_print(FILE *f, align_t *ali) { const char *p; char *q, c; int i, j; size_t n, len; sequence_t **s; if (ali == NULL) { return; } s = ali->seq; len = (*s)->strlen; n = 0; while (s && *s) { n++; s++; } /* Print alignment header */ (void)fprintf(f, " %5lu %5lu\n", n, len); /* Process all sequences */ s = ali->seq; while (s && *s) { n = len / 60; if (len % 60) { n++; } i = 0; while (n--) { /* Name */ q = (i == 0) ? phylip_fixnam((*s)->nam) : ""; (void)fprintf(f, "%-10.10s", q); if (*q) { free(q); } /* Sequence */ p = (*s)->str + i; j = 60; while (j && *p) { c = *p; if (c == '~' || c == '.') { c = '-'; } (void)fputc(c, f); j--; p++; } (void)fputc('\n', f); i += 60; } s++; } return; } squizz-0.99b+dfsg.orig/lib/align/clustaly.c0000644000175000017500000014055312102264456020634 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse clustalparse #define yylex clustallex #define yyerror clustalerror #define yylval clustallval #define yychar clustalchar #define yydebug clustaldebug #define yynerrs clustalnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/clustaly.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/clustaly.h" void clustalset_in(FILE *); int clustallex(YYSTYPE *); int clustallex_destroy(void); static void yyerror(align_t *, const char *); int clustaly_check(FILE *); align_t *clustaly_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/clustaly.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, END = 259, ERR = 260, INT = 261, SPC = 262, TXT = 263, TAG = 264, CON = 265, NAM = 266, BAS = 267 }; #endif /* Tokens. */ #define EOL 258 #define END 259 #define ERR 260 #define INT 261 #define SPC 262 #define TXT 263 #define TAG 264 #define CON 265 #define NAM 266 #define BAS 267 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/clustaly.y" char *str; /* Line 293 of yacc.c */ #line 167 "align/clustaly.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 179 "align/clustaly.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 6 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 23 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 13 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 15 /* YYNRULES -- Number of rules. */ #define YYNRULES 24 /* YYNRULES -- Number of states. */ #define YYNSTATES 38 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 267 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 13, 16, 17, 21, 24, 27, 30, 32, 38, 40, 44, 47, 51, 53, 56, 57, 60, 61, 64, 66 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 14, 0, -1, 15, 18, 27, -1, 16, -1, 9, 17, 3, -1, 17, 8, -1, -1, 18, 3, 19, -1, 3, 19, -1, 20, 25, -1, 20, 21, -1, 21, -1, 22, 7, 23, 24, 3, -1, 11, -1, 23, 7, 12, -1, 23, 12, -1, 6, 7, 12, -1, 12, -1, 7, 6, -1, -1, 26, 3, -1, -1, 26, 10, -1, 10, -1, 4, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 38, 38, 41, 42, 43, 43, 45, 45, 46, 49, 49, 50, 52, 55, 56, 57, 58, 60, 60, 62, 62, 63, 63, 65 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "END", "ERR", "INT", "SPC", "TXT", "TAG", "CON", "NAM", "BAS", "$accept", "clustal", "header", "headline", "headtxt", "sequence", "seqent", "seqlines", "seqline", "seqnam", "seqbas", "seqnum", "consline", "seqcon", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 13, 14, 15, 16, 17, 17, 18, 18, 19, 20, 20, 21, 22, 23, 23, 23, 23, 24, 24, 25, 25, 26, 26, 27 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 3, 2, 0, 3, 2, 2, 2, 1, 5, 1, 3, 2, 3, 1, 2, 0, 2, 0, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 6, 0, 0, 3, 0, 1, 0, 0, 4, 5, 13, 8, 21, 11, 0, 0, 24, 2, 23, 10, 9, 0, 0, 7, 20, 22, 0, 17, 19, 0, 0, 15, 0, 16, 18, 14, 12 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 5, 8, 12, 13, 14, 15, 29, 33, 21, 22, 18 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -9 static const yytype_int8 yypact[] = { -8, -9, 17, 0, -9, 3, -9, -6, 9, -9, -9, -9, -9, 5, -9, 11, -6, -9, -9, -9, -9, -9, -3, -4, -9, -9, -9, 12, -9, 2, 8, -2, -9, 18, -9, -9, -9, -9 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -9, -9, -9, -9, -9, -9, 6, -9, 10, -9, -9, -9, -9, -9, -9 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 25, 1, 27, 7, 35, 11, 9, 26, 28, 31, 36, 10, 16, 17, 32, 19, 11, 6, 23, 30, 34, 37, 24, 20 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-9)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 3, 9, 6, 3, 6, 11, 3, 10, 12, 7, 12, 8, 3, 4, 12, 10, 11, 0, 7, 7, 12, 3, 16, 13 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 9, 14, 15, 16, 17, 0, 3, 18, 3, 8, 11, 19, 20, 21, 22, 3, 4, 27, 10, 21, 25, 26, 7, 19, 3, 10, 6, 12, 23, 7, 7, 12, 24, 12, 6, 12, 3 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 11: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/clustaly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1133 "align/clustaly.c" break; case 12: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/clustaly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1142 "align/clustaly.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 38 "align/clustaly.y" { return 0; /*NOTREACHED*/ } break; case 9: /* Line 1806 of yacc.c */ #line 46 "align/clustaly.y" { CHKERR(parse_seqrst(ali)); } break; case 12: /* Line 1806 of yacc.c */ #line 50 "align/clustaly.y" { CHKERR(parse_seqnxt(ali)); } break; case 13: /* Line 1806 of yacc.c */ #line 52 "align/clustaly.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 14: /* Line 1806 of yacc.c */ #line 55 "align/clustaly.y" { CHKERR(parse_sequpd(ali, (yyvsp[(3) - (3)].str))); } break; case 15: /* Line 1806 of yacc.c */ #line 56 "align/clustaly.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 16: /* Line 1806 of yacc.c */ #line 57 "align/clustaly.y" { CHKERR(parse_sequpd(ali, (yyvsp[(3) - (3)].str))); } break; case 17: /* Line 1806 of yacc.c */ #line 58 "align/clustaly.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1501 "align/clustaly.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 67 "align/clustaly.y" /* Checks CLUSTAL sequence */ int clustaly_check(FILE *f) { int i; clustalset_in(f); i = yyparse(NULL); if (i == 0) { return i; } clustallex_destroy(); return i; } /* Parse CLUSTAL alignment */ align_t *clustaly_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } clustalset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } clustallex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/phylip.c0000644000175000017500000000120011676107326020271 0ustar osallouosallou/* phylip.c - PHYLIP common alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align.h" #include "align/phylip.h" /* Fix sequence name */ char *phylip_fixnam(const char *nam) { char *p, *new; if (nam == NULL) { return NULL; } if ((new = strdup(nam)) == NULL) { return NULL; } /* Truncate names to 10 characters if needed */ if (strlen(new) > 10) { p = new + 10; *p = '\0'; } /* Fix invalid characters */ p = new; while (*p) { if (strchr("():;,[]", *p) != NULL) { *p = '_'; } p++; } return new; } squizz-0.99b+dfsg.orig/lib/align/msfy.h0000644000175000017500000000450512077263172017760 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, END = 259, ERR = 260, INT = 261, SPC = 262, TER = 263, TXT = 264, NAM = 265, BAS = 266 }; #endif /* Tokens. */ #define EOL 258 #define END 259 #define ERR 260 #define INT 261 #define SPC 262 #define TER 263 #define TXT 264 #define NAM 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "align/msfy.y" char *str; /* Line 2068 of yacc.c */ #line 76 "align/msfy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/align/nexusiy.c0000644000175000017500000014326212102264456020500 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse nexusiparse #define yylex nexusilex #define yyerror nexusierror #define yylval nexusilval #define yychar nexusichar #define yydebug nexusidebug #define yynerrs nexusinerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "align/nexusiy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "align.h" #include "align/parse.h" #include "align/nexusiy.h" void nexusiset_in(FILE *); int nexusilex(YYSTYPE *); int nexusilex_destroy(void); static void yyerror(align_t *, const char *); int nexusiy_check(FILE *); align_t *nexusiy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "align/nexusiy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, EQU = 259, ERR = 260, SEM = 261, SPC = 262, TAG = 263, BEG = 264, END = 265, KEY = 266, COM = 267, TOK = 268, VAL = 269, MAT = 270, SEP = 271, NAM = 272, BAS = 273 }; #endif /* Tokens. */ #define EOL 258 #define EQU 259 #define ERR 260 #define SEM 261 #define SPC 262 #define TAG 263 #define BEG 264 #define END 265 #define KEY 266 #define COM 267 #define TOK 268 #define VAL 269 #define MAT 270 #define SEP 271 #define NAM 272 #define BAS 273 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "align/nexusiy.y" char *str; /* Line 293 of yacc.c */ #line 179 "align/nexusiy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 191 "align/nexusiy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 4 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 45 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 19 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 18 /* YYNRULES -- Number of rules. */ #define YYNRULES 30 /* YYNRULES -- Number of states. */ #define YYNSTATES 54 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 273 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 6, 8, 13, 18, 21, 23, 27, 31, 34, 37, 39, 43, 45, 49, 53, 56, 58, 61, 63, 67, 69, 73, 76, 78, 81, 83, 86, 88 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 20, 0, -1, 21, 22, -1, 8, -1, 23, 24, 28, 36, -1, 9, 7, 11, 6, -1, 24, 25, -1, 25, -1, 12, 26, 6, -1, 26, 7, 27, -1, 26, 27, -1, 7, 27, -1, 27, -1, 13, 4, 14, -1, 14, -1, 15, 29, 35, -1, 29, 34, 30, -1, 34, 30, -1, 30, -1, 30, 31, -1, 31, -1, 32, 7, 33, -1, 17, -1, 33, 7, 18, -1, 33, 18, -1, 18, -1, 34, 16, -1, 16, -1, 16, 6, -1, 6, -1, 10, 6, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 38, 38, 40, 42, 44, 46, 46, 47, 48, 48, 48, 48, 49, 49, 51, 52, 53, 54, 56, 56, 57, 59, 62, 63, 64, 66, 67, 70, 70, 72 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "EQU", "ERR", "SEM", "SPC", "TAG", "BEG", "END", "KEY", "COM", "TOK", "VAL", "MAT", "SEP", "NAM", "BAS", "$accept", "nexusi", "header", "blocks", "begin", "commands", "command", "toklist", "token", "matrix", "sequence", "seqent", "seqline", "seqnam", "seqbas", "seqsep", "ter", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 19, 20, 21, 22, 23, 24, 24, 25, 26, 26, 26, 26, 27, 27, 28, 29, 29, 29, 30, 30, 31, 32, 33, 33, 33, 34, 34, 35, 35, 36 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 2, 1, 4, 4, 2, 1, 3, 3, 2, 2, 1, 3, 1, 3, 3, 2, 1, 2, 1, 3, 1, 3, 2, 1, 2, 1, 2, 1, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 1, 0, 2, 0, 0, 0, 0, 7, 0, 0, 0, 14, 0, 12, 0, 6, 0, 5, 11, 0, 8, 0, 10, 27, 22, 0, 18, 20, 0, 0, 0, 4, 13, 9, 29, 27, 0, 15, 19, 0, 26, 17, 30, 28, 16, 25, 21, 0, 24, 23 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 6, 7, 10, 11, 16, 17, 20, 29, 30, 31, 32, 50, 33, 41, 35 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -31 static const yytype_int8 yypact[] = { -1, -31, 17, 16, -31, 23, -31, 19, 21, -5, 9, -31, 27, -3, 30, -31, 13, -31, 6, -31, 25, -31, -31, 22, -31, -3, -31, -31, -31, 0, 20, -31, 31, 12, 33, -31, -31, -31, -31, 34, 12, -31, -31, 24, -31, 20, -31, -31, 20, -31, -4, 26, -31, -31 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -31, -31, -31, -31, -31, -31, 35, -31, -12, -31, -31, -28, -30, -31, -31, 14, -31, -31 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 42, 22, 13, 51, 26, 45, 38, 1, 14, 15, 14, 15, 48, 37, 52, 42, 39, 4, 42, 24, 25, 9, 27, 28, 18, 5, 14, 15, 44, 28, 8, 9, 12, 21, 23, 34, 36, 28, 43, 46, 47, 0, 49, 40, 53, 19 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-31)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 30, 13, 7, 7, 16, 33, 6, 8, 13, 14, 13, 14, 40, 25, 18, 45, 16, 0, 48, 6, 7, 12, 16, 17, 15, 9, 13, 14, 16, 17, 7, 12, 11, 6, 4, 10, 14, 17, 7, 6, 6, -1, 18, 29, 18, 10 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 8, 20, 21, 0, 9, 22, 23, 7, 12, 24, 25, 11, 7, 13, 14, 26, 27, 15, 25, 28, 6, 27, 4, 6, 7, 27, 16, 17, 29, 30, 31, 32, 34, 10, 36, 14, 27, 6, 16, 34, 35, 31, 7, 16, 30, 6, 6, 30, 18, 33, 7, 18, 18 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (ali, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, ali); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (!yyvaluep) return; YYUSE (ali); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, align_t *ali) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, ali) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; align_t *ali; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, ali); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, align_t *ali) #else static void yy_reduce_print (yyvsp, yyrule, ali) YYSTYPE *yyvsp; int yyrule; align_t *ali; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , ali); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, ali); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, align_t *ali) #else static void yydestruct (yymsg, yytype, yyvaluep, ali) const char *yymsg; int yytype; YYSTYPE *yyvaluep; align_t *ali; #endif { YYUSE (yyvaluep); YYUSE (ali); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 17: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "align/nexusiy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1164 "align/nexusiy.c" break; case 18: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "align/nexusiy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1173 "align/nexusiy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (align_t *ali); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (align_t *ali) #else int yyparse (ali) align_t *ali; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 16: /* Line 1806 of yacc.c */ #line 52 "align/nexusiy.y" { CHKERR(parse_seqrst(ali)); } break; case 17: /* Line 1806 of yacc.c */ #line 53 "align/nexusiy.y" { CHKERR(parse_seqrst(ali)); } break; case 18: /* Line 1806 of yacc.c */ #line 54 "align/nexusiy.y" { CHKERR(parse_seqrst(ali)); } break; case 21: /* Line 1806 of yacc.c */ #line 57 "align/nexusiy.y" { CHKERR(parse_seqnxt(ali)); } break; case 22: /* Line 1806 of yacc.c */ #line 59 "align/nexusiy.y" { CHKERR(parse_tmpupd(ali, (yyvsp[(1) - (1)].str))); CHKERR(parse_seqnew(ali)); } break; case 23: /* Line 1806 of yacc.c */ #line 62 "align/nexusiy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(3) - (3)].str))); } break; case 24: /* Line 1806 of yacc.c */ #line 63 "align/nexusiy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(2) - (2)].str))); } break; case 25: /* Line 1806 of yacc.c */ #line 64 "align/nexusiy.y" { CHKERR(parse_sequpd(ali, (yyvsp[(1) - (1)].str))); } break; /* Line 1806 of yacc.c */ #line 1532 "align/nexusiy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (ali, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (ali, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, ali); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, ali); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (ali, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, ali); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, ali); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 74 "align/nexusiy.y" /* Checks NEXUSI sequence */ int nexusiy_check(FILE *f) { int i; nexusiset_in(f); i = yyparse(NULL); if (i == 0) { return i; } nexusilex_destroy(); return i; } /* Parse NEXUSI alignment */ align_t *nexusiy_parse(FILE *f) { int i; align_t *ali; ali = align_new(); if (ali == NULL) { return ali; } nexusiset_in(f); i = yyparse((void *)ali); if (i == 0 && ali->seq != NULL) { return ali; } nexusilex_destroy(); align_free(ali); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(align_t *ali, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/align/msfl.c0000644000175000017500000110311312075270702017725 0ustar osallouosallou#line 2 "align/msfl.c" #line 4 "align/msfl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer msf_create_buffer #define yy_delete_buffer msf_delete_buffer #define yy_flex_debug msf_flex_debug #define yy_init_buffer msf_init_buffer #define yy_flush_buffer msf_flush_buffer #define yy_load_buffer_state msf_load_buffer_state #define yy_switch_to_buffer msf_switch_to_buffer #define yyin msfin #define yyleng msfleng #define yylex msflex #define yylineno msflineno #define yyout msfout #define yyrestart msfrestart #define yytext msftext #define yywrap msfwrap #define yyalloc msfalloc #define yyrealloc msfrealloc #define yyfree msffree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE msfrestart(msfin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int msfleng; extern FILE *msfin, *msfout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up msftext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up msftext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via msfrestart()), so that the user can continue scanning by * just pointing msfin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when msftext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int msfleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow msfwrap()'s to do buffer switches * instead of setting up a fresh msfin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void msfrestart (FILE *input_file ); void msf_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE msf_create_buffer (FILE *file,int size ); void msf_delete_buffer (YY_BUFFER_STATE b ); void msf_flush_buffer (YY_BUFFER_STATE b ); void msfpush_buffer_state (YY_BUFFER_STATE new_buffer ); void msfpop_buffer_state (void ); static void msfensure_buffer_stack (void ); static void msf_load_buffer_state (void ); static void msf_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER msf_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE msf_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE msf_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE msf_scan_bytes (yyconst char *bytes,int len ); void *msfalloc (yy_size_t ); void *msfrealloc (void *,yy_size_t ); void msffree (void * ); #define yy_new_buffer msf_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ msfensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ msf_create_buffer(msfin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ msfensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ msf_create_buffer(msfin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define msfwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *msfin = (FILE *) 0, *msfout = (FILE *) 0; typedef int yy_state_type; extern int msflineno; int msflineno = 1; extern char *msftext; #define yytext_ptr msftext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up msftext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ msfleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 25 #define YY_END_OF_BUFFER 26 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[3154] = { 0, 26, 24, 25, 23, 25, 24, 25, 3, 25, 6, 25, 3, 25, 3, 25, 9, 25, 11, 25, 9, 25, 7, 11, 25, 9, 25, 9, 25, 9, 25, 9, 25, 22, 25, 21, 25, 17, 22, 25, 16, 22, 25, 16, 22, 25, 19, 22, 25, 22, 25, 16399, 22, 25,16399, 13, 21, 25, 17, 22, 25, 22, 25,16399, 16, 22, 25,16399, 16, 22, 25, 16399, 19, 22, 25,16399, 16, 22, 25,16399, 3, 3, 3, 3, 9, 9, 7, 9, 9, 9, 9, 9, 9, 18, 17, 16, 16, 19,16399,16399, 13, 12, 12,16399,16399, 13, 18, 17,16399,16399, 16, 16399, 16,16399, 19,16399, 16,16399, 3, 3, 3, 2, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 10, 9, 9, 16, 16,16399, 8207, 8207,16399, 12,16399,16399, 16,16399, 16,16399, 19,16399, 16, 16399, 3, 3, 3, 5, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 16, 16,16399, 8207, 8207,16399,16399,16399, 16,16399, 16,16399, 19, 16399, 16,16399, 3, 3, 3, 3, 4, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399,16399, 16, 16399, 16,16399, 19,16399, 16,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,16392, 20, 20, 16, 16,16399, 8207, 8207, 16399,16399,16399, 16,16399, 16,16399, 19,16399, 16, 16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9,16392, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399,16399, 16,16399, 16,16399, 19,16399, 16,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9,16392, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399,16399, 16,16399, 16,16399, 19,16399, 16,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399,16399, 16,16399, 16,16399, 19,16399, 16,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16, 16399, 8207, 8207,16399,16399,16399, 16,16399, 16,16399, 19,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16, 16399, 16,16399, 19,16399, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207, 16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16, 16399, 19,16399, 14, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 1, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 3, 3, 3, 3, 1, 3, 3, 3, 9, 9, 9, 9, 9, 9, 8200, 9, 8200, 9, 1, 9, 9, 9, 8200, 9, 20, 20, 16, 16,16399, 8207, 8207,16399, 16,16399, 16,16399, 19,16399, 8207, 8207, 8200, 8200, 8200, 20, 20, 8207, 8207, 8207, 8207, 8200, 20, 20, 8207, 8207, 8207, 8207, 8200, 20, 20, 8207, 8207, 8200, 20, 20, 8207, 8207, 8200, 8207, 8207, 8200, 8207, 8207, 8207, 8207, 8207, 8207, 8207, 8207, 8207, 8207, 8207, 8207 } ; static yyconst flex_int16_t yy_accept[2668] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 25, 27, 29, 31, 33, 35, 37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 68, 72, 76, 80, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 93, 93, 94, 95, 96, 97, 98, 99, 99, 100, 101, 101, 102, 103, 104, 105, 107, 108, 109, 110, 112, 114, 116, 118, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 135, 135, 136, 137, 138, 138, 139, 140, 141, 142, 142, 142, 143, 144, 146, 148, 150, 152, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 168, 168, 169, 170, 171, 172, 173, 174, 175, 176, 178, 180, 182, 184, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 214, 216, 218, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 234, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 246, 248, 250, 252, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 266, 267, 269, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 281, 283, 285, 287, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 300, 302, 303, 305, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 317, 319, 321, 323, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 336, 338, 339, 341, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 353, 355, 357, 359, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 372, 374, 375, 377, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 389, 391, 393, 393, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 406, 408, 409, 411, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 422, 424, 426, 426, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 439, 441, 442, 444, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 455, 457, 459, 459, 459, 460, 461, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 474, 476, 477, 479, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 490, 492, 494, 495, 496, 497, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 512, 513, 515, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 526, 528, 530, 531, 532, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 545, 547, 548, 550, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 561, 563, 565, 566, 567, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 580, 582, 583, 585, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 596, 598, 600, 601, 602, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 615, 617, 618, 620, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 631, 633, 635, 636, 637, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 650, 652, 653, 655, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 666, 668, 670, 671, 672, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 685, 687, 688, 690, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 701, 703, 705, 706, 707, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 720, 722, 723, 725, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 736, 738, 740, 741, 742, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 755, 757, 758, 760, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 771, 773, 775, 776, 777, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 790, 792, 793, 795, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 806, 808, 810, 811, 812, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 825, 827, 828, 830, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 841, 843, 845, 846, 847, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 860, 862, 863, 865, 865, 866, 867, 868, 869, 870, 871, 872, 873, 873, 875, 877, 879, 880, 881, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 894, 896, 897, 899, 899, 900, 901, 902, 903, 904, 905, 906, 907, 909, 911, 913, 914, 915, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 929, 931, 932, 933, 935, 935, 936, 937, 938, 939, 940, 941, 942, 943, 945, 947, 949, 950, 951, 952, 953, 954, 955, 956, 958, 959, 960, 961, 962, 963, 964, 965, 966, 968, 970, 972, 973, 974, 976, 976, 977, 978, 979, 980, 981, 982, 983, 984, 986, 988, 990, 991, 992, 993, 994, 995, 996, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1008, 1010, 1012, 1013, 1014, 1016, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1026, 1028, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1048, 1050, 1052, 1053, 1054, 1056, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1066, 1068, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1088, 1090, 1092, 1093, 1094, 1096, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1106, 1108, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1128, 1130, 1132, 1133, 1134, 1136, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1146, 1148, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1168, 1170, 1172, 1173, 1174, 1176, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1186, 1188, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1208, 1210, 1212, 1213, 1214, 1216, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1226, 1228, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1248, 1250, 1252, 1253, 1254, 1256, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1266, 1268, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1288, 1290, 1292, 1293, 1294, 1296, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1306, 1308, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1328, 1330, 1332, 1333, 1334, 1336, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1346, 1348, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1368, 1370, 1372, 1373, 1374, 1376, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1386, 1388, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1408, 1410, 1412, 1413, 1414, 1416, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1426, 1428, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1448, 1450, 1452, 1453, 1454, 1456, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1466, 1468, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1488, 1490, 1492, 1493, 1494, 1496, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1506, 1508, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1528, 1530, 1532, 1533, 1534, 1536, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1546, 1548, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1568, 1570, 1572, 1573, 1574, 1576, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1586, 1588, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1608, 1610, 1612, 1613, 1614, 1616, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1626, 1628, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1648, 1650, 1652, 1653, 1654, 1656, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1666, 1668, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1688, 1690, 1692, 1693, 1694, 1696, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1706, 1708, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1728, 1730, 1732, 1733, 1734, 1736, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1746, 1748, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1768, 1770, 1772, 1773, 1774, 1776, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1786, 1788, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1808, 1810, 1812, 1813, 1814, 1816, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1826, 1828, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1848, 1850, 1852, 1853, 1854, 1856, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1866, 1868, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1888, 1890, 1892, 1893, 1894, 1896, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1908, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1928, 1930, 1932, 1933, 1934, 1936, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1946, 1948, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1968, 1970, 1972, 1973, 1974, 1976, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2012, 2013, 2014, 2016, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2026, 2028, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2048, 2050, 2052, 2053, 2054, 2056, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2066, 2068, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2088, 2090, 2092, 2093, 2094, 2096, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2106, 2108, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2128, 2130, 2132, 2133, 2134, 2136, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2146, 2148, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2168, 2170, 2172, 2173, 2174, 2176, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2186, 2188, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2208, 2210, 2212, 2213, 2214, 2216, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2226, 2228, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2248, 2250, 2252, 2253, 2254, 2256, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2266, 2268, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2288, 2290, 2292, 2293, 2294, 2296, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2306, 2308, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2328, 2330, 2332, 2333, 2334, 2336, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2346, 2348, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2368, 2370, 2372, 2373, 2374, 2376, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2386, 2388, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2408, 2410, 2412, 2413, 2414, 2416, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2426, 2428, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2448, 2450, 2452, 2453, 2454, 2456, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2466, 2468, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2488, 2490, 2492, 2493, 2494, 2496, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2506, 2508, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2528, 2530, 2532, 2533, 2534, 2536, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2546, 2548, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2568, 2570, 2572, 2573, 2574, 2576, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2586, 2588, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2608, 2610, 2612, 2613, 2614, 2616, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2626, 2628, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2648, 2650, 2652, 2653, 2654, 2656, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2666, 2668, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2688, 2690, 2692, 2693, 2694, 2696, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2706, 2708, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2728, 2730, 2732, 2733, 2734, 2736, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2746, 2748, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2768, 2770, 2772, 2773, 2774, 2776, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2786, 2788, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2808, 2810, 2812, 2813, 2814, 2816, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2826, 2828, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2848, 2850, 2852, 2853, 2854, 2856, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2866, 2868, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2888, 2890, 2892, 2893, 2894, 2896, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2906, 2908, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2928, 2930, 2932, 2933, 2934, 2936, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2946, 2948, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2968, 2970, 2972, 2973, 2974, 2976, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2986, 2988, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2998, 2999, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3008, 3010, 3012, 3013, 3014, 3016, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3026, 3028, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3048, 3050, 3052, 3053, 3054, 3056, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3066, 3068, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3088, 3090, 3092, 3093, 3094, 3096, 3096, 3097, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3106, 3108, 3110, 3111, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3113, 3114, 3115, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3154 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 1, 1, 1, 1, 12, 1, 13, 14, 15, 14, 16, 14, 17, 14, 18, 14, 14, 19, 20, 21, 14, 22, 14, 14, 14, 23, 24, 14, 14, 14, 14, 14, 1, 1, 1, 1, 25, 1, 26, 14, 14, 14, 27, 14, 14, 14, 14, 14, 14, 14, 28, 29, 30, 14, 14, 14, 31, 14, 32, 14, 14, 14, 14, 14, 1, 1, 1, 33, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[34] = { 0, 1, 1, 2, 3, 1, 4, 4, 4, 1, 5, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4 } ; static yyconst flex_int16_t yy_base[3460] = { 0, 11954, 0, 1, 3,11949, 10, 31, 64,11947,12651, 12651,11937,11929,12651,11924, 2, 0,12651, 14,12651, 96,11922,11913,11891,12651,11908, 17, 94, 96,11897, 11898, 20,11893, 107, 21, 129, 0, 103,11862, 99, 11879,11874, 111, 155, 0, 25,12651, 175,11868,11846, 103, 122,11839,11858,11853,12651, 161, 159, 162,11842, 11843, 193, 178, 0, 225,11838,11833,11828, 183, 0, 187, 168, 190, 258, 0, 189,11798,11809,11809,11804, 204,12651, 115, 175, 0, 211, 214,11798,11776, 206, 11769,11779,12651, 216,11760,11778,11773, 223, 285,11768, 236, 287, 293, 239,12651, 242, 0, 218, 221, 326, 0, 244,11736,11737,11749,11744, 247,12651, 249, 196, 0, 300, 304,11738, 306,11714, 308,11710,11707,11716, 11718, 356, 354, 362,11713, 364, 370, 312, 292, 294, 403, 0, 363,11685,11687,11694,11689, 321, 314,12651, 216, 0, 377, 381,11683, 388, 390,11660,11671,11657, 11668,11663, 430, 432, 438, 440,11658, 446, 448, 396, 361, 382, 481, 0, 439,11628,11628,11639,11634, 458, 393, 433, 0, 465, 513,11628, 471, 473,11621,11623, 11598, 0,11613, 511, 513, 519, 521,11608, 527, 529, 545, 455, 526, 562, 0, 460,11576,11583,11589,11584, 553, 535, 113, 0, 594, 597,11578, 555, 599,11578, 0,11558, 0,11568, 597, 600, 603, 606,11563, 609, 612, 623, 447, 536, 645, 0, 541,11530,11534,11544, 11539, 640, 620, 614, 0, 677, 680,11533, 628, 631, 0, 0,11514, 0,11528, 678, 680, 686, 688,11523, 694, 696, 712, 693, 687, 729, 0, 695,11491,11499, 11504,11499, 714, 704, 524, 0, 761, 764,11493, 637, 720, 0, 0,11479, 0,11488, 762, 764, 770, 772, 11483, 778, 780, 796, 771, 789, 813, 0, 716,11478, 11455,11464,11459, 844, 786, 788, 0, 847, 851,11453, 805, 853, 0, 0,11435, 0,11448, 851, 854, 857, 860,11443, 863, 866, 877,11438, 779, 899, 0, 802, 929,11418,11424,11419, 894, 874, 875, 0, 936, 940, 11413, 882, 885, 0, 0,11398, 0,11408, 938, 940, 946, 948,11403, 956, 958, 972, 872, 991, 0, 947, 1024,11386,11389,11384, 974, 964, 245, 0, 981, 1056, 11378, 931, 983, 0, 0,11366, 0,11373, 1054, 1056, 1062, 1064,11368, 1070, 1072, 1088, 549, 1105, 0, 984, 11364,11359, 1138, 0,11332,11344,11339, 1090, 1078, 1075, 0, 1170, 1173,11333, 1098, 1175, 0, 0,11312, 0, 11328, 1173, 1176, 1179, 1182,11323, 1185, 1188, 1199, 955, 1221, 0, 1063,12651, 1254, 0,11309,11309,11304, 1216, 1096, 1191, 0, 1286, 1289,11298, 1204, 1207, 0, 0, 11289, 0,11293, 1287, 1289, 1295, 1297,11288, 1303, 1305, 1321, 625, 1338, 0, 1296, 1371, 0,11268,11274,11269, 1323, 1311, 1077, 0, 1330, 1403,11263, 1210, 1213, 0, 0,11248, 0,11258, 1401, 1403, 1409, 1411,11253, 1417, 1419, 1435, 1416, 1452, 0, 1325, 1485, 0,11234,11239, 11234, 1437, 1313, 773, 0, 1444, 1517,11228, 1429, 1519, 0, 0,11214, 0,11223, 1517, 1520, 1523, 1526,11218, 1529, 1532, 1543, 1410, 1565, 0, 1439, 1598, 0,11200, 11204,11199, 1560, 1540, 1534, 0, 1630, 1633,11193, 1551, 1554, 0, 0,11180, 0,11188, 1631, 1633, 1639, 1641, 11183, 1647, 1649, 1665, 1071, 1682, 0, 1640, 1715, 0, 11161,11169,11164, 1667, 1655, 1644, 0, 1674, 1747,11158, 1557, 1749, 0, 0,11141, 0,11153, 1747, 1750, 1753, 1756,11148, 1759, 1762, 1773, 1658, 1795, 0, 1768, 1828, 0,11127,11134,11129, 1790, 1776, 796, 0, 1860, 1863, 11123, 1778, 1784, 0, 0,11107, 0,11118, 1861, 1863, 1869, 1871,11113, 1877, 1879, 1895, 1870, 1912, 0, 1781, 1945, 0,11096,11099,11094, 1897, 1885, 464, 0, 1904, 1977,11088, 1979, 1981, 0, 0,11076, 0,11083, 1980, 1982, 1988, 1990,11078, 1996, 1998, 2014, 1669, 2031, 0, 1899, 2064, 0,11056,11064,11059, 2016, 2004, 1874, 0, 2023, 2096,11053, 2098, 2100, 0, 0,11036, 0,11048, 2099, 2101, 2107, 2109,11043, 2115, 2117, 2133, 1769, 2150, 0, 1989, 2183, 0,11019,11029,11024, 2135, 2006, 2110, 0, 2142, 2215,11018, 2127, 2217, 0, 0,10999, 0, 11013, 2215, 2218, 2221, 2224,11008, 2227, 2230, 2241, 705, 2263, 0, 2018, 2296, 0,11003,10994,10989, 2258, 2238, 1333, 0, 2328, 2331,10983, 2246, 2249, 0, 0,10983, 0,10978, 2329, 2331, 2337, 2339,10973, 2345, 2347, 2363, 10968, 2380, 0, 2116, 2413, 0,10957,10954,10949, 2365, 2353, 165, 0, 2372, 2445,10943, 2252, 2255, 0, 0, 10937, 0,10938, 2443, 2445, 2451, 2453,10933, 2459, 2461, 2477, 2491, 2524, 0, 2137, 2557, 0, 2102,10924,10919, 2479, 2355, 2340, 0, 2486, 2502,10913, 2471, 2493, 0, 0, 2369, 0,10913, 2584, 2586, 2592, 2594,10908, 2600, 2602, 2505, 2635, 0, 2452, 2668, 0,10897,10894,10889, 2509, 2469, 2483, 2492, 0, 2512, 2518,10883, 2515, 2612, 0, 0,10877, 2587, 0,10878, 2695, 2697, 2703, 2705, 10873, 2711, 2713, 2618, 2746, 0, 2460, 2779, 0,10862, 10859,10854, 2620, 2610, 2595, 2621, 2622, 0, 2729, 2811, 10848, 2723, 2731, 0, 0,10842,10837, 2698, 0,10838, 2809, 2811, 2817, 2819,10833, 2825, 2827, 2737, 2860, 0, 2712, 2893, 0,10824,10819, 2837, 2721, 2735, 2820, 2828, 0, 2844, 2925,10813, 2850, 2852, 0, 0,10807,10802, 2841, 0,10803, 2923, 2925, 2931, 2933,10798, 2939, 2941, 2957, 2974, 0, 2853, 3007, 0,10789,10784, 2959, 2734, 2934, 2942, 2947, 0, 2966, 3039,10778, 3041, 3043, 0, 0,10772,10767, 2963, 0,10768, 3042, 3044, 3050, 3052, 10763, 3058, 3060, 3076, 3093, 0, 3051, 3126, 0,10754, 10749, 3078, 3066, 3063, 3079, 3080, 0, 3158, 3161,10743, 3163, 3165, 0, 0,10737,10732, 3163, 0,10733, 3167, 3169, 3175, 3177,10728, 3183, 3185, 3201, 3218, 0, 3168, 3251, 0,10719,10714, 3203, 3191, 3178, 3188, 3204, 0, 3283, 3286,10708, 3288, 3290, 0, 0,10702,10697, 3205, 0,10698, 3289, 3291, 3297, 3299,10693, 3305, 3307, 3323, 3340, 0, 3298, 3373, 0,10684,10679, 3325, 3313, 3310, 3326, 3327, 0, 3405, 3408,10673, 3410, 3412, 0, 0, 10667,10659, 3410, 0,10660, 3414, 3416, 3422, 3424,10655, 3430, 3432, 3448, 3465, 0, 3415, 3498, 0,10646,10641, 3450, 3438, 3425, 3435, 3451, 0, 3530, 3533,10635, 3535, 3537, 0, 0,10629,10624, 3452, 0,10625, 3536, 3538, 3544, 3546,10620, 3552, 3554, 3570, 3587, 0, 3545, 3620, 0,10611,10606, 3572, 3560, 3557, 3573, 3574, 0, 3652, 3655,10600, 3657, 3659, 0, 0,10594,10589, 3657, 0, 10590, 3661, 3663, 3669, 3671,10585, 3677, 3679, 3695, 3712, 0, 3662, 3745, 0,10576,10571, 3697, 3685, 3672, 3682, 3698, 0, 3777, 3780,10565, 3782, 3784, 0, 0,10559, 10554, 3699, 0,10555, 3783, 3785, 3791, 3793,10550, 3799, 3801, 3817, 3834, 0, 3792, 3867, 0,10541,10536, 3819, 3807, 3804, 3820, 3821, 0, 3899, 3902,10530, 3904, 3906, 0, 0,10524,10519, 3904, 0,10520, 3908, 3910, 3916, 3918,10515, 3924, 3926, 3942, 3959, 0, 3909, 3992, 0, 10506,10501, 3944, 3932, 3919, 3929, 3945, 0, 4024, 4027, 10495, 4029, 4031, 0, 0,10489,10484, 3946, 0,10485, 4030, 4032, 4038, 4040,10480, 4046, 4048, 4064, 4081, 0, 4039, 4114, 0,10471,10466, 4066, 4054, 4051, 4067, 4068, 0, 4146, 4149,10460, 4151, 4153, 0, 0,10454,10449, 4151, 0,10450, 4155, 4157, 4163, 4165,10445, 4171, 4173, 4189, 4206, 0, 4156, 4239, 0,10436,10431, 4191, 4179, 4166, 4176, 4192, 0, 4271, 4274,10425, 4276, 4278, 0, 0,10419,10414, 4193, 0,10415, 4277, 4279, 4285, 4287, 10410, 4293, 4295, 4311, 4328, 0, 4286, 4361, 0,10401, 10396, 4313, 4301, 4298, 4314, 4315, 0, 4393, 4396,10390, 4398, 4400, 0, 0,10384,10379, 4398, 0,10380, 4402, 4404, 4410, 4412,10375, 4418, 4420, 4436, 4453, 0, 4403, 4486, 0,10366,10361, 4438, 4426, 4413, 4423, 4439, 0, 4518, 4521,10355, 4523, 4525, 0, 0,10349,10344, 4440, 0,10345, 4524, 4526, 4532, 4534,10340, 4540, 4542, 4558, 4575, 0, 4533, 4608, 0,10331,10326, 4560, 4548, 4545, 4561, 4562, 0, 4640, 4643,10320, 4645, 4647, 0, 0, 10314,10309, 4645, 0,10310, 4649, 4651, 4657, 4659,10305, 4665, 4667, 4683, 4700, 0, 4650, 4733, 0,10296,10291, 4685, 4673, 4660, 4670, 4686, 0, 4765, 4768,10285, 4770, 4772, 0, 0,10279,10274, 4687, 0,10275, 4771, 4773, 4779, 4781,10270, 4787, 4789, 4805, 4822, 0, 4780, 4855, 0,10261,10256, 4807, 4795, 4792, 4808, 4809, 0, 4887, 4890,10250, 4892, 4894, 0, 0,10244,10234, 4892, 0, 10235, 4896, 4898, 4904, 4906,10230, 4912, 4914, 4930, 4947, 0, 4897, 4980, 0,10221,10216, 4932, 4920, 4907, 4917, 4933, 0, 5012, 5015,10210, 5017, 5019, 0, 0,10204, 10199, 4934, 0,10200, 5018, 5020, 5026, 5028,10195, 5034, 5036, 5052, 5069, 0, 5027, 5102, 0,10186,10181, 5054, 5042, 5039, 5055, 5056, 0, 5134, 5137,10175, 5139, 5141, 0, 0,10169,10162, 5139, 0,10163, 5143, 5145, 5151, 5153,10158, 5159, 5161, 5177, 5194, 0, 5144, 5227, 0, 10149,10144, 5179, 5167, 5154, 5164, 5180, 0, 5259, 5262, 10138, 5264, 5266, 0, 0,10132,10127, 5181, 0,10128, 5265, 5267, 5273, 5275,10123, 5281, 5283, 5299, 5316, 0, 5274, 5349, 0,10114,10109, 5301, 5289, 5286, 5302, 5303, 0, 5381, 5384,10103, 5386, 5388, 0, 0,10097,10092, 5386, 0,10093, 5390, 5392, 5398, 5400,10088, 5406, 5408, 5424, 5441, 0, 5391, 5474, 0,10079,10074, 5426, 5414, 5401, 5411, 5427, 0, 5506, 5509,10068, 5511, 5513, 0, 0,10062,10057, 5428, 0,10058, 5512, 5514, 5520, 5522, 10053, 5528, 5530, 5546, 5563, 0, 5521, 5596, 0,10044, 10039, 5548, 5536, 5533, 5549, 5550, 0, 5628, 5631,10033, 5633, 5635, 0, 0,10027,10022, 5633, 0,10023, 5637, 5639, 5645, 5647,10018, 5653, 5655, 5671, 5688, 0, 5638, 5721, 0,10009,10004, 5673, 5661, 5648, 5658, 5674, 0, 5753, 5756, 9998, 5758, 5760, 0, 0, 9992, 9987, 5675, 0, 9988, 5759, 5761, 5767, 5769, 9981, 5775, 5777, 5793, 5810, 0, 5768, 5843, 0, 9972, 9967, 5795, 5783, 5780, 5796, 5797, 0, 5875, 5878, 9961, 5880, 5882, 0, 0, 9955, 9950, 5880, 0, 9951, 5884, 5886, 5892, 5894, 9946, 5900, 5902, 5918, 5935, 0, 5885, 5968, 0, 9935, 9930, 5920, 5908, 5895, 5905, 5921, 0, 6000, 6003, 9924, 6005, 6007, 0, 0, 9918, 9908, 5922, 0, 9909, 6006, 6008, 6014, 6016, 9904, 6022, 6024, 6040, 6057, 0, 6015, 6090, 0, 9895, 9890, 6042, 6030, 6027, 6043, 6044, 0, 6122, 6125, 9607, 6127, 6129, 0, 0, 9604, 9603, 6127, 0, 9608, 6131, 6133, 6139, 6141, 9607, 6147, 6149, 6165, 6182, 0, 6132, 6215, 0, 9602, 9601, 6167, 6155, 6142, 6152, 6168, 0, 6247, 6250, 9599, 6252, 6254, 0, 0, 9597, 9596, 6169, 0, 9601, 6253, 6255, 6261, 6263, 9600, 6269, 6271, 6287, 6304, 0, 6262, 6337, 0, 9595, 9594, 6289, 6277, 6274, 6290, 6291, 0, 6369, 6372, 9592, 6374, 6376, 0, 0, 9590, 9589, 6374, 0, 9594, 6378, 6380, 6386, 6388, 9593, 6394, 6396, 6412, 6429, 0, 6379, 6462, 0, 9587, 9585, 6414, 6402, 6389, 6399, 6415, 0, 6494, 6497, 9545, 6499, 6501, 0, 0, 9542, 9541, 6416, 0, 9546, 6500, 6502, 6508, 6510, 9545, 6516, 6518, 6534, 6551, 0, 6509, 6584, 0, 9540, 9539, 6536, 6524, 6521, 6537, 6538, 0, 6616, 6619, 9537, 6621, 6623, 0, 0, 9535, 9534, 6621, 0, 9539, 6625, 6627, 6633, 6635, 9538, 6641, 6643, 6659, 6676, 0, 6626, 6709, 0, 9533, 9532, 6661, 6649, 6636, 6646, 6662, 0, 6741, 6744, 9530, 6746, 6748, 0, 0, 9528, 9527, 6663, 0, 9532, 6747, 6749, 6755, 6757, 9531, 6763, 6765, 6781, 6798, 0, 6756, 6831, 0, 9525, 9523, 6783, 6771, 6768, 6784, 6785, 0, 6863, 6866, 9483, 6868, 6870, 0, 0, 9480, 9479, 6868, 0, 9484, 6872, 6874, 6880, 6882, 9483, 6888, 6890, 6906, 6923, 0, 6873, 6956, 0, 9478, 9476, 6908, 6896, 6883, 6893, 6909, 0, 6988, 6991, 9473, 6993, 6995, 0, 0, 9471, 9470, 6910, 0, 9475, 6994, 6996, 7002, 7004, 9474, 7010, 7012, 7028, 7045, 0, 7003, 7078, 0, 9469, 9468, 7030, 7018, 7015, 7031, 7032, 0, 7110, 7113, 9466, 7115, 7117, 0, 0, 9464, 9463, 7115, 0, 9467, 7119, 7121, 7127, 7129, 9465, 7135, 7137, 7153, 7170, 0, 7120, 7203, 0, 9455, 9453, 7155, 7143, 7130, 7140, 7156, 0, 7235, 7238, 9413, 7240, 7242, 0, 0, 9411, 9410, 7157, 0, 9415, 7241, 7243, 7249, 7251, 9414, 7257, 7259, 7275, 7292, 0, 7250, 7325, 0, 9409, 9408, 7277, 7265, 7262, 7278, 7279, 0, 7357, 7360, 9406, 7362, 7364, 0, 0, 9404, 9403, 7362, 0, 9408, 7366, 7368, 7374, 7376, 9407, 7382, 7384, 7400, 7417, 0, 7367, 7450, 0, 9402, 9401, 7402, 7390, 7377, 7387, 7403, 0, 7482, 7485, 9399, 7487, 7489, 0, 0, 9397, 9395, 7404, 0, 9388, 7488, 7490, 7496, 7498, 9386, 7504, 7506, 7522, 7539, 0, 7497, 7572, 0, 9376, 9368, 7524, 7512, 7509, 7525, 7526, 0, 7604, 7607, 9362, 7609, 7611, 0, 0, 9359, 9345, 7609, 0, 9267, 7613, 7615, 7621, 7623, 9263, 7629, 7631, 7647, 7664, 0, 7614, 7697, 0, 9251, 22, 7649, 7637, 7624, 7634, 7650, 0, 7729, 7732, 119, 7734, 7736, 0, 0, 196, 239, 7651, 0, 317, 7735, 7737, 7743, 7745, 371, 7751, 7753, 7769, 7786, 0, 7744, 7819, 0, 398, 516, 7771, 7759, 7756, 7772, 7773, 0, 7851, 7854, 723, 7856, 7858, 0, 0, 882, 885, 7856, 0, 957, 7860, 7862, 7868, 7870, 965, 7876, 7878, 7894, 7911, 0, 7861, 7944, 0, 982, 1019, 7896, 7884, 7871, 7881, 7897, 0, 7976, 7979, 1099, 7981, 7983, 0, 0, 1188, 1195, 7898, 0, 1304, 7982, 7984, 7990, 7992, 1314, 7998, 8000, 8016, 8033, 0, 7991, 8066, 0, 1414, 1422, 8018, 8006, 8003, 8019, 8020, 0, 8098, 8101, 1442, 8103, 8105, 0, 0, 1445, 1539, 8103, 0, 1548, 8107, 8109, 8115, 8117, 1656, 8123, 8125, 8141, 8158, 0, 8108, 8191, 0, 1673, 1872, 8143, 8131, 8118, 8128, 8144, 0, 8223, 8226, 1883, 8228, 8230, 0, 0, 1901, 1905, 8145, 0, 1987, 8229, 8231, 8237, 8239, 1997, 8245, 8247, 8263, 8280, 0, 8238, 8313, 0, 2003, 2022, 8265, 8253, 8250, 8266, 8267, 0, 8345, 8348, 2025, 8350, 8352, 0, 0, 2118, 2139, 8350, 0, 2149, 8354, 8356, 8362, 8364, 2236, 8370, 8372, 8388, 8405, 0, 8355, 8438, 0, 2239, 2334, 8390, 8378, 8365, 8375, 8391, 0, 8470, 8473, 2351, 8475, 8477, 0, 0, 2361, 2373, 8392, 0, 2481, 8476, 8478, 8484, 8486, 2506, 8492, 8494, 8510, 8527, 0, 8485, 8560, 0, 2515, 2603, 8512, 8500, 8497, 8513, 8514, 0, 8592, 8595, 2617, 8597, 8599, 0, 0, 2624, 2628, 8597, 0, 2710, 8601, 8603, 8609, 8611, 2745, 8617, 8619, 8635, 8652, 0, 8602, 8685, 0, 2814, 2835, 8637, 8625, 8612, 8622, 8638, 0, 8717, 8720, 2850, 8722, 8724, 0, 0, 2926, 2944, 8639, 0, 2961, 8723, 8725, 8731, 8733, 2973, 8739, 8741, 8757, 8774, 0, 8732, 8807, 0, 3045, 3055, 8759, 8747, 8744, 8760, 8761, 0, 8839, 8842, 3067, 8844, 8846, 0, 0, 3074, 3082, 8844, 0, 3092, 8848, 8850, 8856, 8858, 3176, 8864, 8866, 8882, 8899, 0, 8849, 8932, 0, 3193, 3201, 8884, 8872, 8859, 8869, 8885, 0, 8964, 8967, 3208, 8969, 8971, 0, 0, 3211, 3290, 8886, 0, 3306, 8970, 8972, 8978, 8980, 3319, 8986, 8988, 9004, 9021, 0, 8979, 9054, 0, 3323, 3331, 9006, 8994, 8991, 9007, 9008, 0, 9086, 9089, 3334, 9091, 9093, 0, 0, 3417, 3438, 9091, 0, 3452, 9095, 9097, 9103, 9105, 3460, 9111, 9113, 9129, 9146, 0, 9096, 9179, 0, 3460, 3539, 9131, 9119, 9106, 9116, 9132, 0, 9211, 9214, 3548, 9216, 9218, 0, 0, 3560, 3568, 9133, 0, 3582, 9217, 9219, 9225, 9227, 3586, 9233, 9235, 9251, 9268, 0, 9226, 9301, 0, 3666, 3687, 9253, 9241, 9238, 9254, 9255,12651, 9333, 9336, 3694, 9338, 9340, 0, 0, 3701, 3705, 9338, 0, 3790, 9342, 9344, 9350, 9352, 3800, 9358, 9360, 9376, 9390, 0, 9343, 9423, 0, 3809, 9378, 3822, 9353, 9385, 9397, 3824, 9370, 9392, 0, 0, 0, 3833, 9450, 9452, 9458, 9460, 9493, 0, 9400, 0, 9520, 9522,12651,12651, 9555, 0, 0, 9582, 9584, 9617, 0, 0,12651,12651, 9650, 0, 0, 9683, 0,12651, 9716, 0, 9749, 0, 9782, 0, 9815, 0, 9848, 0, 3918, 3939,12651, 9881, 9886, 9891, 9896, 9901, 9906, 3946, 9911, 9916, 9921, 9926, 9931, 9936, 3954, 9941, 9944, 9948, 9953, 9958, 9963, 3958, 9968, 4037, 9973, 9978, 9983, 9986, 4047, 9990, 4060, 9995,10000,10005, 4068, 4076,10010, 4080,10015,10020,10025,10030, 4164, 4185,10035, 4193,10040,10045,10050,10055,10060, 4201, 4205,10065, 4284, 10070,10075,10080,10085,10090,10095, 4294, 4307,10100, 4315, 10105,10110,10115,10120,10125,10130, 4323, 4327,10135, 4411, 10140,10145,10150,10155,10160,10165, 4432, 4440,10170, 4448, 10173,10177,10182,10187,10192,10197,10202, 4452, 4531,10207, 4541,10212,10217,10222,10227,10232,10237, 4554, 4562,10242, 4570,10247,10252,10257,10262,10267,10272,10277, 4574, 4658, 10282, 4679,10287,10292,10297,10302,10307,10312, 4687, 4695, 10317, 4699,10322,10327,10332,10337,10342,10347, 4778, 4788, 10352, 4801,10357,10362,10367,10372,10377,10382, 4809, 4817, 10387, 4821,10392,10397,10402,10407,10412,10417, 4905, 4926, 10422, 4934,10427,10432,10437,10442,10447,10452, 4942, 4946, 10457, 5025,10462,10467,10472,10477,10482,10487, 5035, 5048, 10492, 5056,10497,10502,10507,10512,10517,10522, 5064, 5068, 10527, 5152,10532,10537,10542,10547,10552,10557, 5173, 5181, 10562, 5189,10567,10572,10577,10582,10587,10592, 5193, 5272, 10597, 5282,10602,10607,10612,10617,10622,10627, 5295, 5303, 10632, 5311,10637,10642,10647,10652,10657,10662, 5315, 5399, 10667, 5420,10670,10675,10680,10685,10690,10695,10700, 5428, 5436,10705, 5440,10710,10715,10720,10725,10730,10735, 5519, 5529,10740, 5542,10745,10750,10755,10760,10765,10770, 5550, 5558,10775, 5562,10780,10785,10790,10795,10800,10805, 5646, 5667,10810, 5675,10815,10820,10825,10830,10835,10840, 5683, 5687,10845, 5766,10850,10855,10860,10865,10870,10875, 5776, 5789,10880, 5797,10885,10890,10895,10900,10905,10910, 5805, 5809,10915, 5893,10920,10925,10930,10935,10940,10945, 5914, 5922,10950, 5930,10955,10960,10965,10970,10975,10980, 5934, 6013,10985, 6023,10990,10995,11000,11005,11010,11015, 6036, 6044,11020, 6052,11025,11030,11035,11040,11045,11050, 6056, 6140,11055, 6161,11060,11065,11070,11075,11080,11085, 6169, 6177,11090, 6181,11095,11100,11105,11110,11115,11120, 6260, 6270,11125, 6283,11130,11135,11140,11145,11150,11155, 6291, 6299,11160, 6303,11165,11170,11175,11180,11185,11190, 6387, 6408,11195, 6416,11200,11205,11210,11215,11220,11225, 6424, 6428,11230, 6507,11235,11240,11245,11250,11255,11260, 6517, 6530,11265, 6538,11270,11275,11280,11285,11290,11295, 6546, 6550,11300, 6634,11305,11310,11315,11320,11325,11330, 6655, 6663,11335, 6671,11340,11345,11350,11355,11360,11365, 6675, 6754,11370, 6764,11375,11380,11385,11390,11395,11400, 6777, 6785,11405, 6793,11410,11415,11420,11425,11430,11435, 6797, 6881,11440, 6902,11445,11450,11455,11460,11465,11470, 6910, 6918,11475, 6922,11480,11485,11490,11495,11500,11505, 7001, 7011,11510, 7024,11515,11520,11525,11530,11535,11540, 7032, 7040,11545, 7044,11550,11555,11560,11565,11570,11575, 7128, 7149,11580, 7157,11585,11590,11595,11600,11605,11610, 7165, 7169,11615, 7248,11620,11625,11630,11635,11640,11645, 7258, 7271,11650, 7279,11655,11660,11665,11670,11675,11680, 7287, 7291,11685, 7375,11690,11695,11700,11705,11710,11715, 7396, 7404,11720, 7412,11725,11730,11735,11740,11745,11750, 7416, 7495,11755, 7505,11760,11765,11770,11775,11780,11785, 7518, 7526,11790, 7534,11795,11800,11805,11810,11815,11820, 7538, 7622,11825, 7643,11830,11835,11840,11845,11850,11855, 7651, 7659,11860, 7663,11865,11870,11875,11880,11885,11890, 7742, 7752,11895, 7765,11900,11905,11910,11915,11920,11925, 7773, 7781,11930, 7785,11935,11940,11945,11950,11955,11960, 7869, 7890,11965, 7898,11970,11975,11980,11985,11990,11995, 7906, 7910,12000, 7989,12005,12010,12015,12020,12025,12030, 7999, 8012,12035, 8020,12040,12045,12050,12055,12060,12065, 8028, 8032,12070, 8116,12075,12080,12085,12090,12095,12100, 8137, 8145,12105, 8153,12110,12115,12120,12125,12130,12135, 8157, 8236,12140, 8246,12145,12150,12155,12160,12165,12170, 8259, 8267,12175, 8275,12180,12185,12190,12195,12200,12205, 8279, 8363,12210, 8384,12215,12220,12225,12230,12235,12240, 8392, 8400,12245, 8404,12250,12255,12260,12265,12270,12275, 8483, 8493,12280, 8506,12285,12290,12295,12300,12305,12310, 8514, 8522,12315, 8526,12320,12325,12330,12335,12340,12345, 8610, 8631,12350, 8639,12355,12360,12365,12370,12375,12380, 8647, 8651,12385, 8730,12390,12395,12400,12405,12410,12415, 8740, 8753,12420, 8761,12425,12430,12435,12440,12445,12450, 8769, 8773,12455, 8857,12460,12465,12470,12475,12480,12485, 8878, 8886,12490, 8894,12495,12500,12505,12510,12515,12520, 8898, 8977,12525, 8987,12530,12535,12540,12545,12550,12555, 9000, 9008,12560, 9016,12565,12570,12575,12580,12585,12590, 9020, 9104,12595, 9125,12600,12605,12610,12615, 9133, 9141,12620, 9145, 9224,12625, 9234,12630, 9247,12635,12640,12645 } ; static yyconst flex_int16_t yy_def[3460] = { 0, 2667, 2667, 2668, 2668, 2669, 2669, 2666, 2666, 2666, 2666, 2666, 2666, 2670, 2666, 2670, 2670, 2671, 2666, 2671, 2666, 2671, 2671, 2671, 2671, 2666, 2672, 2666, 2673, 2673, 2666, 2674, 2674, 2675, 2676, 2674, 2666, 36, 2674, 36, 2666, 2677, 2677, 2677, 2677, 2678, 2678, 2666, 2678, 2678, 2678, 2678, 2678, 2678, 2679, 2672, 2666, 2666, 2680, 2680, 2666, 2681, 2682, 2681, 2683, 2682, 2679, 2672, 2674, 2674, 2683, 2676, 2674, 2681, 2666, 74, 2681, 74, 2666, 2684, 2684, 2684, 2666, 2684, 2684, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2666, 2685, 2685, 2686, 2666, 2687, 2687, 2688, 65, 2689, 2689, 2688, 2666, 2666, 65, 2681, 2688, 2666, 110, 2688, 110, 2666, 2690, 2690, 2690, 2666, 2690, 2690, 2691, 2691, 2691, 2691, 2691, 2691, 2691, 2691, 2691, 2691, 2692, 2693, 2694, 2694, 2695, 2696, 2696, 2695, 2688, 2695, 2666, 141, 2695, 141, 2666, 2697, 2697, 2697, 2697, 2666, 2697, 2698, 2698, 2698, 2698, 2698, 2698, 2698, 2698, 2698, 2698, 2699, 2700, 2700, 2701, 2701, 2702, 2703, 2703, 2702, 2695, 2702, 2666, 173, 2702, 173, 2666, 2704, 2704, 2704, 2704, 2704, 2705, 2705, 2705, 2705, 2705, 2705, 2705, 2705, 2705, 2706, 2707, 2708, 2708, 2709, 2709, 2710, 2711, 2711, 2710, 2702, 2710, 2666, 204, 2710, 204, 2666, 2712, 2712, 2712, 2712, 2712, 2713, 2713, 2713, 2713, 2713, 2713, 2713, 2714, 2713, 2715, 2716, 2717, 2717, 2718, 2718, 2719, 2720, 2720, 2719, 2710, 2719, 2666, 235, 2719, 235, 2666, 2721, 2721, 2721, 2721, 2721, 2722, 2722, 2722, 2722, 2722, 2722, 2723, 2724, 2722, 2725, 2726, 2727, 2727, 2728, 2728, 2729, 2730, 2730, 2729, 2719, 2729, 2666, 266, 2729, 266, 2666, 2731, 2731, 2731, 2731, 2731, 2732, 2732, 2732, 2732, 2732, 2732, 2733, 2734, 2732, 2735, 2736, 2737, 2737, 2738, 2738, 2739, 2740, 2740, 2739, 2729, 2739, 2666, 297, 2739, 297, 2666, 2741, 2741, 2741, 2741, 2741, 2742, 2742, 2742, 2742, 2742, 2742, 2743, 2744, 2742, 2745, 2746, 2747, 2747, 2748, 2748, 2749, 2750, 2750, 2749, 2739, 2749, 2666, 328, 2749, 2751, 2666, 2752, 2752, 2752, 2752, 2752, 2753, 2753, 2753, 2753, 2753, 2753, 2754, 2755, 2753, 2756, 2757, 2758, 2758, 2759, 2759, 2760, 2761, 2761, 2760, 2760, 2666, 358, 2760, 2666, 2666, 2762, 2762, 2762, 2762, 2762, 2763, 2763, 2763, 2763, 2763, 2763, 2764, 2765, 2763, 2766, 2767, 2768, 2768, 2769, 2769, 2770, 2771, 2771, 2770, 2770, 2666, 388, 2770, 2772, 361, 2666, 393, 2666, 2773, 2773, 2773, 2773, 2773, 2774, 2774, 2774, 2774, 2774, 2774, 2775, 2776, 2774, 2777, 2778, 2779, 2779, 2780, 2780, 2781, 2782, 2782, 2781, 2781, 2666, 421, 2781, 2666, 2666, 425, 2666, 2783, 2783, 2783, 2783, 2783, 2784, 2784, 2784, 2784, 2784, 2784, 2785, 2786, 2784, 2787, 2788, 2789, 2789, 2790, 2790, 2791, 2792, 2792, 2791, 2791, 2666, 453, 2791, 2666, 456, 2666, 2793, 2793, 2793, 2793, 2793, 2794, 2794, 2794, 2794, 2794, 2794, 2795, 2796, 2794, 2797, 2798, 2799, 2799, 2800, 2800, 2801, 2802, 2802, 2801, 2801, 2666, 484, 2801, 2666, 487, 2666, 2803, 2803, 2803, 2803, 2803, 2804, 2804, 2804, 2804, 2804, 2804, 2805, 2806, 2804, 2807, 2808, 2809, 2809, 2810, 2810, 2811, 2812, 2812, 2811, 2811, 2666, 515, 2811, 2666, 518, 2666, 2813, 2813, 2813, 2813, 2813, 2814, 2814, 2814, 2814, 2814, 2814, 2815, 2816, 2814, 2817, 2818, 2819, 2819, 2820, 2820, 2821, 2822, 2822, 2821, 2821, 2666, 546, 2821, 2666, 549, 2666, 2823, 2823, 2823, 2823, 2823, 2824, 2824, 2824, 2824, 2824, 2824, 2825, 2826, 2824, 2827, 2828, 2829, 2829, 2830, 2830, 2831, 2832, 2832, 2831, 2831, 2666, 577, 2831, 2666, 580, 2666, 2833, 2833, 2833, 2833, 2833, 2834, 2834, 2834, 2834, 2834, 2834, 2835, 2836, 2834, 2837, 2838, 2839, 2839, 2840, 2840, 2841, 2842, 2842, 2841, 2841, 2666, 608, 2841, 2666, 611, 2666, 2843, 2843, 2843, 2843, 2843, 2844, 2844, 2844, 2844, 2844, 2844, 2845, 2846, 2844, 2847, 2848, 2849, 2849, 2850, 2850, 2851, 2852, 2852, 2851, 2851, 2666, 639, 2851, 2666, 642, 2666, 2853, 2853, 2853, 2853, 2853, 2854, 2854, 2854, 2854, 2854, 2854, 2855, 2856, 2854, 2857, 2858, 2859, 2859, 2860, 2860, 2861, 2862, 2862, 2861, 2861, 2666, 670, 2861, 2666, 673, 2666, 2863, 2863, 2863, 2863, 2863, 2864, 2864, 2864, 2864, 2864, 2864, 2865, 2866, 2864, 2867, 2868, 2869, 2869, 2870, 2870, 2871, 2872, 2872, 2871, 2871, 2666, 701, 2871, 2666, 704, 2666, 2873, 2873, 2873, 2873, 2873, 2874, 2874, 2874, 2874, 2874, 2874, 2875, 2876, 2874, 2877, 2878, 2879, 2879, 2880, 2880, 2881, 2882, 2882, 2881, 2881, 2666, 732, 2881, 2666, 735, 2666, 2883, 2883, 2883, 2883, 2883, 2884, 2884, 2884, 2884, 2884, 2884, 2885, 2886, 2884, 2887, 2888, 2889, 2889, 2890, 2890, 2891, 2892, 2892, 2891, 2893, 2666, 763, 2891, 2666, 766, 2666, 2894, 2894, 2894, 2894, 2894, 2895, 2895, 2895, 2895, 2895, 2895, 2896, 2897, 2895, 2898, 2899, 2900, 2900, 2901, 2901, 2902, 2903, 2903, 2902, 2666, 793, 2902, 2666, 796, 2666, 2904, 2904, 2904, 2904, 2904, 2904, 2905, 2905, 2905, 2905, 2905, 2905, 2906, 2907, 2905, 2905, 2908, 2909, 2910, 2910, 2911, 2911, 2912, 2913, 2913, 2912, 2666, 825, 2912, 2666, 828, 2666, 2914, 2914, 2914, 2914, 2914, 2914, 2914, 2915, 2915, 2915, 2915, 2915, 2915, 2916, 2917, 2915, 2915, 2915, 2918, 2919, 2920, 2920, 2921, 2921, 2922, 2923, 2923, 2922, 2666, 859, 2922, 2666, 862, 2924, 2924, 2924, 2924, 2924, 2924, 2924, 2925, 2925, 2925, 2925, 2925, 2925, 2926, 2927, 2925, 2925, 2925, 2928, 2929, 2930, 2930, 2931, 2931, 2932, 2933, 2933, 2932, 2666, 892, 2932, 2666, 895, 2934, 2934, 2934, 2934, 2934, 2934, 2934, 2935, 2935, 2935, 2935, 2935, 2935, 2936, 2937, 2935, 2935, 2935, 2938, 2939, 2940, 2940, 2941, 2941, 2942, 2943, 2943, 2942, 2666, 925, 2942, 2666, 928, 2944, 2944, 2944, 2944, 2944, 2944, 2944, 2945, 2945, 2945, 2945, 2945, 2945, 2946, 2947, 2945, 2945, 2945, 2948, 2949, 2950, 2950, 2951, 2951, 2952, 2953, 2953, 2952, 2666, 958, 2952, 2666, 961, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2955, 2955, 2955, 2955, 2955, 2955, 2956, 2957, 2955, 2955, 2955, 2958, 2959, 2960, 2960, 2961, 2961, 2962, 2963, 2963, 2962, 2666, 991, 2962, 2666, 994, 2964, 2964, 2964, 2964, 2964, 2964, 2964, 2965, 2965, 2965, 2965, 2965, 2965, 2966, 2967, 2965, 2965, 2965, 2968, 2969, 2970, 2970, 2971, 2971, 2972, 2973, 2973, 2972, 2666, 1024, 2972, 2666, 1027, 2974, 2974, 2974, 2974, 2974, 2974, 2974, 2975, 2975, 2975, 2975, 2975, 2975, 2976, 2977, 2975, 2975, 2975, 2978, 2979, 2980, 2980, 2981, 2981, 2982, 2983, 2983, 2982, 2666, 1057, 2982, 2666, 1060, 2984, 2984, 2984, 2984, 2984, 2984, 2984, 2985, 2985, 2985, 2985, 2985, 2985, 2986, 2987, 2985, 2985, 2985, 2988, 2989, 2990, 2990, 2991, 2991, 2992, 2993, 2993, 2992, 2666, 1090, 2992, 2666, 1093, 2994, 2994, 2994, 2994, 2994, 2994, 2994, 2995, 2995, 2995, 2995, 2995, 2995, 2996, 2997, 2995, 2995, 2995, 2998, 2999, 3000, 3000, 3001, 3001, 3002, 3003, 3003, 3002, 2666, 1123, 3002, 2666, 1126, 3004, 3004, 3004, 3004, 3004, 3004, 3004, 3005, 3005, 3005, 3005, 3005, 3005, 3006, 3007, 3005, 3005, 3005, 3008, 3009, 3010, 3010, 3011, 3011, 3012, 3013, 3013, 3012, 2666, 1156, 3012, 2666, 1159, 3014, 3014, 3014, 3014, 3014, 3014, 3014, 3015, 3015, 3015, 3015, 3015, 3015, 3016, 3017, 3015, 3015, 3015, 3018, 3019, 3020, 3020, 3021, 3021, 3022, 3023, 3023, 3022, 2666, 1189, 3022, 2666, 1192, 3024, 3024, 3024, 3024, 3024, 3024, 3024, 3025, 3025, 3025, 3025, 3025, 3025, 3026, 3027, 3025, 3025, 3025, 3028, 3029, 3030, 3030, 3031, 3031, 3032, 3033, 3033, 3032, 2666, 1222, 3032, 2666, 1225, 3034, 3034, 3034, 3034, 3034, 3034, 3034, 3035, 3035, 3035, 3035, 3035, 3035, 3036, 3037, 3035, 3035, 3035, 3038, 3039, 3040, 3040, 3041, 3041, 3042, 3043, 3043, 3042, 2666, 1255, 3042, 2666, 1258, 3044, 3044, 3044, 3044, 3044, 3044, 3044, 3045, 3045, 3045, 3045, 3045, 3045, 3046, 3047, 3045, 3045, 3045, 3048, 3049, 3050, 3050, 3051, 3051, 3052, 3053, 3053, 3052, 2666, 1288, 3052, 2666, 1291, 3054, 3054, 3054, 3054, 3054, 3054, 3054, 3055, 3055, 3055, 3055, 3055, 3055, 3056, 3057, 3055, 3055, 3055, 3058, 3059, 3060, 3060, 3061, 3061, 3062, 3063, 3063, 3062, 2666, 1321, 3062, 2666, 1324, 3064, 3064, 3064, 3064, 3064, 3064, 3064, 3065, 3065, 3065, 3065, 3065, 3065, 3066, 3067, 3065, 3065, 3065, 3068, 3069, 3070, 3070, 3071, 3071, 3072, 3073, 3073, 3072, 2666, 1354, 3072, 2666, 1357, 3074, 3074, 3074, 3074, 3074, 3074, 3074, 3075, 3075, 3075, 3075, 3075, 3075, 3076, 3077, 3075, 3075, 3075, 3078, 3079, 3080, 3080, 3081, 3081, 3082, 3083, 3083, 3082, 2666, 1387, 3082, 2666, 1390, 3084, 3084, 3084, 3084, 3084, 3084, 3084, 3085, 3085, 3085, 3085, 3085, 3085, 3086, 3087, 3085, 3085, 3085, 3088, 3089, 3090, 3090, 3091, 3091, 3092, 3093, 3093, 3092, 2666, 1420, 3092, 2666, 1423, 3094, 3094, 3094, 3094, 3094, 3094, 3094, 3095, 3095, 3095, 3095, 3095, 3095, 3096, 3097, 3095, 3095, 3095, 3098, 3099, 3100, 3100, 3101, 3101, 3102, 3103, 3103, 3102, 2666, 1453, 3102, 2666, 1456, 3104, 3104, 3104, 3104, 3104, 3104, 3104, 3105, 3105, 3105, 3105, 3105, 3105, 3106, 3107, 3105, 3105, 3105, 3108, 3109, 3110, 3110, 3111, 3111, 3112, 3113, 3113, 3112, 2666, 1486, 3112, 2666, 1489, 3114, 3114, 3114, 3114, 3114, 3114, 3114, 3115, 3115, 3115, 3115, 3115, 3115, 3116, 3117, 3115, 3115, 3115, 3118, 3119, 3120, 3120, 3121, 3121, 3122, 3123, 3123, 3122, 2666, 1519, 3122, 2666, 1522, 3124, 3124, 3124, 3124, 3124, 3124, 3124, 3125, 3125, 3125, 3125, 3125, 3125, 3126, 3127, 3125, 3125, 3125, 3128, 3129, 3130, 3130, 3131, 3131, 3132, 3133, 3133, 3132, 2666, 1552, 3132, 2666, 1555, 3134, 3134, 3134, 3134, 3134, 3134, 3134, 3135, 3135, 3135, 3135, 3135, 3135, 3136, 3137, 3135, 3135, 3135, 3138, 3139, 3140, 3140, 3141, 3141, 3142, 3143, 3143, 3142, 2666, 1585, 3142, 2666, 1588, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3145, 3145, 3145, 3145, 3145, 3145, 3146, 3147, 3145, 3145, 3145, 3148, 3149, 3150, 3150, 3151, 3151, 3152, 3153, 3153, 3152, 2666, 1618, 3152, 2666, 1621, 3154, 3154, 3154, 3154, 3154, 3154, 3154, 3155, 3155, 3155, 3155, 3155, 3155, 3156, 3157, 3155, 3155, 3155, 3158, 3159, 3160, 3160, 3161, 3161, 3162, 3163, 3163, 3162, 2666, 1651, 3162, 2666, 1654, 3164, 3164, 3164, 3164, 3164, 3164, 3164, 3165, 3165, 3165, 3165, 3165, 3165, 3166, 3167, 3165, 3165, 3165, 3168, 3169, 3170, 3170, 3171, 3171, 3172, 3173, 3173, 3172, 2666, 1684, 3172, 2666, 1687, 3174, 3174, 3174, 3174, 3174, 3174, 3174, 3175, 3175, 3175, 3175, 3175, 3175, 3176, 3177, 3175, 3175, 3175, 3178, 3179, 3180, 3180, 3181, 3181, 3182, 3183, 3183, 3182, 2666, 1717, 3182, 2666, 1720, 3184, 3184, 3184, 3184, 3184, 3184, 3184, 3185, 3185, 3185, 3185, 3185, 3185, 3186, 3187, 3185, 3185, 3185, 3188, 3189, 3190, 3190, 3191, 3191, 3192, 3193, 3193, 3192, 2666, 1750, 3192, 2666, 1753, 3194, 3194, 3194, 3194, 3194, 3194, 3194, 3195, 3195, 3195, 3195, 3195, 3195, 3196, 3197, 3195, 3195, 3195, 3198, 3199, 3200, 3200, 3201, 3201, 3202, 3203, 3203, 3202, 2666, 1783, 3202, 2666, 1786, 3204, 3204, 3204, 3204, 3204, 3204, 3204, 3205, 3205, 3205, 3205, 3205, 3205, 3206, 3207, 3205, 3205, 3205, 3208, 3209, 3210, 3210, 3211, 3211, 3212, 3213, 3213, 3212, 2666, 1816, 3212, 2666, 1819, 3214, 3214, 3214, 3214, 3214, 3214, 3214, 3215, 3215, 3215, 3215, 3215, 3215, 3216, 3217, 3215, 3215, 3215, 3218, 3219, 3220, 3220, 3221, 3221, 3222, 3223, 3223, 3222, 2666, 1849, 3222, 2666, 1852, 3224, 3224, 3224, 3224, 3224, 3224, 3224, 3225, 3225, 3225, 3225, 3225, 3225, 3226, 3227, 3225, 3225, 3225, 3228, 3229, 3230, 3230, 3231, 3231, 3232, 3233, 3233, 3232, 2666, 1882, 3232, 2666, 1885, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3235, 3235, 3235, 3235, 3235, 3235, 3236, 3237, 3235, 3235, 3235, 3238, 3239, 3240, 3240, 3241, 3241, 3242, 3243, 3243, 3242, 2666, 1915, 3242, 2666, 1918, 3244, 3244, 3244, 3244, 3244, 3244, 3244, 3245, 3245, 3245, 3245, 3245, 3245, 3246, 3247, 3245, 3245, 3245, 3248, 3249, 3250, 3250, 3251, 3251, 3252, 3253, 3253, 3252, 2666, 1948, 3252, 2666, 1951, 3254, 3254, 3254, 3254, 3254, 3254, 3254, 3255, 3255, 3255, 3255, 3255, 3255, 3256, 3257, 3255, 3255, 3255, 3258, 3259, 3260, 3260, 3261, 3261, 3262, 3263, 3263, 3262, 2666, 1981, 3262, 2666, 1984, 3264, 3264, 3264, 3264, 3264, 3264, 3264, 3265, 3265, 3265, 3265, 3265, 3265, 3266, 3267, 3265, 3265, 3265, 3268, 3269, 3270, 3270, 3271, 3271, 3272, 3273, 3273, 3272, 2666, 2014, 3272, 2666, 2017, 3274, 3274, 3274, 3274, 3274, 3274, 3274, 3275, 3275, 3275, 3275, 3275, 3275, 3276, 3277, 3275, 3275, 3275, 3278, 3279, 3280, 3280, 3281, 3281, 3282, 3283, 3283, 3282, 2666, 2047, 3282, 2666, 2050, 3284, 3284, 3284, 3284, 3284, 3284, 3284, 3285, 3285, 3285, 3285, 3285, 3285, 3286, 3287, 3285, 3285, 3285, 3288, 3289, 3290, 3290, 3291, 3291, 3292, 3293, 3293, 3292, 2666, 2080, 3292, 2666, 2083, 3294, 3294, 3294, 3294, 3294, 3294, 3294, 3295, 3295, 3295, 3295, 3295, 3295, 3296, 3297, 3295, 3295, 3295, 3298, 3299, 3300, 3300, 3301, 3301, 3302, 3303, 3303, 3302, 2666, 2113, 3302, 2666, 2116, 3304, 3304, 3304, 3304, 3304, 3304, 3304, 3305, 3305, 3305, 3305, 3305, 3305, 3306, 3307, 3305, 3305, 3305, 3308, 3309, 3310, 3310, 3311, 3311, 3312, 3313, 3313, 3312, 2666, 2146, 3312, 2666, 2149, 3314, 3314, 3314, 3314, 3314, 3314, 3314, 3315, 3315, 3315, 3315, 3315, 3315, 3316, 3317, 3315, 3315, 3315, 3318, 3319, 3320, 3320, 3321, 3321, 3322, 3323, 3323, 3322, 2666, 2179, 3322, 2666, 2182, 3324, 3324, 3324, 3324, 3324, 3324, 3324, 3325, 3325, 3325, 3325, 3325, 3325, 3326, 3327, 3325, 3325, 3325, 3328, 3329, 3330, 3330, 3331, 3331, 3332, 3333, 3333, 3332, 2666, 2212, 3332, 2666, 2215, 3334, 3334, 3334, 3334, 3334, 3334, 3334, 3335, 3335, 3335, 3335, 3335, 3335, 3336, 3337, 3335, 3335, 3335, 3338, 3339, 3340, 3340, 3341, 3341, 3342, 3343, 3343, 3342, 2666, 2245, 3342, 2666, 2248, 3344, 3344, 3344, 3344, 3344, 3344, 3344, 3345, 3345, 3345, 3345, 3345, 3345, 3346, 3347, 3345, 3345, 3345, 3348, 3349, 3350, 3350, 3351, 3351, 3352, 3353, 3353, 3352, 2666, 2278, 3352, 2666, 2281, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3355, 3355, 3355, 3355, 3355, 3355, 3356, 3357, 3355, 3355, 3355, 3358, 3359, 3360, 3360, 3361, 3361, 3362, 3363, 3363, 3362, 2666, 2311, 3362, 2666, 2314, 3364, 3364, 3364, 3364, 3364, 3364, 3364, 3365, 3365, 3365, 3365, 3365, 3365, 3366, 3367, 3365, 3365, 3365, 3368, 3369, 3370, 3370, 3371, 3371, 3372, 3373, 3373, 3372, 2666, 2344, 3372, 2666, 2347, 3374, 3374, 3374, 3374, 3374, 3374, 3374, 3375, 3375, 3375, 3375, 3375, 3375, 3376, 3377, 3375, 3375, 3375, 3378, 3379, 3380, 3380, 3381, 3381, 3382, 3383, 3383, 3382, 2666, 2377, 3382, 2666, 2380, 3384, 3384, 3384, 3384, 3384, 3384, 3384, 3385, 3385, 3385, 3385, 3385, 3385, 3386, 3387, 3385, 3385, 3385, 3388, 3389, 3390, 3390, 3391, 3391, 3392, 3393, 3393, 3392, 2666, 2410, 3392, 2666, 2413, 3394, 3394, 3394, 3394, 3394, 3394, 3394, 3395, 3395, 3395, 3395, 3395, 3395, 3396, 3397, 3395, 3395, 3395, 3398, 3399, 3400, 3400, 3401, 3401, 3402, 3403, 3403, 3402, 2666, 2443, 3402, 2666, 2446, 3404, 3404, 3404, 3404, 3404, 3404, 3404, 3405, 3405, 3405, 3405, 3405, 3405, 3406, 3407, 3405, 3405, 3405, 3408, 3409, 3410, 3410, 3411, 3411, 3412, 3413, 3413, 3412, 2666, 2476, 3412, 2666, 2479, 3414, 3414, 3414, 3414, 3414, 3414, 3414, 3415, 3415, 3415, 3415, 3415, 3415, 3416, 3417, 3415, 3415, 3415, 3418, 3419, 3420, 3420, 3421, 3421, 3422, 3423, 3423, 3422, 2666, 2509, 3422, 2666, 2512, 3424, 3424, 3424, 3424, 3424, 3424, 3424, 3425, 3425, 3425, 3425, 3425, 3425, 3426, 3427, 3425, 3425, 3425, 3428, 3429, 3430, 3430, 3431, 3431, 3432, 3433, 3433, 3432, 2666, 2542, 3432, 2666, 2545, 3434, 3434, 3434, 3434, 3434, 3434, 3434, 3435, 3435, 3435, 3435, 3435, 3435, 3436, 3437, 3435, 3435, 3435, 3438, 3439, 3440, 3440, 3441, 3441, 3442, 3443, 3443, 3442, 2666, 2575, 3442, 2666, 2578, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 3444, 3445, 2666, 2666, 2666, 3446, 3447, 3448, 3448, 3441, 3441, 2666, 3449, 3449, 2666, 3441, 2608, 2666, 2666, 2611, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 3445, 3446, 3450, 2666, 3451, 3451, 3452, 3452, 2666, 2630, 2666, 3453, 3454, 3454, 2666, 2666, 2666, 2638, 3455, 3456, 3456, 2666, 2643, 3457, 2666, 2666, 2666, 2648, 3458, 2666, 2651, 2666, 2666, 2654, 2666, 2656, 2666, 2658, 2666, 2660, 2666, 2662, 3459, 3459, 0, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666 } ; static yyconst flex_int16_t yy_nxt[12685] = { 0, 2666, 2666, 11, 14, 12, 14, 44, 16, 15, 42, 15, 19, 20, 21, 22, 46, 47, 46, 23, 56, 57, 63, 64, 65, 62, 73, 86, 47, 86, 2186, 24, 25, 25, 26, 27, 25, 28, 29, 29, 25, 30, 25, 29, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 25, 28, 28, 28, 28, 28, 28, 28, 29, 31, 32, 33, 34, 35, 36, 37, 37, 31, 38, 31, 37, 36, 36, 39, 36, 36, 36, 36, 36, 36, 36, 36, 36, 31, 36, 36, 36, 36, 36, 36, 36, 37, 46, 47, 48, 59, 59, 59, 59, 49, 59, 62, 59, 69, 70, 71, 78, 76, 82, 83, 92, 50, 82, 81, 78, 241, 72, 116, 92, 93, 94, 59, 2195, 59, 61, 61, 244, 62, 61, 74, 75, 75, 61, 61, 61, 75, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 61, 74, 74, 74, 74, 74, 74, 74, 75, 80, 56, 57, 99, 99, 84, 99, 99, 99, 62, 770, 99, 773, 84, 86, 47, 87, 104, 64, 65, 116, 88, 63, 64, 65, 120, 69, 70, 71, 99, 62, 62, 99, 89, 101, 108, 112, 103, 103, 72, 109, 147, 103, 2199, 118, 119, 93, 127, 109, 117, 122, 47, 122, 122, 47, 123, 93, 127, 151, 62, 124, 179, 62, 103, 106, 64, 107, 134, 134, 103, 103, 140, 134, 182, 103, 2666, 2666, 101, 138, 64, 65, 106, 64, 106, 139, 62, 2199, 118, 149, 150, 397, 143, 148, 134, 147, 103, 100, 100, 400, 62, 100, 110, 111, 111, 100, 100, 100, 111, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 100, 110, 110, 110, 110, 110, 110, 110, 111, 134, 134, 137, 137, 62, 134, 62, 137, 137, 137, 153, 47, 153, 137, 153, 47, 154, 93, 157, 93, 157, 155, 170, 64, 65, 150, 134, 172, 137, 97, 179, 171, 118, 181, 137, 135, 135, 180, 62, 135, 141, 142, 142, 135, 135, 135, 142, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 135, 141, 141, 141, 141, 141, 141, 141, 142, 132, 166, 166, 164, 164, 62, 166, 62, 164, 166, 166, 169, 169, 175, 166, 62, 169, 169, 169, 184, 47, 184, 169, 184, 47, 185, 62, 166, 202, 164, 186, 93, 188, 93, 188, 166, 150, 169, 201, 64, 65, 210, 203, 169, 167, 167, 2218, 62, 167, 173, 174, 174, 167, 167, 167, 174, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 167, 173, 173, 173, 173, 173, 173, 173, 174, 195, 195, 195, 195, 210, 195, 62, 195, 197, 197, 197, 197, 206, 197, 62, 197, 200, 200, 200, 200, 213, 200, 62, 200, 118, 212, 195, 62, 195, 211, 215, 47, 215, 237, 197, 646, 197, 93, 219, 93, 219, 264, 200, 649, 200, 198, 198, 233, 62, 198, 204, 205, 205, 198, 198, 198, 205, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 198, 204, 204, 204, 204, 204, 204, 204, 205, 215, 47, 216, 226, 226, 226, 226, 217, 226, 2219, 226, 228, 228, 228, 228, 62, 228, 303, 228, 231, 231, 231, 231, 150, 231, 62, 231, 306, 241, 226, 62, 226, 232, 64, 65, 234, 268, 228, 62, 228, 265, 118, 243, 93, 250, 231, 242, 231, 229, 229, 420, 62, 229, 235, 236, 236, 229, 229, 229, 236, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 229, 235, 235, 235, 235, 235, 235, 235, 236, 246, 47, 246, 246, 47, 247, 93, 250, 257, 257, 248, 257, 257, 257, 259, 259, 257, 259, 259, 259, 262, 262, 259, 262, 262, 262, 272, 150, 262, 263, 64, 65, 272, 62, 257, 93, 281, 257, 93, 281, 259, 275, 483, 259, 93, 312, 262, 118, 274, 262, 260, 260, 273, 62, 260, 266, 267, 267, 260, 260, 260, 267, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 260, 266, 266, 266, 266, 266, 266, 266, 267, 277, 47, 277, 277, 47, 278, 288, 288, 288, 288, 279, 288, 62, 288, 290, 290, 290, 290, 62, 290, 62, 290, 293, 293, 293, 293, 299, 293, 150, 293, 62, 296, 288, 303, 288, 294, 64, 65, 118, 305, 290, 62, 290, 304, 93, 312, 295, 330, 293, 731, 293, 291, 291, 2228, 62, 291, 297, 298, 298, 291, 291, 291, 298, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 291, 297, 297, 297, 297, 297, 297, 297, 298, 308, 47, 308, 308, 47, 309, 319, 319, 319, 319, 310, 319, 62, 319, 321, 321, 321, 321, 522, 321, 62, 321, 324, 324, 324, 324, 150, 324, 525, 324, 62, 334, 319, 334, 319, 325, 64, 65, 357, 326, 321, 615, 321, 62, 327, 93, 343, 337, 324, 360, 324, 322, 322, 618, 62, 322, 328, 329, 329, 322, 322, 322, 329, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 322, 328, 328, 328, 328, 328, 328, 328, 329, 118, 336, 339, 47, 339, 335, 339, 47, 340, 93, 343, 350, 350, 341, 350, 350, 350, 352, 352, 350, 352, 352, 352, 355, 355, 352, 355, 355, 355, 62, 150, 355, 356, 64, 65, 364, 364, 350, 93, 373, 350, 93, 373, 352, 387, 2232, 352, 367, 2232, 355, 118, 366, 355, 353, 353, 365, 62, 353, 358, 359, 359, 353, 353, 353, 359, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 353, 358, 358, 358, 358, 358, 358, 358, 359, 361, 93, 406, 103, 103, 369, 47, 369, 103, 369, 47, 370, 380, 380, 380, 380, 371, 380, 62, 380, 382, 382, 382, 382, 390, 382, 62, 382, 97, 103, 385, 385, 385, 385, 150, 385, 62, 385, 380, 397, 380, 386, 64, 65, 118, 399, 382, 452, 382, 398, 402, 47, 402, 93, 406, 62, 385, 2251, 385, 383, 383, 423, 62, 383, 388, 389, 389, 383, 383, 383, 389, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 383, 388, 388, 388, 388, 388, 388, 388, 389, 391, 391, 2252, 392, 391, 393, 394, 394, 391, 391, 391, 394, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 391, 393, 393, 393, 393, 393, 393, 393, 394, 402, 47, 403, 413, 413, 413, 413, 404, 413, 62, 413, 415, 415, 415, 415, 455, 415, 62, 415, 418, 418, 418, 418, 150, 418, 429, 418, 491, 429, 413, 576, 413, 419, 64, 65, 118, 431, 415, 494, 415, 430, 150, 432, 93, 438, 418, 460, 418, 416, 416, 2261, 62, 416, 421, 422, 422, 416, 416, 416, 422, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 416, 421, 421, 421, 421, 421, 421, 421, 422, 391, 391, 424, 391, 391, 425, 426, 426, 391, 391, 391, 426, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 391, 425, 425, 425, 425, 425, 425, 425, 426, 434, 47, 434, 434, 47, 435, 93, 438, 445, 445, 436, 445, 445, 445, 447, 447, 445, 447, 447, 447, 450, 450, 447, 450, 450, 450, 2265, 460, 450, 451, 64, 65, 463, 2265, 445, 93, 469, 445, 93, 469, 447, 93, 500, 447, 93, 500, 450, 118, 462, 450, 448, 448, 461, 62, 448, 453, 454, 454, 448, 448, 448, 454, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 448, 453, 453, 453, 453, 453, 453, 453, 454, 391, 391, 424, 391, 391, 456, 457, 457, 391, 391, 391, 457, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 391, 456, 456, 456, 456, 456, 456, 456, 457, 465, 47, 465, 465, 47, 466, 476, 476, 476, 476, 467, 476, 62, 476, 478, 478, 478, 478, 486, 478, 97, 478, 481, 481, 481, 481, 150, 481, 150, 481, 62, 491, 476, 522, 476, 482, 64, 65, 118, 493, 478, 62, 478, 492, 496, 47, 496, 517, 481, 742, 481, 479, 479, 739, 62, 479, 484, 485, 485, 479, 479, 479, 485, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 479, 484, 484, 484, 484, 484, 484, 484, 485, 391, 391, 424, 391, 391, 487, 488, 488, 391, 391, 391, 488, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 391, 487, 487, 487, 487, 487, 487, 487, 488, 496, 47, 497, 507, 507, 507, 507, 498, 507, 62, 507, 509, 509, 509, 509, 62, 509, 2284, 509, 512, 512, 512, 512, 545, 512, 2285, 512, 93, 531, 507, 514, 507, 513, 64, 65, 118, 524, 509, 62, 509, 523, 527, 47, 527, 548, 512, 2294, 512, 510, 510, 2298, 62, 510, 515, 516, 516, 510, 510, 510, 516, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 510, 515, 515, 515, 515, 515, 515, 515, 516, 391, 391, 424, 391, 391, 518, 519, 519, 391, 391, 391, 519, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 391, 518, 518, 518, 518, 518, 518, 518, 519, 527, 47, 528, 93, 531, 538, 538, 529, 538, 538, 538, 540, 540, 538, 540, 540, 540, 543, 543, 540, 543, 543, 543, 553, 150, 543, 544, 64, 65, 553, 2298, 538, 556, 97, 538, 93, 562, 540, 93, 562, 540, 93, 593, 543, 118, 555, 543, 541, 541, 554, 62, 541, 546, 547, 547, 541, 541, 541, 547, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 541, 546, 546, 546, 546, 546, 546, 546, 547, 391, 391, 424, 391, 391, 549, 550, 550, 391, 391, 391, 550, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 391, 549, 549, 549, 549, 549, 549, 549, 550, 558, 47, 558, 558, 47, 559, 569, 569, 569, 569, 560, 569, 62, 569, 571, 571, 571, 571, 579, 571, 584, 571, 574, 574, 574, 574, 150, 574, 62, 574, 62, 584, 569, 587, 569, 575, 64, 65, 118, 586, 571, 62, 571, 585, 589, 47, 589, 607, 574, 2317, 574, 572, 572, 669, 62, 572, 577, 578, 578, 572, 572, 572, 578, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 572, 577, 577, 577, 577, 577, 577, 577, 578, 391, 391, 424, 391, 391, 580, 581, 581, 391, 391, 391, 581, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 391, 580, 580, 580, 580, 580, 580, 580, 581, 589, 47, 590, 93, 593, 600, 600, 591, 600, 600, 600, 602, 602, 600, 602, 602, 602, 605, 605, 602, 605, 605, 605, 62, 62, 605, 606, 64, 65, 610, 150, 600, 93, 624, 600, 615, 62, 602, 93, 624, 602, 700, 641, 605, 118, 617, 605, 603, 603, 616, 62, 603, 608, 609, 609, 603, 603, 603, 609, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 603, 608, 608, 608, 608, 608, 608, 608, 609, 391, 391, 424, 391, 391, 611, 612, 612, 391, 391, 391, 612, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 391, 611, 611, 611, 611, 611, 611, 611, 612, 620, 47, 620, 620, 47, 621, 631, 631, 631, 631, 622, 631, 62, 631, 633, 633, 633, 633, 2318, 633, 677, 633, 636, 636, 636, 636, 150, 636, 638, 636, 2327, 646, 631, 680, 631, 637, 64, 65, 118, 648, 633, 62, 633, 647, 651, 47, 651, 672, 636, 2331, 636, 634, 634, 2331, 62, 634, 639, 640, 640, 634, 634, 634, 640, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 634, 639, 639, 639, 639, 639, 639, 639, 640, 391, 391, 424, 391, 391, 642, 643, 643, 391, 391, 391, 643, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 391, 642, 642, 642, 642, 642, 642, 642, 643, 651, 47, 652, 93, 655, 93, 655, 653, 662, 662, 662, 662, 97, 662, 62, 662, 664, 664, 664, 664, 703, 664, 62, 664, 667, 667, 667, 667, 150, 667, 150, 667, 2350, 677, 662, 708, 662, 668, 64, 65, 118, 679, 664, 62, 664, 678, 682, 47, 682, 734, 667, 2351, 667, 665, 665, 2360, 62, 665, 670, 671, 671, 665, 665, 665, 671, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 665, 670, 670, 670, 670, 670, 670, 670, 671, 391, 391, 424, 391, 391, 673, 674, 674, 391, 391, 391, 674, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 391, 673, 673, 673, 673, 673, 673, 673, 674, 682, 47, 683, 93, 686, 93, 686, 684, 693, 693, 693, 693, 798, 693, 768, 693, 695, 695, 695, 695, 708, 695, 62, 695, 698, 698, 698, 698, 765, 698, 2364, 698, 93, 717, 693, 711, 693, 699, 64, 65, 118, 710, 695, 62, 695, 709, 713, 47, 713, 795, 698, 2364, 698, 696, 696, 97, 62, 696, 701, 702, 702, 696, 696, 696, 702, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 696, 701, 701, 701, 701, 701, 701, 701, 702, 391, 391, 424, 391, 391, 704, 705, 705, 391, 391, 391, 705, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 391, 704, 704, 704, 704, 704, 704, 704, 705, 713, 47, 714, 93, 717, 724, 724, 715, 724, 724, 724, 726, 726, 724, 726, 726, 726, 729, 729, 726, 729, 729, 729, 62, 150, 729, 730, 64, 65, 739, 2383, 724, 93, 748, 724, 93, 748, 726, 93, 779, 726, 93, 779, 729, 118, 741, 729, 727, 727, 740, 62, 727, 732, 733, 733, 727, 727, 727, 733, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 727, 732, 732, 732, 732, 732, 732, 732, 733, 391, 391, 424, 391, 391, 735, 736, 736, 391, 391, 391, 736, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 391, 735, 735, 735, 735, 735, 735, 735, 736, 744, 47, 744, 744, 47, 745, 755, 755, 755, 755, 746, 755, 2384, 755, 757, 757, 757, 757, 803, 757, 804, 757, 760, 760, 760, 760, 150, 760, 150, 760, 2393, 770, 755, 800, 755, 761, 64, 65, 118, 772, 757, 2397, 757, 771, 775, 47, 775, 813, 760, 814, 760, 758, 758, 2397, 62, 758, 763, 764, 764, 758, 758, 758, 764, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 758, 763, 763, 763, 763, 763, 763, 763, 764, 391, 391, 424, 391, 391, 766, 767, 767, 391, 391, 391, 767, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 391, 766, 766, 766, 766, 766, 766, 766, 767, 775, 47, 776, 786, 786, 786, 786, 777, 786, 62, 786, 788, 788, 788, 788, 827, 788, 62, 788, 791, 791, 791, 791, 861, 791, 150, 791, 93, 810, 786, 832, 786, 792, 64, 65, 118, 802, 788, 97, 788, 801, 806, 47, 806, 833, 791, 835, 791, 101, 93, 810, 103, 103, 836, 768, 837, 103, 806, 47, 807, 824, 64, 65, 62, 808, 118, 834, 839, 47, 839, 833, 93, 843, 839, 47, 840, 2416, 103, 789, 789, 841, 62, 789, 793, 794, 794, 789, 789, 789, 794, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 789, 793, 793, 793, 793, 793, 793, 793, 794, 391, 391, 424, 391, 391, 796, 797, 797, 391, 391, 391, 797, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 391, 796, 796, 796, 796, 796, 796, 796, 797, 818, 818, 818, 818, 847, 818, 848, 818, 820, 820, 820, 820, 865, 820, 868, 820, 823, 823, 823, 823, 2417, 823, 150, 823, 93, 843, 818, 865, 818, 858, 64, 65, 118, 867, 820, 2426, 820, 866, 866, 869, 868, 870, 823, 2430, 823, 821, 821, 2430, 62, 821, 825, 826, 826, 821, 821, 821, 826, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 821, 825, 825, 825, 825, 825, 825, 825, 826, 391, 391, 424, 391, 391, 828, 829, 829, 391, 391, 391, 829, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 391, 828, 828, 828, 828, 828, 828, 828, 829, 852, 852, 852, 852, 880, 852, 881, 852, 854, 854, 854, 854, 97, 854, 62, 854, 857, 857, 857, 857, 894, 857, 150, 857, 93, 876, 852, 898, 852, 872, 47, 872, 93, 876, 854, 150, 854, 891, 64, 65, 931, 898, 857, 901, 857, 855, 855, 62, 62, 855, 859, 860, 860, 855, 855, 855, 860, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 855, 859, 859, 859, 859, 859, 859, 859, 860, 391, 391, 424, 391, 391, 862, 863, 863, 391, 391, 391, 863, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 391, 862, 862, 862, 862, 862, 862, 862, 863, 872, 47, 873, 885, 885, 885, 885, 874, 885, 2449, 885, 887, 887, 887, 887, 899, 887, 901, 887, 890, 890, 890, 890, 902, 890, 903, 890, 118, 900, 885, 2450, 885, 899, 905, 47, 905, 913, 887, 914, 887, 93, 909, 93, 909, 62, 890, 2459, 890, 888, 888, 927, 62, 888, 892, 893, 893, 888, 888, 888, 893, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 888, 892, 892, 892, 892, 892, 892, 892, 893, 391, 391, 424, 391, 391, 895, 896, 896, 391, 391, 391, 896, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 391, 895, 895, 895, 895, 895, 895, 895, 896, 905, 47, 906, 918, 918, 918, 918, 907, 918, 2463, 918, 920, 920, 920, 920, 931, 920, 934, 920, 923, 923, 923, 923, 932, 923, 934, 923, 2463, 935, 918, 936, 918, 924, 64, 65, 118, 933, 920, 97, 920, 932, 938, 47, 938, 946, 923, 947, 923, 921, 921, 62, 62, 921, 925, 926, 926, 921, 921, 921, 926, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 921, 925, 925, 925, 925, 925, 925, 925, 926, 391, 391, 424, 391, 391, 928, 929, 929, 391, 391, 391, 929, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 391, 928, 928, 928, 928, 928, 928, 928, 929, 938, 47, 939, 93, 942, 93, 942, 940, 951, 951, 951, 951, 2482, 951, 62, 951, 953, 953, 953, 953, 960, 953, 2483, 953, 956, 956, 956, 956, 150, 956, 964, 956, 967, 964, 951, 2492, 951, 957, 64, 65, 118, 966, 953, 2496, 953, 965, 965, 968, 967, 969, 956, 2496, 956, 954, 954, 97, 62, 954, 958, 959, 959, 954, 954, 954, 959, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 954, 958, 958, 958, 958, 958, 958, 958, 959, 391, 391, 424, 391, 391, 961, 962, 962, 391, 391, 391, 962, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 391, 961, 961, 961, 961, 961, 961, 961, 962, 971, 47, 971, 971, 47, 972, 93, 975, 93, 975, 973, 979, 62, 980, 984, 984, 984, 984, 993, 984, 62, 984, 986, 986, 986, 986, 997, 986, 1000, 986, 989, 989, 989, 989, 150, 989, 998, 989, 1000, 997, 984, 2515, 984, 990, 64, 65, 118, 999, 986, 2516, 986, 998, 1001, 1012, 1002, 1013, 989, 2525, 989, 987, 987, 2529, 62, 987, 991, 992, 992, 987, 987, 987, 992, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 987, 991, 991, 991, 991, 991, 991, 991, 992, 391, 391, 424, 391, 391, 994, 995, 995, 391, 391, 391, 995, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 391, 994, 994, 994, 994, 994, 994, 994, 995, 1004, 47, 1004, 1004, 47, 1005, 93, 1008, 93, 1008, 1006, 1017, 1017, 1017, 1017, 2529, 1017, 62, 1017, 1019, 1019, 1019, 1019, 1026, 1019, 97, 1019, 1022, 1022, 1022, 1022, 150, 1022, 1030, 1022, 1033, 1030, 1017, 62, 1017, 1023, 64, 65, 118, 1032, 1019, 2548, 1019, 1031, 1031, 1034, 1033, 1035, 1022, 2549, 1022, 1020, 1020, 2558, 62, 1020, 1024, 1025, 1025, 1020, 1020, 1020, 1025, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1020, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1025, 391, 391, 424, 391, 391, 1027, 1028, 1028, 391, 391, 391, 1028, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 391, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1028, 1037, 47, 1037, 1037, 47, 1038, 93, 1041, 93, 1041, 1039, 1045, 62, 1046, 1050, 1050, 1050, 1050, 1059, 1050, 2562, 1050, 1052, 1052, 1052, 1052, 1063, 1052, 1066, 1052, 1055, 1055, 1055, 1055, 150, 1055, 1064, 1055, 1066, 1063, 1050, 2562, 1050, 1056, 64, 65, 118, 1065, 1052, 97, 1052, 1064, 1067, 1078, 1068, 1079, 1055, 62, 1055, 1053, 1053, 2581, 62, 1053, 1057, 1058, 1058, 1053, 1053, 1053, 1058, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1053, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1058, 391, 391, 424, 391, 391, 1060, 1061, 1061, 391, 391, 391, 1061, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 391, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1061, 1070, 47, 1070, 1070, 47, 1071, 93, 1074, 93, 1074, 1072, 1083, 1083, 1083, 1083, 2582, 1083, 62, 1083, 1085, 1085, 1085, 1085, 1092, 1085, 2591, 1085, 1088, 1088, 1088, 1088, 150, 1088, 1096, 1088, 1099, 1096, 1083, 2595, 1083, 1089, 64, 65, 118, 1098, 1085, 2595, 1085, 1097, 1097, 1100, 1099, 1101, 1088, 97, 1088, 1086, 1086, 62, 62, 1086, 1090, 1091, 1091, 1086, 1086, 1086, 1091, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1086, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1091, 391, 391, 424, 391, 391, 1093, 1094, 1094, 391, 391, 391, 1094, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 391, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1094, 1103, 47, 1103, 1103, 47, 1104, 93, 1107, 93, 1107, 1105, 1111, 62, 1112, 1116, 1116, 1116, 1116, 1125, 1116, 2613, 1116, 1118, 1118, 1118, 1118, 1129, 1118, 1132, 1118, 1121, 1121, 1121, 1121, 150, 1121, 1130, 1121, 1132, 1129, 1116, 2614, 1116, 1122, 64, 65, 118, 1131, 1118, 2620, 1118, 1130, 1133, 1144, 1134, 1145, 1121, 830, 1121, 1119, 1119, 830, 62, 1119, 1123, 1124, 1124, 1119, 1119, 1119, 1124, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1119, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1124, 391, 391, 424, 391, 391, 1126, 1127, 1127, 391, 391, 391, 1127, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 391, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1127, 1136, 47, 1136, 1136, 47, 1137, 93, 1140, 93, 1140, 1138, 1149, 1149, 1149, 1149, 97, 1149, 62, 1149, 1151, 1151, 1151, 1151, 1158, 1151, 62, 1151, 1154, 1154, 1154, 1154, 150, 1154, 1162, 1154, 1165, 1162, 1149, 2632, 1149, 1155, 64, 65, 118, 1164, 1151, 150, 1151, 1163, 1163, 1166, 1165, 1167, 1154, 2620, 1154, 1152, 1152, 97, 62, 1152, 1156, 1157, 1157, 1152, 1152, 1152, 1157, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1152, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1157, 391, 391, 424, 391, 391, 1159, 1160, 1160, 391, 391, 391, 1160, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 391, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1160, 1169, 47, 1169, 1169, 47, 1170, 93, 1173, 93, 1173, 1171, 1177, 62, 1178, 1182, 1182, 1182, 1182, 1191, 1182, 424, 1182, 1184, 1184, 1184, 1184, 1195, 1184, 1198, 1184, 1187, 1187, 1187, 1187, 150, 1187, 1196, 1187, 1198, 1195, 1182, 424, 1182, 1188, 64, 65, 118, 1197, 1184, 58, 1184, 1196, 1199, 1210, 1200, 1211, 1187, 98, 1187, 1185, 1185, 133, 62, 1185, 1189, 1190, 1190, 1185, 1185, 1185, 1190, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1185, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1190, 391, 391, 424, 391, 391, 1192, 1193, 1193, 391, 391, 391, 1193, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 391, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1193, 1202, 47, 1202, 1202, 47, 1203, 93, 1206, 93, 1206, 1204, 1215, 1215, 1215, 1215, 136, 1215, 62, 1215, 1217, 1217, 1217, 1217, 1224, 1217, 165, 1217, 1220, 1220, 1220, 1220, 150, 1220, 1228, 1220, 1231, 1228, 1215, 168, 1215, 1221, 64, 65, 118, 1230, 1217, 194, 1217, 1229, 1229, 1232, 1231, 1233, 1220, 196, 1220, 1218, 1218, 199, 62, 1218, 1222, 1223, 1223, 1218, 1218, 1218, 1223, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1218, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1223, 391, 391, 424, 391, 391, 1225, 1226, 1226, 391, 391, 391, 1226, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 391, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1226, 1235, 47, 1235, 1235, 47, 1236, 93, 1239, 93, 1239, 1237, 1243, 62, 1244, 1248, 1248, 1248, 1248, 1257, 1248, 225, 1248, 1250, 1250, 1250, 1250, 1261, 1250, 1264, 1250, 1253, 1253, 1253, 1253, 150, 1253, 1262, 1253, 1264, 1261, 1248, 227, 1248, 1254, 64, 65, 118, 1263, 1250, 230, 1250, 1262, 1265, 1276, 1266, 1277, 1253, 256, 1253, 1251, 1251, 258, 62, 1251, 1255, 1256, 1256, 1251, 1251, 1251, 1256, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1251, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1256, 391, 391, 424, 391, 391, 1258, 1259, 1259, 391, 391, 391, 1259, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 391, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1259, 1268, 47, 1268, 1268, 47, 1269, 93, 1272, 93, 1272, 1270, 1281, 1281, 1281, 1281, 261, 1281, 62, 1281, 1283, 1283, 1283, 1283, 1290, 1283, 287, 1283, 1286, 1286, 1286, 1286, 150, 1286, 1294, 1286, 1297, 1294, 1281, 289, 1281, 1287, 64, 65, 118, 1296, 1283, 292, 1283, 1295, 1295, 1298, 1297, 1299, 1286, 318, 1286, 1284, 1284, 320, 62, 1284, 1288, 1289, 1289, 1284, 1284, 1284, 1289, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1284, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1289, 391, 391, 424, 391, 391, 1291, 1292, 1292, 391, 391, 391, 1292, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 391, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1292, 1301, 47, 1301, 1301, 47, 1302, 93, 1305, 93, 1305, 1303, 1309, 62, 1310, 1314, 1314, 1314, 1314, 1323, 1314, 323, 1314, 1316, 1316, 1316, 1316, 1327, 1316, 1330, 1316, 1319, 1319, 1319, 1319, 150, 1319, 1328, 1319, 1330, 1327, 1314, 349, 1314, 1320, 64, 65, 118, 1329, 1316, 351, 1316, 1328, 1331, 1342, 1332, 1343, 1319, 354, 1319, 1317, 1317, 379, 62, 1317, 1321, 1322, 1322, 1317, 1317, 1317, 1322, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1317, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1322, 391, 391, 424, 391, 391, 1324, 1325, 1325, 391, 391, 391, 1325, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 391, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1325, 1334, 47, 1334, 1334, 47, 1335, 93, 1338, 93, 1338, 1336, 1347, 1347, 1347, 1347, 381, 1347, 62, 1347, 1349, 1349, 1349, 1349, 1356, 1349, 384, 1349, 1352, 1352, 1352, 1352, 150, 1352, 1360, 1352, 1363, 1360, 1347, 412, 1347, 1353, 64, 65, 118, 1362, 1349, 414, 1349, 1361, 1361, 1364, 1363, 1365, 1352, 417, 1352, 1350, 1350, 444, 62, 1350, 1354, 1355, 1355, 1350, 1350, 1350, 1355, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1350, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1355, 391, 391, 424, 391, 391, 1357, 1358, 1358, 391, 391, 391, 1358, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 391, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1358, 1367, 47, 1367, 1367, 47, 1368, 93, 1371, 93, 1371, 1369, 1375, 62, 1376, 1380, 1380, 1380, 1380, 1389, 1380, 446, 1380, 1382, 1382, 1382, 1382, 1393, 1382, 1396, 1382, 1385, 1385, 1385, 1385, 150, 1385, 1394, 1385, 1396, 1393, 1380, 449, 1380, 1386, 64, 65, 118, 1395, 1382, 475, 1382, 1394, 1397, 1408, 1398, 1409, 1385, 477, 1385, 1383, 1383, 480, 62, 1383, 1387, 1388, 1388, 1383, 1383, 1383, 1388, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1383, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1388, 391, 391, 424, 391, 391, 1390, 1391, 1391, 391, 391, 391, 1391, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 391, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1391, 1400, 47, 1400, 1400, 47, 1401, 93, 1404, 93, 1404, 1402, 1413, 1413, 1413, 1413, 506, 1413, 62, 1413, 1415, 1415, 1415, 1415, 1422, 1415, 508, 1415, 1418, 1418, 1418, 1418, 150, 1418, 1426, 1418, 1429, 1426, 1413, 511, 1413, 1419, 64, 65, 118, 1428, 1415, 537, 1415, 1427, 1427, 1430, 1429, 1431, 1418, 539, 1418, 1416, 1416, 542, 62, 1416, 1420, 1421, 1421, 1416, 1416, 1416, 1421, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1416, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1421, 391, 391, 424, 391, 391, 1423, 1424, 1424, 391, 391, 391, 1424, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 391, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1424, 1433, 47, 1433, 1433, 47, 1434, 93, 1437, 93, 1437, 1435, 1441, 62, 1442, 1446, 1446, 1446, 1446, 1455, 1446, 568, 1446, 1448, 1448, 1448, 1448, 1459, 1448, 1462, 1448, 1451, 1451, 1451, 1451, 150, 1451, 1460, 1451, 1462, 1459, 1446, 570, 1446, 1452, 64, 65, 118, 1461, 1448, 573, 1448, 1460, 1463, 1474, 1464, 1475, 1451, 599, 1451, 1449, 1449, 601, 62, 1449, 1453, 1454, 1454, 1449, 1449, 1449, 1454, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1449, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1454, 391, 391, 424, 391, 391, 1456, 1457, 1457, 391, 391, 391, 1457, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 391, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1457, 1466, 47, 1466, 1466, 47, 1467, 93, 1470, 93, 1470, 1468, 1479, 1479, 1479, 1479, 604, 1479, 62, 1479, 1481, 1481, 1481, 1481, 1488, 1481, 630, 1481, 1484, 1484, 1484, 1484, 150, 1484, 1492, 1484, 1495, 1492, 1479, 632, 1479, 1485, 64, 65, 118, 1494, 1481, 635, 1481, 1493, 1493, 1496, 1495, 1497, 1484, 661, 1484, 1482, 1482, 663, 62, 1482, 1486, 1487, 1487, 1482, 1482, 1482, 1487, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1482, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1487, 391, 391, 424, 391, 391, 1489, 1490, 1490, 391, 391, 391, 1490, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 391, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1490, 1499, 47, 1499, 1499, 47, 1500, 93, 1503, 93, 1503, 1501, 1507, 62, 1508, 1512, 1512, 1512, 1512, 1521, 1512, 666, 1512, 1514, 1514, 1514, 1514, 1525, 1514, 1528, 1514, 1517, 1517, 1517, 1517, 150, 1517, 1526, 1517, 1528, 1525, 1512, 692, 1512, 1518, 64, 65, 118, 1527, 1514, 694, 1514, 1526, 1529, 1540, 1530, 1541, 1517, 697, 1517, 1515, 1515, 723, 62, 1515, 1519, 1520, 1520, 1515, 1515, 1515, 1520, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1515, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1520, 391, 391, 424, 391, 391, 1522, 1523, 1523, 391, 391, 391, 1523, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 391, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1523, 1532, 47, 1532, 1532, 47, 1533, 93, 1536, 93, 1536, 1534, 1545, 1545, 1545, 1545, 725, 1545, 62, 1545, 1547, 1547, 1547, 1547, 1554, 1547, 728, 1547, 1550, 1550, 1550, 1550, 150, 1550, 1558, 1550, 1561, 1558, 1545, 754, 1545, 1551, 64, 65, 118, 1560, 1547, 756, 1547, 1559, 1559, 1562, 1561, 1563, 1550, 759, 1550, 1548, 1548, 785, 62, 1548, 1552, 1553, 1553, 1548, 1548, 1548, 1553, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1548, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1553, 391, 391, 424, 391, 391, 1555, 1556, 1556, 391, 391, 391, 1556, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 391, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1556, 1565, 47, 1565, 1565, 47, 1566, 93, 1569, 93, 1569, 1567, 1573, 62, 1574, 1578, 1578, 1578, 1578, 1587, 1578, 787, 1578, 1580, 1580, 1580, 1580, 1591, 1580, 1594, 1580, 1583, 1583, 1583, 1583, 150, 1583, 1592, 1583, 1594, 1591, 1578, 790, 1578, 1584, 64, 65, 118, 1593, 1580, 817, 1580, 1592, 1595, 1606, 1596, 1607, 1583, 819, 1583, 1581, 1581, 822, 62, 1581, 1585, 1586, 1586, 1581, 1581, 1581, 1586, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1581, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1586, 391, 391, 424, 391, 391, 1588, 1589, 1589, 391, 391, 391, 1589, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 391, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1589, 1598, 47, 1598, 1598, 47, 1599, 93, 1602, 93, 1602, 1600, 1611, 1611, 1611, 1611, 851, 1611, 62, 1611, 1613, 1613, 1613, 1613, 1620, 1613, 853, 1613, 1616, 1616, 1616, 1616, 150, 1616, 1624, 1616, 1627, 1624, 1611, 856, 1611, 1617, 64, 65, 118, 1626, 1613, 884, 1613, 1625, 1625, 1628, 1627, 1629, 1616, 886, 1616, 1614, 1614, 889, 62, 1614, 1618, 1619, 1619, 1614, 1614, 1614, 1619, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1614, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1619, 391, 391, 424, 391, 391, 1621, 1622, 1622, 391, 391, 391, 1622, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 391, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1622, 1631, 47, 1631, 1631, 47, 1632, 93, 1635, 93, 1635, 1633, 1639, 62, 1640, 1644, 1644, 1644, 1644, 1653, 1644, 917, 1644, 1646, 1646, 1646, 1646, 1657, 1646, 1660, 1646, 1649, 1649, 1649, 1649, 150, 1649, 1658, 1649, 1660, 1657, 1644, 919, 1644, 1650, 64, 65, 118, 1659, 1646, 922, 1646, 1658, 1661, 1672, 1662, 1673, 1649, 950, 1649, 1647, 1647, 952, 62, 1647, 1651, 1652, 1652, 1647, 1647, 1647, 1652, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1647, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1652, 391, 391, 424, 391, 391, 1654, 1655, 1655, 391, 391, 391, 1655, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 391, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1655, 1664, 47, 1664, 1664, 47, 1665, 93, 1668, 93, 1668, 1666, 1677, 1677, 1677, 1677, 955, 1677, 62, 1677, 1679, 1679, 1679, 1679, 1686, 1679, 983, 1679, 1682, 1682, 1682, 1682, 150, 1682, 1690, 1682, 1693, 1690, 1677, 985, 1677, 1683, 64, 65, 118, 1692, 1679, 988, 1679, 1691, 1691, 1694, 1693, 1695, 1682, 1016, 1682, 1680, 1680, 1018, 62, 1680, 1684, 1685, 1685, 1680, 1680, 1680, 1685, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1680, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1685, 391, 391, 424, 391, 391, 1687, 1688, 1688, 391, 391, 391, 1688, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 391, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1688, 1697, 47, 1697, 1697, 47, 1698, 93, 1701, 93, 1701, 1699, 1705, 62, 1706, 1710, 1710, 1710, 1710, 1719, 1710, 1021, 1710, 1712, 1712, 1712, 1712, 1723, 1712, 1726, 1712, 1715, 1715, 1715, 1715, 150, 1715, 1724, 1715, 1726, 1723, 1710, 1049, 1710, 1716, 64, 65, 118, 1725, 1712, 1051, 1712, 1724, 1727, 1738, 1728, 1739, 1715, 1054, 1715, 1713, 1713, 1082, 62, 1713, 1717, 1718, 1718, 1713, 1713, 1713, 1718, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1713, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1718, 391, 391, 424, 391, 391, 1720, 1721, 1721, 391, 391, 391, 1721, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 391, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1721, 1730, 47, 1730, 1730, 47, 1731, 93, 1734, 93, 1734, 1732, 1743, 1743, 1743, 1743, 1084, 1743, 62, 1743, 1745, 1745, 1745, 1745, 1752, 1745, 1087, 1745, 1748, 1748, 1748, 1748, 150, 1748, 1756, 1748, 1759, 1756, 1743, 1115, 1743, 1749, 64, 65, 118, 1758, 1745, 1117, 1745, 1757, 1757, 1760, 1759, 1761, 1748, 1120, 1748, 1746, 1746, 1148, 62, 1746, 1750, 1751, 1751, 1746, 1746, 1746, 1751, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1746, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1751, 391, 391, 424, 391, 391, 1753, 1754, 1754, 391, 391, 391, 1754, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 391, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1754, 1763, 47, 1763, 1763, 47, 1764, 93, 1767, 93, 1767, 1765, 1771, 62, 1772, 1776, 1776, 1776, 1776, 1785, 1776, 1150, 1776, 1778, 1778, 1778, 1778, 1789, 1778, 1792, 1778, 1781, 1781, 1781, 1781, 150, 1781, 1790, 1781, 1792, 1789, 1776, 1153, 1776, 1782, 64, 65, 118, 1791, 1778, 1181, 1778, 1790, 1793, 1804, 1794, 1805, 1781, 1183, 1781, 1779, 1779, 1186, 62, 1779, 1783, 1784, 1784, 1779, 1779, 1779, 1784, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1779, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1784, 391, 391, 424, 391, 391, 1786, 1787, 1787, 391, 391, 391, 1787, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 391, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1787, 1796, 47, 1796, 1796, 47, 1797, 93, 1800, 93, 1800, 1798, 1809, 1809, 1809, 1809, 1214, 1809, 62, 1809, 1811, 1811, 1811, 1811, 1818, 1811, 1216, 1811, 1814, 1814, 1814, 1814, 150, 1814, 1822, 1814, 1825, 1822, 1809, 1219, 1809, 1815, 64, 65, 118, 1824, 1811, 1247, 1811, 1823, 1823, 1826, 1825, 1827, 1814, 1249, 1814, 1812, 1812, 1252, 62, 1812, 1816, 1817, 1817, 1812, 1812, 1812, 1817, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1812, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1817, 391, 391, 424, 391, 391, 1819, 1820, 1820, 391, 391, 391, 1820, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 391, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1820, 1829, 47, 1829, 1829, 47, 1830, 93, 1833, 93, 1833, 1831, 1837, 62, 1838, 1842, 1842, 1842, 1842, 1851, 1842, 1280, 1842, 1844, 1844, 1844, 1844, 1855, 1844, 1858, 1844, 1847, 1847, 1847, 1847, 150, 1847, 1856, 1847, 1858, 1855, 1842, 1282, 1842, 1848, 64, 65, 118, 1857, 1844, 1285, 1844, 1856, 1859, 1870, 1860, 1871, 1847, 1313, 1847, 1845, 1845, 1315, 62, 1845, 1849, 1850, 1850, 1845, 1845, 1845, 1850, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1845, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1850, 391, 391, 424, 391, 391, 1852, 1853, 1853, 391, 391, 391, 1853, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 391, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1853, 1862, 47, 1862, 1862, 47, 1863, 93, 1866, 93, 1866, 1864, 1875, 1875, 1875, 1875, 1318, 1875, 62, 1875, 1877, 1877, 1877, 1877, 1884, 1877, 1346, 1877, 1880, 1880, 1880, 1880, 150, 1880, 1888, 1880, 1891, 1888, 1875, 1348, 1875, 1881, 64, 65, 118, 1890, 1877, 1351, 1877, 1889, 1889, 1892, 1891, 1893, 1880, 1379, 1880, 1878, 1878, 1381, 62, 1878, 1882, 1883, 1883, 1878, 1878, 1878, 1883, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1878, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1883, 391, 391, 424, 391, 391, 1885, 1886, 1886, 391, 391, 391, 1886, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 391, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1886, 1895, 47, 1895, 1895, 47, 1896, 93, 1899, 93, 1899, 1897, 1903, 62, 1904, 1908, 1908, 1908, 1908, 1917, 1908, 1384, 1908, 1910, 1910, 1910, 1910, 1921, 1910, 1924, 1910, 1913, 1913, 1913, 1913, 150, 1913, 1922, 1913, 1924, 1921, 1908, 1412, 1908, 1914, 64, 65, 118, 1923, 1910, 1414, 1910, 1922, 1925, 1936, 1926, 1937, 1913, 1417, 1913, 1911, 1911, 1445, 62, 1911, 1915, 1916, 1916, 1911, 1911, 1911, 1916, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1911, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1916, 391, 391, 424, 391, 391, 1918, 1919, 1919, 391, 391, 391, 1919, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 391, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1919, 1928, 47, 1928, 1928, 47, 1929, 93, 1932, 93, 1932, 1930, 1941, 1941, 1941, 1941, 1447, 1941, 62, 1941, 1943, 1943, 1943, 1943, 1950, 1943, 1450, 1943, 1946, 1946, 1946, 1946, 150, 1946, 1954, 1946, 1957, 1954, 1941, 1478, 1941, 1947, 64, 65, 118, 1956, 1943, 1480, 1943, 1955, 1955, 1958, 1957, 1959, 1946, 1483, 1946, 1944, 1944, 1511, 62, 1944, 1948, 1949, 1949, 1944, 1944, 1944, 1949, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1944, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1949, 391, 391, 424, 391, 391, 1951, 1952, 1952, 391, 391, 391, 1952, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 391, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1952, 1961, 47, 1961, 1961, 47, 1962, 93, 1965, 93, 1965, 1963, 1969, 62, 1970, 1974, 1974, 1974, 1974, 1983, 1974, 1513, 1974, 1976, 1976, 1976, 1976, 1987, 1976, 1990, 1976, 1979, 1979, 1979, 1979, 150, 1979, 1988, 1979, 1990, 1987, 1974, 1516, 1974, 1980, 64, 65, 118, 1989, 1976, 1544, 1976, 1988, 1991, 2002, 1992, 2003, 1979, 1546, 1979, 1977, 1977, 1549, 62, 1977, 1981, 1982, 1982, 1977, 1977, 1977, 1982, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1977, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1982, 391, 391, 424, 391, 391, 1984, 1985, 1985, 391, 391, 391, 1985, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 391, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1985, 1994, 47, 1994, 1994, 47, 1995, 93, 1998, 93, 1998, 1996, 2007, 2007, 2007, 2007, 1577, 2007, 62, 2007, 2009, 2009, 2009, 2009, 2016, 2009, 1579, 2009, 2012, 2012, 2012, 2012, 150, 2012, 2020, 2012, 2023, 2020, 2007, 1582, 2007, 2013, 64, 65, 118, 2022, 2009, 1610, 2009, 2021, 2021, 2024, 2023, 2025, 2012, 1612, 2012, 2010, 2010, 1615, 62, 2010, 2014, 2015, 2015, 2010, 2010, 2010, 2015, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2010, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2015, 391, 391, 424, 391, 391, 2017, 2018, 2018, 391, 391, 391, 2018, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 391, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2018, 2027, 47, 2027, 2027, 47, 2028, 93, 2031, 93, 2031, 2029, 2035, 62, 2036, 2040, 2040, 2040, 2040, 2049, 2040, 1643, 2040, 2042, 2042, 2042, 2042, 2053, 2042, 2056, 2042, 2045, 2045, 2045, 2045, 150, 2045, 2054, 2045, 2056, 2053, 2040, 1645, 2040, 2046, 64, 65, 118, 2055, 2042, 1648, 2042, 2054, 2057, 2068, 2058, 2069, 2045, 1676, 2045, 2043, 2043, 1678, 62, 2043, 2047, 2048, 2048, 2043, 2043, 2043, 2048, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2043, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2048, 391, 391, 424, 391, 391, 2050, 2051, 2051, 391, 391, 391, 2051, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 391, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2051, 2060, 47, 2060, 2060, 47, 2061, 93, 2064, 93, 2064, 2062, 2073, 2073, 2073, 2073, 1681, 2073, 62, 2073, 2075, 2075, 2075, 2075, 2082, 2075, 1709, 2075, 2078, 2078, 2078, 2078, 150, 2078, 2086, 2078, 2089, 2086, 2073, 1711, 2073, 2079, 64, 65, 118, 2088, 2075, 1714, 2075, 2087, 2087, 2090, 2089, 2091, 2078, 1742, 2078, 2076, 2076, 1744, 62, 2076, 2080, 2081, 2081, 2076, 2076, 2076, 2081, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2076, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2081, 391, 391, 424, 391, 391, 2083, 2084, 2084, 391, 391, 391, 2084, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 391, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2084, 2093, 47, 2093, 2093, 47, 2094, 93, 2097, 93, 2097, 2095, 2101, 62, 2102, 2106, 2106, 2106, 2106, 2115, 2106, 1747, 2106, 2108, 2108, 2108, 2108, 2119, 2108, 2122, 2108, 2111, 2111, 2111, 2111, 150, 2111, 2120, 2111, 2122, 2119, 2106, 1775, 2106, 2112, 64, 65, 118, 2121, 2108, 1777, 2108, 2120, 2123, 2134, 2124, 2135, 2111, 1780, 2111, 2109, 2109, 1808, 62, 2109, 2113, 2114, 2114, 2109, 2109, 2109, 2114, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2109, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2114, 391, 391, 424, 391, 391, 2116, 2117, 2117, 391, 391, 391, 2117, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 391, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2117, 2126, 47, 2126, 2126, 47, 2127, 93, 2130, 93, 2130, 2128, 2139, 2139, 2139, 2139, 1810, 2139, 62, 2139, 2141, 2141, 2141, 2141, 2148, 2141, 1813, 2141, 2144, 2144, 2144, 2144, 150, 2144, 2152, 2144, 2155, 2152, 2139, 1841, 2139, 2145, 64, 65, 118, 2154, 2141, 1843, 2141, 2153, 2153, 2156, 2155, 2157, 2144, 1846, 2144, 2142, 2142, 1874, 62, 2142, 2146, 2147, 2147, 2142, 2142, 2142, 2147, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2142, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2147, 391, 391, 424, 391, 391, 2149, 2150, 2150, 391, 391, 391, 2150, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 391, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2150, 2159, 47, 2159, 2159, 47, 2160, 93, 2163, 93, 2163, 2161, 2167, 62, 2168, 2172, 2172, 2172, 2172, 2181, 2172, 1876, 2172, 2174, 2174, 2174, 2174, 2185, 2174, 2188, 2174, 2177, 2177, 2177, 2177, 150, 2177, 2186, 2177, 2188, 2185, 2172, 1879, 2172, 2178, 64, 65, 118, 2187, 2174, 1907, 2174, 2186, 2189, 2200, 2190, 2201, 2177, 1909, 2177, 2175, 2175, 1912, 62, 2175, 2179, 2180, 2180, 2175, 2175, 2175, 2180, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2175, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2180, 391, 391, 424, 391, 391, 2182, 2183, 2183, 391, 391, 391, 2183, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 391, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2183, 2192, 47, 2192, 2192, 47, 2193, 93, 2196, 93, 2196, 2194, 2205, 2205, 2205, 2205, 1940, 2205, 62, 2205, 2207, 2207, 2207, 2207, 2214, 2207, 1942, 2207, 2210, 2210, 2210, 2210, 150, 2210, 2218, 2210, 2221, 2218, 2205, 1945, 2205, 2211, 64, 65, 118, 2220, 2207, 1973, 2207, 2219, 2219, 2222, 2221, 2223, 2210, 1975, 2210, 2208, 2208, 1978, 62, 2208, 2212, 2213, 2213, 2208, 2208, 2208, 2213, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2208, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2213, 391, 391, 424, 391, 391, 2215, 2216, 2216, 391, 391, 391, 2216, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 391, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2216, 2225, 47, 2225, 2225, 47, 2226, 93, 2229, 93, 2229, 2227, 2233, 62, 2234, 2238, 2238, 2238, 2238, 2247, 2238, 2006, 2238, 2240, 2240, 2240, 2240, 2251, 2240, 2254, 2240, 2243, 2243, 2243, 2243, 150, 2243, 2252, 2243, 2254, 2251, 2238, 2008, 2238, 2244, 64, 65, 118, 2253, 2240, 2011, 2240, 2252, 2255, 2266, 2256, 2267, 2243, 2039, 2243, 2241, 2241, 2041, 62, 2241, 2245, 2246, 2246, 2241, 2241, 2241, 2246, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2241, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2246, 391, 391, 424, 391, 391, 2248, 2249, 2249, 391, 391, 391, 2249, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 391, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2249, 2258, 47, 2258, 2258, 47, 2259, 93, 2262, 93, 2262, 2260, 2271, 2271, 2271, 2271, 2044, 2271, 62, 2271, 2273, 2273, 2273, 2273, 2280, 2273, 2072, 2273, 2276, 2276, 2276, 2276, 150, 2276, 2284, 2276, 2287, 2284, 2271, 2074, 2271, 2277, 64, 65, 118, 2286, 2273, 2077, 2273, 2285, 2285, 2288, 2287, 2289, 2276, 2105, 2276, 2274, 2274, 2107, 62, 2274, 2278, 2279, 2279, 2274, 2274, 2274, 2279, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2274, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2279, 391, 391, 424, 391, 391, 2281, 2282, 2282, 391, 391, 391, 2282, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 391, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2282, 2291, 47, 2291, 2291, 47, 2292, 93, 2295, 93, 2295, 2293, 2299, 62, 2300, 2304, 2304, 2304, 2304, 2313, 2304, 2110, 2304, 2306, 2306, 2306, 2306, 2317, 2306, 2320, 2306, 2309, 2309, 2309, 2309, 150, 2309, 2318, 2309, 2320, 2317, 2304, 2138, 2304, 2310, 64, 65, 118, 2319, 2306, 2140, 2306, 2318, 2321, 2332, 2322, 2333, 2309, 2143, 2309, 2307, 2307, 2171, 62, 2307, 2311, 2312, 2312, 2307, 2307, 2307, 2312, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2307, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2312, 391, 391, 424, 391, 391, 2314, 2315, 2315, 391, 391, 391, 2315, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 391, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2315, 2324, 47, 2324, 2324, 47, 2325, 93, 2328, 93, 2328, 2326, 2337, 2337, 2337, 2337, 2173, 2337, 62, 2337, 2339, 2339, 2339, 2339, 2346, 2339, 2176, 2339, 2342, 2342, 2342, 2342, 150, 2342, 2350, 2342, 2353, 2350, 2337, 2204, 2337, 2343, 64, 65, 118, 2352, 2339, 2206, 2339, 2351, 2351, 2354, 2353, 2355, 2342, 2209, 2342, 2340, 2340, 2237, 62, 2340, 2344, 2345, 2345, 2340, 2340, 2340, 2345, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2340, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2345, 391, 391, 424, 391, 391, 2347, 2348, 2348, 391, 391, 391, 2348, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 391, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2348, 2357, 47, 2357, 2357, 47, 2358, 93, 2361, 93, 2361, 2359, 2365, 62, 2366, 2370, 2370, 2370, 2370, 2379, 2370, 2239, 2370, 2372, 2372, 2372, 2372, 2383, 2372, 2386, 2372, 2375, 2375, 2375, 2375, 150, 2375, 2384, 2375, 2386, 2383, 2370, 2242, 2370, 2376, 64, 65, 118, 2385, 2372, 2270, 2372, 2384, 2387, 2398, 2388, 2399, 2375, 2272, 2375, 2373, 2373, 2275, 62, 2373, 2377, 2378, 2378, 2373, 2373, 2373, 2378, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2373, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2378, 391, 391, 424, 391, 391, 2380, 2381, 2381, 391, 391, 391, 2381, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 391, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2381, 2390, 47, 2390, 2390, 47, 2391, 93, 2394, 93, 2394, 2392, 2403, 2403, 2403, 2403, 2303, 2403, 62, 2403, 2405, 2405, 2405, 2405, 2412, 2405, 2305, 2405, 2408, 2408, 2408, 2408, 150, 2408, 2416, 2408, 2419, 2416, 2403, 2308, 2403, 2409, 64, 65, 118, 2418, 2405, 2336, 2405, 2417, 2417, 2420, 2419, 2421, 2408, 2338, 2408, 2406, 2406, 2341, 62, 2406, 2410, 2411, 2411, 2406, 2406, 2406, 2411, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2406, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2411, 391, 391, 424, 391, 391, 2413, 2414, 2414, 391, 391, 391, 2414, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 391, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2414, 2423, 47, 2423, 2423, 47, 2424, 93, 2427, 93, 2427, 2425, 2431, 62, 2432, 2436, 2436, 2436, 2436, 2445, 2436, 2369, 2436, 2438, 2438, 2438, 2438, 2449, 2438, 2452, 2438, 2441, 2441, 2441, 2441, 150, 2441, 2450, 2441, 2452, 2449, 2436, 2371, 2436, 2442, 64, 65, 118, 2451, 2438, 2374, 2438, 2450, 2453, 2464, 2454, 2465, 2441, 2402, 2441, 2439, 2439, 2404, 62, 2439, 2443, 2444, 2444, 2439, 2439, 2439, 2444, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2439, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2444, 391, 391, 424, 391, 391, 2446, 2447, 2447, 391, 391, 391, 2447, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 391, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2447, 2456, 47, 2456, 2456, 47, 2457, 93, 2460, 93, 2460, 2458, 2469, 2469, 2469, 2469, 2407, 2469, 62, 2469, 2471, 2471, 2471, 2471, 2478, 2471, 2435, 2471, 2474, 2474, 2474, 2474, 150, 2474, 2482, 2474, 2485, 2482, 2469, 2437, 2469, 2475, 64, 65, 118, 2484, 2471, 2440, 2471, 2483, 2483, 2486, 2485, 2487, 2474, 2468, 2474, 2472, 2472, 2470, 62, 2472, 2476, 2477, 2477, 2472, 2472, 2472, 2477, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2472, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2477, 391, 391, 424, 391, 391, 2479, 2480, 2480, 391, 391, 391, 2480, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 391, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2480, 2489, 47, 2489, 2489, 47, 2490, 93, 2493, 93, 2493, 2491, 2497, 62, 2498, 2502, 2502, 2502, 2502, 2511, 2502, 2473, 2502, 2504, 2504, 2504, 2504, 2515, 2504, 2518, 2504, 2507, 2507, 2507, 2507, 150, 2507, 2516, 2507, 2518, 2515, 2502, 2501, 2502, 2508, 64, 65, 118, 2517, 2504, 2503, 2504, 2516, 2519, 2530, 2520, 2531, 2507, 2506, 2507, 2505, 2505, 2534, 62, 2505, 2509, 2510, 2510, 2505, 2505, 2505, 2510, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2505, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2510, 391, 391, 424, 391, 391, 2512, 2513, 2513, 391, 391, 391, 2513, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 391, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2513, 2522, 47, 2522, 2522, 47, 2523, 93, 2526, 93, 2526, 2524, 2535, 2535, 2535, 2535, 2536, 2535, 62, 2535, 2537, 2537, 2537, 2537, 2544, 2537, 2539, 2537, 2540, 2540, 2540, 2540, 150, 2540, 2548, 2540, 2551, 2548, 2535, 2567, 2535, 2541, 64, 65, 118, 2550, 2537, 2569, 2537, 2549, 2549, 2552, 2551, 2553, 2540, 2572, 2540, 2538, 2538, 2600, 62, 2538, 2542, 2543, 2543, 2538, 2538, 2538, 2543, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2538, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2543, 391, 391, 424, 391, 391, 2545, 2546, 2546, 391, 391, 391, 2546, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 391, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2546, 2555, 47, 2555, 2555, 47, 2556, 93, 2559, 93, 2559, 2557, 2563, 62, 2564, 2568, 2568, 2568, 2568, 2577, 2568, 2602, 2568, 2570, 2570, 2570, 2570, 2581, 2570, 2584, 2570, 2573, 2573, 2573, 2573, 150, 2573, 2582, 2573, 2584, 2581, 2568, 2605, 2568, 2574, 64, 65, 118, 2583, 2570, 2626, 2570, 2582, 2585, 2596, 2586, 2597, 2573, 2628, 2573, 2571, 2571, 2634, 62, 2571, 2575, 2576, 2576, 2571, 2571, 2571, 2576, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2571, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2576, 391, 391, 424, 391, 391, 2578, 2579, 2579, 391, 391, 391, 2579, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 391, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2579, 2588, 47, 2588, 2588, 47, 2589, 93, 2592, 93, 2592, 2590, 2601, 2601, 2601, 2601, 2636, 2601, 62, 2601, 2603, 2603, 2603, 2603, 2610, 2603, 2641, 2603, 2606, 2606, 2606, 2606, 150, 2606, 2613, 2606, 830, 2613, 2601, 2646, 2601, 2607, 64, 65, 118, 2615, 2603, 2185, 2603, 2614, 2614, 2616, 830, 768, 2606, 62, 2606, 2604, 2604, 97, 62, 2604, 2608, 2609, 2609, 2604, 2604, 2604, 2609, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2604, 2608, 2608, 2608, 2608, 2608, 2608, 2608, 2609, 391, 391, 424, 391, 391, 2611, 2612, 2612, 391, 391, 391, 2612, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 391, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2612, 2617, 47, 2617, 2617, 47, 2618, 93, 2621, 93, 2621, 2619, 798, 62, 768, 2627, 2627, 2627, 2627, 60, 2627, 2166, 2627, 2603, 2603, 2603, 2603, 2632, 2603, 830, 2603, 2629, 2629, 2629, 2629, 2166, 2629, 2162, 2629, 93, 2621, 2627, 2153, 2627, 106, 64, 65, 118, 2615, 2603, 2152, 2603, 2632, 2617, 47, 2617, 62, 2629, 97, 2629, 62, 93, 2621, 2603, 2603, 2617, 47, 2618, 2603, 118, 2615, 2133, 2619, 2133, 2129, 2120, 2119, 62, 97, 2100, 2100, 2096, 2087, 2086, 62, 97, 2067, 2067, 2063, 2603, 391, 391, 424, 391, 391, 2630, 2631, 2631, 391, 391, 391, 2631, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 391, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2631, 2635, 2635, 2635, 2635, 2054, 2635, 2053, 2635, 2637, 2637, 2637, 2637, 62, 2637, 97, 2637, 2034, 2034, 2030, 2021, 2020, 62, 97, 2001, 2001, 1997, 2635, 1988, 2635, 1987, 62, 97, 1968, 1968, 2637, 1964, 2637, 391, 391, 424, 391, 391, 2638, 2639, 2639, 391, 391, 391, 2639, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 391, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2639, 2642, 2642, 2642, 2642, 1955, 2642, 1954, 2642, 62, 97, 1935, 1935, 1931, 1922, 1921, 62, 97, 1902, 1902, 1898, 1889, 1888, 62, 97, 1869, 1869, 2642, 1865, 2642, 391, 391, 424, 391, 391, 2643, 2644, 2644, 391, 391, 391, 2644, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 391, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2644, 2647, 2647, 2647, 2647, 1856, 2647, 1855, 2647, 62, 97, 1836, 1836, 1832, 1823, 1822, 62, 97, 1803, 1803, 1799, 1790, 1789, 62, 97, 1770, 1770, 2647, 1766, 2647, 391, 391, 424, 391, 391, 2648, 2649, 2649, 391, 391, 391, 2649, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 391, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2649, 391, 391, 424, 391, 391, 2651, 2652, 2652, 391, 391, 391, 2652, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 391, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2652, 391, 391, 424, 391, 391, 2654, 2655, 2655, 391, 391, 391, 2655, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 391, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2655, 391, 391, 424, 391, 391, 2656, 2657, 2657, 391, 391, 391, 2657, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 391, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2657, 391, 391, 424, 391, 391, 2658, 2659, 2659, 391, 391, 391, 2659, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 391, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2659, 391, 391, 424, 391, 391, 2660, 2661, 2661, 391, 391, 391, 2661, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 391, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2661, 391, 391, 424, 391, 391, 2662, 2663, 2663, 391, 391, 391, 2663, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 391, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2663, 391, 391, 424, 391, 391, 2664, 2665, 2665, 391, 391, 391, 2665, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 391, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2665, 10, 10, 10, 10, 10, 13, 13, 13, 13, 13, 17, 17, 17, 17, 17, 41, 1757, 41, 41, 41, 45, 1756, 45, 45, 45, 54, 62, 54, 54, 54, 61, 97, 61, 61, 61, 66, 1737, 66, 66, 66, 68, 68, 68, 68, 68, 79, 1737, 79, 79, 79, 85, 1733, 85, 85, 85, 96, 1724, 96, 96, 96, 100, 1723, 100, 100, 100, 102, 102, 105, 62, 105, 105, 105, 115, 97, 115, 115, 115, 121, 1704, 121, 121, 121, 131, 1704, 131, 131, 131, 135, 1700, 135, 135, 135, 146, 1691, 146, 146, 146, 152, 1690, 152, 152, 152, 162, 62, 162, 162, 162, 163, 163, 167, 97, 167, 167, 167, 178, 1671, 178, 178, 178, 183, 1671, 183, 183, 183, 193, 1667, 193, 193, 193, 198, 1658, 198, 198, 198, 209, 1657, 209, 209, 209, 214, 62, 214, 214, 214, 223, 97, 223, 223, 223, 224, 1638, 224, 224, 224, 229, 1638, 229, 229, 229, 240, 1634, 240, 240, 240, 245, 1625, 245, 245, 245, 252, 1624, 252, 252, 252, 254, 62, 254, 254, 254, 255, 97, 255, 255, 255, 260, 1605, 260, 260, 260, 271, 1605, 271, 271, 271, 276, 1601, 276, 276, 276, 282, 1592, 282, 282, 282, 283, 1591, 283, 283, 283, 285, 62, 285, 285, 285, 286, 97, 286, 286, 286, 291, 1572, 291, 291, 291, 302, 1572, 302, 302, 302, 307, 1568, 307, 307, 307, 313, 1559, 313, 313, 313, 314, 1558, 314, 314, 314, 316, 62, 316, 316, 316, 317, 97, 317, 317, 317, 322, 1539, 322, 322, 322, 333, 1539, 333, 333, 333, 338, 1535, 338, 338, 338, 344, 1526, 344, 344, 344, 345, 1525, 345, 345, 345, 347, 62, 347, 347, 347, 348, 97, 348, 348, 348, 353, 1506, 353, 353, 353, 102, 102, 363, 1506, 363, 363, 363, 368, 1502, 368, 368, 368, 374, 1493, 374, 374, 374, 375, 1492, 375, 375, 375, 377, 62, 377, 377, 377, 378, 97, 378, 378, 378, 383, 1473, 383, 383, 383, 396, 1473, 396, 396, 396, 401, 1469, 401, 401, 401, 407, 1460, 407, 407, 407, 408, 1459, 408, 408, 408, 410, 62, 410, 410, 410, 411, 97, 411, 411, 411, 416, 1440, 416, 416, 416, 391, 391, 391, 391, 391, 428, 1440, 428, 428, 428, 433, 1436, 433, 433, 433, 439, 1427, 439, 439, 439, 440, 1426, 440, 440, 440, 442, 62, 442, 442, 442, 443, 97, 443, 443, 443, 448, 1407, 448, 448, 448, 459, 1407, 459, 459, 459, 464, 1403, 464, 464, 464, 470, 1394, 470, 470, 470, 471, 1393, 471, 471, 471, 473, 62, 473, 473, 473, 474, 97, 474, 474, 474, 479, 1374, 479, 479, 479, 490, 1374, 490, 490, 490, 495, 1370, 495, 495, 495, 501, 1361, 501, 501, 501, 502, 1360, 502, 502, 502, 504, 62, 504, 504, 504, 505, 97, 505, 505, 505, 510, 1341, 510, 510, 510, 521, 1341, 521, 521, 521, 526, 1337, 526, 526, 526, 532, 1328, 532, 532, 532, 533, 1327, 533, 533, 533, 535, 62, 535, 535, 535, 536, 97, 536, 536, 536, 541, 1308, 541, 541, 541, 552, 1308, 552, 552, 552, 557, 1304, 557, 557, 557, 563, 1295, 563, 563, 563, 564, 1294, 564, 564, 564, 566, 62, 566, 566, 566, 567, 97, 567, 567, 567, 572, 1275, 572, 572, 572, 583, 1275, 583, 583, 583, 588, 1271, 588, 588, 588, 594, 1262, 594, 594, 594, 595, 1261, 595, 595, 595, 597, 62, 597, 597, 597, 598, 97, 598, 598, 598, 603, 1242, 603, 603, 603, 614, 1242, 614, 614, 614, 619, 1238, 619, 619, 619, 625, 1229, 625, 625, 625, 626, 1228, 626, 626, 626, 628, 62, 628, 628, 628, 629, 97, 629, 629, 629, 634, 1209, 634, 634, 634, 645, 1209, 645, 645, 645, 650, 1205, 650, 650, 650, 656, 1196, 656, 656, 656, 657, 1195, 657, 657, 657, 659, 62, 659, 659, 659, 660, 97, 660, 660, 660, 665, 1176, 665, 665, 665, 676, 1176, 676, 676, 676, 681, 1172, 681, 681, 681, 687, 1163, 687, 687, 687, 688, 1162, 688, 688, 688, 690, 62, 690, 690, 690, 691, 97, 691, 691, 691, 696, 1143, 696, 696, 696, 707, 1143, 707, 707, 707, 712, 1139, 712, 712, 712, 718, 1130, 718, 718, 718, 719, 1129, 719, 719, 719, 721, 62, 721, 721, 721, 722, 97, 722, 722, 722, 727, 1110, 727, 727, 727, 738, 1110, 738, 738, 738, 743, 1106, 743, 743, 743, 749, 1097, 749, 749, 749, 750, 1096, 750, 750, 750, 752, 62, 752, 752, 752, 753, 97, 753, 753, 753, 758, 1077, 758, 758, 758, 769, 1077, 769, 769, 769, 774, 1073, 774, 774, 774, 780, 1064, 780, 780, 780, 781, 1063, 781, 781, 781, 783, 62, 783, 783, 783, 784, 97, 784, 784, 784, 789, 1044, 789, 789, 789, 102, 102, 102, 799, 1044, 799, 799, 799, 805, 1040, 805, 805, 805, 811, 1031, 811, 811, 811, 812, 1030, 812, 812, 812, 815, 62, 815, 815, 815, 816, 97, 816, 816, 816, 821, 1011, 821, 821, 821, 831, 1011, 831, 831, 831, 838, 1007, 838, 838, 838, 844, 998, 844, 844, 844, 845, 997, 845, 845, 845, 849, 62, 849, 849, 849, 850, 97, 850, 850, 850, 855, 978, 855, 855, 855, 864, 978, 864, 864, 864, 871, 974, 871, 871, 871, 877, 965, 877, 877, 877, 878, 964, 878, 878, 878, 882, 62, 882, 882, 882, 883, 97, 883, 883, 883, 888, 945, 888, 888, 888, 897, 945, 897, 897, 897, 904, 941, 904, 904, 904, 910, 932, 910, 910, 910, 911, 931, 911, 911, 911, 915, 62, 915, 915, 915, 916, 97, 916, 916, 916, 921, 912, 921, 921, 921, 930, 912, 930, 930, 930, 937, 908, 937, 937, 937, 943, 899, 943, 943, 943, 944, 898, 944, 944, 944, 948, 62, 948, 948, 948, 949, 97, 949, 949, 949, 954, 879, 954, 954, 954, 963, 879, 963, 963, 963, 970, 875, 970, 970, 970, 976, 866, 976, 976, 976, 977, 865, 977, 977, 977, 981, 830, 981, 981, 981, 982, 62, 982, 982, 982, 987, 97, 987, 987, 987, 996, 846, 996, 996, 996, 1003, 842, 1003, 1003, 1003, 1009, 833, 1009, 1009, 1009, 1010, 832, 1010, 1010, 1010, 1014, 830, 1014, 1014, 1014, 1015, 62, 1015, 1015, 1015, 1020, 97, 1020, 1020, 1020, 1029, 809, 1029, 1029, 1029, 1036, 801, 1036, 1036, 1036, 1042, 800, 1042, 1042, 1042, 1043, 62, 1043, 1043, 1043, 1047, 97, 1047, 1047, 1047, 1048, 782, 1048, 1048, 1048, 1053, 778, 1053, 1053, 1053, 1062, 771, 1062, 1062, 1062, 1069, 770, 1069, 1069, 1069, 1075, 768, 1075, 1075, 1075, 1076, 762, 1076, 1076, 1076, 1080, 62, 1080, 1080, 1080, 1081, 97, 1081, 1081, 1081, 1086, 751, 1086, 1086, 1086, 1095, 747, 1095, 1095, 1095, 1102, 740, 1102, 1102, 1102, 1108, 739, 1108, 1108, 1108, 1109, 737, 1109, 1109, 1109, 1113, 62, 1113, 1113, 1113, 1114, 97, 1114, 1114, 1114, 1119, 720, 1119, 1119, 1119, 1128, 716, 1128, 1128, 1128, 1135, 709, 1135, 1135, 1135, 1141, 708, 1141, 1141, 1141, 1142, 706, 1142, 1142, 1142, 1146, 62, 1146, 1146, 1146, 1147, 97, 1147, 1147, 1147, 1152, 689, 1152, 1152, 1152, 1161, 685, 1161, 1161, 1161, 1168, 678, 1168, 1168, 1168, 1174, 677, 1174, 1174, 1174, 1175, 675, 1175, 1175, 1175, 1179, 62, 1179, 1179, 1179, 1180, 97, 1180, 1180, 1180, 1185, 658, 1185, 1185, 1185, 1194, 654, 1194, 1194, 1194, 1201, 647, 1201, 1201, 1201, 1207, 646, 1207, 1207, 1207, 1208, 644, 1208, 1208, 1208, 1212, 62, 1212, 1212, 1212, 1213, 97, 1213, 1213, 1213, 1218, 627, 1218, 1218, 1218, 1227, 623, 1227, 1227, 1227, 1234, 616, 1234, 1234, 1234, 1240, 615, 1240, 1240, 1240, 1241, 613, 1241, 1241, 1241, 1245, 62, 1245, 1245, 1245, 1246, 97, 1246, 1246, 1246, 1251, 596, 1251, 1251, 1251, 1260, 592, 1260, 1260, 1260, 1267, 585, 1267, 1267, 1267, 1273, 584, 1273, 1273, 1273, 1274, 582, 1274, 1274, 1274, 1278, 62, 1278, 1278, 1278, 1279, 97, 1279, 1279, 1279, 1284, 565, 1284, 1284, 1284, 1293, 561, 1293, 1293, 1293, 1300, 554, 1300, 1300, 1300, 1306, 553, 1306, 1306, 1306, 1307, 551, 1307, 1307, 1307, 1311, 62, 1311, 1311, 1311, 1312, 97, 1312, 1312, 1312, 1317, 534, 1317, 1317, 1317, 1326, 530, 1326, 1326, 1326, 1333, 523, 1333, 1333, 1333, 1339, 522, 1339, 1339, 1339, 1340, 520, 1340, 1340, 1340, 1344, 62, 1344, 1344, 1344, 1345, 97, 1345, 1345, 1345, 1350, 503, 1350, 1350, 1350, 1359, 499, 1359, 1359, 1359, 1366, 492, 1366, 1366, 1366, 1372, 491, 1372, 1372, 1372, 1373, 489, 1373, 1373, 1373, 1377, 62, 1377, 1377, 1377, 1378, 97, 1378, 1378, 1378, 1383, 472, 1383, 1383, 1383, 1392, 468, 1392, 1392, 1392, 1399, 461, 1399, 1399, 1399, 1405, 460, 1405, 1405, 1405, 1406, 458, 1406, 1406, 1406, 1410, 62, 1410, 1410, 1410, 1411, 97, 1411, 1411, 1411, 1416, 441, 1416, 1416, 1416, 1425, 437, 1425, 1425, 1425, 1432, 430, 1432, 1432, 1432, 1438, 429, 1438, 1438, 1438, 1439, 427, 1439, 1439, 1439, 1443, 424, 1443, 1443, 1443, 1444, 424, 1444, 1444, 1444, 1449, 62, 1449, 1449, 1449, 1458, 97, 1458, 1458, 1458, 1465, 409, 1465, 1465, 1465, 1471, 405, 1471, 1471, 1471, 1472, 398, 1472, 1472, 1472, 1476, 397, 1476, 1476, 1476, 1477, 395, 1477, 1477, 1477, 1482, 62, 1482, 1482, 1482, 1491, 97, 1491, 1491, 1491, 1498, 376, 1498, 1498, 1498, 1504, 372, 1504, 1504, 1504, 1505, 365, 1505, 1505, 1505, 1509, 364, 1509, 1509, 1509, 1510, 362, 1510, 1510, 1510, 1515, 331, 1515, 1515, 1515, 1524, 62, 1524, 1524, 1524, 1531, 97, 1531, 1531, 1531, 1537, 346, 1537, 1537, 1537, 1538, 342, 1538, 1538, 1538, 1542, 335, 1542, 1542, 1542, 1543, 334, 1543, 1543, 1543, 1548, 332, 1548, 1548, 1548, 1557, 331, 1557, 1557, 1557, 1564, 62, 1564, 1564, 1564, 1570, 97, 1570, 1570, 1570, 1571, 315, 1571, 1571, 1571, 1575, 311, 1575, 1575, 1575, 1576, 304, 1576, 1576, 1576, 1581, 303, 1581, 1581, 1581, 1590, 301, 1590, 1590, 1590, 1597, 300, 1597, 1597, 1597, 1603, 62, 1603, 1603, 1603, 1604, 97, 1604, 1604, 1604, 1608, 284, 1608, 1608, 1608, 1609, 280, 1609, 1609, 1609, 1614, 273, 1614, 1614, 1614, 1623, 272, 1623, 1623, 1623, 1630, 270, 1630, 1630, 1630, 1636, 269, 1636, 1636, 1636, 1637, 62, 1637, 1637, 1637, 1641, 97, 1641, 1641, 1641, 1642, 253, 1642, 1642, 1642, 1647, 251, 1647, 1647, 1647, 1656, 249, 1656, 1656, 1656, 1663, 242, 1663, 1663, 1663, 1669, 241, 1669, 1669, 1669, 1670, 239, 1670, 1670, 1670, 1674, 238, 1674, 1674, 1674, 1675, 62, 1675, 1675, 1675, 1680, 97, 1680, 1680, 1680, 1689, 222, 1689, 1689, 1689, 1696, 221, 1696, 1696, 1696, 1702, 220, 1702, 1702, 1702, 1703, 218, 1703, 1703, 1703, 1707, 211, 1707, 1707, 1707, 1708, 210, 1708, 1708, 1708, 1713, 208, 1713, 1713, 1713, 1722, 207, 1722, 1722, 1722, 1729, 62, 1729, 1729, 1729, 1735, 97, 1735, 1735, 1735, 1736, 192, 1736, 1736, 1736, 1740, 191, 1740, 1740, 1740, 1741, 190, 1741, 1741, 1741, 1746, 189, 1746, 1746, 1746, 1755, 187, 1755, 1755, 1755, 1762, 180, 1762, 1762, 1762, 1768, 179, 1768, 1768, 1768, 1769, 177, 1769, 1769, 1769, 1773, 176, 1773, 1773, 1773, 1774, 62, 1774, 1774, 1774, 1779, 97, 1779, 1779, 1779, 1788, 161, 1788, 1788, 1788, 1795, 160, 1795, 1795, 1795, 1801, 159, 1801, 1801, 1801, 1802, 158, 1802, 1802, 1802, 1806, 156, 1806, 1806, 1806, 1807, 148, 1807, 1807, 1807, 1812, 147, 1812, 1812, 1812, 1821, 145, 1821, 1821, 1821, 1828, 144, 1828, 1828, 1828, 1834, 62, 1834, 1834, 1834, 1835, 132, 1835, 1835, 1835, 1839, 97, 1839, 1839, 1839, 1840, 130, 1840, 1840, 1840, 1845, 129, 1845, 1845, 1845, 1854, 128, 1854, 1854, 1854, 1861, 126, 1861, 1861, 1861, 1867, 125, 1867, 1867, 1867, 1868, 117, 1868, 1868, 1868, 1872, 116, 1872, 1872, 1872, 1873, 114, 1873, 1873, 1873, 1878, 113, 1878, 1878, 1878, 1887, 62, 1887, 1887, 1887, 1894, 55, 1894, 1894, 1894, 1900, 97, 1900, 1900, 1900, 1901, 62, 1901, 1901, 1901, 1905, 60, 1905, 1905, 1905, 1906, 55, 1906, 1906, 1906, 1911, 97, 1911, 1911, 1911, 1920, 95, 1920, 1920, 1920, 1927, 91, 1927, 1927, 1927, 1933, 90, 1933, 1933, 1933, 1934, 81, 1934, 1934, 1934, 1938, 80, 1938, 1938, 1938, 1939, 77, 1939, 1939, 1939, 1944, 67, 1944, 1944, 1944, 1953, 62, 1953, 1953, 1953, 1960, 60, 1960, 1960, 1960, 1966, 55, 1966, 1966, 1966, 1967, 53, 1967, 1967, 1967, 1971, 52, 1971, 1971, 1971, 1972, 51, 1972, 1972, 1972, 1977, 43, 1977, 1977, 1977, 1986, 42, 1986, 1986, 1986, 1993, 40, 1993, 1993, 1993, 1999, 2666, 1999, 1999, 1999, 2000, 18, 2000, 2000, 2000, 2004, 11, 2004, 2004, 2004, 2005, 2666, 2005, 2005, 2005, 2010, 2666, 2010, 2010, 2010, 2019, 2666, 2019, 2019, 2019, 2026, 2666, 2026, 2026, 2026, 2032, 2666, 2032, 2032, 2032, 2033, 2666, 2033, 2033, 2033, 2037, 2666, 2037, 2037, 2037, 2038, 2666, 2038, 2038, 2038, 2043, 2666, 2043, 2043, 2043, 2052, 2666, 2052, 2052, 2052, 2059, 2666, 2059, 2059, 2059, 2065, 2666, 2065, 2065, 2065, 2066, 2666, 2066, 2066, 2066, 2070, 2666, 2070, 2070, 2070, 2071, 2666, 2071, 2071, 2071, 2076, 2666, 2076, 2076, 2076, 2085, 2666, 2085, 2085, 2085, 2092, 2666, 2092, 2092, 2092, 2098, 2666, 2098, 2098, 2098, 2099, 2666, 2099, 2099, 2099, 2103, 2666, 2103, 2103, 2103, 2104, 2666, 2104, 2104, 2104, 2109, 2666, 2109, 2109, 2109, 2118, 2666, 2118, 2118, 2118, 2125, 2666, 2125, 2125, 2125, 2131, 2666, 2131, 2131, 2131, 2132, 2666, 2132, 2132, 2132, 2136, 2666, 2136, 2136, 2136, 2137, 2666, 2137, 2137, 2137, 2142, 2666, 2142, 2142, 2142, 2151, 2666, 2151, 2151, 2151, 2158, 2666, 2158, 2158, 2158, 2164, 2666, 2164, 2164, 2164, 2165, 2666, 2165, 2165, 2165, 2169, 2666, 2169, 2169, 2169, 2170, 2666, 2170, 2170, 2170, 2175, 2666, 2175, 2175, 2175, 2184, 2666, 2184, 2184, 2184, 2191, 2666, 2191, 2191, 2191, 2197, 2666, 2197, 2197, 2197, 2198, 2666, 2198, 2198, 2198, 2202, 2666, 2202, 2202, 2202, 2203, 2666, 2203, 2203, 2203, 2208, 2666, 2208, 2208, 2208, 2217, 2666, 2217, 2217, 2217, 2224, 2666, 2224, 2224, 2224, 2230, 2666, 2230, 2230, 2230, 2231, 2666, 2231, 2231, 2231, 2235, 2666, 2235, 2235, 2235, 2236, 2666, 2236, 2236, 2236, 2241, 2666, 2241, 2241, 2241, 2250, 2666, 2250, 2250, 2250, 2257, 2666, 2257, 2257, 2257, 2263, 2666, 2263, 2263, 2263, 2264, 2666, 2264, 2264, 2264, 2268, 2666, 2268, 2268, 2268, 2269, 2666, 2269, 2269, 2269, 2274, 2666, 2274, 2274, 2274, 2283, 2666, 2283, 2283, 2283, 2290, 2666, 2290, 2290, 2290, 2296, 2666, 2296, 2296, 2296, 2297, 2666, 2297, 2297, 2297, 2301, 2666, 2301, 2301, 2301, 2302, 2666, 2302, 2302, 2302, 2307, 2666, 2307, 2307, 2307, 2316, 2666, 2316, 2316, 2316, 2323, 2666, 2323, 2323, 2323, 2329, 2666, 2329, 2329, 2329, 2330, 2666, 2330, 2330, 2330, 2334, 2666, 2334, 2334, 2334, 2335, 2666, 2335, 2335, 2335, 2340, 2666, 2340, 2340, 2340, 2349, 2666, 2349, 2349, 2349, 2356, 2666, 2356, 2356, 2356, 2362, 2666, 2362, 2362, 2362, 2363, 2666, 2363, 2363, 2363, 2367, 2666, 2367, 2367, 2367, 2368, 2666, 2368, 2368, 2368, 2373, 2666, 2373, 2373, 2373, 2382, 2666, 2382, 2382, 2382, 2389, 2666, 2389, 2389, 2389, 2395, 2666, 2395, 2395, 2395, 2396, 2666, 2396, 2396, 2396, 2400, 2666, 2400, 2400, 2400, 2401, 2666, 2401, 2401, 2401, 2406, 2666, 2406, 2406, 2406, 2415, 2666, 2415, 2415, 2415, 2422, 2666, 2422, 2422, 2422, 2428, 2666, 2428, 2428, 2428, 2429, 2666, 2429, 2429, 2429, 2433, 2666, 2433, 2433, 2433, 2434, 2666, 2434, 2434, 2434, 2439, 2666, 2439, 2439, 2439, 2448, 2666, 2448, 2448, 2448, 2455, 2666, 2455, 2455, 2455, 2461, 2666, 2461, 2461, 2461, 2462, 2666, 2462, 2462, 2462, 2466, 2666, 2466, 2466, 2466, 2467, 2666, 2467, 2467, 2467, 2472, 2666, 2472, 2472, 2472, 2481, 2666, 2481, 2481, 2481, 2488, 2666, 2488, 2488, 2488, 2494, 2666, 2494, 2494, 2494, 2495, 2666, 2495, 2495, 2495, 2499, 2666, 2499, 2499, 2499, 2500, 2666, 2500, 2500, 2500, 2505, 2666, 2505, 2505, 2505, 2514, 2666, 2514, 2514, 2514, 2521, 2666, 2521, 2521, 2521, 2527, 2666, 2527, 2527, 2527, 2528, 2666, 2528, 2528, 2528, 2532, 2666, 2532, 2532, 2532, 2533, 2666, 2533, 2533, 2533, 2538, 2666, 2538, 2538, 2538, 2547, 2666, 2547, 2547, 2547, 2554, 2666, 2554, 2554, 2554, 2560, 2666, 2560, 2560, 2560, 2561, 2666, 2561, 2561, 2561, 2565, 2666, 2565, 2565, 2565, 2566, 2666, 2566, 2566, 2566, 2571, 2666, 2571, 2571, 2571, 2580, 2666, 2580, 2580, 2580, 2587, 2666, 2587, 2587, 2587, 2593, 2666, 2593, 2593, 2593, 2594, 2666, 2594, 2594, 2594, 2598, 2666, 2598, 2598, 2598, 2599, 2666, 2599, 2599, 2599, 2604, 2666, 2604, 2604, 2604, 2622, 2666, 2622, 2622, 2622, 2623, 2666, 2623, 2623, 2623, 2624, 2666, 2624, 2624, 2624, 2625, 2666, 2625, 2625, 2625, 2633, 2666, 2633, 2633, 2633, 2640, 2666, 2640, 2640, 2640, 2645, 2666, 2645, 2645, 2645, 2650, 2666, 2650, 2650, 2650, 2653, 2666, 2653, 2653, 2653, 391, 391, 391, 391, 391, 9, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666 } ; static yyconst flex_int16_t yy_chk[12685] = { 0, 0, 0, 2, 3, 2, 4, 16, 4, 3, 16, 4, 6, 6, 6, 6, 19, 19, 19, 6, 27, 27, 32, 32, 32, 35, 35, 46, 46, 46, 2152, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 21, 21, 21, 28, 28, 29, 29, 21, 28, 38, 29, 34, 34, 34, 40, 38, 43, 43, 51, 21, 83, 43, 40, 213, 34, 83, 51, 52, 52, 28, 2161, 29, 36, 36, 213, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 44, 57, 57, 58, 58, 44, 59, 59, 58, 72, 742, 59, 742, 44, 48, 48, 48, 63, 63, 63, 84, 48, 69, 69, 69, 84, 71, 71, 71, 58, 76, 73, 59, 48, 62, 72, 76, 62, 62, 71, 73, 120, 62, 2166, 81, 81, 90, 90, 73, 81, 86, 86, 86, 87, 87, 87, 94, 94, 120, 108, 87, 151, 109, 62, 65, 65, 65, 98, 98, 65, 65, 109, 98, 151, 65, 101, 101, 101, 104, 104, 104, 106, 106, 106, 108, 112, 2167, 117, 117, 119, 367, 112, 117, 98, 119, 65, 74, 74, 367, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 99, 99, 102, 102, 139, 99, 140, 102, 103, 103, 122, 122, 122, 103, 123, 123, 123, 125, 125, 127, 127, 123, 138, 138, 138, 149, 99, 140, 102, 2170, 149, 139, 148, 148, 103, 110, 110, 148, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 110, 132, 133, 133, 132, 132, 171, 133, 143, 132, 134, 134, 136, 136, 143, 134, 2175, 136, 137, 137, 153, 153, 153, 137, 154, 154, 154, 172, 133, 171, 132, 154, 156, 156, 157, 157, 134, 181, 136, 170, 170, 170, 181, 172, 137, 141, 141, 2184, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, 163, 163, 164, 164, 182, 163, 175, 164, 165, 165, 166, 166, 175, 165, 233, 166, 168, 168, 169, 169, 182, 168, 202, 169, 180, 180, 163, 206, 164, 180, 184, 184, 184, 206, 165, 618, 166, 187, 187, 188, 188, 233, 168, 618, 169, 173, 173, 202, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, 185, 185, 185, 194, 194, 195, 195, 185, 194, 2185, 195, 196, 196, 197, 197, 203, 196, 275, 197, 199, 199, 200, 200, 212, 199, 234, 200, 275, 212, 194, 237, 195, 201, 201, 201, 203, 237, 196, 387, 197, 234, 211, 211, 218, 218, 199, 211, 200, 204, 204, 387, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, 215, 215, 215, 216, 216, 216, 219, 219, 225, 225, 216, 226, 226, 225, 227, 227, 226, 228, 228, 227, 230, 230, 228, 231, 231, 230, 244, 243, 231, 232, 232, 232, 243, 452, 225, 249, 249, 226, 250, 250, 227, 244, 452, 228, 280, 280, 230, 242, 242, 231, 235, 235, 242, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 235, 246, 246, 246, 247, 247, 247, 256, 256, 257, 257, 247, 256, 265, 257, 258, 258, 259, 259, 264, 258, 268, 259, 261, 261, 262, 262, 268, 261, 274, 262, 700, 265, 256, 274, 257, 263, 263, 263, 273, 273, 258, 299, 259, 273, 281, 281, 264, 299, 261, 700, 262, 266, 266, 2194, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 266, 277, 277, 277, 278, 278, 278, 287, 287, 288, 288, 278, 287, 295, 288, 289, 289, 290, 290, 494, 289, 327, 290, 292, 292, 293, 293, 305, 292, 494, 293, 296, 305, 287, 306, 288, 294, 294, 294, 327, 295, 289, 587, 290, 330, 296, 311, 311, 306, 292, 330, 293, 297, 297, 587, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 304, 304, 308, 308, 308, 304, 309, 309, 309, 312, 312, 318, 318, 309, 319, 319, 318, 320, 320, 319, 321, 321, 320, 323, 323, 321, 324, 324, 323, 357, 336, 324, 325, 325, 325, 336, 337, 318, 342, 342, 319, 343, 343, 320, 357, 2199, 321, 337, 2200, 323, 335, 335, 324, 328, 328, 335, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 331, 372, 372, 331, 331, 339, 339, 339, 331, 340, 340, 340, 349, 349, 350, 350, 340, 349, 360, 350, 351, 351, 352, 352, 360, 351, 420, 352, 2203, 331, 354, 354, 355, 355, 366, 354, 2208, 355, 349, 366, 350, 356, 356, 356, 365, 365, 351, 420, 352, 365, 369, 369, 369, 373, 373, 390, 354, 2217, 355, 358, 358, 390, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 361, 361, 2218, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 361, 370, 370, 370, 379, 379, 380, 380, 370, 379, 423, 380, 381, 381, 382, 382, 423, 381, 545, 382, 384, 384, 385, 385, 399, 384, 400, 385, 463, 399, 379, 545, 380, 386, 386, 386, 398, 398, 381, 463, 382, 398, 431, 400, 405, 405, 384, 431, 385, 388, 388, 2227, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 388, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 393, 402, 402, 402, 403, 403, 403, 406, 406, 412, 412, 403, 413, 413, 412, 414, 414, 413, 415, 415, 414, 417, 417, 415, 418, 418, 417, 2232, 432, 418, 419, 419, 419, 432, 2233, 412, 437, 437, 413, 438, 438, 414, 468, 468, 415, 469, 469, 417, 430, 430, 418, 421, 421, 430, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 425, 434, 434, 434, 435, 435, 435, 444, 444, 445, 445, 435, 444, 455, 445, 446, 446, 447, 447, 455, 446, 2236, 447, 449, 449, 450, 450, 462, 449, 493, 450, 2241, 462, 444, 493, 445, 451, 451, 451, 461, 461, 446, 486, 447, 461, 465, 465, 465, 486, 449, 711, 450, 453, 453, 711, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 456, 466, 466, 466, 475, 475, 476, 476, 466, 475, 514, 476, 477, 477, 478, 478, 483, 477, 2250, 478, 480, 480, 481, 481, 514, 480, 2251, 481, 499, 499, 475, 483, 476, 482, 482, 482, 492, 492, 477, 517, 478, 492, 496, 496, 496, 517, 480, 2260, 481, 484, 484, 2265, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 487, 497, 497, 497, 500, 500, 506, 506, 497, 507, 507, 506, 508, 508, 507, 509, 509, 508, 511, 511, 509, 512, 512, 511, 525, 524, 512, 513, 513, 513, 524, 2266, 506, 525, 2269, 507, 530, 530, 508, 531, 531, 509, 561, 561, 511, 523, 523, 512, 515, 515, 523, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 515, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 527, 527, 527, 528, 528, 528, 537, 537, 538, 538, 528, 537, 548, 538, 539, 539, 540, 540, 548, 539, 556, 540, 542, 542, 543, 543, 555, 542, 2274, 543, 576, 555, 537, 556, 538, 544, 544, 544, 554, 554, 539, 638, 540, 554, 558, 558, 558, 576, 542, 2283, 543, 546, 546, 638, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 559, 559, 559, 562, 562, 568, 568, 559, 569, 569, 568, 570, 570, 569, 571, 571, 570, 573, 573, 571, 574, 574, 573, 579, 669, 574, 575, 575, 575, 579, 586, 568, 592, 592, 569, 586, 610, 570, 593, 593, 571, 669, 610, 573, 585, 585, 574, 577, 577, 585, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 577, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 580, 589, 589, 589, 590, 590, 590, 599, 599, 600, 600, 590, 599, 607, 600, 601, 601, 602, 602, 2284, 601, 649, 602, 604, 604, 605, 605, 617, 604, 607, 605, 2293, 617, 599, 649, 600, 606, 606, 606, 616, 616, 601, 641, 602, 616, 620, 620, 620, 641, 604, 2298, 605, 608, 608, 2299, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 608, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 611, 621, 621, 621, 623, 623, 624, 624, 621, 630, 630, 631, 631, 2302, 630, 672, 631, 632, 632, 633, 633, 672, 632, 2307, 633, 635, 635, 636, 636, 648, 635, 679, 636, 2316, 648, 630, 679, 631, 637, 637, 637, 647, 647, 632, 703, 633, 647, 651, 651, 651, 703, 635, 2317, 636, 639, 639, 2326, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 639, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 642, 652, 652, 652, 654, 654, 655, 655, 652, 661, 661, 662, 662, 768, 661, 768, 662, 663, 663, 664, 664, 680, 663, 734, 664, 666, 666, 667, 667, 734, 666, 2331, 667, 685, 685, 661, 680, 662, 668, 668, 668, 678, 678, 663, 765, 664, 678, 682, 682, 682, 765, 666, 2332, 667, 670, 670, 2335, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 670, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 673, 683, 683, 683, 686, 686, 692, 692, 683, 693, 693, 692, 694, 694, 693, 695, 695, 694, 697, 697, 695, 698, 698, 697, 2340, 710, 698, 699, 699, 699, 710, 2349, 692, 716, 716, 693, 717, 717, 694, 747, 747, 695, 748, 748, 697, 709, 709, 698, 701, 701, 709, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 713, 713, 713, 714, 714, 714, 723, 723, 724, 724, 714, 723, 2350, 724, 725, 725, 726, 726, 773, 725, 773, 726, 728, 728, 729, 729, 741, 728, 772, 729, 2359, 741, 723, 772, 724, 730, 730, 730, 740, 740, 725, 2364, 726, 740, 744, 744, 744, 782, 728, 782, 729, 732, 732, 2365, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 732, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 735, 745, 745, 745, 754, 754, 755, 755, 745, 754, 795, 755, 756, 756, 757, 757, 795, 756, 827, 757, 759, 759, 760, 760, 827, 759, 802, 760, 778, 778, 754, 802, 755, 761, 761, 761, 771, 771, 756, 2368, 757, 771, 775, 775, 775, 803, 759, 803, 760, 762, 779, 779, 762, 762, 804, 762, 804, 762, 776, 776, 776, 792, 792, 792, 2373, 776, 801, 801, 806, 806, 806, 801, 809, 809, 807, 807, 807, 2382, 762, 763, 763, 807, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 763, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, 785, 785, 786, 786, 814, 785, 814, 786, 787, 787, 788, 788, 835, 787, 835, 788, 790, 790, 791, 791, 2383, 790, 834, 791, 810, 810, 785, 834, 786, 824, 824, 824, 833, 833, 787, 2392, 788, 833, 836, 837, 836, 837, 790, 2397, 791, 793, 793, 2398, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 796, 817, 817, 818, 818, 848, 817, 848, 818, 819, 819, 820, 820, 2401, 819, 861, 820, 822, 822, 823, 823, 861, 822, 867, 823, 842, 842, 817, 867, 818, 839, 839, 839, 843, 843, 819, 900, 820, 858, 858, 858, 900, 868, 822, 868, 823, 825, 825, 2406, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 825, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 828, 840, 840, 840, 851, 851, 852, 852, 840, 851, 2415, 852, 853, 853, 854, 854, 869, 853, 869, 854, 856, 856, 857, 857, 870, 856, 870, 857, 866, 866, 851, 2416, 852, 866, 872, 872, 872, 881, 853, 881, 854, 875, 875, 876, 876, 894, 856, 2425, 857, 859, 859, 894, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 859, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 862, 873, 873, 873, 884, 884, 885, 885, 873, 884, 2430, 885, 886, 886, 887, 887, 901, 886, 901, 887, 889, 889, 890, 890, 902, 889, 902, 890, 2431, 903, 884, 903, 885, 891, 891, 891, 899, 899, 886, 2434, 887, 899, 905, 905, 905, 914, 889, 914, 890, 892, 892, 2439, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 892, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 895, 906, 906, 906, 908, 908, 909, 909, 906, 917, 917, 918, 918, 2448, 917, 927, 918, 919, 919, 920, 920, 927, 919, 2449, 920, 922, 922, 923, 923, 933, 922, 934, 923, 934, 933, 917, 2458, 918, 924, 924, 924, 932, 932, 919, 2463, 920, 932, 935, 936, 935, 936, 922, 2464, 923, 925, 925, 2467, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 925, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 928, 938, 938, 938, 939, 939, 939, 941, 941, 942, 942, 939, 947, 960, 947, 950, 950, 951, 951, 960, 950, 2472, 951, 952, 952, 953, 953, 967, 952, 967, 953, 955, 955, 956, 956, 966, 955, 968, 956, 968, 966, 950, 2481, 951, 957, 957, 957, 965, 965, 952, 2482, 953, 965, 969, 980, 969, 980, 955, 2491, 956, 958, 958, 2496, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 958, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 961, 971, 971, 971, 972, 972, 972, 974, 974, 975, 975, 972, 983, 983, 984, 984, 2497, 983, 993, 984, 985, 985, 986, 986, 993, 985, 2500, 986, 988, 988, 989, 989, 999, 988, 1000, 989, 1000, 999, 983, 2505, 984, 990, 990, 990, 998, 998, 985, 2514, 986, 998, 1001, 1002, 1001, 1002, 988, 2515, 989, 991, 991, 2524, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 991, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 994, 1004, 1004, 1004, 1005, 1005, 1005, 1007, 1007, 1008, 1008, 1005, 1013, 1026, 1013, 1016, 1016, 1017, 1017, 1026, 1016, 2529, 1017, 1018, 1018, 1019, 1019, 1033, 1018, 1033, 1019, 1021, 1021, 1022, 1022, 1032, 1021, 1034, 1022, 1034, 1032, 1016, 2530, 1017, 1023, 1023, 1023, 1031, 1031, 1018, 2533, 1019, 1031, 1035, 1046, 1035, 1046, 1021, 2538, 1022, 1024, 1024, 2547, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1037, 1037, 1037, 1038, 1038, 1038, 1040, 1040, 1041, 1041, 1038, 1049, 1049, 1050, 1050, 2548, 1049, 1059, 1050, 1051, 1051, 1052, 1052, 1059, 1051, 2557, 1052, 1054, 1054, 1055, 1055, 1065, 1054, 1066, 1055, 1066, 1065, 1049, 2562, 1050, 1056, 1056, 1056, 1064, 1064, 1051, 2563, 1052, 1064, 1067, 1068, 1067, 1068, 1054, 2566, 1055, 1057, 1057, 2571, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1060, 1070, 1070, 1070, 1071, 1071, 1071, 1073, 1073, 1074, 1074, 1071, 1079, 1092, 1079, 1082, 1082, 1083, 1083, 1092, 1082, 2580, 1083, 1084, 1084, 1085, 1085, 1099, 1084, 1099, 1085, 1087, 1087, 1088, 1088, 1098, 1087, 1100, 1088, 1100, 1098, 1082, 2581, 1083, 1089, 1089, 1089, 1097, 1097, 1084, 2590, 1085, 1097, 1101, 1112, 1101, 1112, 1087, 2595, 1088, 1090, 1090, 2596, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1093, 1103, 1103, 1103, 1104, 1104, 1104, 1106, 1106, 1107, 1107, 1104, 1115, 1115, 1116, 1116, 2599, 1115, 1125, 1116, 1117, 1117, 1118, 1118, 1125, 1117, 2604, 1118, 1120, 1120, 1121, 1121, 1131, 1120, 1132, 1121, 1132, 1131, 1115, 2613, 1116, 1122, 1122, 1122, 1130, 1130, 1117, 2615, 1118, 1130, 1133, 1134, 1133, 1134, 1120, 2619, 1121, 1123, 1123, 2625, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1136, 1136, 1136, 1137, 1137, 1137, 1139, 1139, 1140, 1140, 1137, 1145, 1158, 1145, 1148, 1148, 1149, 1149, 1158, 1148, 2664, 1149, 1150, 1150, 1151, 1151, 1165, 1150, 1165, 1151, 1153, 1153, 1154, 1154, 1164, 1153, 1166, 1154, 1166, 1164, 1148, 2665, 1149, 1155, 1155, 1155, 1163, 1163, 1150, 2673, 1151, 1163, 1167, 1178, 1167, 1178, 1153, 2680, 1154, 1156, 1156, 2687, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1169, 1169, 1169, 1170, 1170, 1170, 1172, 1172, 1173, 1173, 1170, 1181, 1181, 1182, 1182, 2689, 1181, 1191, 1182, 1183, 1183, 1184, 1184, 1191, 1183, 2694, 1184, 1186, 1186, 1187, 1187, 1197, 1186, 1198, 1187, 1198, 1197, 1181, 2696, 1182, 1188, 1188, 1188, 1196, 1196, 1183, 2700, 1184, 1196, 1199, 1200, 1199, 1200, 1186, 2701, 1187, 1189, 1189, 2703, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1189, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1202, 1202, 1202, 1203, 1203, 1203, 1205, 1205, 1206, 1206, 1203, 1211, 1224, 1211, 1214, 1214, 1215, 1215, 1224, 1214, 2708, 1215, 1216, 1216, 1217, 1217, 1231, 1216, 1231, 1217, 1219, 1219, 1220, 1220, 1230, 1219, 1232, 1220, 1232, 1230, 1214, 2709, 1215, 1221, 1221, 1221, 1229, 1229, 1216, 2711, 1217, 1229, 1233, 1244, 1233, 1244, 1219, 2717, 1220, 1222, 1222, 2718, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1235, 1235, 1235, 1236, 1236, 1236, 1238, 1238, 1239, 1239, 1236, 1247, 1247, 1248, 1248, 2720, 1247, 1257, 1248, 1249, 1249, 1250, 1250, 1257, 1249, 2727, 1250, 1252, 1252, 1253, 1253, 1263, 1252, 1264, 1253, 1264, 1263, 1247, 2728, 1248, 1254, 1254, 1254, 1262, 1262, 1249, 2730, 1250, 1262, 1265, 1266, 1265, 1266, 1252, 2737, 1253, 1255, 1255, 2738, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1268, 1268, 1268, 1269, 1269, 1269, 1271, 1271, 1272, 1272, 1269, 1277, 1290, 1277, 1280, 1280, 1281, 1281, 1290, 1280, 2740, 1281, 1282, 1282, 1283, 1283, 1297, 1282, 1297, 1283, 1285, 1285, 1286, 1286, 1296, 1285, 1298, 1286, 1298, 1296, 1280, 2747, 1281, 1287, 1287, 1287, 1295, 1295, 1282, 2748, 1283, 1295, 1299, 1310, 1299, 1310, 1285, 2750, 1286, 1288, 1288, 2758, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1288, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1301, 1301, 1301, 1302, 1302, 1302, 1304, 1304, 1305, 1305, 1302, 1313, 1313, 1314, 1314, 2759, 1313, 1323, 1314, 1315, 1315, 1316, 1316, 1323, 1315, 2761, 1316, 1318, 1318, 1319, 1319, 1329, 1318, 1330, 1319, 1330, 1329, 1313, 2768, 1314, 1320, 1320, 1320, 1328, 1328, 1315, 2769, 1316, 1328, 1331, 1332, 1331, 1332, 1318, 2771, 1319, 1321, 1321, 2779, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1321, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1324, 1334, 1334, 1334, 1335, 1335, 1335, 1337, 1337, 1338, 1338, 1335, 1343, 1356, 1343, 1346, 1346, 1347, 1347, 1356, 1346, 2780, 1347, 1348, 1348, 1349, 1349, 1363, 1348, 1363, 1349, 1351, 1351, 1352, 1352, 1362, 1351, 1364, 1352, 1364, 1362, 1346, 2782, 1347, 1353, 1353, 1353, 1361, 1361, 1348, 2789, 1349, 1361, 1365, 1376, 1365, 1376, 1351, 2790, 1352, 1354, 1354, 2792, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1357, 1367, 1367, 1367, 1368, 1368, 1368, 1370, 1370, 1371, 1371, 1368, 1379, 1379, 1380, 1380, 2799, 1379, 1389, 1380, 1381, 1381, 1382, 1382, 1389, 1381, 2800, 1382, 1384, 1384, 1385, 1385, 1395, 1384, 1396, 1385, 1396, 1395, 1379, 2802, 1380, 1386, 1386, 1386, 1394, 1394, 1381, 2809, 1382, 1394, 1397, 1398, 1397, 1398, 1384, 2810, 1385, 1387, 1387, 2812, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1387, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1400, 1400, 1400, 1401, 1401, 1401, 1403, 1403, 1404, 1404, 1401, 1409, 1422, 1409, 1412, 1412, 1413, 1413, 1422, 1412, 2819, 1413, 1414, 1414, 1415, 1415, 1429, 1414, 1429, 1415, 1417, 1417, 1418, 1418, 1428, 1417, 1430, 1418, 1430, 1428, 1412, 2820, 1413, 1419, 1419, 1419, 1427, 1427, 1414, 2822, 1415, 1427, 1431, 1442, 1431, 1442, 1417, 2829, 1418, 1420, 1420, 2830, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1420, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1433, 1433, 1433, 1434, 1434, 1434, 1436, 1436, 1437, 1437, 1434, 1445, 1445, 1446, 1446, 2832, 1445, 1455, 1446, 1447, 1447, 1448, 1448, 1455, 1447, 2839, 1448, 1450, 1450, 1451, 1451, 1461, 1450, 1462, 1451, 1462, 1461, 1445, 2840, 1446, 1452, 1452, 1452, 1460, 1460, 1447, 2842, 1448, 1460, 1463, 1464, 1463, 1464, 1450, 2849, 1451, 1453, 1453, 2850, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1456, 1466, 1466, 1466, 1467, 1467, 1467, 1469, 1469, 1470, 1470, 1467, 1475, 1488, 1475, 1478, 1478, 1479, 1479, 1488, 1478, 2852, 1479, 1480, 1480, 1481, 1481, 1495, 1480, 1495, 1481, 1483, 1483, 1484, 1484, 1494, 1483, 1496, 1484, 1496, 1494, 1478, 2859, 1479, 1485, 1485, 1485, 1493, 1493, 1480, 2860, 1481, 1493, 1497, 1508, 1497, 1508, 1483, 2862, 1484, 1486, 1486, 2869, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1489, 1499, 1499, 1499, 1500, 1500, 1500, 1502, 1502, 1503, 1503, 1500, 1511, 1511, 1512, 1512, 2870, 1511, 1521, 1512, 1513, 1513, 1514, 1514, 1521, 1513, 2872, 1514, 1516, 1516, 1517, 1517, 1527, 1516, 1528, 1517, 1528, 1527, 1511, 2879, 1512, 1518, 1518, 1518, 1526, 1526, 1513, 2880, 1514, 1526, 1529, 1530, 1529, 1530, 1516, 2882, 1517, 1519, 1519, 2889, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1532, 1532, 1532, 1533, 1533, 1533, 1535, 1535, 1536, 1536, 1533, 1541, 1554, 1541, 1544, 1544, 1545, 1545, 1554, 1544, 2890, 1545, 1546, 1546, 1547, 1547, 1561, 1546, 1561, 1547, 1549, 1549, 1550, 1550, 1560, 1549, 1562, 1550, 1562, 1560, 1544, 2892, 1545, 1551, 1551, 1551, 1559, 1559, 1546, 2900, 1547, 1559, 1563, 1574, 1563, 1574, 1549, 2901, 1550, 1552, 1552, 2903, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1565, 1565, 1565, 1566, 1566, 1566, 1568, 1568, 1569, 1569, 1566, 1577, 1577, 1578, 1578, 2910, 1577, 1587, 1578, 1579, 1579, 1580, 1580, 1587, 1579, 2911, 1580, 1582, 1582, 1583, 1583, 1593, 1582, 1594, 1583, 1594, 1593, 1577, 2913, 1578, 1584, 1584, 1584, 1592, 1592, 1579, 2920, 1580, 1592, 1595, 1596, 1595, 1596, 1582, 2921, 1583, 1585, 1585, 2923, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1598, 1598, 1598, 1599, 1599, 1599, 1601, 1601, 1602, 1602, 1599, 1607, 1620, 1607, 1610, 1610, 1611, 1611, 1620, 1610, 2930, 1611, 1612, 1612, 1613, 1613, 1627, 1612, 1627, 1613, 1615, 1615, 1616, 1616, 1626, 1615, 1628, 1616, 1628, 1626, 1610, 2931, 1611, 1617, 1617, 1617, 1625, 1625, 1612, 2933, 1613, 1625, 1629, 1640, 1629, 1640, 1615, 2940, 1616, 1618, 1618, 2941, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1618, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1621, 1631, 1631, 1631, 1632, 1632, 1632, 1634, 1634, 1635, 1635, 1632, 1643, 1643, 1644, 1644, 2943, 1643, 1653, 1644, 1645, 1645, 1646, 1646, 1653, 1645, 2950, 1646, 1648, 1648, 1649, 1649, 1659, 1648, 1660, 1649, 1660, 1659, 1643, 2951, 1644, 1650, 1650, 1650, 1658, 1658, 1645, 2953, 1646, 1658, 1661, 1662, 1661, 1662, 1648, 2960, 1649, 1651, 1651, 2961, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1654, 1664, 1664, 1664, 1665, 1665, 1665, 1667, 1667, 1668, 1668, 1665, 1673, 1686, 1673, 1676, 1676, 1677, 1677, 1686, 1676, 2963, 1677, 1678, 1678, 1679, 1679, 1693, 1678, 1693, 1679, 1681, 1681, 1682, 1682, 1692, 1681, 1694, 1682, 1694, 1692, 1676, 2970, 1677, 1683, 1683, 1683, 1691, 1691, 1678, 2971, 1679, 1691, 1695, 1706, 1695, 1706, 1681, 2973, 1682, 1684, 1684, 2980, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1684, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1697, 1697, 1697, 1698, 1698, 1698, 1700, 1700, 1701, 1701, 1698, 1709, 1709, 1710, 1710, 2981, 1709, 1719, 1710, 1711, 1711, 1712, 1712, 1719, 1711, 2983, 1712, 1714, 1714, 1715, 1715, 1725, 1714, 1726, 1715, 1726, 1725, 1709, 2990, 1710, 1716, 1716, 1716, 1724, 1724, 1711, 2991, 1712, 1724, 1727, 1728, 1727, 1728, 1714, 2993, 1715, 1717, 1717, 3000, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1720, 1730, 1730, 1730, 1731, 1731, 1731, 1733, 1733, 1734, 1734, 1731, 1739, 1752, 1739, 1742, 1742, 1743, 1743, 1752, 1742, 3001, 1743, 1744, 1744, 1745, 1745, 1759, 1744, 1759, 1745, 1747, 1747, 1748, 1748, 1758, 1747, 1760, 1748, 1760, 1758, 1742, 3003, 1743, 1749, 1749, 1749, 1757, 1757, 1744, 3010, 1745, 1757, 1761, 1772, 1761, 1772, 1747, 3011, 1748, 1750, 1750, 3013, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1753, 1763, 1763, 1763, 1764, 1764, 1764, 1766, 1766, 1767, 1767, 1764, 1775, 1775, 1776, 1776, 3020, 1775, 1785, 1776, 1777, 1777, 1778, 1778, 1785, 1777, 3021, 1778, 1780, 1780, 1781, 1781, 1791, 1780, 1792, 1781, 1792, 1791, 1775, 3023, 1776, 1782, 1782, 1782, 1790, 1790, 1777, 3030, 1778, 1790, 1793, 1794, 1793, 1794, 1780, 3031, 1781, 1783, 1783, 3033, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1783, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1796, 1796, 1796, 1797, 1797, 1797, 1799, 1799, 1800, 1800, 1797, 1805, 1818, 1805, 1808, 1808, 1809, 1809, 1818, 1808, 3040, 1809, 1810, 1810, 1811, 1811, 1825, 1810, 1825, 1811, 1813, 1813, 1814, 1814, 1824, 1813, 1826, 1814, 1826, 1824, 1808, 3041, 1809, 1815, 1815, 1815, 1823, 1823, 1810, 3043, 1811, 1823, 1827, 1838, 1827, 1838, 1813, 3050, 1814, 1816, 1816, 3051, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1829, 1829, 1829, 1830, 1830, 1830, 1832, 1832, 1833, 1833, 1830, 1841, 1841, 1842, 1842, 3053, 1841, 1851, 1842, 1843, 1843, 1844, 1844, 1851, 1843, 3060, 1844, 1846, 1846, 1847, 1847, 1857, 1846, 1858, 1847, 1858, 1857, 1841, 3061, 1842, 1848, 1848, 1848, 1856, 1856, 1843, 3063, 1844, 1856, 1859, 1860, 1859, 1860, 1846, 3070, 1847, 1849, 1849, 3071, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1852, 1862, 1862, 1862, 1863, 1863, 1863, 1865, 1865, 1866, 1866, 1863, 1871, 1884, 1871, 1874, 1874, 1875, 1875, 1884, 1874, 3073, 1875, 1876, 1876, 1877, 1877, 1891, 1876, 1891, 1877, 1879, 1879, 1880, 1880, 1890, 1879, 1892, 1880, 1892, 1890, 1874, 3080, 1875, 1881, 1881, 1881, 1889, 1889, 1876, 3081, 1877, 1889, 1893, 1904, 1893, 1904, 1879, 3083, 1880, 1882, 1882, 3090, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1895, 1895, 1895, 1896, 1896, 1896, 1898, 1898, 1899, 1899, 1896, 1907, 1907, 1908, 1908, 3091, 1907, 1917, 1908, 1909, 1909, 1910, 1910, 1917, 1909, 3093, 1910, 1912, 1912, 1913, 1913, 1923, 1912, 1924, 1913, 1924, 1923, 1907, 3100, 1908, 1914, 1914, 1914, 1922, 1922, 1909, 3101, 1910, 1922, 1925, 1926, 1925, 1926, 1912, 3103, 1913, 1915, 1915, 3110, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1928, 1928, 1928, 1929, 1929, 1929, 1931, 1931, 1932, 1932, 1929, 1937, 1950, 1937, 1940, 1940, 1941, 1941, 1950, 1940, 3111, 1941, 1942, 1942, 1943, 1943, 1957, 1942, 1957, 1943, 1945, 1945, 1946, 1946, 1956, 1945, 1958, 1946, 1958, 1956, 1940, 3113, 1941, 1947, 1947, 1947, 1955, 1955, 1942, 3120, 1943, 1955, 1959, 1970, 1959, 1970, 1945, 3121, 1946, 1948, 1948, 3123, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1961, 1961, 1961, 1962, 1962, 1962, 1964, 1964, 1965, 1965, 1962, 1973, 1973, 1974, 1974, 3130, 1973, 1983, 1974, 1975, 1975, 1976, 1976, 1983, 1975, 3131, 1976, 1978, 1978, 1979, 1979, 1989, 1978, 1990, 1979, 1990, 1989, 1973, 3133, 1974, 1980, 1980, 1980, 1988, 1988, 1975, 3140, 1976, 1988, 1991, 1992, 1991, 1992, 1978, 3141, 1979, 1981, 1981, 3143, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1981, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1994, 1994, 1994, 1995, 1995, 1995, 1997, 1997, 1998, 1998, 1995, 2003, 2016, 2003, 2006, 2006, 2007, 2007, 2016, 2006, 3150, 2007, 2008, 2008, 2009, 2009, 2023, 2008, 2023, 2009, 2011, 2011, 2012, 2012, 2022, 2011, 2024, 2012, 2024, 2022, 2006, 3151, 2007, 2013, 2013, 2013, 2021, 2021, 2008, 3153, 2009, 2021, 2025, 2036, 2025, 2036, 2011, 3160, 2012, 2014, 2014, 3161, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2014, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2027, 2027, 2027, 2028, 2028, 2028, 2030, 2030, 2031, 2031, 2028, 2039, 2039, 2040, 2040, 3163, 2039, 2049, 2040, 2041, 2041, 2042, 2042, 2049, 2041, 3170, 2042, 2044, 2044, 2045, 2045, 2055, 2044, 2056, 2045, 2056, 2055, 2039, 3171, 2040, 2046, 2046, 2046, 2054, 2054, 2041, 3173, 2042, 2054, 2057, 2058, 2057, 2058, 2044, 3180, 2045, 2047, 2047, 3181, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2060, 2060, 2060, 2061, 2061, 2061, 2063, 2063, 2064, 2064, 2061, 2069, 2082, 2069, 2072, 2072, 2073, 2073, 2082, 2072, 3183, 2073, 2074, 2074, 2075, 2075, 2089, 2074, 2089, 2075, 2077, 2077, 2078, 2078, 2088, 2077, 2090, 2078, 2090, 2088, 2072, 3190, 2073, 2079, 2079, 2079, 2087, 2087, 2074, 3191, 2075, 2087, 2091, 2102, 2091, 2102, 2077, 3193, 2078, 2080, 2080, 3200, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2080, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2093, 2093, 2093, 2094, 2094, 2094, 2096, 2096, 2097, 2097, 2094, 2105, 2105, 2106, 2106, 3201, 2105, 2115, 2106, 2107, 2107, 2108, 2108, 2115, 2107, 3203, 2108, 2110, 2110, 2111, 2111, 2121, 2110, 2122, 2111, 2122, 2121, 2105, 3210, 2106, 2112, 2112, 2112, 2120, 2120, 2107, 3211, 2108, 2120, 2123, 2124, 2123, 2124, 2110, 3213, 2111, 2113, 2113, 3220, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2113, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2116, 2126, 2126, 2126, 2127, 2127, 2127, 2129, 2129, 2130, 2130, 2127, 2135, 2148, 2135, 2138, 2138, 2139, 2139, 2148, 2138, 3221, 2139, 2140, 2140, 2141, 2141, 2155, 2140, 2155, 2141, 2143, 2143, 2144, 2144, 2154, 2143, 2156, 2144, 2156, 2154, 2138, 3223, 2139, 2145, 2145, 2145, 2153, 2153, 2140, 3230, 2141, 2153, 2157, 2168, 2157, 2168, 2143, 3231, 2144, 2146, 2146, 3233, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2149, 2159, 2159, 2159, 2160, 2160, 2160, 2162, 2162, 2163, 2163, 2160, 2171, 2171, 2172, 2172, 3240, 2171, 2181, 2172, 2173, 2173, 2174, 2174, 2181, 2173, 3241, 2174, 2176, 2176, 2177, 2177, 2187, 2176, 2188, 2177, 2188, 2187, 2171, 3243, 2172, 2178, 2178, 2178, 2186, 2186, 2173, 3250, 2174, 2186, 2189, 2190, 2189, 2190, 2176, 3251, 2177, 2179, 2179, 3253, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2179, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2192, 2192, 2192, 2193, 2193, 2193, 2195, 2195, 2196, 2196, 2193, 2201, 2214, 2201, 2204, 2204, 2205, 2205, 2214, 2204, 3260, 2205, 2206, 2206, 2207, 2207, 2221, 2206, 2221, 2207, 2209, 2209, 2210, 2210, 2220, 2209, 2222, 2210, 2222, 2220, 2204, 3261, 2205, 2211, 2211, 2211, 2219, 2219, 2206, 3263, 2207, 2219, 2223, 2234, 2223, 2234, 2209, 3270, 2210, 2212, 2212, 3271, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2212, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2215, 2225, 2225, 2225, 2226, 2226, 2226, 2228, 2228, 2229, 2229, 2226, 2237, 2237, 2238, 2238, 3273, 2237, 2247, 2238, 2239, 2239, 2240, 2240, 2247, 2239, 3280, 2240, 2242, 2242, 2243, 2243, 2253, 2242, 2254, 2243, 2254, 2253, 2237, 3281, 2238, 2244, 2244, 2244, 2252, 2252, 2239, 3283, 2240, 2252, 2255, 2256, 2255, 2256, 2242, 3290, 2243, 2245, 2245, 3291, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2245, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2258, 2258, 2258, 2259, 2259, 2259, 2261, 2261, 2262, 2262, 2259, 2267, 2280, 2267, 2270, 2270, 2271, 2271, 2280, 2270, 3293, 2271, 2272, 2272, 2273, 2273, 2287, 2272, 2287, 2273, 2275, 2275, 2276, 2276, 2286, 2275, 2288, 2276, 2288, 2286, 2270, 3300, 2271, 2277, 2277, 2277, 2285, 2285, 2272, 3301, 2273, 2285, 2289, 2300, 2289, 2300, 2275, 3303, 2276, 2278, 2278, 3310, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2281, 2291, 2291, 2291, 2292, 2292, 2292, 2294, 2294, 2295, 2295, 2292, 2303, 2303, 2304, 2304, 3311, 2303, 2313, 2304, 2305, 2305, 2306, 2306, 2313, 2305, 3313, 2306, 2308, 2308, 2309, 2309, 2319, 2308, 2320, 2309, 2320, 2319, 2303, 3320, 2304, 2310, 2310, 2310, 2318, 2318, 2305, 3321, 2306, 2318, 2321, 2322, 2321, 2322, 2308, 3323, 2309, 2311, 2311, 3330, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2324, 2324, 2324, 2325, 2325, 2325, 2327, 2327, 2328, 2328, 2325, 2333, 2346, 2333, 2336, 2336, 2337, 2337, 2346, 2336, 3331, 2337, 2338, 2338, 2339, 2339, 2353, 2338, 2353, 2339, 2341, 2341, 2342, 2342, 2352, 2341, 2354, 2342, 2354, 2352, 2336, 3333, 2337, 2343, 2343, 2343, 2351, 2351, 2338, 3340, 2339, 2351, 2355, 2366, 2355, 2366, 2341, 3341, 2342, 2344, 2344, 3343, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2357, 2357, 2357, 2358, 2358, 2358, 2360, 2360, 2361, 2361, 2358, 2369, 2369, 2370, 2370, 3350, 2369, 2379, 2370, 2371, 2371, 2372, 2372, 2379, 2371, 3351, 2372, 2374, 2374, 2375, 2375, 2385, 2374, 2386, 2375, 2386, 2385, 2369, 3353, 2370, 2376, 2376, 2376, 2384, 2384, 2371, 3360, 2372, 2384, 2387, 2388, 2387, 2388, 2374, 3361, 2375, 2377, 2377, 3363, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2390, 2390, 2390, 2391, 2391, 2391, 2393, 2393, 2394, 2394, 2391, 2399, 2412, 2399, 2402, 2402, 2403, 2403, 2412, 2402, 3370, 2403, 2404, 2404, 2405, 2405, 2419, 2404, 2419, 2405, 2407, 2407, 2408, 2408, 2418, 2407, 2420, 2408, 2420, 2418, 2402, 3371, 2403, 2409, 2409, 2409, 2417, 2417, 2404, 3373, 2405, 2417, 2421, 2432, 2421, 2432, 2407, 3380, 2408, 2410, 2410, 3381, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2410, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2413, 2423, 2423, 2423, 2424, 2424, 2424, 2426, 2426, 2427, 2427, 2424, 2435, 2435, 2436, 2436, 3383, 2435, 2445, 2436, 2437, 2437, 2438, 2438, 2445, 2437, 3390, 2438, 2440, 2440, 2441, 2441, 2451, 2440, 2452, 2441, 2452, 2451, 2435, 3391, 2436, 2442, 2442, 2442, 2450, 2450, 2437, 3393, 2438, 2450, 2453, 2454, 2453, 2454, 2440, 3400, 2441, 2443, 2443, 3401, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2456, 2456, 2456, 2457, 2457, 2457, 2459, 2459, 2460, 2460, 2457, 2465, 2478, 2465, 2468, 2468, 2469, 2469, 2478, 2468, 3403, 2469, 2470, 2470, 2471, 2471, 2485, 2470, 2485, 2471, 2473, 2473, 2474, 2474, 2484, 2473, 2486, 2474, 2486, 2484, 2468, 3410, 2469, 2475, 2475, 2475, 2483, 2483, 2470, 3411, 2471, 2483, 2487, 2498, 2487, 2498, 2473, 3413, 2474, 2476, 2476, 3420, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2476, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2489, 2489, 2489, 2490, 2490, 2490, 2492, 2492, 2493, 2493, 2490, 2501, 2501, 2502, 2502, 3421, 2501, 2511, 2502, 2503, 2503, 2504, 2504, 2511, 2503, 3423, 2504, 2506, 2506, 2507, 2507, 2517, 2506, 2518, 2507, 2518, 2517, 2501, 3430, 2502, 2508, 2508, 2508, 2516, 2516, 2503, 3431, 2504, 2516, 2519, 2520, 2519, 2520, 2506, 3433, 2507, 2509, 2509, 3440, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2509, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2512, 2522, 2522, 2522, 2523, 2523, 2523, 2525, 2525, 2526, 2526, 2523, 2531, 2544, 2531, 2534, 2534, 2535, 2535, 2544, 2534, 3441, 2535, 2536, 2536, 2537, 2537, 2551, 2536, 2551, 2537, 2539, 2539, 2540, 2540, 2550, 2539, 2552, 2540, 2552, 2550, 2534, 3443, 2535, 2541, 2541, 2541, 2549, 2549, 2536, 3448, 2537, 2549, 2553, 2564, 2553, 2564, 2539, 3449, 2540, 2542, 2542, 3451, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2545, 2555, 2555, 2555, 2556, 2556, 2556, 2558, 2558, 2559, 2559, 2556, 2567, 2567, 2568, 2568, 3452, 2567, 2577, 2568, 2569, 2569, 2570, 2570, 2577, 2569, 3454, 2570, 2572, 2572, 2573, 2573, 2583, 2572, 2584, 2573, 2584, 2583, 2567, 3456, 2568, 2574, 2574, 2574, 2582, 2582, 2569, 2151, 2570, 2582, 2585, 2586, 2585, 2586, 2572, 2142, 2573, 2575, 2575, 2137, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2575, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2588, 2588, 2588, 2589, 2589, 2589, 2591, 2591, 2592, 2592, 2589, 2597, 2610, 2597, 2600, 2600, 2601, 2601, 2610, 2600, 2134, 2601, 2602, 2602, 2603, 2603, 2616, 2602, 2616, 2603, 2605, 2605, 2606, 2606, 2133, 2605, 2128, 2606, 2620, 2620, 2600, 2119, 2601, 2607, 2607, 2607, 2614, 2614, 2602, 2118, 2603, 2614, 2617, 2617, 2617, 2109, 2605, 2104, 2606, 2608, 2621, 2621, 2608, 2608, 2618, 2618, 2618, 2608, 2632, 2632, 2101, 2618, 2100, 2095, 2086, 2085, 2076, 2071, 2068, 2067, 2062, 2053, 2052, 2043, 2038, 2035, 2034, 2029, 2608, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2611, 2626, 2626, 2627, 2627, 2020, 2626, 2019, 2627, 2628, 2628, 2629, 2629, 2010, 2628, 2005, 2629, 2002, 2001, 1996, 1987, 1986, 1977, 1972, 1969, 1968, 1963, 2626, 1954, 2627, 1953, 1944, 1939, 1936, 1935, 2628, 1930, 2629, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2634, 2634, 2635, 2635, 1921, 2634, 1920, 2635, 1911, 1906, 1903, 1902, 1897, 1888, 1887, 1878, 1873, 1870, 1869, 1864, 1855, 1854, 1845, 1840, 1837, 1836, 2634, 1831, 2635, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2641, 2641, 2642, 2642, 1822, 2641, 1821, 2642, 1812, 1807, 1804, 1803, 1798, 1789, 1788, 1779, 1774, 1771, 1770, 1765, 1756, 1755, 1746, 1741, 1738, 1737, 2641, 1732, 2642, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2654, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2656, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2658, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2660, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2662, 2667, 2667, 2667, 2667, 2667, 2668, 2668, 2668, 2668, 2668, 2669, 2669, 2669, 2669, 2669, 2670, 1723, 2670, 2670, 2670, 2671, 1722, 2671, 2671, 2671, 2672, 1713, 2672, 2672, 2672, 2674, 1708, 2674, 2674, 2674, 2675, 1705, 2675, 2675, 2675, 2676, 2676, 2676, 2676, 2676, 2677, 1704, 2677, 2677, 2677, 2678, 1699, 2678, 2678, 2678, 2679, 1690, 2679, 2679, 2679, 2681, 1689, 2681, 2681, 2681, 2682, 2682, 2683, 1680, 2683, 2683, 2683, 2684, 1675, 2684, 2684, 2684, 2685, 1672, 2685, 2685, 2685, 2686, 1671, 2686, 2686, 2686, 2688, 1666, 2688, 2688, 2688, 2690, 1657, 2690, 2690, 2690, 2691, 1656, 2691, 2691, 2691, 2692, 1647, 2692, 2692, 2692, 2693, 2693, 2695, 1642, 2695, 2695, 2695, 2697, 1639, 2697, 2697, 2697, 2698, 1638, 2698, 2698, 2698, 2699, 1633, 2699, 2699, 2699, 2702, 1624, 2702, 2702, 2702, 2704, 1623, 2704, 2704, 2704, 2705, 1614, 2705, 2705, 2705, 2706, 1609, 2706, 2706, 2706, 2707, 1606, 2707, 2707, 2707, 2710, 1605, 2710, 2710, 2710, 2712, 1600, 2712, 2712, 2712, 2713, 1591, 2713, 2713, 2713, 2714, 1590, 2714, 2714, 2714, 2715, 1581, 2715, 2715, 2715, 2716, 1576, 2716, 2716, 2716, 2719, 1573, 2719, 2719, 2719, 2721, 1572, 2721, 2721, 2721, 2722, 1567, 2722, 2722, 2722, 2723, 1558, 2723, 2723, 2723, 2724, 1557, 2724, 2724, 2724, 2725, 1548, 2725, 2725, 2725, 2726, 1543, 2726, 2726, 2726, 2729, 1540, 2729, 2729, 2729, 2731, 1539, 2731, 2731, 2731, 2732, 1534, 2732, 2732, 2732, 2733, 1525, 2733, 2733, 2733, 2734, 1524, 2734, 2734, 2734, 2735, 1515, 2735, 2735, 2735, 2736, 1510, 2736, 2736, 2736, 2739, 1507, 2739, 2739, 2739, 2741, 1506, 2741, 2741, 2741, 2742, 1501, 2742, 2742, 2742, 2743, 1492, 2743, 2743, 2743, 2744, 1491, 2744, 2744, 2744, 2745, 1482, 2745, 2745, 2745, 2746, 1477, 2746, 2746, 2746, 2749, 1474, 2749, 2749, 2749, 2751, 2751, 2752, 1473, 2752, 2752, 2752, 2753, 1468, 2753, 2753, 2753, 2754, 1459, 2754, 2754, 2754, 2755, 1458, 2755, 2755, 2755, 2756, 1449, 2756, 2756, 2756, 2757, 1444, 2757, 2757, 2757, 2760, 1441, 2760, 2760, 2760, 2762, 1440, 2762, 2762, 2762, 2763, 1435, 2763, 2763, 2763, 2764, 1426, 2764, 2764, 2764, 2765, 1425, 2765, 2765, 2765, 2766, 1416, 2766, 2766, 2766, 2767, 1411, 2767, 2767, 2767, 2770, 1408, 2770, 2770, 2770, 2772, 2772, 2772, 2772, 2772, 2773, 1407, 2773, 2773, 2773, 2774, 1402, 2774, 2774, 2774, 2775, 1393, 2775, 2775, 2775, 2776, 1392, 2776, 2776, 2776, 2777, 1383, 2777, 2777, 2777, 2778, 1378, 2778, 2778, 2778, 2781, 1375, 2781, 2781, 2781, 2783, 1374, 2783, 2783, 2783, 2784, 1369, 2784, 2784, 2784, 2785, 1360, 2785, 2785, 2785, 2786, 1359, 2786, 2786, 2786, 2787, 1350, 2787, 2787, 2787, 2788, 1345, 2788, 2788, 2788, 2791, 1342, 2791, 2791, 2791, 2793, 1341, 2793, 2793, 2793, 2794, 1336, 2794, 2794, 2794, 2795, 1327, 2795, 2795, 2795, 2796, 1326, 2796, 2796, 2796, 2797, 1317, 2797, 2797, 2797, 2798, 1312, 2798, 2798, 2798, 2801, 1309, 2801, 2801, 2801, 2803, 1308, 2803, 2803, 2803, 2804, 1303, 2804, 2804, 2804, 2805, 1294, 2805, 2805, 2805, 2806, 1293, 2806, 2806, 2806, 2807, 1284, 2807, 2807, 2807, 2808, 1279, 2808, 2808, 2808, 2811, 1276, 2811, 2811, 2811, 2813, 1275, 2813, 2813, 2813, 2814, 1270, 2814, 2814, 2814, 2815, 1261, 2815, 2815, 2815, 2816, 1260, 2816, 2816, 2816, 2817, 1251, 2817, 2817, 2817, 2818, 1246, 2818, 2818, 2818, 2821, 1243, 2821, 2821, 2821, 2823, 1242, 2823, 2823, 2823, 2824, 1237, 2824, 2824, 2824, 2825, 1228, 2825, 2825, 2825, 2826, 1227, 2826, 2826, 2826, 2827, 1218, 2827, 2827, 2827, 2828, 1213, 2828, 2828, 2828, 2831, 1210, 2831, 2831, 2831, 2833, 1209, 2833, 2833, 2833, 2834, 1204, 2834, 2834, 2834, 2835, 1195, 2835, 2835, 2835, 2836, 1194, 2836, 2836, 2836, 2837, 1185, 2837, 2837, 2837, 2838, 1180, 2838, 2838, 2838, 2841, 1177, 2841, 2841, 2841, 2843, 1176, 2843, 2843, 2843, 2844, 1171, 2844, 2844, 2844, 2845, 1162, 2845, 2845, 2845, 2846, 1161, 2846, 2846, 2846, 2847, 1152, 2847, 2847, 2847, 2848, 1147, 2848, 2848, 2848, 2851, 1144, 2851, 2851, 2851, 2853, 1143, 2853, 2853, 2853, 2854, 1138, 2854, 2854, 2854, 2855, 1129, 2855, 2855, 2855, 2856, 1128, 2856, 2856, 2856, 2857, 1119, 2857, 2857, 2857, 2858, 1114, 2858, 2858, 2858, 2861, 1111, 2861, 2861, 2861, 2863, 1110, 2863, 2863, 2863, 2864, 1105, 2864, 2864, 2864, 2865, 1096, 2865, 2865, 2865, 2866, 1095, 2866, 2866, 2866, 2867, 1086, 2867, 2867, 2867, 2868, 1081, 2868, 2868, 2868, 2871, 1078, 2871, 2871, 2871, 2873, 1077, 2873, 2873, 2873, 2874, 1072, 2874, 2874, 2874, 2875, 1063, 2875, 2875, 2875, 2876, 1062, 2876, 2876, 2876, 2877, 1053, 2877, 2877, 2877, 2878, 1048, 2878, 2878, 2878, 2881, 1045, 2881, 2881, 2881, 2883, 1044, 2883, 2883, 2883, 2884, 1039, 2884, 2884, 2884, 2885, 1030, 2885, 2885, 2885, 2886, 1029, 2886, 2886, 2886, 2887, 1020, 2887, 2887, 2887, 2888, 1015, 2888, 2888, 2888, 2891, 1012, 2891, 2891, 2891, 2893, 2893, 2893, 2894, 1011, 2894, 2894, 2894, 2895, 1006, 2895, 2895, 2895, 2896, 997, 2896, 2896, 2896, 2897, 996, 2897, 2897, 2897, 2898, 987, 2898, 2898, 2898, 2899, 982, 2899, 2899, 2899, 2902, 979, 2902, 2902, 2902, 2904, 978, 2904, 2904, 2904, 2905, 973, 2905, 2905, 2905, 2906, 964, 2906, 2906, 2906, 2907, 963, 2907, 2907, 2907, 2908, 954, 2908, 2908, 2908, 2909, 949, 2909, 2909, 2909, 2912, 946, 2912, 2912, 2912, 2914, 945, 2914, 2914, 2914, 2915, 940, 2915, 2915, 2915, 2916, 931, 2916, 2916, 2916, 2917, 930, 2917, 2917, 2917, 2918, 921, 2918, 2918, 2918, 2919, 916, 2919, 2919, 2919, 2922, 913, 2922, 2922, 2922, 2924, 912, 2924, 2924, 2924, 2925, 907, 2925, 2925, 2925, 2926, 898, 2926, 2926, 2926, 2927, 897, 2927, 2927, 2927, 2928, 888, 2928, 2928, 2928, 2929, 883, 2929, 2929, 2929, 2932, 880, 2932, 2932, 2932, 2934, 879, 2934, 2934, 2934, 2935, 874, 2935, 2935, 2935, 2936, 865, 2936, 2936, 2936, 2937, 864, 2937, 2937, 2937, 2938, 855, 2938, 2938, 2938, 2939, 850, 2939, 2939, 2939, 2942, 847, 2942, 2942, 2942, 2944, 846, 2944, 2944, 2944, 2945, 841, 2945, 2945, 2945, 2946, 832, 2946, 2946, 2946, 2947, 831, 2947, 2947, 2947, 2948, 830, 2948, 2948, 2948, 2949, 821, 2949, 2949, 2949, 2952, 816, 2952, 2952, 2952, 2954, 813, 2954, 2954, 2954, 2955, 808, 2955, 2955, 2955, 2956, 800, 2956, 2956, 2956, 2957, 799, 2957, 2957, 2957, 2958, 798, 2958, 2958, 2958, 2959, 789, 2959, 2959, 2959, 2962, 784, 2962, 2962, 2962, 2964, 777, 2964, 2964, 2964, 2965, 770, 2965, 2965, 2965, 2966, 769, 2966, 2966, 2966, 2967, 758, 2967, 2967, 2967, 2968, 753, 2968, 2968, 2968, 2969, 751, 2969, 2969, 2969, 2972, 746, 2972, 2972, 2972, 2974, 739, 2974, 2974, 2974, 2975, 738, 2975, 2975, 2975, 2976, 737, 2976, 2976, 2976, 2977, 731, 2977, 2977, 2977, 2978, 727, 2978, 2978, 2978, 2979, 722, 2979, 2979, 2979, 2982, 720, 2982, 2982, 2982, 2984, 715, 2984, 2984, 2984, 2985, 708, 2985, 2985, 2985, 2986, 707, 2986, 2986, 2986, 2987, 706, 2987, 2987, 2987, 2988, 696, 2988, 2988, 2988, 2989, 691, 2989, 2989, 2989, 2992, 689, 2992, 2992, 2992, 2994, 684, 2994, 2994, 2994, 2995, 677, 2995, 2995, 2995, 2996, 676, 2996, 2996, 2996, 2997, 675, 2997, 2997, 2997, 2998, 665, 2998, 2998, 2998, 2999, 660, 2999, 2999, 2999, 3002, 658, 3002, 3002, 3002, 3004, 653, 3004, 3004, 3004, 3005, 646, 3005, 3005, 3005, 3006, 645, 3006, 3006, 3006, 3007, 644, 3007, 3007, 3007, 3008, 634, 3008, 3008, 3008, 3009, 629, 3009, 3009, 3009, 3012, 627, 3012, 3012, 3012, 3014, 622, 3014, 3014, 3014, 3015, 615, 3015, 3015, 3015, 3016, 614, 3016, 3016, 3016, 3017, 613, 3017, 3017, 3017, 3018, 603, 3018, 3018, 3018, 3019, 598, 3019, 3019, 3019, 3022, 596, 3022, 3022, 3022, 3024, 591, 3024, 3024, 3024, 3025, 584, 3025, 3025, 3025, 3026, 583, 3026, 3026, 3026, 3027, 582, 3027, 3027, 3027, 3028, 572, 3028, 3028, 3028, 3029, 567, 3029, 3029, 3029, 3032, 565, 3032, 3032, 3032, 3034, 560, 3034, 3034, 3034, 3035, 553, 3035, 3035, 3035, 3036, 552, 3036, 3036, 3036, 3037, 551, 3037, 3037, 3037, 3038, 541, 3038, 3038, 3038, 3039, 536, 3039, 3039, 3039, 3042, 534, 3042, 3042, 3042, 3044, 529, 3044, 3044, 3044, 3045, 522, 3045, 3045, 3045, 3046, 521, 3046, 3046, 3046, 3047, 520, 3047, 3047, 3047, 3048, 510, 3048, 3048, 3048, 3049, 505, 3049, 3049, 3049, 3052, 503, 3052, 3052, 3052, 3054, 498, 3054, 3054, 3054, 3055, 491, 3055, 3055, 3055, 3056, 490, 3056, 3056, 3056, 3057, 489, 3057, 3057, 3057, 3058, 479, 3058, 3058, 3058, 3059, 474, 3059, 3059, 3059, 3062, 472, 3062, 3062, 3062, 3064, 467, 3064, 3064, 3064, 3065, 460, 3065, 3065, 3065, 3066, 459, 3066, 3066, 3066, 3067, 458, 3067, 3067, 3067, 3068, 448, 3068, 3068, 3068, 3069, 443, 3069, 3069, 3069, 3072, 441, 3072, 3072, 3072, 3074, 436, 3074, 3074, 3074, 3075, 429, 3075, 3075, 3075, 3076, 428, 3076, 3076, 3076, 3077, 427, 3077, 3077, 3077, 3078, 416, 3078, 3078, 3078, 3079, 411, 3079, 3079, 3079, 3082, 409, 3082, 3082, 3082, 3084, 404, 3084, 3084, 3084, 3085, 397, 3085, 3085, 3085, 3086, 396, 3086, 3086, 3086, 3087, 395, 3087, 3087, 3087, 3088, 392, 3088, 3088, 3088, 3089, 391, 3089, 3089, 3089, 3092, 383, 3092, 3092, 3092, 3094, 378, 3094, 3094, 3094, 3095, 376, 3095, 3095, 3095, 3096, 371, 3096, 3096, 3096, 3097, 364, 3097, 3097, 3097, 3098, 363, 3098, 3098, 3098, 3099, 362, 3099, 3099, 3099, 3102, 353, 3102, 3102, 3102, 3104, 348, 3104, 3104, 3104, 3105, 346, 3105, 3105, 3105, 3106, 341, 3106, 3106, 3106, 3107, 334, 3107, 3107, 3107, 3108, 333, 3108, 3108, 3108, 3109, 332, 3109, 3109, 3109, 3112, 326, 3112, 3112, 3112, 3114, 322, 3114, 3114, 3114, 3115, 317, 3115, 3115, 3115, 3116, 315, 3116, 3116, 3116, 3117, 310, 3117, 3117, 3117, 3118, 303, 3118, 3118, 3118, 3119, 302, 3119, 3119, 3119, 3122, 301, 3122, 3122, 3122, 3124, 300, 3124, 3124, 3124, 3125, 291, 3125, 3125, 3125, 3126, 286, 3126, 3126, 3126, 3127, 284, 3127, 3127, 3127, 3128, 279, 3128, 3128, 3128, 3129, 272, 3129, 3129, 3129, 3132, 271, 3132, 3132, 3132, 3134, 270, 3134, 3134, 3134, 3135, 269, 3135, 3135, 3135, 3136, 260, 3136, 3136, 3136, 3137, 255, 3137, 3137, 3137, 3138, 253, 3138, 3138, 3138, 3139, 248, 3139, 3139, 3139, 3142, 241, 3142, 3142, 3142, 3144, 240, 3144, 3144, 3144, 3145, 239, 3145, 3145, 3145, 3146, 238, 3146, 3146, 3146, 3147, 229, 3147, 3147, 3147, 3148, 224, 3148, 3148, 3148, 3149, 222, 3149, 3149, 3149, 3152, 220, 3152, 3152, 3152, 3154, 217, 3154, 3154, 3154, 3155, 210, 3155, 3155, 3155, 3156, 209, 3156, 3156, 3156, 3157, 208, 3157, 3157, 3157, 3158, 207, 3158, 3158, 3158, 3159, 198, 3159, 3159, 3159, 3162, 193, 3162, 3162, 3162, 3164, 191, 3164, 3164, 3164, 3165, 190, 3165, 3165, 3165, 3166, 189, 3166, 3166, 3166, 3167, 186, 3167, 3167, 3167, 3168, 179, 3168, 3168, 3168, 3169, 178, 3169, 3169, 3169, 3172, 177, 3172, 3172, 3172, 3174, 176, 3174, 3174, 3174, 3175, 167, 3175, 3175, 3175, 3176, 162, 3176, 3176, 3176, 3177, 161, 3177, 3177, 3177, 3178, 160, 3178, 3178, 3178, 3179, 159, 3179, 3179, 3179, 3182, 158, 3182, 3182, 3182, 3184, 155, 3184, 3184, 3184, 3185, 147, 3185, 3185, 3185, 3186, 146, 3186, 3186, 3186, 3187, 145, 3187, 3187, 3187, 3188, 144, 3188, 3188, 3188, 3189, 135, 3189, 3189, 3189, 3192, 131, 3192, 3192, 3192, 3194, 130, 3194, 3194, 3194, 3195, 129, 3195, 3195, 3195, 3196, 128, 3196, 3196, 3196, 3197, 126, 3197, 3197, 3197, 3198, 124, 3198, 3198, 3198, 3199, 116, 3199, 3199, 3199, 3202, 115, 3202, 3202, 3202, 3204, 114, 3204, 3204, 3204, 3205, 113, 3205, 3205, 3205, 3206, 100, 3206, 3206, 3206, 3207, 97, 3207, 3207, 3207, 3208, 96, 3208, 3208, 3208, 3209, 95, 3209, 3209, 3209, 3212, 92, 3212, 3212, 3212, 3214, 91, 3214, 3214, 3214, 3215, 89, 3215, 3215, 3215, 3216, 88, 3216, 3216, 3216, 3217, 80, 3217, 3217, 3217, 3218, 79, 3218, 3218, 3218, 3219, 78, 3219, 3219, 3219, 3222, 77, 3222, 3222, 3222, 3224, 68, 3224, 3224, 3224, 3225, 67, 3225, 3225, 3225, 3226, 66, 3226, 3226, 3226, 3227, 61, 3227, 3227, 3227, 3228, 60, 3228, 3228, 3228, 3229, 55, 3229, 3229, 3229, 3232, 54, 3232, 3232, 3232, 3234, 53, 3234, 3234, 3234, 3235, 50, 3235, 3235, 3235, 3236, 49, 3236, 3236, 3236, 3237, 42, 3237, 3237, 3237, 3238, 41, 3238, 3238, 3238, 3239, 39, 3239, 3239, 3239, 3242, 33, 3242, 3242, 3242, 3244, 31, 3244, 3244, 3244, 3245, 30, 3245, 3245, 3245, 3246, 26, 3246, 3246, 3246, 3247, 24, 3247, 3247, 3247, 3248, 23, 3248, 3248, 3248, 3249, 22, 3249, 3249, 3249, 3252, 15, 3252, 3252, 3252, 3254, 13, 3254, 3254, 3254, 3255, 12, 3255, 3255, 3255, 3256, 9, 3256, 3256, 3256, 3257, 5, 3257, 3257, 3257, 3258, 1, 3258, 3258, 3258, 3259, 0, 3259, 3259, 3259, 3262, 0, 3262, 3262, 3262, 3264, 0, 3264, 3264, 3264, 3265, 0, 3265, 3265, 3265, 3266, 0, 3266, 3266, 3266, 3267, 0, 3267, 3267, 3267, 3268, 0, 3268, 3268, 3268, 3269, 0, 3269, 3269, 3269, 3272, 0, 3272, 3272, 3272, 3274, 0, 3274, 3274, 3274, 3275, 0, 3275, 3275, 3275, 3276, 0, 3276, 3276, 3276, 3277, 0, 3277, 3277, 3277, 3278, 0, 3278, 3278, 3278, 3279, 0, 3279, 3279, 3279, 3282, 0, 3282, 3282, 3282, 3284, 0, 3284, 3284, 3284, 3285, 0, 3285, 3285, 3285, 3286, 0, 3286, 3286, 3286, 3287, 0, 3287, 3287, 3287, 3288, 0, 3288, 3288, 3288, 3289, 0, 3289, 3289, 3289, 3292, 0, 3292, 3292, 3292, 3294, 0, 3294, 3294, 3294, 3295, 0, 3295, 3295, 3295, 3296, 0, 3296, 3296, 3296, 3297, 0, 3297, 3297, 3297, 3298, 0, 3298, 3298, 3298, 3299, 0, 3299, 3299, 3299, 3302, 0, 3302, 3302, 3302, 3304, 0, 3304, 3304, 3304, 3305, 0, 3305, 3305, 3305, 3306, 0, 3306, 3306, 3306, 3307, 0, 3307, 3307, 3307, 3308, 0, 3308, 3308, 3308, 3309, 0, 3309, 3309, 3309, 3312, 0, 3312, 3312, 3312, 3314, 0, 3314, 3314, 3314, 3315, 0, 3315, 3315, 3315, 3316, 0, 3316, 3316, 3316, 3317, 0, 3317, 3317, 3317, 3318, 0, 3318, 3318, 3318, 3319, 0, 3319, 3319, 3319, 3322, 0, 3322, 3322, 3322, 3324, 0, 3324, 3324, 3324, 3325, 0, 3325, 3325, 3325, 3326, 0, 3326, 3326, 3326, 3327, 0, 3327, 3327, 3327, 3328, 0, 3328, 3328, 3328, 3329, 0, 3329, 3329, 3329, 3332, 0, 3332, 3332, 3332, 3334, 0, 3334, 3334, 3334, 3335, 0, 3335, 3335, 3335, 3336, 0, 3336, 3336, 3336, 3337, 0, 3337, 3337, 3337, 3338, 0, 3338, 3338, 3338, 3339, 0, 3339, 3339, 3339, 3342, 0, 3342, 3342, 3342, 3344, 0, 3344, 3344, 3344, 3345, 0, 3345, 3345, 3345, 3346, 0, 3346, 3346, 3346, 3347, 0, 3347, 3347, 3347, 3348, 0, 3348, 3348, 3348, 3349, 0, 3349, 3349, 3349, 3352, 0, 3352, 3352, 3352, 3354, 0, 3354, 3354, 3354, 3355, 0, 3355, 3355, 3355, 3356, 0, 3356, 3356, 3356, 3357, 0, 3357, 3357, 3357, 3358, 0, 3358, 3358, 3358, 3359, 0, 3359, 3359, 3359, 3362, 0, 3362, 3362, 3362, 3364, 0, 3364, 3364, 3364, 3365, 0, 3365, 3365, 3365, 3366, 0, 3366, 3366, 3366, 3367, 0, 3367, 3367, 3367, 3368, 0, 3368, 3368, 3368, 3369, 0, 3369, 3369, 3369, 3372, 0, 3372, 3372, 3372, 3374, 0, 3374, 3374, 3374, 3375, 0, 3375, 3375, 3375, 3376, 0, 3376, 3376, 3376, 3377, 0, 3377, 3377, 3377, 3378, 0, 3378, 3378, 3378, 3379, 0, 3379, 3379, 3379, 3382, 0, 3382, 3382, 3382, 3384, 0, 3384, 3384, 3384, 3385, 0, 3385, 3385, 3385, 3386, 0, 3386, 3386, 3386, 3387, 0, 3387, 3387, 3387, 3388, 0, 3388, 3388, 3388, 3389, 0, 3389, 3389, 3389, 3392, 0, 3392, 3392, 3392, 3394, 0, 3394, 3394, 3394, 3395, 0, 3395, 3395, 3395, 3396, 0, 3396, 3396, 3396, 3397, 0, 3397, 3397, 3397, 3398, 0, 3398, 3398, 3398, 3399, 0, 3399, 3399, 3399, 3402, 0, 3402, 3402, 3402, 3404, 0, 3404, 3404, 3404, 3405, 0, 3405, 3405, 3405, 3406, 0, 3406, 3406, 3406, 3407, 0, 3407, 3407, 3407, 3408, 0, 3408, 3408, 3408, 3409, 0, 3409, 3409, 3409, 3412, 0, 3412, 3412, 3412, 3414, 0, 3414, 3414, 3414, 3415, 0, 3415, 3415, 3415, 3416, 0, 3416, 3416, 3416, 3417, 0, 3417, 3417, 3417, 3418, 0, 3418, 3418, 3418, 3419, 0, 3419, 3419, 3419, 3422, 0, 3422, 3422, 3422, 3424, 0, 3424, 3424, 3424, 3425, 0, 3425, 3425, 3425, 3426, 0, 3426, 3426, 3426, 3427, 0, 3427, 3427, 3427, 3428, 0, 3428, 3428, 3428, 3429, 0, 3429, 3429, 3429, 3432, 0, 3432, 3432, 3432, 3434, 0, 3434, 3434, 3434, 3435, 0, 3435, 3435, 3435, 3436, 0, 3436, 3436, 3436, 3437, 0, 3437, 3437, 3437, 3438, 0, 3438, 3438, 3438, 3439, 0, 3439, 3439, 3439, 3442, 0, 3442, 3442, 3442, 3444, 0, 3444, 3444, 3444, 3445, 0, 3445, 3445, 3445, 3446, 0, 3446, 3446, 3446, 3447, 0, 3447, 3447, 3447, 3450, 0, 3450, 3450, 3450, 3453, 0, 3453, 3453, 3453, 3455, 0, 3455, 3455, 3455, 3457, 0, 3457, 3457, 3457, 3458, 0, 3458, 3458, 3458, 3459, 3459, 3459, 3459, 3459, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2666 } ; extern int msf_flex_debug; int msf_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *msftext; #line 1 "align/msfl.l" /* msfl.l - MSF alignment lexer */ #line 4 "align/msfl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "align/msfy.h" static int init = 0; #define YY_NO_INPUT 1 #line 4700 "align/msfl.c" #define INITIAL 0 #define HEAD 1 #define NAME 2 #define SEQS 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int msflex_destroy (void ); int msfget_debug (void ); void msfset_debug (int debug_flag ); YY_EXTRA_TYPE msfget_extra (void ); void msfset_extra (YY_EXTRA_TYPE user_defined ); FILE *msfget_in (void ); void msfset_in (FILE * _in_str ); FILE *msfget_out (void ); void msfset_out (FILE * _out_str ); int msfget_leng (void ); char *msfget_text (void ); int msfget_lineno (void ); void msfset_lineno (int _line_number ); YYSTYPE * msfget_lval (void ); void msfset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int msfwrap (void ); #else extern int msfwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( msftext, msfleng, 1, msfout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( msfin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( msfin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, msfin))==0 && ferror(msfin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(msfin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int msflex \ (YYSTYPE * yylval_param ); #define YY_DECL int msflex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after msftext and msfleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( msfleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (msftext[msfleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 45 "align/msfl.l" if (init == 0) { init = 1; BEGIN HEAD; } #line 4905 "align/msfl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)msfalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in msflex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! msfin ) msfin = stdin; if ( ! msfout ) msfout = stdout; if ( ! YY_CURRENT_BUFFER ) { msfensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = msf_create_buffer(msfin,YY_BUF_SIZE ); } msf_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of msftext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2667 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 2666 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 51 "align/msfl.l" { BEGIN HEAD; } YY_BREAK case 2: /* rule 2 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 52 "align/msfl.l" { BEGIN NAME; return TER; } YY_BREAK case 3: YY_RULE_SETUP #line 53 "align/msfl.l" { return TXT; } YY_BREAK case 4: /* rule 4 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 4; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 54 "align/msfl.l" { return TXT; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 55 "align/msfl.l" { return TXT; } YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 56 "align/msfl.l" { return EOL; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 58 "align/msfl.l" ; /* Empty lines ignored */ YY_BREAK case 8: YY_RULE_SETUP #line 59 "align/msfl.l" { return NAM; } YY_BREAK case 9: YY_RULE_SETUP #line 60 "align/msfl.l" { return TXT; } YY_BREAK case 10: /* rule 10 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 61 "align/msfl.l" { BEGIN SEQS; return TER; } YY_BREAK case 11: /* rule 11 can match eol */ YY_RULE_SETUP #line 62 "align/msfl.l" { return EOL; } YY_BREAK case 12: /* rule 12 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 64 "align/msfl.l" { return EOL; } YY_BREAK case 13: /* rule 13 can match eol */ YY_RULE_SETUP #line 65 "align/msfl.l" ; /* Empty lines ignored */ YY_BREAK case 14: /* rule 14 can match eol */ YY_RULE_SETUP #line 66 "align/msfl.l" ; /* Multalin consensus ignored */ YY_BREAK case 15: YY_RULE_SETUP #line 67 "align/msfl.l" { yylval->str = strdup(msftext); return NAM; } YY_BREAK case 16: YY_RULE_SETUP #line 69 "align/msfl.l" { yylval->str = strdup(msftext); return BAS; } YY_BREAK case 17: YY_RULE_SETUP #line 70 "align/msfl.l" { return SPC; } YY_BREAK case 18: /* rule 18 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 71 "align/msfl.l" ; /* Trailing spaces ignored */ YY_BREAK case 19: YY_RULE_SETUP #line 72 "align/msfl.l" { return INT; } YY_BREAK case 20: /* rule 20 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up msftext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up msftext again */ YY_RULE_SETUP #line 73 "align/msfl.l" { return EOL; } YY_BREAK case 21: /* rule 21 can match eol */ YY_RULE_SETUP #line 74 "align/msfl.l" { return EOL; } YY_BREAK case YY_STATE_EOF(SEQS): #line 75 "align/msfl.l" { BEGIN INITIAL; } YY_BREAK case 22: YY_RULE_SETUP #line 76 "align/msfl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): case YY_STATE_EOF(NAME): #line 78 "align/msfl.l" { init = 0; return END; } YY_BREAK case 23: /* rule 23 can match eol */ YY_RULE_SETUP #line 79 "align/msfl.l" { return ERR; } YY_BREAK case 24: YY_RULE_SETUP #line 80 "align/msfl.l" { return ERR; } YY_BREAK case 25: YY_RULE_SETUP #line 82 "align/msfl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 5191 "align/msfl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed msfin at a new source and called * msflex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = msfin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( msfwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * msftext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of msflex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; msfrestart(msfin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) msfrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2667 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2667 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 2666); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ msfrestart(msfin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( msfwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve msftext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void msfrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ msfensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = msf_create_buffer(msfin,YY_BUF_SIZE ); } msf_init_buffer(YY_CURRENT_BUFFER,input_file ); msf_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void msf_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * msfpop_buffer_state(); * msfpush_buffer_state(new_buffer); */ msfensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; msf_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (msfwrap()) processing, but the only time this flag * is looked at is after msfwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void msf_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; msfin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE msf_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) msfalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in msf_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) msfalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in msf_create_buffer()" ); b->yy_is_our_buffer = 1; msf_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with msf_create_buffer() * */ void msf_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) msffree((void *) b->yy_ch_buf ); msffree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a msfrestart() or at EOF. */ static void msf_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; msf_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then msf_init_buffer was _probably_ * called from msfrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void msf_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) msf_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void msfpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; msfensure_buffer_stack(); /* This block is copied from msf_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from msf_switch_to_buffer. */ msf_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void msfpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; msf_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { msf_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void msfensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)msfalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in msfensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)msfrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in msfensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE msf_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) msfalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in msf_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; msf_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to msflex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * msf_scan_bytes() instead. */ YY_BUFFER_STATE msf_scan_string (yyconst char * yystr ) { return msf_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to msflex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE msf_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) msfalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in msf_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = msf_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in msf_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up msftext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ msftext[msfleng] = (yy_hold_char); \ (yy_c_buf_p) = msftext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ msfleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int msfget_lineno (void) { return msflineno; } /** Get the input stream. * */ FILE *msfget_in (void) { return msfin; } /** Get the output stream. * */ FILE *msfget_out (void) { return msfout; } /** Get the length of the current token. * */ int msfget_leng (void) { return msfleng; } /** Get the current token. * */ char *msfget_text (void) { return msftext; } /** Set the current line number. * @param _line_number * */ void msfset_lineno (int _line_number ) { msflineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see msf_switch_to_buffer */ void msfset_in (FILE * _in_str ) { msfin = _in_str ; } void msfset_out (FILE * _out_str ) { msfout = _out_str ; } int msfget_debug (void) { return msf_flex_debug; } void msfset_debug (int _bdebug ) { msf_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from msflex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT msfin = stdin; msfout = stdout; #else msfin = (FILE *) 0; msfout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * msflex_init() */ return 0; } /* msflex_destroy is for both reentrant and non-reentrant scanners. */ int msflex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ msf_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; msfpop_buffer_state(); } /* Destroy the stack itself. */ msffree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; msffree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * msflex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *msfalloc (yy_size_t size ) { return (void *) malloc( size ); } void *msfrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void msffree (void * ptr ) { free( (char *) ptr ); /* see msfrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 82 "align/msfl.l" squizz-0.99b+dfsg.orig/lib/align/phylipil.c0000644000175000017500000016101612075270733020627 0ustar osallouosallou#line 2 "align/phylipil.c" #line 4 "align/phylipil.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer phylipi_create_buffer #define yy_delete_buffer phylipi_delete_buffer #define yy_flex_debug phylipi_flex_debug #define yy_init_buffer phylipi_init_buffer #define yy_flush_buffer phylipi_flush_buffer #define yy_load_buffer_state phylipi_load_buffer_state #define yy_switch_to_buffer phylipi_switch_to_buffer #define yyin phylipiin #define yyleng phylipileng #define yylex phylipilex #define yylineno phylipilineno #define yyout phylipiout #define yyrestart phylipirestart #define yytext phylipitext #define yywrap phylipiwrap #define yyalloc phylipialloc #define yyrealloc phylipirealloc #define yyfree phylipifree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE phylipirestart(phylipiin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int phylipileng; extern FILE *phylipiin, *phylipiout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up phylipitext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up phylipitext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via phylipirestart()), so that the user can continue scanning by * just pointing phylipiin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when phylipitext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int phylipileng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow phylipiwrap()'s to do buffer switches * instead of setting up a fresh phylipiin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void phylipirestart (FILE *input_file ); void phylipi_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE phylipi_create_buffer (FILE *file,int size ); void phylipi_delete_buffer (YY_BUFFER_STATE b ); void phylipi_flush_buffer (YY_BUFFER_STATE b ); void phylipipush_buffer_state (YY_BUFFER_STATE new_buffer ); void phylipipop_buffer_state (void ); static void phylipiensure_buffer_stack (void ); static void phylipi_load_buffer_state (void ); static void phylipi_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER phylipi_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE phylipi_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE phylipi_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE phylipi_scan_bytes (yyconst char *bytes,int len ); void *phylipialloc (yy_size_t ); void *phylipirealloc (void *,yy_size_t ); void phylipifree (void * ); #define yy_new_buffer phylipi_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ phylipiensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ phylipi_create_buffer(phylipiin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ phylipiensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ phylipi_create_buffer(phylipiin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define phylipiwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *phylipiin = (FILE *) 0, *phylipiout = (FILE *) 0; typedef int yy_state_type; extern int phylipilineno; int phylipilineno = 1; extern char *phylipitext; #define yytext_ptr phylipitext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up phylipitext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ phylipileng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 21 #define YY_END_OF_BUFFER 22 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[161] = { 0, 16386, 22, 20, 21, 19, 21, 20, 21,16386, 1, 19, 21, 20, 21, 8, 21, 4, 8, 21, 7, 21, 3, 8, 21, 13, 21, 11, 13, 21, 12, 21, 10, 13, 21, 10, 13, 21, 13, 21, 11, 13, 21, 12, 21, 10, 13, 21, 10, 13, 21, 18, 21, 16, 18, 21, 17, 21, 15, 18, 21, 15, 18, 21,16386, 1, 4, 5, 6, 3, 11, 10, 10, 11, 14, 14, 10, 10, 16, 15, 15, 8194, 6, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 11, 14, 14, 10, 10, 15, 15, 10, 10, 9, 9, 11, 14, 14, 9, 10, 9, 10, 15, 15, 14, 14 } ; static yyconst flex_int16_t yy_accept[142] = { 0, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 5, 7, 10, 13, 15, 17, 20, 22, 25, 27, 30, 32, 35, 38, 40, 43, 45, 48, 51, 53, 56, 58, 61, 64, 65, 66, 66, 66, 67, 69, 69, 70, 71, 72, 73, 73, 74, 74, 75, 76, 77, 78, 79, 80, 81, 82, 82, 83, 84, 85, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 151, 152, 153, 155, 157, 158, 159, 160, 161, 161 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4, 4, 5, 1, 4, 6, 7, 1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4, 4, 1, 1, 1, 9, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 4, 1, 4, 1, 1, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[12] = { 0, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[152] = { 0, 79, 0, 7, 14, 22, 33, 44, 0, 77, 390, 390, 54, 390, 61, 390, 68, 390, 68, 390, 73, 390, 74, 0, 0, 72, 84, 95, 0, 390, 71, 390, 102, 0, 0, 390, 0, 64, 0, 390, 112, 60, 65, 118, 0, 0, 64, 0, 125, 0, 136, 0, 63, 143, 0, 56, 0, 390, 150, 0, 0, 59, 157, 0, 168, 0, 175, 0, 182, 0, 0, 58, 189, 0, 200, 0, 207, 0, 214, 0, 0, 57, 221, 0, 232, 0, 239, 0, 246, 0, 0, 56, 253, 0, 264, 0, 271, 0, 278, 0, 0, 19, 285, 0, 296, 0, 303, 0, 310, 0, 0, 18, 317, 0, 328, 0, 335, 0, 342, 0, 0, 17, 349, 0, 360, 0, 367, 0, 390, 390, 390, 16, 374, 0, 390, 390, 390, 390, 390, 390, 390, 385, 387, 13, 12, 11, 10, 6, 5, 4, 3, 0 } ; static yyconst flex_int16_t yy_def[152] = { 0, 141, 141, 142, 142, 140, 140, 140, 7, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 22, 143, 143, 140, 140, 27, 140, 140, 140, 140, 32, 12, 140, 14, 14, 16, 140, 140, 140, 140, 140, 43, 144, 144, 26, 140, 48, 140, 50, 140, 140, 53, 140, 40, 140, 140, 58, 145, 145, 140, 62, 140, 64, 140, 66, 140, 68, 146, 146, 140, 72, 140, 74, 140, 76, 140, 78, 147, 147, 140, 82, 140, 84, 140, 86, 140, 88, 148, 148, 140, 92, 140, 94, 140, 96, 140, 98, 149, 149, 140, 102, 140, 104, 140, 106, 140, 108, 150, 150, 140, 112, 140, 114, 140, 116, 140, 118, 151, 151, 140, 122, 140, 124, 140, 126, 140, 140, 140, 140, 140, 132, 140, 140, 140, 140, 140, 140, 0, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140 } ; static yyconst flex_int16_t yy_nxt[402] = { 0, 130, 12, 13, 120, 110, 100, 90, 14, 16, 17, 80, 70, 60, 45, 18, 16, 17, 42, 131, 121, 111, 18, 19, 20, 21, 19, 22, 23, 23, 19, 22, 22, 23, 24, 25, 26, 19, 27, 28, 28, 24, 27, 27, 28, 29, 30, 31, 29, 32, 33, 33, 29, 32, 32, 33, 34, 35, 101, 91, 81, 71, 36, 37, 55, 52, 61, 42, 41, 36, 38, 39, 55, 52, 46, 42, 41, 140, 40, 43, 44, 44, 11, 43, 43, 44, 47, 140, 140, 48, 49, 49, 140, 48, 48, 49, 45, 45, 140, 140, 50, 51, 51, 45, 50, 50, 51, 53, 54, 54, 140, 53, 53, 54, 56, 57, 140, 140, 140, 140, 140, 140, 40, 58, 59, 59, 140, 58, 58, 59, 62, 63, 63, 140, 62, 62, 63, 60, 60, 140, 140, 64, 65, 65, 60, 64, 64, 65, 66, 67, 67, 140, 66, 66, 67, 68, 69, 69, 140, 68, 68, 69, 72, 73, 73, 140, 72, 72, 73, 70, 70, 140, 140, 74, 75, 75, 70, 74, 74, 75, 76, 77, 77, 140, 76, 76, 77, 78, 79, 79, 140, 78, 78, 79, 82, 83, 83, 140, 82, 82, 83, 80, 80, 140, 140, 84, 85, 85, 80, 84, 84, 85, 86, 87, 87, 140, 86, 86, 87, 88, 89, 89, 140, 88, 88, 89, 92, 93, 93, 140, 92, 92, 93, 90, 90, 140, 140, 94, 95, 95, 90, 94, 94, 95, 96, 97, 97, 140, 96, 96, 97, 98, 99, 99, 140, 98, 98, 99, 102, 103, 103, 140, 102, 102, 103, 100, 100, 140, 140, 104, 105, 105, 100, 104, 104, 105, 106, 107, 107, 140, 106, 106, 107, 108, 109, 109, 140, 108, 108, 109, 112, 113, 113, 140, 112, 112, 113, 110, 110, 140, 140, 114, 115, 115, 110, 114, 114, 115, 116, 117, 117, 140, 116, 116, 117, 118, 119, 119, 140, 118, 118, 119, 122, 123, 123, 140, 122, 122, 123, 120, 120, 140, 140, 124, 125, 125, 120, 124, 124, 125, 126, 127, 127, 140, 126, 126, 127, 128, 129, 129, 140, 128, 128, 129, 132, 133, 133, 140, 132, 132, 133, 130, 130, 140, 140, 134, 135, 135, 130, 134, 134, 135, 136, 137, 137, 140, 136, 136, 137, 138, 139, 139, 140, 138, 138, 139, 10, 10, 15, 15, 9, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140 } ; static yyconst flex_int16_t yy_chk[402] = { 0, 151, 2, 2, 150, 149, 148, 147, 2, 3, 3, 146, 145, 144, 143, 3, 4, 4, 131, 121, 111, 101, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 12, 12, 91, 81, 71, 61, 12, 14, 55, 52, 46, 42, 41, 14, 16, 16, 37, 30, 25, 20, 18, 9, 16, 22, 22, 22, 1, 22, 22, 22, 26, 0, 0, 26, 26, 26, 0, 26, 26, 26, 27, 27, 0, 0, 27, 27, 27, 27, 27, 27, 27, 32, 32, 32, 0, 32, 32, 32, 40, 40, 0, 0, 0, 0, 0, 0, 40, 43, 43, 43, 0, 43, 43, 43, 48, 48, 48, 0, 48, 48, 48, 50, 50, 0, 0, 50, 50, 50, 50, 50, 50, 50, 53, 53, 53, 0, 53, 53, 53, 58, 58, 58, 0, 58, 58, 58, 62, 62, 62, 0, 62, 62, 62, 64, 64, 0, 0, 64, 64, 64, 64, 64, 64, 64, 66, 66, 66, 0, 66, 66, 66, 68, 68, 68, 0, 68, 68, 68, 72, 72, 72, 0, 72, 72, 72, 74, 74, 0, 0, 74, 74, 74, 74, 74, 74, 74, 76, 76, 76, 0, 76, 76, 76, 78, 78, 78, 0, 78, 78, 78, 82, 82, 82, 0, 82, 82, 82, 84, 84, 0, 0, 84, 84, 84, 84, 84, 84, 84, 86, 86, 86, 0, 86, 86, 86, 88, 88, 88, 0, 88, 88, 88, 92, 92, 92, 0, 92, 92, 92, 94, 94, 0, 0, 94, 94, 94, 94, 94, 94, 94, 96, 96, 96, 0, 96, 96, 96, 98, 98, 98, 0, 98, 98, 98, 102, 102, 102, 0, 102, 102, 102, 104, 104, 0, 0, 104, 104, 104, 104, 104, 104, 104, 106, 106, 106, 0, 106, 106, 106, 108, 108, 108, 0, 108, 108, 108, 112, 112, 112, 0, 112, 112, 112, 114, 114, 0, 0, 114, 114, 114, 114, 114, 114, 114, 116, 116, 116, 0, 116, 116, 116, 118, 118, 118, 0, 118, 118, 118, 122, 122, 122, 0, 122, 122, 122, 124, 124, 0, 0, 124, 124, 124, 124, 124, 124, 124, 126, 126, 126, 0, 126, 126, 126, 132, 132, 132, 0, 132, 132, 132, 141, 141, 142, 142, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140, 140 } ; extern int phylipi_flex_debug; int phylipi_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipitext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *phylipitext; #line 1 "align/phylipil.l" /* phylipil.l - PHYLIPI alignment lexer */ #line 4 "align/phylipil.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include #include "align/phylipiy.h" static void clean_spc(char *str); #define YY_NO_INPUT 1 #line 666 "align/phylipil.c" #define INITIAL 0 #define HEAD 1 #define NAMS 2 #define SEQS 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int phylipilex_destroy (void ); int phylipiget_debug (void ); void phylipiset_debug (int debug_flag ); YY_EXTRA_TYPE phylipiget_extra (void ); void phylipiset_extra (YY_EXTRA_TYPE user_defined ); FILE *phylipiget_in (void ); void phylipiset_in (FILE * _in_str ); FILE *phylipiget_out (void ); void phylipiset_out (FILE * _out_str ); int phylipiget_leng (void ); char *phylipiget_text (void ); int phylipiget_lineno (void ); void phylipiset_lineno (int _line_number ); YYSTYPE * phylipiget_lval (void ); void phylipiset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int phylipiwrap (void ); #else extern int phylipiwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( phylipitext, phylipileng, 1, phylipiout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( phylipiin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( phylipiin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, phylipiin))==0 && ferror(phylipiin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(phylipiin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int phylipilex \ (YYSTYPE * yylval_param ); #define YY_DECL int phylipilex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after phylipitext and phylipileng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( phylipileng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (phylipitext[phylipileng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 41 "align/phylipil.l" #line 867 "align/phylipil.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)phylipialloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in phylipilex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! phylipiin ) phylipiin = stdin; if ( ! phylipiout ) phylipiout = stdout; if ( ! YY_CURRENT_BUFFER ) { phylipiensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = phylipi_create_buffer(phylipiin,YY_BUF_SIZE ); } phylipi_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of phylipitext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 141 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 140 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 43 "align/phylipil.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 45 "align/phylipil.l" { BEGIN HEAD; } YY_BREAK case 3: YY_RULE_SETUP #line 46 "align/phylipil.l" { return INT; } YY_BREAK case 4: YY_RULE_SETUP #line 47 "align/phylipil.l" { return SPC; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up phylipitext again */ YY_RULE_SETUP #line 48 "align/phylipil.l" ; /* Trailing spaces ignored */ YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipitext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up phylipitext again */ YY_RULE_SETUP #line 49 "align/phylipil.l" ; /* Extra stuff ignored */ YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 50 "align/phylipil.l" { BEGIN NAMS; return EOL; } YY_BREAK case 8: YY_RULE_SETUP #line 51 "align/phylipil.l" { return ERR; } YY_BREAK case 9: YY_RULE_SETUP #line 53 "align/phylipil.l" { yylval->str = strdup(phylipitext); clean_spc(yylval->str); if (*yylval->str == '\0') return ERR; return NAM; } YY_BREAK case 10: YY_RULE_SETUP #line 55 "align/phylipil.l" { yylval->str = strdup(phylipitext); return BAS; } YY_BREAK case 11: YY_RULE_SETUP #line 56 "align/phylipil.l" ; /* Sequence spaces ignored */ YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 57 "align/phylipil.l" { return EOL; } YY_BREAK case YY_STATE_EOF(NAMS): #line 58 "align/phylipil.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 13: YY_RULE_SETUP #line 59 "align/phylipil.l" { return ERR; } YY_BREAK case 14: /* rule 14 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up phylipitext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up phylipitext again */ YY_RULE_SETUP #line 60 "align/phylipil.l" { BEGIN SEQS; return EOL; } YY_BREAK case 15: YY_RULE_SETUP #line 62 "align/phylipil.l" { yylval->str = strdup(phylipitext); return BAS; } YY_BREAK case 16: YY_RULE_SETUP #line 63 "align/phylipil.l" ; /* Sequence spaces/tabs ignored */ YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 64 "align/phylipil.l" { return EOL; } YY_BREAK case YY_STATE_EOF(SEQS): #line 65 "align/phylipil.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 18: YY_RULE_SETUP #line 66 "align/phylipil.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): #line 68 "align/phylipil.l" { return END; } YY_BREAK case 19: /* rule 19 can match eol */ YY_RULE_SETUP #line 69 "align/phylipil.l" { return ERR; } YY_BREAK case 20: YY_RULE_SETUP #line 70 "align/phylipil.l" { return ERR; } YY_BREAK case 21: YY_RULE_SETUP #line 72 "align/phylipil.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1118 "align/phylipil.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed phylipiin at a new source and called * phylipilex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = phylipiin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( phylipiwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * phylipitext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of phylipilex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; phylipirestart(phylipiin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) phylipirealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 141 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 141 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 140); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ phylipirestart(phylipiin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( phylipiwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve phylipitext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void phylipirestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ phylipiensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = phylipi_create_buffer(phylipiin,YY_BUF_SIZE ); } phylipi_init_buffer(YY_CURRENT_BUFFER,input_file ); phylipi_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void phylipi_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * phylipipop_buffer_state(); * phylipipush_buffer_state(new_buffer); */ phylipiensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; phylipi_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (phylipiwrap()) processing, but the only time this flag * is looked at is after phylipiwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void phylipi_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; phylipiin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE phylipi_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) phylipialloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in phylipi_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) phylipialloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in phylipi_create_buffer()" ); b->yy_is_our_buffer = 1; phylipi_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with phylipi_create_buffer() * */ void phylipi_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) phylipifree((void *) b->yy_ch_buf ); phylipifree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a phylipirestart() or at EOF. */ static void phylipi_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; phylipi_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then phylipi_init_buffer was _probably_ * called from phylipirestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void phylipi_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) phylipi_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void phylipipush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; phylipiensure_buffer_stack(); /* This block is copied from phylipi_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from phylipi_switch_to_buffer. */ phylipi_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void phylipipop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; phylipi_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { phylipi_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void phylipiensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)phylipialloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in phylipiensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)phylipirealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in phylipiensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE phylipi_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) phylipialloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in phylipi_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; phylipi_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to phylipilex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * phylipi_scan_bytes() instead. */ YY_BUFFER_STATE phylipi_scan_string (yyconst char * yystr ) { return phylipi_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to phylipilex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE phylipi_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) phylipialloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in phylipi_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = phylipi_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in phylipi_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up phylipitext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ phylipitext[phylipileng] = (yy_hold_char); \ (yy_c_buf_p) = phylipitext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ phylipileng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int phylipiget_lineno (void) { return phylipilineno; } /** Get the input stream. * */ FILE *phylipiget_in (void) { return phylipiin; } /** Get the output stream. * */ FILE *phylipiget_out (void) { return phylipiout; } /** Get the length of the current token. * */ int phylipiget_leng (void) { return phylipileng; } /** Get the current token. * */ char *phylipiget_text (void) { return phylipitext; } /** Set the current line number. * @param _line_number * */ void phylipiset_lineno (int _line_number ) { phylipilineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see phylipi_switch_to_buffer */ void phylipiset_in (FILE * _in_str ) { phylipiin = _in_str ; } void phylipiset_out (FILE * _out_str ) { phylipiout = _out_str ; } int phylipiget_debug (void) { return phylipi_flex_debug; } void phylipiset_debug (int _bdebug ) { phylipi_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from phylipilex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT phylipiin = stdin; phylipiout = stdout; #else phylipiin = (FILE *) 0; phylipiout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * phylipilex_init() */ return 0; } /* phylipilex_destroy is for both reentrant and non-reentrant scanners. */ int phylipilex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ phylipi_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; phylipipop_buffer_state(); } /* Destroy the stack itself. */ phylipifree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; phylipifree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * phylipilex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *phylipialloc (yy_size_t size ) { return (void *) malloc( size ); } void *phylipirealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void phylipifree (void * ptr ) { free( (char *) ptr ); /* see phylipirealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 72 "align/phylipil.l" /* Clean trailing spaces ... */ static void clean_spc(char *str) { char *p; p = str; while (*p) { p++; } p--; while (p >= str && isspace((unsigned char)*p)) { *p = '\0'; p--; } return; } squizz-0.99b+dfsg.orig/lib/extern/0000755000175000017500000000000012110373651017030 5ustar osallouosallousquizz-0.99b+dfsg.orig/lib/extern/file.h0000644000175000017500000000025510155322740020122 0ustar osallouosallou/* file.h - Data files functions */ #ifndef __EXTERN_FILE_H_ #define __EXTERN_FILE_H_ /* Functions prototypes */ char *file_locate(char *); #endif /* __EXTERN_FILE_H_ */ squizz-0.99b+dfsg.orig/lib/extern/text.h0000644000175000017500000000044610155322740020171 0ustar osallouosallou/* text.h - Text helper functions */ #ifndef __HELPER_TEXT_H_ #define __HELPER_TEXT_H_ /* Functions prototypes */ char *text_strupd(char *, char *); char *text_strupds(char *, char *); char **text_keyadd(char **, char *); char **text_keyupd(char **, char *); #endif /* __HELPER_TEXT_H_ */ squizz-0.99b+dfsg.orig/lib/extern/file.c0000644000175000017500000000200711676107326020124 0ustar osallouosallou/* file.c - Data file functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #ifdef HAVE_UNISTD_H # include #endif #include "extern/file.h" #ifndef BIODATADIR #define BIODATADIR "/usr/local/share/"PACKAGE #endif /* Locate data file */ char *file_locate(char *name) { char *p, *q; size_t l, len; /* Check current directory */ if (access(name, F_OK) != -1) { return name; } p = NULL; l = strlen(name); /* Check env directory */ if ((q = getenv("BIODATADIR")) != NULL) { len = strlen(q) + 1 + l; if ((p = realloc(p, len+1)) == NULL) { return NULL; } (void)sprintf(p, "%s/%s", q, name); if (access(p, F_OK) != -1) { return p; } } /* Check system directory */ len = strlen(BIODATADIR) + 1 + l; if ((p = realloc(p, len+1)) == NULL) { return NULL; } (void)sprintf(p, "%s/%s", BIODATADIR, name); if (access(p, F_OK) != -1) { return p; } return NULL; } squizz-0.99b+dfsg.orig/lib/extern/text.c0000644000175000017500000000377011676107326020201 0ustar osallouosallou/* text.c - Text helper functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef STDC_HEADERS #include #include #endif #include "extern/text.h" /* Append text to buffer */ char *text_strupd(char *dst, char *src) { char *p; size_t len; if (src == NULL) { return dst; } len = strlen(src); if (dst != NULL) { len += strlen(dst); } p = dst; if ((dst = realloc(dst, len+1)) == NULL) { err(EXIT_FAILURE, "memory"); } if (p == NULL) { *dst = '\0'; } if (strcat(dst, src) == NULL) { errx(EXIT_FAILURE, "text: append failed"); } return dst; } /* Append text to buffer (+ space separator if needed) */ char *text_strupds(char *dst, char *src) { char *p, *q; int i; size_t len; if (src == NULL) { return dst; } p = src; while (*p && *p == ' ' && *(p+1) && *(p+1) == ' ') p++; i = 0; if (dst != NULL) { i = 1; q = dst; while (*q) { q++; } if (q - dst > 0) { q--; } if (*p == ' ' || *q == ' ' || (*q == '-' && *(q-1) != ' ')) { i = 0; } } len = i + strlen(p); if (dst != NULL) { len += strlen(dst); } q = dst; if ((dst = realloc(dst, len+1)) == NULL) { err(EXIT_FAILURE, "memory"); } if (q == NULL) { *dst = '\0'; } if (i == 1 && strcat(dst, " ") == NULL) { errx(EXIT_FAILURE, "text: append failed"); } if (strcat(dst, p) == NULL) { errx(EXIT_FAILURE, "text: append failed"); } return dst; } char **text_keyadd(char **dst, char *src) { char **x; int i; size_t len; if (src == NULL) { return dst; } x = dst; i = 1; while (x && *x) { i++; x++; } x = dst; len = (i+1) * sizeof(*x); if ((dst = (char **)realloc(dst, len)) == NULL) { err(EXIT_FAILURE, "memory"); } i--; if (i == 0) { *dst = NULL; } x = dst + i; *x = *(x+1) = NULL; *x = text_strupd(*x, src); return dst; } char **text_keyupd(char **dst, char *src) { char **x; if (src == NULL) { return dst; } x = dst; while (x && *x) { x++; } x--; *x = text_strupds(*x, src); return dst; } squizz-0.99b+dfsg.orig/lib/sequence.h0000644000175000017500000000160111765611626017516 0ustar osallouosallou/* sequence.h - Generic sequence functions */ #ifndef __SEQUENCE_H_ #define __SEQUENCE_H_ #include /* Types definitions */ typedef struct { char *nam, *dsc, *str; char **acc, **kwd; size_t strlen; int ver, gi; int keycnt; } sequence_t; typedef enum { SEQFMT_UNKWN, SEQFMT_SPROT, SEQFMT_EMBL, SEQFMT_GENBANK, SEQFMT_CODATA, SEQFMT_NBRF, SEQFMT_GDE, SEQFMT_IG, SEQFMT_FASTA, SEQFMT_GCG, SEQFMT_RAW, SEQFMT_NONE } seqfmt_t; typedef enum { SEQTYP_UNKWN, SEQTYP_NUC, SEQTYP_PRO, SEQTYP_NONE } seqtyp_t; /* Functions prototypes */ sequence_t *sequence_new(void); void sequence_free(sequence_t *); sequence_t *sequence_parse(FILE *, seqfmt_t); int sequence_check(FILE *, seqfmt_t); int sequence_strict(sequence_t *); void sequence_print(FILE *, sequence_t *, seqfmt_t); seqfmt_t sequence_format(FILE *); seqtyp_t sequence_type(char *); #endif /* __SEQUENCE_H_ */ squizz-0.99b+dfsg.orig/lib/align.c0000644000175000017500000001122012104505273016755 0ustar osallouosallou/* align.c - Generic alignment functions */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #ifdef STDC_HEADERS # include # include #endif #ifndef HAVE_FSEEKO # define fseeko fseek # define ftello ftell #endif #include "align.h" #include "align/clustal.h" #include "align/fasta2.h" #include "align/mega.h" #include "align/msf.h" #include "align/nexusi.h" #include "align/phylipi.h" #include "align/phylips.h" #include "align/stock.h" static int namcmp(const void *a, const void *b) { const char * const *p = a, * const *q = b; return strcmp(*p, *q); } /* Create a new alignment object */ align_t *align_new(void) { size_t len; align_t *ali; /* Allocate */ len = sizeof(*ali); if ((ali = malloc(len)) == NULL) { return NULL; } /* Initialise */ ali->seq = NULL; ali->cur = ali->seq; ali->_tmp = NULL; return ali; } /* Delete an alignment object */ void align_free(align_t *ali) { sequence_t **p; if (ali == NULL) { return; } p = ali->seq; while (p && *p) { sequence_free(*p); p++; } free(ali->seq); free(ali->_tmp); free(ali); return; } /* Parse a formatted alignment from file */ align_t *align_parse(FILE *f, alifmt_t fmt) { align_t *ali; ali = NULL; switch (fmt) { case ALIFMT_CLUSTAL: ali = clustal_parse(f); break; case ALIFMT_FASTA: ali = fasta2_parse(f); break; case ALIFMT_MEGA: ali = mega_parse(f); break; case ALIFMT_MSF: ali = msf_parse(f); break; case ALIFMT_NEXUSI: ali = nexusi_parse(f); break; case ALIFMT_PHYLIPI: ali = phylipi_parse(f); break; case ALIFMT_PHYLIPS: ali = phylips_parse(f); break; case ALIFMT_STOCK: ali = stock_parse(f); break; default: break; } return ali; } /* Check alignment format */ int align_check(FILE *f, alifmt_t fmt) { int i; switch (fmt) { case ALIFMT_CLUSTAL: i = clustal_check(f); break; case ALIFMT_FASTA: i = fasta2_check(f); break; case ALIFMT_MEGA: i = mega_check(f); break; case ALIFMT_MSF: i = msf_check(f); break; case ALIFMT_NEXUSI: i = nexusi_check(f); break; case ALIFMT_PHYLIPI: i = phylipi_check(f); break; case ALIFMT_PHYLIPS: i = phylips_check(f); break; case ALIFMT_STOCK: i = stock_check(f); break; default: i = 1; break; } return i; } /* Check aligment file format */ alifmt_t align_format(FILE *f) { int i; off_t off; alifmt_t fmt; if ((off = ftello(f)) == -1) { err(EXIT_FAILURE, "file position"); } for (fmt = ALIFMT_UNKWN + 1; fmt != ALIFMT_NONE; fmt++) { i = align_check(f, fmt); if (fseeko(f, off, SEEK_SET) != 0) { err(EXIT_FAILURE, "file position"); } if (i == 0) { break; } } return fmt; } /* Check for alignment strict conditions */ int align_strict(align_t *ali) { int i, d, n, num; size_t len; char **x, **buf; sequence_t **p; if (ali == NULL || ali->seq == NULL) { return 1; } d = (getenv("SQUIZZ_DEBUG") != NULL) ? 1 : 0; /* Need more than 1 sequence */ p = ali->seq; n = 0; while (p && *p) { n++; p++; } if (d) { fprintf(stderr, "Found %d sequence(s)\n", n); } if (n < 2) { return 1; } num = n; /* All sequences must have the same length */ p = ali->seq; n = 0; len = (*p)->strlen; while (p && *p) { if ((*p)->strlen != len) { n++; } p++; } if (d) { fprintf(stderr, "Found %d sequence(s) with bad lengths\n", n); } if (n > 0) { return 1; } /* Sequence names must exists */ p = ali->seq; n = 0; while (p && *p) { if ((*p)->nam == NULL) { n++; } p++; } if (d) { fprintf(stderr, "Found %d unnamed sequence(s)\n", n); } if (n > 0) { return 1; } /* Sequence names must be unique */ len = num * sizeof(*buf); if ((buf = malloc(len)) == NULL) { return 1; } p = ali->seq; x = buf; n = 0; while (p && *p) { *x = (*p)->nam; x++; p++; } qsort(buf, num, sizeof(*buf), namcmp); for (i = 0, x = buf; i < num - 1; i++, x++) { if (strcmp(*x, *(x+1)) != 0) { continue; } n++; } free(buf); if (d) { fprintf(stderr, "Found %d identical sequence name pair(s)\n", n); } if (n > 0) { return 1; } return 0; } /* Print alignment */ void align_print(FILE *f, align_t *ali, alifmt_t fmt) { switch (fmt) { case ALIFMT_CLUSTAL: clustal_print(f, ali); break; case ALIFMT_FASTA: fasta2_print(f, ali); break; case ALIFMT_MEGA: mega_print(f, ali); break; case ALIFMT_MSF: msf_print(f, ali); break; case ALIFMT_NEXUSI: nexusi_print(f, ali); break; case ALIFMT_PHYLIPI: phylipi_print(f, ali); break; case ALIFMT_PHYLIPS: phylips_print(f, ali); break; case ALIFMT_STOCK: stock_print(f, ali); break; default: break; } return; } squizz-0.99b+dfsg.orig/lib/config.h.in0000644000175000017500000000653712106377455017574 0ustar osallouosallou/* lib/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_ERR_H /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strcasecmp' function. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the `strftime' function. */ #undef HAVE_STRFTIME /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME /* Version number of package */ #undef VERSION /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER /* Define to 64 for large file support on some hosts */ #undef _FILE_OFFSET_BITS /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for Solaris 2.5.1 so the uint64_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ #undef _UINT64_T /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `long int' if does not define. */ #undef off_t /* Define to `unsigned int' if does not define. */ #undef size_t /* Define to the type of an unsigned integer type of width exactly 64 bits if such a type exists and the standard includes do not define it. */ #undef uint64_t squizz-0.99b+dfsg.orig/lib/sequence/0000755000175000017500000000000012110373652017334 5ustar osallouosallousquizz-0.99b+dfsg.orig/lib/sequence/rawl.c0000644000175000017500000013777612075270623020476 0ustar osallouosallou#line 2 "sequence/rawl.c" #line 4 "sequence/rawl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer raw_create_buffer #define yy_delete_buffer raw_delete_buffer #define yy_flex_debug raw_flex_debug #define yy_init_buffer raw_init_buffer #define yy_flush_buffer raw_flush_buffer #define yy_load_buffer_state raw_load_buffer_state #define yy_switch_to_buffer raw_switch_to_buffer #define yyin rawin #define yyleng rawleng #define yylex rawlex #define yylineno rawlineno #define yyout rawout #define yyrestart rawrestart #define yytext rawtext #define yywrap rawwrap #define yyalloc rawalloc #define yyrealloc rawrealloc #define yyfree rawfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE rawrestart(rawin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int rawleng; extern FILE *rawin, *rawout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up rawtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up rawtext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via rawrestart()), so that the user can continue scanning by * just pointing rawin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when rawtext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int rawleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow rawwrap()'s to do buffer switches * instead of setting up a fresh rawin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void rawrestart (FILE *input_file ); void raw_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE raw_create_buffer (FILE *file,int size ); void raw_delete_buffer (YY_BUFFER_STATE b ); void raw_flush_buffer (YY_BUFFER_STATE b ); void rawpush_buffer_state (YY_BUFFER_STATE new_buffer ); void rawpop_buffer_state (void ); static void rawensure_buffer_stack (void ); static void raw_load_buffer_state (void ); static void raw_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER raw_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE raw_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE raw_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE raw_scan_bytes (yyconst char *bytes,int len ); void *rawalloc (yy_size_t ); void *rawrealloc (void *,yy_size_t ); void rawfree (void * ); #define yy_new_buffer raw_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ rawensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ raw_create_buffer(rawin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ rawensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ raw_create_buffer(rawin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define rawwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *rawin = (FILE *) 0, *rawout = (FILE *) 0; typedef int yy_state_type; extern int rawlineno; int rawlineno = 1; extern char *rawtext; #define yytext_ptr rawtext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up rawtext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ rawleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 5 #define YY_END_OF_BUFFER 6 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[88] = { 0, 0, 0, 6, 4, 2, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[7] = { 0, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[88] = { 0, 0, 0, 244, 245, 245, 245, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75, 78, 81, 84, 87, 90, 93, 96, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132, 135, 138, 141, 144, 147, 150, 153, 156, 159, 162, 165, 168, 171, 174, 177, 180, 183, 186, 189, 192, 195, 198, 201, 204, 207, 210, 213, 216, 219, 222, 225, 228, 231, 234, 237, 245, 245 } ; static yyconst flex_int16_t yy_def[88] = { 0, 87, 1, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 0 } ; static yyconst flex_int16_t yy_nxt[252] = { 0, 4, 5, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 73, 73, 73, 74, 74, 74, 75, 75, 75, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, 84, 85, 85, 85, 86, 86, 86, 87, 3, 87, 87, 87, 87, 87, 87 } ; static yyconst flex_int16_t yy_chk[252] = { 0, 1, 1, 1, 1, 1, 1, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 73, 73, 73, 74, 74, 74, 75, 75, 75, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, 84, 85, 85, 85, 3, 87, 87, 87, 87, 87, 87, 87 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int raw_flex_debug; int raw_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *rawtext; #line 1 "sequence/rawl.l" /* rawl.l - RAW sequence lexer */ #line 4 "sequence/rawl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/rawy.h" #define YY_NO_INPUT 1 #line 571 "sequence/rawl.c" #define INITIAL 0 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int rawlex_destroy (void ); int rawget_debug (void ); void rawset_debug (int debug_flag ); YY_EXTRA_TYPE rawget_extra (void ); void rawset_extra (YY_EXTRA_TYPE user_defined ); FILE *rawget_in (void ); void rawset_in (FILE * _in_str ); FILE *rawget_out (void ); void rawset_out (FILE * _out_str ); int rawget_leng (void ); char *rawget_text (void ); int rawget_lineno (void ); void rawset_lineno (int _line_number ); YYSTYPE * rawget_lval (void ); void rawset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int rawwrap (void ); #else extern int rawwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( rawtext, rawleng, 1, rawout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( rawin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( rawin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, rawin))==0 && ferror(rawin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(rawin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int rawlex \ (YYSTYPE * yylval_param ); #define YY_DECL int rawlex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after rawtext and rawleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 31 "sequence/rawl.l" #line 766 "sequence/rawl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! rawin ) rawin = stdin; if ( ! rawout ) rawout = stdout; if ( ! YY_CURRENT_BUFFER ) { rawensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = raw_create_buffer(rawin,YY_BUF_SIZE ); } raw_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of rawtext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 88 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 87 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 33 "sequence/rawl.l" ; /* Newlines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 34 "sequence/rawl.l" ; /* Spaces/Tabs ignored */ YY_BREAK case 3: YY_RULE_SETUP #line 36 "sequence/rawl.l" { yylval->str = strdup(rawtext); return BAS; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 38 "sequence/rawl.l" { return NUL; } YY_BREAK case 4: YY_RULE_SETUP #line 39 "sequence/rawl.l" { return ERR; } YY_BREAK case 5: YY_RULE_SETUP #line 41 "sequence/rawl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 877 "sequence/rawl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed rawin at a new source and called * rawlex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = rawin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( rawwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * rawtext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of rawlex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ rawrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; rawrestart(rawin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) rawrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 88 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 88 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 87); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ rawrestart(rawin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( rawwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve rawtext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void rawrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ rawensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = raw_create_buffer(rawin,YY_BUF_SIZE ); } raw_init_buffer(YY_CURRENT_BUFFER,input_file ); raw_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void raw_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * rawpop_buffer_state(); * rawpush_buffer_state(new_buffer); */ rawensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; raw_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (rawwrap()) processing, but the only time this flag * is looked at is after rawwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void raw_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; rawin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE raw_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) rawalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in raw_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) rawalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in raw_create_buffer()" ); b->yy_is_our_buffer = 1; raw_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with raw_create_buffer() * */ void raw_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) rawfree((void *) b->yy_ch_buf ); rawfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a rawrestart() or at EOF. */ static void raw_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; raw_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then raw_init_buffer was _probably_ * called from rawrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void raw_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) raw_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void rawpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; rawensure_buffer_stack(); /* This block is copied from raw_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from raw_switch_to_buffer. */ raw_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void rawpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; raw_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { raw_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void rawensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)rawalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in rawensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)rawrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in rawensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE raw_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) rawalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in raw_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; raw_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to rawlex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * raw_scan_bytes() instead. */ YY_BUFFER_STATE raw_scan_string (yyconst char * yystr ) { return raw_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to rawlex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE raw_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) rawalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in raw_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = raw_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in raw_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up rawtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ rawtext[rawleng] = (yy_hold_char); \ (yy_c_buf_p) = rawtext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ rawleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int rawget_lineno (void) { return rawlineno; } /** Get the input stream. * */ FILE *rawget_in (void) { return rawin; } /** Get the output stream. * */ FILE *rawget_out (void) { return rawout; } /** Get the length of the current token. * */ int rawget_leng (void) { return rawleng; } /** Get the current token. * */ char *rawget_text (void) { return rawtext; } /** Set the current line number. * @param _line_number * */ void rawset_lineno (int _line_number ) { rawlineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see raw_switch_to_buffer */ void rawset_in (FILE * _in_str ) { rawin = _in_str ; } void rawset_out (FILE * _out_str ) { rawout = _out_str ; } int rawget_debug (void) { return raw_flex_debug; } void rawset_debug (int _bdebug ) { raw_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from rawlex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT rawin = stdin; rawout = stdout; #else rawin = (FILE *) 0; rawout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * rawlex_init() */ return 0; } /* rawlex_destroy is for both reentrant and non-reentrant scanners. */ int rawlex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ raw_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; rawpop_buffer_state(); } /* Destroy the stack itself. */ rawfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * rawlex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *rawalloc (yy_size_t size ) { return (void *) malloc( size ); } void *rawrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void rawfree (void * ptr ) { free( (char *) ptr ); /* see rawrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 41 "sequence/rawl.l" squizz-0.99b+dfsg.orig/lib/sequence/gdel.l0000644000175000017500000000214712075270510020427 0ustar osallouosallou/* gdel.l - GDE sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/gdey.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD SEQS alp [[:alpha:]] blk [[:blank:]] die "#" eol "\n" min "-" per "%" txt .{1,80} tag ({die}|{per}) nam [^ \n]{1,80} gap {min} bas ({alp}|{min}){1,80} %% ^{eol} ; /* Empty lines ignored */ ^{tag} { BEGIN HEAD; return TAG; } {nam} { yylval->str = strdup(yytext); return NAM; } {blk}/{eol} ; /* Ignore trailing spaces */ {eol} { BEGIN SEQS; return EOL; } . { return ERR; } {bas} { yylval->str = strdup(yytext); return BAS; } {eol}/{tag} { BEGIN INITIAL; return END; } {eol} ; /* Newlines ignored */ {blk} ; /* Spaces ignored */ <> { BEGIN INITIAL; return END; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/gcg.c0000644000175000017500000000370710515412154020245 0ustar osallouosallou/* gcg.c - GCG sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef STDC_HEADERS # include #endif #include #include #include "sequence.h" #include "sequence/gcg.h" #define crc_t unsigned long /* Functions prototypes */ extern sequence_t *gcgy_parse(FILE *); extern int gcgy_check(FILE *); crc_t gcg_crc(char *); /* Parse GCG sequence */ sequence_t *gcg_parse(FILE *f) { sequence_t *seq; seq = gcgy_parse(f); return seq; } /* Checks GCG sequence */ int gcg_check(FILE *f) { int i; i = gcgy_check(f); return i; } /* Print GCG sequence */ void gcg_print(FILE *f, sequence_t *seq) { char *p, c, d[255]; const char *q; float v; long l; time_t tt; struct tm ts; crc_t crc; seqtyp_t t; if (seq == NULL) { return; } t = sequence_type(seq->str); d[0] = '\0'; tt = time(NULL); (void)localtime_r(&tt, &ts); (void)strftime(d, 100, "%B %e, %Y %H:%M", &ts); /* FIXME: Header (comment, annots, ...) */ c = (t == SEQTYP_PRO) ? 'A' : 'N'; v = 1.0; (void)fprintf(f, "!!%cA_SEQUENCE %.1f\n", c, v); c = (t == SEQTYP_PRO) ? 'P' : 'N'; q = "unknown"; crc = gcg_crc(seq->str); (void)fprintf(f, "%s Length: %lu %s", q, seq->strlen, d); (void)fprintf(f, " Type: %c Check: %04lu", c, crc); (void)fprintf(f, " ..\n"); /* Sequence */ p = seq->str; while (*p) { l = p - seq->str; if (l % 50 == 0 && l > 0) { (void)fputc('\n', f); } if (l % 50 == 0) { (void)fprintf(f, "\n%8li ", l+1); } if (l % 10 == 0 && l % 50 != 0) { (void)fputc(' ', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } (void)fputc('\n', f); (void)fputc('\n', f); return; } /* Calculate GCG sequence CRC */ crc_t gcg_crc(char *str) { char *p; int i; crc_t crc; crc = 0; i = 0; p = str; while (p && *p) { crc += ((i % 57) + 1) * toupper((unsigned char)*p); i++; p++; } crc %= 10000; return crc; } squizz-0.99b+dfsg.orig/lib/sequence/gdey.y0000644000175000017500000000303312102270104020442 0ustar osallouosallou/* gdey.y - GDE sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/gdey.h" void gdeset_in(FILE *); int gdelex(YYSTYPE *); int gdelex_destroy(void); static void yyerror(sequence_t *, const char *); int gdey_check(FILE *); sequence_t *gdey_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token END EOL ERR NUL %token TAG %token NAM BAS %% gde : header sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; header : TAG headnam EOL ; headnam : NAM { parse_namadd(seq, $1); } ; sequence : sequence BAS { parse_stradd(seq, $2); } | BAS { parse_stradd(seq, $1); } ; end : END ; %% /* Checks GDE sequence */ int gdey_check(FILE *f) { int i; gdeset_in(f); i = yyparse(NULL); if (i == 0) { return i; } gdelex_destroy(); return i; } /* Parse GDE sequence */ sequence_t *gdey_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } gdeset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } gdelex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/sproty.y0000644000175000017500000001315712102264423021071 0ustar osallouosallou/* sproty.y - SWISSPROT sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/sproty.h" void sprotset_in(FILE *); int sprotlex(YYSTYPE *); int sprotlex_destroy(void); static void yyerror(sequence_t *seq, const char *); int sproty_check(FILE *); sequence_t *sproty_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token EOL EQU ERR INT NUL QUO SEP SPC TER TER2 TER3 TXT %token CBR OBR %token ID %token IDNAM %token AC %token ACNUM %token DT %token DE %token DETXT %token GN %token OS %token OSTXT OSTX2 %token OG %token OC %token OCNOD %token OX %token OH %token RN %token RP %token RC %token RX RXKEY RXVAL %token RG %token RA RAAUT %token RT %token RL %token CC %token DR DRVAL DRVAL2 %token PE %token KW %token KWORD %token FT %token SQ %token SEQ %token SEQBAS %token END %% sprot : annots sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; annots : locus access date desc gene orga refs comm dbref exist kwrds feats ; locus : idline ; idline : ID IDNAM idtxt EOL { parse_namadd(seq, $2); } ; idtxt : idtxt TXT | SPC ; access : access acline | ; acline : AC aclist TER EOL ; aclist : aclist SEP ACNUM { parse_accadd(seq, $3); } | ACNUM { parse_accadd(seq, $1); } ; date : dtline dtline dtline | ; dtline : DT dttxt EOL ; dttxt : dttxt TXT | TXT ; desc : delines deline2 | delines deline1 | ; delines : delines deline1 | ; deline1 : DE detxt EOL ; deline2 : DE detxt TER EOL | DE TER EOL ; detxt : detxt DETXT { parse_dscadd2(seq, $2); } | DETXT { parse_dscadd1(seq, $1); } ; gene : gene gnline | ; gnline : GN gntxt EOL ; gntxt : gntxt TXT | TXT ; orga : orgspe orggan orgcla orgtax orghos ; orgspe : osents osent3 | osent3 | ; osents : osentt osent2 | osent2 ; osentt : osentt osent1 | osent1 ; osent1 : oslines osline1 ; osent2 : oslines osline2 ; osent3 : oslines osline3 ; oslines : oslines osline | ; osline : OS ostxt EOL ; osline1 : OS ostxt TER3 EOL ; osline2 : OS ostxt TER2 EOL ; osline3 : OS ostxt TER EOL ; ostxt : OSTXT | OSTX2 ; orggan : orggan ogline | ; ogline : OG ogtxt EOL ; ogtxt : ogtxt TXT | TXT ; orgcla : oclines ocline2 | ; oclines : oclines ocline1 | ; ocline1 : OC oclist TER2 EOL ; ocline2 : OC oclist TER EOL ; oclist : oclist SEP OCNOD | OCNOD ; orgtax : orgtax oxline | ; oxline : OX oxtxt EOL ; oxtxt : oxtxt TXT | TXT ; orghos : orghos ohline | ; ohline : OH ohtxt EOL ; ohtxt : ohtxt TXT | TXT ; refs : refs refent | ; refent : refnum refpos refcom refxdb refper reftit refloc ; refper : refgrp refaut | refgrp | refaut ; refnum : rnline ; rnline : RN OBR INT CBR EOL ; refpos : rplines rpline2 ; rplines : rplines rpline1 | ; rpline1 : RP rptxt EOL ; rpline2 : RP rptxt TER EOL ; rptxt : rptxt TXT | TXT ; refcom : refcom rcline | ; rcline : RC rctxt EOL ; rctxt : rctxt TXT | TXT ; refxdb : rxlines | rxline1 | ; rxlines : rxlines rxline | rxline ; rxline : RX rxlist TER EOL ; rxline1 : RX rxent1 TER2 EOL ; rxlist : rxlist SEP rxent | rxent ; rxent : RXKEY EQU RXVAL ; rxent1 : RXKEY SEP RXVAL ; refgrp : rglines rgline2 ; rglines : rglines rgline1 | ; rgline1 : RG rgtxt EOL ; rgline2 : RG rgtxt TER EOL ; rgtxt : rgtxt TXT | TXT ; refaut : ralines raline2 ; ralines : ralines raline1 | ; raline1 : RA ralist TER2 EOL ; raline2 : RA ralist TER EOL ; ralist : ralist SEP RAAUT | RAAUT ; reftit : rtline1 rtlines rtline3 | rtline | ; rtlines : rtlines rtline2 | ; rtline : RT QUO rttxt QUO TER EOL ; rtline1 : RT QUO rttxt EOL ; rtline2 : RT rttxt EOL ; rtline3 : RT rttxt QUO TER EOL ; rttxt : rttxt TXT | TXT ; refloc : rllines rlline2 | ; rllines : rllines rlline1 | ; rlline1 : RL rltxt EOL ; rlline2 : RL rltxt TER EOL ; rltxt : rltxt TXT | TXT ; comm : comm ccline | ; ccline : CC cctxt EOL ; cctxt : cctxt TXT | TXT ; dbref : dbref drline | ; drline : DR drlist TER EOL ; drlist : DRVAL SEP DRVAL SEP DRVAL dropt ; dropt : SEP DRVAL SEP DRVAL | SEP DRVAL | ; exist: peline | ; peline : PE petxt TER EOL ; petxt : petxt TXT | TXT ; kwrds : kwlines kwline2 | ; kwlines : kwlines kwline1 | ; kwline1 : KW kwlist TER2 EOL ; kwline2 : KW kwlist TER EOL ; kwlist : kwlist SEP KWORD { parse_kwdadd(seq, $3); } | KWORD { parse_kwdadd(seq, $1); } | /* Empty */ ; feats : feats ftline | ; ftline : FT fttxt EOL ; fttxt : fttxt TXT | TXT ; sequence : seqhead seqdata ; seqhead : sqline ; sqline : SQ sqtxt EOL ; sqtxt : sqtxt TXT | TXT ; seqdata : seqdata seqline | seqline ; seqline : SEQ seqlist EOL ; seqlist : seqlist SPC SEQBAS { parse_stradd(seq, $3); } | SEQBAS { parse_stradd(seq, $1); } ; end : END EOL ; %% /* Check SPROT sequence */ int sproty_check(FILE *f) { int i; sprotset_in(f); i = yyparse(NULL); if (i == 0) { return i; } sprotlex_destroy(); return i; } /* Parse SPROT sequence */ sequence_t *sproty_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } sprotset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } sprotlex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/parse.h0000644000175000017500000000112510507157434020624 0ustar osallouosallou/* parse.h - Sequence parsing helper functions */ #ifndef __SEQUENCE_PARSE_H_ #define __SEQUENCE_PARSE_H_ #include "sequence.h" /* Functions prototypes */ void parse_nuladd(sequence_t *, char *); void parse_namadd(sequence_t *, char *); void parse_accadd(sequence_t *, char *); void parse_veradd(sequence_t *, int); void parse_giadd(sequence_t *, int); void parse_dscadd1(sequence_t *, char *); void parse_dscadd2(sequence_t *, char *); void parse_kwdadd(sequence_t *, char *); void parse_kwdupd(sequence_t *, char *); void parse_stradd(sequence_t *, char *); #endif /* __SEQUENCE_PARSE_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/igy.c0000644000175000017500000013625612102264454020305 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse igparse #define yylex iglex #define yyerror igerror #define yylval iglval #define yychar igchar #define yydebug igdebug #define yynerrs ignerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/igy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/igy.h" void igset_in(FILE *); int iglex(YYSTYPE *); int iglex_destroy(void); static void yyerror(sequence_t *, const char *); int igy_check(FILE *); sequence_t *igy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/igy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, NUL = 260, SEM = 261, TXT = 262, NAM = 263, BAS = 264, TYP = 265, END = 266 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define NUL 260 #define SEM 261 #define TXT 262 #define NAM 263 #define BAS 264 #define TYP 265 #define END 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/igy.y" char *str; /* Line 293 of yacc.c */ #line 165 "sequence/igy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 177 "sequence/igy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 8 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 14 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 12 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 12 /* YYNRULES -- Number of rules. */ #define YYNRULES 18 /* YYNRULES -- Number of states. */ #define YYNSTATES 24 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 266 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 12, 15, 17, 21, 24, 25, 28, 30, 31, 34, 37, 39, 41, 42 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 13, 0, -1, 14, 20, 23, -1, 5, -1, 15, 18, -1, 15, 16, -1, 16, -1, 6, 17, 3, -1, 17, 7, -1, -1, 19, 3, -1, 8, -1, -1, 21, 22, -1, 21, 9, -1, 9, -1, 10, -1, -1, 11, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 41, 41, 42, 45, 47, 47, 48, 49, 50, 53, 54, 55, 58, 59, 60, 62, 62, 64 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "ERR", "NUL", "SEM", "TXT", "NAM", "BAS", "TYP", "END", "$accept", "ig", "header", "headcom", "comline", "comtxt", "headnam", "namtxt", "sequence", "seqlist", "seqtype", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 12, 13, 13, 14, 15, 15, 16, 17, 17, 18, 19, 19, 20, 21, 21, 22, 22, 23 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 2, 2, 1, 3, 2, 0, 2, 1, 0, 2, 2, 1, 1, 0, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 9, 0, 0, 12, 6, 0, 1, 15, 0, 17, 11, 5, 4, 0, 7, 8, 18, 2, 14, 16, 13, 10 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 3, 4, 5, 6, 7, 14, 15, 10, 11, 22, 19 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -6 static const yytype_int8 yypact[] = { 0, -6, -6, 2, 1, -5, -6, -3, -6, -6, 3, -2, -6, -6, -6, 6, -6, -6, -6, -6, -6, -6, -6, -6 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -6, -6, -6, -6, 7, -6, -6, -6, -6, -6, -6, -6 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 16, 2, 8, 12, 17, 1, 2, 20, 21, 23, 9, 0, 13, 0, 18 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-6)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 3, 6, 0, 8, 7, 5, 6, 9, 10, 3, 9, -1, 5, -1, 11 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 5, 6, 13, 14, 15, 16, 17, 0, 9, 20, 21, 8, 16, 18, 19, 3, 7, 11, 23, 9, 10, 22, 3 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 7: /* "TXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/igy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1119 "sequence/igy.c" break; case 8: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/igy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1128 "sequence/igy.c" break; case 9: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/igy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1137 "sequence/igy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 41 "sequence/igy.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 42 "sequence/igy.y" { return -1; /*NOTREACHED*/ } break; case 8: /* Line 1806 of yacc.c */ #line 49 "sequence/igy.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 11: /* Line 1806 of yacc.c */ #line 54 "sequence/igy.y" { parse_namadd(seq, (yyvsp[(1) - (1)].str)); } break; case 14: /* Line 1806 of yacc.c */ #line 59 "sequence/igy.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; case 15: /* Line 1806 of yacc.c */ #line 60 "sequence/igy.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1481 "sequence/igy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 66 "sequence/igy.y" /* Checks IG sequence */ int igy_check(FILE *f) { int i; igset_in(f); i = yyparse(NULL); if (i == 0) { return i; } iglex_destroy(); return i; } /* Parse IG sequence */ sequence_t *igy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } igset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } iglex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/nbrfy.c0000644000175000017500000013571612102264455020636 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse nbrfparse #define yylex nbrflex #define yyerror nbrferror #define yylval nbrflval #define yychar nbrfchar #define yydebug nbrfdebug #define yynerrs nbrfnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/nbrfy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/nbrfy.h" void nbrfset_in(FILE *); int nbrflex(YYSTYPE *); int nbrflex_destroy(void); static void yyerror(sequence_t *, const char *); sequence_t *nbrfy_parse(FILE *); int nbrfy_check(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/nbrfy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, SEM = 262, SPC = 263, SUP = 264, TXT = 265, TAG = 266, BAS = 267, NAM = 268 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define SEM 262 #define SPC 263 #define SUP 264 #define TXT 265 #define TAG 266 #define BAS 267 #define NAM 268 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/nbrfy.y" char *str; /* Line 293 of yacc.c */ #line 169 "sequence/nbrfy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 181 "sequence/nbrfy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 7 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 12 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 14 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 9 /* YYNRULES -- Number of rules. */ #define YYNRULES 12 /* YYNRULES -- Number of states. */ #define YYNSTATES 21 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 268 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 12, 18, 20, 23, 26, 27, 30, 32 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 15, 0, -1, 16, 21, 22, -1, 6, -1, 17, 19, -1, 9, 11, 7, 18, 4, -1, 13, -1, 20, 4, -1, 20, 10, -1, -1, 21, 12, -1, 12, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 39, 39, 40, 43, 45, 47, 50, 52, 53, 56, 57, 60 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "NUL", "SEM", "SPC", "SUP", "TXT", "TAG", "BAS", "NAM", "$accept", "nbrf", "header", "headname", "hnam", "headdesc", "headtxt", "sequence", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 14, 15, 15, 16, 17, 18, 19, 20, 20, 21, 21, 22 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 2, 5, 1, 2, 2, 0, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 0, 9, 0, 1, 11, 0, 4, 0, 0, 12, 10, 2, 7, 8, 6, 0, 5 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 3, 4, 5, 19, 10, 11, 9, 15 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -9 static const yytype_int8 yypact[] = { -5, -9, -8, 5, -6, -9, 0, -9, -9, -3, -9, -2, -1, -9, -9, -9, -9, -9, -9, 6, -9 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -9, -9, -9, -9, -9, -9, -9, -9, -9 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 13, 1, 16, 6, 2, 7, 8, 12, 17, 14, 20, 0, 18 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-9)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int8 yycheck[] = { 3, 6, 4, 11, 9, 0, 12, 7, 10, 12, 4, -1, 13 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 9, 15, 16, 17, 11, 0, 12, 21, 19, 20, 7, 3, 12, 22, 4, 10, 13, 18, 4 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 10: /* "TXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/nbrfy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1120 "sequence/nbrfy.c" break; case 12: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/nbrfy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1129 "sequence/nbrfy.c" break; case 13: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/nbrfy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1138 "sequence/nbrfy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 39 "sequence/nbrfy.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 40 "sequence/nbrfy.y" { return -1; /*NOTREACHED*/ } break; case 6: /* Line 1806 of yacc.c */ #line 47 "sequence/nbrfy.y" { parse_namadd(seq, (yyvsp[(1) - (1)].str)); } break; case 8: /* Line 1806 of yacc.c */ #line 52 "sequence/nbrfy.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 10: /* Line 1806 of yacc.c */ #line 56 "sequence/nbrfy.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; case 11: /* Line 1806 of yacc.c */ #line 57 "sequence/nbrfy.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1482 "sequence/nbrfy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 62 "sequence/nbrfy.y" /* Check NBRF sequence */ int nbrfy_check(FILE *f) { int i; nbrfset_in(f); i = yyparse(NULL); if (i == 0) { return i; } nbrflex_destroy(); return i; } /* Parse NBRF sequence */ sequence_t *nbrfy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } nbrfset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } nbrflex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/igl.c0000644000175000017500000020562312075270564020273 0ustar osallouosallou#line 2 "sequence/igl.c" #line 4 "sequence/igl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer ig_create_buffer #define yy_delete_buffer ig_delete_buffer #define yy_flex_debug ig_flex_debug #define yy_init_buffer ig_init_buffer #define yy_flush_buffer ig_flush_buffer #define yy_load_buffer_state ig_load_buffer_state #define yy_switch_to_buffer ig_switch_to_buffer #define yyin igin #define yyleng igleng #define yylex iglex #define yylineno iglineno #define yyout igout #define yyrestart igrestart #define yytext igtext #define yywrap igwrap #define yyalloc igalloc #define yyrealloc igrealloc #define yyfree igfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE igrestart(igin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int igleng; extern FILE *igin, *igout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up igtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up igtext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via igrestart()), so that the user can continue scanning by * just pointing igin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when igtext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int igleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow igwrap()'s to do buffer switches * instead of setting up a fresh igin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void igrestart (FILE *input_file ); void ig_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE ig_create_buffer (FILE *file,int size ); void ig_delete_buffer (YY_BUFFER_STATE b ); void ig_flush_buffer (YY_BUFFER_STATE b ); void igpush_buffer_state (YY_BUFFER_STATE new_buffer ); void igpop_buffer_state (void ); static void igensure_buffer_stack (void ); static void ig_load_buffer_state (void ); static void ig_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER ig_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE ig_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE ig_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE ig_scan_bytes (yyconst char *bytes,int len ); void *igalloc (yy_size_t ); void *igrealloc (void *,yy_size_t ); void igfree (void * ); #define yy_new_buffer ig_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ igensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ ig_create_buffer(igin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ igensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ ig_create_buffer(igin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define igwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *igin = (FILE *) 0, *igout = (FILE *) 0; typedef int yy_state_type; extern int iglineno; int iglineno = 1; extern char *igtext; #define yytext_ptr igtext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up igtext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ igleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 20 #define YY_END_OF_BUFFER 21 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[349] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 19, 18, 1, 19, 4, 5, 7, 11, 10, 8, 17, 13, 15, 12, 14, 2, 3, 4, 6, 7, 0, 9, 8, 16, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 4, 7, 12, 2, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 6, 1, 1, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1, 1, 1, 1, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1, 1, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[11] = { 0, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[590] = { 0, 305, 0, 299, 298, 7, 9, 12, 0, 295, 906, 906, 906, 291, 0, 280, 0, 21, 906, 285, 906, 906, 273, 21, 906, 0, 906, 0, 906, 0, 0, 906, 0, 906, 28, 0, 0, 0, 35, 0, 0, 0, 42, 0, 0, 0, 49, 0, 0, 0, 56, 0, 0, 0, 63, 0, 0, 0, 70, 0, 0, 0, 77, 0, 0, 0, 84, 0, 0, 0, 91, 0, 0, 0, 98, 0, 0, 0, 105, 0, 0, 0, 112, 0, 0, 0, 119, 0, 0, 0, 126, 0, 0, 0, 133, 0, 0, 0, 140, 0, 0, 0, 147, 0, 0, 0, 154, 0, 0, 0, 161, 0, 0, 0, 168, 0, 0, 0, 175, 0, 0, 0, 182, 0, 0, 0, 189, 0, 0, 0, 196, 0, 0, 0, 203, 0, 0, 0, 210, 0, 0, 0, 217, 0, 0, 0, 224, 0, 0, 0, 231, 0, 0, 0, 238, 0, 0, 0, 245, 0, 0, 0, 252, 0, 0, 0, 259, 0, 0, 0, 266, 0, 0, 0, 273, 0, 0, 0, 280, 0, 0, 0, 287, 0, 0, 0, 294, 0, 0, 0, 301, 0, 0, 0, 308, 0, 0, 0, 315, 0, 0, 0, 322, 0, 0, 0, 329, 0, 0, 0, 336, 0, 0, 0, 343, 0, 0, 0, 350, 0, 0, 0, 357, 0, 0, 0, 364, 0, 0, 0, 371, 0, 0, 0, 378, 0, 0, 0, 385, 0, 0, 0, 392, 0, 0, 0, 399, 0, 0, 0, 406, 0, 0, 0, 413, 0, 0, 0, 420, 0, 0, 0, 427, 0, 0, 0, 434, 0, 0, 0, 441, 0, 0, 0, 448, 0, 0, 0, 455, 0, 0, 0, 462, 0, 0, 0, 469, 0, 0, 0, 476, 0, 0, 0, 483, 0, 0, 0, 490, 0, 0, 0, 497, 0, 0, 0, 504, 0, 0, 0, 511, 0, 0, 0, 518, 0, 0, 0, 525, 0, 0, 0, 532, 0, 0, 0, 539, 0, 0, 0, 546, 0, 0, 0, 553, 0, 0, 0, 560, 0, 0, 0, 567, 0, 906, 906, 906, 906, 906, 577, 580, 583, 586, 589, 279, 591, 593, 273, 595, 597, 272, 599, 601, 266, 603, 605, 265, 607, 609, 259, 611, 613, 258, 615, 617, 252, 619, 621, 251, 623, 625, 245, 627, 629, 244, 631, 633, 238, 635, 637, 237, 639, 641, 231, 643, 645, 230, 647, 649, 224, 651, 653, 223, 655, 657, 217, 659, 661, 216, 663, 665, 210, 667, 669, 209, 671, 673, 203, 675, 677, 202, 679, 681, 196, 683, 685, 195, 687, 689, 189, 691, 693, 188, 695, 697, 182, 699, 701, 181, 703, 705, 175, 707, 709, 174, 711, 713, 168, 715, 717, 167, 719, 721, 161, 723, 725, 160, 727, 729, 154, 731, 733, 153, 735, 737, 147, 739, 741, 146, 743, 745, 140, 747, 749, 139, 751, 753, 133, 755, 757, 132, 759, 761, 126, 763, 765, 125, 767, 769, 119, 771, 773, 118, 775, 777, 112, 779, 781, 111, 783, 785, 105, 787, 789, 104, 791, 793, 98, 795, 797, 97, 799, 801, 91, 803, 805, 90, 807, 809, 84, 811, 813, 83, 815, 817, 77, 819, 821, 76, 823, 825, 70, 827, 829, 69, 831, 833, 63, 835, 837, 62, 839, 841, 56, 843, 845, 55, 847, 849, 49, 851, 853, 48, 855, 857, 42, 859, 861, 41, 863, 865, 35, 867, 869, 34, 871, 873, 28, 875, 877, 27, 879, 881, 6, 883, 885, 5, 887, 889, 4, 891, 893, 3, 895, 897, 1, 899, 901, 0, 903 } ; static yyconst flex_int16_t yy_def[590] = { 0, 349, 349, 350, 350, 351, 351, 348, 7, 348, 348, 348, 348, 352, 353, 348, 354, 348, 348, 17, 348, 348, 348, 348, 348, 355, 348, 356, 348, 357, 17, 348, 19, 348, 348, 358, 359, 360, 348, 361, 362, 363, 348, 364, 365, 366, 348, 367, 368, 369, 348, 370, 371, 372, 348, 373, 374, 375, 348, 376, 377, 378, 348, 379, 380, 381, 348, 382, 383, 384, 348, 385, 386, 387, 348, 388, 389, 390, 348, 391, 392, 393, 348, 394, 395, 396, 348, 397, 398, 399, 348, 400, 401, 402, 348, 403, 404, 405, 348, 406, 407, 408, 348, 409, 410, 411, 348, 412, 413, 414, 348, 415, 416, 417, 348, 418, 419, 420, 348, 421, 422, 423, 348, 424, 425, 426, 348, 427, 428, 429, 348, 430, 431, 432, 348, 433, 434, 435, 348, 436, 437, 438, 348, 439, 440, 441, 348, 442, 443, 444, 348, 445, 446, 447, 348, 448, 449, 450, 348, 451, 452, 453, 348, 454, 455, 456, 348, 457, 458, 459, 348, 460, 461, 462, 348, 463, 464, 465, 348, 466, 467, 468, 348, 469, 470, 471, 348, 472, 473, 474, 348, 475, 476, 477, 348, 478, 479, 480, 348, 481, 482, 483, 348, 484, 485, 486, 348, 487, 488, 489, 348, 490, 491, 492, 348, 493, 494, 495, 348, 496, 497, 498, 348, 499, 500, 501, 348, 502, 503, 504, 348, 505, 506, 507, 348, 508, 509, 510, 348, 511, 512, 513, 348, 514, 515, 516, 348, 517, 518, 519, 348, 520, 521, 522, 348, 523, 524, 525, 348, 526, 527, 528, 348, 529, 530, 531, 348, 532, 533, 534, 348, 535, 536, 537, 348, 538, 539, 540, 348, 541, 542, 543, 348, 544, 545, 546, 348, 547, 548, 549, 348, 550, 551, 552, 348, 553, 554, 555, 348, 556, 557, 558, 348, 559, 560, 561, 348, 562, 563, 564, 348, 565, 566, 567, 348, 568, 569, 570, 348, 571, 572, 573, 348, 574, 575, 576, 348, 577, 578, 579, 348, 580, 581, 582, 348, 583, 584, 585, 348, 586, 587, 588, 348, 589, 348, 348, 348, 348, 0, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348 } ; static yyconst flex_int16_t yy_nxt[917] = { 0, 345, 341, 12, 337, 333, 329, 325, 13, 17, 18, 19, 18, 20, 21, 22, 23, 23, 23, 24, 20, 23, 23, 30, 31, 34, 34, 34, 321, 317, 34, 34, 38, 38, 38, 313, 309, 38, 38, 42, 42, 42, 305, 301, 42, 42, 46, 46, 46, 297, 293, 46, 46, 50, 50, 50, 289, 285, 50, 50, 54, 54, 54, 281, 277, 54, 54, 58, 58, 58, 273, 269, 58, 58, 62, 62, 62, 265, 261, 62, 62, 66, 66, 66, 257, 253, 66, 66, 70, 70, 70, 249, 245, 70, 70, 74, 74, 74, 241, 237, 74, 74, 78, 78, 78, 233, 229, 78, 78, 82, 82, 82, 225, 221, 82, 82, 86, 86, 86, 217, 213, 86, 86, 90, 90, 90, 209, 205, 90, 90, 94, 94, 94, 201, 197, 94, 94, 98, 98, 98, 193, 189, 98, 98, 102, 102, 102, 185, 181, 102, 102, 106, 106, 106, 177, 173, 106, 106, 110, 110, 110, 169, 165, 110, 110, 114, 114, 114, 161, 157, 114, 114, 118, 118, 118, 153, 149, 118, 118, 122, 122, 122, 145, 141, 122, 122, 126, 126, 126, 137, 133, 126, 126, 130, 130, 130, 129, 125, 130, 130, 134, 134, 134, 121, 117, 134, 134, 138, 138, 138, 113, 109, 138, 138, 142, 142, 142, 105, 101, 142, 142, 146, 146, 146, 97, 93, 146, 146, 150, 150, 150, 89, 85, 150, 150, 154, 154, 154, 81, 77, 154, 154, 158, 158, 158, 73, 69, 158, 158, 162, 162, 162, 65, 61, 162, 162, 166, 166, 166, 57, 53, 166, 166, 170, 170, 170, 49, 45, 170, 170, 174, 174, 174, 41, 37, 174, 174, 178, 178, 178, 29, 33, 178, 178, 182, 182, 182, 32, 28, 182, 182, 186, 186, 186, 26, 348, 186, 186, 190, 190, 190, 15, 15, 190, 190, 194, 194, 194, 11, 348, 194, 194, 198, 198, 198, 348, 348, 198, 198, 202, 202, 202, 348, 348, 202, 202, 206, 206, 206, 348, 348, 206, 206, 210, 210, 210, 348, 348, 210, 210, 214, 214, 214, 348, 348, 214, 214, 218, 218, 218, 348, 348, 218, 218, 222, 222, 222, 348, 348, 222, 222, 226, 226, 226, 348, 348, 226, 226, 230, 230, 230, 348, 348, 230, 230, 234, 234, 234, 348, 348, 234, 234, 238, 238, 238, 348, 348, 238, 238, 242, 242, 242, 348, 348, 242, 242, 246, 246, 246, 348, 348, 246, 246, 250, 250, 250, 348, 348, 250, 250, 254, 254, 254, 348, 348, 254, 254, 258, 258, 258, 348, 348, 258, 258, 262, 262, 262, 348, 348, 262, 262, 266, 266, 266, 348, 348, 266, 266, 270, 270, 270, 348, 348, 270, 270, 274, 274, 274, 348, 348, 274, 274, 278, 278, 278, 348, 348, 278, 278, 282, 282, 282, 348, 348, 282, 282, 286, 286, 286, 348, 348, 286, 286, 290, 290, 290, 348, 348, 290, 290, 294, 294, 294, 348, 348, 294, 294, 298, 298, 298, 348, 348, 298, 298, 302, 302, 302, 348, 348, 302, 302, 306, 306, 306, 348, 348, 306, 306, 310, 310, 310, 348, 348, 310, 310, 314, 314, 314, 348, 348, 314, 314, 318, 318, 318, 348, 348, 318, 318, 322, 322, 322, 348, 348, 322, 322, 326, 326, 326, 348, 348, 326, 326, 330, 330, 330, 348, 348, 330, 330, 334, 334, 334, 348, 348, 334, 334, 338, 338, 338, 348, 348, 338, 338, 342, 342, 342, 348, 348, 342, 342, 346, 346, 346, 348, 348, 346, 346, 10, 10, 10, 14, 14, 14, 16, 16, 16, 25, 25, 25, 27, 27, 35, 35, 36, 36, 39, 39, 40, 40, 43, 43, 44, 44, 47, 47, 48, 48, 51, 51, 52, 52, 55, 55, 56, 56, 59, 59, 60, 60, 63, 63, 64, 64, 67, 67, 68, 68, 71, 71, 72, 72, 75, 75, 76, 76, 79, 79, 80, 80, 83, 83, 84, 84, 87, 87, 88, 88, 91, 91, 92, 92, 95, 95, 96, 96, 99, 99, 100, 100, 103, 103, 104, 104, 107, 107, 108, 108, 111, 111, 112, 112, 115, 115, 116, 116, 119, 119, 120, 120, 123, 123, 124, 124, 127, 127, 128, 128, 131, 131, 132, 132, 135, 135, 136, 136, 139, 139, 140, 140, 143, 143, 144, 144, 147, 147, 148, 148, 151, 151, 152, 152, 155, 155, 156, 156, 159, 159, 160, 160, 163, 163, 164, 164, 167, 167, 168, 168, 171, 171, 172, 172, 175, 175, 176, 176, 179, 179, 180, 180, 183, 183, 184, 184, 187, 187, 188, 188, 191, 191, 192, 192, 195, 195, 196, 196, 199, 199, 200, 200, 203, 203, 204, 204, 207, 207, 208, 208, 211, 211, 212, 212, 215, 215, 216, 216, 219, 219, 220, 220, 223, 223, 224, 224, 227, 227, 228, 228, 231, 231, 232, 232, 235, 235, 236, 236, 239, 239, 240, 240, 243, 243, 244, 244, 247, 247, 248, 248, 251, 251, 252, 252, 255, 255, 256, 256, 259, 259, 260, 260, 263, 263, 264, 264, 267, 267, 268, 268, 271, 271, 272, 272, 275, 275, 276, 276, 279, 279, 280, 280, 283, 283, 284, 284, 287, 287, 288, 288, 291, 291, 292, 292, 295, 295, 296, 296, 299, 299, 300, 300, 303, 303, 304, 304, 307, 307, 308, 308, 311, 311, 312, 312, 315, 315, 316, 316, 319, 319, 320, 320, 323, 323, 324, 324, 327, 327, 328, 328, 331, 331, 332, 332, 335, 335, 336, 336, 339, 339, 340, 340, 343, 343, 344, 344, 347, 347, 9, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348 } ; static yyconst flex_int16_t yy_chk[917] = { 0, 588, 585, 2, 582, 579, 576, 573, 2, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 17, 17, 23, 23, 23, 570, 567, 23, 23, 34, 34, 34, 564, 561, 34, 34, 38, 38, 38, 558, 555, 38, 38, 42, 42, 42, 552, 549, 42, 42, 46, 46, 46, 546, 543, 46, 46, 50, 50, 50, 540, 537, 50, 50, 54, 54, 54, 534, 531, 54, 54, 58, 58, 58, 528, 525, 58, 58, 62, 62, 62, 522, 519, 62, 62, 66, 66, 66, 516, 513, 66, 66, 70, 70, 70, 510, 507, 70, 70, 74, 74, 74, 504, 501, 74, 74, 78, 78, 78, 498, 495, 78, 78, 82, 82, 82, 492, 489, 82, 82, 86, 86, 86, 486, 483, 86, 86, 90, 90, 90, 480, 477, 90, 90, 94, 94, 94, 474, 471, 94, 94, 98, 98, 98, 468, 465, 98, 98, 102, 102, 102, 462, 459, 102, 102, 106, 106, 106, 456, 453, 106, 106, 110, 110, 110, 450, 447, 110, 110, 114, 114, 114, 444, 441, 114, 114, 118, 118, 118, 438, 435, 118, 118, 122, 122, 122, 432, 429, 122, 122, 126, 126, 126, 426, 423, 126, 126, 130, 130, 130, 420, 417, 130, 130, 134, 134, 134, 414, 411, 134, 134, 138, 138, 138, 408, 405, 138, 138, 142, 142, 142, 402, 399, 142, 142, 146, 146, 146, 396, 393, 146, 146, 150, 150, 150, 390, 387, 150, 150, 154, 154, 154, 384, 381, 154, 154, 158, 158, 158, 378, 375, 158, 158, 162, 162, 162, 372, 369, 162, 162, 166, 166, 166, 366, 363, 166, 166, 170, 170, 170, 360, 357, 170, 170, 174, 174, 174, 354, 22, 174, 174, 178, 178, 178, 19, 15, 178, 178, 182, 182, 182, 13, 9, 182, 182, 186, 186, 186, 4, 3, 186, 186, 190, 190, 190, 1, 0, 190, 190, 194, 194, 194, 0, 0, 194, 194, 198, 198, 198, 0, 0, 198, 198, 202, 202, 202, 0, 0, 202, 202, 206, 206, 206, 0, 0, 206, 206, 210, 210, 210, 0, 0, 210, 210, 214, 214, 214, 0, 0, 214, 214, 218, 218, 218, 0, 0, 218, 218, 222, 222, 222, 0, 0, 222, 222, 226, 226, 226, 0, 0, 226, 226, 230, 230, 230, 0, 0, 230, 230, 234, 234, 234, 0, 0, 234, 234, 238, 238, 238, 0, 0, 238, 238, 242, 242, 242, 0, 0, 242, 242, 246, 246, 246, 0, 0, 246, 246, 250, 250, 250, 0, 0, 250, 250, 254, 254, 254, 0, 0, 254, 254, 258, 258, 258, 0, 0, 258, 258, 262, 262, 262, 0, 0, 262, 262, 266, 266, 266, 0, 0, 266, 266, 270, 270, 270, 0, 0, 270, 270, 274, 274, 274, 0, 0, 274, 274, 278, 278, 278, 0, 0, 278, 278, 282, 282, 282, 0, 0, 282, 282, 286, 286, 286, 0, 0, 286, 286, 290, 290, 290, 0, 0, 290, 290, 294, 294, 294, 0, 0, 294, 294, 298, 298, 298, 0, 0, 298, 298, 302, 302, 302, 0, 0, 302, 302, 306, 306, 306, 0, 0, 306, 306, 310, 310, 310, 0, 0, 310, 310, 314, 314, 314, 0, 0, 314, 314, 318, 318, 318, 0, 0, 318, 318, 322, 322, 322, 0, 0, 322, 322, 326, 326, 326, 0, 0, 326, 326, 330, 330, 330, 0, 0, 330, 330, 334, 334, 334, 0, 0, 334, 334, 338, 338, 338, 0, 0, 338, 338, 342, 342, 342, 0, 0, 342, 342, 349, 349, 349, 350, 350, 350, 351, 351, 351, 352, 352, 352, 353, 353, 355, 355, 356, 356, 358, 358, 359, 359, 361, 361, 362, 362, 364, 364, 365, 365, 367, 367, 368, 368, 370, 370, 371, 371, 373, 373, 374, 374, 376, 376, 377, 377, 379, 379, 380, 380, 382, 382, 383, 383, 385, 385, 386, 386, 388, 388, 389, 389, 391, 391, 392, 392, 394, 394, 395, 395, 397, 397, 398, 398, 400, 400, 401, 401, 403, 403, 404, 404, 406, 406, 407, 407, 409, 409, 410, 410, 412, 412, 413, 413, 415, 415, 416, 416, 418, 418, 419, 419, 421, 421, 422, 422, 424, 424, 425, 425, 427, 427, 428, 428, 430, 430, 431, 431, 433, 433, 434, 434, 436, 436, 437, 437, 439, 439, 440, 440, 442, 442, 443, 443, 445, 445, 446, 446, 448, 448, 449, 449, 451, 451, 452, 452, 454, 454, 455, 455, 457, 457, 458, 458, 460, 460, 461, 461, 463, 463, 464, 464, 466, 466, 467, 467, 469, 469, 470, 470, 472, 472, 473, 473, 475, 475, 476, 476, 478, 478, 479, 479, 481, 481, 482, 482, 484, 484, 485, 485, 487, 487, 488, 488, 490, 490, 491, 491, 493, 493, 494, 494, 496, 496, 497, 497, 499, 499, 500, 500, 502, 502, 503, 503, 505, 505, 506, 506, 508, 508, 509, 509, 511, 511, 512, 512, 514, 514, 515, 515, 517, 517, 518, 518, 520, 520, 521, 521, 523, 523, 524, 524, 526, 526, 527, 527, 529, 529, 530, 530, 532, 532, 533, 533, 535, 535, 536, 536, 538, 538, 539, 539, 541, 541, 542, 542, 544, 544, 545, 545, 547, 547, 548, 548, 550, 550, 551, 551, 553, 553, 554, 554, 556, 556, 557, 557, 559, 559, 560, 560, 562, 562, 563, 563, 565, 565, 566, 566, 568, 568, 569, 569, 571, 571, 572, 572, 574, 574, 575, 575, 577, 577, 578, 578, 580, 580, 581, 581, 583, 583, 584, 584, 586, 586, 587, 587, 589, 589, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int ig_flex_debug; int ig_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *igtext; #line 1 "sequence/igl.l" /* igl.l - IG sequence lexer */ #line 4 "sequence/igl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/igy.h" #define YY_NO_INPUT 1 #line 857 "sequence/igl.c" #define INITIAL 0 #define HCOM 1 #define HNAM 2 #define SEQS 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int iglex_destroy (void ); int igget_debug (void ); void igset_debug (int debug_flag ); YY_EXTRA_TYPE igget_extra (void ); void igset_extra (YY_EXTRA_TYPE user_defined ); FILE *igget_in (void ); void igset_in (FILE * _in_str ); FILE *igget_out (void ); void igset_out (FILE * _out_str ); int igget_leng (void ); char *igget_text (void ); int igget_lineno (void ); void igset_lineno (int _line_number ); YYSTYPE * igget_lval (void ); void igset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int igwrap (void ); #else extern int igwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( igtext, igleng, 1, igout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( igin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( igin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, igin))==0 && ferror(igin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(igin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int iglex \ (YYSTYPE * yylval_param ); #define YY_DECL int iglex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after igtext and igleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( igleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (igtext[igleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 39 "sequence/igl.l" #line 1058 "sequence/igl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! igin ) igin = stdin; if ( ! igout ) igout = stdout; if ( ! YY_CURRENT_BUFFER ) { igensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = ig_create_buffer(igin,YY_BUF_SIZE ); } ig_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of igtext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 349 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 348 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 41 "sequence/igl.l" ; /* Empty lines ignored */ YY_BREAK case 2: *yy_cp = (yy_hold_char); /* undo effects of setting up igtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up igtext again */ YY_RULE_SETUP #line 43 "sequence/igl.l" { BEGIN HCOM; return SEM; } YY_BREAK case 3: /* rule 3 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up igtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up igtext again */ YY_RULE_SETUP #line 44 "sequence/igl.l" { BEGIN HCOM; return SEM; } YY_BREAK case 4: YY_RULE_SETUP #line 45 "sequence/igl.l" { yylval->str = strdup(igtext); return TXT; } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 46 "sequence/igl.l" { BEGIN HNAM; return EOL; } YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up igtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up igtext again */ YY_RULE_SETUP #line 47 "sequence/igl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 7: YY_RULE_SETUP #line 49 "sequence/igl.l" { yylval->str = strdup(igtext); return NAM; } YY_BREAK case 8: YY_RULE_SETUP #line 50 "sequence/igl.l" ; /* Leading spaces ignored */ YY_BREAK case 9: /* rule 9 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up igtext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up igtext again */ YY_RULE_SETUP #line 51 "sequence/igl.l" ; /* Trailing spaces ignored */ YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 52 "sequence/igl.l" { BEGIN SEQS; return EOL; } YY_BREAK case 11: YY_RULE_SETUP #line 53 "sequence/igl.l" { return ERR; } YY_BREAK case 12: YY_RULE_SETUP #line 55 "sequence/igl.l" { yylval->str = strdup(igtext); return BAS; } YY_BREAK case 13: YY_RULE_SETUP #line 56 "sequence/igl.l" ; /* Spaces ignored */ YY_BREAK case 14: YY_RULE_SETUP #line 57 "sequence/igl.l" { return TYP; } YY_BREAK case 15: /* rule 15 can match eol */ YY_RULE_SETUP #line 58 "sequence/igl.l" ; /* Newlines ignored */ YY_BREAK case 16: /* rule 16 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up igtext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up igtext again */ YY_RULE_SETUP #line 59 "sequence/igl.l" { BEGIN INITIAL; return END; } YY_BREAK case YY_STATE_EOF(SEQS): #line 60 "sequence/igl.l" { BEGIN INITIAL; return END; } YY_BREAK case 17: YY_RULE_SETUP #line 61 "sequence/igl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HCOM): case YY_STATE_EOF(HNAM): #line 63 "sequence/igl.l" { BEGIN INITIAL; return NUL; } YY_BREAK case 18: /* rule 18 can match eol */ YY_RULE_SETUP #line 64 "sequence/igl.l" { return ERR; } YY_BREAK case 19: YY_RULE_SETUP #line 65 "sequence/igl.l" { return ERR; } YY_BREAK case 20: YY_RULE_SETUP #line 67 "sequence/igl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1274 "sequence/igl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed igin at a new source and called * iglex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = igin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( igwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * igtext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of iglex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ igrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; igrestart(igin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) igrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 349 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 349 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 348); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ igrestart(igin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( igwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve igtext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void igrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ igensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = ig_create_buffer(igin,YY_BUF_SIZE ); } ig_init_buffer(YY_CURRENT_BUFFER,input_file ); ig_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void ig_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * igpop_buffer_state(); * igpush_buffer_state(new_buffer); */ igensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; ig_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (igwrap()) processing, but the only time this flag * is looked at is after igwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void ig_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; igin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE ig_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) igalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in ig_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) igalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in ig_create_buffer()" ); b->yy_is_our_buffer = 1; ig_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with ig_create_buffer() * */ void ig_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) igfree((void *) b->yy_ch_buf ); igfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a igrestart() or at EOF. */ static void ig_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; ig_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then ig_init_buffer was _probably_ * called from igrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void ig_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) ig_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void igpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; igensure_buffer_stack(); /* This block is copied from ig_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from ig_switch_to_buffer. */ ig_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void igpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; ig_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { ig_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void igensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)igalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in igensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)igrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in igensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE ig_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) igalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in ig_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; ig_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to iglex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * ig_scan_bytes() instead. */ YY_BUFFER_STATE ig_scan_string (yyconst char * yystr ) { return ig_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to iglex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE ig_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) igalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in ig_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = ig_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in ig_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up igtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ igtext[igleng] = (yy_hold_char); \ (yy_c_buf_p) = igtext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ igleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int igget_lineno (void) { return iglineno; } /** Get the input stream. * */ FILE *igget_in (void) { return igin; } /** Get the output stream. * */ FILE *igget_out (void) { return igout; } /** Get the length of the current token. * */ int igget_leng (void) { return igleng; } /** Get the current token. * */ char *igget_text (void) { return igtext; } /** Set the current line number. * @param _line_number * */ void igset_lineno (int _line_number ) { iglineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see ig_switch_to_buffer */ void igset_in (FILE * _in_str ) { igin = _in_str ; } void igset_out (FILE * _out_str ) { igout = _out_str ; } int igget_debug (void) { return ig_flex_debug; } void igset_debug (int _bdebug ) { ig_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from iglex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT igin = stdin; igout = stdout; #else igin = (FILE *) 0; igout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * iglex_init() */ return 0; } /* iglex_destroy is for both reentrant and non-reentrant scanners. */ int iglex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ ig_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; igpop_buffer_state(); } /* Destroy the stack itself. */ igfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * iglex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *igalloc (yy_size_t size ) { return (void *) malloc( size ); } void *igrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void igfree (void * ptr ) { free( (char *) ptr ); /* see igrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 67 "sequence/igl.l" squizz-0.99b+dfsg.orig/lib/sequence/rawy.y0000644000175000017500000000262612102264420020507 0ustar osallouosallou/* rawy.y - RAW sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/rawy.h" void rawset_in(FILE *); int rawlex(YYSTYPE *); int rawlex_destroy(void); static void yyerror(sequence_t *seq, const char *); int rawy_check(FILE *); sequence_t *rawy_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token ERR NUL %token BAS %% raw : sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; sequence : sequence BAS { parse_stradd(seq, $2); } | BAS { parse_stradd(seq, $1); } ; end : NUL ; %% /* Checks RAW sequence */ int rawy_check(FILE *f) { int i; rawset_in(f); i = yyparse(NULL); if (i == 0) { return i; } rawlex_destroy(); return i; } /* Parse RAW sequence */ sequence_t *rawy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return (seq); } rawset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } rawlex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/protein.h0000644000175000017500000000031010155322742021160 0ustar osallouosallou/* protein.h - Protein sequence functions */ #ifndef __SEQUENCE_PROTEIN_H_ #define __SEQUENCE_PROTEIN_H_ /* Functions prototypes */ float protein_weight(char *); #endif /* __SEQUENCE_PROTEIN_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/gdey.c0000644000175000017500000013362212102270106020426 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse gdeparse #define yylex gdelex #define yyerror gdeerror #define yylval gdelval #define yychar gdechar #define yydebug gdedebug #define yynerrs gdenerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/gdey.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/gdey.h" void gdeset_in(FILE *); int gdelex(YYSTYPE *); int gdelex_destroy(void); static void yyerror(sequence_t *, const char *); int gdey_check(FILE *); sequence_t *gdey_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/gdey.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, TAG = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define TAG 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/gdey.y" char *str; /* Line 293 of yacc.c */ #line 161 "sequence/gdey.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 173 "sequence/gdey.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 7 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 7 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 10 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 6 /* YYNRULES -- Number of rules. */ #define YYNRULES 8 /* YYNRULES -- Number of states. */ #define YYNSTATES 14 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 264 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 13, 15, 18, 20 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 11, 0, -1, 12, 14, 15, -1, 6, -1, 7, 13, 4, -1, 8, -1, 14, 9, -1, 9, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 38, 38, 39, 42, 44, 47, 48, 51 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "NUL", "TAG", "NAM", "BAS", "$accept", "gde", "header", "headnam", "sequence", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 10, 11, 11, 12, 13, 14, 14, 15 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 3, 1, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 0, 5, 0, 1, 7, 0, 4, 8, 6, 2 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 3, 4, 6, 9, 13 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -6 static const yytype_int8 yypact[] = { -5, -6, -4, 3, -2, -6, 1, -6, -6, -3, -6, -6, -6, -6 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -6, -6, -6, -6, -6, -6 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 11, 1, 2, 7, 5, 10, 12, 8 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-6)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 3, 6, 7, 0, 8, 4, 9, 9 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 7, 11, 12, 8, 13, 0, 9, 14, 4, 3, 9, 15 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 8: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/gdey.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1100 "sequence/gdey.c" break; case 9: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/gdey.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1109 "sequence/gdey.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 38 "sequence/gdey.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 39 "sequence/gdey.y" { return -1; /*NOTREACHED*/ } break; case 5: /* Line 1806 of yacc.c */ #line 44 "sequence/gdey.y" { parse_namadd(seq, (yyvsp[(1) - (1)].str)); } break; case 6: /* Line 1806 of yacc.c */ #line 47 "sequence/gdey.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; case 7: /* Line 1806 of yacc.c */ #line 48 "sequence/gdey.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1446 "sequence/gdey.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 53 "sequence/gdey.y" /* Checks GDE sequence */ int gdey_check(FILE *f) { int i; gdeset_in(f); i = yyparse(NULL); if (i == 0) { return i; } gdelex_destroy(); return i; } /* Parse GDE sequence */ sequence_t *gdey_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } gdeset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } gdelex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/genbanky.c0000644000175000017500000023307712102264454021312 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse genbankparse #define yylex genbanklex #define yyerror genbankerror #define yylval genbanklval #define yychar genbankchar #define yydebug genbankdebug #define yynerrs genbanknerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/genbanky.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/genbanky.h" void genbankset_in(FILE *); int genbanklex(YYSTYPE *); int genbanklex_destroy(void); static void yyerror(sequence_t *, const char *); int genbanky_check(FILE *); sequence_t *genbanky_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/genbanky.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, INT = 260, NUL = 261, NUM = 262, NXT = 263, SEP = 264, SPC = 265, TER = 266, TER2 = 267, TXT = 268, LO = 269, LONAM = 270, DE = 271, DETXT = 272, DA = 273, AC = 274, ACNUM = 275, VE = 276, GI = 277, VENUM = 278, GINUM = 279, PJ = 280, LN = 281, DB = 282, KE = 283, KEWRD = 284, KEWR2 = 285, SE = 286, SO = 287, OG = 288, RE = 289, RA = 290, RC = 291, RT = 292, RJ = 293, RM = 294, RP = 295, RR = 296, CO = 297, PR = 298, FE = 299, BC = 300, WE = 301, PI = 302, LE = 303, OR = 304, WGS = 305, SCA = 306, CON = 307, SEQ = 308, SEQBAS = 309, END = 310 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define INT 260 #define NUL 261 #define NUM 262 #define NXT 263 #define SEP 264 #define SPC 265 #define TER 266 #define TER2 267 #define TXT 268 #define LO 269 #define LONAM 270 #define DE 271 #define DETXT 272 #define DA 273 #define AC 274 #define ACNUM 275 #define VE 276 #define GI 277 #define VENUM 278 #define GINUM 279 #define PJ 280 #define LN 281 #define DB 282 #define KE 283 #define KEWRD 284 #define KEWR2 285 #define SE 286 #define SO 287 #define OG 288 #define RE 289 #define RA 290 #define RC 291 #define RT 292 #define RJ 293 #define RM 294 #define RP 295 #define RR 296 #define CO 297 #define PR 298 #define FE 299 #define BC 300 #define WE 301 #define PI 302 #define LE 303 #define OR 304 #define WGS 305 #define SCA 306 #define CON 307 #define SEQ 308 #define SEQBAS 309 #define END 310 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/genbanky.y" char *str; int num; /* Line 293 of yacc.c */ #line 253 "sequence/genbanky.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 265 "sequence/genbanky.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 10 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 300 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 56 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 148 /* YYNRULES -- Number of rules. */ #define YYNRULES 240 /* YYNRULES -- Number of states. */ #define YYNSTATES 377 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 310 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 7, 11, 15, 17, 30, 42, 55, 57, 59, 61, 63, 65, 67, 69, 74, 77, 79, 80, 84, 86, 88, 89, 92, 93, 98, 102, 106, 110, 115, 118, 120, 122, 126, 129, 131, 134, 135, 138, 139, 143, 147, 151, 153, 155, 156, 161, 165, 167, 171, 172, 175, 177, 180, 182, 184, 186, 190, 193, 195, 198, 201, 202, 206, 210, 213, 215, 218, 221, 222, 226, 230, 233, 235, 239, 241, 242, 245, 246, 251, 255, 260, 264, 269, 273, 278, 282, 286, 288, 290, 292, 293, 297, 300, 302, 305, 307, 309, 310, 313, 316, 317, 321, 325, 328, 330, 333, 336, 337, 341, 345, 348, 350, 353, 354, 363, 366, 369, 370, 374, 378, 381, 383, 386, 387, 390, 391, 395, 399, 402, 404, 407, 408, 411, 412, 416, 420, 423, 425, 428, 429, 432, 433, 437, 441, 444, 446, 449, 450, 453, 454, 458, 462, 465, 467, 469, 470, 474, 477, 479, 481, 482, 486, 489, 491, 494, 495, 498, 499, 503, 507, 510, 512, 515, 516, 519, 520, 524, 528, 531, 532, 535, 536, 539, 540, 544, 548, 551, 553, 556, 557, 560, 561, 565, 569, 572, 574, 576, 577, 581, 584, 586, 588, 592, 594, 595, 599, 601, 605, 608, 610, 613, 615, 617, 621, 624, 625, 628, 630, 636, 640, 642, 645, 648, 649, 653, 657, 660, 662, 665, 667, 671, 674, 676, 679, 681, 685, 688, 690 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 57, 0, -1, 58, 61, 203, -1, 59, 62, 203, -1, 60, 63, 203, -1, 6, -1, 64, 67, 77, 82, 100, 107, 110, 121, 159, 164, 169, 174, -1, 64, 67, 74, 77, 82, 100, 110, 159, 177, 179, 181, -1, 64, 67, 77, 82, 86, 100, 107, 110, 121, 159, 164, 169, -1, 183, -1, 184, -1, 183, -1, 183, -1, 184, -1, 185, -1, 65, -1, 14, 15, 66, 3, -1, 66, 13, -1, 10, -1, -1, 70, 68, 72, -1, 70, -1, 69, -1, -1, 68, 71, -1, -1, 16, 73, 11, 3, -1, 16, 11, 3, -1, 16, 73, 3, -1, 8, 73, 3, -1, 8, 73, 11, 3, -1, 73, 17, -1, 17, -1, 75, -1, 18, 76, 3, -1, 76, 13, -1, 13, -1, 79, 78, -1, -1, 78, 80, -1, -1, 19, 81, 3, -1, 8, 81, 3, -1, 81, 9, 20, -1, 20, -1, 83, -1, -1, 21, 84, 85, 3, -1, 20, 9, 23, -1, 20, -1, 10, 22, 24, -1, -1, 87, 90, -1, 87, -1, 90, 95, -1, 90, -1, 95, -1, 88, -1, 25, 89, 3, -1, 89, 13, -1, 13, -1, 92, 91, -1, 91, 93, -1, -1, 26, 94, 3, -1, 8, 94, 3, -1, 94, 13, -1, 13, -1, 97, 96, -1, 96, 98, -1, -1, 27, 99, 3, -1, 8, 99, 3, -1, 99, 13, -1, 13, -1, 103, 101, 105, -1, 102, -1, -1, 101, 104, -1, -1, 28, 106, 11, 3, -1, 28, 11, 3, -1, 28, 106, 12, 3, -1, 28, 106, 3, -1, 8, 106, 12, 3, -1, 8, 106, 3, -1, 8, 106, 11, 3, -1, 106, 9, 29, -1, 106, 9, 30, -1, 29, -1, 30, -1, 108, -1, -1, 31, 109, 3, -1, 109, 13, -1, 13, -1, 111, 116, -1, 111, -1, 116, -1, -1, 113, 112, -1, 112, 114, -1, -1, 32, 115, 3, -1, 8, 115, 3, -1, 115, 13, -1, 13, -1, 118, 117, -1, 117, 119, -1, -1, 33, 120, 3, -1, 8, 120, 3, -1, 120, 13, -1, 13, -1, 121, 122, -1, -1, 123, 128, 133, 138, 143, 148, 151, 154, -1, 125, 124, -1, 124, 126, -1, -1, 34, 127, 3, -1, 8, 127, 3, -1, 127, 13, -1, 13, -1, 130, 129, -1, -1, 129, 131, -1, -1, 35, 132, 3, -1, 8, 132, 3, -1, 132, 13, -1, 13, -1, 135, 134, -1, -1, 134, 136, -1, -1, 36, 137, 3, -1, 8, 137, 3, -1, 137, 13, -1, 13, -1, 140, 139, -1, -1, 139, 141, -1, -1, 37, 142, 3, -1, 8, 142, 3, -1, 142, 13, -1, 13, -1, 145, 144, -1, -1, 144, 146, -1, -1, 38, 147, 3, -1, 8, 147, 3, -1, 147, 13, -1, 13, -1, 149, -1, -1, 39, 150, 3, -1, 150, 13, -1, 13, -1, 152, -1, -1, 40, 153, 3, -1, 153, 13, -1, 13, -1, 156, 155, -1, -1, 155, 157, -1, -1, 41, 158, 3, -1, 8, 158, 3, -1, 158, 13, -1, 13, -1, 161, 160, -1, -1, 160, 162, -1, -1, 42, 163, 3, -1, 8, 163, 3, -1, 163, 13, -1, -1, 166, 165, -1, -1, 165, 167, -1, -1, 43, 168, 3, -1, 8, 168, 3, -1, 168, 13, -1, 13, -1, 171, 170, -1, -1, 170, 172, -1, -1, 44, 173, 3, -1, 8, 173, 3, -1, 173, 13, -1, 13, -1, 175, -1, -1, 45, 176, 3, -1, 176, 13, -1, 13, -1, 178, -1, 46, 7, 3, -1, 180, -1, -1, 47, 7, 3, -1, 182, -1, 48, 5, 3, -1, 186, 189, -1, 192, -1, 197, 200, -1, 197, -1, 187, -1, 49, 188, 3, -1, 188, 13, -1, -1, 189, 190, -1, 190, -1, 53, 5, 10, 191, 3, -1, 191, 10, 54, -1, 54, -1, 194, 193, -1, 193, 195, -1, -1, 52, 196, 3, -1, 8, 196, 3, -1, 196, 13, -1, 13, -1, 197, 198, -1, 198, -1, 50, 199, 3, -1, 199, 13, -1, 13, -1, 200, 201, -1, 201, -1, 51, 202, 3, -1, 202, 13, -1, 13, -1, 55, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 73, 73, 74, 75, 76, 79, 80, 81, 83, 83, 84, 85, 85, 85, 87, 88, 90, 90, 90, 92, 92, 92, 92, 93, 93, 94, 94, 95, 96, 97, 98, 99, 102, 103, 104, 104, 106, 106, 107, 107, 108, 109, 110, 111, 114, 114, 115, 116, 117, 119, 120, 123, 123, 123, 123, 123, 125, 126, 127, 127, 129, 130, 130, 131, 132, 133, 133, 135, 136, 136, 137, 138, 139, 139, 141, 141, 141, 142, 142, 143, 143, 144, 144, 145, 145, 146, 147, 148, 149, 150, 153, 153, 154, 155, 155, 157, 157, 157, 157, 159, 160, 160, 161, 162, 163, 163, 165, 166, 166, 167, 168, 169, 169, 171, 171, 172, 174, 175, 175, 176, 177, 178, 178, 180, 180, 181, 181, 182, 183, 184, 184, 186, 186, 187, 187, 188, 189, 190, 190, 192, 192, 193, 193, 194, 195, 196, 196, 198, 198, 199, 199, 200, 201, 202, 202, 204, 204, 205, 206, 206, 208, 208, 209, 210, 210, 212, 212, 213, 213, 214, 215, 216, 216, 218, 218, 219, 219, 220, 221, 222, 222, 224, 224, 225, 225, 226, 227, 228, 228, 230, 230, 231, 231, 232, 233, 234, 234, 236, 236, 237, 238, 238, 240, 241, 243, 243, 244, 246, 247, 249, 250, 251, 251, 253, 254, 255, 255, 257, 257, 258, 259, 260, 263, 264, 264, 265, 266, 267, 267, 269, 269, 270, 271, 271, 273, 273, 274, 275, 275, 277 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "ERR", "INT", "NUL", "NUM", "NXT", "SEP", "SPC", "TER", "TER2", "TXT", "LO", "LONAM", "DE", "DETXT", "DA", "AC", "ACNUM", "VE", "GI", "VENUM", "GINUM", "PJ", "LN", "DB", "KE", "KEWRD", "KEWR2", "SE", "SO", "OG", "RE", "RA", "RC", "RT", "RJ", "RM", "RP", "RR", "CO", "PR", "FE", "BC", "WE", "PI", "LE", "OR", "WGS", "SCA", "CON", "SEQ", "SEQBAS", "END", "$accept", "genbank", "gbannots", "gpannots", "rfannots", "gbsequence", "gpsequence", "rfsequence", "locus", "loline", "lotxt", "defs", "delines", "deline", "deline1", "deline2", "deline3", "detxt", "date", "daline", "datxt", "access", "aclines", "acline1", "acline2", "aclist", "vers", "veline", "vetxt", "gitxt", "rfsrc", "proj", "pjline", "pjtxt", "dblnk", "lnlines", "lnline1", "lnline2", "lntxt", "dbsrc", "dblines", "dbline1", "dbline2", "dbtxt", "kwrds", "kelines", "keline", "keline1", "keline2", "keline3", "kelist", "segmt", "seline", "setxt", "orga", "orgsou", "solines", "soline1", "soline2", "sotxt", "orggan", "oglines", "ogline1", "ogline2", "ogtxt", "refs", "refent", "refnum", "relines", "reline1", "reline2", "retxt", "refaut", "ralines", "raline1", "raline2", "ratxt", "refcon", "rclines", "rcline1", "rcline2", "rctxt", "reftit", "rtlines", "rtline1", "rtline2", "rttxt", "refjou", "rjlines", "rjline1", "rjline2", "rjtxt", "refmed", "rmline", "rmtxt", "refpub", "rpline", "rptxt", "refrem", "rrlines", "rrline1", "rrline2", "rrtxt", "comm", "colines", "coline1", "coline2", "cotxt", "prim", "prlines", "prline1", "prline2", "prtxt", "feats", "felines", "feline1", "feline2", "fetxt", "bcount", "bcline", "bctxt", "weight", "weline", "piso", "piline", "length", "leline", "sequence", "contig", "shotgun", "seqhead", "orline", "ortxt", "seqdata", "seqline", "seqlist", "seqcont", "conlines", "conline1", "conline2", "contxt", "seqwgs", "wgsline", "wgstxt", "seqsca", "scaline", "scatxt", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 56, 57, 57, 57, 57, 58, 59, 60, 61, 61, 62, 63, 63, 63, 64, 65, 66, 66, 66, 67, 67, 67, 67, 68, 68, 69, 69, 70, 71, 72, 73, 73, 74, 75, 76, 76, 77, 77, 78, 78, 79, 80, 81, 81, 82, 82, 83, 84, 84, 85, 85, 86, 86, 86, 86, 86, 87, 88, 89, 89, 90, 91, 91, 92, 93, 94, 94, 95, 96, 96, 97, 98, 99, 99, 100, 100, 100, 101, 101, 102, 102, 103, 103, 104, 104, 105, 106, 106, 106, 106, 107, 107, 108, 109, 109, 110, 110, 110, 110, 111, 112, 112, 113, 114, 115, 115, 116, 117, 117, 118, 119, 120, 120, 121, 121, 122, 123, 124, 124, 125, 126, 127, 127, 128, 128, 129, 129, 130, 131, 132, 132, 133, 133, 134, 134, 135, 136, 137, 137, 138, 138, 139, 139, 140, 141, 142, 142, 143, 143, 144, 144, 145, 146, 147, 147, 148, 148, 149, 150, 150, 151, 151, 152, 153, 153, 154, 154, 155, 155, 156, 157, 158, 158, 159, 159, 160, 160, 161, 162, 163, 163, 164, 164, 165, 165, 166, 167, 168, 168, 169, 169, 170, 170, 171, 172, 173, 173, 174, 174, 175, 176, 176, 177, 178, 179, 179, 180, 181, 182, 183, 184, 185, 185, 186, 187, 188, 188, 189, 189, 190, 191, 191, 192, 193, 193, 194, 195, 196, 196, 197, 197, 198, 199, 199, 200, 200, 201, 202, 202, 203 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 3, 3, 1, 12, 11, 12, 1, 1, 1, 1, 1, 1, 1, 4, 2, 1, 0, 3, 1, 1, 0, 2, 0, 4, 3, 3, 3, 4, 2, 1, 1, 3, 2, 1, 2, 0, 2, 0, 3, 3, 3, 1, 1, 0, 4, 3, 1, 3, 0, 2, 1, 2, 1, 1, 1, 3, 2, 1, 2, 2, 0, 3, 3, 2, 1, 2, 2, 0, 3, 3, 2, 1, 3, 1, 0, 2, 0, 4, 3, 4, 3, 4, 3, 4, 3, 3, 1, 1, 1, 0, 3, 2, 1, 2, 1, 1, 0, 2, 2, 0, 3, 3, 2, 1, 2, 2, 0, 3, 3, 2, 1, 2, 0, 8, 2, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 1, 0, 3, 2, 1, 1, 0, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 0, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 1, 0, 3, 2, 1, 1, 3, 1, 0, 3, 1, 3, 2, 1, 2, 1, 1, 3, 2, 0, 2, 1, 5, 3, 1, 2, 2, 0, 3, 3, 2, 1, 2, 1, 3, 2, 1, 2, 1, 3, 2, 1, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 5, 0, 0, 0, 0, 0, 23, 15, 19, 1, 217, 0, 0, 9, 10, 0, 214, 211, 225, 0, 11, 0, 0, 12, 13, 14, 213, 231, 0, 38, 22, 21, 18, 0, 0, 229, 0, 0, 2, 0, 210, 219, 223, 3, 234, 0, 4, 0, 230, 212, 236, 0, 32, 0, 0, 0, 38, 33, 46, 40, 0, 16, 17, 215, 216, 226, 228, 240, 0, 218, 0, 224, 232, 233, 239, 0, 235, 27, 28, 0, 31, 36, 0, 44, 0, 46, 0, 77, 45, 37, 0, 24, 20, 0, 0, 237, 238, 26, 34, 35, 41, 0, 77, 49, 51, 0, 0, 0, 0, 77, 53, 57, 55, 63, 56, 70, 92, 76, 79, 0, 39, 0, 222, 0, 227, 43, 99, 0, 0, 0, 60, 0, 67, 0, 74, 0, 0, 89, 90, 0, 92, 52, 54, 61, 68, 0, 99, 91, 0, 0, 29, 0, 220, 0, 0, 0, 175, 97, 102, 98, 109, 48, 0, 47, 58, 59, 64, 66, 71, 73, 81, 83, 0, 0, 0, 99, 0, 62, 0, 69, 95, 0, 115, 0, 78, 75, 42, 30, 221, 106, 0, 113, 0, 181, 0, 177, 96, 100, 107, 50, 87, 88, 80, 82, 115, 0, 0, 93, 94, 175, 0, 103, 105, 110, 112, 0, 0, 206, 203, 174, 0, 101, 0, 108, 175, 65, 72, 0, 114, 125, 119, 183, 85, 0, 0, 178, 180, 0, 0, 0, 205, 181, 176, 0, 0, 183, 123, 0, 0, 133, 127, 117, 0, 191, 185, 86, 84, 204, 0, 0, 7, 208, 0, 104, 111, 191, 120, 122, 131, 0, 0, 141, 135, 124, 0, 118, 189, 0, 0, 199, 193, 182, 207, 0, 179, 8, 128, 130, 139, 0, 0, 149, 143, 132, 0, 126, 0, 186, 188, 197, 0, 0, 6, 198, 190, 0, 184, 209, 136, 138, 147, 0, 0, 157, 151, 140, 0, 134, 0, 121, 194, 196, 202, 0, 0, 192, 0, 144, 146, 155, 0, 0, 162, 156, 148, 0, 142, 0, 129, 200, 201, 0, 187, 152, 154, 160, 0, 0, 167, 161, 0, 150, 0, 137, 195, 158, 159, 165, 0, 0, 116, 169, 0, 145, 163, 164, 173, 0, 166, 153, 170, 172, 0, 168, 0, 171 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 3, 4, 5, 6, 13, 20, 23, 7, 8, 34, 30, 61, 31, 32, 92, 93, 54, 57, 58, 83, 59, 90, 60, 121, 85, 88, 89, 105, 130, 110, 111, 112, 132, 113, 144, 114, 178, 134, 115, 145, 116, 180, 136, 117, 149, 118, 119, 185, 186, 140, 147, 148, 182, 157, 158, 198, 159, 222, 191, 160, 199, 161, 224, 193, 210, 229, 230, 252, 231, 276, 248, 250, 274, 251, 296, 270, 272, 294, 273, 318, 290, 292, 316, 293, 337, 312, 314, 335, 315, 352, 331, 333, 334, 347, 349, 350, 359, 361, 369, 362, 374, 368, 195, 220, 196, 243, 216, 254, 282, 255, 307, 278, 280, 305, 281, 326, 301, 303, 304, 324, 218, 219, 240, 241, 261, 262, 14, 15, 26, 16, 17, 35, 41, 42, 124, 18, 43, 19, 72, 37, 27, 28, 46, 50, 51, 76, 39 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -209 static const yytype_int16 yypact[] = { 85, -209, -5, 88, 81, 41, 77, 98, -209, 101, -209, -209, 107, 46, -209, -209, 86, -209, -209, -209, 46, -209, 121, 46, -209, -209, -209, -42, -209, -6, 113, -209, 136, -209, 0, 3, -209, 11, 115, -209, 140, 86, -209, 138, -209, -209, 19, -209, 134, -209, 97, -209, 146, -209, 1, 139, 130, 132, -209, 133, -209, 145, -209, -209, -209, -209, -209, -209, -209, 147, -209, 107, -209, -209, -209, -209, 20, -209, -209, -209, 152, -209, -209, 22, -209, 106, 133, 141, 96, -209, 148, 142, -209, -209, 104, 23, -209, -209, -209, -209, -209, -209, 143, 144, 151, 154, 149, 153, 155, -10, 144, 150, -209, 156, -209, -209, -209, 157, -209, -209, 130, -209, 4, -209, 102, -209, -209, 103, 158, 160, 162, -209, 24, -209, 25, -209, 27, 164, -209, -209, 91, 157, -209, -209, 161, 163, 165, 103, -209, 166, 110, -209, 167, -209, 119, 171, 172, 135, 159, -209, -209, -209, -209, 169, -209, -209, -209, -209, -209, -209, -209, -209, -209, 108, 176, 177, 103, 153, -209, 155, -209, -209, 28, -209, 111, -209, -209, -209, -209, -209, -209, 31, -209, 36, -209, 129, -209, -209, 178, 179, -209, -209, -209, -209, -209, -209, 39, 40, -209, -209, 74, 95, -209, -209, -209, -209, 42, 182, 168, -209, 183, 171, -209, 172, -209, 74, -209, -209, 181, -209, 170, -209, 173, -209, 187, 192, -209, -209, 193, 190, 174, -209, -209, -209, 43, 44, 173, -209, 45, 185, 175, -209, 191, 188, 180, -209, -209, -209, -209, 197, 198, -209, -209, 47, -209, -209, 180, -209, -209, -209, 48, 189, 184, -209, 196, 181, -209, -209, 51, 194, 186, -209, 200, -209, 203, -209, -209, -209, -209, -209, 56, 199, 195, -209, 201, 185, -209, 59, -209, -209, -209, 60, 204, -209, -209, 202, 188, -209, -209, -209, -209, -209, 62, 205, 206, -209, 211, 189, -209, 63, -209, -209, -209, -209, 64, 194, -209, 65, -209, -209, -209, 67, 207, 208, -209, 215, 199, -209, 68, -209, -209, -209, 71, -209, -209, -209, -209, 76, 212, 209, -209, 205, -209, 79, -209, -209, -209, -209, -209, 80, 213, -209, -209, 82, -209, -209, -209, -209, 83, 219, -209, -209, -209, 213, -209, 84, -209 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, 122, -209, -209, -209, 210, -209, -209, -209, 94, 214, -209, -209, -209, -209, -209, -209, -209, 117, -209, -209, -209, 52, 123, -209, -209, -209, 53, 7, -209, -209, -209, -209, -209, 50, 89, -209, -209, -147, -209, -209, -209, -209, 14, 93, -209, -209, -209, 15, 32, -209, -209, -209, -209, -209, -36, -209, -209, -209, -209, -55, -209, -209, -209, -209, -76, -209, -209, -209, -209, -94, -209, -209, -209, -209, -108, -209, -209, -209, -209, -209, -209, -209, -209, -209, -209, -129, -208, -209, -209, -209, 5, 6, -209, -209, -209, -60, -17, -209, -209, -209, -72, -209, -209, -209, -209, -209, -209, -209, -209, -209, 137, 248, -209, -209, -209, -209, -209, 216, -209, -209, -209, -209, -209, 217, -209, 228, -209, -209, 218, -209, 105 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -26 static const yytype_int16 yytable[] = { 183, 137, 232, 62, 79, 52, 64, 151, 22, 48, 9, 53, 80, 63, 66, 152, 65, 246, 81, 138, 139, 81, 73, 96, 67, 99, 125, 165, 167, 205, 169, 208, 74, 97, 212, 100, 67, 166, 168, 214, 170, 209, 226, 227, 213, 236, 264, 265, 267, 215, 285, 287, 168, 170, 298, 237, 213, 215, 268, 309, 237, 288, 320, 321, 299, 328, 339, 340, 343, 310, 344, 354, 268, 322, 355, 329, 288, 341, 299, 356, 345, 310, 364, 365, 322, 370, 371, 376, 10, 357, 11, 1, 329, 366, 172, 345, 372, 372, 233, 2, 173, 38, 174, 175, 173, 153, 234, 235, 228, 101, 127, 33, 154, 187, 29, 102, 194, 141, 68, 102, 36, 106, 107, 108, 109, 44, 11, 22, 47, 12, 11, 55, 56, 12, 45, 155, 156, 201, 202, 40, 138, 139, 21, 24, -25, 69, 71, 75, 48, 78, 84, 56, 82, 91, 87, 98, 120, 94, 123, 53, 128, 104, 131, 126, 129, 164, 133, 171, 135, 177, 188, 179, 109, 189, 184, 217, 107, 194, 181, 203, 204, 162, 163, 108, 190, 192, 221, 223, 146, 238, 256, 242, 156, 200, 247, 257, 258, 259, 269, 275, 283, 277, 289, 284, 295, 249, 308, 300, 306, 317, 325, 271, 311, 122, 150, 239, 253, 323, 330, 336, 346, 291, 260, 351, 279, 358, 367, 373, 142, 206, 176, 302, 207, 313, 211, 244, 143, 225, 245, 297, 319, 338, 353, 363, 375, 332, 327, 263, 348, 286, 360, 197, 266, 342, 25, 49, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-209)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int16 yycheck[] = { 147, 11, 210, 3, 3, 11, 3, 3, 50, 51, 15, 17, 11, 13, 3, 11, 13, 225, 17, 29, 30, 17, 3, 3, 13, 3, 3, 3, 3, 176, 3, 3, 13, 13, 3, 13, 13, 13, 13, 3, 13, 13, 3, 3, 13, 3, 3, 3, 3, 13, 3, 3, 13, 13, 3, 13, 13, 13, 13, 3, 13, 13, 3, 3, 13, 3, 3, 3, 3, 13, 3, 3, 13, 13, 3, 13, 13, 13, 13, 3, 13, 13, 3, 3, 13, 3, 3, 3, 0, 13, 49, 6, 13, 13, 3, 13, 13, 13, 3, 14, 9, 55, 11, 12, 9, 3, 11, 12, 34, 3, 103, 10, 10, 3, 16, 9, 42, 110, 3, 9, 13, 25, 26, 27, 28, 20, 49, 50, 23, 52, 49, 18, 19, 52, 13, 32, 33, 29, 30, 53, 29, 30, 5, 6, 8, 5, 8, 13, 51, 3, 20, 19, 13, 8, 21, 3, 8, 10, 54, 17, 9, 20, 13, 20, 10, 3, 13, 3, 13, 8, 3, 8, 28, 54, 8, 46, 26, 42, 13, 3, 3, 23, 22, 27, 13, 13, 8, 8, 31, 7, 3, 8, 33, 24, 13, 3, 3, 7, 13, 8, 3, 13, 13, 5, 8, 35, 3, 13, 8, 8, 8, 36, 13, 91, 120, 47, 43, 13, 13, 8, 13, 37, 48, 8, 44, 13, 13, 8, 111, 177, 141, 45, 179, 38, 184, 221, 113, 205, 223, 275, 295, 317, 336, 351, 373, 39, 306, 242, 40, 266, 41, 158, 246, 325, 6, 27, -1, 41, -1, -1, -1, -1, -1, -1, -1, -1, -1, 57, 50, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 86 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 14, 57, 58, 59, 60, 64, 65, 15, 0, 49, 52, 61, 183, 184, 186, 187, 192, 194, 62, 183, 50, 63, 183, 184, 185, 197, 198, 16, 67, 69, 70, 10, 66, 188, 13, 196, 55, 203, 53, 189, 190, 193, 203, 13, 199, 203, 51, 198, 200, 201, 11, 17, 73, 18, 19, 74, 75, 77, 79, 68, 3, 13, 3, 13, 3, 13, 3, 5, 190, 8, 195, 3, 13, 13, 202, 201, 3, 3, 11, 17, 13, 76, 20, 81, 77, 21, 82, 83, 78, 8, 71, 72, 10, 196, 3, 13, 3, 3, 13, 3, 9, 82, 20, 84, 25, 26, 27, 28, 86, 87, 88, 90, 92, 95, 97, 100, 102, 103, 8, 80, 73, 54, 191, 3, 20, 100, 9, 10, 85, 13, 89, 13, 94, 13, 99, 11, 29, 30, 106, 100, 90, 95, 91, 96, 31, 107, 108, 101, 81, 3, 11, 3, 10, 32, 33, 110, 111, 113, 116, 118, 23, 22, 3, 3, 13, 3, 13, 3, 13, 3, 3, 9, 11, 12, 107, 8, 93, 8, 98, 13, 109, 110, 8, 104, 105, 3, 3, 54, 13, 115, 13, 120, 42, 159, 161, 116, 112, 117, 24, 29, 30, 3, 3, 110, 94, 99, 3, 13, 121, 106, 3, 13, 3, 13, 163, 46, 177, 178, 160, 8, 114, 8, 119, 121, 3, 3, 34, 122, 123, 125, 159, 3, 11, 12, 3, 13, 7, 47, 179, 180, 8, 162, 115, 120, 159, 13, 127, 35, 128, 130, 124, 43, 164, 166, 3, 3, 3, 7, 48, 181, 182, 163, 3, 3, 164, 3, 13, 13, 132, 36, 133, 135, 129, 8, 126, 13, 168, 44, 169, 171, 165, 3, 5, 3, 169, 3, 13, 13, 137, 37, 138, 140, 134, 8, 131, 127, 3, 13, 13, 173, 45, 174, 175, 170, 8, 167, 3, 3, 13, 13, 142, 38, 143, 145, 139, 8, 136, 132, 3, 3, 13, 13, 176, 8, 172, 168, 3, 13, 13, 147, 39, 148, 149, 144, 8, 141, 137, 3, 3, 13, 173, 3, 3, 13, 13, 150, 40, 151, 152, 8, 146, 142, 3, 3, 3, 13, 13, 153, 41, 154, 156, 147, 3, 3, 13, 13, 158, 155, 3, 3, 13, 8, 157, 158, 3 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 15: /* "LONAM" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1587 "sequence/genbanky.c" break; case 17: /* "DETXT" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1596 "sequence/genbanky.c" break; case 20: /* "ACNUM" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1605 "sequence/genbanky.c" break; case 29: /* "KEWRD" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1614 "sequence/genbanky.c" break; case 30: /* "KEWR2" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1623 "sequence/genbanky.c" break; case 54: /* "SEQBAS" */ /* Line 1391 of yacc.c */ #line 31 "sequence/genbanky.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1632 "sequence/genbanky.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 73 "sequence/genbanky.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 74 "sequence/genbanky.y" { return 0; /*NOTREACHED*/ } break; case 4: /* Line 1806 of yacc.c */ #line 75 "sequence/genbanky.y" { return 0; /*NOTREACHED*/ } break; case 5: /* Line 1806 of yacc.c */ #line 76 "sequence/genbanky.y" { return -1; /*NOTREACHED*/ } break; case 16: /* Line 1806 of yacc.c */ #line 88 "sequence/genbanky.y" { parse_namadd(seq, (yyvsp[(2) - (4)].str)); } break; case 31: /* Line 1806 of yacc.c */ #line 98 "sequence/genbanky.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 32: /* Line 1806 of yacc.c */ #line 99 "sequence/genbanky.y" { parse_dscadd1(seq, (yyvsp[(1) - (1)].str)); } break; case 43: /* Line 1806 of yacc.c */ #line 110 "sequence/genbanky.y" { parse_accadd(seq, (yyvsp[(3) - (3)].str)); } break; case 44: /* Line 1806 of yacc.c */ #line 111 "sequence/genbanky.y" { parse_accadd(seq, (yyvsp[(1) - (1)].str)); } break; case 48: /* Line 1806 of yacc.c */ #line 116 "sequence/genbanky.y" { parse_veradd(seq, (yyvsp[(3) - (3)].num)); } break; case 50: /* Line 1806 of yacc.c */ #line 119 "sequence/genbanky.y" { parse_giadd(seq, (yyvsp[(3) - (3)].num)); } break; case 87: /* Line 1806 of yacc.c */ #line 147 "sequence/genbanky.y" { parse_kwdadd(seq, (yyvsp[(3) - (3)].str)); } break; case 88: /* Line 1806 of yacc.c */ #line 148 "sequence/genbanky.y" { parse_kwdupd(seq, (yyvsp[(3) - (3)].str)); } break; case 89: /* Line 1806 of yacc.c */ #line 149 "sequence/genbanky.y" { parse_kwdadd(seq, (yyvsp[(1) - (1)].str)); } break; case 90: /* Line 1806 of yacc.c */ #line 150 "sequence/genbanky.y" { parse_kwdupd(seq, (yyvsp[(1) - (1)].str)); } break; case 221: /* Line 1806 of yacc.c */ #line 259 "sequence/genbanky.y" { parse_stradd(seq, (yyvsp[(3) - (3)].str)); } break; case 222: /* Line 1806 of yacc.c */ #line 260 "sequence/genbanky.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 2053 "sequence/genbanky.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 281 "sequence/genbanky.y" /* Check GENBANK sequence */ int genbanky_check(FILE *f) { int i; genbankset_in(f); i = yyparse(NULL); if (i == 0) { return i; } genbanklex_destroy(); return i; } /* Parse GENBANK sequence */ sequence_t *genbanky_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } genbankset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } genbanklex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/sproty.h0000644000175000017500000000733412077310443021055 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, EQU = 259, ERR = 260, INT = 261, NUL = 262, QUO = 263, SEP = 264, SPC = 265, TER = 266, TER2 = 267, TER3 = 268, TXT = 269, CBR = 270, OBR = 271, ID = 272, IDNAM = 273, AC = 274, ACNUM = 275, DT = 276, DE = 277, DETXT = 278, GN = 279, OS = 280, OSTXT = 281, OSTX2 = 282, OG = 283, OC = 284, OCNOD = 285, OX = 286, OH = 287, RN = 288, RP = 289, RC = 290, RX = 291, RXKEY = 292, RXVAL = 293, RG = 294, RA = 295, RAAUT = 296, RT = 297, RL = 298, CC = 299, DR = 300, DRVAL = 301, DRVAL2 = 302, PE = 303, KW = 304, KWORD = 305, FT = 306, SQ = 307, SEQ = 308, SEQBAS = 309, END = 310 }; #endif /* Tokens. */ #define EOL 258 #define EQU 259 #define ERR 260 #define INT 261 #define NUL 262 #define QUO 263 #define SEP 264 #define SPC 265 #define TER 266 #define TER2 267 #define TER3 268 #define TXT 269 #define CBR 270 #define OBR 271 #define ID 272 #define IDNAM 273 #define AC 274 #define ACNUM 275 #define DT 276 #define DE 277 #define DETXT 278 #define GN 279 #define OS 280 #define OSTXT 281 #define OSTX2 282 #define OG 283 #define OC 284 #define OCNOD 285 #define OX 286 #define OH 287 #define RN 288 #define RP 289 #define RC 290 #define RX 291 #define RXKEY 292 #define RXVAL 293 #define RG 294 #define RA 295 #define RAAUT 296 #define RT 297 #define RL 298 #define CC 299 #define DR 300 #define DRVAL 301 #define DRVAL2 302 #define PE 303 #define KW 304 #define KWORD 305 #define FT 306 #define SQ 307 #define SEQ 308 #define SEQBAS 309 #define END 310 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/sproty.y" char *str; /* Line 2068 of yacc.c */ #line 164 "sequence/sproty.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/nbrfy.y0000644000175000017500000000336712102264415020654 0ustar osallouosallou/* nbrfy.y - NBRF sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/nbrfy.h" void nbrfset_in(FILE *); int nbrflex(YYSTYPE *); int nbrflex_destroy(void); static void yyerror(sequence_t *, const char *); sequence_t *nbrfy_parse(FILE *); int nbrfy_check(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token END EOL ERR NUL SEM SPC SUP %token TXT %token TAG %token BAS NAM %% nbrf : header sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; header : headname headdesc ; headname : SUP TAG SEM hnam EOL ; hnam : NAM { parse_namadd(seq, $1); } ; headdesc : headtxt EOL ; headtxt : headtxt TXT { parse_dscadd2(seq, $2); } | /* Empty */ ; sequence : sequence BAS { parse_stradd(seq, $2); } | BAS { parse_stradd(seq, $1); } ; end : END ; %% /* Check NBRF sequence */ int nbrfy_check(FILE *f) { int i; nbrfset_in(f); i = yyparse(NULL); if (i == 0) { return i; } nbrflex_destroy(); return i; } /* Parse NBRF sequence */ sequence_t *nbrfy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } nbrfset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } nbrflex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/igy.y0000644000175000017500000000350012102264412020306 0ustar osallouosallou/* igy.y - IG sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/igy.h" void igset_in(FILE *); int iglex(YYSTYPE *); int iglex_destroy(void); static void yyerror(sequence_t *, const char *); int igy_check(FILE *); sequence_t *igy_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token EOL ERR NUL SEM %token TXT %token NAM %token BAS %token TYP %token END %% ig : header sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; header : headcom headnam ; headcom : headcom comline | comline ; comline : SEM comtxt EOL ; comtxt : comtxt TXT { parse_dscadd2(seq, $2); } | /* Empty */ ; headnam : namtxt EOL ; namtxt : NAM { parse_namadd(seq, $1); } | /* Empty */ ; sequence : seqlist seqtype ; seqlist : seqlist BAS { parse_stradd(seq, $2); } | BAS { parse_stradd(seq, $1); } ; seqtype : TYP | ; end : END ; %% /* Checks IG sequence */ int igy_check(FILE *f) { int i; igset_in(f); i = yyparse(NULL); if (i == 0) { return i; } iglex_destroy(); return i; } /* Parse IG sequence */ sequence_t *igy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } igset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } iglex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/fastay.y0000644000175000017500000000337312102264361021020 0ustar osallouosallou/* fastay.y - FASTA sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/fastay.h" void fastaset_in(FILE *); int fastalex(YYSTYPE *); int fastalex_destroy(void); static void yyerror(sequence_t *, const char *); int fastay_check(FILE *); sequence_t *fastay_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token END EOL ERR NUL SPC SUP %token BAS NAM TXT %% fasta : header sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; header : SUP headtxt EOL ; headtxt : headname SPC headdesc | headname ; headname : headname NAM { parse_namadd(seq, $2); } | /* Empty */ ; headdesc : headdesc TXT { parse_dscadd2(seq, $2); } | /* Empty */ ; sequence : sequence BAS { parse_stradd(seq, $2); } | BAS { parse_stradd(seq, $1); } ; end : END ; %% /* Checks FASTA sequence */ int fastay_check(FILE *f) { int i; fastaset_in(f); i = yyparse(NULL); if (i == 0) { return i; } fastalex_destroy(); return i; } /* Parse FASTA sequence */ sequence_t *fastay_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } fastaset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } fastalex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/gcgl.c0000644000175000017500000023121212075270440020416 0ustar osallouosallou#line 2 "sequence/gcgl.c" #line 4 "sequence/gcgl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer gcg_create_buffer #define yy_delete_buffer gcg_delete_buffer #define yy_flex_debug gcg_flex_debug #define yy_init_buffer gcg_init_buffer #define yy_flush_buffer gcg_flush_buffer #define yy_load_buffer_state gcg_load_buffer_state #define yy_switch_to_buffer gcg_switch_to_buffer #define yyin gcgin #define yyleng gcgleng #define yylex gcglex #define yylineno gcglineno #define yyout gcgout #define yyrestart gcgrestart #define yytext gcgtext #define yywrap gcgwrap #define yyalloc gcgalloc #define yyrealloc gcgrealloc #define yyfree gcgfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE gcgrestart(gcgin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int gcgleng; extern FILE *gcgin, *gcgout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up gcgtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up gcgtext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via gcgrestart()), so that the user can continue scanning by * just pointing gcgin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when gcgtext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int gcgleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow gcgwrap()'s to do buffer switches * instead of setting up a fresh gcgin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void gcgrestart (FILE *input_file ); void gcg_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE gcg_create_buffer (FILE *file,int size ); void gcg_delete_buffer (YY_BUFFER_STATE b ); void gcg_flush_buffer (YY_BUFFER_STATE b ); void gcgpush_buffer_state (YY_BUFFER_STATE new_buffer ); void gcgpop_buffer_state (void ); static void gcgensure_buffer_stack (void ); static void gcg_load_buffer_state (void ); static void gcg_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER gcg_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE gcg_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE gcg_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE gcg_scan_bytes (yyconst char *bytes,int len ); void *gcgalloc (yy_size_t ); void *gcgrealloc (void *,yy_size_t ); void gcgfree (void * ); #define yy_new_buffer gcg_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ gcgensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ gcg_create_buffer(gcgin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ gcgensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ gcg_create_buffer(gcgin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define gcgwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *gcgin = (FILE *) 0, *gcgout = (FILE *) 0; typedef int yy_state_type; extern int gcglineno; int gcglineno = 1; extern char *gcgtext; #define yytext_ptr gcgtext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up gcgtext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ gcgleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 17 #define YY_END_OF_BUFFER 18 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[657] = { 0, 0, 0, 0, 0, 0, 0, 18, 16, 15, 16, 3, 6, 3, 3, 14, 13, 11, 9, 10, 12, 11, 14, 0, 3, 3, 3, 3, 8, 11, 9, 10, 11, 7, 0, 3, 3, 3, 2, 3, 3, 0, 9, 0, 0, 3, 3, 3, 5, 3, 3, 9, 0, 3, 3, 3, 3, 4, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 9, 0, 3, 3, 3, 3, 3, 3, 9, 1, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 3, 3, 3, 3, 1, 3, 3, 9, 0, 0, 0, 0, 0, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 6, 7, 1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 1, 1, 1, 1, 1, 9, 10, 11, 10, 12, 10, 10, 10, 10, 10, 10, 10, 10, 13, 10, 10, 14, 10, 15, 10, 16, 10, 10, 10, 10, 10, 1, 1, 1, 1, 17, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[18] = { 0, 1, 2, 1, 1, 3, 3, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 1 } ; static yyconst flex_int16_t yy_base[817] = { 0, 1282, 0, 1, 7, 14, 30, 1283, 1285, 1285, 1278, 1274, 1285, 1273, 3, 1285, 1285, 3, 0, 1271, 1285, 33, 1274, 29, 1270, 1269, 41, 42, 1285, 10, 0, 1267, 1271, 1285, 1264, 1265, 1264, 54, 1285, 38, 30, 44, 0, 0, 1253, 1262, 1261, 60, 1285, 51, 43, 0, 1252, 1259, 1258, 66, 52, 1285, 57, 0, 1252, 1256, 1255, 72, 63, 59, 0, 1247, 1253, 1252, 78, 75, 69, 0, 1242, 1250, 1249, 84, 82, 81, 0, 1243, 1247, 1246, 96, 88, 89, 0, 1239, 1244, 1243, 102, 100, 87, 0, 1238, 1241, 1240, 108, 106, 105, 0, 1234, 1238, 1237, 115, 112, 113, 0, 1240, 1235, 1234, 124, 121, 126, 0, 1232, 1232, 1231, 132, 130, 85, 0, 133, 1230, 1229, 140, 142, 138, 0, 1227, 1227, 1226, 148, 146, 149, 151, 0, 1224, 1224, 1223, 158, 160, 156, 161, 163, 0, 1222, 1221, 170, 172, 168, 173, 175, 0, 1220, 1219, 182, 184, 180, 185, 187, 0, 1218, 1217, 194, 196, 192, 197, 199, 0, 1216, 1215, 206, 208, 204, 209, 211, 0, 1214, 1213, 218, 220, 216, 221, 223, 0, 1212, 1211, 230, 232, 228, 233, 235, 0, 1210, 1209, 242, 244, 240, 245, 247, 0, 1208, 1207, 254, 256, 252, 257, 259, 0, 1206, 1205, 266, 268, 264, 269, 271, 0, 1204, 1203, 278, 280, 276, 281, 283, 0, 1202, 1201, 290, 292, 288, 293, 295, 0, 1200, 1199, 302, 304, 300, 305, 307, 0, 1198, 1197, 314, 316, 312, 317, 319, 0, 1196, 1195, 326, 328, 324, 329, 331, 0, 1194, 1193, 338, 340, 336, 341, 343, 0, 1192, 1191, 350, 352, 348, 353, 355, 0, 1190, 1189, 362, 364, 360, 365, 367, 0, 1188, 1187, 374, 376, 372, 377, 379, 0, 1186, 1185, 386, 388, 384, 389, 391, 0, 1184, 1183, 398, 400, 396, 401, 403, 0, 1182, 1181, 410, 412, 408, 413, 415, 0, 1180, 1179, 422, 424, 420, 425, 427, 0, 1178, 1177, 434, 436, 432, 437, 439, 0, 1176, 1175, 446, 448, 444, 449, 451, 0, 1174, 1173, 458, 460, 456, 461, 463, 0, 1172, 1171, 470, 472, 468, 473, 475, 0, 1170, 1169, 482, 484, 480, 485, 487, 0, 1168, 1166, 494, 496, 492, 497, 499, 0, 1163, 1160, 506, 508, 504, 509, 511, 0, 1157, 1154, 518, 520, 516, 521, 523, 0, 1151, 1148, 530, 532, 528, 533, 535, 0, 1145, 1142, 542, 544, 540, 545, 547, 0, 1139, 1136, 554, 556, 552, 557, 559, 0, 1133, 1130, 566, 568, 564, 569, 571, 0, 1127, 1124, 578, 580, 576, 581, 583, 0, 1121, 1118, 590, 592, 588, 593, 595, 0, 1115, 1112, 602, 604, 600, 605, 607, 0, 1109, 1106, 614, 616, 612, 617, 619, 0, 1103, 1100, 626, 628, 624, 629, 631, 0, 1097, 1094, 638, 640, 636, 641, 643, 0, 1091, 1088, 650, 652, 648, 653, 655, 0, 1085, 1082, 662, 664, 660, 665, 667, 0, 1079, 1076, 674, 676, 672, 677, 679, 0, 1073, 1070, 686, 688, 684, 689, 691, 0, 1067, 1064, 698, 700, 696, 701, 703, 0, 1061, 1058, 710, 712, 708, 713, 715, 0, 1055, 1052, 722, 724, 720, 725, 727, 0, 1049, 1046, 734, 736, 732, 737, 739, 0, 1043, 1040, 746, 748, 744, 749, 751, 0, 1037, 1034, 758, 760, 756, 761, 763, 0, 1031, 1028, 770, 772, 768, 773, 775, 0, 1025, 1022, 782, 784, 780, 785, 787, 0, 1019, 1016, 794, 796, 792, 797, 799, 0, 1013, 1010, 806, 808, 804, 809, 811, 0, 1007, 1004, 818, 820, 816, 821, 823, 0, 1001, 998, 830, 832, 828, 833, 835, 0, 995, 992, 842, 844, 840, 845, 847, 0, 989, 986, 854, 856, 852, 857, 859, 0, 983, 980, 866, 868, 864, 869, 871, 0, 977, 974, 878, 880, 876, 881, 883, 0, 971, 968, 890, 892, 888, 893, 895, 0, 965, 962, 902, 904, 900, 905, 907, 0, 959, 956, 914, 916, 912, 917, 919, 1285, 953, 950, 952, 921, 928, 1285, 931, 934, 937, 948, 940, 945, 943, 942, 946, 939, 949, 936, 952, 919, 955, 907, 958, 895, 961, 883, 964, 871, 967, 859, 970, 847, 973, 835, 976, 823, 979, 811, 982, 799, 985, 787, 988, 775, 991, 763, 994, 751, 997, 739, 1000, 727, 1003, 715, 1006, 703, 1009, 691, 1012, 679, 1015, 667, 1018, 655, 1021, 643, 1024, 631, 1027, 619, 1030, 607, 1033, 595, 1036, 583, 1039, 571, 1042, 559, 1045, 547, 1048, 535, 1051, 523, 1054, 511, 1057, 499, 1060, 487, 1063, 475, 1066, 463, 1069, 451, 1072, 439, 1075, 427, 1078, 415, 1081, 403, 1084, 391, 1087, 379, 1090, 367, 1093, 355, 1096, 343, 1099, 331, 1102, 319, 1105, 307, 1108, 295, 1111, 283, 1114, 271, 1117, 259, 1120, 247, 1123, 235, 1126, 223, 1129, 211, 1132, 199, 1135, 187, 1138, 175, 1141, 163, 1144, 151, 1147, 149, 1150, 135, 1153, 133, 1156, 127, 1159, 121, 1162, 118, 1165, 103, 1168, 75, 1171, 49 } ; static yyconst flex_int16_t yy_def[817] = { 0, 657, 657, 658, 658, 656, 5, 656, 656, 656, 656, 659, 656, 659, 659, 656, 656, 656, 660, 656, 656, 656, 656, 656, 661, 661, 661, 661, 656, 656, 662, 656, 21, 656, 656, 663, 663, 663, 656, 663, 663, 656, 664, 32, 656, 665, 665, 665, 656, 665, 665, 666, 656, 667, 667, 667, 667, 656, 667, 668, 656, 669, 669, 669, 669, 669, 670, 656, 671, 671, 671, 671, 671, 672, 656, 673, 673, 673, 673, 673, 674, 656, 675, 675, 675, 675, 675, 676, 656, 677, 677, 677, 677, 677, 678, 656, 679, 679, 679, 679, 679, 680, 656, 681, 681, 681, 681, 681, 682, 656, 683, 683, 683, 683, 683, 684, 656, 685, 685, 685, 685, 685, 686, 656, 687, 687, 687, 687, 687, 688, 656, 689, 689, 689, 689, 689, 689, 690, 656, 691, 691, 691, 691, 691, 691, 691, 692, 693, 693, 693, 693, 693, 693, 693, 694, 695, 695, 695, 695, 695, 695, 695, 696, 697, 697, 697, 697, 697, 697, 697, 698, 699, 699, 699, 699, 699, 699, 699, 700, 701, 701, 701, 701, 701, 701, 701, 702, 703, 703, 703, 703, 703, 703, 703, 704, 705, 705, 705, 705, 705, 705, 705, 706, 707, 707, 707, 707, 707, 707, 707, 708, 709, 709, 709, 709, 709, 709, 709, 710, 711, 711, 711, 711, 711, 711, 711, 712, 713, 713, 713, 713, 713, 713, 713, 714, 715, 715, 715, 715, 715, 715, 715, 716, 717, 717, 717, 717, 717, 717, 717, 718, 719, 719, 719, 719, 719, 719, 719, 720, 721, 721, 721, 721, 721, 721, 721, 722, 723, 723, 723, 723, 723, 723, 723, 724, 725, 725, 725, 725, 725, 725, 725, 726, 727, 727, 727, 727, 727, 727, 727, 728, 729, 729, 729, 729, 729, 729, 729, 730, 731, 731, 731, 731, 731, 731, 731, 732, 733, 733, 733, 733, 733, 733, 733, 734, 735, 735, 735, 735, 735, 735, 735, 736, 737, 737, 737, 737, 737, 737, 737, 738, 739, 739, 739, 739, 739, 739, 739, 740, 741, 741, 741, 741, 741, 741, 741, 742, 743, 743, 743, 743, 743, 743, 743, 744, 745, 745, 745, 745, 745, 745, 745, 746, 747, 747, 747, 747, 747, 747, 747, 748, 749, 749, 749, 749, 749, 749, 749, 750, 751, 751, 751, 751, 751, 751, 751, 752, 753, 753, 753, 753, 753, 753, 753, 754, 755, 755, 755, 755, 755, 755, 755, 756, 757, 757, 757, 757, 757, 757, 757, 758, 759, 759, 759, 759, 759, 759, 759, 760, 761, 761, 761, 761, 761, 761, 761, 762, 763, 763, 763, 763, 763, 763, 763, 764, 765, 765, 765, 765, 765, 765, 765, 766, 767, 767, 767, 767, 767, 767, 767, 768, 769, 769, 769, 769, 769, 769, 769, 770, 771, 771, 771, 771, 771, 771, 771, 772, 773, 773, 773, 773, 773, 773, 773, 774, 775, 775, 775, 775, 775, 775, 775, 776, 777, 777, 777, 777, 777, 777, 777, 778, 779, 779, 779, 779, 779, 779, 779, 780, 781, 781, 781, 781, 781, 781, 781, 782, 783, 783, 783, 783, 783, 783, 783, 784, 785, 785, 785, 785, 785, 785, 785, 786, 787, 787, 787, 787, 787, 787, 787, 788, 789, 789, 789, 789, 789, 789, 789, 790, 791, 791, 791, 791, 791, 791, 791, 792, 793, 793, 793, 793, 793, 793, 793, 794, 795, 795, 795, 795, 795, 795, 795, 796, 797, 797, 797, 797, 797, 797, 797, 798, 799, 799, 799, 799, 799, 799, 799, 800, 801, 801, 801, 801, 801, 801, 801, 802, 803, 803, 803, 803, 803, 803, 803, 804, 805, 805, 805, 805, 805, 805, 805, 806, 807, 807, 807, 807, 807, 807, 807, 808, 809, 809, 809, 809, 809, 809, 809, 810, 811, 811, 811, 811, 811, 811, 811, 812, 813, 813, 813, 813, 813, 813, 813, 814, 815, 815, 815, 815, 815, 815, 815, 816, 656, 656, 656, 656, 656, 656, 656, 656, 656, 645, 656, 656, 656, 0, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656 } ; static yyconst flex_int16_t yy_nxt[1303] = { 0, 656, 9, 12, 10, 28, 29, 27, 13, 12, 25, 14, 28, 41, 13, 15, 16, 17, 15, 18, 18, 15, 19, 18, 18, 18, 18, 18, 18, 18, 18, 15, 20, 21, 22, 28, 32, 46, 34, 50, 38, 33, 34, 38, 39, 46, 28, 41, 37, 36, 54, 40, 650, 57, 57, 40, 48, 49, 54, 62, 58, 47, 48, 56, 62, 57, 69, 55, 48, 64, 69, 72, 65, 63, 48, 71, 76, 57, 642, 70, 48, 78, 76, 79, 57, 77, 48, 85, 83, 83, 57, 84, 125, 128, 97, 90, 90, 86, 48, 92, 100, 93, 57, 91, 48, 99, 634, 97, 57, 98, 48, 106, 104, 104, 57, 105, 107, 48, 113, 111, 111, 626, 112, 57, 618, 114, 48, 120, 118, 121, 610, 119, 57, 118, 48, 127, 602, 125, 594, 126, 130, 123, 48, 134, 57, 135, 136, 133, 57, 132, 48, 142, 586, 140, 578, 141, 141, 143, 144, 145, 48, 150, 57, 148, 151, 149, 570, 148, 149, 151, 152, 153, 48, 158, 57, 156, 159, 157, 562, 156, 157, 159, 160, 161, 48, 166, 57, 164, 167, 165, 554, 164, 165, 167, 168, 169, 48, 174, 57, 172, 175, 173, 546, 172, 173, 175, 176, 177, 48, 182, 57, 180, 183, 181, 538, 180, 181, 183, 184, 185, 48, 190, 57, 188, 191, 189, 530, 188, 189, 191, 192, 193, 48, 198, 57, 196, 199, 197, 522, 196, 197, 199, 200, 201, 48, 206, 57, 204, 207, 205, 514, 204, 205, 207, 208, 209, 48, 214, 57, 212, 215, 213, 506, 212, 213, 215, 216, 217, 48, 222, 57, 220, 223, 221, 498, 220, 221, 223, 224, 225, 48, 230, 57, 228, 231, 229, 490, 228, 229, 231, 232, 233, 48, 238, 57, 236, 239, 237, 482, 236, 237, 239, 240, 241, 48, 246, 57, 244, 247, 245, 474, 244, 245, 247, 248, 249, 48, 254, 57, 252, 255, 253, 466, 252, 253, 255, 256, 257, 48, 262, 57, 260, 263, 261, 458, 260, 261, 263, 264, 265, 48, 270, 57, 268, 271, 269, 450, 268, 269, 271, 272, 273, 48, 278, 57, 276, 279, 277, 442, 276, 277, 279, 280, 281, 48, 286, 57, 284, 287, 285, 434, 284, 285, 287, 288, 289, 48, 294, 57, 292, 295, 293, 426, 292, 293, 295, 296, 297, 48, 302, 57, 300, 303, 301, 418, 300, 301, 303, 304, 305, 48, 310, 57, 308, 311, 309, 410, 308, 309, 311, 312, 313, 48, 318, 57, 316, 319, 317, 402, 316, 317, 319, 320, 321, 48, 326, 57, 324, 327, 325, 394, 324, 325, 327, 328, 329, 48, 334, 57, 332, 335, 333, 386, 332, 333, 335, 336, 337, 48, 342, 57, 340, 343, 341, 378, 340, 341, 343, 344, 345, 48, 350, 57, 348, 351, 349, 370, 348, 349, 351, 352, 353, 48, 358, 57, 356, 359, 357, 362, 356, 357, 359, 360, 361, 48, 366, 57, 364, 367, 365, 354, 364, 365, 367, 368, 369, 48, 374, 57, 372, 375, 373, 346, 372, 373, 375, 376, 377, 48, 382, 57, 380, 383, 381, 338, 380, 381, 383, 384, 385, 48, 390, 57, 388, 391, 389, 330, 388, 389, 391, 392, 393, 48, 398, 57, 396, 399, 397, 322, 396, 397, 399, 400, 401, 48, 406, 57, 404, 407, 405, 314, 404, 405, 407, 408, 409, 48, 414, 57, 412, 415, 413, 306, 412, 413, 415, 416, 417, 48, 422, 57, 420, 423, 421, 298, 420, 421, 423, 424, 425, 48, 430, 57, 428, 431, 429, 290, 428, 429, 431, 432, 433, 48, 438, 57, 436, 439, 437, 282, 436, 437, 439, 440, 441, 48, 446, 57, 444, 447, 445, 274, 444, 445, 447, 448, 449, 48, 454, 57, 452, 455, 453, 266, 452, 453, 455, 456, 457, 48, 462, 57, 460, 463, 461, 258, 460, 461, 463, 464, 465, 48, 470, 57, 468, 471, 469, 250, 468, 469, 471, 472, 473, 48, 478, 57, 476, 479, 477, 242, 476, 477, 479, 480, 481, 48, 486, 57, 484, 487, 485, 234, 484, 485, 487, 488, 489, 48, 494, 57, 492, 495, 493, 226, 492, 493, 495, 496, 497, 48, 502, 57, 500, 503, 501, 218, 500, 501, 503, 504, 505, 48, 510, 57, 508, 511, 509, 210, 508, 509, 511, 512, 513, 48, 518, 57, 516, 519, 517, 202, 516, 517, 519, 520, 521, 48, 526, 57, 524, 527, 525, 194, 524, 525, 527, 528, 529, 48, 534, 57, 532, 535, 533, 186, 532, 533, 535, 536, 537, 48, 542, 57, 540, 543, 541, 178, 540, 541, 543, 544, 545, 48, 550, 57, 548, 551, 549, 170, 548, 549, 551, 552, 553, 48, 558, 57, 556, 559, 557, 162, 556, 557, 559, 560, 561, 48, 566, 57, 564, 567, 565, 154, 564, 565, 567, 568, 569, 48, 574, 57, 572, 575, 573, 146, 572, 573, 575, 576, 577, 48, 582, 57, 580, 583, 581, 137, 580, 581, 583, 584, 585, 48, 590, 57, 588, 591, 589, 129, 588, 589, 591, 592, 593, 48, 598, 57, 596, 599, 597, 122, 596, 597, 599, 600, 601, 48, 606, 57, 604, 607, 605, 115, 604, 605, 607, 608, 609, 48, 614, 57, 612, 615, 613, 108, 612, 613, 615, 616, 617, 48, 622, 57, 620, 623, 621, 101, 620, 621, 623, 624, 625, 48, 630, 57, 628, 631, 629, 94, 628, 629, 631, 632, 633, 48, 638, 57, 636, 639, 637, 87, 636, 637, 639, 640, 641, 48, 646, 57, 644, 647, 645, 80, 644, 645, 647, 648, 649, 48, 653, 57, 651, 138, 652, 73, 651, 652, 138, 654, 123, 655, 138, 48, 653, 8, 8, 8, 11, 11, 11, 24, 66, 24, 35, 59, 35, 45, 51, 45, 53, 42, 53, 61, 30, 61, 68, 57, 68, 75, 655, 75, 82, 655, 82, 89, 652, 89, 96, 651, 96, 103, 645, 103, 110, 644, 110, 117, 637, 117, 124, 636, 124, 131, 629, 131, 139, 628, 139, 147, 621, 147, 155, 620, 155, 163, 613, 163, 171, 612, 171, 179, 605, 179, 187, 604, 187, 195, 597, 195, 203, 596, 203, 211, 589, 211, 219, 588, 219, 227, 581, 227, 235, 580, 235, 243, 573, 243, 251, 572, 251, 259, 565, 259, 267, 564, 267, 275, 557, 275, 283, 556, 283, 291, 549, 291, 299, 548, 299, 307, 541, 307, 315, 540, 315, 323, 533, 323, 331, 532, 331, 339, 525, 339, 347, 524, 347, 355, 517, 355, 363, 516, 363, 371, 509, 371, 379, 508, 379, 387, 501, 387, 395, 500, 395, 403, 493, 403, 411, 492, 411, 419, 485, 419, 427, 484, 427, 435, 477, 435, 443, 476, 443, 451, 469, 451, 459, 468, 459, 467, 461, 467, 475, 460, 475, 483, 453, 483, 491, 452, 491, 499, 445, 499, 507, 444, 507, 515, 437, 515, 523, 436, 523, 531, 429, 531, 539, 428, 539, 547, 421, 547, 555, 420, 555, 563, 413, 563, 571, 412, 571, 579, 405, 579, 587, 404, 587, 595, 397, 595, 603, 396, 603, 611, 389, 611, 619, 388, 619, 627, 381, 627, 635, 380, 635, 643, 373, 643, 372, 365, 364, 357, 356, 349, 348, 341, 340, 333, 332, 325, 324, 317, 316, 309, 308, 301, 300, 293, 292, 285, 284, 277, 276, 269, 268, 261, 260, 253, 252, 245, 244, 237, 236, 229, 228, 221, 220, 213, 212, 205, 204, 197, 196, 189, 188, 181, 180, 173, 172, 165, 164, 157, 156, 149, 148, 138, 141, 140, 138, 133, 132, 126, 125, 123, 119, 118, 116, 112, 111, 109, 105, 104, 102, 98, 97, 95, 91, 90, 88, 84, 83, 81, 77, 76, 74, 70, 69, 67, 63, 62, 60, 55, 54, 52, 47, 46, 44, 43, 31, 37, 36, 23, 31, 26, 25, 23, 656, 9, 7, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656 } ; static yyconst flex_int16_t yy_chk[1303] = { 0, 0, 2, 3, 2, 17, 17, 14, 3, 4, 14, 4, 29, 29, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 21, 21, 40, 23, 40, 39, 21, 23, 26, 26, 39, 41, 41, 26, 27, 50, 27, 816, 49, 56, 27, 37, 37, 49, 56, 50, 37, 47, 47, 58, 64, 65, 47, 55, 55, 64, 65, 58, 55, 63, 63, 72, 71, 814, 63, 70, 70, 71, 72, 78, 70, 77, 77, 79, 78, 85, 77, 121, 121, 93, 85, 86, 79, 84, 84, 93, 86, 92, 84, 91, 91, 812, 92, 99, 91, 98, 98, 100, 99, 106, 98, 100, 105, 105, 106, 107, 810, 105, 113, 808, 107, 112, 112, 113, 114, 806, 112, 120, 114, 119, 119, 804, 120, 802, 119, 123, 123, 126, 126, 127, 128, 128, 126, 134, 127, 133, 133, 800, 134, 798, 133, 135, 135, 136, 136, 141, 141, 142, 143, 143, 141, 796, 142, 144, 144, 145, 145, 149, 149, 150, 151, 151, 149, 794, 150, 152, 152, 153, 153, 157, 157, 158, 159, 159, 157, 792, 158, 160, 160, 161, 161, 165, 165, 166, 167, 167, 165, 790, 166, 168, 168, 169, 169, 173, 173, 174, 175, 175, 173, 788, 174, 176, 176, 177, 177, 181, 181, 182, 183, 183, 181, 786, 182, 184, 184, 185, 185, 189, 189, 190, 191, 191, 189, 784, 190, 192, 192, 193, 193, 197, 197, 198, 199, 199, 197, 782, 198, 200, 200, 201, 201, 205, 205, 206, 207, 207, 205, 780, 206, 208, 208, 209, 209, 213, 213, 214, 215, 215, 213, 778, 214, 216, 216, 217, 217, 221, 221, 222, 223, 223, 221, 776, 222, 224, 224, 225, 225, 229, 229, 230, 231, 231, 229, 774, 230, 232, 232, 233, 233, 237, 237, 238, 239, 239, 237, 772, 238, 240, 240, 241, 241, 245, 245, 246, 247, 247, 245, 770, 246, 248, 248, 249, 249, 253, 253, 254, 255, 255, 253, 768, 254, 256, 256, 257, 257, 261, 261, 262, 263, 263, 261, 766, 262, 264, 264, 265, 265, 269, 269, 270, 271, 271, 269, 764, 270, 272, 272, 273, 273, 277, 277, 278, 279, 279, 277, 762, 278, 280, 280, 281, 281, 285, 285, 286, 287, 287, 285, 760, 286, 288, 288, 289, 289, 293, 293, 294, 295, 295, 293, 758, 294, 296, 296, 297, 297, 301, 301, 302, 303, 303, 301, 756, 302, 304, 304, 305, 305, 309, 309, 310, 311, 311, 309, 754, 310, 312, 312, 313, 313, 317, 317, 318, 319, 319, 317, 752, 318, 320, 320, 321, 321, 325, 325, 326, 327, 327, 325, 750, 326, 328, 328, 329, 329, 333, 333, 334, 335, 335, 333, 748, 334, 336, 336, 337, 337, 341, 341, 342, 343, 343, 341, 746, 342, 344, 344, 345, 345, 349, 349, 350, 351, 351, 349, 744, 350, 352, 352, 353, 353, 357, 357, 358, 359, 359, 357, 742, 358, 360, 360, 361, 361, 365, 365, 366, 367, 367, 365, 740, 366, 368, 368, 369, 369, 373, 373, 374, 375, 375, 373, 738, 374, 376, 376, 377, 377, 381, 381, 382, 383, 383, 381, 736, 382, 384, 384, 385, 385, 389, 389, 390, 391, 391, 389, 734, 390, 392, 392, 393, 393, 397, 397, 398, 399, 399, 397, 732, 398, 400, 400, 401, 401, 405, 405, 406, 407, 407, 405, 730, 406, 408, 408, 409, 409, 413, 413, 414, 415, 415, 413, 728, 414, 416, 416, 417, 417, 421, 421, 422, 423, 423, 421, 726, 422, 424, 424, 425, 425, 429, 429, 430, 431, 431, 429, 724, 430, 432, 432, 433, 433, 437, 437, 438, 439, 439, 437, 722, 438, 440, 440, 441, 441, 445, 445, 446, 447, 447, 445, 720, 446, 448, 448, 449, 449, 453, 453, 454, 455, 455, 453, 718, 454, 456, 456, 457, 457, 461, 461, 462, 463, 463, 461, 716, 462, 464, 464, 465, 465, 469, 469, 470, 471, 471, 469, 714, 470, 472, 472, 473, 473, 477, 477, 478, 479, 479, 477, 712, 478, 480, 480, 481, 481, 485, 485, 486, 487, 487, 485, 710, 486, 488, 488, 489, 489, 493, 493, 494, 495, 495, 493, 708, 494, 496, 496, 497, 497, 501, 501, 502, 503, 503, 501, 706, 502, 504, 504, 505, 505, 509, 509, 510, 511, 511, 509, 704, 510, 512, 512, 513, 513, 517, 517, 518, 519, 519, 517, 702, 518, 520, 520, 521, 521, 525, 525, 526, 527, 527, 525, 700, 526, 528, 528, 529, 529, 533, 533, 534, 535, 535, 533, 698, 534, 536, 536, 537, 537, 541, 541, 542, 543, 543, 541, 696, 542, 544, 544, 545, 545, 549, 549, 550, 551, 551, 549, 694, 550, 552, 552, 553, 553, 557, 557, 558, 559, 559, 557, 692, 558, 560, 560, 561, 561, 565, 565, 566, 567, 567, 565, 690, 566, 568, 568, 569, 569, 573, 573, 574, 575, 575, 573, 688, 574, 576, 576, 577, 577, 581, 581, 582, 583, 583, 581, 686, 582, 584, 584, 585, 585, 589, 589, 590, 591, 591, 589, 684, 590, 592, 592, 593, 593, 597, 597, 598, 599, 599, 597, 682, 598, 600, 600, 601, 601, 605, 605, 606, 607, 607, 605, 680, 606, 608, 608, 609, 609, 613, 613, 614, 615, 615, 613, 678, 614, 616, 616, 617, 617, 621, 621, 622, 623, 623, 621, 676, 622, 624, 624, 625, 625, 629, 629, 630, 631, 631, 629, 674, 630, 632, 632, 633, 633, 637, 637, 638, 639, 639, 637, 672, 638, 640, 640, 641, 641, 645, 645, 646, 647, 647, 645, 670, 646, 648, 648, 649, 649, 654, 654, 655, 655, 657, 657, 657, 658, 658, 658, 659, 668, 659, 661, 666, 661, 663, 664, 663, 665, 662, 665, 667, 660, 667, 669, 653, 669, 671, 652, 671, 673, 651, 673, 675, 644, 675, 677, 643, 677, 679, 636, 679, 681, 635, 681, 683, 628, 683, 685, 627, 685, 687, 620, 687, 689, 619, 689, 691, 612, 691, 693, 611, 693, 695, 604, 695, 697, 603, 697, 699, 596, 699, 701, 595, 701, 703, 588, 703, 705, 587, 705, 707, 580, 707, 709, 579, 709, 711, 572, 711, 713, 571, 713, 715, 564, 715, 717, 563, 717, 719, 556, 719, 721, 555, 721, 723, 548, 723, 725, 547, 725, 727, 540, 727, 729, 539, 729, 731, 532, 731, 733, 531, 733, 735, 524, 735, 737, 523, 737, 739, 516, 739, 741, 515, 741, 743, 508, 743, 745, 507, 745, 747, 500, 747, 749, 499, 749, 751, 492, 751, 753, 491, 753, 755, 484, 755, 757, 483, 757, 759, 476, 759, 761, 475, 761, 763, 468, 763, 765, 467, 765, 767, 460, 767, 769, 459, 769, 771, 452, 771, 773, 451, 773, 775, 444, 775, 777, 443, 777, 779, 436, 779, 781, 435, 781, 783, 428, 783, 785, 427, 785, 787, 420, 787, 789, 419, 789, 791, 412, 791, 793, 411, 793, 795, 404, 795, 797, 403, 797, 799, 396, 799, 801, 395, 801, 803, 388, 803, 805, 387, 805, 807, 380, 807, 809, 379, 809, 811, 372, 811, 813, 371, 813, 815, 364, 815, 363, 356, 355, 348, 347, 340, 339, 332, 331, 324, 323, 316, 315, 308, 307, 300, 299, 292, 291, 284, 283, 276, 275, 268, 267, 260, 259, 252, 251, 244, 243, 236, 235, 228, 227, 220, 219, 212, 211, 204, 203, 196, 195, 188, 187, 180, 179, 172, 171, 164, 163, 156, 155, 148, 147, 140, 139, 138, 132, 131, 130, 125, 124, 118, 117, 116, 111, 110, 109, 104, 103, 102, 97, 96, 95, 90, 89, 88, 83, 82, 81, 76, 75, 74, 69, 68, 67, 62, 61, 60, 54, 53, 52, 46, 45, 44, 36, 35, 34, 32, 31, 25, 24, 22, 19, 13, 11, 10, 7, 1, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656, 656 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int gcg_flex_debug; int gcg_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *gcgtext; #line 1 "sequence/gcgl.l" /* gcgl.l - GCG sequence lexer */ #line 4 "sequence/gcgl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/gcgy.h" static int init = 0; #define YY_NO_INPUT 1 #line 1032 "sequence/gcgl.c" #define INITIAL 0 #define HEAD 1 #define SEQS 2 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int gcglex_destroy (void ); int gcgget_debug (void ); void gcgset_debug (int debug_flag ); YY_EXTRA_TYPE gcgget_extra (void ); void gcgset_extra (YY_EXTRA_TYPE user_defined ); FILE *gcgget_in (void ); void gcgset_in (FILE * _in_str ); FILE *gcgget_out (void ); void gcgset_out (FILE * _out_str ); int gcgget_leng (void ); char *gcgget_text (void ); int gcgget_lineno (void ); void gcgset_lineno (int _line_number ); YYSTYPE * gcgget_lval (void ); void gcgset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int gcgwrap (void ); #else extern int gcgwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( gcgtext, gcgleng, 1, gcgout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( gcgin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( gcgin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, gcgin))==0 && ferror(gcgin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(gcgin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int gcglex \ (YYSTYPE * yylval_param ); #define YY_DECL int gcglex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after gcgtext and gcgleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( gcgleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (gcgtext[gcgleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 38 "sequence/gcgl.l" if (init == 0) { init = 1; BEGIN HEAD; } /* FIXME: Not thread safe !!! */ #line 1236 "sequence/gcgl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! gcgin ) gcgin = stdin; if ( ! gcgout ) gcgout = stdout; if ( ! YY_CURRENT_BUFFER ) { gcgensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = gcg_create_buffer(gcgin,YY_BUF_SIZE ); } gcg_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of gcgtext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 657 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 656 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: YY_RULE_SETUP #line 44 "sequence/gcgl.l" { BEGIN HEAD; } YY_BREAK case 2: /* rule 2 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gcgtext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up gcgtext again */ YY_RULE_SETUP #line 45 "sequence/gcgl.l" { BEGIN SEQS; return TER; } YY_BREAK case 3: YY_RULE_SETUP #line 46 "sequence/gcgl.l" { return TXT; } YY_BREAK case 4: /* rule 4 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gcgtext */ (yy_c_buf_p) = yy_cp -= 4; YY_DO_BEFORE_ACTION; /* set up gcgtext again */ YY_RULE_SETUP #line 47 "sequence/gcgl.l" { return TXT; } YY_BREAK case 5: /* rule 5 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gcgtext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up gcgtext again */ YY_RULE_SETUP #line 48 "sequence/gcgl.l" { return TXT; } YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 49 "sequence/gcgl.l" { return EOL; } YY_BREAK case 7: *yy_cp = (yy_hold_char); /* undo effects of setting up gcgtext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up gcgtext again */ YY_RULE_SETUP #line 51 "sequence/gcgl.l" ; /* Leading spaces ignored */ YY_BREAK case 8: /* rule 8 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gcgtext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up gcgtext again */ YY_RULE_SETUP #line 52 "sequence/gcgl.l" ; /* Trailing spaces ignored */ YY_BREAK case 9: YY_RULE_SETUP #line 53 "sequence/gcgl.l" { yylval->str = strdup(gcgtext); return BAS; } YY_BREAK case 10: YY_RULE_SETUP #line 54 "sequence/gcgl.l" { return INT; } YY_BREAK case 11: YY_RULE_SETUP #line 55 "sequence/gcgl.l" { return SPC; } YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 56 "sequence/gcgl.l" ; /* Empty sequence line ignored */ YY_BREAK case 13: /* rule 13 can match eol */ YY_RULE_SETUP #line 57 "sequence/gcgl.l" { return EOL; } YY_BREAK case YY_STATE_EOF(SEQS): #line 58 "sequence/gcgl.l" { init = 0; BEGIN INITIAL; return END; } YY_BREAK case 14: YY_RULE_SETUP #line 59 "sequence/gcgl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): #line 61 "sequence/gcgl.l" { init = 0; BEGIN INITIAL; return NUL; } YY_BREAK case 15: /* rule 15 can match eol */ YY_RULE_SETUP #line 62 "sequence/gcgl.l" { return ERR; } YY_BREAK case 16: YY_RULE_SETUP #line 63 "sequence/gcgl.l" { return ERR; } YY_BREAK case 17: YY_RULE_SETUP #line 65 "sequence/gcgl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1435 "sequence/gcgl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed gcgin at a new source and called * gcglex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = gcgin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( gcgwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * gcgtext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of gcglex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ gcgrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; gcgrestart(gcgin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) gcgrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 657 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 657 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 656); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ gcgrestart(gcgin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( gcgwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve gcgtext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void gcgrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ gcgensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = gcg_create_buffer(gcgin,YY_BUF_SIZE ); } gcg_init_buffer(YY_CURRENT_BUFFER,input_file ); gcg_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void gcg_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * gcgpop_buffer_state(); * gcgpush_buffer_state(new_buffer); */ gcgensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; gcg_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (gcgwrap()) processing, but the only time this flag * is looked at is after gcgwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void gcg_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; gcgin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE gcg_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) gcgalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in gcg_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) gcgalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in gcg_create_buffer()" ); b->yy_is_our_buffer = 1; gcg_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with gcg_create_buffer() * */ void gcg_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) gcgfree((void *) b->yy_ch_buf ); gcgfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a gcgrestart() or at EOF. */ static void gcg_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; gcg_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then gcg_init_buffer was _probably_ * called from gcgrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void gcg_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) gcg_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void gcgpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; gcgensure_buffer_stack(); /* This block is copied from gcg_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from gcg_switch_to_buffer. */ gcg_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void gcgpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; gcg_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { gcg_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void gcgensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)gcgalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in gcgensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)gcgrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in gcgensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE gcg_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) gcgalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in gcg_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; gcg_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to gcglex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * gcg_scan_bytes() instead. */ YY_BUFFER_STATE gcg_scan_string (yyconst char * yystr ) { return gcg_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to gcglex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE gcg_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) gcgalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in gcg_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = gcg_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in gcg_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up gcgtext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ gcgtext[gcgleng] = (yy_hold_char); \ (yy_c_buf_p) = gcgtext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ gcgleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int gcgget_lineno (void) { return gcglineno; } /** Get the input stream. * */ FILE *gcgget_in (void) { return gcgin; } /** Get the output stream. * */ FILE *gcgget_out (void) { return gcgout; } /** Get the length of the current token. * */ int gcgget_leng (void) { return gcgleng; } /** Get the current token. * */ char *gcgget_text (void) { return gcgtext; } /** Set the current line number. * @param _line_number * */ void gcgset_lineno (int _line_number ) { gcglineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see gcg_switch_to_buffer */ void gcgset_in (FILE * _in_str ) { gcgin = _in_str ; } void gcgset_out (FILE * _out_str ) { gcgout = _out_str ; } int gcgget_debug (void) { return gcg_flex_debug; } void gcgset_debug (int _bdebug ) { gcg_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from gcglex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT gcgin = stdin; gcgout = stdout; #else gcgin = (FILE *) 0; gcgout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * gcglex_init() */ return 0; } /* gcglex_destroy is for both reentrant and non-reentrant scanners. */ int gcglex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ gcg_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; gcgpop_buffer_state(); } /* Destroy the stack itself. */ gcgfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * gcglex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *gcgalloc (yy_size_t size ) { return (void *) malloc( size ); } void *gcgrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void gcgfree (void * ptr ) { free( (char *) ptr ); /* see gcgrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 65 "sequence/gcgl.l" squizz-0.99b+dfsg.orig/lib/sequence/raw.h0000644000175000017500000000043710155322742020303 0ustar osallouosallou/* raw.h - RAW sequence functions */ #ifndef __SEQUENCE_RAW_H_ #define __SEQUENCE_RAW_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *raw_parse(FILE *); int raw_check(FILE *); void raw_print(FILE *, sequence_t *); #endif /* __SEQUENCE_RAW_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/sproty.c0000644000175000017500000021513112102264455021044 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse sprotparse #define yylex sprotlex #define yyerror sproterror #define yylval sprotlval #define yychar sprotchar #define yydebug sprotdebug #define yynerrs sprotnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/sproty.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/sproty.h" void sprotset_in(FILE *); int sprotlex(YYSTYPE *); int sprotlex_destroy(void); static void yyerror(sequence_t *seq, const char *); int sproty_check(FILE *); sequence_t *sproty_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/sproty.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, EQU = 259, ERR = 260, INT = 261, NUL = 262, QUO = 263, SEP = 264, SPC = 265, TER = 266, TER2 = 267, TER3 = 268, TXT = 269, CBR = 270, OBR = 271, ID = 272, IDNAM = 273, AC = 274, ACNUM = 275, DT = 276, DE = 277, DETXT = 278, GN = 279, OS = 280, OSTXT = 281, OSTX2 = 282, OG = 283, OC = 284, OCNOD = 285, OX = 286, OH = 287, RN = 288, RP = 289, RC = 290, RX = 291, RXKEY = 292, RXVAL = 293, RG = 294, RA = 295, RAAUT = 296, RT = 297, RL = 298, CC = 299, DR = 300, DRVAL = 301, DRVAL2 = 302, PE = 303, KW = 304, KWORD = 305, FT = 306, SQ = 307, SEQ = 308, SEQBAS = 309, END = 310 }; #endif /* Tokens. */ #define EOL 258 #define EQU 259 #define ERR 260 #define INT 261 #define NUL 262 #define QUO 263 #define SEP 264 #define SPC 265 #define TER 266 #define TER2 267 #define TER3 268 #define TXT 269 #define CBR 270 #define OBR 271 #define ID 272 #define IDNAM 273 #define AC 274 #define ACNUM 275 #define DT 276 #define DE 277 #define DETXT 278 #define GN 279 #define OS 280 #define OSTXT 281 #define OSTX2 282 #define OG 283 #define OC 284 #define OCNOD 285 #define OX 286 #define OH 287 #define RN 288 #define RP 289 #define RC 290 #define RX 291 #define RXKEY 292 #define RXVAL 293 #define RG 294 #define RA 295 #define RAAUT 296 #define RT 297 #define RL 298 #define CC 299 #define DR 300 #define DRVAL 301 #define DRVAL2 302 #define PE 303 #define KW 304 #define KWORD 305 #define FT 306 #define SQ 307 #define SEQ 308 #define SEQBAS 309 #define END 310 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/sproty.y" char *str; /* Line 293 of yacc.c */ #line 253 "sequence/sproty.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 265 "sequence/sproty.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 8 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 216 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 56 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 115 /* YYNRULES -- Number of rules. */ #define YYNRULES 181 /* YYNRULES -- Number of states. */ #define YYNSTATES 295 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 310 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 7, 9, 22, 24, 29, 32, 34, 37, 38, 43, 47, 49, 53, 54, 58, 61, 63, 66, 69, 70, 73, 74, 78, 83, 87, 90, 92, 95, 96, 100, 103, 105, 111, 114, 116, 117, 120, 122, 125, 127, 130, 133, 136, 139, 140, 144, 149, 154, 159, 161, 163, 166, 167, 171, 174, 176, 179, 180, 183, 184, 189, 194, 198, 200, 203, 204, 208, 211, 213, 216, 217, 221, 224, 226, 229, 230, 238, 241, 243, 245, 247, 253, 256, 259, 260, 264, 269, 272, 274, 277, 278, 282, 285, 287, 289, 291, 292, 295, 297, 302, 307, 311, 313, 317, 321, 324, 327, 328, 332, 337, 340, 342, 345, 348, 349, 354, 359, 363, 365, 369, 371, 372, 375, 376, 383, 388, 392, 398, 401, 403, 406, 407, 410, 411, 415, 420, 423, 425, 428, 429, 433, 436, 438, 441, 442, 447, 454, 459, 462, 463, 465, 466, 471, 474, 476, 479, 480, 483, 484, 489, 494, 498, 500, 501, 504, 505, 509, 512, 514, 517, 519, 523, 526, 528, 531, 533, 537, 541, 543 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 57, 0, -1, 58, 163, 170, -1, 7, -1, 59, 62, 65, 68, 73, 76, 103, 145, 148, 152, 155, 160, -1, 60, -1, 17, 18, 61, 3, -1, 61, 14, -1, 10, -1, 62, 63, -1, -1, 19, 64, 11, 3, -1, 64, 9, 20, -1, 20, -1, 66, 66, 66, -1, -1, 21, 67, 3, -1, 67, 14, -1, 14, -1, 69, 71, -1, 69, 70, -1, -1, 69, 70, -1, -1, 22, 72, 3, -1, 22, 72, 11, 3, -1, 22, 11, 3, -1, 72, 23, -1, 23, -1, 73, 74, -1, -1, 24, 75, 3, -1, 75, 14, -1, 14, -1, 77, 89, 92, 97, 100, -1, 78, 82, -1, 82, -1, -1, 79, 81, -1, 81, -1, 79, 80, -1, 80, -1, 83, 85, -1, 83, 86, -1, 83, 87, -1, 83, 84, -1, -1, 25, 88, 3, -1, 25, 88, 13, 3, -1, 25, 88, 12, 3, -1, 25, 88, 11, 3, -1, 26, -1, 27, -1, 89, 90, -1, -1, 28, 91, 3, -1, 91, 14, -1, 14, -1, 93, 95, -1, -1, 93, 94, -1, -1, 29, 96, 12, 3, -1, 29, 96, 11, 3, -1, 96, 9, 30, -1, 30, -1, 97, 98, -1, -1, 31, 99, 3, -1, 99, 14, -1, 14, -1, 100, 101, -1, -1, 32, 102, 3, -1, 102, 14, -1, 14, -1, 103, 104, -1, -1, 106, 108, 113, 116, 105, 133, 140, -1, 123, 128, -1, 123, -1, 128, -1, 107, -1, 33, 16, 6, 15, 3, -1, 109, 111, -1, 109, 110, -1, -1, 34, 112, 3, -1, 34, 112, 11, 3, -1, 112, 14, -1, 14, -1, 113, 114, -1, -1, 35, 115, 3, -1, 115, 14, -1, 14, -1, 117, -1, 119, -1, -1, 117, 118, -1, 118, -1, 36, 120, 11, 3, -1, 36, 122, 12, 3, -1, 120, 9, 121, -1, 121, -1, 37, 4, 38, -1, 37, 9, 38, -1, 124, 126, -1, 124, 125, -1, -1, 39, 127, 3, -1, 39, 127, 11, 3, -1, 127, 14, -1, 14, -1, 129, 131, -1, 129, 130, -1, -1, 40, 132, 12, 3, -1, 40, 132, 11, 3, -1, 132, 9, 41, -1, 41, -1, 136, 134, 138, -1, 135, -1, -1, 134, 137, -1, -1, 42, 8, 139, 8, 11, 3, -1, 42, 8, 139, 3, -1, 42, 139, 3, -1, 42, 139, 8, 11, 3, -1, 139, 14, -1, 14, -1, 141, 143, -1, -1, 141, 142, -1, -1, 43, 144, 3, -1, 43, 144, 11, 3, -1, 144, 14, -1, 14, -1, 145, 146, -1, -1, 44, 147, 3, -1, 147, 14, -1, 14, -1, 148, 149, -1, -1, 45, 150, 11, 3, -1, 46, 9, 46, 9, 46, 151, -1, 9, 46, 9, 46, -1, 9, 46, -1, -1, 153, -1, -1, 48, 154, 11, 3, -1, 154, 14, -1, 14, -1, 156, 158, -1, -1, 156, 157, -1, -1, 49, 159, 12, 3, -1, 49, 159, 11, 3, -1, 159, 9, 50, -1, 50, -1, -1, 160, 161, -1, -1, 51, 162, 3, -1, 162, 14, -1, 14, -1, 164, 167, -1, 165, -1, 52, 166, 3, -1, 166, 14, -1, 14, -1, 167, 168, -1, 168, -1, 53, 169, 3, -1, 169, 10, 54, -1, 54, -1, 55, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 71, 71, 72, 75, 77, 78, 80, 80, 82, 82, 83, 84, 85, 88, 88, 89, 90, 90, 92, 92, 92, 93, 93, 94, 95, 95, 96, 97, 100, 100, 101, 102, 102, 104, 106, 106, 106, 107, 107, 108, 108, 109, 110, 111, 112, 112, 113, 114, 115, 116, 117, 117, 119, 119, 120, 121, 121, 123, 123, 124, 124, 125, 126, 127, 127, 129, 129, 130, 131, 131, 133, 133, 134, 135, 135, 137, 137, 138, 139, 139, 139, 141, 142, 144, 145, 145, 146, 147, 148, 148, 150, 150, 151, 152, 152, 154, 154, 154, 155, 155, 156, 157, 158, 158, 159, 160, 162, 163, 163, 164, 165, 166, 166, 168, 169, 169, 170, 171, 172, 172, 174, 174, 174, 175, 175, 176, 177, 178, 179, 180, 180, 182, 182, 183, 183, 184, 185, 186, 186, 188, 188, 189, 190, 190, 192, 192, 193, 194, 195, 195, 195, 197, 197, 198, 199, 199, 201, 201, 202, 202, 203, 204, 205, 206, 207, 210, 210, 211, 212, 212, 214, 216, 217, 218, 218, 220, 220, 221, 222, 223, 226 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "EQU", "ERR", "INT", "NUL", "QUO", "SEP", "SPC", "TER", "TER2", "TER3", "TXT", "CBR", "OBR", "ID", "IDNAM", "AC", "ACNUM", "DT", "DE", "DETXT", "GN", "OS", "OSTXT", "OSTX2", "OG", "OC", "OCNOD", "OX", "OH", "RN", "RP", "RC", "RX", "RXKEY", "RXVAL", "RG", "RA", "RAAUT", "RT", "RL", "CC", "DR", "DRVAL", "DRVAL2", "PE", "KW", "KWORD", "FT", "SQ", "SEQ", "SEQBAS", "END", "$accept", "sprot", "annots", "locus", "idline", "idtxt", "access", "acline", "aclist", "date", "dtline", "dttxt", "desc", "delines", "deline1", "deline2", "detxt", "gene", "gnline", "gntxt", "orga", "orgspe", "osents", "osentt", "osent1", "osent2", "osent3", "oslines", "osline", "osline1", "osline2", "osline3", "ostxt", "orggan", "ogline", "ogtxt", "orgcla", "oclines", "ocline1", "ocline2", "oclist", "orgtax", "oxline", "oxtxt", "orghos", "ohline", "ohtxt", "refs", "refent", "refper", "refnum", "rnline", "refpos", "rplines", "rpline1", "rpline2", "rptxt", "refcom", "rcline", "rctxt", "refxdb", "rxlines", "rxline", "rxline1", "rxlist", "rxent", "rxent1", "refgrp", "rglines", "rgline1", "rgline2", "rgtxt", "refaut", "ralines", "raline1", "raline2", "ralist", "reftit", "rtlines", "rtline", "rtline1", "rtline2", "rtline3", "rttxt", "refloc", "rllines", "rlline1", "rlline2", "rltxt", "comm", "ccline", "cctxt", "dbref", "drline", "drlist", "dropt", "exist", "peline", "petxt", "kwrds", "kwlines", "kwline1", "kwline2", "kwlist", "feats", "ftline", "fttxt", "sequence", "seqhead", "sqline", "sqtxt", "seqdata", "seqline", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 56, 57, 57, 58, 59, 60, 61, 61, 62, 62, 63, 64, 64, 65, 65, 66, 67, 67, 68, 68, 68, 69, 69, 70, 71, 71, 72, 72, 73, 73, 74, 75, 75, 76, 77, 77, 77, 78, 78, 79, 79, 80, 81, 82, 83, 83, 84, 85, 86, 87, 88, 88, 89, 89, 90, 91, 91, 92, 92, 93, 93, 94, 95, 96, 96, 97, 97, 98, 99, 99, 100, 100, 101, 102, 102, 103, 103, 104, 105, 105, 105, 106, 107, 108, 109, 109, 110, 111, 112, 112, 113, 113, 114, 115, 115, 116, 116, 116, 117, 117, 118, 119, 120, 120, 121, 122, 123, 124, 124, 125, 126, 127, 127, 128, 129, 129, 130, 131, 132, 132, 133, 133, 133, 134, 134, 135, 136, 137, 138, 139, 139, 140, 140, 141, 141, 142, 143, 144, 144, 145, 145, 146, 147, 147, 148, 148, 149, 150, 151, 151, 151, 152, 152, 153, 154, 154, 155, 155, 156, 156, 157, 158, 159, 159, 159, 160, 160, 161, 162, 162, 163, 164, 165, 166, 166, 167, 167, 168, 169, 169, 170 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 12, 1, 4, 2, 1, 2, 0, 4, 3, 1, 3, 0, 3, 2, 1, 2, 2, 0, 2, 0, 3, 4, 3, 2, 1, 2, 0, 3, 2, 1, 5, 2, 1, 0, 2, 1, 2, 1, 2, 2, 2, 2, 0, 3, 4, 4, 4, 1, 1, 2, 0, 3, 2, 1, 2, 0, 2, 0, 4, 4, 3, 1, 2, 0, 3, 2, 1, 2, 0, 3, 2, 1, 2, 0, 7, 2, 1, 1, 1, 5, 2, 2, 0, 3, 4, 2, 1, 2, 0, 3, 2, 1, 1, 1, 0, 2, 1, 4, 4, 3, 1, 3, 3, 2, 2, 0, 3, 4, 2, 1, 2, 2, 0, 4, 4, 3, 1, 3, 1, 0, 2, 0, 6, 4, 3, 5, 2, 1, 2, 0, 2, 0, 3, 4, 2, 1, 2, 0, 3, 2, 1, 2, 0, 4, 6, 4, 2, 0, 1, 0, 4, 2, 1, 2, 0, 2, 0, 4, 4, 3, 1, 0, 2, 0, 3, 2, 1, 2, 1, 3, 2, 1, 2, 1, 3, 3, 1, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 0, 10, 5, 0, 1, 0, 0, 0, 172, 15, 8, 0, 175, 0, 0, 2, 0, 171, 177, 0, 0, 9, 21, 0, 6, 7, 173, 174, 181, 180, 0, 176, 13, 0, 18, 0, 30, 0, 0, 178, 0, 0, 0, 16, 17, 37, 0, 20, 19, 14, 179, 12, 11, 0, 29, 77, 54, 46, 46, 41, 39, 36, 0, 0, 28, 0, 33, 0, 141, 59, 35, 0, 40, 38, 0, 0, 45, 42, 43, 44, 26, 24, 0, 27, 31, 32, 0, 76, 86, 82, 146, 0, 53, 67, 0, 0, 0, 51, 52, 0, 25, 0, 92, 0, 0, 140, 153, 57, 0, 72, 0, 60, 58, 0, 0, 47, 0, 0, 0, 0, 98, 0, 85, 84, 144, 0, 0, 0, 145, 158, 152, 55, 56, 0, 66, 34, 65, 0, 50, 49, 48, 0, 0, 0, 91, 109, 96, 100, 97, 90, 0, 142, 143, 0, 0, 156, 0, 167, 0, 70, 0, 0, 71, 0, 0, 0, 83, 95, 0, 0, 0, 104, 0, 123, 80, 0, 81, 0, 0, 99, 87, 0, 89, 0, 0, 0, 155, 4, 165, 159, 157, 68, 69, 75, 0, 64, 63, 62, 93, 94, 0, 0, 0, 0, 0, 0, 133, 122, 125, 79, 0, 108, 107, 0, 115, 114, 0, 88, 0, 147, 154, 0, 166, 164, 0, 73, 74, 105, 106, 103, 101, 102, 0, 78, 0, 0, 113, 0, 120, 0, 0, 170, 0, 0, 0, 0, 131, 0, 0, 134, 132, 0, 124, 121, 110, 0, 112, 0, 0, 0, 151, 168, 169, 163, 162, 161, 127, 0, 130, 139, 0, 0, 111, 119, 118, 117, 0, 148, 0, 136, 0, 138, 128, 0, 150, 126, 137, 0, 0, 129, 149 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 3, 4, 5, 6, 15, 13, 25, 37, 26, 27, 39, 40, 41, 51, 52, 69, 49, 58, 71, 59, 60, 61, 62, 63, 64, 65, 66, 80, 81, 82, 83, 103, 73, 96, 112, 97, 98, 115, 116, 141, 113, 138, 164, 139, 166, 198, 72, 91, 177, 92, 93, 106, 107, 126, 127, 154, 124, 148, 172, 149, 150, 151, 152, 174, 175, 176, 178, 179, 215, 216, 241, 180, 181, 218, 219, 243, 210, 239, 211, 212, 256, 257, 251, 237, 238, 253, 254, 274, 94, 109, 129, 110, 132, 158, 281, 133, 134, 160, 161, 162, 193, 194, 228, 191, 226, 246, 10, 11, 12, 17, 21, 22, 34, 19 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -66 static const yytype_int16 yypact[] = { 34, -66, 42, 68, 12, -66, -66, 72, -66, 73, 17, 27, -66, -16, -66, 10, -66, 19, 93, -66, 43, 27, -66, 56, 84, -66, 77, 79, -66, -66, -66, -66, -66, -66, 55, -66, -66, -2, -66, 22, -66, 80, 79, -66, 47, 83, 101, -66, -66, 59, -9, 85, -66, -66, -66, -66, -66, 91, -66, -66, -66, -66, -66, -66, -66, -66, 81, 105, -66, -3, -66, 23, 76, 60, -66, 86, -66, -66, 87, 64, -66, -66, -66, -66, -66, -66, 107, -66, -66, -66, 97, -66, -66, -66, 71, 100, -66, -66, 88, 64, 64, -66, -66, 41, -66, 110, -66, 89, 104, -66, 0, -66, 26, 90, 92, -66, -66, 52, 44, -66, 116, 117, 121, 111, 50, 113, -66, -66, -66, 28, 82, 115, -66, 94, -66, -66, -66, 118, -66, 98, -66, 58, -66, -66, -66, 122, 119, 99, -66, 95, 102, -66, -66, -66, 1, -66, -66, 125, 120, -66, 48, -66, 96, -66, 29, 123, -66, 109, 137, 138, -66, -66, 32, 57, 70, -66, 130, 106, 95, 108, -66, 112, 114, -66, -66, 141, -66, 103, 143, 147, -66, 124, 126, -66, -66, -66, -66, -66, 35, -66, -66, -66, -66, -66, 127, 128, 114, 150, 151, 148, 129, -66, -66, -66, 144, -66, -66, 132, -66, -66, 153, -66, 146, -66, -66, 145, -66, -66, 62, -66, -66, -66, -66, -66, -66, -66, 149, -66, 131, 135, -66, 7, -66, 66, 133, -66, 36, 134, 157, 158, -66, 3, 154, -66, -66, 149, -66, -66, -66, 159, -66, 139, 161, 164, 160, -66, -66, -66, -66, -66, -66, 167, -66, -66, 16, 20, -66, -66, -66, -66, 136, -66, 168, -66, 178, -66, -66, 172, 176, -66, -66, 183, 142, -66, -66 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -26, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, 140, 152, 155, 31, -66, -66, -66, -66, -5, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, 37, -66, -66, -36, -66, -66, -66, -66, -66, -66, 11, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -65, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, -66, 170, -66, -66 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -161 static const yytype_int16 yytable[] = { 85, 42, 67, 23, 184, 24, 270, 45, 86, 46, 258, 271, 185, 28, 68, 186, 53, 272, 259, 283, 87, 260, 30, 286, 29, 47, 88, 284, 287, 135, 285, 155, 195, 31, 272, 202, 48, 89, 229, 265, 136, 1, 156, 196, 119, 130, 203, 119, 131, 230, 266, 2, 120, 121, 122, 119, 121, 122, 43, 189, 7, 204, 190, 120, 9, 44, 205, 167, 8, 168, 169, 247, 18, 248, 249, 261, 36, 262, 263, 206, 20, 207, 14, 57, -46, 146, 147, 16, 95, -61, 101, 102, 75, 78, 117, 118, 32, 33, 38, -23, 24, 54, 50, 55, 56, 70, 79, -22, 84, 90, 104, 99, 100, 105, 111, 108, 123, 114, 128, 142, 143, 137, 140, 125, 144, 170, 145, 153, 157, 159, 165, 188, 163, 171, 187, -116, 173, 197, 182, 199, 200, 201, 208, -160, 221, 192, 223, 214, 209, 222, 224, 220, 217, 234, 235, 244, 236, 204, 240, 245, 268, 269, 276, 250, 278, 231, 232, 279, 273, 280, 233, 289, -135, 242, 252, 225, 227, 255, 282, 264, 277, 290, 288, 291, 267, 292, 293, 183, 294, 213, 275, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 74 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-66)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int16 yycheck[] = { 3, 27, 11, 19, 3, 21, 3, 9, 11, 11, 3, 8, 11, 3, 23, 14, 42, 14, 11, 3, 23, 14, 3, 3, 14, 3, 3, 11, 8, 3, 14, 3, 3, 14, 14, 3, 14, 14, 3, 3, 14, 7, 14, 14, 3, 45, 14, 3, 48, 14, 14, 17, 11, 12, 13, 3, 12, 13, 3, 11, 18, 4, 14, 11, 52, 10, 9, 9, 0, 11, 12, 9, 55, 11, 12, 9, 20, 11, 12, 9, 53, 11, 10, 24, 25, 35, 36, 14, 28, 29, 26, 27, 61, 62, 99, 100, 3, 54, 14, 22, 21, 54, 22, 20, 3, 14, 25, 22, 3, 33, 3, 25, 25, 16, 14, 44, 6, 29, 14, 3, 3, 31, 30, 34, 3, 3, 15, 14, 46, 14, 32, 11, 14, 14, 9, 40, 37, 14, 36, 30, 3, 3, 12, 49, 3, 49, 3, 39, 42, 46, 3, 37, 40, 3, 3, 9, 8, 4, 14, 14, 3, 3, 3, 14, 3, 38, 38, 3, 14, 9, 206, 3, 43, 41, 43, 51, 50, 42, 11, 46, 41, 3, 46, 11, 50, 9, 3, 150, 46, 178, 255, 21, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, 61 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 7, 17, 57, 58, 59, 60, 18, 0, 52, 163, 164, 165, 62, 10, 61, 14, 166, 55, 170, 53, 167, 168, 19, 21, 63, 65, 66, 3, 14, 3, 14, 3, 54, 169, 168, 20, 64, 14, 67, 68, 69, 66, 3, 10, 9, 11, 3, 14, 73, 22, 70, 71, 66, 54, 20, 3, 24, 74, 76, 77, 78, 79, 80, 81, 82, 83, 11, 23, 72, 14, 75, 103, 89, 82, 83, 80, 81, 83, 25, 84, 85, 86, 87, 3, 3, 11, 23, 3, 14, 33, 104, 106, 107, 145, 28, 90, 92, 93, 25, 25, 26, 27, 88, 3, 16, 108, 109, 44, 146, 148, 14, 91, 97, 29, 94, 95, 88, 88, 3, 11, 12, 13, 6, 113, 34, 110, 111, 14, 147, 45, 48, 149, 152, 153, 3, 14, 31, 98, 100, 30, 96, 3, 3, 3, 15, 35, 36, 114, 116, 117, 118, 119, 14, 112, 3, 14, 46, 150, 14, 154, 155, 156, 14, 99, 32, 101, 9, 11, 12, 3, 14, 115, 37, 120, 121, 122, 105, 123, 124, 128, 129, 36, 118, 3, 11, 14, 9, 11, 11, 14, 160, 49, 157, 158, 3, 14, 14, 102, 30, 3, 3, 3, 14, 4, 9, 9, 11, 12, 42, 133, 135, 136, 128, 39, 125, 126, 40, 130, 131, 37, 3, 46, 3, 3, 51, 161, 50, 159, 3, 14, 38, 38, 121, 3, 3, 8, 140, 141, 134, 14, 127, 41, 132, 9, 14, 162, 9, 11, 12, 14, 139, 43, 142, 143, 42, 137, 138, 3, 11, 14, 9, 11, 12, 46, 3, 14, 50, 3, 3, 3, 8, 14, 14, 144, 139, 3, 41, 3, 3, 9, 151, 11, 3, 11, 14, 3, 8, 46, 3, 3, 11, 9, 3, 46 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 18: /* "IDNAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1494 "sequence/sproty.c" break; case 20: /* "ACNUM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1503 "sequence/sproty.c" break; case 23: /* "DETXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1512 "sequence/sproty.c" break; case 26: /* "OSTXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1521 "sequence/sproty.c" break; case 27: /* "OSTX2" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1530 "sequence/sproty.c" break; case 30: /* "OCNOD" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1539 "sequence/sproty.c" break; case 50: /* "KWORD" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1548 "sequence/sproty.c" break; case 54: /* "SEQBAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/sproty.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1557 "sequence/sproty.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 71 "sequence/sproty.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 72 "sequence/sproty.y" { return -1; /*NOTREACHED*/ } break; case 6: /* Line 1806 of yacc.c */ #line 78 "sequence/sproty.y" { parse_namadd(seq, (yyvsp[(2) - (4)].str)); } break; case 12: /* Line 1806 of yacc.c */ #line 84 "sequence/sproty.y" { parse_accadd(seq, (yyvsp[(3) - (3)].str)); } break; case 13: /* Line 1806 of yacc.c */ #line 85 "sequence/sproty.y" { parse_accadd(seq, (yyvsp[(1) - (1)].str)); } break; case 27: /* Line 1806 of yacc.c */ #line 96 "sequence/sproty.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 28: /* Line 1806 of yacc.c */ #line 97 "sequence/sproty.y" { parse_dscadd1(seq, (yyvsp[(1) - (1)].str)); } break; case 163: /* Line 1806 of yacc.c */ #line 205 "sequence/sproty.y" { parse_kwdadd(seq, (yyvsp[(3) - (3)].str)); } break; case 164: /* Line 1806 of yacc.c */ #line 206 "sequence/sproty.y" { parse_kwdadd(seq, (yyvsp[(1) - (1)].str)); } break; case 179: /* Line 1806 of yacc.c */ #line 222 "sequence/sproty.y" { parse_stradd(seq, (yyvsp[(3) - (3)].str)); } break; case 180: /* Line 1806 of yacc.c */ #line 223 "sequence/sproty.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1936 "sequence/sproty.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 228 "sequence/sproty.y" /* Check SPROT sequence */ int sproty_check(FILE *f) { int i; sprotset_in(f); i = yyparse(NULL); if (i == 0) { return i; } sprotlex_destroy(); return i; } /* Parse SPROT sequence */ sequence_t *sproty_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } sprotset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } sprotlex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/genbank.h0000644000175000017500000000047710155322741021122 0ustar osallouosallou/* genbank.h - GENBANK sequence functions */ #ifndef __SEQUENCE_GENBANK_H_ #define __SEQUENCE_GENBANK_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *genbank_parse(FILE *); int genbank_check(FILE *); void genbank_print(FILE *, sequence_t *); #endif /* __SEQUENCE_GENBANK_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/utils.h0000644000175000017500000000031111057264710020643 0ustar osallouosallou/* utils.h - Sequence utilities functions */ #ifndef __SEQUENCE_UTILS_H_ #define __SEQUENCE_UTILS_H_ /* Functions prototypes */ char *sequence_fixnam(const char *); #endif /* __SEQUENCE_UTILS_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/sprotl.l0000644000175000017500000001620512077231055021042 0ustar osallouosallou/* sprotl.l - SWISSPROT sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/sproty.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x IDTAG ACTAG DTTAG DETAG GNTAG OSTAG OGTAG OCTAG OXTAG OHTAG RNTAG RPTAG %x RCTAG RXTAG RGTAG RATAG RTTAG RLTAG CCTAG DRTAG PETAG KWTAG FTTAG SQTAG %x SEQTAG ENDTAG %x IDTA2 alp [[:alpha:]] aln [[:alnum:]] cbr "]" com "," dig [[:digit:]] dot "." eol "\n" equ "=" obr "[" quo "\"" sem ";" sla "/" spc " " und "_" txt .{1,80} idnam ({spnam}|{trnam}|{xxnam}) spnam {aln}{1,5}_{aln}{1,5} trnam {aln}{6,8} xxnam [^ \n]{1,14} acnum ({aln}{6,8}|{alp}+{und}?{dig}+) ostxt [^,\n][^\n]{0,79} ocnod [^;\n]{1,80} rxkey (AGRICOLA|MEDLINE|PubMed|DOI) rxval [^=\n]{1,80} rxval2 [^=;\n]{1,80} raaut [^,;\n]{1,80} rttxt [^"\n]{1,80} drwrd [^; \n][^;\n]* drval {drwrd}({sem}{drwrd})* kword [^;\n.]{1,80} seqbas {alp}{1,10} %% ^{eol} ; /* Empty lines ignored */ ^ID{spc}{3} { BEGIN IDTAG; return ID; } {idnam} { yylval->str = strdup(yytext); return IDNAM; } {spc}+ { BEGIN IDTA2; return SPC; } {eol} { BEGIN INITIAL; return EOL; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^AC{spc}{3} { BEGIN ACTAG; return AC; } {acnum} { yylval->str = strdup(yytext); return ACNUM; } {sem}{spc} { return SEP; } {sem}/{eol} { return TER; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^DT{spc}{3} { BEGIN DTTAG; return DT; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DE{spc}{3} { BEGIN DETAG; return DE; } {dot}/{eol} { return TER; } {txt}/{dot}{eol} { yylval->str = strdup(yytext); return DETXT; } {txt} { yylval->str = strdup(yytext); return DETXT; } {eol} { BEGIN INITIAL; return EOL; } ^GN{spc}{3} { BEGIN GNTAG; return GN; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^OS{spc}{3} { BEGIN OSTAG; return OS; } {com}/{eol} { return TER3; } {com}{spc}and/{eol} { return TER2; } {dot}/{eol} { return TER; } {ostxt}/{dot}{eol} { return OSTXT; } {ostxt}/{com}{spc}and{eol}OS { return OSTXT; } {ostxt}/{com}{eol}OS { return OSTXT; } {ostxt}/{eol}OS { return OSTX2; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^OG{spc}{3} { BEGIN OGTAG; return OG; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^OC{spc}{3} { BEGIN OCTAG; return OC; } {sem}{spc} { return SEP; } {sem}/{eol} { return TER2; } {dot}/{eol} { return TER; } {ocnod}/{sem}{spc} { return OCNOD; } {ocnod}/{sem}{eol} { return OCNOD; } {ocnod}/{dot}{eol} { return OCNOD; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^OX{spc}{3} { BEGIN OXTAG; return OX; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^OH{spc}{3} { BEGIN OHTAG; return OH; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RN{spc}{3} { BEGIN RNTAG; return RN; } {obr} { return OBR; } {cbr} { return CBR; } {dig}+ { return INT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RP{spc}{3} { BEGIN RPTAG; return RP; } {dot}/{eol} { return TER; } {txt}/{dot}{eol} { return TXT; } {txt}/{eol}RP { return TXT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RC{spc}{3} { BEGIN RCTAG; return RC; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RX{spc}{3} { BEGIN RXTAG; return RX; } {equ} { return EQU; } {sem}{spc} { return SEP; } {sem}/{eol} { return TER; } {dot}/{eol} { return TER2; } {rxkey}/{equ} { return RXKEY; } {rxkey}/{sem}{spc} { return RXKEY; } {rxval}/{sem} { return RXVAL; } {rxval2}/{dot}{eol} { return RXVAL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RG{spc}{3} { BEGIN RGTAG; return RG; } {sem}/{eol} { return TER; } {txt}/{sem}{eol} { return TXT; } {txt}/{eol}RG { return TXT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RA{spc}{3} { BEGIN RATAG; return RA; } {com}{spc} { return SEP; } {com}/{eol} { return TER2; } {sem}/{eol} { return TER; } {raaut}/{com} { return RAAUT; } {raaut}/{sem} { return RAAUT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RT{spc}{3} { BEGIN RTTAG; return RT; } {sem}/{eol} { return TER; } {quo} { return QUO; } {rttxt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RL{spc}{3} { BEGIN RLTAG; return RL; } {dot}/{eol} { return TER; } {txt}/{dot}{eol} { return TXT; } {txt}/{eol}RL { return TXT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^CC{spc}{3} { BEGIN CCTAG; return CC; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DR{spc}{3} { BEGIN DRTAG; return DR; } {sem}{spc} { return SEP; } {dot}/{eol} { return TER; } {drval}/{sem}{spc} { return DRVAL; } {drval}/{dot}{eol} { return DRVAL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^PE{spc}{3} { BEGIN PETAG; return PE; } {sem}/{eol} { return TER; } {txt}/{sem}{eol} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^KW{spc}{3} { BEGIN KWTAG; return KW; } {sem}{spc} { return SEP; } {dot}/{eol} { return TER; } {sem}/{eol} { return TER2; } {kword}/{sem}{spc} { yylval->str = strdup(yytext); return KWORD; } {kword}/{sem}{eol} { yylval->str = strdup(yytext); return KWORD; } {kword}/{dot}{eol} { yylval->str = strdup(yytext); return KWORD; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^FT{spc}{3} { BEGIN FTTAG; return FT; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^SQ{spc}{3} { BEGIN SQTAG; return SQ; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{5} { BEGIN SEQTAG; return SEQ; } {seqbas} { yylval->str = strdup(yytext); return SEQBAS; } {spc} { return SPC; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{sla}{2} { BEGIN ENDTAG; return END; } {spc}+/{eol} ; /* Trailing spaces ignored */ <> { BEGIN INITIAL; return EOL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/nbrfl.c0000644000175000017500000020353112075270577020623 0ustar osallouosallou#line 2 "sequence/nbrfl.c" #line 4 "sequence/nbrfl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer nbrf_create_buffer #define yy_delete_buffer nbrf_delete_buffer #define yy_flex_debug nbrf_flex_debug #define yy_init_buffer nbrf_init_buffer #define yy_flush_buffer nbrf_flush_buffer #define yy_load_buffer_state nbrf_load_buffer_state #define yy_switch_to_buffer nbrf_switch_to_buffer #define yyin nbrfin #define yyleng nbrfleng #define yylex nbrflex #define yylineno nbrflineno #define yyout nbrfout #define yyrestart nbrfrestart #define yytext nbrftext #define yywrap nbrfwrap #define yyalloc nbrfalloc #define yyrealloc nbrfrealloc #define yyfree nbrffree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE nbrfrestart(nbrfin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int nbrfleng; extern FILE *nbrfin, *nbrfout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up nbrftext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up nbrftext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via nbrfrestart()), so that the user can continue scanning by * just pointing nbrfin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when nbrftext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int nbrfleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow nbrfwrap()'s to do buffer switches * instead of setting up a fresh nbrfin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void nbrfrestart (FILE *input_file ); void nbrf_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE nbrf_create_buffer (FILE *file,int size ); void nbrf_delete_buffer (YY_BUFFER_STATE b ); void nbrf_flush_buffer (YY_BUFFER_STATE b ); void nbrfpush_buffer_state (YY_BUFFER_STATE new_buffer ); void nbrfpop_buffer_state (void ); static void nbrfensure_buffer_stack (void ); static void nbrf_load_buffer_state (void ); static void nbrf_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER nbrf_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE nbrf_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE nbrf_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE nbrf_scan_bytes (yyconst char *bytes,int len ); void *nbrfalloc (yy_size_t ); void *nbrfrealloc (void *,yy_size_t ); void nbrffree (void * ); #define yy_new_buffer nbrf_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ nbrfensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ nbrf_create_buffer(nbrfin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ nbrfensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ nbrf_create_buffer(nbrfin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define nbrfwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *nbrfin = (FILE *) 0, *nbrfout = (FILE *) 0; typedef int yy_state_type; extern int nbrflineno; int nbrflineno = 1; extern char *nbrftext; #define yytext_ptr nbrftext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up nbrftext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ nbrfleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 22 #define YY_END_OF_BUFFER 23 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[284] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 21, 20, 1, 21, 6, 5, 4, 6, 6, 6, 6, 8, 10, 11, 12, 13, 19, 17, 16, 15, 14, 14, 0, 0, 0, 0, 0, 8, 7, 9, 0, 12, 18, 14, 14, 2, 3, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 12, 14, 14, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 1, 7, 8, 9, 10, 1, 11, 1, 12, 1, 1, 1, 1, 1, 1, 1, 13, 1, 14, 15, 16, 1, 17, 17, 18, 19, 17, 20, 17, 17, 17, 17, 17, 18, 17, 21, 17, 20, 17, 22, 17, 17, 17, 17, 17, 17, 17, 17, 1, 1, 1, 1, 1, 1, 17, 17, 17, 19, 17, 20, 17, 17, 17, 17, 17, 18, 17, 21, 17, 20, 17, 22, 17, 17, 17, 17, 17, 17, 17, 17, 1, 1, 1, 23, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[24] = { 0, 1, 2, 3, 1, 1, 4, 1, 4, 1, 1, 1, 1, 1, 1, 1, 4, 4, 4, 4, 4, 4, 4, 4 } ; static yyconst flex_int16_t yy_base[448] = { 0, 752, 0, 14, 35, 1, 3, 748, 744, 57, 0, 742, 925, 925, 925, 62, 925, 925, 925, 0, 727, 1, 716, 0, 925, 5, 0, 925, 925, 715, 925, 925, 1, 6, 8, 715, 9, 704, 705, 0, 28, 925, 36, 0, 925, 24, 77, 925, 925, 0, 78, 79, 0, 80, 81, 0, 82, 83, 0, 99, 100, 0, 101, 102, 0, 103, 104, 0, 105, 121, 0, 122, 123, 0, 124, 125, 0, 126, 127, 0, 143, 144, 0, 145, 146, 0, 147, 148, 0, 149, 165, 0, 166, 167, 0, 168, 169, 0, 170, 171, 0, 187, 188, 0, 189, 190, 0, 191, 192, 0, 193, 209, 0, 210, 211, 0, 212, 213, 0, 214, 215, 0, 231, 232, 0, 233, 234, 0, 235, 236, 0, 237, 253, 0, 254, 255, 0, 256, 257, 0, 258, 259, 0, 275, 276, 0, 277, 278, 0, 279, 280, 0, 281, 297, 0, 298, 299, 0, 300, 301, 0, 302, 303, 0, 319, 320, 0, 321, 322, 0, 323, 324, 0, 325, 341, 0, 342, 343, 0, 344, 345, 0, 346, 347, 0, 363, 364, 0, 365, 366, 0, 367, 368, 0, 369, 385, 0, 386, 387, 0, 388, 389, 0, 390, 391, 0, 407, 408, 0, 409, 410, 0, 411, 412, 0, 413, 429, 0, 430, 431, 0, 432, 433, 0, 434, 435, 0, 451, 452, 0, 453, 454, 0, 455, 456, 0, 457, 473, 0, 474, 475, 0, 476, 477, 0, 478, 479, 0, 495, 496, 0, 497, 498, 0, 499, 500, 0, 501, 517, 0, 518, 519, 0, 520, 521, 0, 522, 523, 0, 539, 540, 0, 541, 542, 0, 543, 544, 0, 545, 561, 925, 925, 925, 925, 584, 588, 592, 596, 600, 604, 608, 710, 612, 706, 616, 702, 620, 698, 624, 694, 628, 690, 632, 686, 636, 682, 640, 678, 644, 674, 648, 670, 652, 666, 656, 662, 660, 658, 664, 654, 668, 650, 672, 646, 676, 642, 680, 638, 684, 634, 688, 630, 692, 626, 696, 622, 700, 618, 704, 614, 708, 610, 712, 606, 716, 599, 720, 598, 724, 579, 728, 578, 732, 577, 736, 576, 740, 575, 744, 574, 748, 572, 752, 571, 756, 570, 760, 569, 764, 568, 768, 567, 772, 566, 776, 550, 780, 528, 784, 506, 788, 484, 792, 462, 796, 440, 800, 418, 804, 396, 808, 374, 812, 352, 816, 330, 820, 308, 824, 286, 828, 264, 832, 242, 836, 220, 840, 198, 844, 176, 848, 154, 852, 132, 856, 110, 860, 88, 864, 49, 868, 48, 872, 47, 876, 46, 880, 45, 884, 42, 888, 41, 892, 40, 896, 39, 900, 38, 904, 37, 908, 24, 912, 21, 916, 19, 920, 6 } ; static yyconst flex_int16_t yy_def[448] = { 0, 284, 284, 285, 285, 286, 286, 287, 287, 283, 9, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 288, 283, 289, 290, 283, 283, 283, 283, 283, 291, 291, 283, 283, 283, 283, 283, 288, 289, 283, 283, 292, 283, 293, 293, 283, 283, 294, 295, 295, 296, 297, 297, 298, 299, 299, 300, 301, 301, 302, 303, 303, 304, 305, 305, 306, 307, 307, 308, 309, 309, 310, 311, 311, 312, 313, 313, 314, 315, 315, 316, 317, 317, 318, 319, 319, 320, 321, 321, 322, 323, 323, 324, 325, 325, 326, 327, 327, 328, 329, 329, 330, 331, 331, 332, 333, 333, 334, 335, 335, 336, 337, 337, 338, 339, 339, 340, 341, 341, 342, 343, 343, 344, 345, 345, 346, 347, 347, 348, 349, 349, 350, 351, 351, 352, 353, 353, 354, 355, 355, 356, 357, 357, 358, 359, 359, 360, 361, 361, 362, 363, 363, 364, 365, 365, 366, 367, 367, 368, 369, 369, 370, 371, 371, 372, 373, 373, 374, 375, 375, 376, 377, 377, 378, 379, 379, 380, 381, 381, 382, 383, 383, 384, 385, 385, 386, 387, 387, 388, 389, 389, 390, 391, 391, 392, 393, 393, 394, 395, 395, 396, 397, 397, 398, 399, 399, 400, 401, 401, 402, 403, 403, 404, 405, 405, 406, 407, 407, 408, 409, 409, 410, 411, 411, 412, 413, 413, 414, 415, 415, 416, 417, 417, 418, 419, 419, 420, 421, 421, 422, 423, 423, 424, 425, 425, 426, 427, 427, 428, 429, 429, 430, 431, 431, 432, 433, 433, 434, 435, 435, 436, 437, 437, 438, 439, 439, 440, 441, 441, 442, 443, 443, 444, 445, 445, 446, 447, 447, 283, 283, 283, 0, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283 } ; static yyconst flex_int16_t yy_nxt[949] = { 0, 283, 14, 24, 25, 24, 25, 41, 42, 46, 281, 38, 38, 38, 46, 15, 17, 46, 38, 47, 47, 47, 46, 278, 46, 275, 47, 18, 272, 46, 283, 283, 51, 19, 20, 21, 22, 17, 41, 42, 51, 269, 266, 263, 260, 257, 254, 51, 18, 251, 248, 245, 242, 239, 19, 20, 21, 22, 28, 29, 30, 31, 31, 32, 31, 33, 31, 31, 28, 28, 28, 31, 28, 33, 32, 32, 32, 32, 32, 32, 33, 34, 35, 36, 37, 51, 54, 54, 57, 57, 60, 60, 236, 51, 54, 54, 57, 57, 60, 60, 51, 54, 54, 57, 57, 60, 60, 63, 63, 66, 66, 69, 69, 72, 233, 63, 63, 66, 66, 69, 69, 72, 63, 63, 66, 66, 69, 69, 72, 72, 75, 75, 78, 78, 81, 81, 230, 72, 75, 75, 78, 78, 81, 81, 72, 75, 75, 78, 78, 81, 81, 84, 84, 87, 87, 90, 90, 93, 227, 84, 84, 87, 87, 90, 90, 93, 84, 84, 87, 87, 90, 90, 93, 93, 96, 96, 99, 99, 102, 102, 224, 93, 96, 96, 99, 99, 102, 102, 93, 96, 96, 99, 99, 102, 102, 105, 105, 108, 108, 111, 111, 114, 221, 105, 105, 108, 108, 111, 111, 114, 105, 105, 108, 108, 111, 111, 114, 114, 117, 117, 120, 120, 123, 123, 218, 114, 117, 117, 120, 120, 123, 123, 114, 117, 117, 120, 120, 123, 123, 126, 126, 129, 129, 132, 132, 135, 215, 126, 126, 129, 129, 132, 132, 135, 126, 126, 129, 129, 132, 132, 135, 135, 138, 138, 141, 141, 144, 144, 212, 135, 138, 138, 141, 141, 144, 144, 135, 138, 138, 141, 141, 144, 144, 147, 147, 150, 150, 153, 153, 156, 209, 147, 147, 150, 150, 153, 153, 156, 147, 147, 150, 150, 153, 153, 156, 156, 159, 159, 162, 162, 165, 165, 206, 156, 159, 159, 162, 162, 165, 165, 156, 159, 159, 162, 162, 165, 165, 168, 168, 171, 171, 174, 174, 177, 203, 168, 168, 171, 171, 174, 174, 177, 168, 168, 171, 171, 174, 174, 177, 177, 180, 180, 183, 183, 186, 186, 200, 177, 180, 180, 183, 183, 186, 186, 177, 180, 180, 183, 183, 186, 186, 189, 189, 192, 192, 195, 195, 198, 197, 189, 189, 192, 192, 195, 195, 198, 189, 189, 192, 192, 195, 195, 198, 198, 201, 201, 204, 204, 207, 207, 194, 198, 201, 201, 204, 204, 207, 207, 198, 201, 201, 204, 204, 207, 207, 210, 210, 213, 213, 216, 216, 219, 191, 210, 210, 213, 213, 216, 216, 219, 210, 210, 213, 213, 216, 216, 219, 219, 222, 222, 225, 225, 228, 228, 188, 219, 222, 222, 225, 225, 228, 228, 219, 222, 222, 225, 225, 228, 228, 231, 231, 234, 234, 237, 237, 240, 185, 231, 231, 234, 234, 237, 237, 240, 231, 231, 234, 234, 237, 237, 240, 240, 243, 243, 246, 246, 249, 249, 182, 240, 243, 243, 246, 246, 249, 249, 240, 243, 243, 246, 246, 249, 249, 252, 252, 255, 255, 258, 258, 261, 179, 252, 252, 255, 255, 258, 258, 261, 252, 252, 255, 255, 258, 258, 261, 261, 264, 264, 267, 267, 270, 270, 176, 261, 264, 264, 267, 267, 270, 270, 261, 264, 264, 267, 267, 270, 270, 273, 273, 276, 276, 279, 279, 282, 173, 273, 273, 276, 276, 279, 279, 282, 273, 273, 276, 276, 279, 279, 282, 282, 170, 167, 164, 161, 158, 155, 152, 282, 149, 146, 143, 140, 137, 134, 282, 12, 12, 12, 12, 16, 16, 16, 16, 23, 23, 23, 23, 26, 26, 26, 26, 39, 131, 128, 39, 40, 40, 40, 40, 43, 125, 43, 43, 49, 122, 49, 49, 52, 119, 52, 52, 55, 116, 55, 55, 58, 113, 58, 58, 61, 110, 61, 61, 64, 107, 64, 64, 67, 104, 67, 67, 70, 101, 70, 70, 73, 98, 73, 73, 76, 95, 76, 76, 79, 92, 79, 79, 82, 89, 82, 82, 85, 86, 85, 85, 88, 83, 88, 88, 91, 80, 91, 91, 94, 77, 94, 94, 97, 74, 97, 97, 100, 71, 100, 100, 103, 68, 103, 103, 106, 65, 106, 106, 109, 62, 109, 109, 112, 59, 112, 112, 115, 56, 115, 115, 118, 53, 118, 118, 121, 50, 121, 121, 124, 45, 124, 124, 127, 48, 127, 127, 130, 47, 130, 130, 133, 47, 133, 133, 136, 44, 136, 136, 139, 38, 139, 139, 142, 38, 142, 142, 145, 283, 145, 145, 148, 27, 148, 148, 151, 27, 151, 151, 154, 13, 154, 154, 157, 283, 157, 157, 160, 283, 160, 160, 163, 283, 163, 163, 166, 283, 166, 166, 169, 283, 169, 169, 172, 283, 172, 172, 175, 283, 175, 175, 178, 283, 178, 178, 181, 283, 181, 181, 184, 283, 184, 184, 187, 283, 187, 187, 190, 283, 190, 190, 193, 283, 193, 193, 196, 283, 196, 196, 199, 283, 199, 199, 202, 283, 202, 202, 205, 283, 205, 205, 208, 283, 208, 208, 211, 283, 211, 211, 214, 283, 214, 214, 217, 283, 217, 217, 220, 283, 220, 220, 223, 283, 223, 223, 226, 283, 226, 226, 229, 283, 229, 229, 232, 283, 232, 232, 235, 283, 235, 235, 238, 283, 238, 238, 241, 283, 241, 241, 244, 283, 244, 244, 247, 283, 247, 247, 250, 283, 250, 250, 253, 283, 253, 253, 256, 283, 256, 256, 259, 283, 259, 259, 262, 283, 262, 262, 265, 283, 265, 265, 268, 283, 268, 268, 271, 283, 271, 271, 274, 283, 274, 274, 277, 283, 277, 277, 280, 283, 280, 280, 11, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283 } ; static yyconst flex_int16_t yy_chk[949] = { 0, 0, 2, 5, 5, 6, 6, 25, 25, 32, 447, 19, 21, 21, 33, 2, 3, 32, 19, 34, 36, 36, 33, 445, 32, 443, 34, 3, 441, 33, 40, 40, 45, 3, 3, 3, 3, 4, 42, 42, 45, 439, 437, 435, 433, 431, 429, 45, 4, 427, 425, 423, 421, 419, 4, 4, 4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 15, 15, 15, 15, 46, 50, 51, 53, 54, 56, 57, 417, 46, 50, 51, 53, 54, 56, 57, 46, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 65, 66, 68, 415, 59, 60, 62, 63, 65, 66, 68, 59, 60, 62, 63, 65, 66, 68, 69, 71, 72, 74, 75, 77, 78, 413, 69, 71, 72, 74, 75, 77, 78, 69, 71, 72, 74, 75, 77, 78, 80, 81, 83, 84, 86, 87, 89, 411, 80, 81, 83, 84, 86, 87, 89, 80, 81, 83, 84, 86, 87, 89, 90, 92, 93, 95, 96, 98, 99, 409, 90, 92, 93, 95, 96, 98, 99, 90, 92, 93, 95, 96, 98, 99, 101, 102, 104, 105, 107, 108, 110, 407, 101, 102, 104, 105, 107, 108, 110, 101, 102, 104, 105, 107, 108, 110, 111, 113, 114, 116, 117, 119, 120, 405, 111, 113, 114, 116, 117, 119, 120, 111, 113, 114, 116, 117, 119, 120, 122, 123, 125, 126, 128, 129, 131, 403, 122, 123, 125, 126, 128, 129, 131, 122, 123, 125, 126, 128, 129, 131, 132, 134, 135, 137, 138, 140, 141, 401, 132, 134, 135, 137, 138, 140, 141, 132, 134, 135, 137, 138, 140, 141, 143, 144, 146, 147, 149, 150, 152, 399, 143, 144, 146, 147, 149, 150, 152, 143, 144, 146, 147, 149, 150, 152, 153, 155, 156, 158, 159, 161, 162, 397, 153, 155, 156, 158, 159, 161, 162, 153, 155, 156, 158, 159, 161, 162, 164, 165, 167, 168, 170, 171, 173, 395, 164, 165, 167, 168, 170, 171, 173, 164, 165, 167, 168, 170, 171, 173, 174, 176, 177, 179, 180, 182, 183, 393, 174, 176, 177, 179, 180, 182, 183, 174, 176, 177, 179, 180, 182, 183, 185, 186, 188, 189, 191, 192, 194, 391, 185, 186, 188, 189, 191, 192, 194, 185, 186, 188, 189, 191, 192, 194, 195, 197, 198, 200, 201, 203, 204, 389, 195, 197, 198, 200, 201, 203, 204, 195, 197, 198, 200, 201, 203, 204, 206, 207, 209, 210, 212, 213, 215, 387, 206, 207, 209, 210, 212, 213, 215, 206, 207, 209, 210, 212, 213, 215, 216, 218, 219, 221, 222, 224, 225, 385, 216, 218, 219, 221, 222, 224, 225, 216, 218, 219, 221, 222, 224, 225, 227, 228, 230, 231, 233, 234, 236, 383, 227, 228, 230, 231, 233, 234, 236, 227, 228, 230, 231, 233, 234, 236, 237, 239, 240, 242, 243, 245, 246, 381, 237, 239, 240, 242, 243, 245, 246, 237, 239, 240, 242, 243, 245, 246, 248, 249, 251, 252, 254, 255, 257, 379, 248, 249, 251, 252, 254, 255, 257, 248, 249, 251, 252, 254, 255, 257, 258, 260, 261, 263, 264, 266, 267, 377, 258, 260, 261, 263, 264, 266, 267, 258, 260, 261, 263, 264, 266, 267, 269, 270, 272, 273, 275, 276, 278, 375, 269, 270, 272, 273, 275, 276, 278, 269, 270, 272, 273, 275, 276, 278, 279, 373, 371, 369, 367, 365, 363, 361, 279, 359, 357, 355, 353, 351, 349, 279, 284, 284, 284, 284, 285, 285, 285, 285, 286, 286, 286, 286, 287, 287, 287, 287, 288, 347, 345, 288, 289, 289, 289, 289, 290, 343, 290, 290, 292, 341, 292, 292, 294, 339, 294, 294, 296, 337, 296, 296, 298, 335, 298, 298, 300, 333, 300, 300, 302, 331, 302, 302, 304, 329, 304, 304, 306, 327, 306, 306, 308, 325, 308, 308, 310, 323, 310, 310, 312, 321, 312, 312, 314, 319, 314, 314, 316, 317, 316, 316, 318, 315, 318, 318, 320, 313, 320, 320, 322, 311, 322, 322, 324, 309, 324, 324, 326, 307, 326, 326, 328, 305, 328, 328, 330, 303, 330, 330, 332, 301, 332, 332, 334, 299, 334, 334, 336, 297, 336, 336, 338, 295, 338, 338, 340, 293, 340, 340, 342, 291, 342, 342, 344, 38, 344, 344, 346, 37, 346, 346, 348, 35, 348, 348, 350, 29, 350, 350, 352, 22, 352, 352, 354, 20, 354, 354, 356, 11, 356, 356, 358, 8, 358, 358, 360, 7, 360, 360, 362, 1, 362, 362, 364, 0, 364, 364, 366, 0, 366, 366, 368, 0, 368, 368, 370, 0, 370, 370, 372, 0, 372, 372, 374, 0, 374, 374, 376, 0, 376, 376, 378, 0, 378, 378, 380, 0, 380, 380, 382, 0, 382, 382, 384, 0, 384, 384, 386, 0, 386, 386, 388, 0, 388, 388, 390, 0, 390, 390, 392, 0, 392, 392, 394, 0, 394, 394, 396, 0, 396, 396, 398, 0, 398, 398, 400, 0, 400, 400, 402, 0, 402, 402, 404, 0, 404, 404, 406, 0, 406, 406, 408, 0, 408, 408, 410, 0, 410, 410, 412, 0, 412, 412, 414, 0, 414, 414, 416, 0, 416, 416, 418, 0, 418, 418, 420, 0, 420, 420, 422, 0, 422, 422, 424, 0, 424, 424, 426, 0, 426, 426, 428, 0, 428, 428, 430, 0, 430, 430, 432, 0, 432, 432, 434, 0, 434, 434, 436, 0, 436, 436, 438, 0, 438, 438, 440, 0, 440, 440, 442, 0, 442, 442, 444, 0, 444, 444, 446, 0, 446, 446, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int nbrf_flex_debug; int nbrf_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *nbrftext; #line 1 "sequence/nbrfl.l" /* nbrfl.l - NBRF sequence lexer */ #line 4 "sequence/nbrfl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/nbrfy.h" #define YY_NO_INPUT 1 #line 828 "sequence/nbrfl.c" #define INITIAL 0 #define HTAG 1 #define HNAM 2 #define DESC 3 #define SEQS 4 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int nbrflex_destroy (void ); int nbrfget_debug (void ); void nbrfset_debug (int debug_flag ); YY_EXTRA_TYPE nbrfget_extra (void ); void nbrfset_extra (YY_EXTRA_TYPE user_defined ); FILE *nbrfget_in (void ); void nbrfset_in (FILE * _in_str ); FILE *nbrfget_out (void ); void nbrfset_out (FILE * _out_str ); int nbrfget_leng (void ); char *nbrfget_text (void ); int nbrfget_lineno (void ); void nbrfset_lineno (int _line_number ); YYSTYPE * nbrfget_lval (void ); void nbrfset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int nbrfwrap (void ); #else extern int nbrfwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( nbrftext, nbrfleng, 1, nbrfout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( nbrfin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( nbrfin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, nbrfin))==0 && ferror(nbrfin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(nbrfin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int nbrflex \ (YYSTYPE * yylval_param ); #define YY_DECL int nbrflex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after nbrftext and nbrfleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( nbrfleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (nbrftext[nbrfleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 46 "sequence/nbrfl.l" #line 1030 "sequence/nbrfl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! nbrfin ) nbrfin = stdin; if ( ! nbrfout ) nbrfout = stdout; if ( ! YY_CURRENT_BUFFER ) { nbrfensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = nbrf_create_buffer(nbrfin,YY_BUF_SIZE ); } nbrf_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of nbrftext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 284 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 283 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 48 "sequence/nbrfl.l" ; /* Empty lines ignored */ YY_BREAK case 2: *yy_cp = (yy_hold_char); /* undo effects of setting up nbrftext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up nbrftext again */ YY_RULE_SETUP #line 50 "sequence/nbrfl.l" { BEGIN HTAG; return SUP; } YY_BREAK case 3: *yy_cp = (yy_hold_char); /* undo effects of setting up nbrftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nbrftext again */ YY_RULE_SETUP #line 51 "sequence/nbrfl.l" { return TAG; } YY_BREAK case 4: YY_RULE_SETUP #line 52 "sequence/nbrfl.l" { BEGIN HNAM; return SEM; } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 53 "sequence/nbrfl.l" { return ERR; } YY_BREAK case 6: YY_RULE_SETUP #line 54 "sequence/nbrfl.l" { return ERR; } YY_BREAK case 7: *yy_cp = (yy_hold_char); /* undo effects of setting up nbrftext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up nbrftext again */ YY_RULE_SETUP #line 56 "sequence/nbrfl.l" ; /* Leading spaces ignored */ YY_BREAK case 8: YY_RULE_SETUP #line 57 "sequence/nbrfl.l" { yylval->str = strdup(nbrftext); return NAM; } YY_BREAK case 9: /* rule 9 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nbrftext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up nbrftext again */ YY_RULE_SETUP #line 58 "sequence/nbrfl.l" ; /* Trailing spaces ignored */ YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 59 "sequence/nbrfl.l" { BEGIN DESC; return EOL; } YY_BREAK case 11: YY_RULE_SETUP #line 60 "sequence/nbrfl.l" { return ERR; } YY_BREAK case 12: YY_RULE_SETUP #line 62 "sequence/nbrfl.l" { yylval->str = strdup(nbrftext); return TXT; } YY_BREAK case 13: /* rule 13 can match eol */ YY_RULE_SETUP #line 63 "sequence/nbrfl.l" { BEGIN SEQS; return EOL; } YY_BREAK case 14: YY_RULE_SETUP #line 65 "sequence/nbrfl.l" { yylval->str = strdup(nbrftext); return BAS; } YY_BREAK case 15: YY_RULE_SETUP #line 66 "sequence/nbrfl.l" ; /* Punctuation ignored */ YY_BREAK case 16: YY_RULE_SETUP #line 67 "sequence/nbrfl.l" ; /* Spaces ignored */ YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 68 "sequence/nbrfl.l" ; /* Newlines ignored */ YY_BREAK case 18: /* rule 18 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up nbrftext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up nbrftext again */ YY_RULE_SETUP #line 69 "sequence/nbrfl.l" { BEGIN INITIAL; return END; } YY_BREAK case YY_STATE_EOF(SEQS): #line 70 "sequence/nbrfl.l" { BEGIN INITIAL; return END; } YY_BREAK case 19: YY_RULE_SETUP #line 71 "sequence/nbrfl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HTAG): case YY_STATE_EOF(HNAM): case YY_STATE_EOF(DESC): #line 73 "sequence/nbrfl.l" { return NUL; } YY_BREAK case 20: /* rule 20 can match eol */ YY_RULE_SETUP #line 74 "sequence/nbrfl.l" { return ERR; } YY_BREAK case 21: YY_RULE_SETUP #line 75 "sequence/nbrfl.l" { return ERR; } YY_BREAK case 22: YY_RULE_SETUP #line 77 "sequence/nbrfl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1256 "sequence/nbrfl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed nbrfin at a new source and called * nbrflex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = nbrfin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( nbrfwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * nbrftext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of nbrflex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ nbrfrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; nbrfrestart(nbrfin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) nbrfrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 284 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 284 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 283); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ nbrfrestart(nbrfin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( nbrfwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve nbrftext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void nbrfrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ nbrfensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = nbrf_create_buffer(nbrfin,YY_BUF_SIZE ); } nbrf_init_buffer(YY_CURRENT_BUFFER,input_file ); nbrf_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void nbrf_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * nbrfpop_buffer_state(); * nbrfpush_buffer_state(new_buffer); */ nbrfensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; nbrf_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (nbrfwrap()) processing, but the only time this flag * is looked at is after nbrfwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void nbrf_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; nbrfin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE nbrf_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) nbrfalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in nbrf_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) nbrfalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in nbrf_create_buffer()" ); b->yy_is_our_buffer = 1; nbrf_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with nbrf_create_buffer() * */ void nbrf_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) nbrffree((void *) b->yy_ch_buf ); nbrffree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a nbrfrestart() or at EOF. */ static void nbrf_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; nbrf_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then nbrf_init_buffer was _probably_ * called from nbrfrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void nbrf_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) nbrf_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void nbrfpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; nbrfensure_buffer_stack(); /* This block is copied from nbrf_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from nbrf_switch_to_buffer. */ nbrf_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void nbrfpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; nbrf_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { nbrf_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void nbrfensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)nbrfalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in nbrfensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)nbrfrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in nbrfensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE nbrf_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) nbrfalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in nbrf_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; nbrf_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to nbrflex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * nbrf_scan_bytes() instead. */ YY_BUFFER_STATE nbrf_scan_string (yyconst char * yystr ) { return nbrf_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to nbrflex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE nbrf_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) nbrfalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in nbrf_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = nbrf_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in nbrf_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up nbrftext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ nbrftext[nbrfleng] = (yy_hold_char); \ (yy_c_buf_p) = nbrftext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ nbrfleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int nbrfget_lineno (void) { return nbrflineno; } /** Get the input stream. * */ FILE *nbrfget_in (void) { return nbrfin; } /** Get the output stream. * */ FILE *nbrfget_out (void) { return nbrfout; } /** Get the length of the current token. * */ int nbrfget_leng (void) { return nbrfleng; } /** Get the current token. * */ char *nbrfget_text (void) { return nbrftext; } /** Set the current line number. * @param _line_number * */ void nbrfset_lineno (int _line_number ) { nbrflineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see nbrf_switch_to_buffer */ void nbrfset_in (FILE * _in_str ) { nbrfin = _in_str ; } void nbrfset_out (FILE * _out_str ) { nbrfout = _out_str ; } int nbrfget_debug (void) { return nbrf_flex_debug; } void nbrfset_debug (int _bdebug ) { nbrf_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from nbrflex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT nbrfin = stdin; nbrfout = stdout; #else nbrfin = (FILE *) 0; nbrfout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * nbrflex_init() */ return 0; } /* nbrflex_destroy is for both reentrant and non-reentrant scanners. */ int nbrflex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ nbrf_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; nbrfpop_buffer_state(); } /* Destroy the stack itself. */ nbrffree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * nbrflex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *nbrfalloc (yy_size_t size ) { return (void *) malloc( size ); } void *nbrfrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void nbrffree (void * ptr ) { free( (char *) ptr ); /* see nbrfrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 77 "sequence/nbrfl.l" squizz-0.99b+dfsg.orig/lib/sequence/genbankl.l0000644000175000017500000002124612075270541021302 0ustar osallouosallou/* genbankl.l - GENBANK sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/genbanky.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HDTAG %x LOTAG DETAG DATAG ACTAG VETAG PJTAG LNTAG DBTAG KETAG SETAG SOTAG OGTAG %x RETAG RATAG RCTAG RTTAG RJTAG RMTAG RPTAG RRTAG COTAG PRTAG FETAG BCTAG %x WETAG PITAG LETAG ORTAG %x WGSTAG SCATAG CONTAG SEQTAG ENDTAG %x LOTA2 VETA2 KETA2 alp [[:alpha:]] aln [[:alnum:]] dig [[:digit:]] dot "." eol "\n" min "-" que "?" sem ";" sla "/" spc " " sta "*" und "_" txt .{1,80} num {dig}+({dot}{dig}+)? gbtag GB{alp}{3}{dig}*{dot}SEQ gptag (gp{alp}{3}{dig}*|gpeptnew|nc{dig}{4})({dot}seq)? dbtag ({gbtag}|{gptag}) lonam [^ \n]{1,68} acnum [^ \n]{1,68} kword [^.; \n][^;\n]{0,79} gap ({dot}|{min}|{que}) seqbas ({alp}|{gap}|{sta}){1,10} %% ^{eol} ; /* Empty lines ignored */ ^{spc}+{eol} ; /* Empty lines ignored */ ^TITLE.*{eol} ; /* Ignore TITLE from unknown source */ ^{spc}?{dbtag} { BEGIN HDTAG; } /* Ignore file header */ {txt} ; {eol}/LOCUS { BEGIN INITIAL; } {eol} ; ^LOCUS{spc}{7} { BEGIN LOTAG; return LO; } {lonam} { yylval->str = strdup(yytext); return LONAM; } {spc}+ { BEGIN LOTA2; return SPC; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DEFINITION{spc}{2} { BEGIN DETAG; return DE; } ^{spc}{12}/{txt}{dot}{eol}[^ ] { return NXT; } ^{spc}{12}/{txt}{eol}{spc} { return NXT; } {dot}/{eol} { return TER; } {txt} { yylval->str = strdup(yytext); return DETXT; } {txt}/{dot}{eol}[^ ] { yylval->str = strdup(yytext); return DETXT; } {txt}/{eol}{spc} { yylval->str = strdup(yytext); return DETXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^DATE{spc}{8} { BEGIN DATAG; return DA; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^ACCESSION{spc}{3} { BEGIN ACTAG; return AC; } ^{spc}{12}/{acnum} { return NXT; } {acnum} { yylval->str = strdup(yytext); return ACNUM; } {spc}+ { return SEP; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } {spc}REGION.*/{eol} ; /* Ignore region values, unknown source ... */ . { return ERR; } ^VERSION{spc}{5} { BEGIN VETAG; return VE; } {dot} { return SEP; } {dig}+ { yylval->num = atoi(yytext); return VENUM; } {spc}{2} { BEGIN VETA2; return SPC; } {acnum} { return ACNUM; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } {dig}+ { yylval->num = atoi(yytext); return GINUM; } GI: { return GI; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^PROJECT{spc}{5} { BEGIN PJTAG; return PJ; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DBLINK{spc}{6} { BEGIN LNTAG; return LN; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^DBSOURCE{spc}{4} { BEGIN DBTAG; return DB; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^KEYWORDS{spc}{4} { BEGIN KETAG; return KE; } ^{spc}{12} { return NXT; } {sem}{spc} { return SEP; } {sem}/{eol} { return TER2; } {dot}/{eol}[^ ] { return TER; } {kword}/{sem}{spc} { yylval->str = strdup(yytext); return KEWRD; } {kword}/{sem}{eol} { yylval->str = strdup(yytext); return KEWRD; } {kword}/{dot}{eol}[^ ] { yylval->str = strdup(yytext); return KEWRD; } {kword}/{eol} { yylval->str = strdup(yytext); return KEWR2; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^SEGMENT{spc}{5} { BEGIN SETAG; return SE; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^SOURCE{spc}{6} { BEGIN SOTAG; return SO; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{0,2}ORGANISM{spc}{2,4} { BEGIN OGTAG; return OG; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^REFERENCE{spc}{3} { BEGIN RETAG; return RE; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}AUTHORS{spc}{3} { BEGIN RATAG; return RA; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}CONSRTM{spc}{3} { BEGIN RCTAG; return RC; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}TITLE{spc}{5} { BEGIN RTTAG; return RT; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}JOURNAL{spc}{3} { BEGIN RJTAG; return RJ; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}MEDLINE{spc}{3} { BEGIN RMTAG; return RM; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{3}PUBMED{spc}{3} { BEGIN RPTAG; return RP; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{2}REMARK{spc}{4} { BEGIN RRTAG; return RR; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^COMMENT{spc}{5} { BEGIN COTAG; return CO; } ^{spc}{12}/{eol} { return NXT; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}+/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^PRIMARY{spc}{5} { BEGIN PRTAG; return PR; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^FEATURES{spc}{4} { BEGIN FETAG; return FE; } ^{spc}{5}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{5} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^BASE{spc}COUNT{spc}{2} { BEGIN BCTAG; return BC; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^WEIGHT{spc}{6} { BEGIN WETAG; return WE; } {num} { return NUM; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^PI{spc}{10} { BEGIN PITAG; return PI; } {num} { return NUM; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^LENGTH{spc}{6} { BEGIN LETAG; return LE; } {dig}+ { return INT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^ORIGIN{spc}{6} { BEGIN ORTAG; return OR; } ^ORIGIN { BEGIN ORTAG; return OR; } {txt} { return TXT; } {eol} { BEGIN SEQTAG; return EOL; } {eol}/{eol} ; /* Ignore extra newlines */ ^{spc}{1,8}/{dig} { return SEQ; } {seqbas} { yylval->str = strdup(yytext); return SEQBAS; } {dig}+ { return INT; } {spc}+/{eol} ; /* Trailing space ignored */ {spc}{1,2} { return SPC; } {eol}/{spc} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^CONTIG{spc}{6} { BEGIN CONTAG; return CON; } ^{spc}{12}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{12} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^WGS{spc}{9} { BEGIN WGSTAG; return WGS; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^WGS_SCAFLD{spc}{2} { BEGIN SCATAG; return SCA; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{sla}{2} { BEGIN ENDTAG; return END; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/embll.c0000644000175000017500000153562212075265544020623 0ustar osallouosallou#line 2 "sequence/embll.c" #line 4 "sequence/embll.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer embl_create_buffer #define yy_delete_buffer embl_delete_buffer #define yy_flex_debug embl_flex_debug #define yy_init_buffer embl_init_buffer #define yy_flush_buffer embl_flush_buffer #define yy_load_buffer_state embl_load_buffer_state #define yy_switch_to_buffer embl_switch_to_buffer #define yyin emblin #define yyleng emblleng #define yylex embllex #define yylineno embllineno #define yyout emblout #define yyrestart emblrestart #define yytext embltext #define yywrap emblwrap #define yyalloc emblalloc #define yyrealloc emblrealloc #define yyfree emblfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE emblrestart(emblin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int emblleng; extern FILE *emblin, *emblout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up embltext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up embltext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via emblrestart()), so that the user can continue scanning by * just pointing emblin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when embltext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int emblleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow emblwrap()'s to do buffer switches * instead of setting up a fresh emblin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void emblrestart (FILE *input_file ); void embl_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE embl_create_buffer (FILE *file,int size ); void embl_delete_buffer (YY_BUFFER_STATE b ); void embl_flush_buffer (YY_BUFFER_STATE b ); void emblpush_buffer_state (YY_BUFFER_STATE new_buffer ); void emblpop_buffer_state (void ); static void emblensure_buffer_stack (void ); static void embl_load_buffer_state (void ); static void embl_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER embl_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE embl_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE embl_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE embl_scan_bytes (yyconst char *bytes,int len ); void *emblalloc (yy_size_t ); void *emblrealloc (void *,yy_size_t ); void emblfree (void * ); #define yy_new_buffer embl_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ emblensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ embl_create_buffer(emblin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ emblensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ embl_create_buffer(emblin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define emblwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *emblin = (FILE *) 0, *emblout = (FILE *) 0; typedef int yy_state_type; extern int embllineno; int embllineno = 1; extern char *embltext; #define yytext_ptr embltext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up embltext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ emblleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 147 #define YY_END_OF_BUFFER 148 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[2379] = { 0, 148, 146, 147, 145, 147, 1, 145, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 146, 147, 7, 9, 147, 8, 147, 9, 147, 13, 17, 147, 16, 147, 17, 147, 17, 147, 23, 147, 22, 147, 23, 147, 20, 23, 147, 21, 23, 147, 29, 147, 28, 147, 29, 147, 29, 147, 31, 147, 32, 147, 34, 147, 35, 147, 46, 147, 45, 147, 46, 147, 46, 147, 46, 147, 48, 147, 49, 147, 60, 147, 59, 147, 60, 147, 60, 147, 62, 147, 63, 147, 69, 147, 68, 147, 67, 69, 147, 65, 69, 147, 66, 69, 147, 71, 147, 72, 147, 79, 147, 78, 147, 75, 79, 147, 74, 79, 147, 77, 79, 147, 84, 147, 83, 147, 84, 147, 84, 147, 84, 147, 84, 147, 84, 147, 90, 147, 91, 147, 96, 98, 147, 97, 147, 98, 147, 98, 147, 147, 102, 147, 100, 147, 147, 109, 147, 110, 147, 112, 147, 113, 147, 115, 147, 116, 147, 118, 147, 119, 147, 121, 147, 122, 147, 124, 147, 125, 147, 127, 147, 128, 147, 130, 147, 131, 147, 133, 147, 134, 147, 141, 147, 140, 147, 139, 141, 147, 136, 141, 147, 137, 141, 147, 144, 147, 143, 147, 10, 147, 11, 147, 88, 147, 87, 147, 88, 147, 106, 147, 107, 147, 106, 147, 106, 147, 1, 142, 120, 7, 13, 15, 14, 21, 27, 26, 31, 34, 39, 38, 37, 48, 53, 52, 51, 62, 67, 71, 76, 75, 77, 81, 90, 96, 94, 93, 95, 101, 109, 112, 115, 118, 121, 124, 127, 130, 133, 138, 136, 137, 10, 86, 106, 106, 106, 106, 2, 7, 13, 19, 21, 31, 34, 43, 42, 41, 48, 57, 55, 54, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 85, 106, 106, 106, 104, 106, 7, 13, 19, 21, 31, 34, 40, 44, 48, 58, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 105, 106, 135, 12, 114, 117, 126, 129, 33, 111, 30, 120, 123, 6, 36, 50, 61, 47, 24, 92, 70, 89, 108, 64, 73, 99, 80, 132, 18, 7, 13, 19, 21, 31, 34, 48, 56, 62, 71, 82, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 16487, 4, 5, 3, 7, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 106, 7, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 8295, 106, 106, 7, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 106, 106, 8295, 105, 7, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 106, 106, 7, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 136, 10, 106, 106, 106, 106, 106, 106, 7, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 7, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 7, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 25, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 13, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 19, 21, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 31, 34, 48, 62, 71, 90, 96, 109, 112, 115, 118, 121, 124, 127, 130, 133, 10, 106, 106, 106, 106, 106, 106, 43, 44 } ; static yyconst flex_int16_t yy_accept[3482] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4, 6, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 40, 42, 44, 47, 49, 51, 53, 55, 57, 59, 62, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 114, 117, 120, 122, 124, 126, 128, 131, 134, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 158, 160, 162, 164, 165, 167, 169, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 213, 216, 219, 221, 223, 225, 227, 229, 231, 233, 235, 237, 239, 241, 242, 242, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 245, 246, 247, 248, 248, 248, 249, 250, 251, 251, 252, 253, 253, 253, 253, 253, 254, 254, 255, 256, 257, 257, 257, 257, 258, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 267, 267, 267, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 282, 283, 284, 285, 286, 286, 286, 287, 288, 289, 290, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 292, 293, 294, 294, 294, 295, 296, 296, 297, 298, 298, 298, 298, 299, 299, 299, 300, 301, 302, 302, 302, 303, 303, 304, 305, 306, 307, 307, 307, 307, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 320, 320, 321, 322, 323, 324, 325, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 326, 327, 328, 328, 328, 329, 330, 330, 331, 332, 332, 332, 332, 333, 334, 334, 334, 335, 335, 335, 335, 335, 336, 337, 338, 338, 338, 338, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 351, 351, 352, 353, 354, 355, 356, 357, 358, 358, 359, 360, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 382, 383, 384, 385, 385, 385, 386, 387, 387, 388, 389, 389, 389, 389, 389, 389, 389, 390, 390, 390, 390, 391, 392, 393, 393, 394, 394, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 407, 407, 408, 409, 410, 412, 412, 412, 413, 413, 414, 414, 415, 416, 417, 417, 417, 418, 419, 419, 420, 421, 421, 421, 421, 421, 421, 421, 422, 422, 422, 422, 423, 424, 424, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 437, 437, 438, 439, 440, 441, 442, 443, 444, 444, 444, 445, 446, 446, 447, 448, 448, 448, 448, 448, 448, 448, 449, 449, 449, 449, 450, 451, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 464, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 473, 473, 474, 475, 475, 476, 477, 477, 477, 477, 477, 477, 477, 478, 478, 478, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 493, 493, 494, 495, 496, 497, 498, 499, 501, 502, 503, 503, 503, 504, 505, 506, 507, 508, 508, 508, 508, 508, 508, 508, 509, 509, 509, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 524, 524, 525, 526, 527, 528, 529, 530, 531, 532, 532, 532, 533, 534, 535, 536, 537, 537, 537, 537, 537, 537, 537, 538, 538, 538, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 553, 553, 554, 555, 556, 557, 558, 559, 560, 561, 561, 561, 562, 563, 564, 565, 566, 566, 566, 566, 566, 566, 566, 567, 567, 567, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 581, 581, 582, 583, 584, 585, 586, 587, 588, 589, 589, 589, 590, 591, 592, 593, 594, 594, 594, 594, 594, 594, 594, 595, 595, 595, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 609, 609, 610, 611, 612, 613, 614, 615, 616, 617, 617, 617, 618, 619, 620, 621, 622, 622, 622, 622, 622, 622, 622, 623, 623, 623, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 637, 637, 638, 639, 640, 641, 642, 643, 644, 644, 644, 645, 646, 647, 648, 649, 649, 649, 649, 649, 649, 649, 650, 650, 650, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 664, 664, 665, 666, 667, 668, 669, 670, 671, 671, 671, 672, 673, 674, 675, 676, 676, 676, 676, 676, 676, 676, 677, 677, 677, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 691, 691, 692, 693, 694, 695, 696, 697, 698, 698, 698, 699, 700, 701, 702, 703, 703, 703, 703, 703, 703, 703, 704, 704, 704, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 718, 718, 719, 720, 721, 722, 723, 724, 725, 725, 725, 726, 727, 728, 729, 730, 730, 730, 730, 730, 730, 730, 731, 731, 731, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 745, 745, 746, 747, 748, 749, 750, 751, 752, 752, 752, 753, 754, 755, 756, 757, 757, 757, 757, 757, 757, 757, 758, 758, 758, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 772, 772, 773, 774, 775, 776, 777, 778, 779, 779, 779, 780, 781, 782, 783, 783, 783, 783, 783, 783, 783, 784, 784, 784, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 798, 798, 799, 800, 801, 802, 803, 804, 805, 805, 805, 806, 807, 808, 809, 809, 809, 809, 809, 809, 809, 810, 810, 810, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 824, 824, 825, 826, 827, 828, 829, 830, 831, 831, 831, 832, 833, 834, 835, 835, 835, 835, 835, 835, 835, 836, 836, 836, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 850, 850, 851, 852, 853, 854, 855, 856, 857, 857, 857, 858, 859, 860, 861, 861, 861, 861, 861, 861, 861, 862, 862, 862, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 876, 876, 877, 878, 879, 880, 881, 882, 883, 883, 883, 884, 885, 886, 887, 887, 887, 887, 887, 887, 887, 888, 888, 888, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 902, 902, 903, 904, 905, 906, 907, 908, 909, 909, 909, 910, 911, 912, 913, 913, 913, 913, 913, 913, 913, 914, 914, 914, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 928, 928, 929, 930, 931, 932, 933, 934, 935, 935, 935, 936, 937, 938, 939, 939, 939, 939, 939, 939, 939, 940, 940, 940, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 954, 954, 955, 956, 957, 958, 959, 960, 961, 961, 961, 962, 963, 964, 965, 965, 965, 965, 965, 965, 965, 966, 966, 966, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 980, 980, 981, 982, 983, 984, 985, 986, 987, 987, 987, 988, 989, 990, 991, 991, 991, 991, 991, 991, 991, 992, 992, 992, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1006, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1013, 1013, 1014, 1015, 1016, 1017, 1017, 1017, 1017, 1017, 1017, 1017, 1018, 1018, 1018, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1032, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1039, 1039, 1040, 1041, 1042, 1043, 1043, 1043, 1043, 1043, 1043, 1043, 1044, 1044, 1044, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1058, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1065, 1065, 1066, 1067, 1068, 1069, 1069, 1069, 1069, 1069, 1069, 1069, 1070, 1070, 1070, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1084, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1091, 1091, 1092, 1093, 1094, 1095, 1095, 1095, 1095, 1095, 1095, 1095, 1096, 1096, 1096, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1110, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1117, 1117, 1118, 1119, 1120, 1121, 1121, 1121, 1121, 1121, 1121, 1121, 1122, 1122, 1122, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1136, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1143, 1143, 1144, 1145, 1146, 1147, 1147, 1147, 1147, 1147, 1147, 1147, 1148, 1148, 1148, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1162, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1169, 1169, 1170, 1171, 1172, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1174, 1174, 1174, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1188, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1195, 1195, 1196, 1197, 1198, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1200, 1200, 1200, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1214, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1221, 1221, 1222, 1223, 1224, 1225, 1225, 1225, 1225, 1225, 1225, 1225, 1226, 1226, 1226, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1240, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1247, 1247, 1248, 1249, 1250, 1251, 1251, 1251, 1251, 1251, 1251, 1251, 1252, 1252, 1252, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1266, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1273, 1273, 1274, 1275, 1276, 1277, 1277, 1277, 1277, 1277, 1277, 1277, 1278, 1278, 1278, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1292, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1299, 1299, 1300, 1301, 1302, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1304, 1304, 1304, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1318, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1325, 1325, 1326, 1327, 1328, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1330, 1330, 1330, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1344, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1351, 1351, 1352, 1353, 1354, 1355, 1355, 1355, 1355, 1355, 1355, 1355, 1356, 1356, 1356, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1370, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1377, 1377, 1378, 1379, 1380, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1382, 1382, 1382, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1396, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1403, 1403, 1404, 1405, 1406, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1408, 1408, 1408, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1422, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1429, 1429, 1430, 1431, 1432, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1434, 1434, 1434, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1448, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1455, 1455, 1456, 1457, 1458, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1460, 1460, 1460, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1474, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1481, 1481, 1482, 1483, 1484, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1486, 1486, 1486, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1500, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1507, 1507, 1508, 1509, 1510, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1512, 1512, 1512, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1526, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1533, 1533, 1534, 1535, 1536, 1537, 1537, 1537, 1537, 1537, 1537, 1537, 1538, 1538, 1538, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1552, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1559, 1559, 1560, 1561, 1562, 1563, 1563, 1563, 1563, 1563, 1563, 1563, 1564, 1564, 1564, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1578, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1585, 1585, 1586, 1587, 1588, 1589, 1589, 1589, 1589, 1589, 1589, 1589, 1590, 1590, 1590, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1604, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1611, 1611, 1612, 1613, 1614, 1615, 1615, 1615, 1615, 1615, 1615, 1615, 1616, 1616, 1616, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1630, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1637, 1637, 1638, 1639, 1640, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1642, 1642, 1642, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1656, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1663, 1663, 1664, 1665, 1666, 1667, 1667, 1667, 1667, 1667, 1667, 1667, 1668, 1668, 1668, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1682, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1689, 1689, 1690, 1691, 1692, 1693, 1693, 1693, 1693, 1693, 1693, 1693, 1694, 1694, 1694, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1708, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1715, 1715, 1716, 1717, 1718, 1719, 1719, 1719, 1719, 1719, 1719, 1719, 1720, 1720, 1720, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1734, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1741, 1741, 1742, 1743, 1744, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1746, 1746, 1746, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1760, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1767, 1767, 1768, 1769, 1770, 1771, 1771, 1771, 1771, 1771, 1771, 1771, 1772, 1772, 1772, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1786, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1793, 1793, 1794, 1795, 1796, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1798, 1798, 1798, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1812, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1819, 1819, 1820, 1821, 1822, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1824, 1824, 1824, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1838, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1845, 1845, 1846, 1847, 1848, 1849, 1849, 1849, 1849, 1849, 1849, 1849, 1850, 1850, 1850, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1864, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1871, 1871, 1872, 1873, 1874, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1876, 1876, 1876, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1890, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1897, 1897, 1898, 1899, 1900, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1902, 1902, 1902, 1902, 1903, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1916, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1923, 1923, 1924, 1925, 1926, 1927, 1927, 1927, 1927, 1927, 1927, 1927, 1928, 1928, 1928, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1942, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1949, 1949, 1950, 1951, 1952, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1954, 1954, 1954, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1968, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1975, 1975, 1976, 1977, 1978, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1980, 1980, 1980, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1994, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2001, 2001, 2002, 2003, 2004, 2005, 2005, 2005, 2005, 2005, 2005, 2005, 2006, 2006, 2006, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2020, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2027, 2027, 2028, 2029, 2030, 2031, 2031, 2031, 2031, 2031, 2031, 2031, 2032, 2032, 2032, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2046, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2053, 2053, 2054, 2055, 2056, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2058, 2058, 2058, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2072, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2079, 2079, 2080, 2081, 2082, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2084, 2084, 2084, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2098, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2105, 2105, 2106, 2107, 2108, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2110, 2110, 2110, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2124, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2131, 2131, 2132, 2133, 2134, 2135, 2135, 2135, 2135, 2135, 2135, 2135, 2136, 2136, 2136, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2150, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2157, 2157, 2158, 2159, 2160, 2161, 2161, 2161, 2161, 2161, 2161, 2161, 2162, 2162, 2162, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2176, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2183, 2183, 2184, 2185, 2186, 2187, 2187, 2187, 2187, 2187, 2187, 2187, 2188, 2188, 2188, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2202, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2209, 2209, 2210, 2211, 2212, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2214, 2214, 2214, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2228, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2235, 2235, 2236, 2237, 2238, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2240, 2240, 2240, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2254, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2260, 2261, 2262, 2263, 2264, 2264, 2264, 2264, 2264, 2264, 2264, 2265, 2265, 2265, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2279, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2288, 2288, 2288, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2302, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2311, 2311, 2311, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2325, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2334, 2334, 2334, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2348, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2356, 2356, 2356, 2356, 2356, 2356, 2357, 2357, 2357, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2371, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2377, 2378, 2379, 2379, 2379, 2379, 2379, 2379, 2379, 2379 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 1, 4, 1, 1, 1, 1, 1, 1, 1, 5, 1, 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 12, 1, 1, 1, 1, 1, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 22, 22, 37, 1, 38, 1, 1, 1, 22, 22, 39, 22, 40, 22, 22, 22, 22, 41, 22, 22, 22, 22, 42, 22, 22, 43, 22, 44, 22, 22, 22, 22, 22, 22, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[45] = { 0, 1, 2, 3, 1, 1, 4, 5, 1, 1, 6, 1, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 8, 8, 8, 8, 8, 8 } ; static yyconst flex_int16_t yy_base[5516] = { 0, 5158, 0, 5, 8, 22, 30, 35, 38, 27, 42, 5150, 5142, 5134, 5110, 49, 56, 5102, 5099, 54, 61, 5095, 5094, 65, 69, 5091, 5087, 70, 76, 72, 92, 5086, 5083, 87, 89, 107, 110, 5079, 5078, 5070, 5062, 5054, 5051, 5050, 5042, 5034, 5026, 5018, 5010, 5002, 4994, 4986, 4978, 4975, 4972, 122, 160, 4970, 4962, 4954, 4946, 4, 79, 88, 111, 4940,20413,20413,20413, 2, 4923, 120, 4879, 38, 112, 78, 4884, 4862, 124, 4863, 186, 116, 4856, 0,20413,20413, 0,20413,20413, 134, 4881, 20413,20413, 4877, 108,20413,20413, 144, 4841, 0,20413, 0,20413, 165,20413,20413, 172, 150, 0,20413, 14, 20413, 179, 154, 0,20413,20413,20413, 4871,20413,20413, 0,20413,20413,20413, 176,20413, 4867,20413,20413, 4873, 4849, 4833, 4835, 4816, 0,20413, 0,20413, 183, 4846, 20413,20413,20413, 4838, 0,20413, 0,20413, 0,20413, 0,20413, 0,20413, 0,20413, 0,20413, 0,20413, 0,20413,20413,20413, 173, 0, 4822,20413,20413, 0, 20413, 4816,20413, 186, 4812,20413, 188, 117,20413, 187, 20413, 4805, 4797, 4789, 4781, 4773, 4770, 4767, 4765, 4757, 4749, 4741, 4733, 4725, 4722, 4701, 4693, 4690, 4686, 4685, 4682, 4678, 4677, 4674, 4670, 4669, 4661, 4653, 4645, 4643, 0, 0,20413, 4642, 4628, 185, 194,20413,20413, 4586, 0, 0, 201, 4597, 213, 204, 4589, 215,20413, 4602, 0, 146, 226, 217,20413, 224,20413, 4594, 0, 4578, 0,20413,20413, 4570,20413, 4542, 4548, 4550, 4550, 0, 0,20413,20413,20413,20413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221,20413, 0, 4546, 0, 4540, 231,20413, 4536, 231, 238, 241, 244, 245, 4529, 4521, 4503, 4497, 4494, 4490, 4489, 4486, 4482, 4481, 4478, 4474, 4473, 4214, 4213, 4212, 4210, 4209, 4208, 4201, 4196, 4193, 4185, 4183, 4180, 4171, 4166,20413, 0, 0, 4154, 241, 4129, 244, 4089, 0, 0, 251, 253, 4088, 4093, 256, 258,20413,20413, 0, 229, 269, 4064, 267,20413,20413, 0, 0, 4063, 4065, 4046, 4020, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4030, 265,20413, 4027, 270, 274,20413, 280, 283, 4021, 3996, 3989, 3982, 3975, 3950, 3943, 3936, 3929, 3917, 3916, 3903, 3894, 3889, 3866, 3865, 3852, 3843, 3838, 3815, 3814, 3801, 3792, 3787, 3764, 3763, 3750, 3741, 3736, 0, 0, 3708, 279, 3707, 280, 3662, 0, 0, 289, 290, 292,20413, 3670, 297, 304, 0, 302, 315, 313, 3673,20413, 0, 0, 3650, 3661, 3630, 3625, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3629, 311, 3610, 291, 318,20413, 325, 328,20413, 3611,20413,20413, 3598,20413,20413,20413,20413,20413,20413,20413,20413,20413, 20413,20413,20413,20413,20413,20413,20413,20413,20413,20413, 20413,20413,20413, 3589,20413, 0, 0, 3578, 316, 3555, 324, 3523, 0, 0, 331, 333, 336, 338, 349, 347, 0, 346, 360, 358,20413, 0, 0, 3522,20413, 3514, 3519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3504, 345, 3507, 352, 363, 3494, 371, 3487,20413, 3482,20413, 3459,20413, 0, 0, 3452, 361, 3439, 367, 3394, 0, 0, 374, 376, 379, 381, 392, 390, 0, 389, 403, 401, 0, 0, 3409, 3393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3401, 388, 3392, 395, 406, 410, 414, 0, 0, 3379, 409, 3374, 412, 3348, 0, 0, 419, 421, 426, 428, 439, 437, 0, 436, 450, 448, 0, 0, 3345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3337, 435, 3332, 442, 453, 457,20413, 461, 462, 0, 0, 3323, 459, 3300, 460, 0, 0, 0, 469, 472, 470, 477, 484, 486, 0, 483, 497, 495, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3299, 500, 3290, 489, 502, 508, 509, 512,20413, 0, 0, 3277, 507, 3272, 510, 0, 0, 0, 517, 520, 522, 525, 533, 536, 0, 531, 544, 547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3249, 549, 3252, 538, 556, 559, 560, 563, 0, 0, 3235, 558, 3226, 561, 0, 0, 0, 568, 571, 573, 576, 584, 587, 0, 582, 595, 598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,20413, 0, 3221, 600, 3202, 589, 607, 610, 611, 614, 0, 0, 3197, 609, 3184, 612, 0, 0, 0, 619, 622, 624, 627, 635, 638, 0, 633, 646, 649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3175, 651, 3174, 640, 658, 661, 662, 665, 0, 0, 3147, 660, 3146, 663, 0, 0, 0, 670, 673, 675, 678, 686, 689, 0, 684, 697, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3133, 702, 3128, 691, 709, 712, 713, 716,20413, 0, 3119, 711, 3096, 714, 0, 0, 0, 721, 724, 726, 729, 737, 740, 0, 735, 748, 751, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3095, 753, 3086, 742, 760, 763, 764, 767, 0, 3073, 762, 3068, 765, 0, 0, 0, 772, 775, 777, 780, 788, 791, 0, 786, 799, 802, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3045, 804, 3048, 793, 811, 814, 815, 818, 0, 3031, 813, 3022, 816, 0, 0, 0, 823, 826, 828, 831, 839, 842, 0, 837, 850, 853, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3017, 855, 2998, 844, 862, 865, 866, 869, 0, 2993, 864, 2980, 867, 0, 0, 0, 874, 877, 879, 882, 890, 893, 0, 888, 901, 904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2971, 906, 2970, 895, 913, 916, 917, 920, 0, 2943, 915, 2942, 918, 0, 0, 0, 925, 928, 930, 933, 941, 944, 0, 939, 952, 955, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2929, 957, 2924, 946, 964, 967, 968, 971, 0, 2915, 966, 2892, 969,20413, 0, 0, 976, 979, 981, 984, 992, 995, 0, 990, 1003, 1006, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2891, 1008, 2882, 997, 1015, 1018, 1019, 1022, 0, 2869, 1017, 2864, 1020, 0, 0, 1027, 1030, 1032, 1035, 1043, 1046, 0, 1041, 1054, 1057, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2841, 1059, 2844, 1048, 1066, 1069, 1070, 1073, 0, 2827, 1068, 2818, 1071, 0, 0, 1078, 1081, 1083, 1086, 1094, 1097, 0, 1092, 1105, 1108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2813, 1110, 2794, 1099, 1117, 1120, 1121, 1124, 0, 2789, 1119, 2776, 1122, 0, 0, 1129, 1132, 1134, 1137, 1145, 1148, 0, 1143, 1156, 1159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2767, 1161, 2766, 1150, 1168, 1171, 1172, 1175, 0, 2739, 1170, 2738, 1173, 0, 0, 1180, 1183, 1185, 1188, 1196, 1199, 0, 1194, 1207, 1210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2725, 1212, 2720, 1201, 1219, 1222, 1223, 1226, 0, 2711, 1221, 2688, 1224, 0, 0, 1231, 1234, 1236, 1239, 1247, 1250, 0, 1245, 1258, 1261, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2687, 1263, 2678, 1252, 1270, 1273, 1274, 1277, 0, 2665, 1272, 2660, 1275, 0, 0, 1282, 1285, 1287, 1290, 1298, 1301, 0, 1296, 1309, 1312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2637, 1314, 2640, 1303, 1321, 1324, 1325, 1328, 0, 2623, 1323, 2614, 1326, 0, 0, 1333, 1336, 1338, 1341, 1349, 1352, 0, 1347, 1360, 1363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2609, 1365, 2590, 1354, 1372, 1375, 1376, 1379, 0, 2585, 1374, 2572, 1377, 0, 0, 1384, 1387, 1389, 1392, 1400, 1403, 0, 1398, 1411, 1414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2563, 1416, 2562, 1405, 1423, 1426, 1427, 1430, 0, 2535, 1425, 2534, 1428, 0, 0, 1435, 1438, 1440, 1443, 1451, 1454, 0, 1449, 1462, 1465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2521, 1467, 2516, 1456, 1474, 1477, 1478, 1481, 0, 2507, 1476, 2484, 1479, 0, 0, 1486, 1489, 1491, 1494, 1502, 1505, 0, 1500, 1513, 1516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2483, 1518, 2474, 1507, 1525, 1528, 1529, 1532, 0, 2461, 1527, 2456, 1530, 0, 0, 1537, 1540, 1542, 1545, 1553, 1556, 0, 1551, 1564, 1567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2433, 1569, 2436, 1558, 1576, 1579, 1580, 1583, 0, 2419, 1578, 2410, 1581, 0, 0, 1588, 1591, 1593, 1596, 1604, 1607, 0, 1602, 1615, 1618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2405, 1620, 2386, 1609, 1627, 1630, 1631, 1634, 0, 2381, 1629, 2368, 1632, 0, 0, 1639, 1642, 1644, 1647, 1655, 1658, 0, 1653, 1666, 1669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2359, 1671, 2358, 1660, 1678, 1681, 1682, 1685, 0, 2331, 1680, 2330, 1683, 0, 0, 1690, 1693, 1695, 1698, 1706, 1709, 0, 1704, 1717, 1720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2317, 1722, 2312, 1711, 1729, 1732, 1733, 1736, 0, 2303, 1731, 2280, 1734, 0, 0, 1741, 1744, 1746, 1749, 1757, 1760, 0, 1755, 1768, 1771, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2279, 1773, 2270, 1762, 1780, 1783, 1784, 1787, 0, 2257, 1782, 2252, 1785, 0, 0, 1792, 1795, 1797, 1800, 1808, 1811, 0, 1806, 1819, 1822, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2229, 1824, 2232, 1813, 1831, 1834, 1835, 1838, 0, 2215, 1833, 2206, 1836, 0, 0, 1843, 1846, 1848, 1851, 1859, 1862, 0, 1857, 1870, 1873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2201, 1875, 2182, 1864, 1882, 1885, 1886, 1889, 0, 2177, 1884, 2164, 1887, 0, 0, 1894, 1897, 1899, 1902, 1910, 1913, 0, 1908, 1921, 1924, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2155, 1926, 2154, 1915, 1933, 1936, 1937, 1940, 0, 2127, 1935, 2126, 1938, 0, 0, 1945, 1948, 1950, 1953, 1961, 1964, 0, 1959, 1972, 1975, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2113, 1977, 2108, 1966, 1984, 1987, 1988, 1991, 0, 2099, 1986, 2076, 1989, 0, 0, 1996, 1999, 2001, 2004, 2012, 2015, 0, 2010, 2023, 2026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2075, 2028, 2066, 2017, 2035, 2038, 2039, 2042, 0, 2053, 2037, 2048, 2040, 0, 0, 2047, 2050, 2052, 2055, 2063, 2066, 0, 2061, 2074, 2077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2025, 2079, 2028, 2068, 2086, 2089, 2090, 2093, 0, 2011, 2088, 2002, 2091, 0, 0, 2098, 2101, 2103, 2106, 2114, 2117, 0, 2112, 2125, 2128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1997, 2130, 1978, 2119, 2137, 2140, 2141, 2144, 0, 1973, 2139, 1960, 2142, 0, 0, 2149, 2152, 2154, 2157, 2165, 2168, 0, 2163, 2176, 2179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1951, 2181, 1950, 2170, 2188, 2191, 2192, 2195, 0, 1923, 2190, 1922, 2193, 0, 0, 2200, 2203, 2205, 2208, 2216, 2219, 0, 2214, 2227, 2230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1909, 2232, 1904, 2221, 2239, 2242, 2243, 2246, 0, 1895, 2241, 1872, 2244, 0, 0, 2251, 2254, 2256, 2259, 2267, 2270, 0, 2265, 2278, 2281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1871, 2283, 1862, 2272, 2290, 2293, 2294, 2297, 0, 1849, 2292, 1844, 2295, 0, 0, 2302, 2305, 2307, 2310, 2318, 2321, 0, 2316, 2329, 2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1821, 2334, 1824, 2323, 2341, 2344, 2345, 2348, 0, 1807, 2343, 1798, 2346, 0, 0, 2353, 2356, 2358, 2361, 2369, 2372, 0, 2367, 2380, 2383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1793, 2385, 1774, 2374, 2392, 2395, 2396, 2399, 0, 1769, 2394, 1756, 2397, 0, 0, 2404, 2407, 2409, 2412, 2420, 2423, 0, 2418, 2431, 2434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1747, 2436, 1746, 2425, 2443, 2446, 2447, 2450, 0, 1719, 2445, 1718, 2448, 0, 0, 2455, 2458, 2460, 2463, 2471, 2474, 0, 2469, 2482, 2485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1705, 2487, 1700, 2476, 2494, 2497, 2498, 2501, 0, 1691, 2496, 1668, 2499, 0, 0, 2506, 2509, 2511, 2514, 2522, 2525, 0, 2520, 2533, 2536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1667, 2538, 1658, 2527, 2545, 2548, 2549, 2552, 0, 1645, 2547, 1640, 2550, 0, 0, 2557, 2560, 2562, 2565, 2573, 2576, 0, 2571, 2584, 2587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1617, 2589, 1620, 2578, 2596, 2599, 2600, 2603, 0, 1603, 2598, 1594, 2601, 0, 0, 2608, 2611, 2613, 2616, 2624, 2627, 0, 2622, 2635, 2638, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1589, 2640, 1570, 2629, 2647, 2650, 2651, 2654, 0, 1565, 2649, 1552, 2652, 0, 0, 2659, 2662, 2664, 2667, 2675, 2678, 0, 2673, 2686, 2689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1543, 2691, 1542, 2680, 2698, 2701, 2702, 2705, 0, 1515, 2700, 1514, 2703, 0, 0, 2710, 2713, 2715, 2718, 2726, 2729, 0, 2724, 2737, 2740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1501, 2742, 1496, 2731, 2749, 2752, 2753, 2756, 0, 1487, 2751, 1464, 2754, 0, 0, 2761, 2764, 2766, 2769, 2777, 2780, 0, 2775, 2788, 2791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1463, 2793, 1454, 2782, 2800, 2803, 2804, 2807, 0, 1441, 2802, 1436, 2805, 0, 0, 2812, 2815, 2817, 2820, 2828, 2831, 0, 2826, 2839, 2842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1413, 2844, 1416, 2833, 2851, 2854, 2855, 2858, 0, 1399, 2853, 1390, 2856, 0, 0, 2863, 2866, 2868, 2871, 2879, 2882, 0, 2877, 2890, 2893, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1385, 2895, 1366, 2884, 2902, 2905, 2906, 2909, 0, 1361, 2904, 1348, 2907, 0, 0, 2914, 2917, 2919, 2922, 2930, 2933, 0, 2928, 2941, 2944, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1339, 2946, 1338, 2935, 2953, 2956, 2957, 2960, 0, 1311, 2955, 1310, 2958, 0, 0, 2965, 2968, 2970, 2973, 2981, 2984, 0, 2979, 2992, 2995, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1297, 2997, 1292, 2986, 3004, 3007, 3008, 3011, 0, 1283, 3006, 1260, 3009, 0, 0, 3016, 3019, 3021, 3024, 3032, 3035, 0, 3030, 3043, 3046, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1259, 3048, 1250, 3037, 3055, 3058, 3059, 3062, 0, 1237, 3057, 1232, 3060, 0, 0, 3067, 3070, 3072, 3075, 3083, 3086, 0, 3081, 3094, 3097, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1209, 3099, 1212, 3088, 3106, 3109, 3110, 3113, 0, 1195, 3108, 1186, 3111, 0, 0, 3118, 3121, 3123, 3126, 3134, 3137, 0, 3132, 3145, 3148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1181, 3150, 1162, 3139, 3157, 3160, 3161, 3164, 0, 1157, 3159, 1144, 3162, 0, 0, 3169, 3172, 3174, 3177, 3185, 3188, 0, 3183, 3196, 3199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1135, 3201, 1134, 3190, 3208, 3211, 3212, 3215, 0, 1107, 3210, 1106, 3213, 0, 0, 3220, 3223, 3225, 3228, 3236, 3239, 0, 3234, 3247, 3250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1093, 3252, 1088, 3241, 3259, 3262, 3263, 3266, 0, 1079, 3261, 1056, 3264, 0, 0, 3271, 3274, 3276, 3279, 3287, 3290, 0, 3285, 3298, 3301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1055, 3303, 1046, 3292, 3310, 3313, 3314, 3317, 0, 1033, 3312, 1028, 3315, 0, 0, 3322, 3325, 3327, 3330, 3338, 3341, 0, 3336, 3349, 3352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1005, 3354, 1008, 3343, 3361, 3364, 3365, 3368, 0, 991, 3363, 982, 3366, 0, 0, 3373, 3376, 3378, 3381, 3389, 3392, 0, 3387, 3400, 3403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 977, 3405, 958, 3394, 3412, 3415, 3416, 3419, 0, 953, 3414, 940, 3417, 0, 0, 3424, 3427, 3429, 3432, 3440, 3443, 0, 3438, 3451, 3454, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 931, 3456, 930, 3445, 3463, 3466, 3467, 3470, 0, 903, 3465, 902, 3468, 0, 0, 3475, 3478, 3480, 3483, 3491, 3494, 0, 3489, 3502, 3505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 889, 3507, 884, 3496, 3514, 3517, 3518, 3521, 0, 875, 3516, 852, 3519, 0, 0, 3526, 3529, 3531, 3534, 3542, 3545, 0, 3540, 3553, 3556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 851, 3558, 842, 3547, 3565, 3568, 3569, 3572, 0, 829, 3567, 824, 3570, 0, 0, 3577, 3580, 3582, 3585, 3593, 3596, 0, 3591, 3604, 3607, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 801, 3609, 804, 3598, 3616, 3619, 3620, 3623, 0, 787, 3618, 778, 3621, 0, 0, 3628, 3631, 3633, 3636, 3644, 3647, 0, 3642, 3655, 3658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 773, 3660, 754, 3649, 3667, 3670, 3671, 3674, 0, 749, 3669, 736, 3672, 0, 0, 3679, 3682, 3684, 3687, 3695, 3698, 0, 3693, 3706, 3709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 727, 3711, 726, 3700, 3718, 3721, 3722, 3725, 0, 699, 3720, 698, 3723, 0, 0, 3730, 3733, 3735, 3738, 3746, 3749, 0, 3744, 3757, 3760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 685, 3762, 680, 3751, 3769, 3772, 3773, 3776, 0, 671, 3771, 648, 3774, 0, 0, 3781, 3784, 3786, 3789, 3797, 3800, 0, 3795, 3808, 3811, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 647, 3813, 638, 3802, 3820, 3823, 3824, 3827, 0, 625, 3822, 620, 3825, 0, 0, 3832, 3835, 3837, 3840, 3848, 3851, 0, 3846, 3859, 3862, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 583, 3864, 578, 3853, 3871, 3874, 3875, 3878,20413, 569, 3873, 532, 3876, 0, 0, 3883, 3886, 3888, 3891, 3899, 3902, 0, 3897, 3910, 3913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 523, 3915, 522, 3904, 3922, 3925, 3926, 3929, 480,20413, 473, 0, 0, 3932, 3933, 3935, 3940, 3947, 3949, 0, 3946, 3960, 3958, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, 3963, 428, 3952, 3965, 3971, 3972, 3975, 0, 0, 3978, 3979, 3981, 3986, 3993, 3995, 0, 3992, 4006, 4004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 377, 4009, 376, 3998, 4011, 4017, 4018, 4021, 0, 0, 4024, 4025, 4027, 4032, 4039, 4041, 0, 4038, 4052, 4050, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 334, 4055, 333, 4044, 4057, 4063, 4064, 4067, 0, 0, 4070, 4071, 4073, 4078, 4085, 4087, 0, 4084, 4098, 4096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 4101, 304, 4090, 4103, 4109, 4110, 4113,20413,20413, 4116, 4117, 4119, 4124, 4131, 4133,20413, 4130, 4144, 4142,20413,20413, 20413,20413,20413,20413,20413,20413,20413,20413,20413,20413, 20413,20413, 288, 4147, 276, 4136, 4149, 4155, 4156, 4159, 4162, 4163, 4165, 4170, 4177, 4179, 551, 260, 255, 218, 209, 206, 423, 194, 602, 17, 4182, 4190, 4193, 33, 47,20413,20413, 4195, 4206, 4198, 58, 94, 136,20413, 4218, 4226, 4234, 4242, 4250, 4258, 4266, 4274, 4282, 4290, 4298, 4306, 4314, 4322, 4330, 4338, 4346, 4354, 4362, 4370, 4378, 4386, 4394, 4402, 4410, 4418, 4426, 4434, 4442, 4450, 4458, 4466, 4474, 4482, 4490, 4498, 4506, 4514, 4522, 4530, 4538, 4546, 4554, 4562, 4570, 4578, 4586, 4594, 4602, 4610, 4618, 4626, 4634, 4638, 4646, 4654, 4662, 4670, 4678, 4686, 4694, 4702, 4710, 4718, 4726, 4734, 4742, 4750, 4758, 4766, 4774, 4782, 4790, 4798, 4806, 4814, 4822, 4830, 4838, 4842, 4850, 4858, 4866, 4874, 4882, 4890, 4898, 4906, 4914, 4922, 4930, 4938, 4946, 4954, 4962, 4970, 4978, 4986, 4994, 5002, 5010, 5018, 5026, 5034, 5042, 5046, 5054, 5062, 5070, 5078, 5086, 5094, 5102, 5110, 5118, 5126, 5134, 5142, 5150, 5158, 5166, 5174, 5182, 5190, 5198, 5206, 5214, 5222, 5230, 5238, 5246, 5250, 5258, 5266, 5274, 5282, 5290, 5298, 5306, 5314, 5322, 5330, 5338, 5346, 5354, 5362, 5370, 5378, 5386, 5394, 5402, 5410, 5418, 5426, 5434, 5442, 5450, 5458, 5466, 5474, 5478, 5486, 5494, 5502, 5510, 5518, 5526, 5534, 5542, 5550, 5558, 5566, 5574, 5582, 5590, 5598, 5606, 5614, 5622, 5630, 5638, 5646, 5654, 5662, 5670, 5678, 5686, 5690, 5698, 5706, 5714, 5722, 5730, 5738, 5746, 5754, 5762, 5770, 5778, 5786, 5794, 5802, 5810, 5818, 5826, 5834, 5842, 5850, 5858, 5866, 5874, 5882, 5890, 5898, 5902, 5910, 5918, 5926, 5934, 5942, 5950, 5958, 5961, 5969, 5977, 5985, 5993, 6001, 6009, 6017, 6025, 6033, 6041, 6049, 6057, 6065, 6073, 6081, 6089, 6097, 6105, 6113, 6117, 6125, 6133, 6141, 6149, 6157, 6165, 6173, 6176, 6184, 6192, 6200, 6208, 6216, 6224, 6232, 6240, 6248, 6256, 6264, 6272, 6280, 6288, 6296, 6304, 6312, 6320, 6328, 6332, 6340, 6348, 6356, 6364, 6372, 6380, 6388, 6391, 6399, 6407, 6415, 6423, 6431, 6439, 6447, 6455, 6463, 6471, 6479, 6487, 6495, 6503, 6511, 6519, 6527, 6535, 6543, 6551, 6559, 6567, 6575, 6583, 6591, 6599, 6602, 6610, 6618, 6626, 6634, 6642, 6650, 6658, 6666, 6674, 6682, 6690, 6698, 6706, 6714, 6722, 6730, 6738, 6746, 6754, 6762, 6770, 6778, 6786, 6794, 6802, 6810, 6813, 6821, 6829, 6837, 6845, 6853, 6861, 6869, 6877, 6885, 6893, 6901, 6909, 6917, 6925, 6933, 6941, 6949, 6957, 6965, 6973, 6981, 6989, 6997, 7005, 7013, 7016, 7024, 7032, 7040, 7048, 7056, 7064, 7072, 7080, 7088, 7096, 7104, 7112, 7120, 7128, 7136, 7144, 7152, 7160, 7168, 7176, 7184, 7192, 7200, 7208, 7216, 7219, 7227, 7235, 7243, 7251, 7259, 7267, 7275, 7283, 7291, 7299, 7307, 7315, 7323, 7331, 7339, 7347, 7355, 7363, 7371, 7379, 7387, 7395, 7403, 7411, 7419, 7422, 7430, 7438, 7446, 7454, 7462, 7470, 7478, 7486, 7494, 7502, 7510, 7518, 7526, 7534, 7542, 7550, 7558, 7566, 7574, 7582, 7590, 7598, 7606, 7614, 7622, 7625, 7633, 7641, 7649, 7657, 7665, 7673, 7681, 7689, 7697, 7705, 7713, 7721, 7729, 7737, 7745, 7753, 7761, 7769, 7777, 7785, 7793, 7801, 7809, 7817, 7825, 7828, 7836, 7844, 7852, 7860, 7868, 7876, 7884, 7892, 7900, 7908, 7916, 7924, 7932, 7940, 7948, 7956, 7964, 7972, 7980, 7988, 7996, 8004, 8012, 8020, 8028, 8036, 8044, 8052, 8060, 8068, 8076, 8084, 8092, 8100, 8108, 8116, 8124, 8132, 8140, 8148, 8156, 8164, 8172, 8180, 8188, 8196, 8204, 8212, 8220, 8228, 8236, 8244, 8252, 8260, 8268, 8276, 8284, 8292, 8300, 8308, 8316, 8324, 8332, 8340, 8348, 8356, 8364, 8372, 8380, 8388, 8396, 8404, 8412, 8420, 8428, 8436, 8444, 8452, 8460, 8468, 8476, 8484, 8492, 8500, 8508, 8516, 8524, 8532, 8540, 8548, 8556, 8564, 8572, 8580, 8588, 8596, 8604, 8612, 8620, 8628, 8636, 8644, 8652, 8660, 8668, 8676, 8684, 8692, 8700, 8708, 8716, 8724, 8732, 8740, 8748, 8756, 8764, 8772, 8780, 8788, 8796, 8804, 8812, 8820, 8828, 8836, 8844, 8852, 8860, 8868, 8876, 8884, 8892, 8900, 8908, 8916, 8924, 8932, 8940, 8948, 8956, 8964, 8972, 8980, 8988, 8996, 9004, 9012, 9020, 9028, 9036, 9044, 9052, 9060, 9068, 9076, 9084, 9092, 9100, 9108, 9116, 9124, 9132, 9140, 9148, 9156, 9164, 9172, 9180, 9188, 9196, 9204, 9212, 9220, 9228, 9236, 9244, 9252, 9260, 9268, 9276, 9284, 9292, 9300, 9308, 9316, 9324, 9332, 9340, 9348, 9356, 9364, 9372, 9380, 9388, 9396, 9404, 9412, 9420, 9428, 9436, 9444, 9452, 9460, 9468, 9476, 9484, 9492, 9500, 9508, 9516, 9524, 9532, 9540, 9548, 9556, 9564, 9572, 9580, 9588, 9596, 9604, 9612, 9620, 9628, 9636, 9644, 9652, 9660, 9668, 9676, 9684, 9692, 9700, 9708, 9716, 9724, 9732, 9740, 9748, 9756, 9764, 9772, 9780, 9788, 9796, 9804, 9812, 9820, 9828, 9836, 9844, 9852, 9860, 9868, 9876, 9884, 9892, 9900, 9908, 9916, 9924, 9932, 9940, 9948, 9956, 9964, 9972, 9980, 9988, 9996,10004,10012,10020,10028,10036,10044, 10052,10060,10068,10076,10084,10092,10100,10108,10116,10124, 10132,10140,10148,10156,10164,10172,10180,10188,10196,10204, 10212,10220,10228,10236,10244,10252,10260,10268,10276,10284, 10292,10300,10308,10316,10324,10332,10340,10348,10356,10364, 10372,10380,10388,10396,10404,10412,10420,10428,10436,10444, 10452,10460,10468,10476,10484,10492,10500,10508,10516,10524, 10532,10540,10548,10556,10564,10572,10580,10588,10596,10604, 10612,10620,10628,10636,10644,10652,10660,10668,10676,10684, 10692,10700,10708,10716,10724,10732,10740,10748,10756,10764, 10772,10780,10788,10796,10804,10812,10820,10828,10836,10844, 10852,10860,10868,10876,10884,10892,10900,10908,10916,10924, 10932,10940,10948,10956,10964,10972,10980,10988,10996,11004, 11012,11020,11028,11036,11044,11052,11060,11068,11076,11084, 11092,11100,11108,11116,11124,11132,11140,11148,11156,11164, 11172,11180,11188,11196,11204,11212,11220,11228,11236,11244, 11252,11260,11268,11276,11284,11292,11300,11308,11316,11324, 11332,11340,11348,11356,11364,11372,11380,11388,11396,11404, 11412,11420,11428,11436,11444,11452,11460,11468,11476,11484, 11492,11500,11508,11516,11524,11532,11540,11548,11556,11564, 11572,11580,11588,11596,11604,11612,11620,11628,11636,11644, 11652,11660,11668,11676,11684,11692,11700,11708,11716,11724, 11732,11740,11748,11756,11764,11772,11780,11788,11796,11804, 11812,11820,11828,11836,11844,11852,11860,11868,11876,11884, 11892,11900,11908,11916,11924,11932,11940,11948,11956,11964, 11972,11980,11988,11996,12004,12012,12020,12028,12036,12044, 12052,12060,12068,12076,12084,12092,12100,12108,12116,12124, 12132,12140,12148,12156,12164,12172,12180,12188,12196,12204, 12212,12220,12228,12236,12244,12252,12260,12268,12276,12284, 12292,12300,12308,12316,12324,12332,12340,12348,12356,12364, 12372,12380,12388,12396,12404,12412,12420,12428,12436,12444, 12452,12460,12468,12476,12484,12492,12500,12508,12516,12524, 12532,12540,12548,12556,12564,12572,12580,12588,12596,12604, 12612,12620,12628,12636,12644,12652,12660,12668,12676,12684, 12692,12700,12708,12716,12724,12732,12740,12748,12756,12764, 12772,12780,12788,12796,12804,12812,12820,12828,12836,12844, 12852,12860,12868,12876,12884,12892,12900,12908,12916,12924, 12932,12940,12948,12956,12964,12972,12980,12988,12996,13004, 13012,13020,13028,13036,13044,13052,13060,13068,13076,13084, 13092,13100,13108,13116,13124,13132,13140,13148,13156,13164, 13172,13180,13188,13196,13204,13212,13220,13228,13236,13244, 13252,13260,13268,13276,13284,13292,13300,13308,13316,13324, 13332,13340,13348,13356,13364,13372,13380,13388,13396,13404, 13412,13420,13428,13436,13444,13452,13460,13468,13476,13484, 13492,13500,13508,13516,13524,13532,13540,13548,13556,13564, 13572,13580,13588,13596,13604,13612,13620,13628,13636,13644, 13652,13660,13668,13676,13684,13692,13700,13708,13716,13724, 13732,13740,13748,13756,13764,13772,13780,13788,13796,13804, 13812,13820,13828,13836,13844,13852,13860,13868,13876,13884, 13892,13900,13908,13916,13924,13932,13940,13948,13956,13964, 13972,13980,13988,13996,14004,14012,14020,14028,14036,14044, 14052,14060,14068,14076,14084,14092,14100,14108,14116,14124, 14132,14140,14148,14156,14164,14172,14180,14188,14196,14204, 14212,14220,14228,14236,14244,14252,14260,14268,14276,14284, 14292,14300,14308,14316,14324,14332,14340,14348,14356,14364, 14372,14380,14388,14396,14404,14412,14420,14428,14436,14444, 14452,14460,14468,14476,14484,14492,14500,14508,14516,14524, 14532,14540,14548,14556,14564,14572,14580,14588,14596,14604, 14612,14620,14628,14636,14644,14652,14660,14668,14676,14684, 14692,14700,14708,14716,14724,14732,14740,14748,14756,14764, 14772,14780,14788,14796,14804,14812,14820,14828,14836,14844, 14852,14860,14868,14876,14884,14892,14900,14908,14916,14924, 14932,14940,14948,14956,14964,14972,14980,14988,14996,15004, 15012,15020,15028,15036,15044,15052,15060,15068,15076,15084, 15092,15100,15108,15116,15124,15132,15140,15148,15156,15164, 15172,15180,15188,15196,15204,15212,15220,15228,15236,15244, 15252,15260,15268,15276,15284,15292,15300,15308,15316,15324, 15332,15340,15348,15356,15364,15372,15380,15388,15396,15404, 15412,15420,15428,15436,15444,15452,15460,15468,15476,15484, 15492,15500,15508,15516,15524,15532,15540,15548,15556,15564, 15572,15580,15588,15596,15604,15612,15620,15628,15636,15644, 15652,15660,15668,15676,15684,15692,15700,15708,15716,15724, 15732,15740,15748,15756,15764,15772,15780,15788,15796,15804, 15812,15820,15828,15836,15844,15852,15860,15868,15876,15884, 15892,15900,15908,15916,15924,15932,15940,15948,15956,15964, 15972,15980,15988,15996,16004,16012,16020,16028,16036,16044, 16052,16060,16068,16076,16084,16092,16100,16108,16116,16124, 16132,16140,16148,16156,16164,16172,16180,16188,16196,16204, 16212,16220,16228,16236,16244,16252,16260,16268,16276,16284, 16292,16300,16308,16316,16324,16332,16340,16348,16356,16364, 16372,16380,16388,16396,16404,16412,16420,16428,16436,16444, 16452,16460,16468,16476,16484,16492,16500,16508,16516,16524, 16532,16540,16548,16556,16564,16572,16580,16588,16596,16604, 16612,16620,16628,16636,16644,16652,16660,16668,16676,16684, 16692,16700,16708,16716,16724,16732,16740,16748,16756,16764, 16772,16780,16788,16796,16804,16812,16820,16828,16836,16844, 16852,16860,16868,16876,16884,16892,16900,16908,16916,16924, 16932,16940,16948,16956,16964,16972,16980,16988,16996,17004, 17012,17020,17028,17036,17044,17052,17060,17068,17076,17084, 17092,17100,17108,17116,17124,17132,17140,17148,17156,17164, 17172,17180,17188,17196,17204,17212,17220,17228,17236,17244, 17252,17260,17268,17276,17284,17292,17300,17308,17316,17324, 17332,17340,17348,17356,17364,17372,17380,17388,17396,17404, 17412,17420,17428,17436,17444,17452,17460,17468,17476,17484, 17492,17500,17508,17516,17524,17532,17540,17548,17556,17564, 17572,17580,17588,17596,17604,17612,17620,17628,17636,17644, 17652,17660,17668,17676,17684,17692,17700,17708,17716,17724, 17732,17740,17748,17756,17764,17772,17780,17788,17796,17804, 17812,17820,17828,17836,17844,17852,17860,17868,17876,17884, 17892,17900,17908,17916,17924,17932,17940,17948,17956,17964, 17972,17980,17988,17996,18004,18012,18020,18028,18036,18044, 18052,18060,18068,18076,18084,18092,18100,18108,18116,18124, 18132,18140,18148,18156,18164,18172,18180,18188,18196,18204, 18212,18220,18228,18236,18244,18252,18260,18268,18276,18284, 18292,18300,18308,18316,18324,18332,18340,18348,18356,18364, 18372,18380,18388,18396,18404,18412,18420,18428,18436,18444, 18452,18460,18468,18476,18484,18492,18500,18508,18516,18524, 18532,18540,18548,18556,18564,18572,18580,18588,18596,18604, 18612,18620,18628,18636,18644,18652,18660,18668,18676,18684, 18692,18700,18708,18716,18724,18732,18740,18748,18756,18764, 18772,18780,18788,18796,18804,18812,18820,18828,18836,18844, 18852,18860,18868,18876,18884,18892,18900,18908,18916,18924, 18932,18940,18948,18956,18964,18972,18980,18988,18996,19004, 19012,19020,19028,19036,19044,19052,19060,19068,19076,19084, 19092,19100,19108,19116,19124,19132,19140,19148,19156,19164, 19172,19180,19188,19196,19204,19212,19220,19228,19236,19244, 19252,19260,19268,19276,19284,19292,19300,19308,19316,19324, 19332,19340,19348,19356,19364,19372,19380,19388,19396,19404, 19412,19420,19428,19436,19444,19452,19460,19468,19476,19484, 19492,19500,19508,19516,19524,19532,19540,19548,19556,19564, 19572,19580,19588,19596,19604,19612,19620,19628,19636,19644, 19652,19660,19668,19676,19684,19692,19700,19708,19716,19724, 19732,19740,19748,19756,19764,19772,19780,19788,19796,19804, 19812,19820,19828,19836,19844,19852,19860,19868,19876,19884, 19892,19900,19908,19916,19924,19932,19940,19948,19956,19964, 19972,19980,19988,19996,20004,20012,20020,20028,20036,20044, 20052,20060,20068,20076,20084,20092,20100,20108,20116,20124, 20132,20140,20148,20156,20164,20172,20180,20188,20196,20204, 20212,20220,20228,20236,20244,20252,20260,20268,20276,20284, 20292,20300,20308,20316,20324,20332,20340,20348,20356,20364, 20372,20380,20388,20396,20404 } ; static yyconst flex_int16_t yy_def[5516] = { 0, 3481, 3481, 3482, 3482, 3483, 3483, 3484, 3484, 3485, 3485, 3486, 3486, 3487, 3487, 3488, 3488, 3489, 3489, 3490, 3490, 3491, 3491, 3492, 3492, 3493, 3493, 3494, 3494, 3495, 3495, 3496, 3496, 3497, 3497, 3498, 3498, 3499, 3499, 3500, 3500, 3501, 3501, 3502, 3502, 3503, 3503, 3504, 3504, 3505, 3505, 3506, 3506, 3507, 3507, 3508, 3508, 3509, 3509, 3510, 3510, 3511, 3511, 3512, 3512, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3513, 3480, 3480, 3514, 3480, 3480, 3480, 3515, 3480, 3480, 3515, 3515, 3480, 3480, 3480, 3480, 3516, 3480, 3517, 3480, 3518, 3480, 3480, 3518, 3480, 3519, 3480, 3520, 3480, 3520, 3480, 3521, 3480, 3480, 3480, 3480, 3480, 3480, 3522, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3523, 3480, 3524, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3525, 3480, 3526, 3480, 3527, 3480, 3528, 3480, 3529, 3480, 3530, 3480, 3531, 3480, 3532, 3480, 3533, 3480, 3480, 3480, 3480, 3534, 3480, 3480, 3480, 3535, 3480, 3536, 3480, 3536, 3537, 3480, 3537, 3537, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3538, 3539, 3480, 3480, 3540, 3540, 3540, 3480, 3480, 3480, 3541, 3542, 3543, 3480, 3543, 3544, 3480, 3543, 3480, 3480, 3545, 3546, 3546, 3480, 3480, 3546, 3480, 3480, 3547, 3480, 3548, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3549, 3550, 3480, 3480, 3480, 3480, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3480, 3480, 3560, 3480, 3561, 3562, 3562, 3480, 3563, 3563, 3563, 3563, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3564, 3565, 3566, 3566, 3566, 3566, 3480, 3567, 3568, 3569, 3569, 3480, 3480, 3569, 3570, 3480, 3480, 3571, 3572, 3572, 3480, 3572, 3480, 3480, 3573, 3574, 3480, 3480, 3480, 3480, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3588, 3480, 3589, 3589, 3589, 3480, 3589, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3590, 3591, 3592, 3592, 3592, 3592, 3480, 3593, 3594, 3595, 3595, 3595, 3480, 3480, 3596, 3596, 3597, 3598, 3598, 3598, 3480, 3480, 3599, 3600, 3480, 3480, 3480, 3480, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3614, 3615, 3615, 3615, 3480, 3615, 3480, 3480, 3616, 3480, 3480, 3617, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3618, 3480, 3619, 3620, 3621, 3621, 3621, 3621, 3480, 3622, 3623, 3624, 3624, 3624, 3625, 3625, 3625, 3626, 3627, 3627, 3627, 3480, 3628, 3629, 3480, 3480, 3480, 3480, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3643, 3644, 3644, 3644, 3645, 3480, 3616, 3480, 3617, 3480, 3618, 3480, 3646, 3647, 3648, 3648, 3648, 3648, 3480, 3649, 3650, 3651, 3651, 3651, 3652, 3652, 3652, 3653, 3654, 3654, 3654, 3655, 3656, 3480, 3480, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3670, 3671, 3671, 3671, 3672, 3672, 3673, 3674, 3675, 3675, 3675, 3675, 3480, 3676, 3677, 3678, 3678, 3678, 3679, 3679, 3679, 3680, 3681, 3681, 3681, 3682, 3683, 3480, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3697, 3698, 3698, 3698, 3699, 3480, 3699, 3699, 3700, 3701, 3702, 3702, 3702, 3702, 3703, 3704, 3705, 3706, 3706, 3706, 3707, 3707, 3707, 3708, 3709, 3709, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3725, 3726, 3726, 3726, 3727, 3727, 3727, 3480, 3728, 3729, 3730, 3730, 3730, 3730, 3731, 3732, 3733, 3734, 3734, 3734, 3735, 3735, 3735, 3736, 3737, 3737, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3753, 3754, 3754, 3754, 3755, 3755, 3755, 3756, 3757, 3758, 3758, 3758, 3758, 3759, 3760, 3761, 3762, 3762, 3762, 3763, 3763, 3763, 3764, 3765, 3765, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3480, 3779, 3780, 3780, 3781, 3781, 3781, 3782, 3782, 3782, 3783, 3784, 3785, 3785, 3785, 3785, 3786, 3787, 3788, 3789, 3789, 3789, 3790, 3790, 3790, 3791, 3792, 3792, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3807, 3808, 3808, 3808, 3809, 3809, 3809, 3810, 3811, 3812, 3812, 3812, 3812, 3813, 3814, 3815, 3816, 3816, 3816, 3817, 3817, 3817, 3818, 3819, 3819, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3834, 3835, 3835, 3835, 3836, 3836, 3836, 3480, 3837, 3838, 3838, 3838, 3838, 3839, 3840, 3841, 3842, 3842, 3842, 3843, 3843, 3843, 3844, 3845, 3845, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3860, 3861, 3861, 3861, 3862, 3862, 3862, 3863, 3864, 3864, 3864, 3864, 3865, 3866, 3867, 3868, 3868, 3868, 3869, 3869, 3869, 3870, 3871, 3871, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3886, 3887, 3887, 3887, 3888, 3888, 3888, 3889, 3890, 3890, 3890, 3890, 3891, 3892, 3893, 3894, 3894, 3894, 3895, 3895, 3895, 3896, 3897, 3897, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3912, 3913, 3913, 3913, 3914, 3914, 3914, 3915, 3916, 3916, 3916, 3916, 3917, 3918, 3919, 3920, 3920, 3920, 3921, 3921, 3921, 3922, 3923, 3923, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3938, 3939, 3939, 3939, 3940, 3940, 3940, 3941, 3942, 3942, 3942, 3942, 3943, 3944, 3945, 3946, 3946, 3946, 3947, 3947, 3947, 3948, 3949, 3949, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3964, 3965, 3965, 3965, 3966, 3966, 3966, 3967, 3968, 3968, 3968, 3968, 3480, 3969, 3970, 3971, 3971, 3971, 3972, 3972, 3972, 3973, 3974, 3974, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3989, 3990, 3990, 3990, 3991, 3991, 3991, 3992, 3993, 3993, 3993, 3993, 3994, 3995, 3996, 3996, 3996, 3997, 3997, 3997, 3998, 3999, 3999, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4014, 4015, 4015, 4015, 4016, 4016, 4016, 4017, 4018, 4018, 4018, 4018, 4019, 4020, 4021, 4021, 4021, 4022, 4022, 4022, 4023, 4024, 4024, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4039, 4040, 4040, 4040, 4041, 4041, 4041, 4042, 4043, 4043, 4043, 4043, 4044, 4045, 4046, 4046, 4046, 4047, 4047, 4047, 4048, 4049, 4049, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4064, 4065, 4065, 4065, 4066, 4066, 4066, 4067, 4068, 4068, 4068, 4068, 4069, 4070, 4071, 4071, 4071, 4072, 4072, 4072, 4073, 4074, 4074, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4089, 4090, 4090, 4090, 4091, 4091, 4091, 4092, 4093, 4093, 4093, 4093, 4094, 4095, 4096, 4096, 4096, 4097, 4097, 4097, 4098, 4099, 4099, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4114, 4115, 4115, 4115, 4116, 4116, 4116, 4117, 4118, 4118, 4118, 4118, 4119, 4120, 4121, 4121, 4121, 4122, 4122, 4122, 4123, 4124, 4124, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4139, 4140, 4140, 4140, 4141, 4141, 4141, 4142, 4143, 4143, 4143, 4143, 4144, 4145, 4146, 4146, 4146, 4147, 4147, 4147, 4148, 4149, 4149, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4164, 4165, 4165, 4165, 4166, 4166, 4166, 4167, 4168, 4168, 4168, 4168, 4169, 4170, 4171, 4171, 4171, 4172, 4172, 4172, 4173, 4174, 4174, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4189, 4190, 4190, 4190, 4191, 4191, 4191, 4192, 4193, 4193, 4193, 4193, 4194, 4195, 4196, 4196, 4196, 4197, 4197, 4197, 4198, 4199, 4199, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4214, 4215, 4215, 4215, 4216, 4216, 4216, 4217, 4218, 4218, 4218, 4218, 4219, 4220, 4221, 4221, 4221, 4222, 4222, 4222, 4223, 4224, 4224, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4239, 4240, 4240, 4240, 4241, 4241, 4241, 4242, 4243, 4243, 4243, 4243, 4244, 4245, 4246, 4246, 4246, 4247, 4247, 4247, 4248, 4249, 4249, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4264, 4265, 4265, 4265, 4266, 4266, 4266, 4267, 4268, 4268, 4268, 4268, 4269, 4270, 4271, 4271, 4271, 4272, 4272, 4272, 4273, 4274, 4274, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4289, 4290, 4290, 4290, 4291, 4291, 4291, 4292, 4293, 4293, 4293, 4293, 4294, 4295, 4296, 4296, 4296, 4297, 4297, 4297, 4298, 4299, 4299, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4314, 4315, 4315, 4315, 4316, 4316, 4316, 4317, 4318, 4318, 4318, 4318, 4319, 4320, 4321, 4321, 4321, 4322, 4322, 4322, 4323, 4324, 4324, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4339, 4340, 4340, 4340, 4341, 4341, 4341, 4342, 4343, 4343, 4343, 4343, 4344, 4345, 4346, 4346, 4346, 4347, 4347, 4347, 4348, 4349, 4349, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4364, 4365, 4365, 4365, 4366, 4366, 4366, 4367, 4368, 4368, 4368, 4368, 4369, 4370, 4371, 4371, 4371, 4372, 4372, 4372, 4373, 4374, 4374, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4389, 4390, 4390, 4390, 4391, 4391, 4391, 4392, 4393, 4393, 4393, 4393, 4394, 4395, 4396, 4396, 4396, 4397, 4397, 4397, 4398, 4399, 4399, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4414, 4415, 4415, 4415, 4416, 4416, 4416, 4417, 4418, 4418, 4418, 4418, 4419, 4420, 4421, 4421, 4421, 4422, 4422, 4422, 4423, 4424, 4424, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4439, 4440, 4440, 4440, 4441, 4441, 4441, 4442, 4443, 4443, 4443, 4443, 4444, 4445, 4446, 4446, 4446, 4447, 4447, 4447, 4448, 4449, 4449, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4464, 4465, 4465, 4465, 4466, 4466, 4466, 4467, 4468, 4468, 4468, 4468, 4469, 4470, 4471, 4471, 4471, 4472, 4472, 4472, 4473, 4474, 4474, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4489, 4490, 4490, 4490, 4491, 4491, 4491, 4492, 4493, 4493, 4493, 4493, 4494, 4495, 4496, 4496, 4496, 4497, 4497, 4497, 4498, 4499, 4499, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4514, 4515, 4515, 4515, 4516, 4516, 4516, 4517, 4518, 4518, 4518, 4518, 4519, 4520, 4521, 4521, 4521, 4522, 4522, 4522, 4523, 4524, 4524, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4539, 4540, 4540, 4540, 4541, 4541, 4541, 4542, 4543, 4543, 4543, 4543, 4544, 4545, 4546, 4546, 4546, 4547, 4547, 4547, 4548, 4549, 4549, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4564, 4565, 4565, 4565, 4566, 4566, 4566, 4567, 4568, 4568, 4568, 4568, 4569, 4570, 4571, 4571, 4571, 4572, 4572, 4572, 4573, 4574, 4574, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4589, 4590, 4590, 4590, 4591, 4591, 4591, 4592, 4593, 4593, 4593, 4593, 4594, 4595, 4596, 4596, 4596, 4597, 4597, 4597, 4598, 4599, 4599, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4614, 4615, 4615, 4615, 4616, 4616, 4616, 4617, 4618, 4618, 4618, 4618, 4619, 4620, 4621, 4621, 4621, 4622, 4622, 4622, 4623, 4624, 4624, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4639, 4640, 4640, 4640, 4641, 4641, 4641, 4642, 4643, 4643, 4643, 4643, 4644, 4645, 4646, 4646, 4646, 4647, 4647, 4647, 4648, 4649, 4649, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4664, 4665, 4665, 4665, 4666, 4666, 4666, 4667, 4668, 4668, 4668, 4668, 4669, 4670, 4671, 4671, 4671, 4672, 4672, 4672, 4673, 4674, 4674, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4689, 4690, 4690, 4690, 4691, 4691, 4691, 4692, 4693, 4693, 4693, 4693, 4694, 4695, 4696, 4696, 4696, 4697, 4697, 4697, 4698, 4699, 4699, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4714, 4715, 4715, 4715, 4716, 4716, 4716, 4717, 4718, 4718, 4718, 4718, 4719, 4720, 4721, 4721, 4721, 4722, 4722, 4722, 4723, 4724, 4724, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4739, 4740, 4740, 4740, 4741, 4741, 4741, 4742, 4743, 4743, 4743, 4743, 4744, 4745, 4746, 4746, 4746, 4747, 4747, 4747, 4748, 4749, 4749, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4764, 4765, 4765, 4765, 4766, 4766, 4766, 4767, 4768, 4768, 4768, 4768, 4769, 4770, 4771, 4771, 4771, 4772, 4772, 4772, 4773, 4774, 4774, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4789, 4790, 4790, 4790, 4791, 4791, 4791, 4792, 4793, 4793, 4793, 4793, 4794, 4795, 4796, 4796, 4796, 4797, 4797, 4797, 4798, 4799, 4799, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4814, 4815, 4815, 4815, 4816, 4816, 4816, 4817, 4818, 4818, 4818, 4818, 4819, 4820, 4821, 4821, 4821, 4822, 4822, 4822, 4823, 4824, 4824, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4839, 4840, 4840, 4840, 4841, 4841, 4841, 4842, 4843, 4843, 4843, 4843, 4844, 4845, 4846, 4846, 4846, 4847, 4847, 4847, 4848, 4849, 4849, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4864, 4865, 4865, 4865, 4866, 4866, 4866, 4867, 4868, 4868, 4868, 4868, 4869, 4870, 4871, 4871, 4871, 4872, 4872, 4872, 4873, 4874, 4874, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4889, 4890, 4890, 4890, 4891, 4891, 4891, 4892, 4893, 4893, 4893, 4893, 4894, 4895, 4896, 4896, 4896, 4897, 4897, 4897, 4898, 4899, 4899, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4914, 4915, 4915, 4915, 4916, 4916, 4916, 4917, 4918, 4918, 4918, 4918, 4919, 4920, 4921, 4921, 4921, 4922, 4922, 4922, 4923, 4924, 4924, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4939, 4940, 4940, 4940, 4941, 4941, 4941, 4942, 4943, 4943, 4943, 4943, 4944, 4945, 4946, 4946, 4946, 4947, 4947, 4947, 4948, 4949, 4949, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4964, 4965, 4965, 4965, 4966, 4966, 4966, 4967, 4968, 4968, 4968, 4968, 4969, 4970, 4971, 4971, 4971, 4972, 4972, 4972, 4973, 4974, 4974, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4989, 4990, 4990, 4990, 4991, 4991, 4991, 4992, 4993, 4993, 4993, 4993, 4994, 4995, 4996, 4996, 4996, 4997, 4997, 4997, 4998, 4999, 4999, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5014, 5015, 5015, 5015, 5016, 5016, 5016, 5017, 5018, 5018, 5018, 5018, 5019, 5020, 5021, 5021, 5021, 5022, 5022, 5022, 5023, 5024, 5024, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5039, 5040, 5040, 5040, 5041, 5041, 5041, 5042, 5043, 5043, 5043, 5043, 5044, 5045, 5046, 5046, 5046, 5047, 5047, 5047, 5048, 5049, 5049, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5064, 5065, 5065, 5065, 5066, 5066, 5066, 5067, 5068, 5068, 5068, 5068, 5069, 5070, 5071, 5071, 5071, 5072, 5072, 5072, 5073, 5074, 5074, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5089, 5090, 5090, 5090, 5091, 5091, 5091, 5092, 5093, 5093, 5093, 5093, 5094, 5095, 5096, 5096, 5096, 5097, 5097, 5097, 5098, 5099, 5099, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5114, 5115, 5115, 5115, 5116, 5116, 5116, 5117, 5118, 5118, 5118, 5118, 5119, 5120, 5121, 5121, 5121, 5122, 5122, 5122, 5123, 5124, 5124, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5139, 5140, 5140, 5140, 5141, 5141, 5141, 5142, 5143, 5143, 5143, 5143, 5144, 5145, 5146, 5146, 5146, 5147, 5147, 5147, 5148, 5149, 5149, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5164, 5165, 5165, 5165, 5166, 5166, 5166, 5167, 5168, 5168, 5168, 5168, 5169, 5170, 5171, 5171, 5171, 5172, 5172, 5172, 5173, 5174, 5174, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5189, 5190, 5190, 5190, 5191, 5191, 5191, 5192, 5193, 5193, 5193, 5193, 5194, 5195, 5196, 5196, 5196, 5197, 5197, 5197, 5198, 5199, 5199, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5214, 5215, 5215, 5215, 5216, 5216, 5216, 5217, 5218, 5218, 5218, 5218, 5219, 5220, 5221, 5221, 5221, 5222, 5222, 5222, 5223, 5224, 5224, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5239, 5240, 5240, 5240, 5241, 5241, 5241, 5242, 5243, 5243, 5243, 5243, 5244, 5245, 5246, 5246, 5246, 5247, 5247, 5247, 5248, 5249, 5249, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5264, 5265, 5265, 5265, 5266, 5266, 5266, 5267, 5268, 5268, 5268, 5268, 5269, 5270, 5271, 5271, 5271, 5272, 5272, 5272, 5273, 5274, 5274, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5289, 5290, 5290, 5290, 5291, 5291, 5291, 5292, 5293, 5293, 5293, 5293, 5294, 5295, 5296, 5296, 5296, 5297, 5297, 5297, 5298, 5299, 5299, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5314, 5315, 5315, 5315, 5316, 5316, 5316, 5317, 5318, 5318, 5318, 5318, 5319, 5320, 5321, 5321, 5321, 5322, 5322, 5322, 5323, 5324, 5324, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5339, 5340, 5340, 5340, 5341, 5341, 5341, 5342, 5343, 5343, 5343, 5343, 5344, 5345, 5346, 5346, 5346, 5347, 5347, 5347, 5348, 5349, 5349, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5364, 5365, 5365, 5365, 5366, 5366, 5366, 5367, 5368, 5368, 5368, 5368, 5369, 5370, 5371, 5371, 5371, 5372, 5372, 5372, 5373, 5374, 5374, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 5389, 5389, 5390, 5390, 5390, 5391, 5391, 5391, 3480, 3480, 3480, 3480, 3480, 5392, 5393, 5394, 5394, 5394, 5395, 5395, 5395, 5396, 5397, 5397, 5397, 5398, 5399, 5400, 5401, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5412, 5413, 5413, 5413, 5414, 5414, 5414, 3480, 3480, 3480, 5415, 5416, 5417, 5417, 5417, 5418, 5418, 5418, 5419, 5420, 5420, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5435, 5436, 5436, 5436, 5437, 5437, 5437, 5438, 5439, 5440, 5440, 5440, 5441, 5441, 5441, 5442, 5443, 5443, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5458, 5459, 5459, 5459, 5460, 5460, 5460, 5461, 5462, 5463, 5463, 5463, 5464, 5464, 5464, 5465, 5466, 5466, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5481, 5482, 5482, 5482, 5483, 5483, 5483, 5484, 5485, 5486, 5486, 5486, 5487, 5487, 5487, 5488, 5489, 5489, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5504, 5505, 5505, 5505, 5506, 5506, 5506, 3480, 3480, 5507, 5507, 5507, 5508, 5508, 5508, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 5509, 5509, 5509, 3480, 3480, 3480, 5510, 5510, 5510, 3480, 3480, 3480, 3480, 3480, 5511, 5511, 5511, 3480, 3480, 5512, 5512, 5512, 5513, 5513, 3480, 3480, 3480, 3480, 3480, 5514, 5515, 3480, 0, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480 } ; static yyconst flex_int16_t yy_nxt[20458] = { 0, 3480, 68, 69, 179, 180, 173, 84, 85, 70, 84, 85, 174, 71, 72, 73, 74, 85, 75, 3473, 85, 76, 233, 77, 87, 88, 234, 78, 79, 96, 80, 81, 87, 88, 89, 602, 82, 91, 92, 97, 91, 92, 89, 93, 96, 94, 93, 92, 94, 647, 92, 104, 105, 186, 97, 98, 111, 106, 104, 105, 602, 107, 112, 111, 106, 187, 113, 117, 107, 112, 98, 117, 124, 113, 129, 118, 125, 126, 124, 118, 127, 173, 125, 126, 130, 131, 127, 174, 132, 138, 176, 138, 177, 139, 129, 139, 602, 133, 191, 140, 134, 140, 119, 120, 130, 131, 119, 120, 132, 142, 192, 143, 142, 176, 143, 177, 216, 133, 217, 144, 134, 274, 144, 163, 164, 165, 163, 163, 163, 188, 163, 163, 167, 163, 163, 182, 213, 214, 602, 195, 183, 178, 189, 196, 190, 207, 218, 219, 208, 276, 209, 184, 229, 230, 326, 197, 237, 238, 234, 163, 163, 163, 164, 165, 163, 163, 163, 224, 163, 163, 167, 163, 163, 225, 227, 228, 265, 226, 242, 243, 225, 235, 236, 266, 226, 252, 253, 233, 272, 179, 277, 234, 274, 310, 271, 311, 647, 163, 163, 199, 275, 200, 310, 224, 312, 201, 322, 323, 602, 317, 202, 434, 203, 226, 204, 319, 320, 227, 205, 329, 330, 317, 206, 317, 265, 226, 235, 226, 327, 328, 3461, 266, 326, 352, 326, 354, 234, 406, 234, 351, 356, 234, 354, 355, 357, 354, 179, 358, 359, 391, 360, 392, 391, 224, 393, 319, 399, 352, 401, 398, 224, 398, 409, 226, 398, 226, 403, 352, 226, 409, 226, 327, 407, 430, 432, 406, 434, 406, 432, 234, 3460, 234, 433, 435, 432, 179, 436, 469, 469, 470, 471, 224, 319, 477, 401, 508, 3459, 476, 476, 224, 476, 226, 226, 509, 226, 479, 319, 480, 3446, 226, 483, 3444, 479, 352, 234, 409, 226, 327, 484, 506, 434, 483, 508, 483, 521, 234, 522, 234, 510, 508, 179, 511, 521, 224, 523, 319, 529, 3412, 401, 528, 224, 528, 3410, 226, 528, 226, 531, 352, 226, 401, 226, 319, 532, 555, 535, 531, 557, 531, 234, 226, 409, 226, 327, 536, 558, 434, 535, 557, 535, 564, 234, 565, 234, 179, 511, 564, 224, 566, 319, 572, 3378, 401, 571, 224, 571, 3376, 226, 571, 226, 574, 352, 226, 401, 226, 319, 575, 597, 578, 574, 599, 574, 234, 226, 409, 226, 327, 579, 600, 434, 578, 599, 578, 602, 234, 603, 234, 602, 608, 603, 609, 608, 224, 610, 319, 616, 602, 604, 615, 401, 615, 224, 226, 3344, 226, 615, 3471, 618, 352, 226, 401, 226, 319, 619, 640, 622, 618, 642, 618, 234, 226, 409, 226, 327, 623, 643, 434, 622, 642, 622, 602, 234, 645, 234, 602, 647, 645, 645, 651, 651, 652, 653, 224, 401, 646, 319, 659, 3342, 658, 658, 224, 658, 226, 226, 3280, 226, 661, 319, 662, 401, 226, 3279, 665, 661, 685, 661, 234, 226, 409, 226, 327, 666, 686, 352, 665, 434, 665, 685, 234, 683, 234, 602, 602, 688, 688, 647, 693, 688, 694, 693, 224, 695, 689, 319, 701, 401, 700, 3310, 224, 700, 226, 700, 3308, 226, 703, 226, 319, 704, 226, 401, 707, 3278, 703, 727, 234, 703, 226, 327, 708, 226, 409, 728, 352, 707, 327, 3458, 707, 234, 725, 434, 234, 727, 602, 602, 730, 730, 647, 735, 730, 736, 735, 224, 737, 731, 319, 743, 401, 742, 3278, 224, 742, 226, 742, 3273, 226, 745, 226, 319, 746, 226, 401, 749, 3271, 745, 768, 234, 745, 226, 327, 750, 226, 409, 769, 352, 749, 3472, 3466, 749, 234, 766, 434, 234, 768, 602, 602, 771, 771, 647, 776, 771, 777, 776, 224, 778, 772, 319, 784, 401, 783, 3241, 224, 783, 226, 783, 3241, 226, 786, 226, 319, 787, 226, 401, 790, 3234, 786, 809, 234, 786, 226, 327, 791, 226, 409, 810, 352, 790, 3232, 3202, 790, 234, 807, 434, 234, 809, 602, 602, 812, 812, 647, 817, 812, 818, 817, 224, 819, 813, 319, 825, 401, 824, 3202, 224, 824, 226, 824, 3195, 226, 827, 226, 319, 828, 226, 401, 831, 3193, 827, 850, 234, 827, 226, 327, 832, 226, 409, 851, 352, 831, 3163, 3163, 831, 234, 848, 434, 234, 850, 602, 602, 853, 853, 647, 857, 853, 858, 857, 224, 859, 854, 319, 865, 401, 864, 3156, 224, 864, 226, 864, 3154, 226, 867, 226, 319, 868, 226, 401, 871, 3124, 867, 890, 234, 867, 226, 327, 872, 226, 409, 891, 352, 871, 3124, 3117, 871, 234, 888, 434, 234, 890, 602, 602, 893, 893, 647, 897, 893, 898, 897, 224, 899, 894, 319, 905, 401, 904, 3115, 224, 904, 226, 904, 3085, 226, 907, 226, 319, 908, 226, 401, 911, 3085, 907, 930, 234, 907, 226, 327, 912, 226, 409, 931, 352, 911, 3078, 3076, 911, 234, 928, 434, 234, 930, 602, 602, 933, 933, 647, 937, 933, 938, 937, 224, 939, 934, 319, 945, 401, 944, 3046, 224, 944, 226, 944, 3046, 226, 947, 226, 319, 948, 226, 401, 951, 3039, 947, 970, 234, 947, 226, 327, 952, 226, 409, 971, 352, 951, 3037, 3007, 951, 234, 968, 434, 234, 970, 602, 602, 973, 973, 647, 977, 973, 978, 977, 224, 979, 974, 319, 985, 401, 984, 3007, 224, 984, 226, 984, 3000, 226, 987, 226, 319, 988, 226, 401, 991, 2998, 987, 1010, 234, 987, 226, 327, 992, 226, 409, 1011, 352, 991, 2968, 2968, 991, 234, 1008, 434, 234, 1010, 602, 602, 1013, 1013, 647, 1017, 1013, 1018, 1017, 224, 1019, 1014, 319, 1025, 401, 1024, 2961, 224, 1024, 226, 1024, 2959, 226, 1027, 226, 319, 1028, 226, 401, 1031, 2929, 1027, 1050, 234, 1027, 226, 327, 1032, 226, 409, 1051, 352, 1031, 2929, 2922, 1031, 234, 1048, 434, 234, 1050, 602, 602, 1053, 1053, 647, 1057, 1053, 1058, 1057, 224, 1059, 1054, 319, 1064, 401, 1063, 2920, 224, 1063, 226, 1063, 2890, 226, 1066, 226, 319, 1067, 226, 401, 1070, 2890, 1066, 1089, 234, 1066, 226, 327, 1071, 226, 409, 1090, 352, 1070, 2883, 2881, 1070, 234, 1087, 434, 234, 1089, 602, 602, 1092, 1092, 647, 1096, 1092, 1097, 1096, 224, 1098, 1093, 319, 1103, 401, 1102, 2851, 224, 1102, 226, 1102, 2851, 226, 1105, 226, 319, 1106, 226, 401, 1109, 2844, 1105, 1128, 234, 1105, 226, 327, 1110, 226, 409, 1129, 352, 1109, 2842, 2812, 1109, 234, 1126, 434, 234, 1128, 602, 602, 1131, 1131, 647, 1135, 1131, 1136, 1135, 224, 1137, 1132, 319, 1142, 401, 1141, 2812, 224, 1141, 226, 1141, 2805, 226, 1144, 226, 319, 1145, 226, 401, 1148, 2803, 1144, 1167, 234, 1144, 226, 327, 1149, 226, 409, 1168, 352, 1148, 2773, 2773, 1148, 234, 1165, 434, 234, 1167, 602, 602, 1170, 1170, 647, 1174, 1170, 1175, 1174, 224, 1176, 1171, 319, 1181, 401, 1180, 2766, 224, 1180, 226, 1180, 2764, 226, 1183, 226, 319, 1184, 226, 401, 1187, 2734, 1183, 1206, 234, 1183, 226, 327, 1188, 226, 409, 1207, 352, 1187, 2734, 2727, 1187, 234, 1204, 434, 234, 1206, 602, 602, 1209, 1209, 647, 1213, 1209, 1214, 1213, 224, 1215, 1210, 319, 1220, 401, 1219, 2725, 224, 1219, 226, 1219, 2695, 226, 1222, 226, 319, 1223, 226, 401, 1226, 2695, 1222, 1245, 234, 1222, 226, 327, 1227, 226, 409, 1246, 352, 1226, 2688, 2686, 1226, 234, 1243, 434, 234, 1245, 602, 602, 1248, 1248, 647, 1252, 1248, 1253, 1252, 224, 1254, 1249, 319, 1259, 401, 1258, 2656, 224, 1258, 226, 1258, 2656, 226, 1261, 226, 319, 1262, 226, 401, 1265, 2649, 1261, 1284, 234, 1261, 226, 327, 1266, 226, 409, 1285, 352, 1265, 2647, 2617, 1265, 234, 1282, 434, 234, 1284, 602, 602, 1287, 1287, 647, 1291, 1287, 1292, 1291, 224, 1293, 1288, 319, 1298, 401, 1297, 2617, 224, 1297, 226, 1297, 2610, 226, 1300, 226, 319, 1301, 226, 401, 1304, 2608, 1300, 1323, 234, 1300, 226, 327, 1305, 226, 409, 1324, 352, 1304, 2578, 2578, 1304, 234, 1321, 434, 234, 1323, 602, 602, 1326, 1326, 647, 1330, 1326, 1331, 1330, 224, 1332, 1327, 319, 1337, 401, 1336, 2571, 224, 1336, 226, 1336, 2569, 226, 1339, 226, 319, 1340, 226, 401, 1343, 2539, 1339, 1362, 234, 1339, 226, 327, 1344, 226, 409, 1363, 352, 1343, 2539, 2532, 1343, 234, 1360, 434, 234, 1362, 602, 602, 1365, 1365, 647, 1369, 1365, 1370, 1369, 224, 1371, 1366, 319, 1376, 401, 1375, 2530, 224, 1375, 226, 1375, 2500, 226, 1378, 226, 319, 1379, 226, 401, 1382, 2500, 1378, 1401, 234, 1378, 226, 327, 1383, 226, 409, 1402, 352, 1382, 2493, 2491, 1382, 234, 1399, 434, 234, 1401, 602, 602, 1404, 1404, 647, 1408, 1404, 1409, 1408, 224, 1410, 1405, 319, 1415, 401, 1414, 2461, 224, 1414, 226, 1414, 2461, 226, 1417, 226, 319, 1418, 226, 401, 1421, 2454, 1417, 1440, 234, 1417, 226, 327, 1422, 226, 409, 1441, 352, 1421, 2452, 2422, 1421, 234, 1438, 434, 234, 1440, 602, 602, 1443, 1443, 647, 1447, 1443, 1448, 1447, 224, 1449, 1444, 319, 1454, 401, 1453, 2422, 224, 1453, 226, 1453, 2415, 226, 1456, 226, 319, 1457, 226, 401, 1460, 2413, 1456, 1479, 234, 1456, 226, 327, 1461, 226, 409, 1480, 352, 1460, 2383, 2383, 1460, 234, 1477, 434, 234, 1479, 602, 602, 1482, 1482, 647, 1486, 1482, 1487, 1486, 224, 1488, 1483, 319, 1493, 401, 1492, 2376, 224, 1492, 226, 1492, 2374, 226, 1495, 226, 319, 1496, 226, 401, 1499, 2344, 1495, 1518, 234, 1495, 226, 327, 1500, 226, 409, 1519, 352, 1499, 2344, 2337, 1499, 234, 1516, 434, 234, 1518, 602, 602, 1521, 1521, 647, 1525, 1521, 1526, 1525, 224, 1527, 1522, 319, 1532, 401, 1531, 2335, 224, 1531, 226, 1531, 2305, 226, 1534, 226, 319, 1535, 226, 401, 1538, 2305, 1534, 1557, 234, 1534, 226, 327, 1539, 226, 409, 1558, 352, 1538, 2298, 2296, 1538, 234, 1555, 434, 234, 1557, 602, 602, 1560, 1560, 647, 1564, 1560, 1565, 1564, 224, 1566, 1561, 319, 1571, 401, 1570, 2266, 224, 1570, 226, 1570, 2266, 226, 1573, 226, 319, 1574, 226, 401, 1577, 2259, 1573, 1596, 234, 1573, 226, 327, 1578, 226, 409, 1597, 352, 1577, 2257, 2227, 1577, 234, 1594, 434, 234, 1596, 602, 602, 1599, 1599, 647, 1603, 1599, 1604, 1603, 224, 1605, 1600, 319, 1610, 401, 1609, 2227, 224, 1609, 226, 1609, 2220, 226, 1612, 226, 319, 1613, 226, 401, 1616, 2218, 1612, 1635, 234, 1612, 226, 327, 1617, 226, 409, 1636, 352, 1616, 2188, 2188, 1616, 234, 1633, 434, 234, 1635, 602, 602, 1638, 1638, 647, 1642, 1638, 1643, 1642, 224, 1644, 1639, 319, 1649, 401, 1648, 2181, 224, 1648, 226, 1648, 2179, 226, 1651, 226, 319, 1652, 226, 401, 1655, 2149, 1651, 1674, 234, 1651, 226, 327, 1656, 226, 409, 1675, 352, 1655, 2149, 2142, 1655, 234, 1672, 434, 234, 1674, 602, 602, 1677, 1677, 647, 1681, 1677, 1682, 1681, 224, 1683, 1678, 319, 1688, 401, 1687, 2140, 224, 1687, 226, 1687, 2110, 226, 1690, 226, 319, 1691, 226, 401, 1694, 2110, 1690, 1713, 234, 1690, 226, 327, 1695, 226, 409, 1714, 352, 1694, 2103, 2101, 1694, 234, 1711, 434, 234, 1713, 602, 602, 1716, 1716, 647, 1720, 1716, 1721, 1720, 224, 1722, 1717, 319, 1727, 401, 1726, 2071, 224, 1726, 226, 1726, 2071, 226, 1729, 226, 319, 1730, 226, 401, 1733, 2064, 1729, 1752, 234, 1729, 226, 327, 1734, 226, 409, 1753, 352, 1733, 2062, 2032, 1733, 234, 1750, 434, 234, 1752, 602, 602, 1755, 1755, 647, 1759, 1755, 1760, 1759, 224, 1761, 1756, 319, 1766, 401, 1765, 2032, 224, 1765, 226, 1765, 2025, 226, 1768, 226, 319, 1769, 226, 401, 1772, 2023, 1768, 1791, 234, 1768, 226, 327, 1773, 226, 409, 1792, 352, 1772, 1993, 1993, 1772, 234, 1789, 434, 234, 1791, 602, 602, 1794, 1794, 647, 1798, 1794, 1799, 1798, 224, 1800, 1795, 319, 1805, 401, 1804, 1986, 224, 1804, 226, 1804, 1984, 226, 1807, 226, 319, 1808, 226, 401, 1811, 1954, 1807, 1830, 234, 1807, 226, 327, 1812, 226, 409, 1831, 352, 1811, 1954, 1947, 1811, 234, 1828, 434, 234, 1830, 602, 602, 1833, 1833, 647, 1837, 1833, 1838, 1837, 224, 1839, 1834, 319, 1844, 401, 1843, 1945, 224, 1843, 226, 1843, 1915, 226, 1846, 226, 319, 1847, 226, 401, 1850, 1915, 1846, 1869, 234, 1846, 226, 327, 1851, 226, 409, 1870, 352, 1850, 1908, 1906, 1850, 234, 1867, 434, 234, 1869, 602, 602, 1872, 1872, 647, 1876, 1872, 1877, 1876, 224, 1878, 1873, 319, 1883, 401, 1882, 1876, 224, 1882, 226, 1882, 1876, 226, 1885, 226, 319, 1886, 226, 401, 1889, 1869, 1885, 1908, 234, 1885, 226, 327, 1890, 226, 409, 1909, 352, 1889, 1867, 1837, 1889, 234, 1906, 434, 234, 1908, 602, 602, 1911, 1911, 647, 1915, 1911, 1916, 1915, 224, 1917, 1912, 319, 1922, 401, 1921, 1837, 224, 1921, 226, 1921, 1830, 226, 1924, 226, 319, 1925, 226, 401, 1928, 1828, 1924, 1947, 234, 1924, 226, 327, 1929, 226, 409, 1948, 352, 1928, 1798, 1798, 1928, 234, 1945, 434, 234, 1947, 602, 602, 1950, 1950, 647, 1954, 1950, 1955, 1954, 224, 1956, 1951, 319, 1961, 401, 1960, 1791, 224, 1960, 226, 1960, 1789, 226, 1963, 226, 319, 1964, 226, 401, 1967, 1759, 1963, 1986, 234, 1963, 226, 327, 1968, 226, 409, 1987, 352, 1967, 1759, 1752, 1967, 234, 1984, 434, 234, 1986, 602, 602, 1989, 1989, 647, 1993, 1989, 1994, 1993, 224, 1995, 1990, 319, 2000, 401, 1999, 1750, 224, 1999, 226, 1999, 1720, 226, 2002, 226, 319, 2003, 226, 401, 2006, 1720, 2002, 2025, 234, 2002, 226, 327, 2007, 226, 409, 2026, 352, 2006, 1713, 1711, 2006, 234, 2023, 434, 234, 2025, 602, 602, 2028, 2028, 647, 2032, 2028, 2033, 2032, 224, 2034, 2029, 319, 2039, 401, 2038, 1681, 224, 2038, 226, 2038, 1681, 226, 2041, 226, 319, 2042, 226, 401, 2045, 1674, 2041, 2064, 234, 2041, 226, 327, 2046, 226, 409, 2065, 352, 2045, 1672, 1642, 2045, 234, 2062, 434, 234, 2064, 602, 602, 2067, 2067, 647, 2071, 2067, 2072, 2071, 224, 2073, 2068, 319, 2078, 401, 2077, 1642, 224, 2077, 226, 2077, 1635, 226, 2080, 226, 319, 2081, 226, 401, 2084, 1633, 2080, 2103, 234, 2080, 226, 327, 2085, 226, 409, 2104, 352, 2084, 1603, 1603, 2084, 234, 2101, 434, 234, 2103, 602, 602, 2106, 2106, 647, 2110, 2106, 2111, 2110, 224, 2112, 2107, 319, 2117, 401, 2116, 1596, 224, 2116, 226, 2116, 1594, 226, 2119, 226, 319, 2120, 226, 401, 2123, 1564, 2119, 2142, 234, 2119, 226, 327, 2124, 226, 409, 2143, 352, 2123, 1564, 1557, 2123, 234, 2140, 434, 234, 2142, 602, 602, 2145, 2145, 647, 2149, 2145, 2150, 2149, 224, 2151, 2146, 319, 2156, 401, 2155, 1555, 224, 2155, 226, 2155, 1525, 226, 2158, 226, 319, 2159, 226, 401, 2162, 1525, 2158, 2181, 234, 2158, 226, 327, 2163, 226, 409, 2182, 352, 2162, 1518, 1516, 2162, 234, 2179, 434, 234, 2181, 602, 602, 2184, 2184, 647, 2188, 2184, 2189, 2188, 224, 2190, 2185, 319, 2195, 401, 2194, 1486, 224, 2194, 226, 2194, 1486, 226, 2197, 226, 319, 2198, 226, 401, 2201, 1479, 2197, 2220, 234, 2197, 226, 327, 2202, 226, 409, 2221, 352, 2201, 1477, 1447, 2201, 234, 2218, 434, 234, 2220, 602, 602, 2223, 2223, 647, 2227, 2223, 2228, 2227, 224, 2229, 2224, 319, 2234, 401, 2233, 1447, 224, 2233, 226, 2233, 1440, 226, 2236, 226, 319, 2237, 226, 401, 2240, 1438, 2236, 2259, 234, 2236, 226, 327, 2241, 226, 409, 2260, 352, 2240, 1408, 1408, 2240, 234, 2257, 434, 234, 2259, 602, 602, 2262, 2262, 647, 2266, 2262, 2267, 2266, 224, 2268, 2263, 319, 2273, 401, 2272, 1401, 224, 2272, 226, 2272, 1399, 226, 2275, 226, 319, 2276, 226, 401, 2279, 1369, 2275, 2298, 234, 2275, 226, 327, 2280, 226, 409, 2299, 352, 2279, 1369, 1362, 2279, 234, 2296, 434, 234, 2298, 602, 602, 2301, 2301, 647, 2305, 2301, 2306, 2305, 224, 2307, 2302, 319, 2312, 401, 2311, 1360, 224, 2311, 226, 2311, 1330, 226, 2314, 226, 319, 2315, 226, 401, 2318, 1330, 2314, 2337, 234, 2314, 226, 327, 2319, 226, 409, 2338, 352, 2318, 1323, 1321, 2318, 234, 2335, 434, 234, 2337, 602, 602, 2340, 2340, 647, 2344, 2340, 2345, 2344, 224, 2346, 2341, 319, 2351, 401, 2350, 1291, 224, 2350, 226, 2350, 1291, 226, 2353, 226, 319, 2354, 226, 401, 2357, 1284, 2353, 2376, 234, 2353, 226, 327, 2358, 226, 409, 2377, 352, 2357, 1282, 1252, 2357, 234, 2374, 434, 234, 2376, 602, 602, 2379, 2379, 647, 2383, 2379, 2384, 2383, 224, 2385, 2380, 319, 2390, 401, 2389, 1252, 224, 2389, 226, 2389, 1245, 226, 2392, 226, 319, 2393, 226, 401, 2396, 1243, 2392, 2415, 234, 2392, 226, 327, 2397, 226, 409, 2416, 352, 2396, 1213, 1213, 2396, 234, 2413, 434, 234, 2415, 602, 602, 2418, 2418, 647, 2422, 2418, 2423, 2422, 224, 2424, 2419, 319, 2429, 401, 2428, 1206, 224, 2428, 226, 2428, 1204, 226, 2431, 226, 319, 2432, 226, 401, 2435, 1174, 2431, 2454, 234, 2431, 226, 327, 2436, 226, 409, 2455, 352, 2435, 1174, 1167, 2435, 234, 2452, 434, 234, 2454, 602, 602, 2457, 2457, 647, 2461, 2457, 2462, 2461, 224, 2463, 2458, 319, 2468, 401, 2467, 1165, 224, 2467, 226, 2467, 1135, 226, 2470, 226, 319, 2471, 226, 401, 2474, 1135, 2470, 2493, 234, 2470, 226, 327, 2475, 226, 409, 2494, 352, 2474, 1128, 1126, 2474, 234, 2491, 434, 234, 2493, 602, 602, 2496, 2496, 647, 2500, 2496, 2501, 2500, 224, 2502, 2497, 319, 2507, 401, 2506, 1096, 224, 2506, 226, 2506, 1096, 226, 2509, 226, 319, 2510, 226, 401, 2513, 1089, 2509, 2532, 234, 2509, 226, 327, 2514, 226, 409, 2533, 352, 2513, 1087, 1057, 2513, 234, 2530, 434, 234, 2532, 602, 602, 2535, 2535, 647, 2539, 2535, 2540, 2539, 224, 2541, 2536, 319, 2546, 401, 2545, 1057, 224, 2545, 226, 2545, 1050, 226, 2548, 226, 319, 2549, 226, 401, 2552, 1048, 2548, 2571, 234, 2548, 226, 327, 2553, 226, 409, 2572, 352, 2552, 1017, 1017, 2552, 234, 2569, 434, 234, 2571, 602, 602, 2574, 2574, 647, 2578, 2574, 2579, 2578, 224, 2580, 2575, 319, 2585, 401, 2584, 1010, 224, 2584, 226, 2584, 1008, 226, 2587, 226, 319, 2588, 226, 401, 2591, 977, 2587, 2610, 234, 2587, 226, 327, 2592, 226, 409, 2611, 352, 2591, 977, 970, 2591, 234, 2608, 434, 234, 2610, 602, 602, 2613, 2613, 647, 2617, 2613, 2618, 2617, 224, 2619, 2614, 319, 2624, 401, 2623, 968, 224, 2623, 226, 2623, 937, 226, 2626, 226, 319, 2627, 226, 401, 2630, 937, 2626, 2649, 234, 2626, 226, 327, 2631, 226, 409, 2650, 352, 2630, 930, 928, 2630, 234, 2647, 434, 234, 2649, 602, 602, 2652, 2652, 647, 2656, 2652, 2657, 2656, 224, 2658, 2653, 319, 2663, 401, 2662, 897, 224, 2662, 226, 2662, 897, 226, 2665, 226, 319, 2666, 226, 401, 2669, 890, 2665, 2688, 234, 2665, 226, 327, 2670, 226, 409, 2689, 352, 2669, 888, 857, 2669, 234, 2686, 434, 234, 2688, 602, 602, 2691, 2691, 647, 2695, 2691, 2696, 2695, 224, 2697, 2692, 319, 2702, 401, 2701, 857, 224, 2701, 226, 2701, 850, 226, 2704, 226, 319, 2705, 226, 401, 2708, 848, 2704, 2727, 234, 2704, 226, 327, 2709, 226, 409, 2728, 352, 2708, 817, 817, 2708, 234, 2725, 434, 234, 2727, 602, 602, 2730, 2730, 647, 2734, 2730, 2735, 2734, 224, 2736, 2731, 319, 2741, 401, 2740, 809, 224, 2740, 226, 2740, 807, 226, 2743, 226, 319, 2744, 226, 401, 2747, 776, 2743, 2766, 234, 2743, 226, 327, 2748, 226, 409, 2767, 352, 2747, 776, 768, 2747, 234, 2764, 434, 234, 2766, 602, 602, 2769, 2769, 647, 2773, 2769, 2774, 2773, 224, 2775, 2770, 319, 2780, 401, 2779, 766, 224, 2779, 226, 2779, 735, 226, 2782, 226, 319, 2783, 226, 401, 2786, 735, 2782, 2805, 234, 2782, 226, 327, 2787, 226, 409, 2806, 352, 2786, 727, 725, 2786, 234, 2803, 434, 234, 2805, 602, 602, 2808, 2808, 647, 2812, 2808, 2813, 2812, 224, 2814, 2809, 319, 2819, 401, 2818, 693, 224, 2818, 226, 2818, 693, 226, 2821, 226, 319, 2822, 226, 401, 2825, 685, 2821, 2844, 234, 2821, 226, 327, 2826, 226, 409, 2845, 352, 2825, 683, 651, 2825, 234, 2842, 434, 234, 2844, 602, 602, 2847, 2847, 647, 2851, 2847, 2852, 2851, 224, 2853, 2848, 319, 2858, 401, 2857, 651, 224, 2857, 226, 2857, 642, 226, 2860, 226, 319, 2861, 226, 401, 2864, 640, 2860, 2883, 234, 2860, 226, 327, 2865, 226, 409, 2884, 352, 2864, 334, 611, 2864, 234, 2881, 434, 234, 2883, 602, 602, 2886, 2886, 647, 2890, 2886, 2891, 2890, 224, 2892, 2887, 319, 2897, 401, 2896, 608, 224, 2896, 226, 2896, 608, 226, 2899, 226, 319, 2900, 226, 401, 2903, 599, 2899, 2922, 234, 2899, 226, 327, 2904, 226, 409, 2923, 352, 2903, 597, 334, 2903, 234, 2920, 434, 234, 2922, 602, 602, 2925, 2925, 647, 2929, 2925, 2930, 2929, 224, 2931, 2926, 319, 2936, 401, 2935, 582, 224, 2935, 226, 2935, 567, 226, 2938, 226, 319, 2939, 226, 401, 2942, 564, 2938, 2961, 234, 2938, 226, 327, 2943, 226, 409, 2962, 352, 2942, 564, 517, 2942, 234, 2959, 434, 234, 2961, 602, 602, 2964, 2964, 647, 2968, 2964, 2969, 2968, 224, 2970, 2965, 319, 2975, 401, 2974, 515, 224, 2974, 226, 2974, 513, 226, 2977, 226, 319, 2978, 226, 401, 2981, 560, 2977, 3000, 234, 2977, 226, 327, 2982, 226, 409, 3001, 352, 2981, 557, 555, 2981, 234, 2998, 434, 234, 3000, 602, 602, 3003, 3003, 647, 3007, 3003, 3008, 3007, 224, 3009, 3004, 319, 3014, 401, 3013, 334, 224, 3013, 226, 3013, 540, 226, 3016, 226, 319, 3017, 226, 401, 3020, 539, 3016, 3039, 234, 3016, 226, 327, 3021, 226, 409, 3040, 352, 3020, 524, 521, 3020, 234, 3037, 434, 234, 3039, 602, 602, 3042, 3042, 647, 3046, 3042, 3047, 3046, 224, 3048, 3043, 319, 3053, 401, 3052, 521, 224, 3052, 226, 3052, 517, 226, 3055, 226, 319, 3056, 226, 401, 3059, 515, 3055, 3078, 234, 3055, 226, 327, 3060, 226, 409, 3079, 352, 3059, 513, 508, 3059, 234, 3076, 434, 234, 3078, 602, 602, 3081, 3081, 647, 3085, 3081, 3086, 3085, 224, 3087, 3082, 319, 3092, 401, 3091, 506, 224, 3091, 226, 3091, 491, 226, 3094, 226, 319, 3095, 226, 401, 3098, 490, 3094, 3117, 234, 3094, 226, 327, 3099, 226, 409, 3118, 352, 3098, 489, 488, 3098, 234, 3115, 434, 234, 3117, 602, 602, 3120, 3120, 647, 3124, 3120, 3125, 3124, 224, 3126, 3121, 319, 3131, 401, 3130, 485, 224, 3130, 226, 3130, 318, 226, 3133, 226, 319, 3134, 226, 401, 3137, 472, 3133, 3156, 234, 3133, 226, 327, 3138, 226, 409, 3157, 352, 3137, 469, 469, 3137, 234, 3154, 434, 234, 3156, 602, 602, 3159, 3159, 647, 3163, 3159, 3164, 3163, 224, 3165, 3160, 319, 3170, 401, 3169, 465, 224, 3169, 226, 3169, 464, 226, 3172, 226, 319, 3173, 226, 401, 3176, 463, 3172, 3195, 234, 3172, 226, 327, 3177, 226, 409, 3196, 352, 3176, 462, 461, 3176, 234, 3193, 434, 234, 3195, 602, 602, 3198, 3198, 647, 3202, 3198, 3203, 3202, 224, 3204, 3199, 319, 3209, 401, 3208, 460, 224, 3208, 226, 3208, 459, 226, 3211, 226, 319, 3212, 226, 401, 3215, 458, 3211, 3234, 234, 3211, 226, 327, 3216, 226, 409, 3235, 352, 3215, 457, 456, 3215, 234, 3232, 434, 234, 3234, 602, 602, 3237, 3237, 647, 3241, 3237, 3242, 3241, 224, 3243, 3238, 319, 3248, 401, 3247, 455, 224, 3247, 226, 3247, 454, 226, 3250, 226, 319, 3251, 226, 401, 3254, 453, 3250, 3273, 234, 3250, 226, 327, 3255, 226, 409, 3274, 352, 3254, 452, 451, 3254, 234, 3271, 434, 234, 3273, 602, 602, 3276, 3276, 647, 3278, 3276, 3279, 3278, 224, 3280, 3277, 319, 3285, 401, 3284, 450, 224, 3284, 226, 3284, 449, 226, 3287, 226, 319, 3288, 226, 401, 3291, 448, 3287, 3310, 234, 3287, 226, 327, 3292, 226, 409, 3311, 352, 3291, 447, 446, 3291, 234, 3308, 434, 234, 3310, 602, 602, 3313, 3313, 647, 445, 3313, 224, 319, 3319, 401, 3314, 444, 3318, 3318, 224, 3318, 226, 226, 443, 226, 3321, 319, 3322, 401, 226, 442, 3325, 3321, 3344, 3321, 234, 226, 409, 226, 327, 3326, 3345, 352, 3325, 434, 3325, 3344, 234, 3342, 234, 602, 602, 3347, 3347, 647, 441, 3347, 224, 319, 3353, 401, 3348, 440, 3352, 3352, 224, 3352, 226, 226, 439, 226, 3355, 319, 3356, 401, 226, 438, 3359, 3355, 3378, 3355, 234, 226, 409, 226, 327, 3360, 3379, 352, 3359, 434, 3359, 3378, 234, 3376, 234, 602, 602, 3381, 3381, 647, 437, 3381, 224, 319, 3387, 401, 3382, 432, 3386, 3386, 224, 3386, 226, 226, 430, 226, 3389, 319, 3390, 401, 226, 415, 3393, 3389, 3412, 3389, 234, 226, 409, 226, 327, 3394, 3413, 352, 3393, 434, 3393, 3412, 234, 3410, 234, 602, 602, 3415, 3415, 647, 414, 3415, 224, 319, 3421, 401, 3416, 413, 3420, 3420, 224, 3420, 226, 226, 412, 226, 3423, 319, 3424, 401, 226, 408, 3427, 3423, 3446, 3423, 234, 226, 409, 226, 327, 3428, 3447, 352, 3427, 434, 3427, 3446, 234, 3444, 234, 602, 602, 3449, 3449, 647, 318, 3449, 224, 319, 3453, 401, 3450, 400, 3452, 3452, 224, 3452, 226, 226, 394, 226, 3455, 319, 3456, 401, 226, 391, 3457, 3455, 3460, 3455, 234, 226, 409, 226, 327, 3458, 3461, 352, 3457, 434, 3457, 3460, 234, 3459, 234, 602, 602, 3463, 3463, 647, 391, 3463, 224, 319, 3466, 401, 3464, 387, 3465, 3465, 224, 3465, 226, 226, 386, 226, 3468, 319, 3469, 401, 226, 385, 224, 3468, 384, 3468, 383, 226, 3475, 226, 319, 3476, 226, 401, 382, 224, 3475, 381, 401, 3475, 226, 3465, 380, 226, 3465, 226, 319, 3466, 226, 379, 378, 377, 3465, 376, 375, 374, 226, 66, 66, 66, 66, 66, 66, 66, 66, 83, 83, 83, 83, 83, 83, 83, 83, 86, 86, 86, 86, 86, 86, 86, 86, 90, 90, 90, 90, 90, 90, 90, 90, 95, 95, 95, 95, 95, 95, 95, 95, 99, 99, 99, 99, 99, 99, 99, 99, 101, 101, 101, 101, 101, 101, 101, 101, 103, 103, 103, 103, 103, 103, 103, 103, 108, 108, 108, 108, 108, 108, 108, 108, 110, 110, 110, 110, 110, 110, 110, 110, 114, 114, 114, 114, 114, 114, 114, 114, 116, 116, 116, 116, 116, 116, 116, 116, 121, 121, 121, 121, 121, 121, 121, 121, 123, 123, 123, 123, 123, 123, 123, 123, 128, 128, 128, 128, 128, 128, 128, 128, 135, 135, 135, 135, 135, 135, 135, 135, 137, 137, 137, 137, 137, 137, 137, 137, 141, 141, 141, 141, 141, 141, 141, 141, 145, 145, 145, 145, 145, 145, 145, 145, 147, 147, 147, 147, 147, 147, 147, 147, 149, 149, 149, 149, 149, 149, 149, 149, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 155, 155, 155, 155, 155, 155, 155, 155, 157, 157, 157, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 159, 159, 159, 161, 161, 161, 161, 161, 161, 161, 161, 166, 166, 166, 166, 166, 166, 166, 166, 168, 168, 168, 168, 168, 168, 168, 168, 170, 170, 170, 170, 170, 170, 170, 170, 172, 172, 172, 172, 172, 172, 172, 172, 175, 175, 175, 175, 175, 175, 175, 175, 211, 373, 372, 211, 211, 211, 371, 211, 212, 370, 369, 212, 212, 212, 368, 212, 215, 367, 366, 215, 215, 215, 365, 215, 221, 364, 221, 221, 221, 221, 221, 221, 222, 363, 222, 222, 222, 222, 222, 222, 223, 223, 223, 223, 223, 223, 223, 223, 231, 362, 231, 231, 231, 231, 231, 231, 232, 361, 232, 232, 232, 232, 232, 232, 239, 354, 239, 239, 239, 239, 239, 239, 241, 351, 241, 241, 241, 241, 241, 241, 250, 268, 250, 250, 250, 250, 250, 250, 251, 336, 251, 335, 251, 251, 334, 251, 256, 333, 256, 256, 256, 256, 256, 256, 257, 244, 257, 257, 257, 257, 257, 257, 258, 240, 258, 258, 258, 258, 258, 258, 259, 237, 259, 259, 259, 259, 259, 259, 260, 229, 260, 260, 260, 260, 260, 260, 261, 318, 261, 261, 261, 261, 261, 261, 262, 318, 262, 262, 262, 262, 262, 262, 263, 313, 263, 263, 263, 263, 263, 263, 264, 310, 264, 264, 264, 264, 264, 264, 267, 213, 306, 267, 269, 305, 269, 269, 269, 269, 269, 269, 270, 304, 270, 270, 270, 270, 270, 270, 273, 303, 273, 273, 273, 273, 273, 273, 307, 302, 301, 307, 307, 307, 300, 307, 308, 299, 298, 308, 308, 308, 297, 308, 309, 296, 295, 309, 309, 309, 294, 309, 314, 293, 314, 314, 314, 314, 314, 314, 315, 292, 315, 315, 315, 315, 315, 315, 316, 316, 316, 316, 316, 316, 316, 316, 321, 321, 321, 321, 321, 321, 291, 321, 324, 290, 324, 324, 324, 324, 324, 324, 325, 289, 325, 325, 325, 325, 325, 325, 331, 288, 331, 331, 331, 331, 331, 331, 332, 287, 332, 332, 332, 332, 332, 332, 337, 286, 337, 337, 337, 337, 337, 337, 338, 285, 338, 284, 338, 338, 283, 338, 339, 282, 339, 339, 339, 339, 339, 339, 340, 281, 340, 340, 340, 340, 340, 340, 341, 280, 341, 341, 341, 341, 341, 341, 342, 279, 342, 342, 342, 342, 342, 342, 343, 278, 343, 343, 343, 343, 343, 343, 344, 274, 344, 344, 344, 344, 344, 344, 345, 271, 345, 345, 345, 345, 345, 345, 346, 268, 346, 346, 346, 346, 346, 346, 347, 255, 347, 347, 347, 347, 347, 347, 348, 254, 249, 348, 349, 248, 349, 349, 349, 349, 349, 349, 350, 247, 350, 350, 350, 350, 350, 350, 353, 246, 353, 353, 353, 353, 353, 353, 388, 245, 244, 388, 388, 388, 240, 388, 389, 220, 216, 389, 389, 389, 216, 389, 390, 210, 198, 390, 390, 390, 194, 390, 395, 193, 395, 395, 395, 395, 395, 395, 396, 185, 396, 396, 396, 396, 396, 396, 397, 397, 397, 397, 397, 397, 397, 397, 402, 402, 402, 402, 402, 402, 402, 402, 404, 181, 404, 404, 404, 404, 404, 404, 405, 3480, 405, 405, 405, 405, 405, 405, 410, 171, 410, 410, 410, 410, 410, 410, 411, 171, 411, 411, 411, 411, 411, 411, 416, 169, 416, 416, 416, 416, 416, 416, 417, 169, 417, 162, 417, 417, 162, 417, 418, 160, 418, 418, 418, 418, 418, 418, 419, 160, 419, 419, 419, 419, 419, 419, 420, 158, 420, 420, 420, 420, 420, 420, 421, 158, 421, 421, 421, 421, 421, 421, 422, 156, 422, 422, 422, 422, 422, 422, 423, 156, 423, 423, 423, 423, 423, 423, 424, 154, 424, 424, 424, 424, 424, 424, 425, 154, 425, 425, 425, 425, 425, 425, 426, 152, 426, 426, 426, 426, 426, 426, 427, 152, 150, 427, 428, 150, 428, 428, 428, 428, 428, 428, 429, 148, 429, 429, 429, 429, 429, 429, 431, 148, 431, 431, 431, 431, 431, 431, 466, 146, 146, 466, 466, 466, 136, 466, 467, 136, 122, 467, 467, 467, 122, 467, 468, 115, 115, 468, 468, 468, 109, 468, 473, 109, 473, 473, 473, 473, 473, 473, 474, 102, 474, 474, 474, 474, 474, 474, 475, 475, 475, 475, 475, 475, 475, 475, 478, 478, 478, 478, 478, 478, 478, 478, 481, 102, 481, 481, 481, 481, 481, 481, 482, 100, 482, 482, 482, 482, 482, 482, 486, 100, 486, 486, 486, 486, 486, 486, 487, 67, 487, 487, 487, 487, 487, 487, 492, 3480, 492, 492, 492, 492, 492, 492, 493, 3480, 493, 3480, 493, 493, 3480, 493, 494, 3480, 494, 494, 494, 494, 494, 494, 495, 3480, 495, 495, 495, 495, 495, 495, 496, 3480, 496, 496, 496, 496, 496, 496, 497, 3480, 497, 497, 497, 497, 497, 497, 498, 3480, 498, 498, 498, 498, 498, 498, 499, 3480, 499, 499, 499, 499, 499, 499, 500, 3480, 500, 500, 500, 500, 500, 500, 501, 3480, 501, 501, 501, 501, 501, 501, 502, 3480, 502, 502, 502, 502, 502, 502, 503, 3480, 3480, 503, 504, 3480, 504, 504, 504, 504, 504, 504, 505, 3480, 505, 505, 505, 505, 505, 505, 507, 3480, 507, 507, 507, 507, 507, 507, 512, 512, 512, 512, 512, 512, 512, 512, 514, 514, 514, 514, 514, 514, 514, 514, 516, 516, 516, 516, 516, 516, 516, 516, 518, 3480, 3480, 518, 518, 518, 3480, 518, 519, 3480, 3480, 519, 519, 519, 3480, 519, 520, 3480, 3480, 520, 520, 520, 3480, 520, 525, 3480, 525, 525, 525, 525, 525, 525, 526, 3480, 526, 526, 526, 526, 526, 526, 527, 527, 527, 527, 527, 527, 527, 527, 530, 530, 530, 530, 530, 530, 530, 530, 533, 3480, 533, 533, 533, 533, 533, 533, 534, 3480, 534, 534, 534, 534, 534, 534, 537, 3480, 537, 537, 537, 537, 537, 537, 538, 3480, 538, 538, 538, 538, 538, 538, 541, 3480, 541, 541, 541, 541, 541, 541, 542, 3480, 542, 3480, 542, 542, 3480, 542, 543, 3480, 543, 543, 543, 543, 543, 543, 544, 3480, 544, 544, 544, 544, 544, 544, 545, 3480, 545, 545, 545, 545, 545, 545, 546, 3480, 546, 546, 546, 546, 546, 546, 547, 3480, 547, 547, 547, 547, 547, 547, 548, 3480, 548, 548, 548, 548, 548, 548, 549, 3480, 549, 549, 549, 549, 549, 549, 550, 3480, 550, 550, 550, 550, 550, 550, 551, 3480, 551, 551, 551, 551, 551, 551, 552, 3480, 3480, 552, 553, 3480, 553, 553, 553, 553, 553, 553, 554, 3480, 554, 554, 554, 554, 554, 554, 556, 3480, 556, 556, 556, 556, 556, 556, 559, 3480, 559, 559, 559, 559, 559, 559, 561, 3480, 3480, 561, 561, 561, 3480, 561, 562, 3480, 3480, 562, 562, 562, 3480, 562, 563, 3480, 3480, 563, 563, 563, 3480, 563, 568, 3480, 568, 568, 568, 568, 568, 568, 569, 3480, 569, 569, 569, 569, 569, 569, 570, 570, 570, 570, 570, 570, 570, 570, 573, 573, 573, 573, 573, 573, 573, 573, 576, 3480, 576, 576, 576, 576, 576, 576, 577, 3480, 577, 577, 577, 577, 577, 577, 580, 3480, 580, 580, 580, 580, 580, 580, 581, 3480, 581, 581, 581, 581, 581, 581, 583, 3480, 583, 583, 583, 583, 583, 583, 584, 3480, 584, 3480, 584, 584, 3480, 584, 585, 3480, 585, 585, 585, 585, 585, 585, 586, 3480, 586, 586, 586, 586, 586, 586, 587, 3480, 587, 587, 587, 587, 587, 587, 588, 3480, 588, 588, 588, 588, 588, 588, 589, 3480, 589, 589, 589, 589, 589, 589, 590, 3480, 590, 590, 590, 590, 590, 590, 591, 3480, 591, 591, 591, 591, 591, 591, 592, 3480, 592, 592, 592, 592, 592, 592, 593, 3480, 593, 593, 593, 593, 593, 593, 594, 3480, 3480, 594, 595, 3480, 595, 595, 595, 595, 595, 595, 596, 3480, 596, 596, 596, 596, 596, 596, 598, 3480, 598, 598, 598, 598, 598, 598, 601, 601, 601, 601, 601, 601, 601, 601, 605, 3480, 3480, 605, 605, 605, 3480, 605, 606, 3480, 3480, 606, 606, 606, 3480, 606, 607, 3480, 3480, 607, 607, 607, 3480, 607, 612, 3480, 612, 612, 612, 612, 612, 612, 613, 3480, 613, 613, 613, 613, 613, 613, 614, 614, 614, 614, 614, 614, 614, 614, 617, 617, 617, 617, 617, 617, 617, 617, 620, 3480, 620, 620, 620, 620, 620, 620, 621, 3480, 621, 621, 621, 621, 621, 621, 624, 3480, 624, 624, 624, 624, 624, 624, 625, 3480, 625, 625, 625, 625, 625, 625, 626, 3480, 626, 626, 626, 626, 626, 626, 627, 3480, 627, 3480, 627, 627, 3480, 627, 628, 3480, 628, 628, 628, 628, 628, 628, 629, 3480, 629, 629, 629, 629, 629, 629, 630, 3480, 630, 630, 630, 630, 630, 630, 631, 3480, 631, 631, 631, 631, 631, 631, 632, 3480, 632, 632, 632, 632, 632, 632, 633, 3480, 633, 633, 633, 633, 633, 633, 634, 3480, 634, 634, 634, 634, 634, 634, 635, 3480, 635, 635, 635, 635, 635, 635, 636, 3480, 636, 636, 636, 636, 636, 636, 637, 3480, 3480, 637, 638, 3480, 638, 638, 638, 638, 638, 638, 639, 3480, 639, 639, 639, 639, 639, 639, 641, 3480, 641, 641, 641, 641, 641, 641, 644, 644, 644, 644, 644, 644, 644, 644, 648, 3480, 3480, 648, 648, 648, 3480, 648, 649, 3480, 3480, 649, 649, 649, 3480, 649, 650, 3480, 3480, 650, 650, 650, 3480, 650, 654, 3480, 654, 655, 3480, 655, 655, 655, 655, 655, 655, 656, 3480, 656, 656, 656, 656, 656, 656, 657, 657, 657, 657, 657, 657, 657, 657, 660, 660, 660, 660, 660, 660, 660, 660, 663, 3480, 663, 663, 663, 663, 663, 663, 664, 3480, 664, 664, 664, 664, 664, 664, 667, 3480, 667, 667, 667, 667, 667, 667, 668, 3480, 668, 668, 668, 668, 668, 668, 669, 3480, 669, 669, 669, 669, 669, 669, 670, 3480, 670, 3480, 670, 670, 3480, 670, 671, 3480, 671, 671, 671, 671, 671, 671, 672, 3480, 672, 672, 672, 672, 672, 672, 673, 3480, 673, 673, 673, 673, 673, 673, 674, 3480, 674, 674, 674, 674, 674, 674, 675, 3480, 675, 675, 675, 675, 675, 675, 676, 3480, 676, 676, 676, 676, 676, 676, 677, 3480, 677, 677, 677, 677, 677, 677, 678, 3480, 678, 678, 678, 678, 678, 678, 679, 3480, 679, 679, 679, 679, 679, 679, 680, 3480, 3480, 680, 681, 3480, 681, 681, 681, 681, 681, 681, 682, 3480, 682, 682, 682, 682, 682, 682, 684, 3480, 684, 684, 684, 684, 684, 684, 687, 687, 687, 687, 687, 687, 687, 687, 690, 3480, 3480, 690, 690, 690, 3480, 690, 691, 3480, 3480, 691, 691, 691, 3480, 691, 692, 3480, 3480, 692, 692, 692, 3480, 692, 696, 3480, 696, 697, 3480, 697, 697, 697, 697, 697, 697, 698, 3480, 698, 698, 698, 698, 698, 698, 699, 699, 699, 699, 699, 699, 699, 699, 702, 702, 702, 702, 702, 702, 702, 702, 705, 3480, 705, 705, 705, 705, 705, 705, 706, 3480, 706, 706, 706, 706, 706, 706, 709, 3480, 709, 709, 709, 709, 709, 709, 710, 3480, 710, 710, 710, 710, 710, 710, 711, 3480, 711, 711, 711, 711, 711, 711, 712, 3480, 712, 3480, 712, 712, 3480, 712, 713, 3480, 713, 713, 713, 713, 713, 713, 714, 3480, 714, 714, 714, 714, 714, 714, 715, 3480, 715, 715, 715, 715, 715, 715, 716, 3480, 716, 716, 716, 716, 716, 716, 717, 3480, 717, 717, 717, 717, 717, 717, 718, 3480, 718, 718, 718, 718, 718, 718, 719, 3480, 719, 719, 719, 719, 719, 719, 720, 3480, 720, 720, 720, 720, 720, 720, 721, 3480, 721, 721, 721, 721, 721, 721, 722, 3480, 3480, 722, 723, 3480, 723, 723, 723, 723, 723, 723, 724, 3480, 724, 724, 724, 724, 724, 724, 726, 3480, 726, 726, 726, 726, 726, 726, 729, 729, 729, 729, 729, 729, 729, 729, 732, 3480, 3480, 732, 732, 732, 3480, 732, 733, 3480, 3480, 733, 733, 733, 3480, 733, 734, 3480, 3480, 734, 734, 734, 3480, 734, 738, 3480, 738, 739, 3480, 739, 739, 739, 739, 739, 739, 740, 3480, 740, 740, 740, 740, 740, 740, 741, 741, 741, 741, 741, 741, 741, 741, 744, 744, 744, 744, 744, 744, 744, 744, 747, 3480, 747, 747, 747, 747, 747, 747, 748, 3480, 748, 748, 748, 748, 748, 748, 751, 3480, 751, 751, 751, 751, 751, 751, 752, 3480, 752, 752, 752, 752, 752, 752, 753, 3480, 753, 753, 753, 753, 753, 753, 754, 3480, 754, 3480, 754, 754, 3480, 754, 755, 3480, 755, 755, 755, 755, 755, 755, 756, 3480, 756, 756, 756, 756, 756, 756, 757, 3480, 757, 757, 757, 757, 757, 757, 758, 3480, 758, 758, 758, 758, 758, 758, 759, 3480, 759, 759, 759, 759, 759, 759, 760, 3480, 760, 760, 760, 760, 760, 760, 761, 3480, 761, 761, 761, 761, 761, 761, 762, 3480, 762, 762, 762, 762, 762, 762, 763, 3480, 763, 763, 763, 763, 763, 763, 764, 3480, 764, 764, 764, 764, 764, 764, 765, 3480, 765, 765, 765, 765, 765, 765, 767, 3480, 767, 767, 767, 767, 767, 767, 770, 770, 770, 770, 770, 770, 770, 770, 773, 3480, 3480, 773, 773, 773, 3480, 773, 774, 3480, 3480, 774, 774, 774, 3480, 774, 775, 3480, 3480, 775, 775, 775, 3480, 775, 779, 3480, 779, 780, 3480, 780, 780, 780, 780, 780, 780, 781, 3480, 781, 781, 781, 781, 781, 781, 782, 782, 782, 782, 782, 782, 782, 782, 785, 785, 785, 785, 785, 785, 785, 785, 788, 3480, 788, 788, 788, 788, 788, 788, 789, 3480, 789, 789, 789, 789, 789, 789, 792, 3480, 792, 792, 792, 792, 792, 792, 793, 3480, 793, 793, 793, 793, 793, 793, 794, 3480, 794, 794, 794, 794, 794, 794, 795, 3480, 795, 3480, 795, 795, 3480, 795, 796, 3480, 796, 796, 796, 796, 796, 796, 797, 3480, 797, 797, 797, 797, 797, 797, 798, 3480, 798, 798, 798, 798, 798, 798, 799, 3480, 799, 799, 799, 799, 799, 799, 800, 3480, 800, 800, 800, 800, 800, 800, 801, 3480, 801, 801, 801, 801, 801, 801, 802, 3480, 802, 802, 802, 802, 802, 802, 803, 3480, 803, 803, 803, 803, 803, 803, 804, 3480, 804, 804, 804, 804, 804, 804, 805, 3480, 805, 805, 805, 805, 805, 805, 806, 3480, 806, 806, 806, 806, 806, 806, 808, 3480, 808, 808, 808, 808, 808, 808, 811, 811, 811, 811, 811, 811, 811, 811, 814, 3480, 3480, 814, 814, 814, 3480, 814, 815, 3480, 3480, 815, 815, 815, 3480, 815, 816, 3480, 3480, 816, 816, 816, 3480, 816, 820, 3480, 820, 821, 3480, 821, 821, 821, 821, 821, 821, 822, 3480, 822, 822, 822, 822, 822, 822, 823, 823, 823, 823, 823, 823, 823, 823, 826, 826, 826, 826, 826, 826, 826, 826, 829, 3480, 829, 829, 829, 829, 829, 829, 830, 3480, 830, 830, 830, 830, 830, 830, 833, 3480, 833, 833, 833, 833, 833, 833, 834, 3480, 834, 834, 834, 834, 834, 834, 835, 3480, 835, 835, 835, 835, 835, 835, 836, 3480, 836, 3480, 836, 836, 3480, 836, 837, 3480, 837, 837, 837, 837, 837, 837, 838, 3480, 838, 838, 838, 838, 838, 838, 839, 3480, 839, 839, 839, 839, 839, 839, 840, 3480, 840, 840, 840, 840, 840, 840, 841, 3480, 841, 841, 841, 841, 841, 841, 842, 3480, 842, 842, 842, 842, 842, 842, 843, 3480, 843, 843, 843, 843, 843, 843, 844, 3480, 844, 844, 844, 844, 844, 844, 845, 3480, 845, 845, 845, 845, 845, 845, 846, 3480, 846, 846, 846, 846, 846, 846, 847, 3480, 847, 847, 847, 847, 847, 847, 849, 3480, 849, 849, 849, 849, 849, 849, 852, 852, 852, 852, 852, 852, 852, 852, 855, 3480, 3480, 855, 855, 855, 3480, 855, 856, 3480, 3480, 856, 856, 856, 3480, 856, 860, 3480, 860, 861, 3480, 861, 861, 861, 861, 861, 861, 862, 3480, 862, 862, 862, 862, 862, 862, 863, 863, 863, 863, 863, 863, 863, 863, 866, 866, 866, 866, 866, 866, 866, 866, 869, 3480, 869, 869, 869, 869, 869, 869, 870, 3480, 870, 870, 870, 870, 870, 870, 873, 3480, 873, 873, 873, 873, 873, 873, 874, 3480, 874, 874, 874, 874, 874, 874, 875, 3480, 875, 875, 875, 875, 875, 875, 876, 3480, 876, 3480, 876, 876, 3480, 876, 877, 3480, 877, 877, 877, 877, 877, 877, 878, 3480, 878, 878, 878, 878, 878, 878, 879, 3480, 879, 879, 879, 879, 879, 879, 880, 3480, 880, 880, 880, 880, 880, 880, 881, 3480, 881, 881, 881, 881, 881, 881, 882, 3480, 882, 882, 882, 882, 882, 882, 883, 3480, 883, 883, 883, 883, 883, 883, 884, 3480, 884, 884, 884, 884, 884, 884, 885, 3480, 885, 885, 885, 885, 885, 885, 886, 3480, 886, 886, 886, 886, 886, 886, 887, 3480, 887, 887, 887, 887, 887, 887, 889, 3480, 889, 889, 889, 889, 889, 889, 892, 892, 892, 892, 892, 892, 892, 892, 895, 3480, 3480, 895, 895, 895, 3480, 895, 896, 3480, 3480, 896, 896, 896, 3480, 896, 900, 3480, 900, 901, 3480, 901, 901, 901, 901, 901, 901, 902, 3480, 902, 902, 902, 902, 902, 902, 903, 903, 903, 903, 903, 903, 903, 903, 906, 906, 906, 906, 906, 906, 906, 906, 909, 3480, 909, 909, 909, 909, 909, 909, 910, 3480, 910, 910, 910, 910, 910, 910, 913, 3480, 913, 913, 913, 913, 913, 913, 914, 3480, 914, 914, 914, 914, 914, 914, 915, 3480, 915, 915, 915, 915, 915, 915, 916, 3480, 916, 3480, 916, 916, 3480, 916, 917, 3480, 917, 917, 917, 917, 917, 917, 918, 3480, 918, 918, 918, 918, 918, 918, 919, 3480, 919, 919, 919, 919, 919, 919, 920, 3480, 920, 920, 920, 920, 920, 920, 921, 3480, 921, 921, 921, 921, 921, 921, 922, 3480, 922, 922, 922, 922, 922, 922, 923, 3480, 923, 923, 923, 923, 923, 923, 924, 3480, 924, 924, 924, 924, 924, 924, 925, 3480, 925, 925, 925, 925, 925, 925, 926, 3480, 926, 926, 926, 926, 926, 926, 927, 3480, 927, 927, 927, 927, 927, 927, 929, 3480, 929, 929, 929, 929, 929, 929, 932, 932, 932, 932, 932, 932, 932, 932, 935, 3480, 3480, 935, 935, 935, 3480, 935, 936, 3480, 3480, 936, 936, 936, 3480, 936, 940, 3480, 940, 941, 3480, 941, 941, 941, 941, 941, 941, 942, 3480, 942, 942, 942, 942, 942, 942, 943, 943, 943, 943, 943, 943, 943, 943, 946, 946, 946, 946, 946, 946, 946, 946, 949, 3480, 949, 949, 949, 949, 949, 949, 950, 3480, 950, 950, 950, 950, 950, 950, 953, 3480, 953, 953, 953, 953, 953, 953, 954, 3480, 954, 954, 954, 954, 954, 954, 955, 3480, 955, 955, 955, 955, 955, 955, 956, 3480, 956, 3480, 956, 956, 3480, 956, 957, 3480, 957, 957, 957, 957, 957, 957, 958, 3480, 958, 958, 958, 958, 958, 958, 959, 3480, 959, 959, 959, 959, 959, 959, 960, 3480, 960, 960, 960, 960, 960, 960, 961, 3480, 961, 961, 961, 961, 961, 961, 962, 3480, 962, 962, 962, 962, 962, 962, 963, 3480, 963, 963, 963, 963, 963, 963, 964, 3480, 964, 964, 964, 964, 964, 964, 965, 3480, 965, 965, 965, 965, 965, 965, 966, 3480, 966, 966, 966, 966, 966, 966, 967, 3480, 967, 967, 967, 967, 967, 967, 969, 3480, 969, 969, 969, 969, 969, 969, 972, 972, 972, 972, 972, 972, 972, 972, 975, 3480, 3480, 975, 975, 975, 3480, 975, 976, 3480, 3480, 976, 976, 976, 3480, 976, 980, 3480, 980, 981, 3480, 981, 981, 981, 981, 981, 981, 982, 3480, 982, 982, 982, 982, 982, 982, 983, 983, 983, 983, 983, 983, 983, 983, 986, 986, 986, 986, 986, 986, 986, 986, 989, 3480, 989, 989, 989, 989, 989, 989, 990, 3480, 990, 990, 990, 990, 990, 990, 993, 3480, 993, 993, 993, 993, 993, 993, 994, 3480, 994, 994, 994, 994, 994, 994, 995, 3480, 995, 995, 995, 995, 995, 995, 996, 3480, 996, 3480, 996, 996, 3480, 996, 997, 3480, 997, 997, 997, 997, 997, 997, 998, 3480, 998, 998, 998, 998, 998, 998, 999, 3480, 999, 999, 999, 999, 999, 999, 1000, 3480, 1000, 1000, 1000, 1000, 1000, 1000, 1001, 3480, 1001, 1001, 1001, 1001, 1001, 1001, 1002, 3480, 1002, 1002, 1002, 1002, 1002, 1002, 1003, 3480, 1003, 1003, 1003, 1003, 1003, 1003, 1004, 3480, 1004, 1004, 1004, 1004, 1004, 1004, 1005, 3480, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 3480, 1006, 1006, 1006, 1006, 1006, 1006, 1007, 3480, 1007, 1007, 1007, 1007, 1007, 1007, 1009, 3480, 1009, 1009, 1009, 1009, 1009, 1009, 1012, 1012, 1012, 1012, 1012, 1012, 1012, 1012, 1015, 3480, 3480, 1015, 1015, 1015, 3480, 1015, 1016, 3480, 3480, 1016, 1016, 1016, 3480, 1016, 1020, 3480, 1020, 1021, 3480, 1021, 1021, 1021, 1021, 1021, 1021, 1022, 3480, 1022, 1022, 1022, 1022, 1022, 1022, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1023, 1026, 1026, 1026, 1026, 1026, 1026, 1026, 1026, 1029, 3480, 1029, 1029, 1029, 1029, 1029, 1029, 1030, 3480, 1030, 1030, 1030, 1030, 1030, 1030, 1033, 3480, 1033, 1033, 1033, 1033, 1033, 1033, 1034, 3480, 1034, 1034, 1034, 1034, 1034, 1034, 1035, 3480, 1035, 1035, 1035, 1035, 1035, 1035, 1036, 3480, 1036, 3480, 1036, 1036, 3480, 1036, 1037, 3480, 1037, 1037, 1037, 1037, 1037, 1037, 1038, 3480, 1038, 1038, 1038, 1038, 1038, 1038, 1039, 3480, 1039, 1039, 1039, 1039, 1039, 1039, 1040, 3480, 1040, 1040, 1040, 1040, 1040, 1040, 1041, 3480, 1041, 1041, 1041, 1041, 1041, 1041, 1042, 3480, 1042, 1042, 1042, 1042, 1042, 1042, 1043, 3480, 1043, 1043, 1043, 1043, 1043, 1043, 1044, 3480, 1044, 1044, 1044, 1044, 1044, 1044, 1045, 3480, 1045, 1045, 1045, 1045, 1045, 1045, 1046, 3480, 1046, 1046, 1046, 1046, 1046, 1046, 1047, 3480, 1047, 1047, 1047, 1047, 1047, 1047, 1049, 3480, 1049, 1049, 1049, 1049, 1049, 1049, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1052, 1055, 3480, 3480, 1055, 1055, 1055, 3480, 1055, 1056, 3480, 3480, 1056, 1056, 1056, 3480, 1056, 1060, 3480, 1060, 1060, 1060, 1060, 1060, 1060, 1061, 3480, 1061, 1061, 1061, 1061, 1061, 1061, 1062, 1062, 1062, 1062, 1062, 1062, 1062, 1062, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1068, 3480, 1068, 1068, 1068, 1068, 1068, 1068, 1069, 3480, 1069, 1069, 1069, 1069, 1069, 1069, 1072, 3480, 1072, 1072, 1072, 1072, 1072, 1072, 1073, 3480, 1073, 1073, 1073, 1073, 1073, 1073, 1074, 3480, 1074, 1074, 1074, 1074, 1074, 1074, 1075, 3480, 1075, 3480, 1075, 1075, 3480, 1075, 1076, 3480, 1076, 1076, 1076, 1076, 1076, 1076, 1077, 3480, 1077, 1077, 1077, 1077, 1077, 1077, 1078, 3480, 1078, 1078, 1078, 1078, 1078, 1078, 1079, 3480, 1079, 1079, 1079, 1079, 1079, 1079, 1080, 3480, 1080, 1080, 1080, 1080, 1080, 1080, 1081, 3480, 1081, 1081, 1081, 1081, 1081, 1081, 1082, 3480, 1082, 1082, 1082, 1082, 1082, 1082, 1083, 3480, 1083, 1083, 1083, 1083, 1083, 1083, 1084, 3480, 1084, 1084, 1084, 1084, 1084, 1084, 1085, 3480, 1085, 1085, 1085, 1085, 1085, 1085, 1086, 3480, 1086, 1086, 1086, 1086, 1086, 1086, 1088, 3480, 1088, 1088, 1088, 1088, 1088, 1088, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1091, 1094, 3480, 3480, 1094, 1094, 1094, 3480, 1094, 1095, 3480, 3480, 1095, 1095, 1095, 3480, 1095, 1099, 3480, 1099, 1099, 1099, 1099, 1099, 1099, 1100, 3480, 1100, 1100, 1100, 1100, 1100, 1100, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1107, 3480, 1107, 1107, 1107, 1107, 1107, 1107, 1108, 3480, 1108, 1108, 1108, 1108, 1108, 1108, 1111, 3480, 1111, 1111, 1111, 1111, 1111, 1111, 1112, 3480, 1112, 1112, 1112, 1112, 1112, 1112, 1113, 3480, 1113, 1113, 1113, 1113, 1113, 1113, 1114, 3480, 1114, 3480, 1114, 1114, 3480, 1114, 1115, 3480, 1115, 1115, 1115, 1115, 1115, 1115, 1116, 3480, 1116, 1116, 1116, 1116, 1116, 1116, 1117, 3480, 1117, 1117, 1117, 1117, 1117, 1117, 1118, 3480, 1118, 1118, 1118, 1118, 1118, 1118, 1119, 3480, 1119, 1119, 1119, 1119, 1119, 1119, 1120, 3480, 1120, 1120, 1120, 1120, 1120, 1120, 1121, 3480, 1121, 1121, 1121, 1121, 1121, 1121, 1122, 3480, 1122, 1122, 1122, 1122, 1122, 1122, 1123, 3480, 1123, 1123, 1123, 1123, 1123, 1123, 1124, 3480, 1124, 1124, 1124, 1124, 1124, 1124, 1125, 3480, 1125, 1125, 1125, 1125, 1125, 1125, 1127, 3480, 1127, 1127, 1127, 1127, 1127, 1127, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1130, 1133, 3480, 3480, 1133, 1133, 1133, 3480, 1133, 1134, 3480, 3480, 1134, 1134, 1134, 3480, 1134, 1138, 3480, 1138, 1138, 1138, 1138, 1138, 1138, 1139, 3480, 1139, 1139, 1139, 1139, 1139, 1139, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1146, 3480, 1146, 1146, 1146, 1146, 1146, 1146, 1147, 3480, 1147, 1147, 1147, 1147, 1147, 1147, 1150, 3480, 1150, 1150, 1150, 1150, 1150, 1150, 1151, 3480, 1151, 1151, 1151, 1151, 1151, 1151, 1152, 3480, 1152, 1152, 1152, 1152, 1152, 1152, 1153, 3480, 1153, 3480, 1153, 1153, 3480, 1153, 1154, 3480, 1154, 1154, 1154, 1154, 1154, 1154, 1155, 3480, 1155, 1155, 1155, 1155, 1155, 1155, 1156, 3480, 1156, 1156, 1156, 1156, 1156, 1156, 1157, 3480, 1157, 1157, 1157, 1157, 1157, 1157, 1158, 3480, 1158, 1158, 1158, 1158, 1158, 1158, 1159, 3480, 1159, 1159, 1159, 1159, 1159, 1159, 1160, 3480, 1160, 1160, 1160, 1160, 1160, 1160, 1161, 3480, 1161, 1161, 1161, 1161, 1161, 1161, 1162, 3480, 1162, 1162, 1162, 1162, 1162, 1162, 1163, 3480, 1163, 1163, 1163, 1163, 1163, 1163, 1164, 3480, 1164, 1164, 1164, 1164, 1164, 1164, 1166, 3480, 1166, 1166, 1166, 1166, 1166, 1166, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1172, 3480, 3480, 1172, 1172, 1172, 3480, 1172, 1173, 3480, 3480, 1173, 1173, 1173, 3480, 1173, 1177, 3480, 1177, 1177, 1177, 1177, 1177, 1177, 1178, 3480, 1178, 1178, 1178, 1178, 1178, 1178, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1182, 1182, 1182, 1182, 1182, 1182, 1182, 1182, 1185, 3480, 1185, 1185, 1185, 1185, 1185, 1185, 1186, 3480, 1186, 1186, 1186, 1186, 1186, 1186, 1189, 3480, 1189, 1189, 1189, 1189, 1189, 1189, 1190, 3480, 1190, 1190, 1190, 1190, 1190, 1190, 1191, 3480, 1191, 1191, 1191, 1191, 1191, 1191, 1192, 3480, 1192, 3480, 1192, 1192, 3480, 1192, 1193, 3480, 1193, 1193, 1193, 1193, 1193, 1193, 1194, 3480, 1194, 1194, 1194, 1194, 1194, 1194, 1195, 3480, 1195, 1195, 1195, 1195, 1195, 1195, 1196, 3480, 1196, 1196, 1196, 1196, 1196, 1196, 1197, 3480, 1197, 1197, 1197, 1197, 1197, 1197, 1198, 3480, 1198, 1198, 1198, 1198, 1198, 1198, 1199, 3480, 1199, 1199, 1199, 1199, 1199, 1199, 1200, 3480, 1200, 1200, 1200, 1200, 1200, 1200, 1201, 3480, 1201, 1201, 1201, 1201, 1201, 1201, 1202, 3480, 1202, 1202, 1202, 1202, 1202, 1202, 1203, 3480, 1203, 1203, 1203, 1203, 1203, 1203, 1205, 3480, 1205, 1205, 1205, 1205, 1205, 1205, 1208, 1208, 1208, 1208, 1208, 1208, 1208, 1208, 1211, 3480, 3480, 1211, 1211, 1211, 3480, 1211, 1212, 3480, 3480, 1212, 1212, 1212, 3480, 1212, 1216, 3480, 1216, 1216, 1216, 1216, 1216, 1216, 1217, 3480, 1217, 1217, 1217, 1217, 1217, 1217, 1218, 1218, 1218, 1218, 1218, 1218, 1218, 1218, 1221, 1221, 1221, 1221, 1221, 1221, 1221, 1221, 1224, 3480, 1224, 1224, 1224, 1224, 1224, 1224, 1225, 3480, 1225, 1225, 1225, 1225, 1225, 1225, 1228, 3480, 1228, 1228, 1228, 1228, 1228, 1228, 1229, 3480, 1229, 1229, 1229, 1229, 1229, 1229, 1230, 3480, 1230, 1230, 1230, 1230, 1230, 1230, 1231, 3480, 1231, 3480, 1231, 1231, 3480, 1231, 1232, 3480, 1232, 1232, 1232, 1232, 1232, 1232, 1233, 3480, 1233, 1233, 1233, 1233, 1233, 1233, 1234, 3480, 1234, 1234, 1234, 1234, 1234, 1234, 1235, 3480, 1235, 1235, 1235, 1235, 1235, 1235, 1236, 3480, 1236, 1236, 1236, 1236, 1236, 1236, 1237, 3480, 1237, 1237, 1237, 1237, 1237, 1237, 1238, 3480, 1238, 1238, 1238, 1238, 1238, 1238, 1239, 3480, 1239, 1239, 1239, 1239, 1239, 1239, 1240, 3480, 1240, 1240, 1240, 1240, 1240, 1240, 1241, 3480, 1241, 1241, 1241, 1241, 1241, 1241, 1242, 3480, 1242, 1242, 1242, 1242, 1242, 1242, 1244, 3480, 1244, 1244, 1244, 1244, 1244, 1244, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1247, 1250, 3480, 3480, 1250, 1250, 1250, 3480, 1250, 1251, 3480, 3480, 1251, 1251, 1251, 3480, 1251, 1255, 3480, 1255, 1255, 1255, 1255, 1255, 1255, 1256, 3480, 1256, 1256, 1256, 1256, 1256, 1256, 1257, 1257, 1257, 1257, 1257, 1257, 1257, 1257, 1260, 1260, 1260, 1260, 1260, 1260, 1260, 1260, 1263, 3480, 1263, 1263, 1263, 1263, 1263, 1263, 1264, 3480, 1264, 1264, 1264, 1264, 1264, 1264, 1267, 3480, 1267, 1267, 1267, 1267, 1267, 1267, 1268, 3480, 1268, 1268, 1268, 1268, 1268, 1268, 1269, 3480, 1269, 1269, 1269, 1269, 1269, 1269, 1270, 3480, 1270, 3480, 1270, 1270, 3480, 1270, 1271, 3480, 1271, 1271, 1271, 1271, 1271, 1271, 1272, 3480, 1272, 1272, 1272, 1272, 1272, 1272, 1273, 3480, 1273, 1273, 1273, 1273, 1273, 1273, 1274, 3480, 1274, 1274, 1274, 1274, 1274, 1274, 1275, 3480, 1275, 1275, 1275, 1275, 1275, 1275, 1276, 3480, 1276, 1276, 1276, 1276, 1276, 1276, 1277, 3480, 1277, 1277, 1277, 1277, 1277, 1277, 1278, 3480, 1278, 1278, 1278, 1278, 1278, 1278, 1279, 3480, 1279, 1279, 1279, 1279, 1279, 1279, 1280, 3480, 1280, 1280, 1280, 1280, 1280, 1280, 1281, 3480, 1281, 1281, 1281, 1281, 1281, 1281, 1283, 3480, 1283, 1283, 1283, 1283, 1283, 1283, 1286, 1286, 1286, 1286, 1286, 1286, 1286, 1286, 1289, 3480, 3480, 1289, 1289, 1289, 3480, 1289, 1290, 3480, 3480, 1290, 1290, 1290, 3480, 1290, 1294, 3480, 1294, 1294, 1294, 1294, 1294, 1294, 1295, 3480, 1295, 1295, 1295, 1295, 1295, 1295, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1299, 1299, 1299, 1299, 1299, 1299, 1299, 1299, 1302, 3480, 1302, 1302, 1302, 1302, 1302, 1302, 1303, 3480, 1303, 1303, 1303, 1303, 1303, 1303, 1306, 3480, 1306, 1306, 1306, 1306, 1306, 1306, 1307, 3480, 1307, 1307, 1307, 1307, 1307, 1307, 1308, 3480, 1308, 1308, 1308, 1308, 1308, 1308, 1309, 3480, 1309, 3480, 1309, 1309, 3480, 1309, 1310, 3480, 1310, 1310, 1310, 1310, 1310, 1310, 1311, 3480, 1311, 1311, 1311, 1311, 1311, 1311, 1312, 3480, 1312, 1312, 1312, 1312, 1312, 1312, 1313, 3480, 1313, 1313, 1313, 1313, 1313, 1313, 1314, 3480, 1314, 1314, 1314, 1314, 1314, 1314, 1315, 3480, 1315, 1315, 1315, 1315, 1315, 1315, 1316, 3480, 1316, 1316, 1316, 1316, 1316, 1316, 1317, 3480, 1317, 1317, 1317, 1317, 1317, 1317, 1318, 3480, 1318, 1318, 1318, 1318, 1318, 1318, 1319, 3480, 1319, 1319, 1319, 1319, 1319, 1319, 1320, 3480, 1320, 1320, 1320, 1320, 1320, 1320, 1322, 3480, 1322, 1322, 1322, 1322, 1322, 1322, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1328, 3480, 3480, 1328, 1328, 1328, 3480, 1328, 1329, 3480, 3480, 1329, 1329, 1329, 3480, 1329, 1333, 3480, 1333, 1333, 1333, 1333, 1333, 1333, 1334, 3480, 1334, 1334, 1334, 1334, 1334, 1334, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1341, 3480, 1341, 1341, 1341, 1341, 1341, 1341, 1342, 3480, 1342, 1342, 1342, 1342, 1342, 1342, 1345, 3480, 1345, 1345, 1345, 1345, 1345, 1345, 1346, 3480, 1346, 1346, 1346, 1346, 1346, 1346, 1347, 3480, 1347, 1347, 1347, 1347, 1347, 1347, 1348, 3480, 1348, 3480, 1348, 1348, 3480, 1348, 1349, 3480, 1349, 1349, 1349, 1349, 1349, 1349, 1350, 3480, 1350, 1350, 1350, 1350, 1350, 1350, 1351, 3480, 1351, 1351, 1351, 1351, 1351, 1351, 1352, 3480, 1352, 1352, 1352, 1352, 1352, 1352, 1353, 3480, 1353, 1353, 1353, 1353, 1353, 1353, 1354, 3480, 1354, 1354, 1354, 1354, 1354, 1354, 1355, 3480, 1355, 1355, 1355, 1355, 1355, 1355, 1356, 3480, 1356, 1356, 1356, 1356, 1356, 1356, 1357, 3480, 1357, 1357, 1357, 1357, 1357, 1357, 1358, 3480, 1358, 1358, 1358, 1358, 1358, 1358, 1359, 3480, 1359, 1359, 1359, 1359, 1359, 1359, 1361, 3480, 1361, 1361, 1361, 1361, 1361, 1361, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1364, 1367, 3480, 3480, 1367, 1367, 1367, 3480, 1367, 1368, 3480, 3480, 1368, 1368, 1368, 3480, 1368, 1372, 3480, 1372, 1372, 1372, 1372, 1372, 1372, 1373, 3480, 1373, 1373, 1373, 1373, 1373, 1373, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1380, 3480, 1380, 1380, 1380, 1380, 1380, 1380, 1381, 3480, 1381, 1381, 1381, 1381, 1381, 1381, 1384, 3480, 1384, 1384, 1384, 1384, 1384, 1384, 1385, 3480, 1385, 1385, 1385, 1385, 1385, 1385, 1386, 3480, 1386, 1386, 1386, 1386, 1386, 1386, 1387, 3480, 1387, 3480, 1387, 1387, 3480, 1387, 1388, 3480, 1388, 1388, 1388, 1388, 1388, 1388, 1389, 3480, 1389, 1389, 1389, 1389, 1389, 1389, 1390, 3480, 1390, 1390, 1390, 1390, 1390, 1390, 1391, 3480, 1391, 1391, 1391, 1391, 1391, 1391, 1392, 3480, 1392, 1392, 1392, 1392, 1392, 1392, 1393, 3480, 1393, 1393, 1393, 1393, 1393, 1393, 1394, 3480, 1394, 1394, 1394, 1394, 1394, 1394, 1395, 3480, 1395, 1395, 1395, 1395, 1395, 1395, 1396, 3480, 1396, 1396, 1396, 1396, 1396, 1396, 1397, 3480, 1397, 1397, 1397, 1397, 1397, 1397, 1398, 3480, 1398, 1398, 1398, 1398, 1398, 1398, 1400, 3480, 1400, 1400, 1400, 1400, 1400, 1400, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1406, 3480, 3480, 1406, 1406, 1406, 3480, 1406, 1407, 3480, 3480, 1407, 1407, 1407, 3480, 1407, 1411, 3480, 1411, 1411, 1411, 1411, 1411, 1411, 1412, 3480, 1412, 1412, 1412, 1412, 1412, 1412, 1413, 1413, 1413, 1413, 1413, 1413, 1413, 1413, 1416, 1416, 1416, 1416, 1416, 1416, 1416, 1416, 1419, 3480, 1419, 1419, 1419, 1419, 1419, 1419, 1420, 3480, 1420, 1420, 1420, 1420, 1420, 1420, 1423, 3480, 1423, 1423, 1423, 1423, 1423, 1423, 1424, 3480, 1424, 1424, 1424, 1424, 1424, 1424, 1425, 3480, 1425, 1425, 1425, 1425, 1425, 1425, 1426, 3480, 1426, 3480, 1426, 1426, 3480, 1426, 1427, 3480, 1427, 1427, 1427, 1427, 1427, 1427, 1428, 3480, 1428, 1428, 1428, 1428, 1428, 1428, 1429, 3480, 1429, 1429, 1429, 1429, 1429, 1429, 1430, 3480, 1430, 1430, 1430, 1430, 1430, 1430, 1431, 3480, 1431, 1431, 1431, 1431, 1431, 1431, 1432, 3480, 1432, 1432, 1432, 1432, 1432, 1432, 1433, 3480, 1433, 1433, 1433, 1433, 1433, 1433, 1434, 3480, 1434, 1434, 1434, 1434, 1434, 1434, 1435, 3480, 1435, 1435, 1435, 1435, 1435, 1435, 1436, 3480, 1436, 1436, 1436, 1436, 1436, 1436, 1437, 3480, 1437, 1437, 1437, 1437, 1437, 1437, 1439, 3480, 1439, 1439, 1439, 1439, 1439, 1439, 1442, 1442, 1442, 1442, 1442, 1442, 1442, 1442, 1445, 3480, 3480, 1445, 1445, 1445, 3480, 1445, 1446, 3480, 3480, 1446, 1446, 1446, 3480, 1446, 1450, 3480, 1450, 1450, 1450, 1450, 1450, 1450, 1451, 3480, 1451, 1451, 1451, 1451, 1451, 1451, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1455, 1458, 3480, 1458, 1458, 1458, 1458, 1458, 1458, 1459, 3480, 1459, 1459, 1459, 1459, 1459, 1459, 1462, 3480, 1462, 1462, 1462, 1462, 1462, 1462, 1463, 3480, 1463, 1463, 1463, 1463, 1463, 1463, 1464, 3480, 1464, 1464, 1464, 1464, 1464, 1464, 1465, 3480, 1465, 3480, 1465, 1465, 3480, 1465, 1466, 3480, 1466, 1466, 1466, 1466, 1466, 1466, 1467, 3480, 1467, 1467, 1467, 1467, 1467, 1467, 1468, 3480, 1468, 1468, 1468, 1468, 1468, 1468, 1469, 3480, 1469, 1469, 1469, 1469, 1469, 1469, 1470, 3480, 1470, 1470, 1470, 1470, 1470, 1470, 1471, 3480, 1471, 1471, 1471, 1471, 1471, 1471, 1472, 3480, 1472, 1472, 1472, 1472, 1472, 1472, 1473, 3480, 1473, 1473, 1473, 1473, 1473, 1473, 1474, 3480, 1474, 1474, 1474, 1474, 1474, 1474, 1475, 3480, 1475, 1475, 1475, 1475, 1475, 1475, 1476, 3480, 1476, 1476, 1476, 1476, 1476, 1476, 1478, 3480, 1478, 1478, 1478, 1478, 1478, 1478, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1484, 3480, 3480, 1484, 1484, 1484, 3480, 1484, 1485, 3480, 3480, 1485, 1485, 1485, 3480, 1485, 1489, 3480, 1489, 1489, 1489, 1489, 1489, 1489, 1490, 3480, 1490, 1490, 1490, 1490, 1490, 1490, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1491, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1497, 3480, 1497, 1497, 1497, 1497, 1497, 1497, 1498, 3480, 1498, 1498, 1498, 1498, 1498, 1498, 1501, 3480, 1501, 1501, 1501, 1501, 1501, 1501, 1502, 3480, 1502, 1502, 1502, 1502, 1502, 1502, 1503, 3480, 1503, 1503, 1503, 1503, 1503, 1503, 1504, 3480, 1504, 3480, 1504, 1504, 3480, 1504, 1505, 3480, 1505, 1505, 1505, 1505, 1505, 1505, 1506, 3480, 1506, 1506, 1506, 1506, 1506, 1506, 1507, 3480, 1507, 1507, 1507, 1507, 1507, 1507, 1508, 3480, 1508, 1508, 1508, 1508, 1508, 1508, 1509, 3480, 1509, 1509, 1509, 1509, 1509, 1509, 1510, 3480, 1510, 1510, 1510, 1510, 1510, 1510, 1511, 3480, 1511, 1511, 1511, 1511, 1511, 1511, 1512, 3480, 1512, 1512, 1512, 1512, 1512, 1512, 1513, 3480, 1513, 1513, 1513, 1513, 1513, 1513, 1514, 3480, 1514, 1514, 1514, 1514, 1514, 1514, 1515, 3480, 1515, 1515, 1515, 1515, 1515, 1515, 1517, 3480, 1517, 1517, 1517, 1517, 1517, 1517, 1520, 1520, 1520, 1520, 1520, 1520, 1520, 1520, 1523, 3480, 3480, 1523, 1523, 1523, 3480, 1523, 1524, 3480, 3480, 1524, 1524, 1524, 3480, 1524, 1528, 3480, 1528, 1528, 1528, 1528, 1528, 1528, 1529, 3480, 1529, 1529, 1529, 1529, 1529, 1529, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1536, 3480, 1536, 1536, 1536, 1536, 1536, 1536, 1537, 3480, 1537, 1537, 1537, 1537, 1537, 1537, 1540, 3480, 1540, 1540, 1540, 1540, 1540, 1540, 1541, 3480, 1541, 1541, 1541, 1541, 1541, 1541, 1542, 3480, 1542, 1542, 1542, 1542, 1542, 1542, 1543, 3480, 1543, 3480, 1543, 1543, 3480, 1543, 1544, 3480, 1544, 1544, 1544, 1544, 1544, 1544, 1545, 3480, 1545, 1545, 1545, 1545, 1545, 1545, 1546, 3480, 1546, 1546, 1546, 1546, 1546, 1546, 1547, 3480, 1547, 1547, 1547, 1547, 1547, 1547, 1548, 3480, 1548, 1548, 1548, 1548, 1548, 1548, 1549, 3480, 1549, 1549, 1549, 1549, 1549, 1549, 1550, 3480, 1550, 1550, 1550, 1550, 1550, 1550, 1551, 3480, 1551, 1551, 1551, 1551, 1551, 1551, 1552, 3480, 1552, 1552, 1552, 1552, 1552, 1552, 1553, 3480, 1553, 1553, 1553, 1553, 1553, 1553, 1554, 3480, 1554, 1554, 1554, 1554, 1554, 1554, 1556, 3480, 1556, 1556, 1556, 1556, 1556, 1556, 1559, 1559, 1559, 1559, 1559, 1559, 1559, 1559, 1562, 3480, 3480, 1562, 1562, 1562, 3480, 1562, 1563, 3480, 3480, 1563, 1563, 1563, 3480, 1563, 1567, 3480, 1567, 1567, 1567, 1567, 1567, 1567, 1568, 3480, 1568, 1568, 1568, 1568, 1568, 1568, 1569, 1569, 1569, 1569, 1569, 1569, 1569, 1569, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1575, 3480, 1575, 1575, 1575, 1575, 1575, 1575, 1576, 3480, 1576, 1576, 1576, 1576, 1576, 1576, 1579, 3480, 1579, 1579, 1579, 1579, 1579, 1579, 1580, 3480, 1580, 1580, 1580, 1580, 1580, 1580, 1581, 3480, 1581, 1581, 1581, 1581, 1581, 1581, 1582, 3480, 1582, 3480, 1582, 1582, 3480, 1582, 1583, 3480, 1583, 1583, 1583, 1583, 1583, 1583, 1584, 3480, 1584, 1584, 1584, 1584, 1584, 1584, 1585, 3480, 1585, 1585, 1585, 1585, 1585, 1585, 1586, 3480, 1586, 1586, 1586, 1586, 1586, 1586, 1587, 3480, 1587, 1587, 1587, 1587, 1587, 1587, 1588, 3480, 1588, 1588, 1588, 1588, 1588, 1588, 1589, 3480, 1589, 1589, 1589, 1589, 1589, 1589, 1590, 3480, 1590, 1590, 1590, 1590, 1590, 1590, 1591, 3480, 1591, 1591, 1591, 1591, 1591, 1591, 1592, 3480, 1592, 1592, 1592, 1592, 1592, 1592, 1593, 3480, 1593, 1593, 1593, 1593, 1593, 1593, 1595, 3480, 1595, 1595, 1595, 1595, 1595, 1595, 1598, 1598, 1598, 1598, 1598, 1598, 1598, 1598, 1601, 3480, 3480, 1601, 1601, 1601, 3480, 1601, 1602, 3480, 3480, 1602, 1602, 1602, 3480, 1602, 1606, 3480, 1606, 1606, 1606, 1606, 1606, 1606, 1607, 3480, 1607, 1607, 1607, 1607, 1607, 1607, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1611, 1611, 1611, 1611, 1611, 1611, 1611, 1611, 1614, 3480, 1614, 1614, 1614, 1614, 1614, 1614, 1615, 3480, 1615, 1615, 1615, 1615, 1615, 1615, 1618, 3480, 1618, 1618, 1618, 1618, 1618, 1618, 1619, 3480, 1619, 1619, 1619, 1619, 1619, 1619, 1620, 3480, 1620, 1620, 1620, 1620, 1620, 1620, 1621, 3480, 1621, 3480, 1621, 1621, 3480, 1621, 1622, 3480, 1622, 1622, 1622, 1622, 1622, 1622, 1623, 3480, 1623, 1623, 1623, 1623, 1623, 1623, 1624, 3480, 1624, 1624, 1624, 1624, 1624, 1624, 1625, 3480, 1625, 1625, 1625, 1625, 1625, 1625, 1626, 3480, 1626, 1626, 1626, 1626, 1626, 1626, 1627, 3480, 1627, 1627, 1627, 1627, 1627, 1627, 1628, 3480, 1628, 1628, 1628, 1628, 1628, 1628, 1629, 3480, 1629, 1629, 1629, 1629, 1629, 1629, 1630, 3480, 1630, 1630, 1630, 1630, 1630, 1630, 1631, 3480, 1631, 1631, 1631, 1631, 1631, 1631, 1632, 3480, 1632, 1632, 1632, 1632, 1632, 1632, 1634, 3480, 1634, 1634, 1634, 1634, 1634, 1634, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1640, 3480, 3480, 1640, 1640, 1640, 3480, 1640, 1641, 3480, 3480, 1641, 1641, 1641, 3480, 1641, 1645, 3480, 1645, 1645, 1645, 1645, 1645, 1645, 1646, 3480, 1646, 1646, 1646, 1646, 1646, 1646, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1647, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1650, 1653, 3480, 1653, 1653, 1653, 1653, 1653, 1653, 1654, 3480, 1654, 1654, 1654, 1654, 1654, 1654, 1657, 3480, 1657, 1657, 1657, 1657, 1657, 1657, 1658, 3480, 1658, 1658, 1658, 1658, 1658, 1658, 1659, 3480, 1659, 1659, 1659, 1659, 1659, 1659, 1660, 3480, 1660, 3480, 1660, 1660, 3480, 1660, 1661, 3480, 1661, 1661, 1661, 1661, 1661, 1661, 1662, 3480, 1662, 1662, 1662, 1662, 1662, 1662, 1663, 3480, 1663, 1663, 1663, 1663, 1663, 1663, 1664, 3480, 1664, 1664, 1664, 1664, 1664, 1664, 1665, 3480, 1665, 1665, 1665, 1665, 1665, 1665, 1666, 3480, 1666, 1666, 1666, 1666, 1666, 1666, 1667, 3480, 1667, 1667, 1667, 1667, 1667, 1667, 1668, 3480, 1668, 1668, 1668, 1668, 1668, 1668, 1669, 3480, 1669, 1669, 1669, 1669, 1669, 1669, 1670, 3480, 1670, 1670, 1670, 1670, 1670, 1670, 1671, 3480, 1671, 1671, 1671, 1671, 1671, 1671, 1673, 3480, 1673, 1673, 1673, 1673, 1673, 1673, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1679, 3480, 3480, 1679, 1679, 1679, 3480, 1679, 1680, 3480, 3480, 1680, 1680, 1680, 3480, 1680, 1684, 3480, 1684, 1684, 1684, 1684, 1684, 1684, 1685, 3480, 1685, 1685, 1685, 1685, 1685, 1685, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1686, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1692, 3480, 1692, 1692, 1692, 1692, 1692, 1692, 1693, 3480, 1693, 1693, 1693, 1693, 1693, 1693, 1696, 3480, 1696, 1696, 1696, 1696, 1696, 1696, 1697, 3480, 1697, 1697, 1697, 1697, 1697, 1697, 1698, 3480, 1698, 1698, 1698, 1698, 1698, 1698, 1699, 3480, 1699, 3480, 1699, 1699, 3480, 1699, 1700, 3480, 1700, 1700, 1700, 1700, 1700, 1700, 1701, 3480, 1701, 1701, 1701, 1701, 1701, 1701, 1702, 3480, 1702, 1702, 1702, 1702, 1702, 1702, 1703, 3480, 1703, 1703, 1703, 1703, 1703, 1703, 1704, 3480, 1704, 1704, 1704, 1704, 1704, 1704, 1705, 3480, 1705, 1705, 1705, 1705, 1705, 1705, 1706, 3480, 1706, 1706, 1706, 1706, 1706, 1706, 1707, 3480, 1707, 1707, 1707, 1707, 1707, 1707, 1708, 3480, 1708, 1708, 1708, 1708, 1708, 1708, 1709, 3480, 1709, 1709, 1709, 1709, 1709, 1709, 1710, 3480, 1710, 1710, 1710, 1710, 1710, 1710, 1712, 3480, 1712, 1712, 1712, 1712, 1712, 1712, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1715, 1718, 3480, 3480, 1718, 1718, 1718, 3480, 1718, 1719, 3480, 3480, 1719, 1719, 1719, 3480, 1719, 1723, 3480, 1723, 1723, 1723, 1723, 1723, 1723, 1724, 3480, 1724, 1724, 1724, 1724, 1724, 1724, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1731, 3480, 1731, 1731, 1731, 1731, 1731, 1731, 1732, 3480, 1732, 1732, 1732, 1732, 1732, 1732, 1735, 3480, 1735, 1735, 1735, 1735, 1735, 1735, 1736, 3480, 1736, 1736, 1736, 1736, 1736, 1736, 1737, 3480, 1737, 1737, 1737, 1737, 1737, 1737, 1738, 3480, 1738, 3480, 1738, 1738, 3480, 1738, 1739, 3480, 1739, 1739, 1739, 1739, 1739, 1739, 1740, 3480, 1740, 1740, 1740, 1740, 1740, 1740, 1741, 3480, 1741, 1741, 1741, 1741, 1741, 1741, 1742, 3480, 1742, 1742, 1742, 1742, 1742, 1742, 1743, 3480, 1743, 1743, 1743, 1743, 1743, 1743, 1744, 3480, 1744, 1744, 1744, 1744, 1744, 1744, 1745, 3480, 1745, 1745, 1745, 1745, 1745, 1745, 1746, 3480, 1746, 1746, 1746, 1746, 1746, 1746, 1747, 3480, 1747, 1747, 1747, 1747, 1747, 1747, 1748, 3480, 1748, 1748, 1748, 1748, 1748, 1748, 1749, 3480, 1749, 1749, 1749, 1749, 1749, 1749, 1751, 3480, 1751, 1751, 1751, 1751, 1751, 1751, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1754, 1757, 3480, 3480, 1757, 1757, 1757, 3480, 1757, 1758, 3480, 3480, 1758, 1758, 1758, 3480, 1758, 1762, 3480, 1762, 1762, 1762, 1762, 1762, 1762, 1763, 3480, 1763, 1763, 1763, 1763, 1763, 1763, 1764, 1764, 1764, 1764, 1764, 1764, 1764, 1764, 1767, 1767, 1767, 1767, 1767, 1767, 1767, 1767, 1770, 3480, 1770, 1770, 1770, 1770, 1770, 1770, 1771, 3480, 1771, 1771, 1771, 1771, 1771, 1771, 1774, 3480, 1774, 1774, 1774, 1774, 1774, 1774, 1775, 3480, 1775, 1775, 1775, 1775, 1775, 1775, 1776, 3480, 1776, 1776, 1776, 1776, 1776, 1776, 1777, 3480, 1777, 3480, 1777, 1777, 3480, 1777, 1778, 3480, 1778, 1778, 1778, 1778, 1778, 1778, 1779, 3480, 1779, 1779, 1779, 1779, 1779, 1779, 1780, 3480, 1780, 1780, 1780, 1780, 1780, 1780, 1781, 3480, 1781, 1781, 1781, 1781, 1781, 1781, 1782, 3480, 1782, 1782, 1782, 1782, 1782, 1782, 1783, 3480, 1783, 1783, 1783, 1783, 1783, 1783, 1784, 3480, 1784, 1784, 1784, 1784, 1784, 1784, 1785, 3480, 1785, 1785, 1785, 1785, 1785, 1785, 1786, 3480, 1786, 1786, 1786, 1786, 1786, 1786, 1787, 3480, 1787, 1787, 1787, 1787, 1787, 1787, 1788, 3480, 1788, 1788, 1788, 1788, 1788, 1788, 1790, 3480, 1790, 1790, 1790, 1790, 1790, 1790, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1796, 3480, 3480, 1796, 1796, 1796, 3480, 1796, 1797, 3480, 3480, 1797, 1797, 1797, 3480, 1797, 1801, 3480, 1801, 1801, 1801, 1801, 1801, 1801, 1802, 3480, 1802, 1802, 1802, 1802, 1802, 1802, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1809, 3480, 1809, 1809, 1809, 1809, 1809, 1809, 1810, 3480, 1810, 1810, 1810, 1810, 1810, 1810, 1813, 3480, 1813, 1813, 1813, 1813, 1813, 1813, 1814, 3480, 1814, 1814, 1814, 1814, 1814, 1814, 1815, 3480, 1815, 1815, 1815, 1815, 1815, 1815, 1816, 3480, 1816, 3480, 1816, 1816, 3480, 1816, 1817, 3480, 1817, 1817, 1817, 1817, 1817, 1817, 1818, 3480, 1818, 1818, 1818, 1818, 1818, 1818, 1819, 3480, 1819, 1819, 1819, 1819, 1819, 1819, 1820, 3480, 1820, 1820, 1820, 1820, 1820, 1820, 1821, 3480, 1821, 1821, 1821, 1821, 1821, 1821, 1822, 3480, 1822, 1822, 1822, 1822, 1822, 1822, 1823, 3480, 1823, 1823, 1823, 1823, 1823, 1823, 1824, 3480, 1824, 1824, 1824, 1824, 1824, 1824, 1825, 3480, 1825, 1825, 1825, 1825, 1825, 1825, 1826, 3480, 1826, 1826, 1826, 1826, 1826, 1826, 1827, 3480, 1827, 1827, 1827, 1827, 1827, 1827, 1829, 3480, 1829, 1829, 1829, 1829, 1829, 1829, 1832, 1832, 1832, 1832, 1832, 1832, 1832, 1832, 1835, 3480, 3480, 1835, 1835, 1835, 3480, 1835, 1836, 3480, 3480, 1836, 1836, 1836, 3480, 1836, 1840, 3480, 1840, 1840, 1840, 1840, 1840, 1840, 1841, 3480, 1841, 1841, 1841, 1841, 1841, 1841, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1845, 1845, 1845, 1845, 1845, 1845, 1845, 1845, 1848, 3480, 1848, 1848, 1848, 1848, 1848, 1848, 1849, 3480, 1849, 1849, 1849, 1849, 1849, 1849, 1852, 3480, 1852, 1852, 1852, 1852, 1852, 1852, 1853, 3480, 1853, 1853, 1853, 1853, 1853, 1853, 1854, 3480, 1854, 1854, 1854, 1854, 1854, 1854, 1855, 3480, 1855, 3480, 1855, 1855, 3480, 1855, 1856, 3480, 1856, 1856, 1856, 1856, 1856, 1856, 1857, 3480, 1857, 1857, 1857, 1857, 1857, 1857, 1858, 3480, 1858, 1858, 1858, 1858, 1858, 1858, 1859, 3480, 1859, 1859, 1859, 1859, 1859, 1859, 1860, 3480, 1860, 1860, 1860, 1860, 1860, 1860, 1861, 3480, 1861, 1861, 1861, 1861, 1861, 1861, 1862, 3480, 1862, 1862, 1862, 1862, 1862, 1862, 1863, 3480, 1863, 1863, 1863, 1863, 1863, 1863, 1864, 3480, 1864, 1864, 1864, 1864, 1864, 1864, 1865, 3480, 1865, 1865, 1865, 1865, 1865, 1865, 1866, 3480, 1866, 1866, 1866, 1866, 1866, 1866, 1868, 3480, 1868, 1868, 1868, 1868, 1868, 1868, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1874, 3480, 3480, 1874, 1874, 1874, 3480, 1874, 1875, 3480, 3480, 1875, 1875, 1875, 3480, 1875, 1879, 3480, 1879, 1879, 1879, 1879, 1879, 1879, 1880, 3480, 1880, 1880, 1880, 1880, 1880, 1880, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1887, 3480, 1887, 1887, 1887, 1887, 1887, 1887, 1888, 3480, 1888, 1888, 1888, 1888, 1888, 1888, 1891, 3480, 1891, 1891, 1891, 1891, 1891, 1891, 1892, 3480, 1892, 1892, 1892, 1892, 1892, 1892, 1893, 3480, 1893, 1893, 1893, 1893, 1893, 1893, 1894, 3480, 1894, 3480, 1894, 1894, 3480, 1894, 1895, 3480, 1895, 1895, 1895, 1895, 1895, 1895, 1896, 3480, 1896, 1896, 1896, 1896, 1896, 1896, 1897, 3480, 1897, 1897, 1897, 1897, 1897, 1897, 1898, 3480, 1898, 1898, 1898, 1898, 1898, 1898, 1899, 3480, 1899, 1899, 1899, 1899, 1899, 1899, 1900, 3480, 1900, 1900, 1900, 1900, 1900, 1900, 1901, 3480, 1901, 1901, 1901, 1901, 1901, 1901, 1902, 3480, 1902, 1902, 1902, 1902, 1902, 1902, 1903, 3480, 1903, 1903, 1903, 1903, 1903, 1903, 1904, 3480, 1904, 1904, 1904, 1904, 1904, 1904, 1905, 3480, 1905, 1905, 1905, 1905, 1905, 1905, 1907, 3480, 1907, 1907, 1907, 1907, 1907, 1907, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1913, 3480, 3480, 1913, 1913, 1913, 3480, 1913, 1914, 3480, 3480, 1914, 1914, 1914, 3480, 1914, 1918, 3480, 1918, 1918, 1918, 1918, 1918, 1918, 1919, 3480, 1919, 1919, 1919, 1919, 1919, 1919, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1920, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1923, 1926, 3480, 1926, 1926, 1926, 1926, 1926, 1926, 1927, 3480, 1927, 1927, 1927, 1927, 1927, 1927, 1930, 3480, 1930, 1930, 1930, 1930, 1930, 1930, 1931, 3480, 1931, 1931, 1931, 1931, 1931, 1931, 1932, 3480, 1932, 1932, 1932, 1932, 1932, 1932, 1933, 3480, 1933, 3480, 1933, 1933, 3480, 1933, 1934, 3480, 1934, 1934, 1934, 1934, 1934, 1934, 1935, 3480, 1935, 1935, 1935, 1935, 1935, 1935, 1936, 3480, 1936, 1936, 1936, 1936, 1936, 1936, 1937, 3480, 1937, 1937, 1937, 1937, 1937, 1937, 1938, 3480, 1938, 1938, 1938, 1938, 1938, 1938, 1939, 3480, 1939, 1939, 1939, 1939, 1939, 1939, 1940, 3480, 1940, 1940, 1940, 1940, 1940, 1940, 1941, 3480, 1941, 1941, 1941, 1941, 1941, 1941, 1942, 3480, 1942, 1942, 1942, 1942, 1942, 1942, 1943, 3480, 1943, 1943, 1943, 1943, 1943, 1943, 1944, 3480, 1944, 1944, 1944, 1944, 1944, 1944, 1946, 3480, 1946, 1946, 1946, 1946, 1946, 1946, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1952, 3480, 3480, 1952, 1952, 1952, 3480, 1952, 1953, 3480, 3480, 1953, 1953, 1953, 3480, 1953, 1957, 3480, 1957, 1957, 1957, 1957, 1957, 1957, 1958, 3480, 1958, 1958, 1958, 1958, 1958, 1958, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1959, 1962, 1962, 1962, 1962, 1962, 1962, 1962, 1962, 1965, 3480, 1965, 1965, 1965, 1965, 1965, 1965, 1966, 3480, 1966, 1966, 1966, 1966, 1966, 1966, 1969, 3480, 1969, 1969, 1969, 1969, 1969, 1969, 1970, 3480, 1970, 1970, 1970, 1970, 1970, 1970, 1971, 3480, 1971, 1971, 1971, 1971, 1971, 1971, 1972, 3480, 1972, 3480, 1972, 1972, 3480, 1972, 1973, 3480, 1973, 1973, 1973, 1973, 1973, 1973, 1974, 3480, 1974, 1974, 1974, 1974, 1974, 1974, 1975, 3480, 1975, 1975, 1975, 1975, 1975, 1975, 1976, 3480, 1976, 1976, 1976, 1976, 1976, 1976, 1977, 3480, 1977, 1977, 1977, 1977, 1977, 1977, 1978, 3480, 1978, 1978, 1978, 1978, 1978, 1978, 1979, 3480, 1979, 1979, 1979, 1979, 1979, 1979, 1980, 3480, 1980, 1980, 1980, 1980, 1980, 1980, 1981, 3480, 1981, 1981, 1981, 1981, 1981, 1981, 1982, 3480, 1982, 1982, 1982, 1982, 1982, 1982, 1983, 3480, 1983, 1983, 1983, 1983, 1983, 1983, 1985, 3480, 1985, 1985, 1985, 1985, 1985, 1985, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1988, 1991, 3480, 3480, 1991, 1991, 1991, 3480, 1991, 1992, 3480, 3480, 1992, 1992, 1992, 3480, 1992, 1996, 3480, 1996, 1996, 1996, 1996, 1996, 1996, 1997, 3480, 1997, 1997, 1997, 1997, 1997, 1997, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2004, 3480, 2004, 2004, 2004, 2004, 2004, 2004, 2005, 3480, 2005, 2005, 2005, 2005, 2005, 2005, 2008, 3480, 2008, 2008, 2008, 2008, 2008, 2008, 2009, 3480, 2009, 2009, 2009, 2009, 2009, 2009, 2010, 3480, 2010, 2010, 2010, 2010, 2010, 2010, 2011, 3480, 2011, 3480, 2011, 2011, 3480, 2011, 2012, 3480, 2012, 2012, 2012, 2012, 2012, 2012, 2013, 3480, 2013, 2013, 2013, 2013, 2013, 2013, 2014, 3480, 2014, 2014, 2014, 2014, 2014, 2014, 2015, 3480, 2015, 2015, 2015, 2015, 2015, 2015, 2016, 3480, 2016, 2016, 2016, 2016, 2016, 2016, 2017, 3480, 2017, 2017, 2017, 2017, 2017, 2017, 2018, 3480, 2018, 2018, 2018, 2018, 2018, 2018, 2019, 3480, 2019, 2019, 2019, 2019, 2019, 2019, 2020, 3480, 2020, 2020, 2020, 2020, 2020, 2020, 2021, 3480, 2021, 2021, 2021, 2021, 2021, 2021, 2022, 3480, 2022, 2022, 2022, 2022, 2022, 2022, 2024, 3480, 2024, 2024, 2024, 2024, 2024, 2024, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2030, 3480, 3480, 2030, 2030, 2030, 3480, 2030, 2031, 3480, 3480, 2031, 2031, 2031, 3480, 2031, 2035, 3480, 2035, 2035, 2035, 2035, 2035, 2035, 2036, 3480, 2036, 2036, 2036, 2036, 2036, 2036, 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2040, 2040, 2040, 2040, 2040, 2040, 2040, 2040, 2043, 3480, 2043, 2043, 2043, 2043, 2043, 2043, 2044, 3480, 2044, 2044, 2044, 2044, 2044, 2044, 2047, 3480, 2047, 2047, 2047, 2047, 2047, 2047, 2048, 3480, 2048, 2048, 2048, 2048, 2048, 2048, 2049, 3480, 2049, 2049, 2049, 2049, 2049, 2049, 2050, 3480, 2050, 3480, 2050, 2050, 3480, 2050, 2051, 3480, 2051, 2051, 2051, 2051, 2051, 2051, 2052, 3480, 2052, 2052, 2052, 2052, 2052, 2052, 2053, 3480, 2053, 2053, 2053, 2053, 2053, 2053, 2054, 3480, 2054, 2054, 2054, 2054, 2054, 2054, 2055, 3480, 2055, 2055, 2055, 2055, 2055, 2055, 2056, 3480, 2056, 2056, 2056, 2056, 2056, 2056, 2057, 3480, 2057, 2057, 2057, 2057, 2057, 2057, 2058, 3480, 2058, 2058, 2058, 2058, 2058, 2058, 2059, 3480, 2059, 2059, 2059, 2059, 2059, 2059, 2060, 3480, 2060, 2060, 2060, 2060, 2060, 2060, 2061, 3480, 2061, 2061, 2061, 2061, 2061, 2061, 2063, 3480, 2063, 2063, 2063, 2063, 2063, 2063, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2066, 2069, 3480, 3480, 2069, 2069, 2069, 3480, 2069, 2070, 3480, 3480, 2070, 2070, 2070, 3480, 2070, 2074, 3480, 2074, 2074, 2074, 2074, 2074, 2074, 2075, 3480, 2075, 2075, 2075, 2075, 2075, 2075, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2079, 2079, 2079, 2079, 2079, 2079, 2079, 2079, 2082, 3480, 2082, 2082, 2082, 2082, 2082, 2082, 2083, 3480, 2083, 2083, 2083, 2083, 2083, 2083, 2086, 3480, 2086, 2086, 2086, 2086, 2086, 2086, 2087, 3480, 2087, 2087, 2087, 2087, 2087, 2087, 2088, 3480, 2088, 2088, 2088, 2088, 2088, 2088, 2089, 3480, 2089, 3480, 2089, 2089, 3480, 2089, 2090, 3480, 2090, 2090, 2090, 2090, 2090, 2090, 2091, 3480, 2091, 2091, 2091, 2091, 2091, 2091, 2092, 3480, 2092, 2092, 2092, 2092, 2092, 2092, 2093, 3480, 2093, 2093, 2093, 2093, 2093, 2093, 2094, 3480, 2094, 2094, 2094, 2094, 2094, 2094, 2095, 3480, 2095, 2095, 2095, 2095, 2095, 2095, 2096, 3480, 2096, 2096, 2096, 2096, 2096, 2096, 2097, 3480, 2097, 2097, 2097, 2097, 2097, 2097, 2098, 3480, 2098, 2098, 2098, 2098, 2098, 2098, 2099, 3480, 2099, 2099, 2099, 2099, 2099, 2099, 2100, 3480, 2100, 2100, 2100, 2100, 2100, 2100, 2102, 3480, 2102, 2102, 2102, 2102, 2102, 2102, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2108, 3480, 3480, 2108, 2108, 2108, 3480, 2108, 2109, 3480, 3480, 2109, 2109, 2109, 3480, 2109, 2113, 3480, 2113, 2113, 2113, 2113, 2113, 2113, 2114, 3480, 2114, 2114, 2114, 2114, 2114, 2114, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2115, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2118, 2121, 3480, 2121, 2121, 2121, 2121, 2121, 2121, 2122, 3480, 2122, 2122, 2122, 2122, 2122, 2122, 2125, 3480, 2125, 2125, 2125, 2125, 2125, 2125, 2126, 3480, 2126, 2126, 2126, 2126, 2126, 2126, 2127, 3480, 2127, 2127, 2127, 2127, 2127, 2127, 2128, 3480, 2128, 3480, 2128, 2128, 3480, 2128, 2129, 3480, 2129, 2129, 2129, 2129, 2129, 2129, 2130, 3480, 2130, 2130, 2130, 2130, 2130, 2130, 2131, 3480, 2131, 2131, 2131, 2131, 2131, 2131, 2132, 3480, 2132, 2132, 2132, 2132, 2132, 2132, 2133, 3480, 2133, 2133, 2133, 2133, 2133, 2133, 2134, 3480, 2134, 2134, 2134, 2134, 2134, 2134, 2135, 3480, 2135, 2135, 2135, 2135, 2135, 2135, 2136, 3480, 2136, 2136, 2136, 2136, 2136, 2136, 2137, 3480, 2137, 2137, 2137, 2137, 2137, 2137, 2138, 3480, 2138, 2138, 2138, 2138, 2138, 2138, 2139, 3480, 2139, 2139, 2139, 2139, 2139, 2139, 2141, 3480, 2141, 2141, 2141, 2141, 2141, 2141, 2144, 2144, 2144, 2144, 2144, 2144, 2144, 2144, 2147, 3480, 3480, 2147, 2147, 2147, 3480, 2147, 2148, 3480, 3480, 2148, 2148, 2148, 3480, 2148, 2152, 3480, 2152, 2152, 2152, 2152, 2152, 2152, 2153, 3480, 2153, 2153, 2153, 2153, 2153, 2153, 2154, 2154, 2154, 2154, 2154, 2154, 2154, 2154, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2160, 3480, 2160, 2160, 2160, 2160, 2160, 2160, 2161, 3480, 2161, 2161, 2161, 2161, 2161, 2161, 2164, 3480, 2164, 2164, 2164, 2164, 2164, 2164, 2165, 3480, 2165, 2165, 2165, 2165, 2165, 2165, 2166, 3480, 2166, 2166, 2166, 2166, 2166, 2166, 2167, 3480, 2167, 3480, 2167, 2167, 3480, 2167, 2168, 3480, 2168, 2168, 2168, 2168, 2168, 2168, 2169, 3480, 2169, 2169, 2169, 2169, 2169, 2169, 2170, 3480, 2170, 2170, 2170, 2170, 2170, 2170, 2171, 3480, 2171, 2171, 2171, 2171, 2171, 2171, 2172, 3480, 2172, 2172, 2172, 2172, 2172, 2172, 2173, 3480, 2173, 2173, 2173, 2173, 2173, 2173, 2174, 3480, 2174, 2174, 2174, 2174, 2174, 2174, 2175, 3480, 2175, 2175, 2175, 2175, 2175, 2175, 2176, 3480, 2176, 2176, 2176, 2176, 2176, 2176, 2177, 3480, 2177, 2177, 2177, 2177, 2177, 2177, 2178, 3480, 2178, 2178, 2178, 2178, 2178, 2178, 2180, 3480, 2180, 2180, 2180, 2180, 2180, 2180, 2183, 2183, 2183, 2183, 2183, 2183, 2183, 2183, 2186, 3480, 3480, 2186, 2186, 2186, 3480, 2186, 2187, 3480, 3480, 2187, 2187, 2187, 3480, 2187, 2191, 3480, 2191, 2191, 2191, 2191, 2191, 2191, 2192, 3480, 2192, 2192, 2192, 2192, 2192, 2192, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2199, 3480, 2199, 2199, 2199, 2199, 2199, 2199, 2200, 3480, 2200, 2200, 2200, 2200, 2200, 2200, 2203, 3480, 2203, 2203, 2203, 2203, 2203, 2203, 2204, 3480, 2204, 2204, 2204, 2204, 2204, 2204, 2205, 3480, 2205, 2205, 2205, 2205, 2205, 2205, 2206, 3480, 2206, 3480, 2206, 2206, 3480, 2206, 2207, 3480, 2207, 2207, 2207, 2207, 2207, 2207, 2208, 3480, 2208, 2208, 2208, 2208, 2208, 2208, 2209, 3480, 2209, 2209, 2209, 2209, 2209, 2209, 2210, 3480, 2210, 2210, 2210, 2210, 2210, 2210, 2211, 3480, 2211, 2211, 2211, 2211, 2211, 2211, 2212, 3480, 2212, 2212, 2212, 2212, 2212, 2212, 2213, 3480, 2213, 2213, 2213, 2213, 2213, 2213, 2214, 3480, 2214, 2214, 2214, 2214, 2214, 2214, 2215, 3480, 2215, 2215, 2215, 2215, 2215, 2215, 2216, 3480, 2216, 2216, 2216, 2216, 2216, 2216, 2217, 3480, 2217, 2217, 2217, 2217, 2217, 2217, 2219, 3480, 2219, 2219, 2219, 2219, 2219, 2219, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2222, 2225, 3480, 3480, 2225, 2225, 2225, 3480, 2225, 2226, 3480, 3480, 2226, 2226, 2226, 3480, 2226, 2230, 3480, 2230, 2230, 2230, 2230, 2230, 2230, 2231, 3480, 2231, 2231, 2231, 2231, 2231, 2231, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2238, 3480, 2238, 2238, 2238, 2238, 2238, 2238, 2239, 3480, 2239, 2239, 2239, 2239, 2239, 2239, 2242, 3480, 2242, 2242, 2242, 2242, 2242, 2242, 2243, 3480, 2243, 2243, 2243, 2243, 2243, 2243, 2244, 3480, 2244, 2244, 2244, 2244, 2244, 2244, 2245, 3480, 2245, 3480, 2245, 2245, 3480, 2245, 2246, 3480, 2246, 2246, 2246, 2246, 2246, 2246, 2247, 3480, 2247, 2247, 2247, 2247, 2247, 2247, 2248, 3480, 2248, 2248, 2248, 2248, 2248, 2248, 2249, 3480, 2249, 2249, 2249, 2249, 2249, 2249, 2250, 3480, 2250, 2250, 2250, 2250, 2250, 2250, 2251, 3480, 2251, 2251, 2251, 2251, 2251, 2251, 2252, 3480, 2252, 2252, 2252, 2252, 2252, 2252, 2253, 3480, 2253, 2253, 2253, 2253, 2253, 2253, 2254, 3480, 2254, 2254, 2254, 2254, 2254, 2254, 2255, 3480, 2255, 2255, 2255, 2255, 2255, 2255, 2256, 3480, 2256, 2256, 2256, 2256, 2256, 2256, 2258, 3480, 2258, 2258, 2258, 2258, 2258, 2258, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2264, 3480, 3480, 2264, 2264, 2264, 3480, 2264, 2265, 3480, 3480, 2265, 2265, 2265, 3480, 2265, 2269, 3480, 2269, 2269, 2269, 2269, 2269, 2269, 2270, 3480, 2270, 2270, 2270, 2270, 2270, 2270, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2277, 3480, 2277, 2277, 2277, 2277, 2277, 2277, 2278, 3480, 2278, 2278, 2278, 2278, 2278, 2278, 2281, 3480, 2281, 2281, 2281, 2281, 2281, 2281, 2282, 3480, 2282, 2282, 2282, 2282, 2282, 2282, 2283, 3480, 2283, 2283, 2283, 2283, 2283, 2283, 2284, 3480, 2284, 3480, 2284, 2284, 3480, 2284, 2285, 3480, 2285, 2285, 2285, 2285, 2285, 2285, 2286, 3480, 2286, 2286, 2286, 2286, 2286, 2286, 2287, 3480, 2287, 2287, 2287, 2287, 2287, 2287, 2288, 3480, 2288, 2288, 2288, 2288, 2288, 2288, 2289, 3480, 2289, 2289, 2289, 2289, 2289, 2289, 2290, 3480, 2290, 2290, 2290, 2290, 2290, 2290, 2291, 3480, 2291, 2291, 2291, 2291, 2291, 2291, 2292, 3480, 2292, 2292, 2292, 2292, 2292, 2292, 2293, 3480, 2293, 2293, 2293, 2293, 2293, 2293, 2294, 3480, 2294, 2294, 2294, 2294, 2294, 2294, 2295, 3480, 2295, 2295, 2295, 2295, 2295, 2295, 2297, 3480, 2297, 2297, 2297, 2297, 2297, 2297, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2300, 2303, 3480, 3480, 2303, 2303, 2303, 3480, 2303, 2304, 3480, 3480, 2304, 2304, 2304, 3480, 2304, 2308, 3480, 2308, 2308, 2308, 2308, 2308, 2308, 2309, 3480, 2309, 2309, 2309, 2309, 2309, 2309, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2316, 3480, 2316, 2316, 2316, 2316, 2316, 2316, 2317, 3480, 2317, 2317, 2317, 2317, 2317, 2317, 2320, 3480, 2320, 2320, 2320, 2320, 2320, 2320, 2321, 3480, 2321, 2321, 2321, 2321, 2321, 2321, 2322, 3480, 2322, 2322, 2322, 2322, 2322, 2322, 2323, 3480, 2323, 3480, 2323, 2323, 3480, 2323, 2324, 3480, 2324, 2324, 2324, 2324, 2324, 2324, 2325, 3480, 2325, 2325, 2325, 2325, 2325, 2325, 2326, 3480, 2326, 2326, 2326, 2326, 2326, 2326, 2327, 3480, 2327, 2327, 2327, 2327, 2327, 2327, 2328, 3480, 2328, 2328, 2328, 2328, 2328, 2328, 2329, 3480, 2329, 2329, 2329, 2329, 2329, 2329, 2330, 3480, 2330, 2330, 2330, 2330, 2330, 2330, 2331, 3480, 2331, 2331, 2331, 2331, 2331, 2331, 2332, 3480, 2332, 2332, 2332, 2332, 2332, 2332, 2333, 3480, 2333, 2333, 2333, 2333, 2333, 2333, 2334, 3480, 2334, 2334, 2334, 2334, 2334, 2334, 2336, 3480, 2336, 2336, 2336, 2336, 2336, 2336, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2342, 3480, 3480, 2342, 2342, 2342, 3480, 2342, 2343, 3480, 3480, 2343, 2343, 2343, 3480, 2343, 2347, 3480, 2347, 2347, 2347, 2347, 2347, 2347, 2348, 3480, 2348, 2348, 2348, 2348, 2348, 2348, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2352, 2355, 3480, 2355, 2355, 2355, 2355, 2355, 2355, 2356, 3480, 2356, 2356, 2356, 2356, 2356, 2356, 2359, 3480, 2359, 2359, 2359, 2359, 2359, 2359, 2360, 3480, 2360, 2360, 2360, 2360, 2360, 2360, 2361, 3480, 2361, 2361, 2361, 2361, 2361, 2361, 2362, 3480, 2362, 3480, 2362, 2362, 3480, 2362, 2363, 3480, 2363, 2363, 2363, 2363, 2363, 2363, 2364, 3480, 2364, 2364, 2364, 2364, 2364, 2364, 2365, 3480, 2365, 2365, 2365, 2365, 2365, 2365, 2366, 3480, 2366, 2366, 2366, 2366, 2366, 2366, 2367, 3480, 2367, 2367, 2367, 2367, 2367, 2367, 2368, 3480, 2368, 2368, 2368, 2368, 2368, 2368, 2369, 3480, 2369, 2369, 2369, 2369, 2369, 2369, 2370, 3480, 2370, 2370, 2370, 2370, 2370, 2370, 2371, 3480, 2371, 2371, 2371, 2371, 2371, 2371, 2372, 3480, 2372, 2372, 2372, 2372, 2372, 2372, 2373, 3480, 2373, 2373, 2373, 2373, 2373, 2373, 2375, 3480, 2375, 2375, 2375, 2375, 2375, 2375, 2378, 2378, 2378, 2378, 2378, 2378, 2378, 2378, 2381, 3480, 3480, 2381, 2381, 2381, 3480, 2381, 2382, 3480, 3480, 2382, 2382, 2382, 3480, 2382, 2386, 3480, 2386, 2386, 2386, 2386, 2386, 2386, 2387, 3480, 2387, 2387, 2387, 2387, 2387, 2387, 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2388, 2391, 2391, 2391, 2391, 2391, 2391, 2391, 2391, 2394, 3480, 2394, 2394, 2394, 2394, 2394, 2394, 2395, 3480, 2395, 2395, 2395, 2395, 2395, 2395, 2398, 3480, 2398, 2398, 2398, 2398, 2398, 2398, 2399, 3480, 2399, 2399, 2399, 2399, 2399, 2399, 2400, 3480, 2400, 2400, 2400, 2400, 2400, 2400, 2401, 3480, 2401, 3480, 2401, 2401, 3480, 2401, 2402, 3480, 2402, 2402, 2402, 2402, 2402, 2402, 2403, 3480, 2403, 2403, 2403, 2403, 2403, 2403, 2404, 3480, 2404, 2404, 2404, 2404, 2404, 2404, 2405, 3480, 2405, 2405, 2405, 2405, 2405, 2405, 2406, 3480, 2406, 2406, 2406, 2406, 2406, 2406, 2407, 3480, 2407, 2407, 2407, 2407, 2407, 2407, 2408, 3480, 2408, 2408, 2408, 2408, 2408, 2408, 2409, 3480, 2409, 2409, 2409, 2409, 2409, 2409, 2410, 3480, 2410, 2410, 2410, 2410, 2410, 2410, 2411, 3480, 2411, 2411, 2411, 2411, 2411, 2411, 2412, 3480, 2412, 2412, 2412, 2412, 2412, 2412, 2414, 3480, 2414, 2414, 2414, 2414, 2414, 2414, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2420, 3480, 3480, 2420, 2420, 2420, 3480, 2420, 2421, 3480, 3480, 2421, 2421, 2421, 3480, 2421, 2425, 3480, 2425, 2425, 2425, 2425, 2425, 2425, 2426, 3480, 2426, 2426, 2426, 2426, 2426, 2426, 2427, 2427, 2427, 2427, 2427, 2427, 2427, 2427, 2430, 2430, 2430, 2430, 2430, 2430, 2430, 2430, 2433, 3480, 2433, 2433, 2433, 2433, 2433, 2433, 2434, 3480, 2434, 2434, 2434, 2434, 2434, 2434, 2437, 3480, 2437, 2437, 2437, 2437, 2437, 2437, 2438, 3480, 2438, 2438, 2438, 2438, 2438, 2438, 2439, 3480, 2439, 2439, 2439, 2439, 2439, 2439, 2440, 3480, 2440, 3480, 2440, 2440, 3480, 2440, 2441, 3480, 2441, 2441, 2441, 2441, 2441, 2441, 2442, 3480, 2442, 2442, 2442, 2442, 2442, 2442, 2443, 3480, 2443, 2443, 2443, 2443, 2443, 2443, 2444, 3480, 2444, 2444, 2444, 2444, 2444, 2444, 2445, 3480, 2445, 2445, 2445, 2445, 2445, 2445, 2446, 3480, 2446, 2446, 2446, 2446, 2446, 2446, 2447, 3480, 2447, 2447, 2447, 2447, 2447, 2447, 2448, 3480, 2448, 2448, 2448, 2448, 2448, 2448, 2449, 3480, 2449, 2449, 2449, 2449, 2449, 2449, 2450, 3480, 2450, 2450, 2450, 2450, 2450, 2450, 2451, 3480, 2451, 2451, 2451, 2451, 2451, 2451, 2453, 3480, 2453, 2453, 2453, 2453, 2453, 2453, 2456, 2456, 2456, 2456, 2456, 2456, 2456, 2456, 2459, 3480, 3480, 2459, 2459, 2459, 3480, 2459, 2460, 3480, 3480, 2460, 2460, 2460, 3480, 2460, 2464, 3480, 2464, 2464, 2464, 2464, 2464, 2464, 2465, 3480, 2465, 2465, 2465, 2465, 2465, 2465, 2466, 2466, 2466, 2466, 2466, 2466, 2466, 2466, 2469, 2469, 2469, 2469, 2469, 2469, 2469, 2469, 2472, 3480, 2472, 2472, 2472, 2472, 2472, 2472, 2473, 3480, 2473, 2473, 2473, 2473, 2473, 2473, 2476, 3480, 2476, 2476, 2476, 2476, 2476, 2476, 2477, 3480, 2477, 2477, 2477, 2477, 2477, 2477, 2478, 3480, 2478, 2478, 2478, 2478, 2478, 2478, 2479, 3480, 2479, 3480, 2479, 2479, 3480, 2479, 2480, 3480, 2480, 2480, 2480, 2480, 2480, 2480, 2481, 3480, 2481, 2481, 2481, 2481, 2481, 2481, 2482, 3480, 2482, 2482, 2482, 2482, 2482, 2482, 2483, 3480, 2483, 2483, 2483, 2483, 2483, 2483, 2484, 3480, 2484, 2484, 2484, 2484, 2484, 2484, 2485, 3480, 2485, 2485, 2485, 2485, 2485, 2485, 2486, 3480, 2486, 2486, 2486, 2486, 2486, 2486, 2487, 3480, 2487, 2487, 2487, 2487, 2487, 2487, 2488, 3480, 2488, 2488, 2488, 2488, 2488, 2488, 2489, 3480, 2489, 2489, 2489, 2489, 2489, 2489, 2490, 3480, 2490, 2490, 2490, 2490, 2490, 2490, 2492, 3480, 2492, 2492, 2492, 2492, 2492, 2492, 2495, 2495, 2495, 2495, 2495, 2495, 2495, 2495, 2498, 3480, 3480, 2498, 2498, 2498, 3480, 2498, 2499, 3480, 3480, 2499, 2499, 2499, 3480, 2499, 2503, 3480, 2503, 2503, 2503, 2503, 2503, 2503, 2504, 3480, 2504, 2504, 2504, 2504, 2504, 2504, 2505, 2505, 2505, 2505, 2505, 2505, 2505, 2505, 2508, 2508, 2508, 2508, 2508, 2508, 2508, 2508, 2511, 3480, 2511, 2511, 2511, 2511, 2511, 2511, 2512, 3480, 2512, 2512, 2512, 2512, 2512, 2512, 2515, 3480, 2515, 2515, 2515, 2515, 2515, 2515, 2516, 3480, 2516, 2516, 2516, 2516, 2516, 2516, 2517, 3480, 2517, 2517, 2517, 2517, 2517, 2517, 2518, 3480, 2518, 3480, 2518, 2518, 3480, 2518, 2519, 3480, 2519, 2519, 2519, 2519, 2519, 2519, 2520, 3480, 2520, 2520, 2520, 2520, 2520, 2520, 2521, 3480, 2521, 2521, 2521, 2521, 2521, 2521, 2522, 3480, 2522, 2522, 2522, 2522, 2522, 2522, 2523, 3480, 2523, 2523, 2523, 2523, 2523, 2523, 2524, 3480, 2524, 2524, 2524, 2524, 2524, 2524, 2525, 3480, 2525, 2525, 2525, 2525, 2525, 2525, 2526, 3480, 2526, 2526, 2526, 2526, 2526, 2526, 2527, 3480, 2527, 2527, 2527, 2527, 2527, 2527, 2528, 3480, 2528, 2528, 2528, 2528, 2528, 2528, 2529, 3480, 2529, 2529, 2529, 2529, 2529, 2529, 2531, 3480, 2531, 2531, 2531, 2531, 2531, 2531, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2534, 2537, 3480, 3480, 2537, 2537, 2537, 3480, 2537, 2538, 3480, 3480, 2538, 2538, 2538, 3480, 2538, 2542, 3480, 2542, 2542, 2542, 2542, 2542, 2542, 2543, 3480, 2543, 2543, 2543, 2543, 2543, 2543, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2547, 2550, 3480, 2550, 2550, 2550, 2550, 2550, 2550, 2551, 3480, 2551, 2551, 2551, 2551, 2551, 2551, 2554, 3480, 2554, 2554, 2554, 2554, 2554, 2554, 2555, 3480, 2555, 2555, 2555, 2555, 2555, 2555, 2556, 3480, 2556, 2556, 2556, 2556, 2556, 2556, 2557, 3480, 2557, 3480, 2557, 2557, 3480, 2557, 2558, 3480, 2558, 2558, 2558, 2558, 2558, 2558, 2559, 3480, 2559, 2559, 2559, 2559, 2559, 2559, 2560, 3480, 2560, 2560, 2560, 2560, 2560, 2560, 2561, 3480, 2561, 2561, 2561, 2561, 2561, 2561, 2562, 3480, 2562, 2562, 2562, 2562, 2562, 2562, 2563, 3480, 2563, 2563, 2563, 2563, 2563, 2563, 2564, 3480, 2564, 2564, 2564, 2564, 2564, 2564, 2565, 3480, 2565, 2565, 2565, 2565, 2565, 2565, 2566, 3480, 2566, 2566, 2566, 2566, 2566, 2566, 2567, 3480, 2567, 2567, 2567, 2567, 2567, 2567, 2568, 3480, 2568, 2568, 2568, 2568, 2568, 2568, 2570, 3480, 2570, 2570, 2570, 2570, 2570, 2570, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2576, 3480, 3480, 2576, 2576, 2576, 3480, 2576, 2577, 3480, 3480, 2577, 2577, 2577, 3480, 2577, 2581, 3480, 2581, 2581, 2581, 2581, 2581, 2581, 2582, 3480, 2582, 2582, 2582, 2582, 2582, 2582, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2583, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2586, 2589, 3480, 2589, 2589, 2589, 2589, 2589, 2589, 2590, 3480, 2590, 2590, 2590, 2590, 2590, 2590, 2593, 3480, 2593, 2593, 2593, 2593, 2593, 2593, 2594, 3480, 2594, 2594, 2594, 2594, 2594, 2594, 2595, 3480, 2595, 2595, 2595, 2595, 2595, 2595, 2596, 3480, 2596, 3480, 2596, 2596, 3480, 2596, 2597, 3480, 2597, 2597, 2597, 2597, 2597, 2597, 2598, 3480, 2598, 2598, 2598, 2598, 2598, 2598, 2599, 3480, 2599, 2599, 2599, 2599, 2599, 2599, 2600, 3480, 2600, 2600, 2600, 2600, 2600, 2600, 2601, 3480, 2601, 2601, 2601, 2601, 2601, 2601, 2602, 3480, 2602, 2602, 2602, 2602, 2602, 2602, 2603, 3480, 2603, 2603, 2603, 2603, 2603, 2603, 2604, 3480, 2604, 2604, 2604, 2604, 2604, 2604, 2605, 3480, 2605, 2605, 2605, 2605, 2605, 2605, 2606, 3480, 2606, 2606, 2606, 2606, 2606, 2606, 2607, 3480, 2607, 2607, 2607, 2607, 2607, 2607, 2609, 3480, 2609, 2609, 2609, 2609, 2609, 2609, 2612, 2612, 2612, 2612, 2612, 2612, 2612, 2612, 2615, 3480, 3480, 2615, 2615, 2615, 3480, 2615, 2616, 3480, 3480, 2616, 2616, 2616, 3480, 2616, 2620, 3480, 2620, 2620, 2620, 2620, 2620, 2620, 2621, 3480, 2621, 2621, 2621, 2621, 2621, 2621, 2622, 2622, 2622, 2622, 2622, 2622, 2622, 2622, 2625, 2625, 2625, 2625, 2625, 2625, 2625, 2625, 2628, 3480, 2628, 2628, 2628, 2628, 2628, 2628, 2629, 3480, 2629, 2629, 2629, 2629, 2629, 2629, 2632, 3480, 2632, 2632, 2632, 2632, 2632, 2632, 2633, 3480, 2633, 2633, 2633, 2633, 2633, 2633, 2634, 3480, 2634, 2634, 2634, 2634, 2634, 2634, 2635, 3480, 2635, 3480, 2635, 2635, 3480, 2635, 2636, 3480, 2636, 2636, 2636, 2636, 2636, 2636, 2637, 3480, 2637, 2637, 2637, 2637, 2637, 2637, 2638, 3480, 2638, 2638, 2638, 2638, 2638, 2638, 2639, 3480, 2639, 2639, 2639, 2639, 2639, 2639, 2640, 3480, 2640, 2640, 2640, 2640, 2640, 2640, 2641, 3480, 2641, 2641, 2641, 2641, 2641, 2641, 2642, 3480, 2642, 2642, 2642, 2642, 2642, 2642, 2643, 3480, 2643, 2643, 2643, 2643, 2643, 2643, 2644, 3480, 2644, 2644, 2644, 2644, 2644, 2644, 2645, 3480, 2645, 2645, 2645, 2645, 2645, 2645, 2646, 3480, 2646, 2646, 2646, 2646, 2646, 2646, 2648, 3480, 2648, 2648, 2648, 2648, 2648, 2648, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2651, 2654, 3480, 3480, 2654, 2654, 2654, 3480, 2654, 2655, 3480, 3480, 2655, 2655, 2655, 3480, 2655, 2659, 3480, 2659, 2659, 2659, 2659, 2659, 2659, 2660, 3480, 2660, 2660, 2660, 2660, 2660, 2660, 2661, 2661, 2661, 2661, 2661, 2661, 2661, 2661, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2667, 3480, 2667, 2667, 2667, 2667, 2667, 2667, 2668, 3480, 2668, 2668, 2668, 2668, 2668, 2668, 2671, 3480, 2671, 2671, 2671, 2671, 2671, 2671, 2672, 3480, 2672, 2672, 2672, 2672, 2672, 2672, 2673, 3480, 2673, 2673, 2673, 2673, 2673, 2673, 2674, 3480, 2674, 3480, 2674, 2674, 3480, 2674, 2675, 3480, 2675, 2675, 2675, 2675, 2675, 2675, 2676, 3480, 2676, 2676, 2676, 2676, 2676, 2676, 2677, 3480, 2677, 2677, 2677, 2677, 2677, 2677, 2678, 3480, 2678, 2678, 2678, 2678, 2678, 2678, 2679, 3480, 2679, 2679, 2679, 2679, 2679, 2679, 2680, 3480, 2680, 2680, 2680, 2680, 2680, 2680, 2681, 3480, 2681, 2681, 2681, 2681, 2681, 2681, 2682, 3480, 2682, 2682, 2682, 2682, 2682, 2682, 2683, 3480, 2683, 2683, 2683, 2683, 2683, 2683, 2684, 3480, 2684, 2684, 2684, 2684, 2684, 2684, 2685, 3480, 2685, 2685, 2685, 2685, 2685, 2685, 2687, 3480, 2687, 2687, 2687, 2687, 2687, 2687, 2690, 2690, 2690, 2690, 2690, 2690, 2690, 2690, 2693, 3480, 3480, 2693, 2693, 2693, 3480, 2693, 2694, 3480, 3480, 2694, 2694, 2694, 3480, 2694, 2698, 3480, 2698, 2698, 2698, 2698, 2698, 2698, 2699, 3480, 2699, 2699, 2699, 2699, 2699, 2699, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2703, 2703, 2703, 2703, 2703, 2703, 2703, 2703, 2706, 3480, 2706, 2706, 2706, 2706, 2706, 2706, 2707, 3480, 2707, 2707, 2707, 2707, 2707, 2707, 2710, 3480, 2710, 2710, 2710, 2710, 2710, 2710, 2711, 3480, 2711, 2711, 2711, 2711, 2711, 2711, 2712, 3480, 2712, 2712, 2712, 2712, 2712, 2712, 2713, 3480, 2713, 3480, 2713, 2713, 3480, 2713, 2714, 3480, 2714, 2714, 2714, 2714, 2714, 2714, 2715, 3480, 2715, 2715, 2715, 2715, 2715, 2715, 2716, 3480, 2716, 2716, 2716, 2716, 2716, 2716, 2717, 3480, 2717, 2717, 2717, 2717, 2717, 2717, 2718, 3480, 2718, 2718, 2718, 2718, 2718, 2718, 2719, 3480, 2719, 2719, 2719, 2719, 2719, 2719, 2720, 3480, 2720, 2720, 2720, 2720, 2720, 2720, 2721, 3480, 2721, 2721, 2721, 2721, 2721, 2721, 2722, 3480, 2722, 2722, 2722, 2722, 2722, 2722, 2723, 3480, 2723, 2723, 2723, 2723, 2723, 2723, 2724, 3480, 2724, 2724, 2724, 2724, 2724, 2724, 2726, 3480, 2726, 2726, 2726, 2726, 2726, 2726, 2729, 2729, 2729, 2729, 2729, 2729, 2729, 2729, 2732, 3480, 3480, 2732, 2732, 2732, 3480, 2732, 2733, 3480, 3480, 2733, 2733, 2733, 3480, 2733, 2737, 3480, 2737, 2737, 2737, 2737, 2737, 2737, 2738, 3480, 2738, 2738, 2738, 2738, 2738, 2738, 2739, 2739, 2739, 2739, 2739, 2739, 2739, 2739, 2742, 2742, 2742, 2742, 2742, 2742, 2742, 2742, 2745, 3480, 2745, 2745, 2745, 2745, 2745, 2745, 2746, 3480, 2746, 2746, 2746, 2746, 2746, 2746, 2749, 3480, 2749, 2749, 2749, 2749, 2749, 2749, 2750, 3480, 2750, 2750, 2750, 2750, 2750, 2750, 2751, 3480, 2751, 2751, 2751, 2751, 2751, 2751, 2752, 3480, 2752, 3480, 2752, 2752, 3480, 2752, 2753, 3480, 2753, 2753, 2753, 2753, 2753, 2753, 2754, 3480, 2754, 2754, 2754, 2754, 2754, 2754, 2755, 3480, 2755, 2755, 2755, 2755, 2755, 2755, 2756, 3480, 2756, 2756, 2756, 2756, 2756, 2756, 2757, 3480, 2757, 2757, 2757, 2757, 2757, 2757, 2758, 3480, 2758, 2758, 2758, 2758, 2758, 2758, 2759, 3480, 2759, 2759, 2759, 2759, 2759, 2759, 2760, 3480, 2760, 2760, 2760, 2760, 2760, 2760, 2761, 3480, 2761, 2761, 2761, 2761, 2761, 2761, 2762, 3480, 2762, 2762, 2762, 2762, 2762, 2762, 2763, 3480, 2763, 2763, 2763, 2763, 2763, 2763, 2765, 3480, 2765, 2765, 2765, 2765, 2765, 2765, 2768, 2768, 2768, 2768, 2768, 2768, 2768, 2768, 2771, 3480, 3480, 2771, 2771, 2771, 3480, 2771, 2772, 3480, 3480, 2772, 2772, 2772, 3480, 2772, 2776, 3480, 2776, 2776, 2776, 2776, 2776, 2776, 2777, 3480, 2777, 2777, 2777, 2777, 2777, 2777, 2778, 2778, 2778, 2778, 2778, 2778, 2778, 2778, 2781, 2781, 2781, 2781, 2781, 2781, 2781, 2781, 2784, 3480, 2784, 2784, 2784, 2784, 2784, 2784, 2785, 3480, 2785, 2785, 2785, 2785, 2785, 2785, 2788, 3480, 2788, 2788, 2788, 2788, 2788, 2788, 2789, 3480, 2789, 2789, 2789, 2789, 2789, 2789, 2790, 3480, 2790, 2790, 2790, 2790, 2790, 2790, 2791, 3480, 2791, 3480, 2791, 2791, 3480, 2791, 2792, 3480, 2792, 2792, 2792, 2792, 2792, 2792, 2793, 3480, 2793, 2793, 2793, 2793, 2793, 2793, 2794, 3480, 2794, 2794, 2794, 2794, 2794, 2794, 2795, 3480, 2795, 2795, 2795, 2795, 2795, 2795, 2796, 3480, 2796, 2796, 2796, 2796, 2796, 2796, 2797, 3480, 2797, 2797, 2797, 2797, 2797, 2797, 2798, 3480, 2798, 2798, 2798, 2798, 2798, 2798, 2799, 3480, 2799, 2799, 2799, 2799, 2799, 2799, 2800, 3480, 2800, 2800, 2800, 2800, 2800, 2800, 2801, 3480, 2801, 2801, 2801, 2801, 2801, 2801, 2802, 3480, 2802, 2802, 2802, 2802, 2802, 2802, 2804, 3480, 2804, 2804, 2804, 2804, 2804, 2804, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2810, 3480, 3480, 2810, 2810, 2810, 3480, 2810, 2811, 3480, 3480, 2811, 2811, 2811, 3480, 2811, 2815, 3480, 2815, 2815, 2815, 2815, 2815, 2815, 2816, 3480, 2816, 2816, 2816, 2816, 2816, 2816, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2823, 3480, 2823, 2823, 2823, 2823, 2823, 2823, 2824, 3480, 2824, 2824, 2824, 2824, 2824, 2824, 2827, 3480, 2827, 2827, 2827, 2827, 2827, 2827, 2828, 3480, 2828, 2828, 2828, 2828, 2828, 2828, 2829, 3480, 2829, 2829, 2829, 2829, 2829, 2829, 2830, 3480, 2830, 3480, 2830, 2830, 3480, 2830, 2831, 3480, 2831, 2831, 2831, 2831, 2831, 2831, 2832, 3480, 2832, 2832, 2832, 2832, 2832, 2832, 2833, 3480, 2833, 2833, 2833, 2833, 2833, 2833, 2834, 3480, 2834, 2834, 2834, 2834, 2834, 2834, 2835, 3480, 2835, 2835, 2835, 2835, 2835, 2835, 2836, 3480, 2836, 2836, 2836, 2836, 2836, 2836, 2837, 3480, 2837, 2837, 2837, 2837, 2837, 2837, 2838, 3480, 2838, 2838, 2838, 2838, 2838, 2838, 2839, 3480, 2839, 2839, 2839, 2839, 2839, 2839, 2840, 3480, 2840, 2840, 2840, 2840, 2840, 2840, 2841, 3480, 2841, 2841, 2841, 2841, 2841, 2841, 2843, 3480, 2843, 2843, 2843, 2843, 2843, 2843, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2849, 3480, 3480, 2849, 2849, 2849, 3480, 2849, 2850, 3480, 3480, 2850, 2850, 2850, 3480, 2850, 2854, 3480, 2854, 2854, 2854, 2854, 2854, 2854, 2855, 3480, 2855, 2855, 2855, 2855, 2855, 2855, 2856, 2856, 2856, 2856, 2856, 2856, 2856, 2856, 2859, 2859, 2859, 2859, 2859, 2859, 2859, 2859, 2862, 3480, 2862, 2862, 2862, 2862, 2862, 2862, 2863, 3480, 2863, 2863, 2863, 2863, 2863, 2863, 2866, 3480, 2866, 2866, 2866, 2866, 2866, 2866, 2867, 3480, 2867, 2867, 2867, 2867, 2867, 2867, 2868, 3480, 2868, 2868, 2868, 2868, 2868, 2868, 2869, 3480, 2869, 3480, 2869, 2869, 3480, 2869, 2870, 3480, 2870, 2870, 2870, 2870, 2870, 2870, 2871, 3480, 2871, 2871, 2871, 2871, 2871, 2871, 2872, 3480, 2872, 2872, 2872, 2872, 2872, 2872, 2873, 3480, 2873, 2873, 2873, 2873, 2873, 2873, 2874, 3480, 2874, 2874, 2874, 2874, 2874, 2874, 2875, 3480, 2875, 2875, 2875, 2875, 2875, 2875, 2876, 3480, 2876, 2876, 2876, 2876, 2876, 2876, 2877, 3480, 2877, 2877, 2877, 2877, 2877, 2877, 2878, 3480, 2878, 2878, 2878, 2878, 2878, 2878, 2879, 3480, 2879, 2879, 2879, 2879, 2879, 2879, 2880, 3480, 2880, 2880, 2880, 2880, 2880, 2880, 2882, 3480, 2882, 2882, 2882, 2882, 2882, 2882, 2885, 2885, 2885, 2885, 2885, 2885, 2885, 2885, 2888, 3480, 3480, 2888, 2888, 2888, 3480, 2888, 2889, 3480, 3480, 2889, 2889, 2889, 3480, 2889, 2893, 3480, 2893, 2893, 2893, 2893, 2893, 2893, 2894, 3480, 2894, 2894, 2894, 2894, 2894, 2894, 2895, 2895, 2895, 2895, 2895, 2895, 2895, 2895, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2901, 3480, 2901, 2901, 2901, 2901, 2901, 2901, 2902, 3480, 2902, 2902, 2902, 2902, 2902, 2902, 2905, 3480, 2905, 2905, 2905, 2905, 2905, 2905, 2906, 3480, 2906, 2906, 2906, 2906, 2906, 2906, 2907, 3480, 2907, 2907, 2907, 2907, 2907, 2907, 2908, 3480, 2908, 3480, 2908, 2908, 3480, 2908, 2909, 3480, 2909, 2909, 2909, 2909, 2909, 2909, 2910, 3480, 2910, 2910, 2910, 2910, 2910, 2910, 2911, 3480, 2911, 2911, 2911, 2911, 2911, 2911, 2912, 3480, 2912, 2912, 2912, 2912, 2912, 2912, 2913, 3480, 2913, 2913, 2913, 2913, 2913, 2913, 2914, 3480, 2914, 2914, 2914, 2914, 2914, 2914, 2915, 3480, 2915, 2915, 2915, 2915, 2915, 2915, 2916, 3480, 2916, 2916, 2916, 2916, 2916, 2916, 2917, 3480, 2917, 2917, 2917, 2917, 2917, 2917, 2918, 3480, 2918, 2918, 2918, 2918, 2918, 2918, 2919, 3480, 2919, 2919, 2919, 2919, 2919, 2919, 2921, 3480, 2921, 2921, 2921, 2921, 2921, 2921, 2924, 2924, 2924, 2924, 2924, 2924, 2924, 2924, 2927, 3480, 3480, 2927, 2927, 2927, 3480, 2927, 2928, 3480, 3480, 2928, 2928, 2928, 3480, 2928, 2932, 3480, 2932, 2932, 2932, 2932, 2932, 2932, 2933, 3480, 2933, 2933, 2933, 2933, 2933, 2933, 2934, 2934, 2934, 2934, 2934, 2934, 2934, 2934, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2940, 3480, 2940, 2940, 2940, 2940, 2940, 2940, 2941, 3480, 2941, 2941, 2941, 2941, 2941, 2941, 2944, 3480, 2944, 2944, 2944, 2944, 2944, 2944, 2945, 3480, 2945, 2945, 2945, 2945, 2945, 2945, 2946, 3480, 2946, 2946, 2946, 2946, 2946, 2946, 2947, 3480, 2947, 3480, 2947, 2947, 3480, 2947, 2948, 3480, 2948, 2948, 2948, 2948, 2948, 2948, 2949, 3480, 2949, 2949, 2949, 2949, 2949, 2949, 2950, 3480, 2950, 2950, 2950, 2950, 2950, 2950, 2951, 3480, 2951, 2951, 2951, 2951, 2951, 2951, 2952, 3480, 2952, 2952, 2952, 2952, 2952, 2952, 2953, 3480, 2953, 2953, 2953, 2953, 2953, 2953, 2954, 3480, 2954, 2954, 2954, 2954, 2954, 2954, 2955, 3480, 2955, 2955, 2955, 2955, 2955, 2955, 2956, 3480, 2956, 2956, 2956, 2956, 2956, 2956, 2957, 3480, 2957, 2957, 2957, 2957, 2957, 2957, 2958, 3480, 2958, 2958, 2958, 2958, 2958, 2958, 2960, 3480, 2960, 2960, 2960, 2960, 2960, 2960, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2966, 3480, 3480, 2966, 2966, 2966, 3480, 2966, 2967, 3480, 3480, 2967, 2967, 2967, 3480, 2967, 2971, 3480, 2971, 2971, 2971, 2971, 2971, 2971, 2972, 3480, 2972, 2972, 2972, 2972, 2972, 2972, 2973, 2973, 2973, 2973, 2973, 2973, 2973, 2973, 2976, 2976, 2976, 2976, 2976, 2976, 2976, 2976, 2979, 3480, 2979, 2979, 2979, 2979, 2979, 2979, 2980, 3480, 2980, 2980, 2980, 2980, 2980, 2980, 2983, 3480, 2983, 2983, 2983, 2983, 2983, 2983, 2984, 3480, 2984, 2984, 2984, 2984, 2984, 2984, 2985, 3480, 2985, 2985, 2985, 2985, 2985, 2985, 2986, 3480, 2986, 3480, 2986, 2986, 3480, 2986, 2987, 3480, 2987, 2987, 2987, 2987, 2987, 2987, 2988, 3480, 2988, 2988, 2988, 2988, 2988, 2988, 2989, 3480, 2989, 2989, 2989, 2989, 2989, 2989, 2990, 3480, 2990, 2990, 2990, 2990, 2990, 2990, 2991, 3480, 2991, 2991, 2991, 2991, 2991, 2991, 2992, 3480, 2992, 2992, 2992, 2992, 2992, 2992, 2993, 3480, 2993, 2993, 2993, 2993, 2993, 2993, 2994, 3480, 2994, 2994, 2994, 2994, 2994, 2994, 2995, 3480, 2995, 2995, 2995, 2995, 2995, 2995, 2996, 3480, 2996, 2996, 2996, 2996, 2996, 2996, 2997, 3480, 2997, 2997, 2997, 2997, 2997, 2997, 2999, 3480, 2999, 2999, 2999, 2999, 2999, 2999, 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3005, 3480, 3480, 3005, 3005, 3005, 3480, 3005, 3006, 3480, 3480, 3006, 3006, 3006, 3480, 3006, 3010, 3480, 3010, 3010, 3010, 3010, 3010, 3010, 3011, 3480, 3011, 3011, 3011, 3011, 3011, 3011, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3015, 3015, 3015, 3015, 3015, 3015, 3015, 3015, 3018, 3480, 3018, 3018, 3018, 3018, 3018, 3018, 3019, 3480, 3019, 3019, 3019, 3019, 3019, 3019, 3022, 3480, 3022, 3022, 3022, 3022, 3022, 3022, 3023, 3480, 3023, 3023, 3023, 3023, 3023, 3023, 3024, 3480, 3024, 3024, 3024, 3024, 3024, 3024, 3025, 3480, 3025, 3480, 3025, 3025, 3480, 3025, 3026, 3480, 3026, 3026, 3026, 3026, 3026, 3026, 3027, 3480, 3027, 3027, 3027, 3027, 3027, 3027, 3028, 3480, 3028, 3028, 3028, 3028, 3028, 3028, 3029, 3480, 3029, 3029, 3029, 3029, 3029, 3029, 3030, 3480, 3030, 3030, 3030, 3030, 3030, 3030, 3031, 3480, 3031, 3031, 3031, 3031, 3031, 3031, 3032, 3480, 3032, 3032, 3032, 3032, 3032, 3032, 3033, 3480, 3033, 3033, 3033, 3033, 3033, 3033, 3034, 3480, 3034, 3034, 3034, 3034, 3034, 3034, 3035, 3480, 3035, 3035, 3035, 3035, 3035, 3035, 3036, 3480, 3036, 3036, 3036, 3036, 3036, 3036, 3038, 3480, 3038, 3038, 3038, 3038, 3038, 3038, 3041, 3041, 3041, 3041, 3041, 3041, 3041, 3041, 3044, 3480, 3480, 3044, 3044, 3044, 3480, 3044, 3045, 3480, 3480, 3045, 3045, 3045, 3480, 3045, 3049, 3480, 3049, 3049, 3049, 3049, 3049, 3049, 3050, 3480, 3050, 3050, 3050, 3050, 3050, 3050, 3051, 3051, 3051, 3051, 3051, 3051, 3051, 3051, 3054, 3054, 3054, 3054, 3054, 3054, 3054, 3054, 3057, 3480, 3057, 3057, 3057, 3057, 3057, 3057, 3058, 3480, 3058, 3058, 3058, 3058, 3058, 3058, 3061, 3480, 3061, 3061, 3061, 3061, 3061, 3061, 3062, 3480, 3062, 3062, 3062, 3062, 3062, 3062, 3063, 3480, 3063, 3063, 3063, 3063, 3063, 3063, 3064, 3480, 3064, 3480, 3064, 3064, 3480, 3064, 3065, 3480, 3065, 3065, 3065, 3065, 3065, 3065, 3066, 3480, 3066, 3066, 3066, 3066, 3066, 3066, 3067, 3480, 3067, 3067, 3067, 3067, 3067, 3067, 3068, 3480, 3068, 3068, 3068, 3068, 3068, 3068, 3069, 3480, 3069, 3069, 3069, 3069, 3069, 3069, 3070, 3480, 3070, 3070, 3070, 3070, 3070, 3070, 3071, 3480, 3071, 3071, 3071, 3071, 3071, 3071, 3072, 3480, 3072, 3072, 3072, 3072, 3072, 3072, 3073, 3480, 3073, 3073, 3073, 3073, 3073, 3073, 3074, 3480, 3074, 3074, 3074, 3074, 3074, 3074, 3075, 3480, 3075, 3075, 3075, 3075, 3075, 3075, 3077, 3480, 3077, 3077, 3077, 3077, 3077, 3077, 3080, 3080, 3080, 3080, 3080, 3080, 3080, 3080, 3083, 3480, 3480, 3083, 3083, 3083, 3480, 3083, 3084, 3480, 3480, 3084, 3084, 3084, 3480, 3084, 3088, 3480, 3088, 3088, 3088, 3088, 3088, 3088, 3089, 3480, 3089, 3089, 3089, 3089, 3089, 3089, 3090, 3090, 3090, 3090, 3090, 3090, 3090, 3090, 3093, 3093, 3093, 3093, 3093, 3093, 3093, 3093, 3096, 3480, 3096, 3096, 3096, 3096, 3096, 3096, 3097, 3480, 3097, 3097, 3097, 3097, 3097, 3097, 3100, 3480, 3100, 3100, 3100, 3100, 3100, 3100, 3101, 3480, 3101, 3101, 3101, 3101, 3101, 3101, 3102, 3480, 3102, 3102, 3102, 3102, 3102, 3102, 3103, 3480, 3103, 3480, 3103, 3103, 3480, 3103, 3104, 3480, 3104, 3104, 3104, 3104, 3104, 3104, 3105, 3480, 3105, 3105, 3105, 3105, 3105, 3105, 3106, 3480, 3106, 3106, 3106, 3106, 3106, 3106, 3107, 3480, 3107, 3107, 3107, 3107, 3107, 3107, 3108, 3480, 3108, 3108, 3108, 3108, 3108, 3108, 3109, 3480, 3109, 3109, 3109, 3109, 3109, 3109, 3110, 3480, 3110, 3110, 3110, 3110, 3110, 3110, 3111, 3480, 3111, 3111, 3111, 3111, 3111, 3111, 3112, 3480, 3112, 3112, 3112, 3112, 3112, 3112, 3113, 3480, 3113, 3113, 3113, 3113, 3113, 3113, 3114, 3480, 3114, 3114, 3114, 3114, 3114, 3114, 3116, 3480, 3116, 3116, 3116, 3116, 3116, 3116, 3119, 3119, 3119, 3119, 3119, 3119, 3119, 3119, 3122, 3480, 3480, 3122, 3122, 3122, 3480, 3122, 3123, 3480, 3480, 3123, 3123, 3123, 3480, 3123, 3127, 3480, 3127, 3127, 3127, 3127, 3127, 3127, 3128, 3480, 3128, 3128, 3128, 3128, 3128, 3128, 3129, 3129, 3129, 3129, 3129, 3129, 3129, 3129, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 3135, 3480, 3135, 3135, 3135, 3135, 3135, 3135, 3136, 3480, 3136, 3136, 3136, 3136, 3136, 3136, 3139, 3480, 3139, 3139, 3139, 3139, 3139, 3139, 3140, 3480, 3140, 3140, 3140, 3140, 3140, 3140, 3141, 3480, 3141, 3141, 3141, 3141, 3141, 3141, 3142, 3480, 3142, 3480, 3142, 3142, 3480, 3142, 3143, 3480, 3143, 3143, 3143, 3143, 3143, 3143, 3144, 3480, 3144, 3144, 3144, 3144, 3144, 3144, 3145, 3480, 3145, 3145, 3145, 3145, 3145, 3145, 3146, 3480, 3146, 3146, 3146, 3146, 3146, 3146, 3147, 3480, 3147, 3147, 3147, 3147, 3147, 3147, 3148, 3480, 3148, 3148, 3148, 3148, 3148, 3148, 3149, 3480, 3149, 3149, 3149, 3149, 3149, 3149, 3150, 3480, 3150, 3150, 3150, 3150, 3150, 3150, 3151, 3480, 3151, 3151, 3151, 3151, 3151, 3151, 3152, 3480, 3152, 3152, 3152, 3152, 3152, 3152, 3153, 3480, 3153, 3153, 3153, 3153, 3153, 3153, 3155, 3480, 3155, 3155, 3155, 3155, 3155, 3155, 3158, 3158, 3158, 3158, 3158, 3158, 3158, 3158, 3161, 3480, 3480, 3161, 3161, 3161, 3480, 3161, 3162, 3480, 3480, 3162, 3162, 3162, 3480, 3162, 3166, 3480, 3166, 3166, 3166, 3166, 3166, 3166, 3167, 3480, 3167, 3167, 3167, 3167, 3167, 3167, 3168, 3168, 3168, 3168, 3168, 3168, 3168, 3168, 3171, 3171, 3171, 3171, 3171, 3171, 3171, 3171, 3174, 3480, 3174, 3174, 3174, 3174, 3174, 3174, 3175, 3480, 3175, 3175, 3175, 3175, 3175, 3175, 3178, 3480, 3178, 3178, 3178, 3178, 3178, 3178, 3179, 3480, 3179, 3179, 3179, 3179, 3179, 3179, 3180, 3480, 3180, 3180, 3180, 3180, 3180, 3180, 3181, 3480, 3181, 3480, 3181, 3181, 3480, 3181, 3182, 3480, 3182, 3182, 3182, 3182, 3182, 3182, 3183, 3480, 3183, 3183, 3183, 3183, 3183, 3183, 3184, 3480, 3184, 3184, 3184, 3184, 3184, 3184, 3185, 3480, 3185, 3185, 3185, 3185, 3185, 3185, 3186, 3480, 3186, 3186, 3186, 3186, 3186, 3186, 3187, 3480, 3187, 3187, 3187, 3187, 3187, 3187, 3188, 3480, 3188, 3188, 3188, 3188, 3188, 3188, 3189, 3480, 3189, 3189, 3189, 3189, 3189, 3189, 3190, 3480, 3190, 3190, 3190, 3190, 3190, 3190, 3191, 3480, 3191, 3191, 3191, 3191, 3191, 3191, 3192, 3480, 3192, 3192, 3192, 3192, 3192, 3192, 3194, 3480, 3194, 3194, 3194, 3194, 3194, 3194, 3197, 3197, 3197, 3197, 3197, 3197, 3197, 3197, 3200, 3480, 3480, 3200, 3200, 3200, 3480, 3200, 3201, 3480, 3480, 3201, 3201, 3201, 3480, 3201, 3205, 3480, 3205, 3205, 3205, 3205, 3205, 3205, 3206, 3480, 3206, 3206, 3206, 3206, 3206, 3206, 3207, 3207, 3207, 3207, 3207, 3207, 3207, 3207, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3213, 3480, 3213, 3213, 3213, 3213, 3213, 3213, 3214, 3480, 3214, 3214, 3214, 3214, 3214, 3214, 3217, 3480, 3217, 3217, 3217, 3217, 3217, 3217, 3218, 3480, 3218, 3218, 3218, 3218, 3218, 3218, 3219, 3480, 3219, 3219, 3219, 3219, 3219, 3219, 3220, 3480, 3220, 3480, 3220, 3220, 3480, 3220, 3221, 3480, 3221, 3221, 3221, 3221, 3221, 3221, 3222, 3480, 3222, 3222, 3222, 3222, 3222, 3222, 3223, 3480, 3223, 3223, 3223, 3223, 3223, 3223, 3224, 3480, 3224, 3224, 3224, 3224, 3224, 3224, 3225, 3480, 3225, 3225, 3225, 3225, 3225, 3225, 3226, 3480, 3226, 3226, 3226, 3226, 3226, 3226, 3227, 3480, 3227, 3227, 3227, 3227, 3227, 3227, 3228, 3480, 3228, 3228, 3228, 3228, 3228, 3228, 3229, 3480, 3229, 3229, 3229, 3229, 3229, 3229, 3230, 3480, 3230, 3230, 3230, 3230, 3230, 3230, 3231, 3480, 3231, 3231, 3231, 3231, 3231, 3231, 3233, 3480, 3233, 3233, 3233, 3233, 3233, 3233, 3236, 3236, 3236, 3236, 3236, 3236, 3236, 3236, 3239, 3480, 3480, 3239, 3239, 3239, 3480, 3239, 3240, 3480, 3480, 3240, 3240, 3240, 3480, 3240, 3244, 3480, 3244, 3244, 3244, 3244, 3244, 3244, 3245, 3480, 3245, 3245, 3245, 3245, 3245, 3245, 3246, 3246, 3246, 3246, 3246, 3246, 3246, 3246, 3249, 3249, 3249, 3249, 3249, 3249, 3249, 3249, 3252, 3480, 3252, 3252, 3252, 3252, 3252, 3252, 3253, 3480, 3253, 3253, 3253, 3253, 3253, 3253, 3256, 3480, 3256, 3256, 3256, 3256, 3256, 3256, 3257, 3480, 3257, 3257, 3257, 3257, 3257, 3257, 3258, 3480, 3258, 3258, 3258, 3258, 3258, 3258, 3259, 3480, 3259, 3480, 3259, 3259, 3480, 3259, 3260, 3480, 3260, 3260, 3260, 3260, 3260, 3260, 3261, 3480, 3261, 3261, 3261, 3261, 3261, 3261, 3262, 3480, 3262, 3262, 3262, 3262, 3262, 3262, 3263, 3480, 3263, 3263, 3263, 3263, 3263, 3263, 3264, 3480, 3264, 3264, 3264, 3264, 3264, 3264, 3265, 3480, 3265, 3265, 3265, 3265, 3265, 3265, 3266, 3480, 3266, 3266, 3266, 3266, 3266, 3266, 3267, 3480, 3267, 3267, 3267, 3267, 3267, 3267, 3268, 3480, 3268, 3268, 3268, 3268, 3268, 3268, 3269, 3480, 3269, 3269, 3269, 3269, 3269, 3269, 3270, 3480, 3270, 3270, 3270, 3270, 3270, 3270, 3272, 3480, 3272, 3272, 3272, 3272, 3272, 3272, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3281, 3480, 3281, 3281, 3281, 3281, 3281, 3281, 3282, 3480, 3282, 3282, 3282, 3282, 3282, 3282, 3283, 3283, 3283, 3283, 3283, 3283, 3283, 3283, 3286, 3286, 3286, 3286, 3286, 3286, 3286, 3286, 3289, 3480, 3289, 3289, 3289, 3289, 3289, 3289, 3290, 3480, 3290, 3290, 3290, 3290, 3290, 3290, 3293, 3480, 3293, 3293, 3293, 3293, 3293, 3293, 3294, 3480, 3294, 3294, 3294, 3294, 3294, 3294, 3295, 3480, 3295, 3295, 3295, 3295, 3295, 3295, 3296, 3480, 3296, 3480, 3296, 3296, 3480, 3296, 3297, 3480, 3297, 3297, 3297, 3297, 3297, 3297, 3298, 3480, 3298, 3298, 3298, 3298, 3298, 3298, 3299, 3480, 3299, 3299, 3299, 3299, 3299, 3299, 3300, 3480, 3300, 3300, 3300, 3300, 3300, 3300, 3301, 3480, 3301, 3301, 3301, 3301, 3301, 3301, 3302, 3480, 3302, 3302, 3302, 3302, 3302, 3302, 3303, 3480, 3303, 3303, 3303, 3303, 3303, 3303, 3304, 3480, 3304, 3304, 3304, 3304, 3304, 3304, 3305, 3480, 3305, 3305, 3305, 3305, 3305, 3305, 3306, 3480, 3306, 3306, 3306, 3306, 3306, 3306, 3307, 3480, 3307, 3307, 3307, 3307, 3307, 3307, 3309, 3480, 3309, 3309, 3309, 3309, 3309, 3309, 3312, 3312, 3312, 3312, 3312, 3312, 3312, 3312, 3315, 3480, 3315, 3315, 3315, 3315, 3315, 3315, 3316, 3480, 3316, 3316, 3316, 3316, 3316, 3316, 3317, 3317, 3317, 3317, 3317, 3317, 3317, 3317, 3320, 3320, 3320, 3320, 3320, 3320, 3320, 3320, 3323, 3480, 3323, 3323, 3323, 3323, 3323, 3323, 3324, 3480, 3324, 3324, 3324, 3324, 3324, 3324, 3327, 3480, 3327, 3327, 3327, 3327, 3327, 3327, 3328, 3480, 3328, 3328, 3328, 3328, 3328, 3328, 3329, 3480, 3329, 3329, 3329, 3329, 3329, 3329, 3330, 3480, 3330, 3480, 3330, 3330, 3480, 3330, 3331, 3480, 3331, 3331, 3331, 3331, 3331, 3331, 3332, 3480, 3332, 3332, 3332, 3332, 3332, 3332, 3333, 3480, 3333, 3333, 3333, 3333, 3333, 3333, 3334, 3480, 3334, 3334, 3334, 3334, 3334, 3334, 3335, 3480, 3335, 3335, 3335, 3335, 3335, 3335, 3336, 3480, 3336, 3336, 3336, 3336, 3336, 3336, 3337, 3480, 3337, 3337, 3337, 3337, 3337, 3337, 3338, 3480, 3338, 3338, 3338, 3338, 3338, 3338, 3339, 3480, 3339, 3339, 3339, 3339, 3339, 3339, 3340, 3480, 3340, 3340, 3340, 3340, 3340, 3340, 3341, 3480, 3341, 3341, 3341, 3341, 3341, 3341, 3343, 3480, 3343, 3343, 3343, 3343, 3343, 3343, 3346, 3346, 3346, 3346, 3346, 3346, 3346, 3346, 3349, 3480, 3349, 3349, 3349, 3349, 3349, 3349, 3350, 3480, 3350, 3350, 3350, 3350, 3350, 3350, 3351, 3351, 3351, 3351, 3351, 3351, 3351, 3351, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3357, 3480, 3357, 3357, 3357, 3357, 3357, 3357, 3358, 3480, 3358, 3358, 3358, 3358, 3358, 3358, 3361, 3480, 3361, 3361, 3361, 3361, 3361, 3361, 3362, 3480, 3362, 3362, 3362, 3362, 3362, 3362, 3363, 3480, 3363, 3363, 3363, 3363, 3363, 3363, 3364, 3480, 3364, 3480, 3364, 3364, 3480, 3364, 3365, 3480, 3365, 3365, 3365, 3365, 3365, 3365, 3366, 3480, 3366, 3366, 3366, 3366, 3366, 3366, 3367, 3480, 3367, 3367, 3367, 3367, 3367, 3367, 3368, 3480, 3368, 3368, 3368, 3368, 3368, 3368, 3369, 3480, 3369, 3369, 3369, 3369, 3369, 3369, 3370, 3480, 3370, 3370, 3370, 3370, 3370, 3370, 3371, 3480, 3371, 3371, 3371, 3371, 3371, 3371, 3372, 3480, 3372, 3372, 3372, 3372, 3372, 3372, 3373, 3480, 3373, 3373, 3373, 3373, 3373, 3373, 3374, 3480, 3374, 3374, 3374, 3374, 3374, 3374, 3375, 3480, 3375, 3375, 3375, 3375, 3375, 3375, 3377, 3480, 3377, 3377, 3377, 3377, 3377, 3377, 3380, 3380, 3380, 3380, 3380, 3380, 3380, 3380, 3383, 3480, 3383, 3383, 3383, 3383, 3383, 3383, 3384, 3480, 3384, 3384, 3384, 3384, 3384, 3384, 3385, 3385, 3385, 3385, 3385, 3385, 3385, 3385, 3388, 3388, 3388, 3388, 3388, 3388, 3388, 3388, 3391, 3480, 3391, 3391, 3391, 3391, 3391, 3391, 3392, 3480, 3392, 3392, 3392, 3392, 3392, 3392, 3395, 3480, 3395, 3395, 3395, 3395, 3395, 3395, 3396, 3480, 3396, 3396, 3396, 3396, 3396, 3396, 3397, 3480, 3397, 3397, 3397, 3397, 3397, 3397, 3398, 3480, 3398, 3480, 3398, 3398, 3480, 3398, 3399, 3480, 3399, 3399, 3399, 3399, 3399, 3399, 3400, 3480, 3400, 3400, 3400, 3400, 3400, 3400, 3401, 3480, 3401, 3401, 3401, 3401, 3401, 3401, 3402, 3480, 3402, 3402, 3402, 3402, 3402, 3402, 3403, 3480, 3403, 3403, 3403, 3403, 3403, 3403, 3404, 3480, 3404, 3404, 3404, 3404, 3404, 3404, 3405, 3480, 3405, 3405, 3405, 3405, 3405, 3405, 3406, 3480, 3406, 3406, 3406, 3406, 3406, 3406, 3407, 3480, 3407, 3407, 3407, 3407, 3407, 3407, 3408, 3480, 3408, 3408, 3408, 3408, 3408, 3408, 3409, 3480, 3409, 3409, 3409, 3409, 3409, 3409, 3411, 3480, 3411, 3411, 3411, 3411, 3411, 3411, 3414, 3414, 3414, 3414, 3414, 3414, 3414, 3414, 3417, 3480, 3417, 3417, 3417, 3417, 3417, 3417, 3418, 3480, 3418, 3418, 3418, 3418, 3418, 3418, 3419, 3419, 3419, 3419, 3419, 3419, 3419, 3419, 3422, 3422, 3422, 3422, 3422, 3422, 3422, 3422, 3425, 3480, 3425, 3425, 3425, 3425, 3425, 3425, 3426, 3480, 3426, 3426, 3426, 3426, 3426, 3426, 3429, 3480, 3429, 3429, 3429, 3429, 3429, 3429, 3430, 3480, 3430, 3430, 3430, 3430, 3430, 3430, 3431, 3480, 3431, 3431, 3431, 3431, 3431, 3431, 3432, 3480, 3432, 3480, 3432, 3432, 3480, 3432, 3433, 3480, 3433, 3433, 3433, 3433, 3433, 3433, 3434, 3480, 3434, 3434, 3434, 3434, 3434, 3434, 3435, 3480, 3435, 3435, 3435, 3435, 3435, 3435, 3436, 3480, 3436, 3436, 3436, 3436, 3436, 3436, 3437, 3480, 3437, 3437, 3437, 3437, 3437, 3437, 3438, 3480, 3438, 3438, 3438, 3438, 3438, 3438, 3439, 3480, 3439, 3439, 3439, 3439, 3439, 3439, 3440, 3480, 3440, 3440, 3440, 3440, 3440, 3440, 3441, 3480, 3441, 3441, 3441, 3441, 3441, 3441, 3442, 3480, 3442, 3442, 3442, 3442, 3442, 3442, 3443, 3480, 3443, 3443, 3443, 3443, 3443, 3443, 3445, 3480, 3445, 3445, 3445, 3445, 3445, 3445, 3448, 3448, 3448, 3448, 3448, 3448, 3448, 3448, 3451, 3451, 3451, 3451, 3451, 3451, 3451, 3451, 3454, 3454, 3454, 3454, 3454, 3454, 3454, 3454, 3462, 3462, 3462, 3462, 3462, 3462, 3462, 3462, 3467, 3467, 3467, 3467, 3467, 3467, 3467, 3467, 3470, 3470, 3470, 3470, 3470, 3470, 3470, 3470, 3474, 3474, 3474, 3474, 3474, 3474, 3474, 3474, 3477, 3477, 3477, 3477, 3477, 3477, 3477, 3477, 3478, 3478, 3478, 3478, 3478, 3478, 3478, 3478, 3479, 3479, 3479, 3479, 3479, 3479, 3479, 3479, 65, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480 } ; static yyconst flex_int16_t yy_chk[20458] = { 0, 0, 2, 2, 69, 69, 61, 3, 3, 2, 4, 4, 61, 2, 2, 2, 2, 3, 2, 3466, 4, 2, 110, 2, 5, 5, 110, 2, 2, 9, 2, 2, 6, 6, 5, 3470, 2, 7, 7, 9, 8, 8, 6, 7, 10, 7, 8, 7, 8, 3471, 8, 15, 15, 73, 10, 9, 19, 15, 16, 16, 3477, 15, 19, 20, 16, 73, 19, 23, 16, 20, 10, 24, 27, 20, 29, 23, 27, 27, 28, 24, 27, 62, 28, 28, 29, 29, 28, 62, 29, 33, 63, 34, 63, 33, 30, 34, 3478, 29, 75, 33, 29, 34, 23, 23, 30, 30, 24, 24, 30, 35, 75, 35, 36, 64, 36, 64, 94, 30, 94, 35, 30, 178, 36, 55, 55, 55, 55, 55, 55, 74, 55, 55, 55, 55, 55, 71, 89, 89, 3479, 78, 71, 64, 74, 78, 74, 81, 97, 97, 81, 178, 81, 71, 107, 107, 232, 78, 113, 113, 232, 55, 55, 56, 56, 56, 56, 56, 56, 103, 56, 56, 56, 56, 56, 103, 106, 106, 165, 103, 125, 125, 106, 112, 112, 165, 106, 139, 139, 112, 174, 180, 180, 112, 177, 216, 174, 216, 3464, 56, 56, 80, 177, 80, 217, 223, 217, 80, 226, 226, 3462, 223, 80, 3461, 80, 223, 80, 225, 225, 228, 80, 234, 234, 225, 80, 228, 265, 225, 236, 228, 233, 233, 3460, 265, 236, 271, 233, 274, 236, 325, 233, 271, 275, 325, 275, 274, 276, 276, 277, 277, 278, 310, 278, 310, 312, 316, 312, 317, 317, 3459, 320, 316, 321, 317, 3458, 316, 320, 317, 321, 351, 320, 328, 321, 326, 326, 351, 354, 328, 355, 326, 355, 328, 3445, 326, 354, 357, 357, 358, 358, 391, 393, 391, 393, 397, 398, 398, 399, 432, 3443, 397, 398, 402, 399, 397, 398, 432, 399, 402, 403, 403, 3411, 402, 405, 3409, 403, 430, 405, 407, 403, 406, 406, 430, 433, 407, 433, 406, 469, 407, 469, 406, 435, 435, 436, 436, 471, 475, 471, 476, 476, 3377, 477, 475, 478, 476, 3375, 475, 477, 476, 478, 506, 477, 480, 478, 479, 479, 506, 482, 480, 508, 479, 482, 480, 484, 479, 483, 483, 508, 509, 484, 509, 483, 521, 484, 521, 483, 511, 511, 523, 527, 523, 528, 528, 3343, 529, 527, 530, 528, 3341, 527, 529, 528, 530, 555, 529, 532, 530, 531, 531, 555, 534, 532, 557, 531, 534, 532, 536, 531, 535, 535, 557, 558, 536, 558, 535, 559, 536, 559, 535, 560, 564, 560, 564, 566, 570, 566, 571, 571, 3463, 560, 570, 572, 571, 573, 570, 3309, 571, 572, 3463, 573, 597, 572, 575, 573, 574, 574, 597, 577, 575, 599, 574, 577, 575, 579, 574, 578, 578, 599, 600, 579, 600, 578, 601, 579, 601, 578, 603, 604, 603, 604, 608, 610, 608, 610, 614, 616, 603, 615, 615, 3307, 614, 616, 617, 615, 614, 616, 3280, 615, 617, 618, 618, 619, 617, 3278, 621, 618, 642, 619, 621, 618, 623, 619, 622, 622, 642, 640, 623, 643, 622, 643, 623, 640, 622, 644, 645, 644, 645, 646, 651, 646, 651, 653, 657, 653, 645, 658, 658, 659, 657, 3272, 660, 658, 657, 659, 3270, 658, 660, 659, 661, 661, 660, 662, 664, 3242, 661, 685, 664, 662, 661, 665, 665, 662, 666, 685, 683, 665, 3457, 3457, 666, 665, 683, 686, 666, 686, 687, 688, 687, 688, 689, 693, 689, 693, 695, 699, 695, 688, 700, 700, 701, 699, 3240, 702, 700, 699, 701, 3233, 700, 702, 701, 703, 703, 702, 704, 706, 3231, 703, 727, 706, 704, 703, 707, 707, 704, 708, 727, 725, 707, 3465, 3465, 708, 707, 725, 728, 708, 728, 729, 730, 729, 730, 731, 735, 731, 735, 737, 741, 737, 730, 742, 742, 743, 741, 3203, 744, 742, 741, 743, 3201, 742, 744, 743, 745, 745, 744, 746, 748, 3194, 745, 768, 748, 746, 745, 749, 749, 746, 750, 768, 766, 749, 3192, 3164, 750, 749, 766, 769, 750, 769, 770, 771, 770, 771, 772, 776, 772, 776, 778, 782, 778, 771, 783, 783, 784, 782, 3162, 785, 783, 782, 784, 3155, 783, 785, 784, 786, 786, 785, 787, 789, 3153, 786, 809, 789, 787, 786, 790, 790, 787, 791, 809, 807, 790, 3125, 3123, 791, 790, 807, 810, 791, 810, 811, 812, 811, 812, 813, 817, 813, 817, 819, 823, 819, 812, 824, 824, 825, 823, 3116, 826, 824, 823, 825, 3114, 824, 826, 825, 827, 827, 826, 828, 830, 3086, 827, 850, 830, 828, 827, 831, 831, 828, 832, 850, 848, 831, 3084, 3077, 832, 831, 848, 851, 832, 851, 852, 853, 852, 853, 854, 857, 854, 857, 859, 863, 859, 853, 864, 864, 865, 863, 3075, 866, 864, 863, 865, 3047, 864, 866, 865, 867, 867, 866, 868, 870, 3045, 867, 890, 870, 868, 867, 871, 871, 868, 872, 890, 888, 871, 3038, 3036, 872, 871, 888, 891, 872, 891, 892, 893, 892, 893, 894, 897, 894, 897, 899, 903, 899, 893, 904, 904, 905, 903, 3008, 906, 904, 903, 905, 3006, 904, 906, 905, 907, 907, 906, 908, 910, 2999, 907, 930, 910, 908, 907, 911, 911, 908, 912, 930, 928, 911, 2997, 2969, 912, 911, 928, 931, 912, 931, 932, 933, 932, 933, 934, 937, 934, 937, 939, 943, 939, 933, 944, 944, 945, 943, 2967, 946, 944, 943, 945, 2960, 944, 946, 945, 947, 947, 946, 948, 950, 2958, 947, 970, 950, 948, 947, 951, 951, 948, 952, 970, 968, 951, 2930, 2928, 952, 951, 968, 971, 952, 971, 972, 973, 972, 973, 974, 977, 974, 977, 979, 983, 979, 973, 984, 984, 985, 983, 2921, 986, 984, 983, 985, 2919, 984, 986, 985, 987, 987, 986, 988, 990, 2891, 987, 1010, 990, 988, 987, 991, 991, 988, 992, 1010, 1008, 991, 2889, 2882, 992, 991, 1008, 1011, 992, 1011, 1012, 1013, 1012, 1013, 1014, 1017, 1014, 1017, 1019, 1023, 1019, 1013, 1024, 1024, 1025, 1023, 2880, 1026, 1024, 1023, 1025, 2852, 1024, 1026, 1025, 1027, 1027, 1026, 1028, 1030, 2850, 1027, 1050, 1030, 1028, 1027, 1031, 1031, 1028, 1032, 1050, 1048, 1031, 2843, 2841, 1032, 1031, 1048, 1051, 1032, 1051, 1052, 1053, 1052, 1053, 1054, 1057, 1054, 1057, 1059, 1062, 1059, 1053, 1063, 1063, 1064, 1062, 2813, 1065, 1063, 1062, 1064, 2811, 1063, 1065, 1064, 1066, 1066, 1065, 1067, 1069, 2804, 1066, 1089, 1069, 1067, 1066, 1070, 1070, 1067, 1071, 1089, 1087, 1070, 2802, 2774, 1071, 1070, 1087, 1090, 1071, 1090, 1091, 1092, 1091, 1092, 1093, 1096, 1093, 1096, 1098, 1101, 1098, 1092, 1102, 1102, 1103, 1101, 2772, 1104, 1102, 1101, 1103, 2765, 1102, 1104, 1103, 1105, 1105, 1104, 1106, 1108, 2763, 1105, 1128, 1108, 1106, 1105, 1109, 1109, 1106, 1110, 1128, 1126, 1109, 2735, 2733, 1110, 1109, 1126, 1129, 1110, 1129, 1130, 1131, 1130, 1131, 1132, 1135, 1132, 1135, 1137, 1140, 1137, 1131, 1141, 1141, 1142, 1140, 2726, 1143, 1141, 1140, 1142, 2724, 1141, 1143, 1142, 1144, 1144, 1143, 1145, 1147, 2696, 1144, 1167, 1147, 1145, 1144, 1148, 1148, 1145, 1149, 1167, 1165, 1148, 2694, 2687, 1149, 1148, 1165, 1168, 1149, 1168, 1169, 1170, 1169, 1170, 1171, 1174, 1171, 1174, 1176, 1179, 1176, 1170, 1180, 1180, 1181, 1179, 2685, 1182, 1180, 1179, 1181, 2657, 1180, 1182, 1181, 1183, 1183, 1182, 1184, 1186, 2655, 1183, 1206, 1186, 1184, 1183, 1187, 1187, 1184, 1188, 1206, 1204, 1187, 2648, 2646, 1188, 1187, 1204, 1207, 1188, 1207, 1208, 1209, 1208, 1209, 1210, 1213, 1210, 1213, 1215, 1218, 1215, 1209, 1219, 1219, 1220, 1218, 2618, 1221, 1219, 1218, 1220, 2616, 1219, 1221, 1220, 1222, 1222, 1221, 1223, 1225, 2609, 1222, 1245, 1225, 1223, 1222, 1226, 1226, 1223, 1227, 1245, 1243, 1226, 2607, 2579, 1227, 1226, 1243, 1246, 1227, 1246, 1247, 1248, 1247, 1248, 1249, 1252, 1249, 1252, 1254, 1257, 1254, 1248, 1258, 1258, 1259, 1257, 2577, 1260, 1258, 1257, 1259, 2570, 1258, 1260, 1259, 1261, 1261, 1260, 1262, 1264, 2568, 1261, 1284, 1264, 1262, 1261, 1265, 1265, 1262, 1266, 1284, 1282, 1265, 2540, 2538, 1266, 1265, 1282, 1285, 1266, 1285, 1286, 1287, 1286, 1287, 1288, 1291, 1288, 1291, 1293, 1296, 1293, 1287, 1297, 1297, 1298, 1296, 2531, 1299, 1297, 1296, 1298, 2529, 1297, 1299, 1298, 1300, 1300, 1299, 1301, 1303, 2501, 1300, 1323, 1303, 1301, 1300, 1304, 1304, 1301, 1305, 1323, 1321, 1304, 2499, 2492, 1305, 1304, 1321, 1324, 1305, 1324, 1325, 1326, 1325, 1326, 1327, 1330, 1327, 1330, 1332, 1335, 1332, 1326, 1336, 1336, 1337, 1335, 2490, 1338, 1336, 1335, 1337, 2462, 1336, 1338, 1337, 1339, 1339, 1338, 1340, 1342, 2460, 1339, 1362, 1342, 1340, 1339, 1343, 1343, 1340, 1344, 1362, 1360, 1343, 2453, 2451, 1344, 1343, 1360, 1363, 1344, 1363, 1364, 1365, 1364, 1365, 1366, 1369, 1366, 1369, 1371, 1374, 1371, 1365, 1375, 1375, 1376, 1374, 2423, 1377, 1375, 1374, 1376, 2421, 1375, 1377, 1376, 1378, 1378, 1377, 1379, 1381, 2414, 1378, 1401, 1381, 1379, 1378, 1382, 1382, 1379, 1383, 1401, 1399, 1382, 2412, 2384, 1383, 1382, 1399, 1402, 1383, 1402, 1403, 1404, 1403, 1404, 1405, 1408, 1405, 1408, 1410, 1413, 1410, 1404, 1414, 1414, 1415, 1413, 2382, 1416, 1414, 1413, 1415, 2375, 1414, 1416, 1415, 1417, 1417, 1416, 1418, 1420, 2373, 1417, 1440, 1420, 1418, 1417, 1421, 1421, 1418, 1422, 1440, 1438, 1421, 2345, 2343, 1422, 1421, 1438, 1441, 1422, 1441, 1442, 1443, 1442, 1443, 1444, 1447, 1444, 1447, 1449, 1452, 1449, 1443, 1453, 1453, 1454, 1452, 2336, 1455, 1453, 1452, 1454, 2334, 1453, 1455, 1454, 1456, 1456, 1455, 1457, 1459, 2306, 1456, 1479, 1459, 1457, 1456, 1460, 1460, 1457, 1461, 1479, 1477, 1460, 2304, 2297, 1461, 1460, 1477, 1480, 1461, 1480, 1481, 1482, 1481, 1482, 1483, 1486, 1483, 1486, 1488, 1491, 1488, 1482, 1492, 1492, 1493, 1491, 2295, 1494, 1492, 1491, 1493, 2267, 1492, 1494, 1493, 1495, 1495, 1494, 1496, 1498, 2265, 1495, 1518, 1498, 1496, 1495, 1499, 1499, 1496, 1500, 1518, 1516, 1499, 2258, 2256, 1500, 1499, 1516, 1519, 1500, 1519, 1520, 1521, 1520, 1521, 1522, 1525, 1522, 1525, 1527, 1530, 1527, 1521, 1531, 1531, 1532, 1530, 2228, 1533, 1531, 1530, 1532, 2226, 1531, 1533, 1532, 1534, 1534, 1533, 1535, 1537, 2219, 1534, 1557, 1537, 1535, 1534, 1538, 1538, 1535, 1539, 1557, 1555, 1538, 2217, 2189, 1539, 1538, 1555, 1558, 1539, 1558, 1559, 1560, 1559, 1560, 1561, 1564, 1561, 1564, 1566, 1569, 1566, 1560, 1570, 1570, 1571, 1569, 2187, 1572, 1570, 1569, 1571, 2180, 1570, 1572, 1571, 1573, 1573, 1572, 1574, 1576, 2178, 1573, 1596, 1576, 1574, 1573, 1577, 1577, 1574, 1578, 1596, 1594, 1577, 2150, 2148, 1578, 1577, 1594, 1597, 1578, 1597, 1598, 1599, 1598, 1599, 1600, 1603, 1600, 1603, 1605, 1608, 1605, 1599, 1609, 1609, 1610, 1608, 2141, 1611, 1609, 1608, 1610, 2139, 1609, 1611, 1610, 1612, 1612, 1611, 1613, 1615, 2111, 1612, 1635, 1615, 1613, 1612, 1616, 1616, 1613, 1617, 1635, 1633, 1616, 2109, 2102, 1617, 1616, 1633, 1636, 1617, 1636, 1637, 1638, 1637, 1638, 1639, 1642, 1639, 1642, 1644, 1647, 1644, 1638, 1648, 1648, 1649, 1647, 2100, 1650, 1648, 1647, 1649, 2072, 1648, 1650, 1649, 1651, 1651, 1650, 1652, 1654, 2070, 1651, 1674, 1654, 1652, 1651, 1655, 1655, 1652, 1656, 1674, 1672, 1655, 2063, 2061, 1656, 1655, 1672, 1675, 1656, 1675, 1676, 1677, 1676, 1677, 1678, 1681, 1678, 1681, 1683, 1686, 1683, 1677, 1687, 1687, 1688, 1686, 2033, 1689, 1687, 1686, 1688, 2031, 1687, 1689, 1688, 1690, 1690, 1689, 1691, 1693, 2024, 1690, 1713, 1693, 1691, 1690, 1694, 1694, 1691, 1695, 1713, 1711, 1694, 2022, 1994, 1695, 1694, 1711, 1714, 1695, 1714, 1715, 1716, 1715, 1716, 1717, 1720, 1717, 1720, 1722, 1725, 1722, 1716, 1726, 1726, 1727, 1725, 1992, 1728, 1726, 1725, 1727, 1985, 1726, 1728, 1727, 1729, 1729, 1728, 1730, 1732, 1983, 1729, 1752, 1732, 1730, 1729, 1733, 1733, 1730, 1734, 1752, 1750, 1733, 1955, 1953, 1734, 1733, 1750, 1753, 1734, 1753, 1754, 1755, 1754, 1755, 1756, 1759, 1756, 1759, 1761, 1764, 1761, 1755, 1765, 1765, 1766, 1764, 1946, 1767, 1765, 1764, 1766, 1944, 1765, 1767, 1766, 1768, 1768, 1767, 1769, 1771, 1916, 1768, 1791, 1771, 1769, 1768, 1772, 1772, 1769, 1773, 1791, 1789, 1772, 1914, 1907, 1773, 1772, 1789, 1792, 1773, 1792, 1793, 1794, 1793, 1794, 1795, 1798, 1795, 1798, 1800, 1803, 1800, 1794, 1804, 1804, 1805, 1803, 1905, 1806, 1804, 1803, 1805, 1877, 1804, 1806, 1805, 1807, 1807, 1806, 1808, 1810, 1875, 1807, 1830, 1810, 1808, 1807, 1811, 1811, 1808, 1812, 1830, 1828, 1811, 1868, 1866, 1812, 1811, 1828, 1831, 1812, 1831, 1832, 1833, 1832, 1833, 1834, 1837, 1834, 1837, 1839, 1842, 1839, 1833, 1843, 1843, 1844, 1842, 1838, 1845, 1843, 1842, 1844, 1836, 1843, 1845, 1844, 1846, 1846, 1845, 1847, 1849, 1829, 1846, 1869, 1849, 1847, 1846, 1850, 1850, 1847, 1851, 1869, 1867, 1850, 1827, 1799, 1851, 1850, 1867, 1870, 1851, 1870, 1871, 1872, 1871, 1872, 1873, 1876, 1873, 1876, 1878, 1881, 1878, 1872, 1882, 1882, 1883, 1881, 1797, 1884, 1882, 1881, 1883, 1790, 1882, 1884, 1883, 1885, 1885, 1884, 1886, 1888, 1788, 1885, 1908, 1888, 1886, 1885, 1889, 1889, 1886, 1890, 1908, 1906, 1889, 1760, 1758, 1890, 1889, 1906, 1909, 1890, 1909, 1910, 1911, 1910, 1911, 1912, 1915, 1912, 1915, 1917, 1920, 1917, 1911, 1921, 1921, 1922, 1920, 1751, 1923, 1921, 1920, 1922, 1749, 1921, 1923, 1922, 1924, 1924, 1923, 1925, 1927, 1721, 1924, 1947, 1927, 1925, 1924, 1928, 1928, 1925, 1929, 1947, 1945, 1928, 1719, 1712, 1929, 1928, 1945, 1948, 1929, 1948, 1949, 1950, 1949, 1950, 1951, 1954, 1951, 1954, 1956, 1959, 1956, 1950, 1960, 1960, 1961, 1959, 1710, 1962, 1960, 1959, 1961, 1682, 1960, 1962, 1961, 1963, 1963, 1962, 1964, 1966, 1680, 1963, 1986, 1966, 1964, 1963, 1967, 1967, 1964, 1968, 1986, 1984, 1967, 1673, 1671, 1968, 1967, 1984, 1987, 1968, 1987, 1988, 1989, 1988, 1989, 1990, 1993, 1990, 1993, 1995, 1998, 1995, 1989, 1999, 1999, 2000, 1998, 1643, 2001, 1999, 1998, 2000, 1641, 1999, 2001, 2000, 2002, 2002, 2001, 2003, 2005, 1634, 2002, 2025, 2005, 2003, 2002, 2006, 2006, 2003, 2007, 2025, 2023, 2006, 1632, 1604, 2007, 2006, 2023, 2026, 2007, 2026, 2027, 2028, 2027, 2028, 2029, 2032, 2029, 2032, 2034, 2037, 2034, 2028, 2038, 2038, 2039, 2037, 1602, 2040, 2038, 2037, 2039, 1595, 2038, 2040, 2039, 2041, 2041, 2040, 2042, 2044, 1593, 2041, 2064, 2044, 2042, 2041, 2045, 2045, 2042, 2046, 2064, 2062, 2045, 1565, 1563, 2046, 2045, 2062, 2065, 2046, 2065, 2066, 2067, 2066, 2067, 2068, 2071, 2068, 2071, 2073, 2076, 2073, 2067, 2077, 2077, 2078, 2076, 1556, 2079, 2077, 2076, 2078, 1554, 2077, 2079, 2078, 2080, 2080, 2079, 2081, 2083, 1526, 2080, 2103, 2083, 2081, 2080, 2084, 2084, 2081, 2085, 2103, 2101, 2084, 1524, 1517, 2085, 2084, 2101, 2104, 2085, 2104, 2105, 2106, 2105, 2106, 2107, 2110, 2107, 2110, 2112, 2115, 2112, 2106, 2116, 2116, 2117, 2115, 1515, 2118, 2116, 2115, 2117, 1487, 2116, 2118, 2117, 2119, 2119, 2118, 2120, 2122, 1485, 2119, 2142, 2122, 2120, 2119, 2123, 2123, 2120, 2124, 2142, 2140, 2123, 1478, 1476, 2124, 2123, 2140, 2143, 2124, 2143, 2144, 2145, 2144, 2145, 2146, 2149, 2146, 2149, 2151, 2154, 2151, 2145, 2155, 2155, 2156, 2154, 1448, 2157, 2155, 2154, 2156, 1446, 2155, 2157, 2156, 2158, 2158, 2157, 2159, 2161, 1439, 2158, 2181, 2161, 2159, 2158, 2162, 2162, 2159, 2163, 2181, 2179, 2162, 1437, 1409, 2163, 2162, 2179, 2182, 2163, 2182, 2183, 2184, 2183, 2184, 2185, 2188, 2185, 2188, 2190, 2193, 2190, 2184, 2194, 2194, 2195, 2193, 1407, 2196, 2194, 2193, 2195, 1400, 2194, 2196, 2195, 2197, 2197, 2196, 2198, 2200, 1398, 2197, 2220, 2200, 2198, 2197, 2201, 2201, 2198, 2202, 2220, 2218, 2201, 1370, 1368, 2202, 2201, 2218, 2221, 2202, 2221, 2222, 2223, 2222, 2223, 2224, 2227, 2224, 2227, 2229, 2232, 2229, 2223, 2233, 2233, 2234, 2232, 1361, 2235, 2233, 2232, 2234, 1359, 2233, 2235, 2234, 2236, 2236, 2235, 2237, 2239, 1331, 2236, 2259, 2239, 2237, 2236, 2240, 2240, 2237, 2241, 2259, 2257, 2240, 1329, 1322, 2241, 2240, 2257, 2260, 2241, 2260, 2261, 2262, 2261, 2262, 2263, 2266, 2263, 2266, 2268, 2271, 2268, 2262, 2272, 2272, 2273, 2271, 1320, 2274, 2272, 2271, 2273, 1292, 2272, 2274, 2273, 2275, 2275, 2274, 2276, 2278, 1290, 2275, 2298, 2278, 2276, 2275, 2279, 2279, 2276, 2280, 2298, 2296, 2279, 1283, 1281, 2280, 2279, 2296, 2299, 2280, 2299, 2300, 2301, 2300, 2301, 2302, 2305, 2302, 2305, 2307, 2310, 2307, 2301, 2311, 2311, 2312, 2310, 1253, 2313, 2311, 2310, 2312, 1251, 2311, 2313, 2312, 2314, 2314, 2313, 2315, 2317, 1244, 2314, 2337, 2317, 2315, 2314, 2318, 2318, 2315, 2319, 2337, 2335, 2318, 1242, 1214, 2319, 2318, 2335, 2338, 2319, 2338, 2339, 2340, 2339, 2340, 2341, 2344, 2341, 2344, 2346, 2349, 2346, 2340, 2350, 2350, 2351, 2349, 1212, 2352, 2350, 2349, 2351, 1205, 2350, 2352, 2351, 2353, 2353, 2352, 2354, 2356, 1203, 2353, 2376, 2356, 2354, 2353, 2357, 2357, 2354, 2358, 2376, 2374, 2357, 1175, 1173, 2358, 2357, 2374, 2377, 2358, 2377, 2378, 2379, 2378, 2379, 2380, 2383, 2380, 2383, 2385, 2388, 2385, 2379, 2389, 2389, 2390, 2388, 1166, 2391, 2389, 2388, 2390, 1164, 2389, 2391, 2390, 2392, 2392, 2391, 2393, 2395, 1136, 2392, 2415, 2395, 2393, 2392, 2396, 2396, 2393, 2397, 2415, 2413, 2396, 1134, 1127, 2397, 2396, 2413, 2416, 2397, 2416, 2417, 2418, 2417, 2418, 2419, 2422, 2419, 2422, 2424, 2427, 2424, 2418, 2428, 2428, 2429, 2427, 1125, 2430, 2428, 2427, 2429, 1097, 2428, 2430, 2429, 2431, 2431, 2430, 2432, 2434, 1095, 2431, 2454, 2434, 2432, 2431, 2435, 2435, 2432, 2436, 2454, 2452, 2435, 1088, 1086, 2436, 2435, 2452, 2455, 2436, 2455, 2456, 2457, 2456, 2457, 2458, 2461, 2458, 2461, 2463, 2466, 2463, 2457, 2467, 2467, 2468, 2466, 1058, 2469, 2467, 2466, 2468, 1056, 2467, 2469, 2468, 2470, 2470, 2469, 2471, 2473, 1049, 2470, 2493, 2473, 2471, 2470, 2474, 2474, 2471, 2475, 2493, 2491, 2474, 1047, 1018, 2475, 2474, 2491, 2494, 2475, 2494, 2495, 2496, 2495, 2496, 2497, 2500, 2497, 2500, 2502, 2505, 2502, 2496, 2506, 2506, 2507, 2505, 1016, 2508, 2506, 2505, 2507, 1009, 2506, 2508, 2507, 2509, 2509, 2508, 2510, 2512, 1007, 2509, 2532, 2512, 2510, 2509, 2513, 2513, 2510, 2514, 2532, 2530, 2513, 978, 976, 2514, 2513, 2530, 2533, 2514, 2533, 2534, 2535, 2534, 2535, 2536, 2539, 2536, 2539, 2541, 2544, 2541, 2535, 2545, 2545, 2546, 2544, 969, 2547, 2545, 2544, 2546, 967, 2545, 2547, 2546, 2548, 2548, 2547, 2549, 2551, 938, 2548, 2571, 2551, 2549, 2548, 2552, 2552, 2549, 2553, 2571, 2569, 2552, 936, 929, 2553, 2552, 2569, 2572, 2553, 2572, 2573, 2574, 2573, 2574, 2575, 2578, 2575, 2578, 2580, 2583, 2580, 2574, 2584, 2584, 2585, 2583, 927, 2586, 2584, 2583, 2585, 898, 2584, 2586, 2585, 2587, 2587, 2586, 2588, 2590, 896, 2587, 2610, 2590, 2588, 2587, 2591, 2591, 2588, 2592, 2610, 2608, 2591, 889, 887, 2592, 2591, 2608, 2611, 2592, 2611, 2612, 2613, 2612, 2613, 2614, 2617, 2614, 2617, 2619, 2622, 2619, 2613, 2623, 2623, 2624, 2622, 858, 2625, 2623, 2622, 2624, 856, 2623, 2625, 2624, 2626, 2626, 2625, 2627, 2629, 849, 2626, 2649, 2629, 2627, 2626, 2630, 2630, 2627, 2631, 2649, 2647, 2630, 847, 818, 2631, 2630, 2647, 2650, 2631, 2650, 2651, 2652, 2651, 2652, 2653, 2656, 2653, 2656, 2658, 2661, 2658, 2652, 2662, 2662, 2663, 2661, 816, 2664, 2662, 2661, 2663, 808, 2662, 2664, 2663, 2665, 2665, 2664, 2666, 2668, 806, 2665, 2688, 2668, 2666, 2665, 2669, 2669, 2666, 2670, 2688, 2686, 2669, 777, 775, 2670, 2669, 2686, 2689, 2670, 2689, 2690, 2691, 2690, 2691, 2692, 2695, 2692, 2695, 2697, 2700, 2697, 2691, 2701, 2701, 2702, 2700, 767, 2703, 2701, 2700, 2702, 765, 2701, 2703, 2702, 2704, 2704, 2703, 2705, 2707, 736, 2704, 2727, 2707, 2705, 2704, 2708, 2708, 2705, 2709, 2727, 2725, 2708, 734, 726, 2709, 2708, 2725, 2728, 2709, 2728, 2729, 2730, 2729, 2730, 2731, 2734, 2731, 2734, 2736, 2739, 2736, 2730, 2740, 2740, 2741, 2739, 724, 2742, 2740, 2739, 2741, 694, 2740, 2742, 2741, 2743, 2743, 2742, 2744, 2746, 692, 2743, 2766, 2746, 2744, 2743, 2747, 2747, 2744, 2748, 2766, 2764, 2747, 684, 682, 2748, 2747, 2764, 2767, 2748, 2767, 2768, 2769, 2768, 2769, 2770, 2773, 2770, 2773, 2775, 2778, 2775, 2769, 2779, 2779, 2780, 2778, 652, 2781, 2779, 2778, 2780, 650, 2779, 2781, 2780, 2782, 2782, 2781, 2783, 2785, 641, 2782, 2805, 2785, 2783, 2782, 2786, 2786, 2783, 2787, 2805, 2803, 2786, 639, 609, 2787, 2786, 2803, 2806, 2787, 2806, 2807, 2808, 2807, 2808, 2809, 2812, 2809, 2812, 2814, 2817, 2814, 2808, 2818, 2818, 2819, 2817, 607, 2820, 2818, 2817, 2819, 598, 2818, 2820, 2819, 2821, 2821, 2820, 2822, 2824, 596, 2821, 2844, 2824, 2822, 2821, 2825, 2825, 2822, 2826, 2844, 2842, 2825, 582, 567, 2826, 2825, 2842, 2845, 2826, 2845, 2846, 2847, 2846, 2847, 2848, 2851, 2848, 2851, 2853, 2856, 2853, 2847, 2857, 2857, 2858, 2856, 565, 2859, 2857, 2856, 2858, 563, 2857, 2859, 2858, 2860, 2860, 2859, 2861, 2863, 556, 2860, 2883, 2863, 2861, 2860, 2864, 2864, 2861, 2865, 2883, 2881, 2864, 554, 540, 2865, 2864, 2881, 2884, 2865, 2884, 2885, 2886, 2885, 2886, 2887, 2890, 2887, 2890, 2892, 2895, 2892, 2886, 2896, 2896, 2897, 2895, 539, 2898, 2896, 2895, 2897, 524, 2896, 2898, 2897, 2899, 2899, 2898, 2900, 2902, 522, 2899, 2922, 2902, 2900, 2899, 2903, 2903, 2900, 2904, 2922, 2920, 2903, 520, 516, 2904, 2903, 2920, 2923, 2904, 2923, 2924, 2925, 2924, 2925, 2926, 2929, 2926, 2929, 2931, 2934, 2931, 2925, 2935, 2935, 2936, 2934, 514, 2937, 2935, 2934, 2936, 512, 2935, 2937, 2936, 2938, 2938, 2937, 2939, 2941, 510, 2938, 2961, 2941, 2939, 2938, 2942, 2942, 2939, 2943, 2961, 2959, 2942, 507, 505, 2943, 2942, 2959, 2962, 2943, 2962, 2963, 2964, 2963, 2964, 2965, 2968, 2965, 2968, 2970, 2973, 2970, 2964, 2974, 2974, 2975, 2973, 491, 2976, 2974, 2973, 2975, 490, 2974, 2976, 2975, 2977, 2977, 2976, 2978, 2980, 488, 2977, 3000, 2980, 2978, 2977, 2981, 2981, 2978, 2982, 3000, 2998, 2981, 472, 470, 2982, 2981, 2998, 3001, 2982, 3001, 3002, 3003, 3002, 3003, 3004, 3007, 3004, 3007, 3009, 3012, 3009, 3003, 3013, 3013, 3014, 3012, 468, 3015, 3013, 3012, 3014, 464, 3013, 3015, 3014, 3016, 3016, 3015, 3017, 3019, 441, 3016, 3039, 3019, 3017, 3016, 3020, 3020, 3017, 3021, 3039, 3037, 3020, 438, 431, 3021, 3020, 3037, 3040, 3021, 3040, 3041, 3042, 3041, 3042, 3043, 3046, 3043, 3046, 3048, 3051, 3048, 3042, 3052, 3052, 3053, 3051, 429, 3054, 3052, 3051, 3053, 415, 3052, 3054, 3053, 3055, 3055, 3054, 3056, 3058, 414, 3055, 3078, 3058, 3056, 3055, 3059, 3059, 3056, 3060, 3078, 3076, 3059, 413, 412, 3060, 3059, 3076, 3079, 3060, 3079, 3080, 3081, 3080, 3081, 3082, 3085, 3082, 3085, 3087, 3090, 3087, 3081, 3091, 3091, 3092, 3090, 408, 3093, 3091, 3090, 3092, 401, 3091, 3093, 3092, 3094, 3094, 3093, 3095, 3097, 394, 3094, 3117, 3097, 3095, 3094, 3098, 3098, 3095, 3099, 3117, 3115, 3098, 392, 390, 3099, 3098, 3115, 3118, 3099, 3118, 3119, 3120, 3119, 3120, 3121, 3124, 3121, 3124, 3126, 3129, 3126, 3120, 3130, 3130, 3131, 3129, 387, 3132, 3130, 3129, 3131, 386, 3130, 3132, 3131, 3133, 3133, 3132, 3134, 3136, 385, 3133, 3156, 3136, 3134, 3133, 3137, 3137, 3134, 3138, 3156, 3154, 3137, 384, 383, 3138, 3137, 3154, 3157, 3138, 3157, 3158, 3159, 3158, 3159, 3160, 3163, 3160, 3163, 3165, 3168, 3165, 3159, 3169, 3169, 3170, 3168, 382, 3171, 3169, 3168, 3170, 381, 3169, 3171, 3170, 3172, 3172, 3171, 3173, 3175, 380, 3172, 3195, 3175, 3173, 3172, 3176, 3176, 3173, 3177, 3195, 3193, 3176, 379, 378, 3177, 3176, 3193, 3196, 3177, 3196, 3197, 3198, 3197, 3198, 3199, 3202, 3199, 3202, 3204, 3207, 3204, 3198, 3208, 3208, 3209, 3207, 377, 3210, 3208, 3207, 3209, 376, 3208, 3210, 3209, 3211, 3211, 3210, 3212, 3214, 375, 3211, 3234, 3214, 3212, 3211, 3215, 3215, 3212, 3216, 3234, 3232, 3215, 374, 373, 3216, 3215, 3232, 3235, 3216, 3235, 3236, 3237, 3236, 3237, 3238, 3241, 3238, 3241, 3243, 3246, 3243, 3237, 3247, 3247, 3248, 3246, 372, 3249, 3247, 3246, 3248, 371, 3247, 3249, 3248, 3250, 3250, 3249, 3251, 3253, 370, 3250, 3273, 3253, 3251, 3250, 3254, 3254, 3251, 3255, 3273, 3271, 3254, 369, 368, 3255, 3254, 3271, 3274, 3255, 3274, 3275, 3276, 3275, 3276, 3277, 367, 3277, 3283, 3284, 3284, 3285, 3276, 366, 3283, 3284, 3286, 3285, 3283, 3284, 365, 3285, 3286, 3287, 3287, 3288, 3286, 364, 3290, 3287, 3310, 3288, 3290, 3287, 3292, 3288, 3291, 3291, 3310, 3308, 3292, 3311, 3291, 3311, 3292, 3308, 3291, 3312, 3313, 3312, 3313, 3314, 363, 3314, 3317, 3318, 3318, 3319, 3313, 362, 3317, 3318, 3320, 3319, 3317, 3318, 361, 3319, 3320, 3321, 3321, 3322, 3320, 360, 3324, 3321, 3344, 3322, 3324, 3321, 3326, 3322, 3325, 3325, 3344, 3342, 3326, 3345, 3325, 3345, 3326, 3342, 3325, 3346, 3347, 3346, 3347, 3348, 359, 3348, 3351, 3352, 3352, 3353, 3347, 353, 3351, 3352, 3354, 3353, 3351, 3352, 350, 3353, 3354, 3355, 3355, 3356, 3354, 336, 3358, 3355, 3378, 3356, 3358, 3355, 3360, 3356, 3359, 3359, 3378, 3376, 3360, 3379, 3359, 3379, 3360, 3376, 3359, 3380, 3381, 3380, 3381, 3382, 335, 3382, 3385, 3386, 3386, 3387, 3381, 334, 3385, 3386, 3388, 3387, 3385, 3386, 333, 3387, 3388, 3389, 3389, 3390, 3388, 327, 3392, 3389, 3412, 3390, 3392, 3389, 3394, 3390, 3393, 3393, 3412, 3410, 3394, 3413, 3393, 3413, 3394, 3410, 3393, 3414, 3415, 3414, 3415, 3416, 319, 3416, 3419, 3420, 3420, 3421, 3415, 318, 3419, 3420, 3422, 3421, 3419, 3420, 313, 3421, 3422, 3423, 3423, 3424, 3422, 311, 3426, 3423, 3446, 3424, 3426, 3423, 3428, 3424, 3427, 3427, 3446, 3444, 3428, 3447, 3427, 3447, 3428, 3444, 3427, 3448, 3449, 3448, 3449, 3450, 309, 3450, 3451, 3452, 3452, 3453, 3449, 305, 3451, 3452, 3454, 3453, 3451, 3452, 304, 3453, 3454, 3455, 3455, 3456, 3454, 303, 3467, 3455, 302, 3456, 301, 3455, 3467, 3456, 3468, 3468, 3467, 3469, 300, 3474, 3468, 299, 3476, 3469, 3468, 3474, 298, 3469, 3476, 3474, 3475, 3475, 3476, 297, 296, 295, 3475, 294, 293, 292, 3475, 3481, 3481, 3481, 3481, 3481, 3481, 3481, 3481, 3482, 3482, 3482, 3482, 3482, 3482, 3482, 3482, 3483, 3483, 3483, 3483, 3483, 3483, 3483, 3483, 3484, 3484, 3484, 3484, 3484, 3484, 3484, 3484, 3485, 3485, 3485, 3485, 3485, 3485, 3485, 3485, 3486, 3486, 3486, 3486, 3486, 3486, 3486, 3486, 3487, 3487, 3487, 3487, 3487, 3487, 3487, 3487, 3488, 3488, 3488, 3488, 3488, 3488, 3488, 3488, 3489, 3489, 3489, 3489, 3489, 3489, 3489, 3489, 3490, 3490, 3490, 3490, 3490, 3490, 3490, 3490, 3491, 3491, 3491, 3491, 3491, 3491, 3491, 3491, 3492, 3492, 3492, 3492, 3492, 3492, 3492, 3492, 3493, 3493, 3493, 3493, 3493, 3493, 3493, 3493, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3495, 3495, 3495, 3495, 3495, 3495, 3495, 3495, 3496, 3496, 3496, 3496, 3496, 3496, 3496, 3496, 3497, 3497, 3497, 3497, 3497, 3497, 3497, 3497, 3498, 3498, 3498, 3498, 3498, 3498, 3498, 3498, 3499, 3499, 3499, 3499, 3499, 3499, 3499, 3499, 3500, 3500, 3500, 3500, 3500, 3500, 3500, 3500, 3501, 3501, 3501, 3501, 3501, 3501, 3501, 3501, 3502, 3502, 3502, 3502, 3502, 3502, 3502, 3502, 3503, 3503, 3503, 3503, 3503, 3503, 3503, 3503, 3504, 3504, 3504, 3504, 3504, 3504, 3504, 3504, 3505, 3505, 3505, 3505, 3505, 3505, 3505, 3505, 3506, 3506, 3506, 3506, 3506, 3506, 3506, 3506, 3507, 3507, 3507, 3507, 3507, 3507, 3507, 3507, 3508, 3508, 3508, 3508, 3508, 3508, 3508, 3508, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3510, 3510, 3510, 3510, 3510, 3510, 3510, 3510, 3511, 3511, 3511, 3511, 3511, 3511, 3511, 3511, 3512, 3512, 3512, 3512, 3512, 3512, 3512, 3512, 3513, 291, 290, 3513, 3513, 3513, 289, 3513, 3514, 288, 287, 3514, 3514, 3514, 286, 3514, 3515, 285, 284, 3515, 3515, 3515, 283, 3515, 3516, 282, 3516, 3516, 3516, 3516, 3516, 3516, 3517, 281, 3517, 3517, 3517, 3517, 3517, 3517, 3518, 3518, 3518, 3518, 3518, 3518, 3518, 3518, 3519, 280, 3519, 3519, 3519, 3519, 3519, 3519, 3520, 279, 3520, 3520, 3520, 3520, 3520, 3520, 3521, 273, 3521, 3521, 3521, 3521, 3521, 3521, 3522, 270, 3522, 3522, 3522, 3522, 3522, 3522, 3523, 268, 3523, 3523, 3523, 3523, 3523, 3523, 3524, 249, 3524, 248, 3524, 3524, 247, 3524, 3525, 246, 3525, 3525, 3525, 3525, 3525, 3525, 3526, 244, 3526, 3526, 3526, 3526, 3526, 3526, 3527, 240, 3527, 3527, 3527, 3527, 3527, 3527, 3528, 238, 3528, 3528, 3528, 3528, 3528, 3528, 3529, 230, 3529, 3529, 3529, 3529, 3529, 3529, 3530, 227, 3530, 3530, 3530, 3530, 3530, 3530, 3531, 224, 3531, 3531, 3531, 3531, 3531, 3531, 3532, 220, 3532, 3532, 3532, 3532, 3532, 3532, 3533, 215, 3533, 3533, 3533, 3533, 3533, 3533, 3534, 214, 210, 3534, 3535, 209, 3535, 3535, 3535, 3535, 3535, 3535, 3536, 208, 3536, 3536, 3536, 3536, 3536, 3536, 3537, 207, 3537, 3537, 3537, 3537, 3537, 3537, 3538, 206, 205, 3538, 3538, 3538, 204, 3538, 3539, 203, 202, 3539, 3539, 3539, 201, 3539, 3540, 200, 199, 3540, 3540, 3540, 198, 3540, 3541, 197, 3541, 3541, 3541, 3541, 3541, 3541, 3542, 196, 3542, 3542, 3542, 3542, 3542, 3542, 3543, 3543, 3543, 3543, 3543, 3543, 3543, 3543, 3544, 3544, 3544, 3544, 3544, 3544, 195, 3544, 3545, 194, 3545, 3545, 3545, 3545, 3545, 3545, 3546, 193, 3546, 3546, 3546, 3546, 3546, 3546, 3547, 192, 3547, 3547, 3547, 3547, 3547, 3547, 3548, 191, 3548, 3548, 3548, 3548, 3548, 3548, 3549, 190, 3549, 3549, 3549, 3549, 3549, 3549, 3550, 189, 3550, 188, 3550, 3550, 187, 3550, 3551, 186, 3551, 3551, 3551, 3551, 3551, 3551, 3552, 185, 3552, 3552, 3552, 3552, 3552, 3552, 3553, 184, 3553, 3553, 3553, 3553, 3553, 3553, 3554, 183, 3554, 3554, 3554, 3554, 3554, 3554, 3555, 182, 3555, 3555, 3555, 3555, 3555, 3555, 3556, 175, 3556, 3556, 3556, 3556, 3556, 3556, 3557, 172, 3557, 3557, 3557, 3557, 3557, 3557, 3558, 167, 3558, 3558, 3558, 3558, 3558, 3558, 3559, 144, 3559, 3559, 3559, 3559, 3559, 3559, 3560, 140, 134, 3560, 3561, 133, 3561, 3561, 3561, 3561, 3561, 3561, 3562, 132, 3562, 3562, 3562, 3562, 3562, 3562, 3563, 131, 3563, 3563, 3563, 3563, 3563, 3563, 3564, 130, 127, 3564, 3564, 3564, 118, 3564, 3565, 98, 93, 3565, 3565, 3565, 90, 3565, 3566, 82, 79, 3566, 3566, 3566, 77, 3566, 3567, 76, 3567, 3567, 3567, 3567, 3567, 3567, 3568, 72, 3568, 3568, 3568, 3568, 3568, 3568, 3569, 3569, 3569, 3569, 3569, 3569, 3569, 3569, 3570, 3570, 3570, 3570, 3570, 3570, 3570, 3570, 3571, 70, 3571, 3571, 3571, 3571, 3571, 3571, 3572, 65, 3572, 3572, 3572, 3572, 3572, 3572, 3573, 60, 3573, 3573, 3573, 3573, 3573, 3573, 3574, 59, 3574, 3574, 3574, 3574, 3574, 3574, 3575, 58, 3575, 3575, 3575, 3575, 3575, 3575, 3576, 57, 3576, 54, 3576, 3576, 53, 3576, 3577, 52, 3577, 3577, 3577, 3577, 3577, 3577, 3578, 51, 3578, 3578, 3578, 3578, 3578, 3578, 3579, 50, 3579, 3579, 3579, 3579, 3579, 3579, 3580, 49, 3580, 3580, 3580, 3580, 3580, 3580, 3581, 48, 3581, 3581, 3581, 3581, 3581, 3581, 3582, 47, 3582, 3582, 3582, 3582, 3582, 3582, 3583, 46, 3583, 3583, 3583, 3583, 3583, 3583, 3584, 45, 3584, 3584, 3584, 3584, 3584, 3584, 3585, 44, 3585, 3585, 3585, 3585, 3585, 3585, 3586, 43, 42, 3586, 3587, 41, 3587, 3587, 3587, 3587, 3587, 3587, 3588, 40, 3588, 3588, 3588, 3588, 3588, 3588, 3589, 39, 3589, 3589, 3589, 3589, 3589, 3589, 3590, 38, 37, 3590, 3590, 3590, 32, 3590, 3591, 31, 26, 3591, 3591, 3591, 25, 3591, 3592, 22, 21, 3592, 3592, 3592, 18, 3592, 3593, 17, 3593, 3593, 3593, 3593, 3593, 3593, 3594, 14, 3594, 3594, 3594, 3594, 3594, 3594, 3595, 3595, 3595, 3595, 3595, 3595, 3595, 3595, 3596, 3596, 3596, 3596, 3596, 3596, 3596, 3596, 3597, 13, 3597, 3597, 3597, 3597, 3597, 3597, 3598, 12, 3598, 3598, 3598, 3598, 3598, 3598, 3599, 11, 3599, 3599, 3599, 3599, 3599, 3599, 3600, 1, 3600, 3600, 3600, 3600, 3600, 3600, 3601, 0, 3601, 3601, 3601, 3601, 3601, 3601, 3602, 0, 3602, 0, 3602, 3602, 0, 3602, 3603, 0, 3603, 3603, 3603, 3603, 3603, 3603, 3604, 0, 3604, 3604, 3604, 3604, 3604, 3604, 3605, 0, 3605, 3605, 3605, 3605, 3605, 3605, 3606, 0, 3606, 3606, 3606, 3606, 3606, 3606, 3607, 0, 3607, 3607, 3607, 3607, 3607, 3607, 3608, 0, 3608, 3608, 3608, 3608, 3608, 3608, 3609, 0, 3609, 3609, 3609, 3609, 3609, 3609, 3610, 0, 3610, 3610, 3610, 3610, 3610, 3610, 3611, 0, 3611, 3611, 3611, 3611, 3611, 3611, 3612, 0, 0, 3612, 3613, 0, 3613, 3613, 3613, 3613, 3613, 3613, 3614, 0, 3614, 3614, 3614, 3614, 3614, 3614, 3615, 0, 3615, 3615, 3615, 3615, 3615, 3615, 3616, 3616, 3616, 3616, 3616, 3616, 3616, 3616, 3617, 3617, 3617, 3617, 3617, 3617, 3617, 3617, 3618, 3618, 3618, 3618, 3618, 3618, 3618, 3618, 3619, 0, 0, 3619, 3619, 3619, 0, 3619, 3620, 0, 0, 3620, 3620, 3620, 0, 3620, 3621, 0, 0, 3621, 3621, 3621, 0, 3621, 3622, 0, 3622, 3622, 3622, 3622, 3622, 3622, 3623, 0, 3623, 3623, 3623, 3623, 3623, 3623, 3624, 3624, 3624, 3624, 3624, 3624, 3624, 3624, 3625, 3625, 3625, 3625, 3625, 3625, 3625, 3625, 3626, 0, 3626, 3626, 3626, 3626, 3626, 3626, 3627, 0, 3627, 3627, 3627, 3627, 3627, 3627, 3628, 0, 3628, 3628, 3628, 3628, 3628, 3628, 3629, 0, 3629, 3629, 3629, 3629, 3629, 3629, 3630, 0, 3630, 3630, 3630, 3630, 3630, 3630, 3631, 0, 3631, 0, 3631, 3631, 0, 3631, 3632, 0, 3632, 3632, 3632, 3632, 3632, 3632, 3633, 0, 3633, 3633, 3633, 3633, 3633, 3633, 3634, 0, 3634, 3634, 3634, 3634, 3634, 3634, 3635, 0, 3635, 3635, 3635, 3635, 3635, 3635, 3636, 0, 3636, 3636, 3636, 3636, 3636, 3636, 3637, 0, 3637, 3637, 3637, 3637, 3637, 3637, 3638, 0, 3638, 3638, 3638, 3638, 3638, 3638, 3639, 0, 3639, 3639, 3639, 3639, 3639, 3639, 3640, 0, 3640, 3640, 3640, 3640, 3640, 3640, 3641, 0, 0, 3641, 3642, 0, 3642, 3642, 3642, 3642, 3642, 3642, 3643, 0, 3643, 3643, 3643, 3643, 3643, 3643, 3644, 0, 3644, 3644, 3644, 3644, 3644, 3644, 3645, 0, 3645, 3645, 3645, 3645, 3645, 3645, 3646, 0, 0, 3646, 3646, 3646, 0, 3646, 3647, 0, 0, 3647, 3647, 3647, 0, 3647, 3648, 0, 0, 3648, 3648, 3648, 0, 3648, 3649, 0, 3649, 3649, 3649, 3649, 3649, 3649, 3650, 0, 3650, 3650, 3650, 3650, 3650, 3650, 3651, 3651, 3651, 3651, 3651, 3651, 3651, 3651, 3652, 3652, 3652, 3652, 3652, 3652, 3652, 3652, 3653, 0, 3653, 3653, 3653, 3653, 3653, 3653, 3654, 0, 3654, 3654, 3654, 3654, 3654, 3654, 3655, 0, 3655, 3655, 3655, 3655, 3655, 3655, 3656, 0, 3656, 3656, 3656, 3656, 3656, 3656, 3657, 0, 3657, 3657, 3657, 3657, 3657, 3657, 3658, 0, 3658, 0, 3658, 3658, 0, 3658, 3659, 0, 3659, 3659, 3659, 3659, 3659, 3659, 3660, 0, 3660, 3660, 3660, 3660, 3660, 3660, 3661, 0, 3661, 3661, 3661, 3661, 3661, 3661, 3662, 0, 3662, 3662, 3662, 3662, 3662, 3662, 3663, 0, 3663, 3663, 3663, 3663, 3663, 3663, 3664, 0, 3664, 3664, 3664, 3664, 3664, 3664, 3665, 0, 3665, 3665, 3665, 3665, 3665, 3665, 3666, 0, 3666, 3666, 3666, 3666, 3666, 3666, 3667, 0, 3667, 3667, 3667, 3667, 3667, 3667, 3668, 0, 0, 3668, 3669, 0, 3669, 3669, 3669, 3669, 3669, 3669, 3670, 0, 3670, 3670, 3670, 3670, 3670, 3670, 3671, 0, 3671, 3671, 3671, 3671, 3671, 3671, 3672, 3672, 3672, 3672, 3672, 3672, 3672, 3672, 3673, 0, 0, 3673, 3673, 3673, 0, 3673, 3674, 0, 0, 3674, 3674, 3674, 0, 3674, 3675, 0, 0, 3675, 3675, 3675, 0, 3675, 3676, 0, 3676, 3676, 3676, 3676, 3676, 3676, 3677, 0, 3677, 3677, 3677, 3677, 3677, 3677, 3678, 3678, 3678, 3678, 3678, 3678, 3678, 3678, 3679, 3679, 3679, 3679, 3679, 3679, 3679, 3679, 3680, 0, 3680, 3680, 3680, 3680, 3680, 3680, 3681, 0, 3681, 3681, 3681, 3681, 3681, 3681, 3682, 0, 3682, 3682, 3682, 3682, 3682, 3682, 3683, 0, 3683, 3683, 3683, 3683, 3683, 3683, 3684, 0, 3684, 3684, 3684, 3684, 3684, 3684, 3685, 0, 3685, 0, 3685, 3685, 0, 3685, 3686, 0, 3686, 3686, 3686, 3686, 3686, 3686, 3687, 0, 3687, 3687, 3687, 3687, 3687, 3687, 3688, 0, 3688, 3688, 3688, 3688, 3688, 3688, 3689, 0, 3689, 3689, 3689, 3689, 3689, 3689, 3690, 0, 3690, 3690, 3690, 3690, 3690, 3690, 3691, 0, 3691, 3691, 3691, 3691, 3691, 3691, 3692, 0, 3692, 3692, 3692, 3692, 3692, 3692, 3693, 0, 3693, 3693, 3693, 3693, 3693, 3693, 3694, 0, 3694, 3694, 3694, 3694, 3694, 3694, 3695, 0, 0, 3695, 3696, 0, 3696, 3696, 3696, 3696, 3696, 3696, 3697, 0, 3697, 3697, 3697, 3697, 3697, 3697, 3698, 0, 3698, 3698, 3698, 3698, 3698, 3698, 3699, 3699, 3699, 3699, 3699, 3699, 3699, 3699, 3700, 0, 0, 3700, 3700, 3700, 0, 3700, 3701, 0, 0, 3701, 3701, 3701, 0, 3701, 3702, 0, 0, 3702, 3702, 3702, 0, 3702, 3703, 0, 3703, 3704, 0, 3704, 3704, 3704, 3704, 3704, 3704, 3705, 0, 3705, 3705, 3705, 3705, 3705, 3705, 3706, 3706, 3706, 3706, 3706, 3706, 3706, 3706, 3707, 3707, 3707, 3707, 3707, 3707, 3707, 3707, 3708, 0, 3708, 3708, 3708, 3708, 3708, 3708, 3709, 0, 3709, 3709, 3709, 3709, 3709, 3709, 3710, 0, 3710, 3710, 3710, 3710, 3710, 3710, 3711, 0, 3711, 3711, 3711, 3711, 3711, 3711, 3712, 0, 3712, 3712, 3712, 3712, 3712, 3712, 3713, 0, 3713, 0, 3713, 3713, 0, 3713, 3714, 0, 3714, 3714, 3714, 3714, 3714, 3714, 3715, 0, 3715, 3715, 3715, 3715, 3715, 3715, 3716, 0, 3716, 3716, 3716, 3716, 3716, 3716, 3717, 0, 3717, 3717, 3717, 3717, 3717, 3717, 3718, 0, 3718, 3718, 3718, 3718, 3718, 3718, 3719, 0, 3719, 3719, 3719, 3719, 3719, 3719, 3720, 0, 3720, 3720, 3720, 3720, 3720, 3720, 3721, 0, 3721, 3721, 3721, 3721, 3721, 3721, 3722, 0, 3722, 3722, 3722, 3722, 3722, 3722, 3723, 0, 0, 3723, 3724, 0, 3724, 3724, 3724, 3724, 3724, 3724, 3725, 0, 3725, 3725, 3725, 3725, 3725, 3725, 3726, 0, 3726, 3726, 3726, 3726, 3726, 3726, 3727, 3727, 3727, 3727, 3727, 3727, 3727, 3727, 3728, 0, 0, 3728, 3728, 3728, 0, 3728, 3729, 0, 0, 3729, 3729, 3729, 0, 3729, 3730, 0, 0, 3730, 3730, 3730, 0, 3730, 3731, 0, 3731, 3732, 0, 3732, 3732, 3732, 3732, 3732, 3732, 3733, 0, 3733, 3733, 3733, 3733, 3733, 3733, 3734, 3734, 3734, 3734, 3734, 3734, 3734, 3734, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3736, 0, 3736, 3736, 3736, 3736, 3736, 3736, 3737, 0, 3737, 3737, 3737, 3737, 3737, 3737, 3738, 0, 3738, 3738, 3738, 3738, 3738, 3738, 3739, 0, 3739, 3739, 3739, 3739, 3739, 3739, 3740, 0, 3740, 3740, 3740, 3740, 3740, 3740, 3741, 0, 3741, 0, 3741, 3741, 0, 3741, 3742, 0, 3742, 3742, 3742, 3742, 3742, 3742, 3743, 0, 3743, 3743, 3743, 3743, 3743, 3743, 3744, 0, 3744, 3744, 3744, 3744, 3744, 3744, 3745, 0, 3745, 3745, 3745, 3745, 3745, 3745, 3746, 0, 3746, 3746, 3746, 3746, 3746, 3746, 3747, 0, 3747, 3747, 3747, 3747, 3747, 3747, 3748, 0, 3748, 3748, 3748, 3748, 3748, 3748, 3749, 0, 3749, 3749, 3749, 3749, 3749, 3749, 3750, 0, 3750, 3750, 3750, 3750, 3750, 3750, 3751, 0, 0, 3751, 3752, 0, 3752, 3752, 3752, 3752, 3752, 3752, 3753, 0, 3753, 3753, 3753, 3753, 3753, 3753, 3754, 0, 3754, 3754, 3754, 3754, 3754, 3754, 3755, 3755, 3755, 3755, 3755, 3755, 3755, 3755, 3756, 0, 0, 3756, 3756, 3756, 0, 3756, 3757, 0, 0, 3757, 3757, 3757, 0, 3757, 3758, 0, 0, 3758, 3758, 3758, 0, 3758, 3759, 0, 3759, 3760, 0, 3760, 3760, 3760, 3760, 3760, 3760, 3761, 0, 3761, 3761, 3761, 3761, 3761, 3761, 3762, 3762, 3762, 3762, 3762, 3762, 3762, 3762, 3763, 3763, 3763, 3763, 3763, 3763, 3763, 3763, 3764, 0, 3764, 3764, 3764, 3764, 3764, 3764, 3765, 0, 3765, 3765, 3765, 3765, 3765, 3765, 3766, 0, 3766, 3766, 3766, 3766, 3766, 3766, 3767, 0, 3767, 3767, 3767, 3767, 3767, 3767, 3768, 0, 3768, 3768, 3768, 3768, 3768, 3768, 3769, 0, 3769, 0, 3769, 3769, 0, 3769, 3770, 0, 3770, 3770, 3770, 3770, 3770, 3770, 3771, 0, 3771, 3771, 3771, 3771, 3771, 3771, 3772, 0, 3772, 3772, 3772, 3772, 3772, 3772, 3773, 0, 3773, 3773, 3773, 3773, 3773, 3773, 3774, 0, 3774, 3774, 3774, 3774, 3774, 3774, 3775, 0, 3775, 3775, 3775, 3775, 3775, 3775, 3776, 0, 3776, 3776, 3776, 3776, 3776, 3776, 3777, 0, 3777, 3777, 3777, 3777, 3777, 3777, 3778, 0, 3778, 3778, 3778, 3778, 3778, 3778, 3779, 0, 3779, 3779, 3779, 3779, 3779, 3779, 3780, 0, 3780, 3780, 3780, 3780, 3780, 3780, 3781, 0, 3781, 3781, 3781, 3781, 3781, 3781, 3782, 3782, 3782, 3782, 3782, 3782, 3782, 3782, 3783, 0, 0, 3783, 3783, 3783, 0, 3783, 3784, 0, 0, 3784, 3784, 3784, 0, 3784, 3785, 0, 0, 3785, 3785, 3785, 0, 3785, 3786, 0, 3786, 3787, 0, 3787, 3787, 3787, 3787, 3787, 3787, 3788, 0, 3788, 3788, 3788, 3788, 3788, 3788, 3789, 3789, 3789, 3789, 3789, 3789, 3789, 3789, 3790, 3790, 3790, 3790, 3790, 3790, 3790, 3790, 3791, 0, 3791, 3791, 3791, 3791, 3791, 3791, 3792, 0, 3792, 3792, 3792, 3792, 3792, 3792, 3793, 0, 3793, 3793, 3793, 3793, 3793, 3793, 3794, 0, 3794, 3794, 3794, 3794, 3794, 3794, 3795, 0, 3795, 3795, 3795, 3795, 3795, 3795, 3796, 0, 3796, 0, 3796, 3796, 0, 3796, 3797, 0, 3797, 3797, 3797, 3797, 3797, 3797, 3798, 0, 3798, 3798, 3798, 3798, 3798, 3798, 3799, 0, 3799, 3799, 3799, 3799, 3799, 3799, 3800, 0, 3800, 3800, 3800, 3800, 3800, 3800, 3801, 0, 3801, 3801, 3801, 3801, 3801, 3801, 3802, 0, 3802, 3802, 3802, 3802, 3802, 3802, 3803, 0, 3803, 3803, 3803, 3803, 3803, 3803, 3804, 0, 3804, 3804, 3804, 3804, 3804, 3804, 3805, 0, 3805, 3805, 3805, 3805, 3805, 3805, 3806, 0, 3806, 3806, 3806, 3806, 3806, 3806, 3807, 0, 3807, 3807, 3807, 3807, 3807, 3807, 3808, 0, 3808, 3808, 3808, 3808, 3808, 3808, 3809, 3809, 3809, 3809, 3809, 3809, 3809, 3809, 3810, 0, 0, 3810, 3810, 3810, 0, 3810, 3811, 0, 0, 3811, 3811, 3811, 0, 3811, 3812, 0, 0, 3812, 3812, 3812, 0, 3812, 3813, 0, 3813, 3814, 0, 3814, 3814, 3814, 3814, 3814, 3814, 3815, 0, 3815, 3815, 3815, 3815, 3815, 3815, 3816, 3816, 3816, 3816, 3816, 3816, 3816, 3816, 3817, 3817, 3817, 3817, 3817, 3817, 3817, 3817, 3818, 0, 3818, 3818, 3818, 3818, 3818, 3818, 3819, 0, 3819, 3819, 3819, 3819, 3819, 3819, 3820, 0, 3820, 3820, 3820, 3820, 3820, 3820, 3821, 0, 3821, 3821, 3821, 3821, 3821, 3821, 3822, 0, 3822, 3822, 3822, 3822, 3822, 3822, 3823, 0, 3823, 0, 3823, 3823, 0, 3823, 3824, 0, 3824, 3824, 3824, 3824, 3824, 3824, 3825, 0, 3825, 3825, 3825, 3825, 3825, 3825, 3826, 0, 3826, 3826, 3826, 3826, 3826, 3826, 3827, 0, 3827, 3827, 3827, 3827, 3827, 3827, 3828, 0, 3828, 3828, 3828, 3828, 3828, 3828, 3829, 0, 3829, 3829, 3829, 3829, 3829, 3829, 3830, 0, 3830, 3830, 3830, 3830, 3830, 3830, 3831, 0, 3831, 3831, 3831, 3831, 3831, 3831, 3832, 0, 3832, 3832, 3832, 3832, 3832, 3832, 3833, 0, 3833, 3833, 3833, 3833, 3833, 3833, 3834, 0, 3834, 3834, 3834, 3834, 3834, 3834, 3835, 0, 3835, 3835, 3835, 3835, 3835, 3835, 3836, 3836, 3836, 3836, 3836, 3836, 3836, 3836, 3837, 0, 0, 3837, 3837, 3837, 0, 3837, 3838, 0, 0, 3838, 3838, 3838, 0, 3838, 3839, 0, 3839, 3840, 0, 3840, 3840, 3840, 3840, 3840, 3840, 3841, 0, 3841, 3841, 3841, 3841, 3841, 3841, 3842, 3842, 3842, 3842, 3842, 3842, 3842, 3842, 3843, 3843, 3843, 3843, 3843, 3843, 3843, 3843, 3844, 0, 3844, 3844, 3844, 3844, 3844, 3844, 3845, 0, 3845, 3845, 3845, 3845, 3845, 3845, 3846, 0, 3846, 3846, 3846, 3846, 3846, 3846, 3847, 0, 3847, 3847, 3847, 3847, 3847, 3847, 3848, 0, 3848, 3848, 3848, 3848, 3848, 3848, 3849, 0, 3849, 0, 3849, 3849, 0, 3849, 3850, 0, 3850, 3850, 3850, 3850, 3850, 3850, 3851, 0, 3851, 3851, 3851, 3851, 3851, 3851, 3852, 0, 3852, 3852, 3852, 3852, 3852, 3852, 3853, 0, 3853, 3853, 3853, 3853, 3853, 3853, 3854, 0, 3854, 3854, 3854, 3854, 3854, 3854, 3855, 0, 3855, 3855, 3855, 3855, 3855, 3855, 3856, 0, 3856, 3856, 3856, 3856, 3856, 3856, 3857, 0, 3857, 3857, 3857, 3857, 3857, 3857, 3858, 0, 3858, 3858, 3858, 3858, 3858, 3858, 3859, 0, 3859, 3859, 3859, 3859, 3859, 3859, 3860, 0, 3860, 3860, 3860, 3860, 3860, 3860, 3861, 0, 3861, 3861, 3861, 3861, 3861, 3861, 3862, 3862, 3862, 3862, 3862, 3862, 3862, 3862, 3863, 0, 0, 3863, 3863, 3863, 0, 3863, 3864, 0, 0, 3864, 3864, 3864, 0, 3864, 3865, 0, 3865, 3866, 0, 3866, 3866, 3866, 3866, 3866, 3866, 3867, 0, 3867, 3867, 3867, 3867, 3867, 3867, 3868, 3868, 3868, 3868, 3868, 3868, 3868, 3868, 3869, 3869, 3869, 3869, 3869, 3869, 3869, 3869, 3870, 0, 3870, 3870, 3870, 3870, 3870, 3870, 3871, 0, 3871, 3871, 3871, 3871, 3871, 3871, 3872, 0, 3872, 3872, 3872, 3872, 3872, 3872, 3873, 0, 3873, 3873, 3873, 3873, 3873, 3873, 3874, 0, 3874, 3874, 3874, 3874, 3874, 3874, 3875, 0, 3875, 0, 3875, 3875, 0, 3875, 3876, 0, 3876, 3876, 3876, 3876, 3876, 3876, 3877, 0, 3877, 3877, 3877, 3877, 3877, 3877, 3878, 0, 3878, 3878, 3878, 3878, 3878, 3878, 3879, 0, 3879, 3879, 3879, 3879, 3879, 3879, 3880, 0, 3880, 3880, 3880, 3880, 3880, 3880, 3881, 0, 3881, 3881, 3881, 3881, 3881, 3881, 3882, 0, 3882, 3882, 3882, 3882, 3882, 3882, 3883, 0, 3883, 3883, 3883, 3883, 3883, 3883, 3884, 0, 3884, 3884, 3884, 3884, 3884, 3884, 3885, 0, 3885, 3885, 3885, 3885, 3885, 3885, 3886, 0, 3886, 3886, 3886, 3886, 3886, 3886, 3887, 0, 3887, 3887, 3887, 3887, 3887, 3887, 3888, 3888, 3888, 3888, 3888, 3888, 3888, 3888, 3889, 0, 0, 3889, 3889, 3889, 0, 3889, 3890, 0, 0, 3890, 3890, 3890, 0, 3890, 3891, 0, 3891, 3892, 0, 3892, 3892, 3892, 3892, 3892, 3892, 3893, 0, 3893, 3893, 3893, 3893, 3893, 3893, 3894, 3894, 3894, 3894, 3894, 3894, 3894, 3894, 3895, 3895, 3895, 3895, 3895, 3895, 3895, 3895, 3896, 0, 3896, 3896, 3896, 3896, 3896, 3896, 3897, 0, 3897, 3897, 3897, 3897, 3897, 3897, 3898, 0, 3898, 3898, 3898, 3898, 3898, 3898, 3899, 0, 3899, 3899, 3899, 3899, 3899, 3899, 3900, 0, 3900, 3900, 3900, 3900, 3900, 3900, 3901, 0, 3901, 0, 3901, 3901, 0, 3901, 3902, 0, 3902, 3902, 3902, 3902, 3902, 3902, 3903, 0, 3903, 3903, 3903, 3903, 3903, 3903, 3904, 0, 3904, 3904, 3904, 3904, 3904, 3904, 3905, 0, 3905, 3905, 3905, 3905, 3905, 3905, 3906, 0, 3906, 3906, 3906, 3906, 3906, 3906, 3907, 0, 3907, 3907, 3907, 3907, 3907, 3907, 3908, 0, 3908, 3908, 3908, 3908, 3908, 3908, 3909, 0, 3909, 3909, 3909, 3909, 3909, 3909, 3910, 0, 3910, 3910, 3910, 3910, 3910, 3910, 3911, 0, 3911, 3911, 3911, 3911, 3911, 3911, 3912, 0, 3912, 3912, 3912, 3912, 3912, 3912, 3913, 0, 3913, 3913, 3913, 3913, 3913, 3913, 3914, 3914, 3914, 3914, 3914, 3914, 3914, 3914, 3915, 0, 0, 3915, 3915, 3915, 0, 3915, 3916, 0, 0, 3916, 3916, 3916, 0, 3916, 3917, 0, 3917, 3918, 0, 3918, 3918, 3918, 3918, 3918, 3918, 3919, 0, 3919, 3919, 3919, 3919, 3919, 3919, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3921, 3921, 3921, 3921, 3921, 3921, 3921, 3921, 3922, 0, 3922, 3922, 3922, 3922, 3922, 3922, 3923, 0, 3923, 3923, 3923, 3923, 3923, 3923, 3924, 0, 3924, 3924, 3924, 3924, 3924, 3924, 3925, 0, 3925, 3925, 3925, 3925, 3925, 3925, 3926, 0, 3926, 3926, 3926, 3926, 3926, 3926, 3927, 0, 3927, 0, 3927, 3927, 0, 3927, 3928, 0, 3928, 3928, 3928, 3928, 3928, 3928, 3929, 0, 3929, 3929, 3929, 3929, 3929, 3929, 3930, 0, 3930, 3930, 3930, 3930, 3930, 3930, 3931, 0, 3931, 3931, 3931, 3931, 3931, 3931, 3932, 0, 3932, 3932, 3932, 3932, 3932, 3932, 3933, 0, 3933, 3933, 3933, 3933, 3933, 3933, 3934, 0, 3934, 3934, 3934, 3934, 3934, 3934, 3935, 0, 3935, 3935, 3935, 3935, 3935, 3935, 3936, 0, 3936, 3936, 3936, 3936, 3936, 3936, 3937, 0, 3937, 3937, 3937, 3937, 3937, 3937, 3938, 0, 3938, 3938, 3938, 3938, 3938, 3938, 3939, 0, 3939, 3939, 3939, 3939, 3939, 3939, 3940, 3940, 3940, 3940, 3940, 3940, 3940, 3940, 3941, 0, 0, 3941, 3941, 3941, 0, 3941, 3942, 0, 0, 3942, 3942, 3942, 0, 3942, 3943, 0, 3943, 3944, 0, 3944, 3944, 3944, 3944, 3944, 3944, 3945, 0, 3945, 3945, 3945, 3945, 3945, 3945, 3946, 3946, 3946, 3946, 3946, 3946, 3946, 3946, 3947, 3947, 3947, 3947, 3947, 3947, 3947, 3947, 3948, 0, 3948, 3948, 3948, 3948, 3948, 3948, 3949, 0, 3949, 3949, 3949, 3949, 3949, 3949, 3950, 0, 3950, 3950, 3950, 3950, 3950, 3950, 3951, 0, 3951, 3951, 3951, 3951, 3951, 3951, 3952, 0, 3952, 3952, 3952, 3952, 3952, 3952, 3953, 0, 3953, 0, 3953, 3953, 0, 3953, 3954, 0, 3954, 3954, 3954, 3954, 3954, 3954, 3955, 0, 3955, 3955, 3955, 3955, 3955, 3955, 3956, 0, 3956, 3956, 3956, 3956, 3956, 3956, 3957, 0, 3957, 3957, 3957, 3957, 3957, 3957, 3958, 0, 3958, 3958, 3958, 3958, 3958, 3958, 3959, 0, 3959, 3959, 3959, 3959, 3959, 3959, 3960, 0, 3960, 3960, 3960, 3960, 3960, 3960, 3961, 0, 3961, 3961, 3961, 3961, 3961, 3961, 3962, 0, 3962, 3962, 3962, 3962, 3962, 3962, 3963, 0, 3963, 3963, 3963, 3963, 3963, 3963, 3964, 0, 3964, 3964, 3964, 3964, 3964, 3964, 3965, 0, 3965, 3965, 3965, 3965, 3965, 3965, 3966, 3966, 3966, 3966, 3966, 3966, 3966, 3966, 3967, 0, 0, 3967, 3967, 3967, 0, 3967, 3968, 0, 0, 3968, 3968, 3968, 0, 3968, 3969, 0, 3969, 3969, 3969, 3969, 3969, 3969, 3970, 0, 3970, 3970, 3970, 3970, 3970, 3970, 3971, 3971, 3971, 3971, 3971, 3971, 3971, 3971, 3972, 3972, 3972, 3972, 3972, 3972, 3972, 3972, 3973, 0, 3973, 3973, 3973, 3973, 3973, 3973, 3974, 0, 3974, 3974, 3974, 3974, 3974, 3974, 3975, 0, 3975, 3975, 3975, 3975, 3975, 3975, 3976, 0, 3976, 3976, 3976, 3976, 3976, 3976, 3977, 0, 3977, 3977, 3977, 3977, 3977, 3977, 3978, 0, 3978, 0, 3978, 3978, 0, 3978, 3979, 0, 3979, 3979, 3979, 3979, 3979, 3979, 3980, 0, 3980, 3980, 3980, 3980, 3980, 3980, 3981, 0, 3981, 3981, 3981, 3981, 3981, 3981, 3982, 0, 3982, 3982, 3982, 3982, 3982, 3982, 3983, 0, 3983, 3983, 3983, 3983, 3983, 3983, 3984, 0, 3984, 3984, 3984, 3984, 3984, 3984, 3985, 0, 3985, 3985, 3985, 3985, 3985, 3985, 3986, 0, 3986, 3986, 3986, 3986, 3986, 3986, 3987, 0, 3987, 3987, 3987, 3987, 3987, 3987, 3988, 0, 3988, 3988, 3988, 3988, 3988, 3988, 3989, 0, 3989, 3989, 3989, 3989, 3989, 3989, 3990, 0, 3990, 3990, 3990, 3990, 3990, 3990, 3991, 3991, 3991, 3991, 3991, 3991, 3991, 3991, 3992, 0, 0, 3992, 3992, 3992, 0, 3992, 3993, 0, 0, 3993, 3993, 3993, 0, 3993, 3994, 0, 3994, 3994, 3994, 3994, 3994, 3994, 3995, 0, 3995, 3995, 3995, 3995, 3995, 3995, 3996, 3996, 3996, 3996, 3996, 3996, 3996, 3996, 3997, 3997, 3997, 3997, 3997, 3997, 3997, 3997, 3998, 0, 3998, 3998, 3998, 3998, 3998, 3998, 3999, 0, 3999, 3999, 3999, 3999, 3999, 3999, 4000, 0, 4000, 4000, 4000, 4000, 4000, 4000, 4001, 0, 4001, 4001, 4001, 4001, 4001, 4001, 4002, 0, 4002, 4002, 4002, 4002, 4002, 4002, 4003, 0, 4003, 0, 4003, 4003, 0, 4003, 4004, 0, 4004, 4004, 4004, 4004, 4004, 4004, 4005, 0, 4005, 4005, 4005, 4005, 4005, 4005, 4006, 0, 4006, 4006, 4006, 4006, 4006, 4006, 4007, 0, 4007, 4007, 4007, 4007, 4007, 4007, 4008, 0, 4008, 4008, 4008, 4008, 4008, 4008, 4009, 0, 4009, 4009, 4009, 4009, 4009, 4009, 4010, 0, 4010, 4010, 4010, 4010, 4010, 4010, 4011, 0, 4011, 4011, 4011, 4011, 4011, 4011, 4012, 0, 4012, 4012, 4012, 4012, 4012, 4012, 4013, 0, 4013, 4013, 4013, 4013, 4013, 4013, 4014, 0, 4014, 4014, 4014, 4014, 4014, 4014, 4015, 0, 4015, 4015, 4015, 4015, 4015, 4015, 4016, 4016, 4016, 4016, 4016, 4016, 4016, 4016, 4017, 0, 0, 4017, 4017, 4017, 0, 4017, 4018, 0, 0, 4018, 4018, 4018, 0, 4018, 4019, 0, 4019, 4019, 4019, 4019, 4019, 4019, 4020, 0, 4020, 4020, 4020, 4020, 4020, 4020, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4022, 4022, 4022, 4022, 4022, 4022, 4022, 4022, 4023, 0, 4023, 4023, 4023, 4023, 4023, 4023, 4024, 0, 4024, 4024, 4024, 4024, 4024, 4024, 4025, 0, 4025, 4025, 4025, 4025, 4025, 4025, 4026, 0, 4026, 4026, 4026, 4026, 4026, 4026, 4027, 0, 4027, 4027, 4027, 4027, 4027, 4027, 4028, 0, 4028, 0, 4028, 4028, 0, 4028, 4029, 0, 4029, 4029, 4029, 4029, 4029, 4029, 4030, 0, 4030, 4030, 4030, 4030, 4030, 4030, 4031, 0, 4031, 4031, 4031, 4031, 4031, 4031, 4032, 0, 4032, 4032, 4032, 4032, 4032, 4032, 4033, 0, 4033, 4033, 4033, 4033, 4033, 4033, 4034, 0, 4034, 4034, 4034, 4034, 4034, 4034, 4035, 0, 4035, 4035, 4035, 4035, 4035, 4035, 4036, 0, 4036, 4036, 4036, 4036, 4036, 4036, 4037, 0, 4037, 4037, 4037, 4037, 4037, 4037, 4038, 0, 4038, 4038, 4038, 4038, 4038, 4038, 4039, 0, 4039, 4039, 4039, 4039, 4039, 4039, 4040, 0, 4040, 4040, 4040, 4040, 4040, 4040, 4041, 4041, 4041, 4041, 4041, 4041, 4041, 4041, 4042, 0, 0, 4042, 4042, 4042, 0, 4042, 4043, 0, 0, 4043, 4043, 4043, 0, 4043, 4044, 0, 4044, 4044, 4044, 4044, 4044, 4044, 4045, 0, 4045, 4045, 4045, 4045, 4045, 4045, 4046, 4046, 4046, 4046, 4046, 4046, 4046, 4046, 4047, 4047, 4047, 4047, 4047, 4047, 4047, 4047, 4048, 0, 4048, 4048, 4048, 4048, 4048, 4048, 4049, 0, 4049, 4049, 4049, 4049, 4049, 4049, 4050, 0, 4050, 4050, 4050, 4050, 4050, 4050, 4051, 0, 4051, 4051, 4051, 4051, 4051, 4051, 4052, 0, 4052, 4052, 4052, 4052, 4052, 4052, 4053, 0, 4053, 0, 4053, 4053, 0, 4053, 4054, 0, 4054, 4054, 4054, 4054, 4054, 4054, 4055, 0, 4055, 4055, 4055, 4055, 4055, 4055, 4056, 0, 4056, 4056, 4056, 4056, 4056, 4056, 4057, 0, 4057, 4057, 4057, 4057, 4057, 4057, 4058, 0, 4058, 4058, 4058, 4058, 4058, 4058, 4059, 0, 4059, 4059, 4059, 4059, 4059, 4059, 4060, 0, 4060, 4060, 4060, 4060, 4060, 4060, 4061, 0, 4061, 4061, 4061, 4061, 4061, 4061, 4062, 0, 4062, 4062, 4062, 4062, 4062, 4062, 4063, 0, 4063, 4063, 4063, 4063, 4063, 4063, 4064, 0, 4064, 4064, 4064, 4064, 4064, 4064, 4065, 0, 4065, 4065, 4065, 4065, 4065, 4065, 4066, 4066, 4066, 4066, 4066, 4066, 4066, 4066, 4067, 0, 0, 4067, 4067, 4067, 0, 4067, 4068, 0, 0, 4068, 4068, 4068, 0, 4068, 4069, 0, 4069, 4069, 4069, 4069, 4069, 4069, 4070, 0, 4070, 4070, 4070, 4070, 4070, 4070, 4071, 4071, 4071, 4071, 4071, 4071, 4071, 4071, 4072, 4072, 4072, 4072, 4072, 4072, 4072, 4072, 4073, 0, 4073, 4073, 4073, 4073, 4073, 4073, 4074, 0, 4074, 4074, 4074, 4074, 4074, 4074, 4075, 0, 4075, 4075, 4075, 4075, 4075, 4075, 4076, 0, 4076, 4076, 4076, 4076, 4076, 4076, 4077, 0, 4077, 4077, 4077, 4077, 4077, 4077, 4078, 0, 4078, 0, 4078, 4078, 0, 4078, 4079, 0, 4079, 4079, 4079, 4079, 4079, 4079, 4080, 0, 4080, 4080, 4080, 4080, 4080, 4080, 4081, 0, 4081, 4081, 4081, 4081, 4081, 4081, 4082, 0, 4082, 4082, 4082, 4082, 4082, 4082, 4083, 0, 4083, 4083, 4083, 4083, 4083, 4083, 4084, 0, 4084, 4084, 4084, 4084, 4084, 4084, 4085, 0, 4085, 4085, 4085, 4085, 4085, 4085, 4086, 0, 4086, 4086, 4086, 4086, 4086, 4086, 4087, 0, 4087, 4087, 4087, 4087, 4087, 4087, 4088, 0, 4088, 4088, 4088, 4088, 4088, 4088, 4089, 0, 4089, 4089, 4089, 4089, 4089, 4089, 4090, 0, 4090, 4090, 4090, 4090, 4090, 4090, 4091, 4091, 4091, 4091, 4091, 4091, 4091, 4091, 4092, 0, 0, 4092, 4092, 4092, 0, 4092, 4093, 0, 0, 4093, 4093, 4093, 0, 4093, 4094, 0, 4094, 4094, 4094, 4094, 4094, 4094, 4095, 0, 4095, 4095, 4095, 4095, 4095, 4095, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4097, 4097, 4097, 4097, 4097, 4097, 4097, 4097, 4098, 0, 4098, 4098, 4098, 4098, 4098, 4098, 4099, 0, 4099, 4099, 4099, 4099, 4099, 4099, 4100, 0, 4100, 4100, 4100, 4100, 4100, 4100, 4101, 0, 4101, 4101, 4101, 4101, 4101, 4101, 4102, 0, 4102, 4102, 4102, 4102, 4102, 4102, 4103, 0, 4103, 0, 4103, 4103, 0, 4103, 4104, 0, 4104, 4104, 4104, 4104, 4104, 4104, 4105, 0, 4105, 4105, 4105, 4105, 4105, 4105, 4106, 0, 4106, 4106, 4106, 4106, 4106, 4106, 4107, 0, 4107, 4107, 4107, 4107, 4107, 4107, 4108, 0, 4108, 4108, 4108, 4108, 4108, 4108, 4109, 0, 4109, 4109, 4109, 4109, 4109, 4109, 4110, 0, 4110, 4110, 4110, 4110, 4110, 4110, 4111, 0, 4111, 4111, 4111, 4111, 4111, 4111, 4112, 0, 4112, 4112, 4112, 4112, 4112, 4112, 4113, 0, 4113, 4113, 4113, 4113, 4113, 4113, 4114, 0, 4114, 4114, 4114, 4114, 4114, 4114, 4115, 0, 4115, 4115, 4115, 4115, 4115, 4115, 4116, 4116, 4116, 4116, 4116, 4116, 4116, 4116, 4117, 0, 0, 4117, 4117, 4117, 0, 4117, 4118, 0, 0, 4118, 4118, 4118, 0, 4118, 4119, 0, 4119, 4119, 4119, 4119, 4119, 4119, 4120, 0, 4120, 4120, 4120, 4120, 4120, 4120, 4121, 4121, 4121, 4121, 4121, 4121, 4121, 4121, 4122, 4122, 4122, 4122, 4122, 4122, 4122, 4122, 4123, 0, 4123, 4123, 4123, 4123, 4123, 4123, 4124, 0, 4124, 4124, 4124, 4124, 4124, 4124, 4125, 0, 4125, 4125, 4125, 4125, 4125, 4125, 4126, 0, 4126, 4126, 4126, 4126, 4126, 4126, 4127, 0, 4127, 4127, 4127, 4127, 4127, 4127, 4128, 0, 4128, 0, 4128, 4128, 0, 4128, 4129, 0, 4129, 4129, 4129, 4129, 4129, 4129, 4130, 0, 4130, 4130, 4130, 4130, 4130, 4130, 4131, 0, 4131, 4131, 4131, 4131, 4131, 4131, 4132, 0, 4132, 4132, 4132, 4132, 4132, 4132, 4133, 0, 4133, 4133, 4133, 4133, 4133, 4133, 4134, 0, 4134, 4134, 4134, 4134, 4134, 4134, 4135, 0, 4135, 4135, 4135, 4135, 4135, 4135, 4136, 0, 4136, 4136, 4136, 4136, 4136, 4136, 4137, 0, 4137, 4137, 4137, 4137, 4137, 4137, 4138, 0, 4138, 4138, 4138, 4138, 4138, 4138, 4139, 0, 4139, 4139, 4139, 4139, 4139, 4139, 4140, 0, 4140, 4140, 4140, 4140, 4140, 4140, 4141, 4141, 4141, 4141, 4141, 4141, 4141, 4141, 4142, 0, 0, 4142, 4142, 4142, 0, 4142, 4143, 0, 0, 4143, 4143, 4143, 0, 4143, 4144, 0, 4144, 4144, 4144, 4144, 4144, 4144, 4145, 0, 4145, 4145, 4145, 4145, 4145, 4145, 4146, 4146, 4146, 4146, 4146, 4146, 4146, 4146, 4147, 4147, 4147, 4147, 4147, 4147, 4147, 4147, 4148, 0, 4148, 4148, 4148, 4148, 4148, 4148, 4149, 0, 4149, 4149, 4149, 4149, 4149, 4149, 4150, 0, 4150, 4150, 4150, 4150, 4150, 4150, 4151, 0, 4151, 4151, 4151, 4151, 4151, 4151, 4152, 0, 4152, 4152, 4152, 4152, 4152, 4152, 4153, 0, 4153, 0, 4153, 4153, 0, 4153, 4154, 0, 4154, 4154, 4154, 4154, 4154, 4154, 4155, 0, 4155, 4155, 4155, 4155, 4155, 4155, 4156, 0, 4156, 4156, 4156, 4156, 4156, 4156, 4157, 0, 4157, 4157, 4157, 4157, 4157, 4157, 4158, 0, 4158, 4158, 4158, 4158, 4158, 4158, 4159, 0, 4159, 4159, 4159, 4159, 4159, 4159, 4160, 0, 4160, 4160, 4160, 4160, 4160, 4160, 4161, 0, 4161, 4161, 4161, 4161, 4161, 4161, 4162, 0, 4162, 4162, 4162, 4162, 4162, 4162, 4163, 0, 4163, 4163, 4163, 4163, 4163, 4163, 4164, 0, 4164, 4164, 4164, 4164, 4164, 4164, 4165, 0, 4165, 4165, 4165, 4165, 4165, 4165, 4166, 4166, 4166, 4166, 4166, 4166, 4166, 4166, 4167, 0, 0, 4167, 4167, 4167, 0, 4167, 4168, 0, 0, 4168, 4168, 4168, 0, 4168, 4169, 0, 4169, 4169, 4169, 4169, 4169, 4169, 4170, 0, 4170, 4170, 4170, 4170, 4170, 4170, 4171, 4171, 4171, 4171, 4171, 4171, 4171, 4171, 4172, 4172, 4172, 4172, 4172, 4172, 4172, 4172, 4173, 0, 4173, 4173, 4173, 4173, 4173, 4173, 4174, 0, 4174, 4174, 4174, 4174, 4174, 4174, 4175, 0, 4175, 4175, 4175, 4175, 4175, 4175, 4176, 0, 4176, 4176, 4176, 4176, 4176, 4176, 4177, 0, 4177, 4177, 4177, 4177, 4177, 4177, 4178, 0, 4178, 0, 4178, 4178, 0, 4178, 4179, 0, 4179, 4179, 4179, 4179, 4179, 4179, 4180, 0, 4180, 4180, 4180, 4180, 4180, 4180, 4181, 0, 4181, 4181, 4181, 4181, 4181, 4181, 4182, 0, 4182, 4182, 4182, 4182, 4182, 4182, 4183, 0, 4183, 4183, 4183, 4183, 4183, 4183, 4184, 0, 4184, 4184, 4184, 4184, 4184, 4184, 4185, 0, 4185, 4185, 4185, 4185, 4185, 4185, 4186, 0, 4186, 4186, 4186, 4186, 4186, 4186, 4187, 0, 4187, 4187, 4187, 4187, 4187, 4187, 4188, 0, 4188, 4188, 4188, 4188, 4188, 4188, 4189, 0, 4189, 4189, 4189, 4189, 4189, 4189, 4190, 0, 4190, 4190, 4190, 4190, 4190, 4190, 4191, 4191, 4191, 4191, 4191, 4191, 4191, 4191, 4192, 0, 0, 4192, 4192, 4192, 0, 4192, 4193, 0, 0, 4193, 4193, 4193, 0, 4193, 4194, 0, 4194, 4194, 4194, 4194, 4194, 4194, 4195, 0, 4195, 4195, 4195, 4195, 4195, 4195, 4196, 4196, 4196, 4196, 4196, 4196, 4196, 4196, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4198, 0, 4198, 4198, 4198, 4198, 4198, 4198, 4199, 0, 4199, 4199, 4199, 4199, 4199, 4199, 4200, 0, 4200, 4200, 4200, 4200, 4200, 4200, 4201, 0, 4201, 4201, 4201, 4201, 4201, 4201, 4202, 0, 4202, 4202, 4202, 4202, 4202, 4202, 4203, 0, 4203, 0, 4203, 4203, 0, 4203, 4204, 0, 4204, 4204, 4204, 4204, 4204, 4204, 4205, 0, 4205, 4205, 4205, 4205, 4205, 4205, 4206, 0, 4206, 4206, 4206, 4206, 4206, 4206, 4207, 0, 4207, 4207, 4207, 4207, 4207, 4207, 4208, 0, 4208, 4208, 4208, 4208, 4208, 4208, 4209, 0, 4209, 4209, 4209, 4209, 4209, 4209, 4210, 0, 4210, 4210, 4210, 4210, 4210, 4210, 4211, 0, 4211, 4211, 4211, 4211, 4211, 4211, 4212, 0, 4212, 4212, 4212, 4212, 4212, 4212, 4213, 0, 4213, 4213, 4213, 4213, 4213, 4213, 4214, 0, 4214, 4214, 4214, 4214, 4214, 4214, 4215, 0, 4215, 4215, 4215, 4215, 4215, 4215, 4216, 4216, 4216, 4216, 4216, 4216, 4216, 4216, 4217, 0, 0, 4217, 4217, 4217, 0, 4217, 4218, 0, 0, 4218, 4218, 4218, 0, 4218, 4219, 0, 4219, 4219, 4219, 4219, 4219, 4219, 4220, 0, 4220, 4220, 4220, 4220, 4220, 4220, 4221, 4221, 4221, 4221, 4221, 4221, 4221, 4221, 4222, 4222, 4222, 4222, 4222, 4222, 4222, 4222, 4223, 0, 4223, 4223, 4223, 4223, 4223, 4223, 4224, 0, 4224, 4224, 4224, 4224, 4224, 4224, 4225, 0, 4225, 4225, 4225, 4225, 4225, 4225, 4226, 0, 4226, 4226, 4226, 4226, 4226, 4226, 4227, 0, 4227, 4227, 4227, 4227, 4227, 4227, 4228, 0, 4228, 0, 4228, 4228, 0, 4228, 4229, 0, 4229, 4229, 4229, 4229, 4229, 4229, 4230, 0, 4230, 4230, 4230, 4230, 4230, 4230, 4231, 0, 4231, 4231, 4231, 4231, 4231, 4231, 4232, 0, 4232, 4232, 4232, 4232, 4232, 4232, 4233, 0, 4233, 4233, 4233, 4233, 4233, 4233, 4234, 0, 4234, 4234, 4234, 4234, 4234, 4234, 4235, 0, 4235, 4235, 4235, 4235, 4235, 4235, 4236, 0, 4236, 4236, 4236, 4236, 4236, 4236, 4237, 0, 4237, 4237, 4237, 4237, 4237, 4237, 4238, 0, 4238, 4238, 4238, 4238, 4238, 4238, 4239, 0, 4239, 4239, 4239, 4239, 4239, 4239, 4240, 0, 4240, 4240, 4240, 4240, 4240, 4240, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4242, 0, 0, 4242, 4242, 4242, 0, 4242, 4243, 0, 0, 4243, 4243, 4243, 0, 4243, 4244, 0, 4244, 4244, 4244, 4244, 4244, 4244, 4245, 0, 4245, 4245, 4245, 4245, 4245, 4245, 4246, 4246, 4246, 4246, 4246, 4246, 4246, 4246, 4247, 4247, 4247, 4247, 4247, 4247, 4247, 4247, 4248, 0, 4248, 4248, 4248, 4248, 4248, 4248, 4249, 0, 4249, 4249, 4249, 4249, 4249, 4249, 4250, 0, 4250, 4250, 4250, 4250, 4250, 4250, 4251, 0, 4251, 4251, 4251, 4251, 4251, 4251, 4252, 0, 4252, 4252, 4252, 4252, 4252, 4252, 4253, 0, 4253, 0, 4253, 4253, 0, 4253, 4254, 0, 4254, 4254, 4254, 4254, 4254, 4254, 4255, 0, 4255, 4255, 4255, 4255, 4255, 4255, 4256, 0, 4256, 4256, 4256, 4256, 4256, 4256, 4257, 0, 4257, 4257, 4257, 4257, 4257, 4257, 4258, 0, 4258, 4258, 4258, 4258, 4258, 4258, 4259, 0, 4259, 4259, 4259, 4259, 4259, 4259, 4260, 0, 4260, 4260, 4260, 4260, 4260, 4260, 4261, 0, 4261, 4261, 4261, 4261, 4261, 4261, 4262, 0, 4262, 4262, 4262, 4262, 4262, 4262, 4263, 0, 4263, 4263, 4263, 4263, 4263, 4263, 4264, 0, 4264, 4264, 4264, 4264, 4264, 4264, 4265, 0, 4265, 4265, 4265, 4265, 4265, 4265, 4266, 4266, 4266, 4266, 4266, 4266, 4266, 4266, 4267, 0, 0, 4267, 4267, 4267, 0, 4267, 4268, 0, 0, 4268, 4268, 4268, 0, 4268, 4269, 0, 4269, 4269, 4269, 4269, 4269, 4269, 4270, 0, 4270, 4270, 4270, 4270, 4270, 4270, 4271, 4271, 4271, 4271, 4271, 4271, 4271, 4271, 4272, 4272, 4272, 4272, 4272, 4272, 4272, 4272, 4273, 0, 4273, 4273, 4273, 4273, 4273, 4273, 4274, 0, 4274, 4274, 4274, 4274, 4274, 4274, 4275, 0, 4275, 4275, 4275, 4275, 4275, 4275, 4276, 0, 4276, 4276, 4276, 4276, 4276, 4276, 4277, 0, 4277, 4277, 4277, 4277, 4277, 4277, 4278, 0, 4278, 0, 4278, 4278, 0, 4278, 4279, 0, 4279, 4279, 4279, 4279, 4279, 4279, 4280, 0, 4280, 4280, 4280, 4280, 4280, 4280, 4281, 0, 4281, 4281, 4281, 4281, 4281, 4281, 4282, 0, 4282, 4282, 4282, 4282, 4282, 4282, 4283, 0, 4283, 4283, 4283, 4283, 4283, 4283, 4284, 0, 4284, 4284, 4284, 4284, 4284, 4284, 4285, 0, 4285, 4285, 4285, 4285, 4285, 4285, 4286, 0, 4286, 4286, 4286, 4286, 4286, 4286, 4287, 0, 4287, 4287, 4287, 4287, 4287, 4287, 4288, 0, 4288, 4288, 4288, 4288, 4288, 4288, 4289, 0, 4289, 4289, 4289, 4289, 4289, 4289, 4290, 0, 4290, 4290, 4290, 4290, 4290, 4290, 4291, 4291, 4291, 4291, 4291, 4291, 4291, 4291, 4292, 0, 0, 4292, 4292, 4292, 0, 4292, 4293, 0, 0, 4293, 4293, 4293, 0, 4293, 4294, 0, 4294, 4294, 4294, 4294, 4294, 4294, 4295, 0, 4295, 4295, 4295, 4295, 4295, 4295, 4296, 4296, 4296, 4296, 4296, 4296, 4296, 4296, 4297, 4297, 4297, 4297, 4297, 4297, 4297, 4297, 4298, 0, 4298, 4298, 4298, 4298, 4298, 4298, 4299, 0, 4299, 4299, 4299, 4299, 4299, 4299, 4300, 0, 4300, 4300, 4300, 4300, 4300, 4300, 4301, 0, 4301, 4301, 4301, 4301, 4301, 4301, 4302, 0, 4302, 4302, 4302, 4302, 4302, 4302, 4303, 0, 4303, 0, 4303, 4303, 0, 4303, 4304, 0, 4304, 4304, 4304, 4304, 4304, 4304, 4305, 0, 4305, 4305, 4305, 4305, 4305, 4305, 4306, 0, 4306, 4306, 4306, 4306, 4306, 4306, 4307, 0, 4307, 4307, 4307, 4307, 4307, 4307, 4308, 0, 4308, 4308, 4308, 4308, 4308, 4308, 4309, 0, 4309, 4309, 4309, 4309, 4309, 4309, 4310, 0, 4310, 4310, 4310, 4310, 4310, 4310, 4311, 0, 4311, 4311, 4311, 4311, 4311, 4311, 4312, 0, 4312, 4312, 4312, 4312, 4312, 4312, 4313, 0, 4313, 4313, 4313, 4313, 4313, 4313, 4314, 0, 4314, 4314, 4314, 4314, 4314, 4314, 4315, 0, 4315, 4315, 4315, 4315, 4315, 4315, 4316, 4316, 4316, 4316, 4316, 4316, 4316, 4316, 4317, 0, 0, 4317, 4317, 4317, 0, 4317, 4318, 0, 0, 4318, 4318, 4318, 0, 4318, 4319, 0, 4319, 4319, 4319, 4319, 4319, 4319, 4320, 0, 4320, 4320, 4320, 4320, 4320, 4320, 4321, 4321, 4321, 4321, 4321, 4321, 4321, 4321, 4322, 4322, 4322, 4322, 4322, 4322, 4322, 4322, 4323, 0, 4323, 4323, 4323, 4323, 4323, 4323, 4324, 0, 4324, 4324, 4324, 4324, 4324, 4324, 4325, 0, 4325, 4325, 4325, 4325, 4325, 4325, 4326, 0, 4326, 4326, 4326, 4326, 4326, 4326, 4327, 0, 4327, 4327, 4327, 4327, 4327, 4327, 4328, 0, 4328, 0, 4328, 4328, 0, 4328, 4329, 0, 4329, 4329, 4329, 4329, 4329, 4329, 4330, 0, 4330, 4330, 4330, 4330, 4330, 4330, 4331, 0, 4331, 4331, 4331, 4331, 4331, 4331, 4332, 0, 4332, 4332, 4332, 4332, 4332, 4332, 4333, 0, 4333, 4333, 4333, 4333, 4333, 4333, 4334, 0, 4334, 4334, 4334, 4334, 4334, 4334, 4335, 0, 4335, 4335, 4335, 4335, 4335, 4335, 4336, 0, 4336, 4336, 4336, 4336, 4336, 4336, 4337, 0, 4337, 4337, 4337, 4337, 4337, 4337, 4338, 0, 4338, 4338, 4338, 4338, 4338, 4338, 4339, 0, 4339, 4339, 4339, 4339, 4339, 4339, 4340, 0, 4340, 4340, 4340, 4340, 4340, 4340, 4341, 4341, 4341, 4341, 4341, 4341, 4341, 4341, 4342, 0, 0, 4342, 4342, 4342, 0, 4342, 4343, 0, 0, 4343, 4343, 4343, 0, 4343, 4344, 0, 4344, 4344, 4344, 4344, 4344, 4344, 4345, 0, 4345, 4345, 4345, 4345, 4345, 4345, 4346, 4346, 4346, 4346, 4346, 4346, 4346, 4346, 4347, 4347, 4347, 4347, 4347, 4347, 4347, 4347, 4348, 0, 4348, 4348, 4348, 4348, 4348, 4348, 4349, 0, 4349, 4349, 4349, 4349, 4349, 4349, 4350, 0, 4350, 4350, 4350, 4350, 4350, 4350, 4351, 0, 4351, 4351, 4351, 4351, 4351, 4351, 4352, 0, 4352, 4352, 4352, 4352, 4352, 4352, 4353, 0, 4353, 0, 4353, 4353, 0, 4353, 4354, 0, 4354, 4354, 4354, 4354, 4354, 4354, 4355, 0, 4355, 4355, 4355, 4355, 4355, 4355, 4356, 0, 4356, 4356, 4356, 4356, 4356, 4356, 4357, 0, 4357, 4357, 4357, 4357, 4357, 4357, 4358, 0, 4358, 4358, 4358, 4358, 4358, 4358, 4359, 0, 4359, 4359, 4359, 4359, 4359, 4359, 4360, 0, 4360, 4360, 4360, 4360, 4360, 4360, 4361, 0, 4361, 4361, 4361, 4361, 4361, 4361, 4362, 0, 4362, 4362, 4362, 4362, 4362, 4362, 4363, 0, 4363, 4363, 4363, 4363, 4363, 4363, 4364, 0, 4364, 4364, 4364, 4364, 4364, 4364, 4365, 0, 4365, 4365, 4365, 4365, 4365, 4365, 4366, 4366, 4366, 4366, 4366, 4366, 4366, 4366, 4367, 0, 0, 4367, 4367, 4367, 0, 4367, 4368, 0, 0, 4368, 4368, 4368, 0, 4368, 4369, 0, 4369, 4369, 4369, 4369, 4369, 4369, 4370, 0, 4370, 4370, 4370, 4370, 4370, 4370, 4371, 4371, 4371, 4371, 4371, 4371, 4371, 4371, 4372, 4372, 4372, 4372, 4372, 4372, 4372, 4372, 4373, 0, 4373, 4373, 4373, 4373, 4373, 4373, 4374, 0, 4374, 4374, 4374, 4374, 4374, 4374, 4375, 0, 4375, 4375, 4375, 4375, 4375, 4375, 4376, 0, 4376, 4376, 4376, 4376, 4376, 4376, 4377, 0, 4377, 4377, 4377, 4377, 4377, 4377, 4378, 0, 4378, 0, 4378, 4378, 0, 4378, 4379, 0, 4379, 4379, 4379, 4379, 4379, 4379, 4380, 0, 4380, 4380, 4380, 4380, 4380, 4380, 4381, 0, 4381, 4381, 4381, 4381, 4381, 4381, 4382, 0, 4382, 4382, 4382, 4382, 4382, 4382, 4383, 0, 4383, 4383, 4383, 4383, 4383, 4383, 4384, 0, 4384, 4384, 4384, 4384, 4384, 4384, 4385, 0, 4385, 4385, 4385, 4385, 4385, 4385, 4386, 0, 4386, 4386, 4386, 4386, 4386, 4386, 4387, 0, 4387, 4387, 4387, 4387, 4387, 4387, 4388, 0, 4388, 4388, 4388, 4388, 4388, 4388, 4389, 0, 4389, 4389, 4389, 4389, 4389, 4389, 4390, 0, 4390, 4390, 4390, 4390, 4390, 4390, 4391, 4391, 4391, 4391, 4391, 4391, 4391, 4391, 4392, 0, 0, 4392, 4392, 4392, 0, 4392, 4393, 0, 0, 4393, 4393, 4393, 0, 4393, 4394, 0, 4394, 4394, 4394, 4394, 4394, 4394, 4395, 0, 4395, 4395, 4395, 4395, 4395, 4395, 4396, 4396, 4396, 4396, 4396, 4396, 4396, 4396, 4397, 4397, 4397, 4397, 4397, 4397, 4397, 4397, 4398, 0, 4398, 4398, 4398, 4398, 4398, 4398, 4399, 0, 4399, 4399, 4399, 4399, 4399, 4399, 4400, 0, 4400, 4400, 4400, 4400, 4400, 4400, 4401, 0, 4401, 4401, 4401, 4401, 4401, 4401, 4402, 0, 4402, 4402, 4402, 4402, 4402, 4402, 4403, 0, 4403, 0, 4403, 4403, 0, 4403, 4404, 0, 4404, 4404, 4404, 4404, 4404, 4404, 4405, 0, 4405, 4405, 4405, 4405, 4405, 4405, 4406, 0, 4406, 4406, 4406, 4406, 4406, 4406, 4407, 0, 4407, 4407, 4407, 4407, 4407, 4407, 4408, 0, 4408, 4408, 4408, 4408, 4408, 4408, 4409, 0, 4409, 4409, 4409, 4409, 4409, 4409, 4410, 0, 4410, 4410, 4410, 4410, 4410, 4410, 4411, 0, 4411, 4411, 4411, 4411, 4411, 4411, 4412, 0, 4412, 4412, 4412, 4412, 4412, 4412, 4413, 0, 4413, 4413, 4413, 4413, 4413, 4413, 4414, 0, 4414, 4414, 4414, 4414, 4414, 4414, 4415, 0, 4415, 4415, 4415, 4415, 4415, 4415, 4416, 4416, 4416, 4416, 4416, 4416, 4416, 4416, 4417, 0, 0, 4417, 4417, 4417, 0, 4417, 4418, 0, 0, 4418, 4418, 4418, 0, 4418, 4419, 0, 4419, 4419, 4419, 4419, 4419, 4419, 4420, 0, 4420, 4420, 4420, 4420, 4420, 4420, 4421, 4421, 4421, 4421, 4421, 4421, 4421, 4421, 4422, 4422, 4422, 4422, 4422, 4422, 4422, 4422, 4423, 0, 4423, 4423, 4423, 4423, 4423, 4423, 4424, 0, 4424, 4424, 4424, 4424, 4424, 4424, 4425, 0, 4425, 4425, 4425, 4425, 4425, 4425, 4426, 0, 4426, 4426, 4426, 4426, 4426, 4426, 4427, 0, 4427, 4427, 4427, 4427, 4427, 4427, 4428, 0, 4428, 0, 4428, 4428, 0, 4428, 4429, 0, 4429, 4429, 4429, 4429, 4429, 4429, 4430, 0, 4430, 4430, 4430, 4430, 4430, 4430, 4431, 0, 4431, 4431, 4431, 4431, 4431, 4431, 4432, 0, 4432, 4432, 4432, 4432, 4432, 4432, 4433, 0, 4433, 4433, 4433, 4433, 4433, 4433, 4434, 0, 4434, 4434, 4434, 4434, 4434, 4434, 4435, 0, 4435, 4435, 4435, 4435, 4435, 4435, 4436, 0, 4436, 4436, 4436, 4436, 4436, 4436, 4437, 0, 4437, 4437, 4437, 4437, 4437, 4437, 4438, 0, 4438, 4438, 4438, 4438, 4438, 4438, 4439, 0, 4439, 4439, 4439, 4439, 4439, 4439, 4440, 0, 4440, 4440, 4440, 4440, 4440, 4440, 4441, 4441, 4441, 4441, 4441, 4441, 4441, 4441, 4442, 0, 0, 4442, 4442, 4442, 0, 4442, 4443, 0, 0, 4443, 4443, 4443, 0, 4443, 4444, 0, 4444, 4444, 4444, 4444, 4444, 4444, 4445, 0, 4445, 4445, 4445, 4445, 4445, 4445, 4446, 4446, 4446, 4446, 4446, 4446, 4446, 4446, 4447, 4447, 4447, 4447, 4447, 4447, 4447, 4447, 4448, 0, 4448, 4448, 4448, 4448, 4448, 4448, 4449, 0, 4449, 4449, 4449, 4449, 4449, 4449, 4450, 0, 4450, 4450, 4450, 4450, 4450, 4450, 4451, 0, 4451, 4451, 4451, 4451, 4451, 4451, 4452, 0, 4452, 4452, 4452, 4452, 4452, 4452, 4453, 0, 4453, 0, 4453, 4453, 0, 4453, 4454, 0, 4454, 4454, 4454, 4454, 4454, 4454, 4455, 0, 4455, 4455, 4455, 4455, 4455, 4455, 4456, 0, 4456, 4456, 4456, 4456, 4456, 4456, 4457, 0, 4457, 4457, 4457, 4457, 4457, 4457, 4458, 0, 4458, 4458, 4458, 4458, 4458, 4458, 4459, 0, 4459, 4459, 4459, 4459, 4459, 4459, 4460, 0, 4460, 4460, 4460, 4460, 4460, 4460, 4461, 0, 4461, 4461, 4461, 4461, 4461, 4461, 4462, 0, 4462, 4462, 4462, 4462, 4462, 4462, 4463, 0, 4463, 4463, 4463, 4463, 4463, 4463, 4464, 0, 4464, 4464, 4464, 4464, 4464, 4464, 4465, 0, 4465, 4465, 4465, 4465, 4465, 4465, 4466, 4466, 4466, 4466, 4466, 4466, 4466, 4466, 4467, 0, 0, 4467, 4467, 4467, 0, 4467, 4468, 0, 0, 4468, 4468, 4468, 0, 4468, 4469, 0, 4469, 4469, 4469, 4469, 4469, 4469, 4470, 0, 4470, 4470, 4470, 4470, 4470, 4470, 4471, 4471, 4471, 4471, 4471, 4471, 4471, 4471, 4472, 4472, 4472, 4472, 4472, 4472, 4472, 4472, 4473, 0, 4473, 4473, 4473, 4473, 4473, 4473, 4474, 0, 4474, 4474, 4474, 4474, 4474, 4474, 4475, 0, 4475, 4475, 4475, 4475, 4475, 4475, 4476, 0, 4476, 4476, 4476, 4476, 4476, 4476, 4477, 0, 4477, 4477, 4477, 4477, 4477, 4477, 4478, 0, 4478, 0, 4478, 4478, 0, 4478, 4479, 0, 4479, 4479, 4479, 4479, 4479, 4479, 4480, 0, 4480, 4480, 4480, 4480, 4480, 4480, 4481, 0, 4481, 4481, 4481, 4481, 4481, 4481, 4482, 0, 4482, 4482, 4482, 4482, 4482, 4482, 4483, 0, 4483, 4483, 4483, 4483, 4483, 4483, 4484, 0, 4484, 4484, 4484, 4484, 4484, 4484, 4485, 0, 4485, 4485, 4485, 4485, 4485, 4485, 4486, 0, 4486, 4486, 4486, 4486, 4486, 4486, 4487, 0, 4487, 4487, 4487, 4487, 4487, 4487, 4488, 0, 4488, 4488, 4488, 4488, 4488, 4488, 4489, 0, 4489, 4489, 4489, 4489, 4489, 4489, 4490, 0, 4490, 4490, 4490, 4490, 4490, 4490, 4491, 4491, 4491, 4491, 4491, 4491, 4491, 4491, 4492, 0, 0, 4492, 4492, 4492, 0, 4492, 4493, 0, 0, 4493, 4493, 4493, 0, 4493, 4494, 0, 4494, 4494, 4494, 4494, 4494, 4494, 4495, 0, 4495, 4495, 4495, 4495, 4495, 4495, 4496, 4496, 4496, 4496, 4496, 4496, 4496, 4496, 4497, 4497, 4497, 4497, 4497, 4497, 4497, 4497, 4498, 0, 4498, 4498, 4498, 4498, 4498, 4498, 4499, 0, 4499, 4499, 4499, 4499, 4499, 4499, 4500, 0, 4500, 4500, 4500, 4500, 4500, 4500, 4501, 0, 4501, 4501, 4501, 4501, 4501, 4501, 4502, 0, 4502, 4502, 4502, 4502, 4502, 4502, 4503, 0, 4503, 0, 4503, 4503, 0, 4503, 4504, 0, 4504, 4504, 4504, 4504, 4504, 4504, 4505, 0, 4505, 4505, 4505, 4505, 4505, 4505, 4506, 0, 4506, 4506, 4506, 4506, 4506, 4506, 4507, 0, 4507, 4507, 4507, 4507, 4507, 4507, 4508, 0, 4508, 4508, 4508, 4508, 4508, 4508, 4509, 0, 4509, 4509, 4509, 4509, 4509, 4509, 4510, 0, 4510, 4510, 4510, 4510, 4510, 4510, 4511, 0, 4511, 4511, 4511, 4511, 4511, 4511, 4512, 0, 4512, 4512, 4512, 4512, 4512, 4512, 4513, 0, 4513, 4513, 4513, 4513, 4513, 4513, 4514, 0, 4514, 4514, 4514, 4514, 4514, 4514, 4515, 0, 4515, 4515, 4515, 4515, 4515, 4515, 4516, 4516, 4516, 4516, 4516, 4516, 4516, 4516, 4517, 0, 0, 4517, 4517, 4517, 0, 4517, 4518, 0, 0, 4518, 4518, 4518, 0, 4518, 4519, 0, 4519, 4519, 4519, 4519, 4519, 4519, 4520, 0, 4520, 4520, 4520, 4520, 4520, 4520, 4521, 4521, 4521, 4521, 4521, 4521, 4521, 4521, 4522, 4522, 4522, 4522, 4522, 4522, 4522, 4522, 4523, 0, 4523, 4523, 4523, 4523, 4523, 4523, 4524, 0, 4524, 4524, 4524, 4524, 4524, 4524, 4525, 0, 4525, 4525, 4525, 4525, 4525, 4525, 4526, 0, 4526, 4526, 4526, 4526, 4526, 4526, 4527, 0, 4527, 4527, 4527, 4527, 4527, 4527, 4528, 0, 4528, 0, 4528, 4528, 0, 4528, 4529, 0, 4529, 4529, 4529, 4529, 4529, 4529, 4530, 0, 4530, 4530, 4530, 4530, 4530, 4530, 4531, 0, 4531, 4531, 4531, 4531, 4531, 4531, 4532, 0, 4532, 4532, 4532, 4532, 4532, 4532, 4533, 0, 4533, 4533, 4533, 4533, 4533, 4533, 4534, 0, 4534, 4534, 4534, 4534, 4534, 4534, 4535, 0, 4535, 4535, 4535, 4535, 4535, 4535, 4536, 0, 4536, 4536, 4536, 4536, 4536, 4536, 4537, 0, 4537, 4537, 4537, 4537, 4537, 4537, 4538, 0, 4538, 4538, 4538, 4538, 4538, 4538, 4539, 0, 4539, 4539, 4539, 4539, 4539, 4539, 4540, 0, 4540, 4540, 4540, 4540, 4540, 4540, 4541, 4541, 4541, 4541, 4541, 4541, 4541, 4541, 4542, 0, 0, 4542, 4542, 4542, 0, 4542, 4543, 0, 0, 4543, 4543, 4543, 0, 4543, 4544, 0, 4544, 4544, 4544, 4544, 4544, 4544, 4545, 0, 4545, 4545, 4545, 4545, 4545, 4545, 4546, 4546, 4546, 4546, 4546, 4546, 4546, 4546, 4547, 4547, 4547, 4547, 4547, 4547, 4547, 4547, 4548, 0, 4548, 4548, 4548, 4548, 4548, 4548, 4549, 0, 4549, 4549, 4549, 4549, 4549, 4549, 4550, 0, 4550, 4550, 4550, 4550, 4550, 4550, 4551, 0, 4551, 4551, 4551, 4551, 4551, 4551, 4552, 0, 4552, 4552, 4552, 4552, 4552, 4552, 4553, 0, 4553, 0, 4553, 4553, 0, 4553, 4554, 0, 4554, 4554, 4554, 4554, 4554, 4554, 4555, 0, 4555, 4555, 4555, 4555, 4555, 4555, 4556, 0, 4556, 4556, 4556, 4556, 4556, 4556, 4557, 0, 4557, 4557, 4557, 4557, 4557, 4557, 4558, 0, 4558, 4558, 4558, 4558, 4558, 4558, 4559, 0, 4559, 4559, 4559, 4559, 4559, 4559, 4560, 0, 4560, 4560, 4560, 4560, 4560, 4560, 4561, 0, 4561, 4561, 4561, 4561, 4561, 4561, 4562, 0, 4562, 4562, 4562, 4562, 4562, 4562, 4563, 0, 4563, 4563, 4563, 4563, 4563, 4563, 4564, 0, 4564, 4564, 4564, 4564, 4564, 4564, 4565, 0, 4565, 4565, 4565, 4565, 4565, 4565, 4566, 4566, 4566, 4566, 4566, 4566, 4566, 4566, 4567, 0, 0, 4567, 4567, 4567, 0, 4567, 4568, 0, 0, 4568, 4568, 4568, 0, 4568, 4569, 0, 4569, 4569, 4569, 4569, 4569, 4569, 4570, 0, 4570, 4570, 4570, 4570, 4570, 4570, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4572, 4572, 4572, 4572, 4572, 4572, 4572, 4572, 4573, 0, 4573, 4573, 4573, 4573, 4573, 4573, 4574, 0, 4574, 4574, 4574, 4574, 4574, 4574, 4575, 0, 4575, 4575, 4575, 4575, 4575, 4575, 4576, 0, 4576, 4576, 4576, 4576, 4576, 4576, 4577, 0, 4577, 4577, 4577, 4577, 4577, 4577, 4578, 0, 4578, 0, 4578, 4578, 0, 4578, 4579, 0, 4579, 4579, 4579, 4579, 4579, 4579, 4580, 0, 4580, 4580, 4580, 4580, 4580, 4580, 4581, 0, 4581, 4581, 4581, 4581, 4581, 4581, 4582, 0, 4582, 4582, 4582, 4582, 4582, 4582, 4583, 0, 4583, 4583, 4583, 4583, 4583, 4583, 4584, 0, 4584, 4584, 4584, 4584, 4584, 4584, 4585, 0, 4585, 4585, 4585, 4585, 4585, 4585, 4586, 0, 4586, 4586, 4586, 4586, 4586, 4586, 4587, 0, 4587, 4587, 4587, 4587, 4587, 4587, 4588, 0, 4588, 4588, 4588, 4588, 4588, 4588, 4589, 0, 4589, 4589, 4589, 4589, 4589, 4589, 4590, 0, 4590, 4590, 4590, 4590, 4590, 4590, 4591, 4591, 4591, 4591, 4591, 4591, 4591, 4591, 4592, 0, 0, 4592, 4592, 4592, 0, 4592, 4593, 0, 0, 4593, 4593, 4593, 0, 4593, 4594, 0, 4594, 4594, 4594, 4594, 4594, 4594, 4595, 0, 4595, 4595, 4595, 4595, 4595, 4595, 4596, 4596, 4596, 4596, 4596, 4596, 4596, 4596, 4597, 4597, 4597, 4597, 4597, 4597, 4597, 4597, 4598, 0, 4598, 4598, 4598, 4598, 4598, 4598, 4599, 0, 4599, 4599, 4599, 4599, 4599, 4599, 4600, 0, 4600, 4600, 4600, 4600, 4600, 4600, 4601, 0, 4601, 4601, 4601, 4601, 4601, 4601, 4602, 0, 4602, 4602, 4602, 4602, 4602, 4602, 4603, 0, 4603, 0, 4603, 4603, 0, 4603, 4604, 0, 4604, 4604, 4604, 4604, 4604, 4604, 4605, 0, 4605, 4605, 4605, 4605, 4605, 4605, 4606, 0, 4606, 4606, 4606, 4606, 4606, 4606, 4607, 0, 4607, 4607, 4607, 4607, 4607, 4607, 4608, 0, 4608, 4608, 4608, 4608, 4608, 4608, 4609, 0, 4609, 4609, 4609, 4609, 4609, 4609, 4610, 0, 4610, 4610, 4610, 4610, 4610, 4610, 4611, 0, 4611, 4611, 4611, 4611, 4611, 4611, 4612, 0, 4612, 4612, 4612, 4612, 4612, 4612, 4613, 0, 4613, 4613, 4613, 4613, 4613, 4613, 4614, 0, 4614, 4614, 4614, 4614, 4614, 4614, 4615, 0, 4615, 4615, 4615, 4615, 4615, 4615, 4616, 4616, 4616, 4616, 4616, 4616, 4616, 4616, 4617, 0, 0, 4617, 4617, 4617, 0, 4617, 4618, 0, 0, 4618, 4618, 4618, 0, 4618, 4619, 0, 4619, 4619, 4619, 4619, 4619, 4619, 4620, 0, 4620, 4620, 4620, 4620, 4620, 4620, 4621, 4621, 4621, 4621, 4621, 4621, 4621, 4621, 4622, 4622, 4622, 4622, 4622, 4622, 4622, 4622, 4623, 0, 4623, 4623, 4623, 4623, 4623, 4623, 4624, 0, 4624, 4624, 4624, 4624, 4624, 4624, 4625, 0, 4625, 4625, 4625, 4625, 4625, 4625, 4626, 0, 4626, 4626, 4626, 4626, 4626, 4626, 4627, 0, 4627, 4627, 4627, 4627, 4627, 4627, 4628, 0, 4628, 0, 4628, 4628, 0, 4628, 4629, 0, 4629, 4629, 4629, 4629, 4629, 4629, 4630, 0, 4630, 4630, 4630, 4630, 4630, 4630, 4631, 0, 4631, 4631, 4631, 4631, 4631, 4631, 4632, 0, 4632, 4632, 4632, 4632, 4632, 4632, 4633, 0, 4633, 4633, 4633, 4633, 4633, 4633, 4634, 0, 4634, 4634, 4634, 4634, 4634, 4634, 4635, 0, 4635, 4635, 4635, 4635, 4635, 4635, 4636, 0, 4636, 4636, 4636, 4636, 4636, 4636, 4637, 0, 4637, 4637, 4637, 4637, 4637, 4637, 4638, 0, 4638, 4638, 4638, 4638, 4638, 4638, 4639, 0, 4639, 4639, 4639, 4639, 4639, 4639, 4640, 0, 4640, 4640, 4640, 4640, 4640, 4640, 4641, 4641, 4641, 4641, 4641, 4641, 4641, 4641, 4642, 0, 0, 4642, 4642, 4642, 0, 4642, 4643, 0, 0, 4643, 4643, 4643, 0, 4643, 4644, 0, 4644, 4644, 4644, 4644, 4644, 4644, 4645, 0, 4645, 4645, 4645, 4645, 4645, 4645, 4646, 4646, 4646, 4646, 4646, 4646, 4646, 4646, 4647, 4647, 4647, 4647, 4647, 4647, 4647, 4647, 4648, 0, 4648, 4648, 4648, 4648, 4648, 4648, 4649, 0, 4649, 4649, 4649, 4649, 4649, 4649, 4650, 0, 4650, 4650, 4650, 4650, 4650, 4650, 4651, 0, 4651, 4651, 4651, 4651, 4651, 4651, 4652, 0, 4652, 4652, 4652, 4652, 4652, 4652, 4653, 0, 4653, 0, 4653, 4653, 0, 4653, 4654, 0, 4654, 4654, 4654, 4654, 4654, 4654, 4655, 0, 4655, 4655, 4655, 4655, 4655, 4655, 4656, 0, 4656, 4656, 4656, 4656, 4656, 4656, 4657, 0, 4657, 4657, 4657, 4657, 4657, 4657, 4658, 0, 4658, 4658, 4658, 4658, 4658, 4658, 4659, 0, 4659, 4659, 4659, 4659, 4659, 4659, 4660, 0, 4660, 4660, 4660, 4660, 4660, 4660, 4661, 0, 4661, 4661, 4661, 4661, 4661, 4661, 4662, 0, 4662, 4662, 4662, 4662, 4662, 4662, 4663, 0, 4663, 4663, 4663, 4663, 4663, 4663, 4664, 0, 4664, 4664, 4664, 4664, 4664, 4664, 4665, 0, 4665, 4665, 4665, 4665, 4665, 4665, 4666, 4666, 4666, 4666, 4666, 4666, 4666, 4666, 4667, 0, 0, 4667, 4667, 4667, 0, 4667, 4668, 0, 0, 4668, 4668, 4668, 0, 4668, 4669, 0, 4669, 4669, 4669, 4669, 4669, 4669, 4670, 0, 4670, 4670, 4670, 4670, 4670, 4670, 4671, 4671, 4671, 4671, 4671, 4671, 4671, 4671, 4672, 4672, 4672, 4672, 4672, 4672, 4672, 4672, 4673, 0, 4673, 4673, 4673, 4673, 4673, 4673, 4674, 0, 4674, 4674, 4674, 4674, 4674, 4674, 4675, 0, 4675, 4675, 4675, 4675, 4675, 4675, 4676, 0, 4676, 4676, 4676, 4676, 4676, 4676, 4677, 0, 4677, 4677, 4677, 4677, 4677, 4677, 4678, 0, 4678, 0, 4678, 4678, 0, 4678, 4679, 0, 4679, 4679, 4679, 4679, 4679, 4679, 4680, 0, 4680, 4680, 4680, 4680, 4680, 4680, 4681, 0, 4681, 4681, 4681, 4681, 4681, 4681, 4682, 0, 4682, 4682, 4682, 4682, 4682, 4682, 4683, 0, 4683, 4683, 4683, 4683, 4683, 4683, 4684, 0, 4684, 4684, 4684, 4684, 4684, 4684, 4685, 0, 4685, 4685, 4685, 4685, 4685, 4685, 4686, 0, 4686, 4686, 4686, 4686, 4686, 4686, 4687, 0, 4687, 4687, 4687, 4687, 4687, 4687, 4688, 0, 4688, 4688, 4688, 4688, 4688, 4688, 4689, 0, 4689, 4689, 4689, 4689, 4689, 4689, 4690, 0, 4690, 4690, 4690, 4690, 4690, 4690, 4691, 4691, 4691, 4691, 4691, 4691, 4691, 4691, 4692, 0, 0, 4692, 4692, 4692, 0, 4692, 4693, 0, 0, 4693, 4693, 4693, 0, 4693, 4694, 0, 4694, 4694, 4694, 4694, 4694, 4694, 4695, 0, 4695, 4695, 4695, 4695, 4695, 4695, 4696, 4696, 4696, 4696, 4696, 4696, 4696, 4696, 4697, 4697, 4697, 4697, 4697, 4697, 4697, 4697, 4698, 0, 4698, 4698, 4698, 4698, 4698, 4698, 4699, 0, 4699, 4699, 4699, 4699, 4699, 4699, 4700, 0, 4700, 4700, 4700, 4700, 4700, 4700, 4701, 0, 4701, 4701, 4701, 4701, 4701, 4701, 4702, 0, 4702, 4702, 4702, 4702, 4702, 4702, 4703, 0, 4703, 0, 4703, 4703, 0, 4703, 4704, 0, 4704, 4704, 4704, 4704, 4704, 4704, 4705, 0, 4705, 4705, 4705, 4705, 4705, 4705, 4706, 0, 4706, 4706, 4706, 4706, 4706, 4706, 4707, 0, 4707, 4707, 4707, 4707, 4707, 4707, 4708, 0, 4708, 4708, 4708, 4708, 4708, 4708, 4709, 0, 4709, 4709, 4709, 4709, 4709, 4709, 4710, 0, 4710, 4710, 4710, 4710, 4710, 4710, 4711, 0, 4711, 4711, 4711, 4711, 4711, 4711, 4712, 0, 4712, 4712, 4712, 4712, 4712, 4712, 4713, 0, 4713, 4713, 4713, 4713, 4713, 4713, 4714, 0, 4714, 4714, 4714, 4714, 4714, 4714, 4715, 0, 4715, 4715, 4715, 4715, 4715, 4715, 4716, 4716, 4716, 4716, 4716, 4716, 4716, 4716, 4717, 0, 0, 4717, 4717, 4717, 0, 4717, 4718, 0, 0, 4718, 4718, 4718, 0, 4718, 4719, 0, 4719, 4719, 4719, 4719, 4719, 4719, 4720, 0, 4720, 4720, 4720, 4720, 4720, 4720, 4721, 4721, 4721, 4721, 4721, 4721, 4721, 4721, 4722, 4722, 4722, 4722, 4722, 4722, 4722, 4722, 4723, 0, 4723, 4723, 4723, 4723, 4723, 4723, 4724, 0, 4724, 4724, 4724, 4724, 4724, 4724, 4725, 0, 4725, 4725, 4725, 4725, 4725, 4725, 4726, 0, 4726, 4726, 4726, 4726, 4726, 4726, 4727, 0, 4727, 4727, 4727, 4727, 4727, 4727, 4728, 0, 4728, 0, 4728, 4728, 0, 4728, 4729, 0, 4729, 4729, 4729, 4729, 4729, 4729, 4730, 0, 4730, 4730, 4730, 4730, 4730, 4730, 4731, 0, 4731, 4731, 4731, 4731, 4731, 4731, 4732, 0, 4732, 4732, 4732, 4732, 4732, 4732, 4733, 0, 4733, 4733, 4733, 4733, 4733, 4733, 4734, 0, 4734, 4734, 4734, 4734, 4734, 4734, 4735, 0, 4735, 4735, 4735, 4735, 4735, 4735, 4736, 0, 4736, 4736, 4736, 4736, 4736, 4736, 4737, 0, 4737, 4737, 4737, 4737, 4737, 4737, 4738, 0, 4738, 4738, 4738, 4738, 4738, 4738, 4739, 0, 4739, 4739, 4739, 4739, 4739, 4739, 4740, 0, 4740, 4740, 4740, 4740, 4740, 4740, 4741, 4741, 4741, 4741, 4741, 4741, 4741, 4741, 4742, 0, 0, 4742, 4742, 4742, 0, 4742, 4743, 0, 0, 4743, 4743, 4743, 0, 4743, 4744, 0, 4744, 4744, 4744, 4744, 4744, 4744, 4745, 0, 4745, 4745, 4745, 4745, 4745, 4745, 4746, 4746, 4746, 4746, 4746, 4746, 4746, 4746, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4748, 0, 4748, 4748, 4748, 4748, 4748, 4748, 4749, 0, 4749, 4749, 4749, 4749, 4749, 4749, 4750, 0, 4750, 4750, 4750, 4750, 4750, 4750, 4751, 0, 4751, 4751, 4751, 4751, 4751, 4751, 4752, 0, 4752, 4752, 4752, 4752, 4752, 4752, 4753, 0, 4753, 0, 4753, 4753, 0, 4753, 4754, 0, 4754, 4754, 4754, 4754, 4754, 4754, 4755, 0, 4755, 4755, 4755, 4755, 4755, 4755, 4756, 0, 4756, 4756, 4756, 4756, 4756, 4756, 4757, 0, 4757, 4757, 4757, 4757, 4757, 4757, 4758, 0, 4758, 4758, 4758, 4758, 4758, 4758, 4759, 0, 4759, 4759, 4759, 4759, 4759, 4759, 4760, 0, 4760, 4760, 4760, 4760, 4760, 4760, 4761, 0, 4761, 4761, 4761, 4761, 4761, 4761, 4762, 0, 4762, 4762, 4762, 4762, 4762, 4762, 4763, 0, 4763, 4763, 4763, 4763, 4763, 4763, 4764, 0, 4764, 4764, 4764, 4764, 4764, 4764, 4765, 0, 4765, 4765, 4765, 4765, 4765, 4765, 4766, 4766, 4766, 4766, 4766, 4766, 4766, 4766, 4767, 0, 0, 4767, 4767, 4767, 0, 4767, 4768, 0, 0, 4768, 4768, 4768, 0, 4768, 4769, 0, 4769, 4769, 4769, 4769, 4769, 4769, 4770, 0, 4770, 4770, 4770, 4770, 4770, 4770, 4771, 4771, 4771, 4771, 4771, 4771, 4771, 4771, 4772, 4772, 4772, 4772, 4772, 4772, 4772, 4772, 4773, 0, 4773, 4773, 4773, 4773, 4773, 4773, 4774, 0, 4774, 4774, 4774, 4774, 4774, 4774, 4775, 0, 4775, 4775, 4775, 4775, 4775, 4775, 4776, 0, 4776, 4776, 4776, 4776, 4776, 4776, 4777, 0, 4777, 4777, 4777, 4777, 4777, 4777, 4778, 0, 4778, 0, 4778, 4778, 0, 4778, 4779, 0, 4779, 4779, 4779, 4779, 4779, 4779, 4780, 0, 4780, 4780, 4780, 4780, 4780, 4780, 4781, 0, 4781, 4781, 4781, 4781, 4781, 4781, 4782, 0, 4782, 4782, 4782, 4782, 4782, 4782, 4783, 0, 4783, 4783, 4783, 4783, 4783, 4783, 4784, 0, 4784, 4784, 4784, 4784, 4784, 4784, 4785, 0, 4785, 4785, 4785, 4785, 4785, 4785, 4786, 0, 4786, 4786, 4786, 4786, 4786, 4786, 4787, 0, 4787, 4787, 4787, 4787, 4787, 4787, 4788, 0, 4788, 4788, 4788, 4788, 4788, 4788, 4789, 0, 4789, 4789, 4789, 4789, 4789, 4789, 4790, 0, 4790, 4790, 4790, 4790, 4790, 4790, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4792, 0, 0, 4792, 4792, 4792, 0, 4792, 4793, 0, 0, 4793, 4793, 4793, 0, 4793, 4794, 0, 4794, 4794, 4794, 4794, 4794, 4794, 4795, 0, 4795, 4795, 4795, 4795, 4795, 4795, 4796, 4796, 4796, 4796, 4796, 4796, 4796, 4796, 4797, 4797, 4797, 4797, 4797, 4797, 4797, 4797, 4798, 0, 4798, 4798, 4798, 4798, 4798, 4798, 4799, 0, 4799, 4799, 4799, 4799, 4799, 4799, 4800, 0, 4800, 4800, 4800, 4800, 4800, 4800, 4801, 0, 4801, 4801, 4801, 4801, 4801, 4801, 4802, 0, 4802, 4802, 4802, 4802, 4802, 4802, 4803, 0, 4803, 0, 4803, 4803, 0, 4803, 4804, 0, 4804, 4804, 4804, 4804, 4804, 4804, 4805, 0, 4805, 4805, 4805, 4805, 4805, 4805, 4806, 0, 4806, 4806, 4806, 4806, 4806, 4806, 4807, 0, 4807, 4807, 4807, 4807, 4807, 4807, 4808, 0, 4808, 4808, 4808, 4808, 4808, 4808, 4809, 0, 4809, 4809, 4809, 4809, 4809, 4809, 4810, 0, 4810, 4810, 4810, 4810, 4810, 4810, 4811, 0, 4811, 4811, 4811, 4811, 4811, 4811, 4812, 0, 4812, 4812, 4812, 4812, 4812, 4812, 4813, 0, 4813, 4813, 4813, 4813, 4813, 4813, 4814, 0, 4814, 4814, 4814, 4814, 4814, 4814, 4815, 0, 4815, 4815, 4815, 4815, 4815, 4815, 4816, 4816, 4816, 4816, 4816, 4816, 4816, 4816, 4817, 0, 0, 4817, 4817, 4817, 0, 4817, 4818, 0, 0, 4818, 4818, 4818, 0, 4818, 4819, 0, 4819, 4819, 4819, 4819, 4819, 4819, 4820, 0, 4820, 4820, 4820, 4820, 4820, 4820, 4821, 4821, 4821, 4821, 4821, 4821, 4821, 4821, 4822, 4822, 4822, 4822, 4822, 4822, 4822, 4822, 4823, 0, 4823, 4823, 4823, 4823, 4823, 4823, 4824, 0, 4824, 4824, 4824, 4824, 4824, 4824, 4825, 0, 4825, 4825, 4825, 4825, 4825, 4825, 4826, 0, 4826, 4826, 4826, 4826, 4826, 4826, 4827, 0, 4827, 4827, 4827, 4827, 4827, 4827, 4828, 0, 4828, 0, 4828, 4828, 0, 4828, 4829, 0, 4829, 4829, 4829, 4829, 4829, 4829, 4830, 0, 4830, 4830, 4830, 4830, 4830, 4830, 4831, 0, 4831, 4831, 4831, 4831, 4831, 4831, 4832, 0, 4832, 4832, 4832, 4832, 4832, 4832, 4833, 0, 4833, 4833, 4833, 4833, 4833, 4833, 4834, 0, 4834, 4834, 4834, 4834, 4834, 4834, 4835, 0, 4835, 4835, 4835, 4835, 4835, 4835, 4836, 0, 4836, 4836, 4836, 4836, 4836, 4836, 4837, 0, 4837, 4837, 4837, 4837, 4837, 4837, 4838, 0, 4838, 4838, 4838, 4838, 4838, 4838, 4839, 0, 4839, 4839, 4839, 4839, 4839, 4839, 4840, 0, 4840, 4840, 4840, 4840, 4840, 4840, 4841, 4841, 4841, 4841, 4841, 4841, 4841, 4841, 4842, 0, 0, 4842, 4842, 4842, 0, 4842, 4843, 0, 0, 4843, 4843, 4843, 0, 4843, 4844, 0, 4844, 4844, 4844, 4844, 4844, 4844, 4845, 0, 4845, 4845, 4845, 4845, 4845, 4845, 4846, 4846, 4846, 4846, 4846, 4846, 4846, 4846, 4847, 4847, 4847, 4847, 4847, 4847, 4847, 4847, 4848, 0, 4848, 4848, 4848, 4848, 4848, 4848, 4849, 0, 4849, 4849, 4849, 4849, 4849, 4849, 4850, 0, 4850, 4850, 4850, 4850, 4850, 4850, 4851, 0, 4851, 4851, 4851, 4851, 4851, 4851, 4852, 0, 4852, 4852, 4852, 4852, 4852, 4852, 4853, 0, 4853, 0, 4853, 4853, 0, 4853, 4854, 0, 4854, 4854, 4854, 4854, 4854, 4854, 4855, 0, 4855, 4855, 4855, 4855, 4855, 4855, 4856, 0, 4856, 4856, 4856, 4856, 4856, 4856, 4857, 0, 4857, 4857, 4857, 4857, 4857, 4857, 4858, 0, 4858, 4858, 4858, 4858, 4858, 4858, 4859, 0, 4859, 4859, 4859, 4859, 4859, 4859, 4860, 0, 4860, 4860, 4860, 4860, 4860, 4860, 4861, 0, 4861, 4861, 4861, 4861, 4861, 4861, 4862, 0, 4862, 4862, 4862, 4862, 4862, 4862, 4863, 0, 4863, 4863, 4863, 4863, 4863, 4863, 4864, 0, 4864, 4864, 4864, 4864, 4864, 4864, 4865, 0, 4865, 4865, 4865, 4865, 4865, 4865, 4866, 4866, 4866, 4866, 4866, 4866, 4866, 4866, 4867, 0, 0, 4867, 4867, 4867, 0, 4867, 4868, 0, 0, 4868, 4868, 4868, 0, 4868, 4869, 0, 4869, 4869, 4869, 4869, 4869, 4869, 4870, 0, 4870, 4870, 4870, 4870, 4870, 4870, 4871, 4871, 4871, 4871, 4871, 4871, 4871, 4871, 4872, 4872, 4872, 4872, 4872, 4872, 4872, 4872, 4873, 0, 4873, 4873, 4873, 4873, 4873, 4873, 4874, 0, 4874, 4874, 4874, 4874, 4874, 4874, 4875, 0, 4875, 4875, 4875, 4875, 4875, 4875, 4876, 0, 4876, 4876, 4876, 4876, 4876, 4876, 4877, 0, 4877, 4877, 4877, 4877, 4877, 4877, 4878, 0, 4878, 0, 4878, 4878, 0, 4878, 4879, 0, 4879, 4879, 4879, 4879, 4879, 4879, 4880, 0, 4880, 4880, 4880, 4880, 4880, 4880, 4881, 0, 4881, 4881, 4881, 4881, 4881, 4881, 4882, 0, 4882, 4882, 4882, 4882, 4882, 4882, 4883, 0, 4883, 4883, 4883, 4883, 4883, 4883, 4884, 0, 4884, 4884, 4884, 4884, 4884, 4884, 4885, 0, 4885, 4885, 4885, 4885, 4885, 4885, 4886, 0, 4886, 4886, 4886, 4886, 4886, 4886, 4887, 0, 4887, 4887, 4887, 4887, 4887, 4887, 4888, 0, 4888, 4888, 4888, 4888, 4888, 4888, 4889, 0, 4889, 4889, 4889, 4889, 4889, 4889, 4890, 0, 4890, 4890, 4890, 4890, 4890, 4890, 4891, 4891, 4891, 4891, 4891, 4891, 4891, 4891, 4892, 0, 0, 4892, 4892, 4892, 0, 4892, 4893, 0, 0, 4893, 4893, 4893, 0, 4893, 4894, 0, 4894, 4894, 4894, 4894, 4894, 4894, 4895, 0, 4895, 4895, 4895, 4895, 4895, 4895, 4896, 4896, 4896, 4896, 4896, 4896, 4896, 4896, 4897, 4897, 4897, 4897, 4897, 4897, 4897, 4897, 4898, 0, 4898, 4898, 4898, 4898, 4898, 4898, 4899, 0, 4899, 4899, 4899, 4899, 4899, 4899, 4900, 0, 4900, 4900, 4900, 4900, 4900, 4900, 4901, 0, 4901, 4901, 4901, 4901, 4901, 4901, 4902, 0, 4902, 4902, 4902, 4902, 4902, 4902, 4903, 0, 4903, 0, 4903, 4903, 0, 4903, 4904, 0, 4904, 4904, 4904, 4904, 4904, 4904, 4905, 0, 4905, 4905, 4905, 4905, 4905, 4905, 4906, 0, 4906, 4906, 4906, 4906, 4906, 4906, 4907, 0, 4907, 4907, 4907, 4907, 4907, 4907, 4908, 0, 4908, 4908, 4908, 4908, 4908, 4908, 4909, 0, 4909, 4909, 4909, 4909, 4909, 4909, 4910, 0, 4910, 4910, 4910, 4910, 4910, 4910, 4911, 0, 4911, 4911, 4911, 4911, 4911, 4911, 4912, 0, 4912, 4912, 4912, 4912, 4912, 4912, 4913, 0, 4913, 4913, 4913, 4913, 4913, 4913, 4914, 0, 4914, 4914, 4914, 4914, 4914, 4914, 4915, 0, 4915, 4915, 4915, 4915, 4915, 4915, 4916, 4916, 4916, 4916, 4916, 4916, 4916, 4916, 4917, 0, 0, 4917, 4917, 4917, 0, 4917, 4918, 0, 0, 4918, 4918, 4918, 0, 4918, 4919, 0, 4919, 4919, 4919, 4919, 4919, 4919, 4920, 0, 4920, 4920, 4920, 4920, 4920, 4920, 4921, 4921, 4921, 4921, 4921, 4921, 4921, 4921, 4922, 4922, 4922, 4922, 4922, 4922, 4922, 4922, 4923, 0, 4923, 4923, 4923, 4923, 4923, 4923, 4924, 0, 4924, 4924, 4924, 4924, 4924, 4924, 4925, 0, 4925, 4925, 4925, 4925, 4925, 4925, 4926, 0, 4926, 4926, 4926, 4926, 4926, 4926, 4927, 0, 4927, 4927, 4927, 4927, 4927, 4927, 4928, 0, 4928, 0, 4928, 4928, 0, 4928, 4929, 0, 4929, 4929, 4929, 4929, 4929, 4929, 4930, 0, 4930, 4930, 4930, 4930, 4930, 4930, 4931, 0, 4931, 4931, 4931, 4931, 4931, 4931, 4932, 0, 4932, 4932, 4932, 4932, 4932, 4932, 4933, 0, 4933, 4933, 4933, 4933, 4933, 4933, 4934, 0, 4934, 4934, 4934, 4934, 4934, 4934, 4935, 0, 4935, 4935, 4935, 4935, 4935, 4935, 4936, 0, 4936, 4936, 4936, 4936, 4936, 4936, 4937, 0, 4937, 4937, 4937, 4937, 4937, 4937, 4938, 0, 4938, 4938, 4938, 4938, 4938, 4938, 4939, 0, 4939, 4939, 4939, 4939, 4939, 4939, 4940, 0, 4940, 4940, 4940, 4940, 4940, 4940, 4941, 4941, 4941, 4941, 4941, 4941, 4941, 4941, 4942, 0, 0, 4942, 4942, 4942, 0, 4942, 4943, 0, 0, 4943, 4943, 4943, 0, 4943, 4944, 0, 4944, 4944, 4944, 4944, 4944, 4944, 4945, 0, 4945, 4945, 4945, 4945, 4945, 4945, 4946, 4946, 4946, 4946, 4946, 4946, 4946, 4946, 4947, 4947, 4947, 4947, 4947, 4947, 4947, 4947, 4948, 0, 4948, 4948, 4948, 4948, 4948, 4948, 4949, 0, 4949, 4949, 4949, 4949, 4949, 4949, 4950, 0, 4950, 4950, 4950, 4950, 4950, 4950, 4951, 0, 4951, 4951, 4951, 4951, 4951, 4951, 4952, 0, 4952, 4952, 4952, 4952, 4952, 4952, 4953, 0, 4953, 0, 4953, 4953, 0, 4953, 4954, 0, 4954, 4954, 4954, 4954, 4954, 4954, 4955, 0, 4955, 4955, 4955, 4955, 4955, 4955, 4956, 0, 4956, 4956, 4956, 4956, 4956, 4956, 4957, 0, 4957, 4957, 4957, 4957, 4957, 4957, 4958, 0, 4958, 4958, 4958, 4958, 4958, 4958, 4959, 0, 4959, 4959, 4959, 4959, 4959, 4959, 4960, 0, 4960, 4960, 4960, 4960, 4960, 4960, 4961, 0, 4961, 4961, 4961, 4961, 4961, 4961, 4962, 0, 4962, 4962, 4962, 4962, 4962, 4962, 4963, 0, 4963, 4963, 4963, 4963, 4963, 4963, 4964, 0, 4964, 4964, 4964, 4964, 4964, 4964, 4965, 0, 4965, 4965, 4965, 4965, 4965, 4965, 4966, 4966, 4966, 4966, 4966, 4966, 4966, 4966, 4967, 0, 0, 4967, 4967, 4967, 0, 4967, 4968, 0, 0, 4968, 4968, 4968, 0, 4968, 4969, 0, 4969, 4969, 4969, 4969, 4969, 4969, 4970, 0, 4970, 4970, 4970, 4970, 4970, 4970, 4971, 4971, 4971, 4971, 4971, 4971, 4971, 4971, 4972, 4972, 4972, 4972, 4972, 4972, 4972, 4972, 4973, 0, 4973, 4973, 4973, 4973, 4973, 4973, 4974, 0, 4974, 4974, 4974, 4974, 4974, 4974, 4975, 0, 4975, 4975, 4975, 4975, 4975, 4975, 4976, 0, 4976, 4976, 4976, 4976, 4976, 4976, 4977, 0, 4977, 4977, 4977, 4977, 4977, 4977, 4978, 0, 4978, 0, 4978, 4978, 0, 4978, 4979, 0, 4979, 4979, 4979, 4979, 4979, 4979, 4980, 0, 4980, 4980, 4980, 4980, 4980, 4980, 4981, 0, 4981, 4981, 4981, 4981, 4981, 4981, 4982, 0, 4982, 4982, 4982, 4982, 4982, 4982, 4983, 0, 4983, 4983, 4983, 4983, 4983, 4983, 4984, 0, 4984, 4984, 4984, 4984, 4984, 4984, 4985, 0, 4985, 4985, 4985, 4985, 4985, 4985, 4986, 0, 4986, 4986, 4986, 4986, 4986, 4986, 4987, 0, 4987, 4987, 4987, 4987, 4987, 4987, 4988, 0, 4988, 4988, 4988, 4988, 4988, 4988, 4989, 0, 4989, 4989, 4989, 4989, 4989, 4989, 4990, 0, 4990, 4990, 4990, 4990, 4990, 4990, 4991, 4991, 4991, 4991, 4991, 4991, 4991, 4991, 4992, 0, 0, 4992, 4992, 4992, 0, 4992, 4993, 0, 0, 4993, 4993, 4993, 0, 4993, 4994, 0, 4994, 4994, 4994, 4994, 4994, 4994, 4995, 0, 4995, 4995, 4995, 4995, 4995, 4995, 4996, 4996, 4996, 4996, 4996, 4996, 4996, 4996, 4997, 4997, 4997, 4997, 4997, 4997, 4997, 4997, 4998, 0, 4998, 4998, 4998, 4998, 4998, 4998, 4999, 0, 4999, 4999, 4999, 4999, 4999, 4999, 5000, 0, 5000, 5000, 5000, 5000, 5000, 5000, 5001, 0, 5001, 5001, 5001, 5001, 5001, 5001, 5002, 0, 5002, 5002, 5002, 5002, 5002, 5002, 5003, 0, 5003, 0, 5003, 5003, 0, 5003, 5004, 0, 5004, 5004, 5004, 5004, 5004, 5004, 5005, 0, 5005, 5005, 5005, 5005, 5005, 5005, 5006, 0, 5006, 5006, 5006, 5006, 5006, 5006, 5007, 0, 5007, 5007, 5007, 5007, 5007, 5007, 5008, 0, 5008, 5008, 5008, 5008, 5008, 5008, 5009, 0, 5009, 5009, 5009, 5009, 5009, 5009, 5010, 0, 5010, 5010, 5010, 5010, 5010, 5010, 5011, 0, 5011, 5011, 5011, 5011, 5011, 5011, 5012, 0, 5012, 5012, 5012, 5012, 5012, 5012, 5013, 0, 5013, 5013, 5013, 5013, 5013, 5013, 5014, 0, 5014, 5014, 5014, 5014, 5014, 5014, 5015, 0, 5015, 5015, 5015, 5015, 5015, 5015, 5016, 5016, 5016, 5016, 5016, 5016, 5016, 5016, 5017, 0, 0, 5017, 5017, 5017, 0, 5017, 5018, 0, 0, 5018, 5018, 5018, 0, 5018, 5019, 0, 5019, 5019, 5019, 5019, 5019, 5019, 5020, 0, 5020, 5020, 5020, 5020, 5020, 5020, 5021, 5021, 5021, 5021, 5021, 5021, 5021, 5021, 5022, 5022, 5022, 5022, 5022, 5022, 5022, 5022, 5023, 0, 5023, 5023, 5023, 5023, 5023, 5023, 5024, 0, 5024, 5024, 5024, 5024, 5024, 5024, 5025, 0, 5025, 5025, 5025, 5025, 5025, 5025, 5026, 0, 5026, 5026, 5026, 5026, 5026, 5026, 5027, 0, 5027, 5027, 5027, 5027, 5027, 5027, 5028, 0, 5028, 0, 5028, 5028, 0, 5028, 5029, 0, 5029, 5029, 5029, 5029, 5029, 5029, 5030, 0, 5030, 5030, 5030, 5030, 5030, 5030, 5031, 0, 5031, 5031, 5031, 5031, 5031, 5031, 5032, 0, 5032, 5032, 5032, 5032, 5032, 5032, 5033, 0, 5033, 5033, 5033, 5033, 5033, 5033, 5034, 0, 5034, 5034, 5034, 5034, 5034, 5034, 5035, 0, 5035, 5035, 5035, 5035, 5035, 5035, 5036, 0, 5036, 5036, 5036, 5036, 5036, 5036, 5037, 0, 5037, 5037, 5037, 5037, 5037, 5037, 5038, 0, 5038, 5038, 5038, 5038, 5038, 5038, 5039, 0, 5039, 5039, 5039, 5039, 5039, 5039, 5040, 0, 5040, 5040, 5040, 5040, 5040, 5040, 5041, 5041, 5041, 5041, 5041, 5041, 5041, 5041, 5042, 0, 0, 5042, 5042, 5042, 0, 5042, 5043, 0, 0, 5043, 5043, 5043, 0, 5043, 5044, 0, 5044, 5044, 5044, 5044, 5044, 5044, 5045, 0, 5045, 5045, 5045, 5045, 5045, 5045, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5047, 5047, 5047, 5047, 5047, 5047, 5047, 5047, 5048, 0, 5048, 5048, 5048, 5048, 5048, 5048, 5049, 0, 5049, 5049, 5049, 5049, 5049, 5049, 5050, 0, 5050, 5050, 5050, 5050, 5050, 5050, 5051, 0, 5051, 5051, 5051, 5051, 5051, 5051, 5052, 0, 5052, 5052, 5052, 5052, 5052, 5052, 5053, 0, 5053, 0, 5053, 5053, 0, 5053, 5054, 0, 5054, 5054, 5054, 5054, 5054, 5054, 5055, 0, 5055, 5055, 5055, 5055, 5055, 5055, 5056, 0, 5056, 5056, 5056, 5056, 5056, 5056, 5057, 0, 5057, 5057, 5057, 5057, 5057, 5057, 5058, 0, 5058, 5058, 5058, 5058, 5058, 5058, 5059, 0, 5059, 5059, 5059, 5059, 5059, 5059, 5060, 0, 5060, 5060, 5060, 5060, 5060, 5060, 5061, 0, 5061, 5061, 5061, 5061, 5061, 5061, 5062, 0, 5062, 5062, 5062, 5062, 5062, 5062, 5063, 0, 5063, 5063, 5063, 5063, 5063, 5063, 5064, 0, 5064, 5064, 5064, 5064, 5064, 5064, 5065, 0, 5065, 5065, 5065, 5065, 5065, 5065, 5066, 5066, 5066, 5066, 5066, 5066, 5066, 5066, 5067, 0, 0, 5067, 5067, 5067, 0, 5067, 5068, 0, 0, 5068, 5068, 5068, 0, 5068, 5069, 0, 5069, 5069, 5069, 5069, 5069, 5069, 5070, 0, 5070, 5070, 5070, 5070, 5070, 5070, 5071, 5071, 5071, 5071, 5071, 5071, 5071, 5071, 5072, 5072, 5072, 5072, 5072, 5072, 5072, 5072, 5073, 0, 5073, 5073, 5073, 5073, 5073, 5073, 5074, 0, 5074, 5074, 5074, 5074, 5074, 5074, 5075, 0, 5075, 5075, 5075, 5075, 5075, 5075, 5076, 0, 5076, 5076, 5076, 5076, 5076, 5076, 5077, 0, 5077, 5077, 5077, 5077, 5077, 5077, 5078, 0, 5078, 0, 5078, 5078, 0, 5078, 5079, 0, 5079, 5079, 5079, 5079, 5079, 5079, 5080, 0, 5080, 5080, 5080, 5080, 5080, 5080, 5081, 0, 5081, 5081, 5081, 5081, 5081, 5081, 5082, 0, 5082, 5082, 5082, 5082, 5082, 5082, 5083, 0, 5083, 5083, 5083, 5083, 5083, 5083, 5084, 0, 5084, 5084, 5084, 5084, 5084, 5084, 5085, 0, 5085, 5085, 5085, 5085, 5085, 5085, 5086, 0, 5086, 5086, 5086, 5086, 5086, 5086, 5087, 0, 5087, 5087, 5087, 5087, 5087, 5087, 5088, 0, 5088, 5088, 5088, 5088, 5088, 5088, 5089, 0, 5089, 5089, 5089, 5089, 5089, 5089, 5090, 0, 5090, 5090, 5090, 5090, 5090, 5090, 5091, 5091, 5091, 5091, 5091, 5091, 5091, 5091, 5092, 0, 0, 5092, 5092, 5092, 0, 5092, 5093, 0, 0, 5093, 5093, 5093, 0, 5093, 5094, 0, 5094, 5094, 5094, 5094, 5094, 5094, 5095, 0, 5095, 5095, 5095, 5095, 5095, 5095, 5096, 5096, 5096, 5096, 5096, 5096, 5096, 5096, 5097, 5097, 5097, 5097, 5097, 5097, 5097, 5097, 5098, 0, 5098, 5098, 5098, 5098, 5098, 5098, 5099, 0, 5099, 5099, 5099, 5099, 5099, 5099, 5100, 0, 5100, 5100, 5100, 5100, 5100, 5100, 5101, 0, 5101, 5101, 5101, 5101, 5101, 5101, 5102, 0, 5102, 5102, 5102, 5102, 5102, 5102, 5103, 0, 5103, 0, 5103, 5103, 0, 5103, 5104, 0, 5104, 5104, 5104, 5104, 5104, 5104, 5105, 0, 5105, 5105, 5105, 5105, 5105, 5105, 5106, 0, 5106, 5106, 5106, 5106, 5106, 5106, 5107, 0, 5107, 5107, 5107, 5107, 5107, 5107, 5108, 0, 5108, 5108, 5108, 5108, 5108, 5108, 5109, 0, 5109, 5109, 5109, 5109, 5109, 5109, 5110, 0, 5110, 5110, 5110, 5110, 5110, 5110, 5111, 0, 5111, 5111, 5111, 5111, 5111, 5111, 5112, 0, 5112, 5112, 5112, 5112, 5112, 5112, 5113, 0, 5113, 5113, 5113, 5113, 5113, 5113, 5114, 0, 5114, 5114, 5114, 5114, 5114, 5114, 5115, 0, 5115, 5115, 5115, 5115, 5115, 5115, 5116, 5116, 5116, 5116, 5116, 5116, 5116, 5116, 5117, 0, 0, 5117, 5117, 5117, 0, 5117, 5118, 0, 0, 5118, 5118, 5118, 0, 5118, 5119, 0, 5119, 5119, 5119, 5119, 5119, 5119, 5120, 0, 5120, 5120, 5120, 5120, 5120, 5120, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5122, 5122, 5122, 5122, 5122, 5122, 5122, 5122, 5123, 0, 5123, 5123, 5123, 5123, 5123, 5123, 5124, 0, 5124, 5124, 5124, 5124, 5124, 5124, 5125, 0, 5125, 5125, 5125, 5125, 5125, 5125, 5126, 0, 5126, 5126, 5126, 5126, 5126, 5126, 5127, 0, 5127, 5127, 5127, 5127, 5127, 5127, 5128, 0, 5128, 0, 5128, 5128, 0, 5128, 5129, 0, 5129, 5129, 5129, 5129, 5129, 5129, 5130, 0, 5130, 5130, 5130, 5130, 5130, 5130, 5131, 0, 5131, 5131, 5131, 5131, 5131, 5131, 5132, 0, 5132, 5132, 5132, 5132, 5132, 5132, 5133, 0, 5133, 5133, 5133, 5133, 5133, 5133, 5134, 0, 5134, 5134, 5134, 5134, 5134, 5134, 5135, 0, 5135, 5135, 5135, 5135, 5135, 5135, 5136, 0, 5136, 5136, 5136, 5136, 5136, 5136, 5137, 0, 5137, 5137, 5137, 5137, 5137, 5137, 5138, 0, 5138, 5138, 5138, 5138, 5138, 5138, 5139, 0, 5139, 5139, 5139, 5139, 5139, 5139, 5140, 0, 5140, 5140, 5140, 5140, 5140, 5140, 5141, 5141, 5141, 5141, 5141, 5141, 5141, 5141, 5142, 0, 0, 5142, 5142, 5142, 0, 5142, 5143, 0, 0, 5143, 5143, 5143, 0, 5143, 5144, 0, 5144, 5144, 5144, 5144, 5144, 5144, 5145, 0, 5145, 5145, 5145, 5145, 5145, 5145, 5146, 5146, 5146, 5146, 5146, 5146, 5146, 5146, 5147, 5147, 5147, 5147, 5147, 5147, 5147, 5147, 5148, 0, 5148, 5148, 5148, 5148, 5148, 5148, 5149, 0, 5149, 5149, 5149, 5149, 5149, 5149, 5150, 0, 5150, 5150, 5150, 5150, 5150, 5150, 5151, 0, 5151, 5151, 5151, 5151, 5151, 5151, 5152, 0, 5152, 5152, 5152, 5152, 5152, 5152, 5153, 0, 5153, 0, 5153, 5153, 0, 5153, 5154, 0, 5154, 5154, 5154, 5154, 5154, 5154, 5155, 0, 5155, 5155, 5155, 5155, 5155, 5155, 5156, 0, 5156, 5156, 5156, 5156, 5156, 5156, 5157, 0, 5157, 5157, 5157, 5157, 5157, 5157, 5158, 0, 5158, 5158, 5158, 5158, 5158, 5158, 5159, 0, 5159, 5159, 5159, 5159, 5159, 5159, 5160, 0, 5160, 5160, 5160, 5160, 5160, 5160, 5161, 0, 5161, 5161, 5161, 5161, 5161, 5161, 5162, 0, 5162, 5162, 5162, 5162, 5162, 5162, 5163, 0, 5163, 5163, 5163, 5163, 5163, 5163, 5164, 0, 5164, 5164, 5164, 5164, 5164, 5164, 5165, 0, 5165, 5165, 5165, 5165, 5165, 5165, 5166, 5166, 5166, 5166, 5166, 5166, 5166, 5166, 5167, 0, 0, 5167, 5167, 5167, 0, 5167, 5168, 0, 0, 5168, 5168, 5168, 0, 5168, 5169, 0, 5169, 5169, 5169, 5169, 5169, 5169, 5170, 0, 5170, 5170, 5170, 5170, 5170, 5170, 5171, 5171, 5171, 5171, 5171, 5171, 5171, 5171, 5172, 5172, 5172, 5172, 5172, 5172, 5172, 5172, 5173, 0, 5173, 5173, 5173, 5173, 5173, 5173, 5174, 0, 5174, 5174, 5174, 5174, 5174, 5174, 5175, 0, 5175, 5175, 5175, 5175, 5175, 5175, 5176, 0, 5176, 5176, 5176, 5176, 5176, 5176, 5177, 0, 5177, 5177, 5177, 5177, 5177, 5177, 5178, 0, 5178, 0, 5178, 5178, 0, 5178, 5179, 0, 5179, 5179, 5179, 5179, 5179, 5179, 5180, 0, 5180, 5180, 5180, 5180, 5180, 5180, 5181, 0, 5181, 5181, 5181, 5181, 5181, 5181, 5182, 0, 5182, 5182, 5182, 5182, 5182, 5182, 5183, 0, 5183, 5183, 5183, 5183, 5183, 5183, 5184, 0, 5184, 5184, 5184, 5184, 5184, 5184, 5185, 0, 5185, 5185, 5185, 5185, 5185, 5185, 5186, 0, 5186, 5186, 5186, 5186, 5186, 5186, 5187, 0, 5187, 5187, 5187, 5187, 5187, 5187, 5188, 0, 5188, 5188, 5188, 5188, 5188, 5188, 5189, 0, 5189, 5189, 5189, 5189, 5189, 5189, 5190, 0, 5190, 5190, 5190, 5190, 5190, 5190, 5191, 5191, 5191, 5191, 5191, 5191, 5191, 5191, 5192, 0, 0, 5192, 5192, 5192, 0, 5192, 5193, 0, 0, 5193, 5193, 5193, 0, 5193, 5194, 0, 5194, 5194, 5194, 5194, 5194, 5194, 5195, 0, 5195, 5195, 5195, 5195, 5195, 5195, 5196, 5196, 5196, 5196, 5196, 5196, 5196, 5196, 5197, 5197, 5197, 5197, 5197, 5197, 5197, 5197, 5198, 0, 5198, 5198, 5198, 5198, 5198, 5198, 5199, 0, 5199, 5199, 5199, 5199, 5199, 5199, 5200, 0, 5200, 5200, 5200, 5200, 5200, 5200, 5201, 0, 5201, 5201, 5201, 5201, 5201, 5201, 5202, 0, 5202, 5202, 5202, 5202, 5202, 5202, 5203, 0, 5203, 0, 5203, 5203, 0, 5203, 5204, 0, 5204, 5204, 5204, 5204, 5204, 5204, 5205, 0, 5205, 5205, 5205, 5205, 5205, 5205, 5206, 0, 5206, 5206, 5206, 5206, 5206, 5206, 5207, 0, 5207, 5207, 5207, 5207, 5207, 5207, 5208, 0, 5208, 5208, 5208, 5208, 5208, 5208, 5209, 0, 5209, 5209, 5209, 5209, 5209, 5209, 5210, 0, 5210, 5210, 5210, 5210, 5210, 5210, 5211, 0, 5211, 5211, 5211, 5211, 5211, 5211, 5212, 0, 5212, 5212, 5212, 5212, 5212, 5212, 5213, 0, 5213, 5213, 5213, 5213, 5213, 5213, 5214, 0, 5214, 5214, 5214, 5214, 5214, 5214, 5215, 0, 5215, 5215, 5215, 5215, 5215, 5215, 5216, 5216, 5216, 5216, 5216, 5216, 5216, 5216, 5217, 0, 0, 5217, 5217, 5217, 0, 5217, 5218, 0, 0, 5218, 5218, 5218, 0, 5218, 5219, 0, 5219, 5219, 5219, 5219, 5219, 5219, 5220, 0, 5220, 5220, 5220, 5220, 5220, 5220, 5221, 5221, 5221, 5221, 5221, 5221, 5221, 5221, 5222, 5222, 5222, 5222, 5222, 5222, 5222, 5222, 5223, 0, 5223, 5223, 5223, 5223, 5223, 5223, 5224, 0, 5224, 5224, 5224, 5224, 5224, 5224, 5225, 0, 5225, 5225, 5225, 5225, 5225, 5225, 5226, 0, 5226, 5226, 5226, 5226, 5226, 5226, 5227, 0, 5227, 5227, 5227, 5227, 5227, 5227, 5228, 0, 5228, 0, 5228, 5228, 0, 5228, 5229, 0, 5229, 5229, 5229, 5229, 5229, 5229, 5230, 0, 5230, 5230, 5230, 5230, 5230, 5230, 5231, 0, 5231, 5231, 5231, 5231, 5231, 5231, 5232, 0, 5232, 5232, 5232, 5232, 5232, 5232, 5233, 0, 5233, 5233, 5233, 5233, 5233, 5233, 5234, 0, 5234, 5234, 5234, 5234, 5234, 5234, 5235, 0, 5235, 5235, 5235, 5235, 5235, 5235, 5236, 0, 5236, 5236, 5236, 5236, 5236, 5236, 5237, 0, 5237, 5237, 5237, 5237, 5237, 5237, 5238, 0, 5238, 5238, 5238, 5238, 5238, 5238, 5239, 0, 5239, 5239, 5239, 5239, 5239, 5239, 5240, 0, 5240, 5240, 5240, 5240, 5240, 5240, 5241, 5241, 5241, 5241, 5241, 5241, 5241, 5241, 5242, 0, 0, 5242, 5242, 5242, 0, 5242, 5243, 0, 0, 5243, 5243, 5243, 0, 5243, 5244, 0, 5244, 5244, 5244, 5244, 5244, 5244, 5245, 0, 5245, 5245, 5245, 5245, 5245, 5245, 5246, 5246, 5246, 5246, 5246, 5246, 5246, 5246, 5247, 5247, 5247, 5247, 5247, 5247, 5247, 5247, 5248, 0, 5248, 5248, 5248, 5248, 5248, 5248, 5249, 0, 5249, 5249, 5249, 5249, 5249, 5249, 5250, 0, 5250, 5250, 5250, 5250, 5250, 5250, 5251, 0, 5251, 5251, 5251, 5251, 5251, 5251, 5252, 0, 5252, 5252, 5252, 5252, 5252, 5252, 5253, 0, 5253, 0, 5253, 5253, 0, 5253, 5254, 0, 5254, 5254, 5254, 5254, 5254, 5254, 5255, 0, 5255, 5255, 5255, 5255, 5255, 5255, 5256, 0, 5256, 5256, 5256, 5256, 5256, 5256, 5257, 0, 5257, 5257, 5257, 5257, 5257, 5257, 5258, 0, 5258, 5258, 5258, 5258, 5258, 5258, 5259, 0, 5259, 5259, 5259, 5259, 5259, 5259, 5260, 0, 5260, 5260, 5260, 5260, 5260, 5260, 5261, 0, 5261, 5261, 5261, 5261, 5261, 5261, 5262, 0, 5262, 5262, 5262, 5262, 5262, 5262, 5263, 0, 5263, 5263, 5263, 5263, 5263, 5263, 5264, 0, 5264, 5264, 5264, 5264, 5264, 5264, 5265, 0, 5265, 5265, 5265, 5265, 5265, 5265, 5266, 5266, 5266, 5266, 5266, 5266, 5266, 5266, 5267, 0, 0, 5267, 5267, 5267, 0, 5267, 5268, 0, 0, 5268, 5268, 5268, 0, 5268, 5269, 0, 5269, 5269, 5269, 5269, 5269, 5269, 5270, 0, 5270, 5270, 5270, 5270, 5270, 5270, 5271, 5271, 5271, 5271, 5271, 5271, 5271, 5271, 5272, 5272, 5272, 5272, 5272, 5272, 5272, 5272, 5273, 0, 5273, 5273, 5273, 5273, 5273, 5273, 5274, 0, 5274, 5274, 5274, 5274, 5274, 5274, 5275, 0, 5275, 5275, 5275, 5275, 5275, 5275, 5276, 0, 5276, 5276, 5276, 5276, 5276, 5276, 5277, 0, 5277, 5277, 5277, 5277, 5277, 5277, 5278, 0, 5278, 0, 5278, 5278, 0, 5278, 5279, 0, 5279, 5279, 5279, 5279, 5279, 5279, 5280, 0, 5280, 5280, 5280, 5280, 5280, 5280, 5281, 0, 5281, 5281, 5281, 5281, 5281, 5281, 5282, 0, 5282, 5282, 5282, 5282, 5282, 5282, 5283, 0, 5283, 5283, 5283, 5283, 5283, 5283, 5284, 0, 5284, 5284, 5284, 5284, 5284, 5284, 5285, 0, 5285, 5285, 5285, 5285, 5285, 5285, 5286, 0, 5286, 5286, 5286, 5286, 5286, 5286, 5287, 0, 5287, 5287, 5287, 5287, 5287, 5287, 5288, 0, 5288, 5288, 5288, 5288, 5288, 5288, 5289, 0, 5289, 5289, 5289, 5289, 5289, 5289, 5290, 0, 5290, 5290, 5290, 5290, 5290, 5290, 5291, 5291, 5291, 5291, 5291, 5291, 5291, 5291, 5292, 0, 0, 5292, 5292, 5292, 0, 5292, 5293, 0, 0, 5293, 5293, 5293, 0, 5293, 5294, 0, 5294, 5294, 5294, 5294, 5294, 5294, 5295, 0, 5295, 5295, 5295, 5295, 5295, 5295, 5296, 5296, 5296, 5296, 5296, 5296, 5296, 5296, 5297, 5297, 5297, 5297, 5297, 5297, 5297, 5297, 5298, 0, 5298, 5298, 5298, 5298, 5298, 5298, 5299, 0, 5299, 5299, 5299, 5299, 5299, 5299, 5300, 0, 5300, 5300, 5300, 5300, 5300, 5300, 5301, 0, 5301, 5301, 5301, 5301, 5301, 5301, 5302, 0, 5302, 5302, 5302, 5302, 5302, 5302, 5303, 0, 5303, 0, 5303, 5303, 0, 5303, 5304, 0, 5304, 5304, 5304, 5304, 5304, 5304, 5305, 0, 5305, 5305, 5305, 5305, 5305, 5305, 5306, 0, 5306, 5306, 5306, 5306, 5306, 5306, 5307, 0, 5307, 5307, 5307, 5307, 5307, 5307, 5308, 0, 5308, 5308, 5308, 5308, 5308, 5308, 5309, 0, 5309, 5309, 5309, 5309, 5309, 5309, 5310, 0, 5310, 5310, 5310, 5310, 5310, 5310, 5311, 0, 5311, 5311, 5311, 5311, 5311, 5311, 5312, 0, 5312, 5312, 5312, 5312, 5312, 5312, 5313, 0, 5313, 5313, 5313, 5313, 5313, 5313, 5314, 0, 5314, 5314, 5314, 5314, 5314, 5314, 5315, 0, 5315, 5315, 5315, 5315, 5315, 5315, 5316, 5316, 5316, 5316, 5316, 5316, 5316, 5316, 5317, 0, 0, 5317, 5317, 5317, 0, 5317, 5318, 0, 0, 5318, 5318, 5318, 0, 5318, 5319, 0, 5319, 5319, 5319, 5319, 5319, 5319, 5320, 0, 5320, 5320, 5320, 5320, 5320, 5320, 5321, 5321, 5321, 5321, 5321, 5321, 5321, 5321, 5322, 5322, 5322, 5322, 5322, 5322, 5322, 5322, 5323, 0, 5323, 5323, 5323, 5323, 5323, 5323, 5324, 0, 5324, 5324, 5324, 5324, 5324, 5324, 5325, 0, 5325, 5325, 5325, 5325, 5325, 5325, 5326, 0, 5326, 5326, 5326, 5326, 5326, 5326, 5327, 0, 5327, 5327, 5327, 5327, 5327, 5327, 5328, 0, 5328, 0, 5328, 5328, 0, 5328, 5329, 0, 5329, 5329, 5329, 5329, 5329, 5329, 5330, 0, 5330, 5330, 5330, 5330, 5330, 5330, 5331, 0, 5331, 5331, 5331, 5331, 5331, 5331, 5332, 0, 5332, 5332, 5332, 5332, 5332, 5332, 5333, 0, 5333, 5333, 5333, 5333, 5333, 5333, 5334, 0, 5334, 5334, 5334, 5334, 5334, 5334, 5335, 0, 5335, 5335, 5335, 5335, 5335, 5335, 5336, 0, 5336, 5336, 5336, 5336, 5336, 5336, 5337, 0, 5337, 5337, 5337, 5337, 5337, 5337, 5338, 0, 5338, 5338, 5338, 5338, 5338, 5338, 5339, 0, 5339, 5339, 5339, 5339, 5339, 5339, 5340, 0, 5340, 5340, 5340, 5340, 5340, 5340, 5341, 5341, 5341, 5341, 5341, 5341, 5341, 5341, 5342, 0, 0, 5342, 5342, 5342, 0, 5342, 5343, 0, 0, 5343, 5343, 5343, 0, 5343, 5344, 0, 5344, 5344, 5344, 5344, 5344, 5344, 5345, 0, 5345, 5345, 5345, 5345, 5345, 5345, 5346, 5346, 5346, 5346, 5346, 5346, 5346, 5346, 5347, 5347, 5347, 5347, 5347, 5347, 5347, 5347, 5348, 0, 5348, 5348, 5348, 5348, 5348, 5348, 5349, 0, 5349, 5349, 5349, 5349, 5349, 5349, 5350, 0, 5350, 5350, 5350, 5350, 5350, 5350, 5351, 0, 5351, 5351, 5351, 5351, 5351, 5351, 5352, 0, 5352, 5352, 5352, 5352, 5352, 5352, 5353, 0, 5353, 0, 5353, 5353, 0, 5353, 5354, 0, 5354, 5354, 5354, 5354, 5354, 5354, 5355, 0, 5355, 5355, 5355, 5355, 5355, 5355, 5356, 0, 5356, 5356, 5356, 5356, 5356, 5356, 5357, 0, 5357, 5357, 5357, 5357, 5357, 5357, 5358, 0, 5358, 5358, 5358, 5358, 5358, 5358, 5359, 0, 5359, 5359, 5359, 5359, 5359, 5359, 5360, 0, 5360, 5360, 5360, 5360, 5360, 5360, 5361, 0, 5361, 5361, 5361, 5361, 5361, 5361, 5362, 0, 5362, 5362, 5362, 5362, 5362, 5362, 5363, 0, 5363, 5363, 5363, 5363, 5363, 5363, 5364, 0, 5364, 5364, 5364, 5364, 5364, 5364, 5365, 0, 5365, 5365, 5365, 5365, 5365, 5365, 5366, 5366, 5366, 5366, 5366, 5366, 5366, 5366, 5367, 0, 0, 5367, 5367, 5367, 0, 5367, 5368, 0, 0, 5368, 5368, 5368, 0, 5368, 5369, 0, 5369, 5369, 5369, 5369, 5369, 5369, 5370, 0, 5370, 5370, 5370, 5370, 5370, 5370, 5371, 5371, 5371, 5371, 5371, 5371, 5371, 5371, 5372, 5372, 5372, 5372, 5372, 5372, 5372, 5372, 5373, 0, 5373, 5373, 5373, 5373, 5373, 5373, 5374, 0, 5374, 5374, 5374, 5374, 5374, 5374, 5375, 0, 5375, 5375, 5375, 5375, 5375, 5375, 5376, 0, 5376, 5376, 5376, 5376, 5376, 5376, 5377, 0, 5377, 5377, 5377, 5377, 5377, 5377, 5378, 0, 5378, 0, 5378, 5378, 0, 5378, 5379, 0, 5379, 5379, 5379, 5379, 5379, 5379, 5380, 0, 5380, 5380, 5380, 5380, 5380, 5380, 5381, 0, 5381, 5381, 5381, 5381, 5381, 5381, 5382, 0, 5382, 5382, 5382, 5382, 5382, 5382, 5383, 0, 5383, 5383, 5383, 5383, 5383, 5383, 5384, 0, 5384, 5384, 5384, 5384, 5384, 5384, 5385, 0, 5385, 5385, 5385, 5385, 5385, 5385, 5386, 0, 5386, 5386, 5386, 5386, 5386, 5386, 5387, 0, 5387, 5387, 5387, 5387, 5387, 5387, 5388, 0, 5388, 5388, 5388, 5388, 5388, 5388, 5389, 0, 5389, 5389, 5389, 5389, 5389, 5389, 5390, 0, 5390, 5390, 5390, 5390, 5390, 5390, 5391, 5391, 5391, 5391, 5391, 5391, 5391, 5391, 5392, 0, 5392, 5392, 5392, 5392, 5392, 5392, 5393, 0, 5393, 5393, 5393, 5393, 5393, 5393, 5394, 5394, 5394, 5394, 5394, 5394, 5394, 5394, 5395, 5395, 5395, 5395, 5395, 5395, 5395, 5395, 5396, 0, 5396, 5396, 5396, 5396, 5396, 5396, 5397, 0, 5397, 5397, 5397, 5397, 5397, 5397, 5398, 0, 5398, 5398, 5398, 5398, 5398, 5398, 5399, 0, 5399, 5399, 5399, 5399, 5399, 5399, 5400, 0, 5400, 5400, 5400, 5400, 5400, 5400, 5401, 0, 5401, 0, 5401, 5401, 0, 5401, 5402, 0, 5402, 5402, 5402, 5402, 5402, 5402, 5403, 0, 5403, 5403, 5403, 5403, 5403, 5403, 5404, 0, 5404, 5404, 5404, 5404, 5404, 5404, 5405, 0, 5405, 5405, 5405, 5405, 5405, 5405, 5406, 0, 5406, 5406, 5406, 5406, 5406, 5406, 5407, 0, 5407, 5407, 5407, 5407, 5407, 5407, 5408, 0, 5408, 5408, 5408, 5408, 5408, 5408, 5409, 0, 5409, 5409, 5409, 5409, 5409, 5409, 5410, 0, 5410, 5410, 5410, 5410, 5410, 5410, 5411, 0, 5411, 5411, 5411, 5411, 5411, 5411, 5412, 0, 5412, 5412, 5412, 5412, 5412, 5412, 5413, 0, 5413, 5413, 5413, 5413, 5413, 5413, 5414, 5414, 5414, 5414, 5414, 5414, 5414, 5414, 5415, 0, 5415, 5415, 5415, 5415, 5415, 5415, 5416, 0, 5416, 5416, 5416, 5416, 5416, 5416, 5417, 5417, 5417, 5417, 5417, 5417, 5417, 5417, 5418, 5418, 5418, 5418, 5418, 5418, 5418, 5418, 5419, 0, 5419, 5419, 5419, 5419, 5419, 5419, 5420, 0, 5420, 5420, 5420, 5420, 5420, 5420, 5421, 0, 5421, 5421, 5421, 5421, 5421, 5421, 5422, 0, 5422, 5422, 5422, 5422, 5422, 5422, 5423, 0, 5423, 5423, 5423, 5423, 5423, 5423, 5424, 0, 5424, 0, 5424, 5424, 0, 5424, 5425, 0, 5425, 5425, 5425, 5425, 5425, 5425, 5426, 0, 5426, 5426, 5426, 5426, 5426, 5426, 5427, 0, 5427, 5427, 5427, 5427, 5427, 5427, 5428, 0, 5428, 5428, 5428, 5428, 5428, 5428, 5429, 0, 5429, 5429, 5429, 5429, 5429, 5429, 5430, 0, 5430, 5430, 5430, 5430, 5430, 5430, 5431, 0, 5431, 5431, 5431, 5431, 5431, 5431, 5432, 0, 5432, 5432, 5432, 5432, 5432, 5432, 5433, 0, 5433, 5433, 5433, 5433, 5433, 5433, 5434, 0, 5434, 5434, 5434, 5434, 5434, 5434, 5435, 0, 5435, 5435, 5435, 5435, 5435, 5435, 5436, 0, 5436, 5436, 5436, 5436, 5436, 5436, 5437, 5437, 5437, 5437, 5437, 5437, 5437, 5437, 5438, 0, 5438, 5438, 5438, 5438, 5438, 5438, 5439, 0, 5439, 5439, 5439, 5439, 5439, 5439, 5440, 5440, 5440, 5440, 5440, 5440, 5440, 5440, 5441, 5441, 5441, 5441, 5441, 5441, 5441, 5441, 5442, 0, 5442, 5442, 5442, 5442, 5442, 5442, 5443, 0, 5443, 5443, 5443, 5443, 5443, 5443, 5444, 0, 5444, 5444, 5444, 5444, 5444, 5444, 5445, 0, 5445, 5445, 5445, 5445, 5445, 5445, 5446, 0, 5446, 5446, 5446, 5446, 5446, 5446, 5447, 0, 5447, 0, 5447, 5447, 0, 5447, 5448, 0, 5448, 5448, 5448, 5448, 5448, 5448, 5449, 0, 5449, 5449, 5449, 5449, 5449, 5449, 5450, 0, 5450, 5450, 5450, 5450, 5450, 5450, 5451, 0, 5451, 5451, 5451, 5451, 5451, 5451, 5452, 0, 5452, 5452, 5452, 5452, 5452, 5452, 5453, 0, 5453, 5453, 5453, 5453, 5453, 5453, 5454, 0, 5454, 5454, 5454, 5454, 5454, 5454, 5455, 0, 5455, 5455, 5455, 5455, 5455, 5455, 5456, 0, 5456, 5456, 5456, 5456, 5456, 5456, 5457, 0, 5457, 5457, 5457, 5457, 5457, 5457, 5458, 0, 5458, 5458, 5458, 5458, 5458, 5458, 5459, 0, 5459, 5459, 5459, 5459, 5459, 5459, 5460, 5460, 5460, 5460, 5460, 5460, 5460, 5460, 5461, 0, 5461, 5461, 5461, 5461, 5461, 5461, 5462, 0, 5462, 5462, 5462, 5462, 5462, 5462, 5463, 5463, 5463, 5463, 5463, 5463, 5463, 5463, 5464, 5464, 5464, 5464, 5464, 5464, 5464, 5464, 5465, 0, 5465, 5465, 5465, 5465, 5465, 5465, 5466, 0, 5466, 5466, 5466, 5466, 5466, 5466, 5467, 0, 5467, 5467, 5467, 5467, 5467, 5467, 5468, 0, 5468, 5468, 5468, 5468, 5468, 5468, 5469, 0, 5469, 5469, 5469, 5469, 5469, 5469, 5470, 0, 5470, 0, 5470, 5470, 0, 5470, 5471, 0, 5471, 5471, 5471, 5471, 5471, 5471, 5472, 0, 5472, 5472, 5472, 5472, 5472, 5472, 5473, 0, 5473, 5473, 5473, 5473, 5473, 5473, 5474, 0, 5474, 5474, 5474, 5474, 5474, 5474, 5475, 0, 5475, 5475, 5475, 5475, 5475, 5475, 5476, 0, 5476, 5476, 5476, 5476, 5476, 5476, 5477, 0, 5477, 5477, 5477, 5477, 5477, 5477, 5478, 0, 5478, 5478, 5478, 5478, 5478, 5478, 5479, 0, 5479, 5479, 5479, 5479, 5479, 5479, 5480, 0, 5480, 5480, 5480, 5480, 5480, 5480, 5481, 0, 5481, 5481, 5481, 5481, 5481, 5481, 5482, 0, 5482, 5482, 5482, 5482, 5482, 5482, 5483, 5483, 5483, 5483, 5483, 5483, 5483, 5483, 5484, 0, 5484, 5484, 5484, 5484, 5484, 5484, 5485, 0, 5485, 5485, 5485, 5485, 5485, 5485, 5486, 5486, 5486, 5486, 5486, 5486, 5486, 5486, 5487, 5487, 5487, 5487, 5487, 5487, 5487, 5487, 5488, 0, 5488, 5488, 5488, 5488, 5488, 5488, 5489, 0, 5489, 5489, 5489, 5489, 5489, 5489, 5490, 0, 5490, 5490, 5490, 5490, 5490, 5490, 5491, 0, 5491, 5491, 5491, 5491, 5491, 5491, 5492, 0, 5492, 5492, 5492, 5492, 5492, 5492, 5493, 0, 5493, 0, 5493, 5493, 0, 5493, 5494, 0, 5494, 5494, 5494, 5494, 5494, 5494, 5495, 0, 5495, 5495, 5495, 5495, 5495, 5495, 5496, 0, 5496, 5496, 5496, 5496, 5496, 5496, 5497, 0, 5497, 5497, 5497, 5497, 5497, 5497, 5498, 0, 5498, 5498, 5498, 5498, 5498, 5498, 5499, 0, 5499, 5499, 5499, 5499, 5499, 5499, 5500, 0, 5500, 5500, 5500, 5500, 5500, 5500, 5501, 0, 5501, 5501, 5501, 5501, 5501, 5501, 5502, 0, 5502, 5502, 5502, 5502, 5502, 5502, 5503, 0, 5503, 5503, 5503, 5503, 5503, 5503, 5504, 0, 5504, 5504, 5504, 5504, 5504, 5504, 5505, 0, 5505, 5505, 5505, 5505, 5505, 5505, 5506, 5506, 5506, 5506, 5506, 5506, 5506, 5506, 5507, 5507, 5507, 5507, 5507, 5507, 5507, 5507, 5508, 5508, 5508, 5508, 5508, 5508, 5508, 5508, 5509, 5509, 5509, 5509, 5509, 5509, 5509, 5509, 5510, 5510, 5510, 5510, 5510, 5510, 5510, 5510, 5511, 5511, 5511, 5511, 5511, 5511, 5511, 5511, 5512, 5512, 5512, 5512, 5512, 5512, 5512, 5512, 5513, 5513, 5513, 5513, 5513, 5513, 5513, 5513, 5514, 5514, 5514, 5514, 5514, 5514, 5514, 5514, 5515, 5515, 5515, 5515, 5515, 5515, 5515, 5515, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3480 } ; extern int embl_flex_debug; int embl_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *embltext; #line 1 "sequence/embll.l" /* embll.l - EMBL sequence lexer */ #line 4 "sequence/embll.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/embly.h" #define YY_NO_INPUT 1 #line 6871 "sequence/embll.c" #define INITIAL 0 #define IDTAG 1 #define ACTAG 2 #define SVTAG 3 #define PRTAG 4 #define DTTAG 5 #define DETAG 6 #define KWTAG 7 #define OSTAG 8 #define OCTAG 9 #define OGTAG 10 #define RNTAG 11 #define RCTAG 12 #define RPTAG 13 #define RXTAG 14 #define RGTAG 15 #define RATAG 16 #define RTTAG 17 #define RLTAG 18 #define DRTAG 19 #define AHTAG 20 #define ASTAG 21 #define FHTAG 22 #define FTTAG 23 #define CCTAG 24 #define COTAG 25 #define SQTAG 26 #define SEQTAG 27 #define ENDTAG 28 #define IDTA2 29 #define RXTA2 30 #define RTTA2 31 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int embllex_destroy (void ); int emblget_debug (void ); void emblset_debug (int debug_flag ); YY_EXTRA_TYPE emblget_extra (void ); void emblset_extra (YY_EXTRA_TYPE user_defined ); FILE *emblget_in (void ); void emblset_in (FILE * _in_str ); FILE *emblget_out (void ); void emblset_out (FILE * _out_str ); int emblget_leng (void ); char *emblget_text (void ); int emblget_lineno (void ); void emblset_lineno (int _line_number ); YYSTYPE * emblget_lval (void ); void emblset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int emblwrap (void ); #else extern int emblwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( embltext, emblleng, 1, emblout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( emblin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( emblin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, emblin))==0 && ferror(emblin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(emblin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int embllex \ (YYSTYPE * yylval_param ); #define YY_DECL int embllex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after embltext and emblleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( emblleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (embltext[emblleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 68 "sequence/embll.l" #line 7100 "sequence/embll.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)emblalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in embllex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! emblin ) emblin = stdin; if ( ! emblout ) emblout = stdout; if ( ! YY_CURRENT_BUFFER ) { emblensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = embl_create_buffer(emblin,YY_BUF_SIZE ); } embl_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of embltext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3481 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 3480 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 70 "sequence/embll.l" ; /* Empty lines ignored */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 71 "sequence/embll.l" ; /* Spacers ignored */ YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 73 "sequence/embll.l" ; /* Skip internal release status tag */ YY_BREAK case 4: /* rule 4 can match eol */ YY_RULE_SETUP #line 74 "sequence/embll.l" ; /* Skip internal identifier tag */ YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 75 "sequence/embll.l" ; /* Skip internal base quality tag */ YY_BREAK case 6: YY_RULE_SETUP #line 77 "sequence/embll.l" { BEGIN IDTAG; return ID; } YY_BREAK case 7: YY_RULE_SETUP #line 78 "sequence/embll.l" { BEGIN IDTA2; yylval->str = strdup(embltext); return IDNAM; } YY_BREAK case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 79 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 9: YY_RULE_SETUP #line 80 "sequence/embll.l" { return ERR; } YY_BREAK case 10: YY_RULE_SETUP #line 82 "sequence/embll.l" { return TXT; } YY_BREAK case 11: /* rule 11 can match eol */ YY_RULE_SETUP #line 83 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 12: YY_RULE_SETUP #line 85 "sequence/embll.l" { BEGIN ACTAG; return AC; } YY_BREAK case 13: YY_RULE_SETUP #line 86 "sequence/embll.l" { yylval->str = strdup(embltext); return ACNUM; } YY_BREAK case 14: YY_RULE_SETUP #line 87 "sequence/embll.l" { return SEP; } YY_BREAK case 15: /* rule 15 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 88 "sequence/embll.l" { return TER; } YY_BREAK case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 89 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 17: YY_RULE_SETUP #line 90 "sequence/embll.l" { return ERR; } YY_BREAK case 18: YY_RULE_SETUP #line 92 "sequence/embll.l" { BEGIN SVTAG; return SV; } YY_BREAK case 19: *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 93 "sequence/embll.l" { return ACNUM; } YY_BREAK case 20: YY_RULE_SETUP #line 94 "sequence/embll.l" { return SEP; } YY_BREAK case 21: YY_RULE_SETUP #line 95 "sequence/embll.l" { yylval->num = atoi(embltext); return SVNUM; } YY_BREAK case 22: /* rule 22 can match eol */ YY_RULE_SETUP #line 96 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 23: YY_RULE_SETUP #line 97 "sequence/embll.l" { return ERR; } YY_BREAK case 24: YY_RULE_SETUP #line 99 "sequence/embll.l" { BEGIN PRTAG; return PR; } YY_BREAK case 25: YY_RULE_SETUP #line 100 "sequence/embll.l" { return PRDAT; } YY_BREAK case 26: YY_RULE_SETUP #line 101 "sequence/embll.l" { return SEP; } YY_BREAK case 27: /* rule 27 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 102 "sequence/embll.l" { return TER; } YY_BREAK case 28: /* rule 28 can match eol */ YY_RULE_SETUP #line 103 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 29: YY_RULE_SETUP #line 104 "sequence/embll.l" { return ERR; } YY_BREAK case 30: YY_RULE_SETUP #line 106 "sequence/embll.l" { BEGIN DTTAG; return DT; } YY_BREAK case 31: YY_RULE_SETUP #line 107 "sequence/embll.l" { return TXT; } YY_BREAK case 32: /* rule 32 can match eol */ YY_RULE_SETUP #line 108 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 33: YY_RULE_SETUP #line 110 "sequence/embll.l" { BEGIN DETAG; return DE; } YY_BREAK case 34: YY_RULE_SETUP #line 111 "sequence/embll.l" { yylval->str = strdup(embltext); return DETXT; } YY_BREAK case 35: /* rule 35 can match eol */ YY_RULE_SETUP #line 112 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 36: YY_RULE_SETUP #line 114 "sequence/embll.l" { BEGIN KWTAG; return KW; } YY_BREAK case 37: YY_RULE_SETUP #line 115 "sequence/embll.l" { return SEP; } YY_BREAK case 38: /* rule 38 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 116 "sequence/embll.l" { return TER2; } YY_BREAK case 39: /* rule 39 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 117 "sequence/embll.l" { return TER; } YY_BREAK case 40: /* rule 40 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 118 "sequence/embll.l" { yylval->str = strdup(embltext); return KWOR2; } YY_BREAK case 41: *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 119 "sequence/embll.l" { yylval->str = strdup(embltext); return KWORD; } YY_BREAK case 42: /* rule 42 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 120 "sequence/embll.l" { yylval->str = strdup(embltext); return KWORD; } YY_BREAK case 43: /* rule 43 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 121 "sequence/embll.l" { yylval->str = strdup(embltext); return KWORD; } YY_BREAK case 44: /* rule 44 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 122 "sequence/embll.l" { yylval->str = strdup(embltext); return KWORD; } YY_BREAK case 45: /* rule 45 can match eol */ YY_RULE_SETUP #line 123 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 46: YY_RULE_SETUP #line 124 "sequence/embll.l" { return ERR; } YY_BREAK case 47: YY_RULE_SETUP #line 126 "sequence/embll.l" { BEGIN OSTAG; return OS; } YY_BREAK case 48: YY_RULE_SETUP #line 127 "sequence/embll.l" { return OSTXT; } YY_BREAK case 49: /* rule 49 can match eol */ YY_RULE_SETUP #line 128 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 50: YY_RULE_SETUP #line 130 "sequence/embll.l" { BEGIN OCTAG; return OC; } YY_BREAK case 51: YY_RULE_SETUP #line 131 "sequence/embll.l" { return SEP; } YY_BREAK case 52: /* rule 52 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 132 "sequence/embll.l" { return TER2; } YY_BREAK case 53: /* rule 53 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 133 "sequence/embll.l" { return TER; } YY_BREAK case 54: *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 134 "sequence/embll.l" { return OCNOD; } YY_BREAK case 55: /* rule 55 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 135 "sequence/embll.l" { return OCNOD; } YY_BREAK case 56: /* rule 56 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 136 "sequence/embll.l" { return OCNO2; } YY_BREAK case 57: /* rule 57 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 137 "sequence/embll.l" { return OCNOD; } YY_BREAK case 58: /* rule 58 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 138 "sequence/embll.l" { return OCNOD; } YY_BREAK case 59: /* rule 59 can match eol */ YY_RULE_SETUP #line 139 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 60: YY_RULE_SETUP #line 140 "sequence/embll.l" { return ERR; } YY_BREAK case 61: YY_RULE_SETUP #line 142 "sequence/embll.l" { BEGIN OGTAG; return OG; } YY_BREAK case 62: YY_RULE_SETUP #line 143 "sequence/embll.l" { return TXT; } YY_BREAK case 63: /* rule 63 can match eol */ YY_RULE_SETUP #line 144 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 64: YY_RULE_SETUP #line 146 "sequence/embll.l" { BEGIN RNTAG; return RN; } YY_BREAK case 65: YY_RULE_SETUP #line 147 "sequence/embll.l" { return OBR; } YY_BREAK case 66: YY_RULE_SETUP #line 148 "sequence/embll.l" { return CBR; } YY_BREAK case 67: YY_RULE_SETUP #line 149 "sequence/embll.l" { return INT; } YY_BREAK case 68: /* rule 68 can match eol */ YY_RULE_SETUP #line 150 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 69: YY_RULE_SETUP #line 151 "sequence/embll.l" { return ERR; } YY_BREAK case 70: YY_RULE_SETUP #line 153 "sequence/embll.l" { BEGIN RCTAG; return RC; } YY_BREAK case 71: YY_RULE_SETUP #line 154 "sequence/embll.l" { return TXT; } YY_BREAK case 72: /* rule 72 can match eol */ YY_RULE_SETUP #line 155 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 73: YY_RULE_SETUP #line 157 "sequence/embll.l" { BEGIN RPTAG; return RP; } YY_BREAK case 74: YY_RULE_SETUP #line 158 "sequence/embll.l" { return MIN; } YY_BREAK case 75: YY_RULE_SETUP #line 159 "sequence/embll.l" { return SEP; } YY_BREAK case 76: /* rule 76 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 160 "sequence/embll.l" { return TER; } YY_BREAK case 77: YY_RULE_SETUP #line 161 "sequence/embll.l" { return INT; } YY_BREAK case 78: /* rule 78 can match eol */ YY_RULE_SETUP #line 162 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 79: YY_RULE_SETUP #line 163 "sequence/embll.l" { return ERR; } YY_BREAK case 80: YY_RULE_SETUP #line 165 "sequence/embll.l" { BEGIN RXTAG; return RX; } YY_BREAK case 81: YY_RULE_SETUP #line 166 "sequence/embll.l" { BEGIN RXTA2; return SEP; } YY_BREAK case 82: *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 167 "sequence/embll.l" { return RXDB; } YY_BREAK case 83: /* rule 83 can match eol */ YY_RULE_SETUP #line 168 "sequence/embll.l" { return ERR; } YY_BREAK case 84: YY_RULE_SETUP #line 169 "sequence/embll.l" { return ERR; } YY_BREAK case 85: /* rule 85 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 171 "sequence/embll.l" { return RXID; } YY_BREAK case 86: /* rule 86 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 172 "sequence/embll.l" { return TER; } YY_BREAK case 87: /* rule 87 can match eol */ YY_RULE_SETUP #line 173 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 88: YY_RULE_SETUP #line 174 "sequence/embll.l" { return ERR; } YY_BREAK case 89: YY_RULE_SETUP #line 176 "sequence/embll.l" { BEGIN RGTAG; return RG; } YY_BREAK case 90: YY_RULE_SETUP #line 177 "sequence/embll.l" { return TXT; } YY_BREAK case 91: /* rule 91 can match eol */ YY_RULE_SETUP #line 178 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 92: YY_RULE_SETUP #line 180 "sequence/embll.l" { BEGIN RATAG; return RA; } YY_BREAK case 93: YY_RULE_SETUP #line 181 "sequence/embll.l" { return SEP; } YY_BREAK case 94: /* rule 94 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 182 "sequence/embll.l" { return TER2; } YY_BREAK case 95: /* rule 95 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 183 "sequence/embll.l" { return TER; } YY_BREAK case 96: YY_RULE_SETUP #line 184 "sequence/embll.l" { return RAAUT; } YY_BREAK case 97: /* rule 97 can match eol */ YY_RULE_SETUP #line 185 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 98: YY_RULE_SETUP #line 186 "sequence/embll.l" { return ERR; } YY_BREAK case 99: YY_RULE_SETUP #line 188 "sequence/embll.l" { BEGIN RTTAG; return RT; } YY_BREAK case 100: YY_RULE_SETUP #line 189 "sequence/embll.l" { BEGIN RTTA2; return QUO; } YY_BREAK case 101: /* rule 101 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 190 "sequence/embll.l" { return TER; } YY_BREAK case 102: /* rule 102 can match eol */ YY_RULE_SETUP #line 191 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 103: /* rule 103 can match eol */ YY_RULE_SETUP #line 193 "sequence/embll.l" { return RT; } YY_BREAK case 104: /* rule 104 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 194 "sequence/embll.l" { BEGIN RTTAG; return QUO; } YY_BREAK case 105: /* rule 105 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 195 "sequence/embll.l" { return TXT; } YY_BREAK case 106: YY_RULE_SETUP #line 196 "sequence/embll.l" { return TXT; } YY_BREAK case 107: /* rule 107 can match eol */ YY_RULE_SETUP #line 197 "sequence/embll.l" { return EOL; } YY_BREAK case 108: YY_RULE_SETUP #line 199 "sequence/embll.l" { BEGIN RLTAG; return RL; } YY_BREAK case 109: YY_RULE_SETUP #line 200 "sequence/embll.l" { return TXT; } YY_BREAK case 110: /* rule 110 can match eol */ YY_RULE_SETUP #line 201 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 111: YY_RULE_SETUP #line 203 "sequence/embll.l" { BEGIN DRTAG; return DR; } YY_BREAK case 112: YY_RULE_SETUP #line 204 "sequence/embll.l" { return TXT; } YY_BREAK case 113: /* rule 113 can match eol */ YY_RULE_SETUP #line 205 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 114: YY_RULE_SETUP #line 207 "sequence/embll.l" { BEGIN AHTAG; return AH; } YY_BREAK case 115: YY_RULE_SETUP #line 208 "sequence/embll.l" { return TXT; } YY_BREAK case 116: /* rule 116 can match eol */ YY_RULE_SETUP #line 209 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 117: YY_RULE_SETUP #line 211 "sequence/embll.l" { BEGIN ASTAG; return AS; } YY_BREAK case 118: YY_RULE_SETUP #line 212 "sequence/embll.l" { return TXT; } YY_BREAK case 119: /* rule 119 can match eol */ YY_RULE_SETUP #line 213 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 120: YY_RULE_SETUP #line 215 "sequence/embll.l" { BEGIN FHTAG; return FH; } YY_BREAK case 121: YY_RULE_SETUP #line 216 "sequence/embll.l" { return TXT; } YY_BREAK case 122: /* rule 122 can match eol */ YY_RULE_SETUP #line 217 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 123: YY_RULE_SETUP #line 219 "sequence/embll.l" { BEGIN FTTAG; return FT; } YY_BREAK case 124: YY_RULE_SETUP #line 220 "sequence/embll.l" { return TXT; } YY_BREAK case 125: /* rule 125 can match eol */ YY_RULE_SETUP #line 221 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 126: YY_RULE_SETUP #line 223 "sequence/embll.l" { BEGIN CCTAG; return CC; } YY_BREAK case 127: YY_RULE_SETUP #line 224 "sequence/embll.l" { return TXT; } YY_BREAK case 128: /* rule 128 can match eol */ YY_RULE_SETUP #line 225 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 129: YY_RULE_SETUP #line 227 "sequence/embll.l" { BEGIN COTAG; return CO; } YY_BREAK case 130: YY_RULE_SETUP #line 228 "sequence/embll.l" { return TXT; } YY_BREAK case 131: /* rule 131 can match eol */ YY_RULE_SETUP #line 229 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 132: YY_RULE_SETUP #line 231 "sequence/embll.l" { BEGIN SQTAG; return SQ; } YY_BREAK case 133: YY_RULE_SETUP #line 232 "sequence/embll.l" { return TXT; } YY_BREAK case 134: /* rule 134 can match eol */ YY_RULE_SETUP #line 233 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 135: YY_RULE_SETUP #line 235 "sequence/embll.l" { BEGIN SEQTAG; return SEQ; } YY_BREAK case 136: YY_RULE_SETUP #line 236 "sequence/embll.l" { yylval->str = strdup(embltext); return SEQBAS; } YY_BREAK case 137: YY_RULE_SETUP #line 237 "sequence/embll.l" { return INT; } YY_BREAK case 138: *yy_cp = (yy_hold_char); /* undo effects of setting up embltext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up embltext again */ YY_RULE_SETUP #line 238 "sequence/embll.l" { return SPC; } YY_BREAK case 139: YY_RULE_SETUP #line 239 "sequence/embll.l" { return SEP; } YY_BREAK case 140: /* rule 140 can match eol */ YY_RULE_SETUP #line 240 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 141: YY_RULE_SETUP #line 241 "sequence/embll.l" { return ERR; } YY_BREAK case 142: YY_RULE_SETUP #line 243 "sequence/embll.l" { BEGIN ENDTAG; return END; } YY_BREAK case 143: /* rule 143 can match eol */ YY_RULE_SETUP #line 244 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(ENDTAG): #line 245 "sequence/embll.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 144: YY_RULE_SETUP #line 246 "sequence/embll.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(IDTAG): case YY_STATE_EOF(ACTAG): case YY_STATE_EOF(SVTAG): case YY_STATE_EOF(PRTAG): case YY_STATE_EOF(DTTAG): case YY_STATE_EOF(DETAG): case YY_STATE_EOF(KWTAG): case YY_STATE_EOF(OSTAG): case YY_STATE_EOF(OCTAG): case YY_STATE_EOF(OGTAG): case YY_STATE_EOF(RNTAG): case YY_STATE_EOF(RCTAG): case YY_STATE_EOF(RPTAG): case YY_STATE_EOF(RXTAG): case YY_STATE_EOF(RGTAG): case YY_STATE_EOF(RATAG): case YY_STATE_EOF(RTTAG): case YY_STATE_EOF(RLTAG): case YY_STATE_EOF(DRTAG): case YY_STATE_EOF(AHTAG): case YY_STATE_EOF(ASTAG): case YY_STATE_EOF(FHTAG): case YY_STATE_EOF(FTTAG): case YY_STATE_EOF(CCTAG): case YY_STATE_EOF(COTAG): case YY_STATE_EOF(SQTAG): case YY_STATE_EOF(SEQTAG): case YY_STATE_EOF(IDTA2): case YY_STATE_EOF(RXTA2): case YY_STATE_EOF(RTTA2): #line 248 "sequence/embll.l" { return NUL; } YY_BREAK case 145: /* rule 145 can match eol */ YY_RULE_SETUP #line 249 "sequence/embll.l" { return ERR; } YY_BREAK case 146: YY_RULE_SETUP #line 250 "sequence/embll.l" { return ERR; } YY_BREAK case 147: YY_RULE_SETUP #line 252 "sequence/embll.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 8129 "sequence/embll.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed emblin at a new source and called * embllex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = emblin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( emblwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * embltext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of embllex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; emblrestart(emblin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) emblrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3481 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3481 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 3480); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ emblrestart(emblin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( emblwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve embltext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void emblrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ emblensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = embl_create_buffer(emblin,YY_BUF_SIZE ); } embl_init_buffer(YY_CURRENT_BUFFER,input_file ); embl_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void embl_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * emblpop_buffer_state(); * emblpush_buffer_state(new_buffer); */ emblensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; embl_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (emblwrap()) processing, but the only time this flag * is looked at is after emblwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void embl_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; emblin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE embl_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) emblalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in embl_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) emblalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in embl_create_buffer()" ); b->yy_is_our_buffer = 1; embl_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with embl_create_buffer() * */ void embl_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) emblfree((void *) b->yy_ch_buf ); emblfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a emblrestart() or at EOF. */ static void embl_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; embl_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then embl_init_buffer was _probably_ * called from emblrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void embl_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) embl_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void emblpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; emblensure_buffer_stack(); /* This block is copied from embl_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from embl_switch_to_buffer. */ embl_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void emblpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; embl_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { embl_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void emblensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)emblalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in emblensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)emblrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in emblensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE embl_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) emblalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in embl_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; embl_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to embllex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * embl_scan_bytes() instead. */ YY_BUFFER_STATE embl_scan_string (yyconst char * yystr ) { return embl_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to embllex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE embl_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) emblalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in embl_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = embl_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in embl_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up embltext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ embltext[emblleng] = (yy_hold_char); \ (yy_c_buf_p) = embltext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ emblleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int emblget_lineno (void) { return embllineno; } /** Get the input stream. * */ FILE *emblget_in (void) { return emblin; } /** Get the output stream. * */ FILE *emblget_out (void) { return emblout; } /** Get the length of the current token. * */ int emblget_leng (void) { return emblleng; } /** Get the current token. * */ char *emblget_text (void) { return embltext; } /** Set the current line number. * @param _line_number * */ void emblset_lineno (int _line_number ) { embllineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see embl_switch_to_buffer */ void emblset_in (FILE * _in_str ) { emblin = _in_str ; } void emblset_out (FILE * _out_str ) { emblout = _out_str ; } int emblget_debug (void) { return embl_flex_debug; } void emblset_debug (int _bdebug ) { embl_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from embllex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT emblin = stdin; emblout = stdout; #else emblin = (FILE *) 0; emblout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * embllex_init() */ return 0; } /* embllex_destroy is for both reentrant and non-reentrant scanners. */ int embllex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ embl_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; emblpop_buffer_state(); } /* Destroy the stack itself. */ emblfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; emblfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * embllex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *emblalloc (yy_size_t size ) { return (void *) malloc( size ); } void *emblrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void emblfree (void * ptr ) { free( (char *) ptr ); /* see emblrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 252 "sequence/embll.l" squizz-0.99b+dfsg.orig/lib/sequence/codata.h0000644000175000017500000000046711765612304020754 0ustar osallouosallou/* codata.h - CODATA sequence functions */ #ifndef __SEQUENCE_CODATA_H_ #define __SEQUENCE_CODATA_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *codata_parse(FILE *); int codata_check(FILE *); void codata_print(FILE *, sequence_t *); #endif /* __SEQUENCE_CODATA_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/gcgl.l0000644000175000017500000000256112075270432020433 0ustar osallouosallou/* gcgl.l - GCG sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/gcgy.h" static int init = 0; %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD SEQS alp [[:alpha:]] dig [[:digit:]] dot "." eol "\n" exc "!" min "-" spc " " sta "*" txt .{1,80} tag {exc}{2}[NA]A_SEQUENCE{spc}{dig}+{dot}{dig}+ bas ({alp}|{sta}|{min}){1,80} %% %{ if (init == 0) { init = 1; BEGIN HEAD; } /* FIXME: Not thread safe !!! */ %} <*>^{tag} { BEGIN HEAD; } {dot}{2}{spc}?/{eol} { BEGIN SEQS; return TER; } {txt} { return TXT; } {txt}/{dot}{dot}{spc}{eol} { return TXT; } {txt}/{dot}{dot}{eol} { return TXT; } {eol} { return EOL; } ^{spc}+/{dig} ; /* Leading spaces ignored */ {spc}+/{eol} ; /* Trailing spaces ignored */ {bas} { yylval->str = strdup(yytext); return BAS; } {dig}+ { return INT; } {spc}{1,2} { return SPC; } ^{eol} ; /* Empty sequence line ignored */ {eol} { return EOL; } <> { init = 0; BEGIN INITIAL; return END; } . { return ERR; } <> { init = 0; BEGIN INITIAL; return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/igy.h0000644000175000017500000000451112077265200020277 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, NUL = 260, SEM = 261, TXT = 262, NAM = 263, BAS = 264, TYP = 265, END = 266 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define NUL 260 #define SEM 261 #define TXT 262 #define NAM 263 #define BAS 264 #define TYP 265 #define END 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/igy.y" char *str; /* Line 2068 of yacc.c */ #line 76 "sequence/igy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/rawy.h0000644000175000017500000000421312077265752020504 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { ERR = 258, NUL = 259, BAS = 260 }; #endif /* Tokens. */ #define ERR 258 #define NUL 259 #define BAS 260 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/rawy.y" char *str; /* Line 2068 of yacc.c */ #line 64 "sequence/rawy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/gcgy.c0000644000175000017500000013537612102264454020450 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse gcgparse #define yylex gcglex #define yyerror gcgerror #define yylval gcglval #define yychar gcgchar #define yydebug gcgdebug #define yynerrs gcgnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/gcgy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/gcgy.h" void gcgset_in(FILE *); int gcglex(YYSTYPE *); int gcglex_destroy(void); static void yyerror(sequence_t *, const char *); int gcgy_check(FILE *); sequence_t *gcgy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/gcgy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, NUL = 262, SPC = 263, TER = 264, TXT = 265, BAS = 266 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define NUL 262 #define SPC 263 #define TER 264 #define TXT 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/gcgy.y" char *str; /* Line 293 of yacc.c */ #line 165 "sequence/gcgy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 177 "sequence/gcgy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 5 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 14 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 12 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 11 /* YYNRULES -- Number of rules. */ #define YYNRULES 16 /* YYNRULES -- Number of states. */ #define YYNSTATES 25 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 266 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 12, 15, 16, 19, 23, 26, 27, 30, 32, 37, 41, 43 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 13, 0, -1, 14, 19, 22, -1, 7, -1, 15, 17, -1, 15, 16, -1, -1, 18, 4, -1, 18, 9, 4, -1, 18, 10, -1, -1, 19, 20, -1, 20, -1, 6, 8, 21, 4, -1, 21, 8, 11, -1, 11, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 38, 41, 42, 42, 43, 44, 45, 46, 49, 49, 50, 51, 52, 55 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "INT", "NUL", "SPC", "TER", "TXT", "BAS", "$accept", "gcg", "header", "headlines", "headline1", "headline2", "headtxt", "sequence", "seqline", "seqlist", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 12, 13, 13, 14, 15, 15, 16, 17, 18, 18, 19, 19, 20, 21, 21, 22 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 2, 2, 0, 2, 3, 2, 0, 2, 1, 4, 3, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 6, 3, 0, 0, 10, 1, 0, 0, 12, 5, 4, 0, 0, 16, 11, 2, 7, 0, 9, 15, 0, 8, 13, 0, 14 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 2, 3, 4, 9, 10, 11, 7, 8, 20, 15 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -6 static const yytype_int8 yypact[] = { -5, -6, 8, 3, -6, -6, 2, -2, -6, -6, -6, -4, 0, -6, -6, -6, -6, 9, -6, -6, -1, -6, -6, 1, -6 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -6, -6, -6, -6, -6, -6, -6, -6, 7, -6, -6 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 16, 13, 1, 22, 6, 17, 18, 23, 5, 6, 12, 19, 24, 21, 14 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-6)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 4, 3, 7, 4, 6, 9, 10, 8, 0, 6, 8, 11, 11, 4, 7 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 7, 13, 14, 15, 0, 6, 19, 20, 16, 17, 18, 8, 3, 20, 22, 4, 9, 10, 11, 21, 4, 4, 8, 11 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 10: /* "TXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/gcgy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1120 "sequence/gcgy.c" break; case 11: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/gcgy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1129 "sequence/gcgy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "sequence/gcgy.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 38 "sequence/gcgy.y" { return -1; /*NOTREACHED*/ } break; case 14: /* Line 1806 of yacc.c */ #line 51 "sequence/gcgy.y" { parse_stradd(seq, (yyvsp[(3) - (3)].str)); } break; case 15: /* Line 1806 of yacc.c */ #line 52 "sequence/gcgy.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1459 "sequence/gcgy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 57 "sequence/gcgy.y" /* Checks GCG sequence */ int gcgy_check(FILE *f) { int i; gcgset_in(f); i = yyparse(NULL); if (i == 0) { return i; } gcglex_destroy(); return i; } /* Parse GCG sequence */ sequence_t *gcgy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } gcgset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } gcglex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/codatal.l0000644000175000017500000001244512105151225021120 0ustar osallouosallou/* codatal.l - CODATA sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/codatay.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x FHEAD %x ENTAG TITAG ALTAG CTTAG ORTAG DATAG ACTAG RETAG COTAG GETAG FUTAG CXTAG %x CLTAG KETAG FETAG SUTAG SETAG SNTAG SEQTAG ENDTAG %x ENTAG2 aln [[:alnum:]] alp [[:alpha:]] asl "\\" com "," cpa ")" dig [[:digit:]] dot "." eol "\n" equ "=" min "-" opa "(" sem ";" sla "/" spc " " und "_" txt .{1,80} ennam [^# \n]{1,80} entyp #type enval (complete|fragments?) acnum {alp}+{und}?{dig}+ gap {min} bas ({alp}|{gap}) sep ({com}|{cpa}|{dot}|{equ}|{opa}|{sla}|{spc}) %% ^[A-Z]{1,10}{spc}+{min}{eol} /* Ignore empty fields made by sreformat tool */ ^{spc}{eol}{spc}+P{spc}R{spc}O{spc}T{spc}E{spc}I{spc}N { BEGIN FHEAD; } {txt} ; /* Ignore file header */ {eol}/{asl}{3} { BEGIN INITIAL; } {eol} ; ^{asl}{3}{eol} ; /* Ignore file trailer */ ^ENTRY{spc}{10,11} { BEGIN ENTAG; return EN; } {ennam} { BEGIN ENTAG2; yylval->str = strdup(yytext); return ENNAM; } {spc}+/{eol} ; /* Trailing spaces ignored */ {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } {txt} { return ENTXT; } {eol} { BEGIN INITIAL; return EOL; } ^TITLE{spc}{10,11} { BEGIN TITAG; return TI; } ^{spc}{16}/{txt} { return NXT; } {txt} { yylval->str = strdup(yytext); return TITXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^ALTERNATE_NAMES{spc} { BEGIN ALTAG; return AL; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^CONTAINS{spc}{8} { BEGIN CTTAG; return CT; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^ORGANISM{spc}{8} { BEGIN ORTAG; return OR; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^DATE{spc}{12} { BEGIN DATAG; return DA; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^ACCESSIONS{spc}{6} { BEGIN ACTAG; return AC; } ^{spc}{16}/{acnum} { return NXT; } {acnum} { yylval->str = strdup(yytext); return ACNUM; } {sem}{spc} { return SEP; } {sem}/{eol} { return CNT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^REFERENCE{spc}{7} { BEGIN RETAG; return RE; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^COMMENT{spc}{9} { BEGIN COTAG; return CO; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^GENETICS({spc}{8})? { BEGIN GETAG; return GE; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^FUNCTION({spc}{8})? { BEGIN FUTAG; return FU; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^COMPLEX{spc}{9} { BEGIN CXTAG; return CX; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^CLASSIFICATION{spc}{2} { BEGIN CLTAG; return CL; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^KEYWORDS{spc}{8} { BEGIN KETAG; return KE; } ^{spc}{16}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{16} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^FEATURE/{eol} { BEGIN FETAG; return FE; } ^{spc}{3}/{txt} { return NXT; } {txt} { return TXT; } {eol}/{spc}{3} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } ^SUMMARY{spc}{9} { BEGIN SUTAG; return SU; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^SEQUENCE{spc}*/{eol} { BEGIN SETAG; return SE; } {eol} { BEGIN SNTAG; return EOL; } . { return ERR; } ^{spc}{16,18} { return SN; } {dig}+ { return INT; } {spc}+ { return SPC; } {eol} { BEGIN SEQTAG; return EOL; } . { return ERR; } ^{spc}+ { return SEQ; } {dig}+ { return INT; } {bas} { yylval->str = strdup(yytext); return BAS; } {sep}+ { return SEP; } {eol}/{spc} { return EOL; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{sla}{3} { BEGIN ENDTAG; return END; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/gcgy.y0000644000175000017500000000324212102264365020461 0ustar osallouosallou/* gcgy.y - GCG sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/gcgy.h" void gcgset_in(FILE *); int gcglex(YYSTYPE *); int gcglex_destroy(void); static void yyerror(sequence_t *, const char *); int gcgy_check(FILE *); sequence_t *gcgy_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token END EOL ERR INT NUL SPC TER %token TXT BAS %% gcg : header sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; header : headlines headline2 ; headlines : headlines headline1 | ; headline1 : headtxt EOL ; headline2 : headtxt TER EOL ; headtxt : headtxt TXT | /* Empty */ ; sequence : sequence seqline | seqline ; seqline : INT SPC seqlist EOL ; seqlist : seqlist SPC BAS { parse_stradd(seq, $3); } | BAS { parse_stradd(seq, $1); } ; end : END ; %% /* Checks GCG sequence */ int gcgy_check(FILE *f) { int i; gcgset_in(f); i = yyparse(NULL); if (i == 0) { return i; } gcglex_destroy(); return i; } /* Parse GCG sequence */ sequence_t *gcgy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } gcgset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } gcglex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/embl.c0000644000175000017500000001034112075003306020412 0ustar osallouosallou/* embl.c - EMBL sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/embl.h" /* Functions prototypes */ extern sequence_t *embly_parse(FILE *); extern int embly_check(FILE *); /* Parse EMBL sequence */ sequence_t *embl_parse(FILE *f) { sequence_t *seq; seq = embly_parse(f); return seq; } /* Check EMBL sequence */ int embl_check(FILE *f) { int i; i = embly_check(f); return i; } /* Print EMBL sequence */ /* FIXME: Add `XX' spacers ... */ void embl_print(FILE *f, sequence_t *seq) { char *p, *q, *z, **x; const char *r, *s, *t; int v; long i, l, max; size_t len, sep, nba, nbt, nbc, nbg, nbo; if (seq == NULL) { return; } /* Inits */ max = 80; /* Name */ r = (seq->acc) ? *seq->acc : (seq->nam) ? seq->nam : "UNKNOWN"; v = (seq->ver > 0) ? seq->ver : 1; t = "XXX"; len = seq->strlen; (void)fprintf(f, "ID %s; SV %d; %s; %s; %s; %s; %lu BP.\n", r, v, t, t, t, t, len); /* Accession */ if (seq->acc != NULL) { x = seq->acc; l = 0; while (x && *x) { switch (l) { case 0: s = "AC "; break; case 5: s = ""; break; default: s = "; "; break; } len = strlen(*x); sep = strlen(s); if (l + len + 2 > max - 5) { l = 0; (void)fprintf(f, ";\n"); continue; } (void)fprintf(f, "%s%s", s, *x); l += sep + len; x++; } (void)fprintf(f, ";\n"); } /* Description */ p = seq->dsc; while (p && *p) { while (*p && *p == ' ') { p++; } (void)fprintf(f, "DE "); q = p; i = 0; while (*q && q - p < max - 5) { q++; } z = q; while (/*CONSTCOND*/1) { /* Do not split words */ while (q - p > 0 && *q && *q != ' ' && i == 0) { q--; continue; } /* Split words longer than max-5 */ while (q - p > 0 && *q && *q != '-' && i == 1) { q--; continue; } if (q == p) { q = z; if (i == 1) { break; } i = 1; continue; } /* Check for trailing '-' */ if (*q == '-' && q - p + 1 > max - 5) { q--; continue; } if (*q == '-') { q++; } break; } while (*p && q - p > 0) { (void)fputc(*p, f); p++; } (void)fputc('\n', f); p = q; } /* Keywords */ x = seq->kwd; l = 5; (void)fprintf(f, "KW "); while (x && *x) { switch (l) { case 0: s = "KW "; break; case 5: s = ""; break; default: s = "; "; break; } len = strlen(*x); sep = strlen(s); if (l > 5 && l + sep + len + 1 > max) { (void)fprintf(f , ";\n"); l = 0; continue; } if (l + sep + len + 1 < max) { (void)fprintf(f, "%s%s", s, *x); l += sep + len; x++; continue; } (void)fprintf(f, "%s", s); l += sep; p = *x; i = 0; while (p && *p) { while (*p && *p == ' ') { p++; } q = p; while (*q && l + 1 + q - p < max) { q++; } while (/*CONSTCOND*/1) { /* Do not split words */ while (q - p > 0 && *q && *q != ' ') { q--; continue; } break; } i = q - p; while (*p && q - p > 0) { (void)fputc(*p, f); p++; } if (*p) { (void)fprintf(f, "\nKW "); } len = 5; p = q; } l += i; if (*(x+1) != NULL) { l = 0; (void)fprintf(f, ";\n"); } x++; } (void)fprintf(f, ".\n"); /* Sequence header */ p = seq->str; nba = nbt = nbc = nbg = nbo = 0; while (*p) { switch (*p) { case 'A': case 'a': nba++; break; case 'T': case 't': nbt++; break; case 'C': case 'c': nbc++; break; case 'G': case 'g': nbg++; break; default: nbo++; break; } p++; } (void)fprintf(f, "SQ Sequence %lu BP", seq->strlen); (void)fprintf(f, "; %lu A; %lu C; %lu G; %lu T", nba, nbc, nbg, nbt); (void)fprintf(f, "; %lu other;\n", nbo); /* Sequence */ p = seq->str; len = seq->strlen; while (*p) { l = p - seq->str; if (l % 60 == 0 && l > 0 ) { (void)fprintf(f, "%10li\n", l); } if (l % 60 == 0) { (void)fprintf(f, " "); } if (l % 10 == 0 && l % 60 != 0) { (void)fputc(' ', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } if ((p - seq->str) % 60 != 0) { l = 60 - len % 60; l += l / 10; while (l--) { (void)fputc(' ', f); } } (void)fprintf(f, "%10lu\n", len); /* End */ (void)fprintf(f, "//\n"); return; } squizz-0.99b+dfsg.orig/lib/sequence/nbrfl.l0000644000175000017500000000340412075270576020630 0ustar osallouosallou/* nbrfl.l - NBRF sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/nbrfy.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HTAG HNAM DESC SEQS alp [[:alpha:]] com "," cpa ")" dot "." eol "\n" equ "=" min "-" opa "(" que "?" sem ";" sla "/" spc " " sta "*" sup ">" til "~" nam [^ \n]+ tag ([PpFfDd]1|[DdRr][LlCl]|[Nn][13]) gap ({min}|{que}|{til}) bas ({alp}|{sta}|{gap}){1,80} pun ({com}|{cpa}|{dot}|{equ}|{opa}|{sla}) txt .{1,80} %% ^{eol} ; /* Empty lines ignored */ ^{sup}/{tag} { BEGIN HTAG; return SUP; } {tag}/{sem} { return TAG; } {sem} { BEGIN HNAM; return SEM; } {eol} { return ERR; } . { return ERR; } {spc}/{nam} ; /* Leading spaces ignored */ {nam} { yylval->str = strdup(yytext); return NAM; } {spc}+/{eol} ; /* Trailing spaces ignored */ {eol} { BEGIN DESC; return EOL; } . { return ERR; } {txt} { yylval->str = strdup(yytext); return TXT; } {eol} { BEGIN SEQS; return EOL; } {bas} { yylval->str = strdup(yytext); return BAS; } {pun} ; /* Punctuation ignored */ {spc} ; /* Spaces ignored */ {eol} ; /* Newlines ignored */ {eol}/{sup} { BEGIN INITIAL; return END; } <> { BEGIN INITIAL; return END; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/igl.l0000644000175000017500000000302412075270563020272 0ustar osallouosallou/* igl.l - IG sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/igy.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HCOM HNAM SEQS alp [[:alpha:]] blk [[:blank:]] dot "." eol "\n" min "-" sem ";" spc " " sta "*" til "~" txt .{1,80} nam [^ \t\n]{1,80} gap ({min}|{dot}|{til}) bas ({alp}|{gap}|{sta}){1,80} typ [12] %% ^{eol} ; /* Empty lines ignored */ ^{sem}/{txt} { BEGIN HCOM; return SEM; } ^{sem}/{eol} { BEGIN HCOM; return SEM; } {txt} { yylval->str = strdup(yytext); return TXT; } {eol} { BEGIN HNAM; return EOL; } {eol}/{sem} { BEGIN INITIAL; return EOL; } {nam} { yylval->str = strdup(yytext); return NAM; } ^{blk}+ ; /* Leading spaces ignored */ {blk}+/{eol} ; /* Trailing spaces ignored */ {eol} { BEGIN SEQS; return EOL; } . { return ERR; } {bas} { yylval->str = strdup(yytext); return BAS; } {blk} ; /* Spaces ignored */ {typ} { return TYP; } {eol} ; /* Newlines ignored */ {eol}/{sem} { BEGIN INITIAL; return END; } <> { BEGIN INITIAL; return END; } . { return ERR; } <> { BEGIN INITIAL; return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/fastal.c0000644000175000017500000023360112075270346020765 0ustar osallouosallou#line 2 "sequence/fastal.c" #line 4 "sequence/fastal.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer fasta_create_buffer #define yy_delete_buffer fasta_delete_buffer #define yy_flex_debug fasta_flex_debug #define yy_init_buffer fasta_init_buffer #define yy_flush_buffer fasta_flush_buffer #define yy_load_buffer_state fasta_load_buffer_state #define yy_switch_to_buffer fasta_switch_to_buffer #define yyin fastain #define yyleng fastaleng #define yylex fastalex #define yylineno fastalineno #define yyout fastaout #define yyrestart fastarestart #define yytext fastatext #define yywrap fastawrap #define yyalloc fastaalloc #define yyrealloc fastarealloc #define yyfree fastafree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE fastarestart(fastain ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int fastaleng; extern FILE *fastain, *fastaout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up fastatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up fastatext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via fastarestart()), so that the user can continue scanning by * just pointing fastain at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when fastatext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int fastaleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow fastawrap()'s to do buffer switches * instead of setting up a fresh fastain. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void fastarestart (FILE *input_file ); void fasta_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE fasta_create_buffer (FILE *file,int size ); void fasta_delete_buffer (YY_BUFFER_STATE b ); void fasta_flush_buffer (YY_BUFFER_STATE b ); void fastapush_buffer_state (YY_BUFFER_STATE new_buffer ); void fastapop_buffer_state (void ); static void fastaensure_buffer_stack (void ); static void fasta_load_buffer_state (void ); static void fasta_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER fasta_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE fasta_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE fasta_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE fasta_scan_bytes (yyconst char *bytes,int len ); void *fastaalloc (yy_size_t ); void *fastarealloc (void *,yy_size_t ); void fastafree (void * ); #define yy_new_buffer fasta_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ fastaensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ fasta_create_buffer(fastain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ fastaensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ fasta_create_buffer(fastain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define fastawrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *fastain = (FILE *) 0, *fastaout = (FILE *) 0; typedef int yy_state_type; extern int fastalineno; int fastalineno = 1; extern char *fastatext; #define yytext_ptr fastatext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up fastatext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ fastaleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 16 #define YY_END_OF_BUFFER 17 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[430] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 15, 14, 15, 1, 2, 4, 6, 5, 4, 4, 4, 7, 8, 13, 10, 11, 9, 9, 0, 1, 4, 5, 4, 7, 12, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 3, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 4, 4, 7, 9, 9, 0, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 6, 1, 1, 1, 7, 1, 8, 1, 1, 1, 1, 1, 1, 1, 9, 1, 1, 10, 1, 1, 11, 11, 12, 13, 11, 14, 11, 11, 11, 11, 11, 12, 11, 15, 11, 14, 11, 13, 11, 11, 11, 11, 11, 11, 11, 11, 1, 1, 1, 1, 1, 1, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1, 1, 1, 16, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[17] = { 0, 1, 2, 3, 4, 5, 5, 1, 1, 1, 1, 5, 5, 5, 5, 5, 5 } ; static yyconst flex_int16_t yy_base[749] = { 0, 944, 0, 8, 21, 943, 938, 36, 0, 937, 1564, 1564, 929, 1564, 1564, 0, 1564, 927, 914, 915, 0, 0, 1564, 1564, 1564, 907, 0, 3, 913, 1564, 0, 907, 898, 0, 1564, 11, 12, 0, 0, 0, 14, 47, 0, 899, 0, 48, 49, 0, 898, 1564, 0, 50, 51, 0, 893, 0, 52, 53, 0, 889, 0, 54, 55, 0, 884, 0, 56, 67, 0, 883, 0, 68, 69, 0, 878, 0, 70, 71, 0, 874, 0, 72, 73, 0, 869, 0, 74, 75, 0, 868, 0, 76, 87, 0, 863, 0, 88, 89, 0, 859, 0, 90, 91, 0, 854, 0, 92, 93, 0, 853, 0, 94, 95, 0, 848, 0, 96, 107, 0, 844, 0, 108, 109, 0, 839, 0, 110, 111, 0, 838, 0, 112, 113, 0, 833, 0, 114, 115, 0, 829, 0, 116, 127, 0, 824, 0, 128, 129, 0, 823, 0, 130, 131, 0, 818, 0, 132, 133, 0, 814, 0, 134, 135, 0, 809, 0, 136, 147, 0, 808, 0, 148, 149, 0, 803, 0, 150, 151, 0, 799, 0, 152, 153, 0, 794, 0, 154, 155, 0, 793, 0, 156, 167, 0, 788, 0, 168, 169, 0, 784, 0, 170, 171, 0, 779, 0, 172, 173, 0, 778, 0, 174, 175, 0, 773, 0, 176, 187, 0, 769, 0, 188, 189, 0, 764, 0, 190, 191, 0, 763, 0, 192, 193, 0, 758, 0, 194, 195, 0, 754, 0, 196, 207, 0, 749, 0, 208, 209, 0, 748, 0, 210, 211, 0, 743, 0, 212, 213, 0, 739, 0, 214, 215, 0, 734, 0, 216, 227, 0, 733, 0, 228, 229, 0, 728, 0, 230, 231, 0, 724, 0, 232, 233, 0, 719, 0, 234, 235, 0, 718, 0, 236, 247, 0, 713, 0, 248, 249, 0, 709, 0, 250, 251, 0, 704, 0, 252, 253, 0, 703, 0, 254, 255, 0, 698, 0, 256, 267, 0, 694, 0, 268, 269, 0, 689, 0, 270, 271, 0, 688, 0, 272, 273, 0, 683, 0, 274, 275, 0, 679, 0, 276, 287, 0, 674, 0, 288, 289, 0, 673, 0, 290, 291, 0, 668, 0, 292, 293, 0, 664, 0, 294, 295, 0, 659, 0, 296, 307, 0, 658, 0, 308, 309, 0, 653, 0, 310, 311, 0, 649, 0, 312, 313, 0, 644, 0, 314, 315, 0, 643, 0, 316, 327, 0, 638, 0, 328, 329, 0, 634, 0, 330, 331, 0, 629, 0, 332, 333, 0, 628, 0, 334, 335, 0, 623, 0, 336, 347, 0, 619, 0, 348, 349, 1564, 614, 1564, 1564, 1564, 613, 1564, 365, 370, 375, 379, 383, 388, 606, 393, 398, 602, 403, 408, 413, 597, 418, 423, 428, 596, 433, 438, 443, 591, 448, 453, 458, 587, 463, 468, 473, 582, 478, 483, 488, 581, 493, 498, 503, 576, 508, 513, 518, 572, 523, 528, 533, 567, 538, 543, 548, 566, 553, 558, 563, 561, 568, 573, 578, 557, 583, 588, 593, 552, 598, 603, 608, 551, 613, 618, 623, 546, 628, 633, 638, 542, 643, 648, 653, 537, 658, 663, 668, 536, 673, 678, 683, 531, 688, 693, 698, 527, 703, 708, 713, 522, 718, 723, 728, 521, 733, 738, 743, 516, 748, 753, 758, 512, 763, 768, 773, 507, 778, 783, 788, 506, 793, 798, 803, 501, 808, 813, 818, 497, 823, 828, 833, 492, 838, 843, 848, 491, 853, 858, 863, 486, 868, 873, 878, 482, 883, 888, 893, 477, 898, 903, 908, 476, 913, 918, 923, 471, 928, 933, 938, 467, 943, 948, 953, 462, 958, 963, 968, 461, 973, 978, 983, 456, 988, 993, 998, 452, 1003, 1008, 1013, 447, 1018, 1023, 1028, 446, 1033, 1038, 1043, 441, 1048, 1053, 1058, 437, 1063, 1068, 1073, 432, 1078, 1083, 1088, 431, 1093, 1098, 1103, 426, 1108, 1113, 1118, 422, 1123, 1128, 1133, 417, 1138, 1143, 1148, 416, 1153, 1158, 1163, 411, 1168, 1173, 1178, 407, 1183, 1188, 1193, 406, 1198, 1203, 1208, 402, 1213, 1218, 1223, 401, 1228, 1233, 1238, 396, 1243, 1248, 1253, 392, 1258, 1263, 1268, 391, 1273, 1278, 1283, 386, 1288, 1293, 1298, 382, 1303, 1308, 1313, 381, 1318, 1323, 1328, 357, 1333, 1338, 1343, 356, 1348, 1353, 1358, 355, 1363, 1368, 1373, 354, 1378, 1383, 1388, 353, 1393, 1398, 1403, 352, 1408, 1413, 1418, 351, 1423, 1428, 1433, 28, 1438, 1443, 1448, 27, 1453, 1458, 1463, 26, 1468, 1473, 1478, 24, 1483, 1488, 1493, 21, 1498, 1503, 1508, 10, 1513, 1518, 1523, 9, 1528, 1533, 1538, 8, 1543, 1548, 1553, 0, 1558 } ; static yyconst flex_int16_t yy_def[749] = { 0, 430, 430, 431, 431, 432, 432, 429, 7, 429, 429, 429, 433, 429, 429, 434, 429, 429, 434, 434, 434, 435, 429, 429, 429, 429, 436, 436, 433, 429, 437, 429, 437, 438, 429, 439, 439, 440, 441, 442, 443, 443, 444, 445, 446, 447, 447, 448, 449, 429, 450, 451, 451, 452, 453, 454, 455, 455, 456, 457, 458, 459, 459, 460, 461, 462, 463, 463, 464, 465, 466, 467, 467, 468, 469, 470, 471, 471, 472, 473, 474, 475, 475, 476, 477, 478, 479, 479, 480, 481, 482, 483, 483, 484, 485, 486, 487, 487, 488, 489, 490, 491, 491, 492, 493, 494, 495, 495, 496, 497, 498, 499, 499, 500, 501, 502, 503, 503, 504, 505, 506, 507, 507, 508, 509, 510, 511, 511, 512, 513, 514, 515, 515, 516, 517, 518, 519, 519, 520, 521, 522, 523, 523, 524, 525, 526, 527, 527, 528, 529, 530, 531, 531, 532, 533, 534, 535, 535, 536, 537, 538, 539, 539, 540, 541, 542, 543, 543, 544, 545, 546, 547, 547, 548, 549, 550, 551, 551, 552, 553, 554, 555, 555, 556, 557, 558, 559, 559, 560, 561, 562, 563, 563, 564, 565, 566, 567, 567, 568, 569, 570, 571, 571, 572, 573, 574, 575, 575, 576, 577, 578, 579, 579, 580, 581, 582, 583, 583, 584, 585, 586, 587, 587, 588, 589, 590, 591, 591, 592, 593, 594, 595, 595, 596, 597, 598, 599, 599, 600, 601, 602, 603, 603, 604, 605, 606, 607, 607, 608, 609, 610, 611, 611, 612, 613, 614, 615, 615, 616, 617, 618, 619, 619, 620, 621, 622, 623, 623, 624, 625, 626, 627, 627, 628, 629, 630, 631, 631, 632, 633, 634, 635, 635, 636, 637, 638, 639, 639, 640, 641, 642, 643, 643, 644, 645, 646, 647, 647, 648, 649, 650, 651, 651, 652, 653, 654, 655, 655, 656, 657, 658, 659, 659, 660, 661, 662, 663, 663, 664, 665, 666, 667, 667, 668, 669, 670, 671, 671, 672, 673, 674, 675, 675, 676, 677, 678, 679, 679, 680, 681, 682, 683, 683, 684, 685, 686, 687, 687, 688, 689, 690, 691, 691, 692, 693, 694, 695, 695, 696, 697, 698, 699, 699, 700, 701, 702, 703, 703, 704, 705, 706, 707, 707, 708, 709, 710, 711, 711, 712, 713, 714, 715, 715, 716, 717, 718, 719, 719, 720, 721, 722, 723, 723, 724, 725, 726, 727, 727, 728, 729, 730, 731, 731, 732, 733, 734, 735, 735, 736, 737, 738, 739, 739, 740, 741, 742, 743, 743, 744, 745, 746, 747, 747, 429, 748, 429, 429, 429, 748, 0, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429 } ; static yyconst flex_int16_t yy_nxt[1581] = { 0, 429, 12, 13, 12, 426, 36, 32, 32, 36, 14, 16, 17, 421, 416, 411, 36, 41, 41, 36, 46, 18, 19, 20, 16, 17, 406, 41, 41, 401, 46, 396, 391, 386, 18, 19, 20, 23, 24, 25, 24, 26, 27, 23, 23, 23, 23, 26, 26, 26, 26, 26, 27, 46, 52, 52, 57, 57, 62, 62, 67, 67, 72, 46, 52, 52, 57, 57, 62, 62, 67, 67, 72, 72, 77, 77, 82, 82, 87, 87, 92, 92, 97, 72, 77, 77, 82, 82, 87, 87, 92, 92, 97, 97, 102, 102, 107, 107, 112, 112, 117, 117, 122, 97, 102, 102, 107, 107, 112, 112, 117, 117, 122, 122, 127, 127, 132, 132, 137, 137, 142, 142, 147, 122, 127, 127, 132, 132, 137, 137, 142, 142, 147, 147, 152, 152, 157, 157, 162, 162, 167, 167, 172, 147, 152, 152, 157, 157, 162, 162, 167, 167, 172, 172, 177, 177, 182, 182, 187, 187, 192, 192, 197, 172, 177, 177, 182, 182, 187, 187, 192, 192, 197, 197, 202, 202, 207, 207, 212, 212, 217, 217, 222, 197, 202, 202, 207, 207, 212, 212, 217, 217, 222, 222, 227, 227, 232, 232, 237, 237, 242, 242, 247, 222, 227, 227, 232, 232, 237, 237, 242, 242, 247, 247, 252, 252, 257, 257, 262, 262, 267, 267, 272, 247, 252, 252, 257, 257, 262, 262, 267, 267, 272, 272, 277, 277, 282, 282, 287, 287, 292, 292, 297, 272, 277, 277, 282, 282, 287, 287, 292, 292, 297, 297, 302, 302, 307, 307, 312, 312, 317, 317, 322, 297, 302, 302, 307, 307, 312, 312, 317, 317, 322, 322, 327, 327, 332, 332, 337, 337, 342, 342, 347, 322, 327, 327, 332, 332, 337, 337, 342, 342, 347, 347, 352, 352, 357, 357, 362, 362, 367, 367, 372, 347, 352, 352, 357, 357, 362, 362, 367, 367, 372, 372, 377, 377, 382, 382, 387, 387, 392, 392, 397, 372, 377, 377, 382, 382, 387, 387, 392, 392, 397, 397, 402, 402, 407, 407, 412, 412, 417, 417, 422, 397, 402, 402, 407, 407, 412, 412, 417, 417, 422, 422, 427, 427, 381, 376, 371, 366, 361, 356, 351, 422, 427, 427, 10, 10, 10, 10, 10, 15, 15, 15, 15, 15, 21, 21, 21, 21, 21, 28, 28, 28, 30, 30, 346, 341, 30, 33, 33, 336, 33, 33, 37, 37, 331, 326, 37, 39, 39, 321, 39, 39, 42, 42, 316, 311, 42, 43, 43, 306, 301, 43, 44, 44, 296, 44, 44, 47, 47, 291, 286, 47, 48, 48, 48, 281, 48, 50, 50, 276, 50, 50, 53, 53, 271, 266, 53, 54, 54, 54, 261, 54, 55, 55, 256, 55, 55, 58, 58, 251, 246, 58, 59, 59, 59, 241, 59, 60, 60, 236, 60, 60, 63, 63, 231, 226, 63, 64, 64, 64, 221, 64, 65, 65, 216, 65, 65, 68, 68, 211, 206, 68, 69, 69, 69, 201, 69, 70, 70, 196, 70, 70, 73, 73, 191, 186, 73, 74, 74, 74, 181, 74, 75, 75, 176, 75, 75, 78, 78, 171, 166, 78, 79, 79, 79, 161, 79, 80, 80, 156, 80, 80, 83, 83, 151, 146, 83, 84, 84, 84, 141, 84, 85, 85, 136, 85, 85, 88, 88, 131, 126, 88, 89, 89, 89, 121, 89, 90, 90, 116, 90, 90, 93, 93, 111, 106, 93, 94, 94, 94, 101, 94, 95, 95, 96, 95, 95, 98, 98, 91, 86, 98, 99, 99, 99, 81, 99, 100, 100, 76, 100, 100, 103, 103, 71, 66, 103, 104, 104, 104, 61, 104, 105, 105, 56, 105, 105, 108, 108, 51, 45, 108, 109, 109, 109, 40, 109, 110, 110, 35, 110, 110, 113, 113, 49, 49, 113, 114, 114, 114, 49, 114, 115, 115, 49, 115, 115, 118, 118, 49, 49, 118, 119, 119, 119, 49, 119, 120, 120, 49, 120, 120, 123, 123, 49, 49, 123, 124, 124, 124, 49, 124, 125, 125, 49, 125, 125, 128, 128, 49, 49, 128, 129, 129, 129, 49, 129, 130, 130, 49, 130, 130, 133, 133, 49, 49, 133, 134, 134, 134, 49, 134, 135, 135, 49, 135, 135, 138, 138, 49, 49, 138, 139, 139, 139, 49, 139, 140, 140, 49, 140, 140, 143, 143, 49, 49, 143, 144, 144, 144, 49, 144, 145, 145, 49, 145, 145, 148, 148, 49, 49, 148, 149, 149, 149, 49, 149, 150, 150, 49, 150, 150, 153, 153, 49, 49, 153, 154, 154, 154, 49, 154, 155, 155, 49, 155, 155, 158, 158, 49, 49, 158, 159, 159, 159, 49, 159, 160, 160, 49, 160, 160, 163, 163, 49, 49, 163, 164, 164, 164, 49, 164, 165, 165, 49, 165, 165, 168, 168, 49, 49, 168, 169, 169, 169, 49, 169, 170, 170, 49, 170, 170, 173, 173, 49, 49, 173, 174, 174, 174, 49, 174, 175, 175, 49, 175, 175, 178, 178, 49, 49, 178, 179, 179, 179, 49, 179, 180, 180, 49, 180, 180, 183, 183, 49, 49, 183, 184, 184, 184, 49, 184, 185, 185, 49, 185, 185, 188, 188, 49, 49, 188, 189, 189, 189, 49, 189, 190, 190, 49, 190, 190, 193, 193, 49, 49, 193, 194, 194, 194, 49, 194, 195, 195, 49, 195, 195, 198, 198, 49, 49, 198, 199, 199, 199, 49, 199, 200, 200, 49, 200, 200, 203, 203, 49, 49, 203, 204, 204, 204, 49, 204, 205, 205, 49, 205, 205, 208, 208, 49, 49, 208, 209, 209, 209, 38, 209, 210, 210, 31, 210, 210, 213, 213, 29, 34, 213, 214, 214, 214, 32, 214, 215, 215, 32, 215, 215, 218, 218, 31, 29, 218, 219, 219, 219, 429, 219, 220, 220, 22, 220, 220, 223, 223, 22, 11, 223, 224, 224, 224, 429, 224, 225, 225, 429, 225, 225, 228, 228, 429, 429, 228, 229, 229, 229, 429, 229, 230, 230, 429, 230, 230, 233, 233, 429, 429, 233, 234, 234, 234, 429, 234, 235, 235, 429, 235, 235, 238, 238, 429, 429, 238, 239, 239, 239, 429, 239, 240, 240, 429, 240, 240, 243, 243, 429, 429, 243, 244, 244, 244, 429, 244, 245, 245, 429, 245, 245, 248, 248, 429, 429, 248, 249, 249, 249, 429, 249, 250, 250, 429, 250, 250, 253, 253, 429, 429, 253, 254, 254, 254, 429, 254, 255, 255, 429, 255, 255, 258, 258, 429, 429, 258, 259, 259, 259, 429, 259, 260, 260, 429, 260, 260, 263, 263, 429, 429, 263, 264, 264, 264, 429, 264, 265, 265, 429, 265, 265, 268, 268, 429, 429, 268, 269, 269, 269, 429, 269, 270, 270, 429, 270, 270, 273, 273, 429, 429, 273, 274, 274, 274, 429, 274, 275, 275, 429, 275, 275, 278, 278, 429, 429, 278, 279, 279, 279, 429, 279, 280, 280, 429, 280, 280, 283, 283, 429, 429, 283, 284, 284, 284, 429, 284, 285, 285, 429, 285, 285, 288, 288, 429, 429, 288, 289, 289, 289, 429, 289, 290, 290, 429, 290, 290, 293, 293, 429, 429, 293, 294, 294, 294, 429, 294, 295, 295, 429, 295, 295, 298, 298, 429, 429, 298, 299, 299, 299, 429, 299, 300, 300, 429, 300, 300, 303, 303, 429, 429, 303, 304, 304, 304, 429, 304, 305, 305, 429, 305, 305, 308, 308, 429, 429, 308, 309, 309, 309, 429, 309, 310, 310, 429, 310, 310, 313, 313, 429, 429, 313, 314, 314, 314, 429, 314, 315, 315, 429, 315, 315, 318, 318, 429, 429, 318, 319, 319, 319, 429, 319, 320, 320, 429, 320, 320, 323, 323, 429, 429, 323, 324, 324, 324, 429, 324, 325, 325, 429, 325, 325, 328, 328, 429, 429, 328, 329, 329, 329, 429, 329, 330, 330, 429, 330, 330, 333, 333, 429, 429, 333, 334, 334, 334, 429, 334, 335, 335, 429, 335, 335, 338, 338, 429, 429, 338, 339, 339, 339, 429, 339, 340, 340, 429, 340, 340, 343, 343, 429, 429, 343, 344, 344, 344, 429, 344, 345, 345, 429, 345, 345, 348, 348, 429, 429, 348, 349, 349, 349, 429, 349, 350, 350, 429, 350, 350, 353, 353, 429, 429, 353, 354, 354, 354, 429, 354, 355, 355, 429, 355, 355, 358, 358, 429, 429, 358, 359, 359, 359, 429, 359, 360, 360, 429, 360, 360, 363, 363, 429, 429, 363, 364, 364, 364, 429, 364, 365, 365, 429, 365, 365, 368, 368, 429, 429, 368, 369, 369, 369, 429, 369, 370, 370, 429, 370, 370, 373, 373, 429, 429, 373, 374, 374, 374, 429, 374, 375, 375, 429, 375, 375, 378, 378, 429, 429, 378, 379, 379, 379, 429, 379, 380, 380, 429, 380, 380, 383, 383, 429, 429, 383, 384, 384, 384, 429, 384, 385, 385, 429, 385, 385, 388, 388, 429, 429, 388, 389, 389, 389, 429, 389, 390, 390, 429, 390, 390, 393, 393, 429, 429, 393, 394, 394, 394, 429, 394, 395, 395, 429, 395, 395, 398, 398, 429, 429, 398, 399, 399, 399, 429, 399, 400, 400, 429, 400, 400, 403, 403, 429, 429, 403, 404, 404, 404, 429, 404, 405, 405, 429, 405, 405, 408, 408, 429, 429, 408, 409, 409, 409, 429, 409, 410, 410, 429, 410, 410, 413, 413, 429, 429, 413, 414, 414, 414, 429, 414, 415, 415, 429, 415, 415, 418, 418, 429, 429, 418, 419, 419, 419, 429, 419, 420, 420, 429, 420, 420, 423, 423, 429, 429, 423, 424, 424, 424, 429, 424, 425, 425, 429, 425, 425, 428, 428, 428, 429, 428, 9, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429 } ; static yyconst flex_int16_t yy_chk[1581] = { 0, 0, 2, 2, 2, 747, 26, 20, 20, 27, 2, 3, 3, 743, 739, 735, 26, 35, 36, 27, 40, 3, 3, 3, 4, 4, 731, 35, 36, 727, 40, 723, 719, 715, 4, 4, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 41, 45, 46, 51, 52, 56, 57, 61, 62, 66, 41, 45, 46, 51, 52, 56, 57, 61, 62, 66, 67, 71, 72, 76, 77, 81, 82, 86, 87, 91, 67, 71, 72, 76, 77, 81, 82, 86, 87, 91, 92, 96, 97, 101, 102, 106, 107, 111, 112, 116, 92, 96, 97, 101, 102, 106, 107, 111, 112, 116, 117, 121, 122, 126, 127, 131, 132, 136, 137, 141, 117, 121, 122, 126, 127, 131, 132, 136, 137, 141, 142, 146, 147, 151, 152, 156, 157, 161, 162, 166, 142, 146, 147, 151, 152, 156, 157, 161, 162, 166, 167, 171, 172, 176, 177, 181, 182, 186, 187, 191, 167, 171, 172, 176, 177, 181, 182, 186, 187, 191, 192, 196, 197, 201, 202, 206, 207, 211, 212, 216, 192, 196, 197, 201, 202, 206, 207, 211, 212, 216, 217, 221, 222, 226, 227, 231, 232, 236, 237, 241, 217, 221, 222, 226, 227, 231, 232, 236, 237, 241, 242, 246, 247, 251, 252, 256, 257, 261, 262, 266, 242, 246, 247, 251, 252, 256, 257, 261, 262, 266, 267, 271, 272, 276, 277, 281, 282, 286, 287, 291, 267, 271, 272, 276, 277, 281, 282, 286, 287, 291, 292, 296, 297, 301, 302, 306, 307, 311, 312, 316, 292, 296, 297, 301, 302, 306, 307, 311, 312, 316, 317, 321, 322, 326, 327, 331, 332, 336, 337, 341, 317, 321, 322, 326, 327, 331, 332, 336, 337, 341, 342, 346, 347, 351, 352, 356, 357, 361, 362, 366, 342, 346, 347, 351, 352, 356, 357, 361, 362, 366, 367, 371, 372, 376, 377, 381, 382, 386, 387, 391, 367, 371, 372, 376, 377, 381, 382, 386, 387, 391, 392, 396, 397, 401, 402, 406, 407, 411, 412, 416, 392, 396, 397, 401, 402, 406, 407, 411, 412, 416, 417, 421, 422, 711, 707, 703, 699, 695, 691, 687, 417, 421, 422, 430, 430, 430, 430, 430, 431, 431, 431, 431, 431, 432, 432, 432, 432, 432, 433, 433, 433, 434, 434, 683, 679, 434, 435, 435, 675, 435, 435, 437, 437, 671, 667, 437, 438, 438, 663, 438, 438, 440, 440, 659, 655, 440, 441, 441, 651, 647, 441, 442, 442, 643, 442, 442, 444, 444, 639, 635, 444, 445, 445, 445, 631, 445, 446, 446, 627, 446, 446, 448, 448, 623, 619, 448, 449, 449, 449, 615, 449, 450, 450, 611, 450, 450, 452, 452, 607, 603, 452, 453, 453, 453, 599, 453, 454, 454, 595, 454, 454, 456, 456, 591, 587, 456, 457, 457, 457, 583, 457, 458, 458, 579, 458, 458, 460, 460, 575, 571, 460, 461, 461, 461, 567, 461, 462, 462, 563, 462, 462, 464, 464, 559, 555, 464, 465, 465, 465, 551, 465, 466, 466, 547, 466, 466, 468, 468, 543, 539, 468, 469, 469, 469, 535, 469, 470, 470, 531, 470, 470, 472, 472, 527, 523, 472, 473, 473, 473, 519, 473, 474, 474, 515, 474, 474, 476, 476, 511, 507, 476, 477, 477, 477, 503, 477, 478, 478, 499, 478, 478, 480, 480, 495, 491, 480, 481, 481, 481, 487, 481, 482, 482, 483, 482, 482, 484, 484, 479, 475, 484, 485, 485, 485, 471, 485, 486, 486, 467, 486, 486, 488, 488, 463, 459, 488, 489, 489, 489, 455, 489, 490, 490, 451, 490, 490, 492, 492, 447, 443, 492, 493, 493, 493, 439, 493, 494, 494, 436, 494, 494, 496, 496, 428, 424, 496, 497, 497, 497, 419, 497, 498, 498, 414, 498, 498, 500, 500, 409, 404, 500, 501, 501, 501, 399, 501, 502, 502, 394, 502, 502, 504, 504, 389, 384, 504, 505, 505, 505, 379, 505, 506, 506, 374, 506, 506, 508, 508, 369, 364, 508, 509, 509, 509, 359, 509, 510, 510, 354, 510, 510, 512, 512, 349, 344, 512, 513, 513, 513, 339, 513, 514, 514, 334, 514, 514, 516, 516, 329, 324, 516, 517, 517, 517, 319, 517, 518, 518, 314, 518, 518, 520, 520, 309, 304, 520, 521, 521, 521, 299, 521, 522, 522, 294, 522, 522, 524, 524, 289, 284, 524, 525, 525, 525, 279, 525, 526, 526, 274, 526, 526, 528, 528, 269, 264, 528, 529, 529, 529, 259, 529, 530, 530, 254, 530, 530, 532, 532, 249, 244, 532, 533, 533, 533, 239, 533, 534, 534, 234, 534, 534, 536, 536, 229, 224, 536, 537, 537, 537, 219, 537, 538, 538, 214, 538, 538, 540, 540, 209, 204, 540, 541, 541, 541, 199, 541, 542, 542, 194, 542, 542, 544, 544, 189, 184, 544, 545, 545, 545, 179, 545, 546, 546, 174, 546, 546, 548, 548, 169, 164, 548, 549, 549, 549, 159, 549, 550, 550, 154, 550, 550, 552, 552, 149, 144, 552, 553, 553, 553, 139, 553, 554, 554, 134, 554, 554, 556, 556, 129, 124, 556, 557, 557, 557, 119, 557, 558, 558, 114, 558, 558, 560, 560, 109, 104, 560, 561, 561, 561, 99, 561, 562, 562, 94, 562, 562, 564, 564, 89, 84, 564, 565, 565, 565, 79, 565, 566, 566, 74, 566, 566, 568, 568, 69, 64, 568, 569, 569, 569, 59, 569, 570, 570, 54, 570, 570, 572, 572, 48, 43, 572, 573, 573, 573, 32, 573, 574, 574, 31, 574, 574, 576, 576, 28, 25, 576, 577, 577, 577, 19, 577, 578, 578, 18, 578, 578, 580, 580, 17, 12, 580, 581, 581, 581, 9, 581, 582, 582, 6, 582, 582, 584, 584, 5, 1, 584, 585, 585, 585, 0, 585, 586, 586, 0, 586, 586, 588, 588, 0, 0, 588, 589, 589, 589, 0, 589, 590, 590, 0, 590, 590, 592, 592, 0, 0, 592, 593, 593, 593, 0, 593, 594, 594, 0, 594, 594, 596, 596, 0, 0, 596, 597, 597, 597, 0, 597, 598, 598, 0, 598, 598, 600, 600, 0, 0, 600, 601, 601, 601, 0, 601, 602, 602, 0, 602, 602, 604, 604, 0, 0, 604, 605, 605, 605, 0, 605, 606, 606, 0, 606, 606, 608, 608, 0, 0, 608, 609, 609, 609, 0, 609, 610, 610, 0, 610, 610, 612, 612, 0, 0, 612, 613, 613, 613, 0, 613, 614, 614, 0, 614, 614, 616, 616, 0, 0, 616, 617, 617, 617, 0, 617, 618, 618, 0, 618, 618, 620, 620, 0, 0, 620, 621, 621, 621, 0, 621, 622, 622, 0, 622, 622, 624, 624, 0, 0, 624, 625, 625, 625, 0, 625, 626, 626, 0, 626, 626, 628, 628, 0, 0, 628, 629, 629, 629, 0, 629, 630, 630, 0, 630, 630, 632, 632, 0, 0, 632, 633, 633, 633, 0, 633, 634, 634, 0, 634, 634, 636, 636, 0, 0, 636, 637, 637, 637, 0, 637, 638, 638, 0, 638, 638, 640, 640, 0, 0, 640, 641, 641, 641, 0, 641, 642, 642, 0, 642, 642, 644, 644, 0, 0, 644, 645, 645, 645, 0, 645, 646, 646, 0, 646, 646, 648, 648, 0, 0, 648, 649, 649, 649, 0, 649, 650, 650, 0, 650, 650, 652, 652, 0, 0, 652, 653, 653, 653, 0, 653, 654, 654, 0, 654, 654, 656, 656, 0, 0, 656, 657, 657, 657, 0, 657, 658, 658, 0, 658, 658, 660, 660, 0, 0, 660, 661, 661, 661, 0, 661, 662, 662, 0, 662, 662, 664, 664, 0, 0, 664, 665, 665, 665, 0, 665, 666, 666, 0, 666, 666, 668, 668, 0, 0, 668, 669, 669, 669, 0, 669, 670, 670, 0, 670, 670, 672, 672, 0, 0, 672, 673, 673, 673, 0, 673, 674, 674, 0, 674, 674, 676, 676, 0, 0, 676, 677, 677, 677, 0, 677, 678, 678, 0, 678, 678, 680, 680, 0, 0, 680, 681, 681, 681, 0, 681, 682, 682, 0, 682, 682, 684, 684, 0, 0, 684, 685, 685, 685, 0, 685, 686, 686, 0, 686, 686, 688, 688, 0, 0, 688, 689, 689, 689, 0, 689, 690, 690, 0, 690, 690, 692, 692, 0, 0, 692, 693, 693, 693, 0, 693, 694, 694, 0, 694, 694, 696, 696, 0, 0, 696, 697, 697, 697, 0, 697, 698, 698, 0, 698, 698, 700, 700, 0, 0, 700, 701, 701, 701, 0, 701, 702, 702, 0, 702, 702, 704, 704, 0, 0, 704, 705, 705, 705, 0, 705, 706, 706, 0, 706, 706, 708, 708, 0, 0, 708, 709, 709, 709, 0, 709, 710, 710, 0, 710, 710, 712, 712, 0, 0, 712, 713, 713, 713, 0, 713, 714, 714, 0, 714, 714, 716, 716, 0, 0, 716, 717, 717, 717, 0, 717, 718, 718, 0, 718, 718, 720, 720, 0, 0, 720, 721, 721, 721, 0, 721, 722, 722, 0, 722, 722, 724, 724, 0, 0, 724, 725, 725, 725, 0, 725, 726, 726, 0, 726, 726, 728, 728, 0, 0, 728, 729, 729, 729, 0, 729, 730, 730, 0, 730, 730, 732, 732, 0, 0, 732, 733, 733, 733, 0, 733, 734, 734, 0, 734, 734, 736, 736, 0, 0, 736, 737, 737, 737, 0, 737, 738, 738, 0, 738, 738, 740, 740, 0, 0, 740, 741, 741, 741, 0, 741, 742, 742, 0, 742, 742, 744, 744, 0, 0, 744, 745, 745, 745, 0, 745, 746, 746, 0, 746, 746, 748, 748, 748, 0, 748, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429, 429 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int fasta_flex_debug; int fasta_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *fastatext; #line 1 "sequence/fastal.l" /* fastal.l - FASTA sequence lexer */ #line 4 "sequence/fastal.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/fastay.h" #define YY_NO_INPUT 1 #line 1047 "sequence/fastal.c" #define INITIAL 0 #define HEAD 1 #define DESC 2 #define SEQS 3 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int fastalex_destroy (void ); int fastaget_debug (void ); void fastaset_debug (int debug_flag ); YY_EXTRA_TYPE fastaget_extra (void ); void fastaset_extra (YY_EXTRA_TYPE user_defined ); FILE *fastaget_in (void ); void fastaset_in (FILE * _in_str ); FILE *fastaget_out (void ); void fastaset_out (FILE * _out_str ); int fastaget_leng (void ); char *fastaget_text (void ); int fastaget_lineno (void ); void fastaset_lineno (int _line_number ); YYSTYPE * fastaget_lval (void ); void fastaset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int fastawrap (void ); #else extern int fastawrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( fastatext, fastaleng, 1, fastaout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( fastain )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( fastain ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, fastain))==0 && ferror(fastain)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(fastain); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int fastalex \ (YYSTYPE * yylval_param ); #define YY_DECL int fastalex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after fastatext and fastaleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( fastaleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (fastatext[fastaleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 42 "sequence/fastal.l" #line 1248 "sequence/fastal.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! fastain ) fastain = stdin; if ( ! fastaout ) fastaout = stdout; if ( ! YY_CURRENT_BUFFER ) { fastaensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = fasta_create_buffer(fastain,YY_BUF_SIZE ); } fasta_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of fastatext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 430 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 429 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 44 "sequence/fastal.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 46 "sequence/fastal.l" { BEGIN HEAD; return SUP; } YY_BREAK case 3: /* rule 3 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up fastatext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up fastatext again */ YY_RULE_SETUP #line 47 "sequence/fastal.l" { return ERR; } /* FIXME: Reject NBRF header */ YY_BREAK case 4: YY_RULE_SETUP #line 48 "sequence/fastal.l" { yylval->str = strdup(fastatext); return NAM; } YY_BREAK case 5: YY_RULE_SETUP #line 49 "sequence/fastal.l" { BEGIN DESC; return SPC; } YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 50 "sequence/fastal.l" { BEGIN SEQS; return EOL; } YY_BREAK case 7: YY_RULE_SETUP #line 52 "sequence/fastal.l" { yylval->str = strdup(fastatext); return TXT; } YY_BREAK case 8: /* rule 8 can match eol */ YY_RULE_SETUP #line 53 "sequence/fastal.l" { BEGIN SEQS; return EOL; } YY_BREAK case 9: YY_RULE_SETUP #line 55 "sequence/fastal.l" { yylval->str = strdup(fastatext); return BAS; } YY_BREAK case 10: YY_RULE_SETUP #line 56 "sequence/fastal.l" ; /* Spaces/Tabs ignored */ YY_BREAK case 11: /* rule 11 can match eol */ YY_RULE_SETUP #line 57 "sequence/fastal.l" ; /* Newlines ignored */ YY_BREAK case 12: /* rule 12 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up fastatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up fastatext again */ YY_RULE_SETUP #line 58 "sequence/fastal.l" { BEGIN INITIAL; return END; } YY_BREAK case YY_STATE_EOF(SEQS): #line 59 "sequence/fastal.l" { BEGIN INITIAL; return END; } YY_BREAK case 13: YY_RULE_SETUP #line 60 "sequence/fastal.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): case YY_STATE_EOF(DESC): #line 62 "sequence/fastal.l" { return NUL; } YY_BREAK case 14: /* rule 14 can match eol */ YY_RULE_SETUP #line 63 "sequence/fastal.l" { return ERR; } YY_BREAK case 15: YY_RULE_SETUP #line 64 "sequence/fastal.l" { return ERR; } YY_BREAK case 16: YY_RULE_SETUP #line 66 "sequence/fastal.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 1433 "sequence/fastal.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed fastain at a new source and called * fastalex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = fastain; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( fastawrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * fastatext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of fastalex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ fastarealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; fastarestart(fastain ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) fastarealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 430 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 430 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 429); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ fastarestart(fastain ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( fastawrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve fastatext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void fastarestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ fastaensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = fasta_create_buffer(fastain,YY_BUF_SIZE ); } fasta_init_buffer(YY_CURRENT_BUFFER,input_file ); fasta_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void fasta_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * fastapop_buffer_state(); * fastapush_buffer_state(new_buffer); */ fastaensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; fasta_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (fastawrap()) processing, but the only time this flag * is looked at is after fastawrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void fasta_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; fastain = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE fasta_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) fastaalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in fasta_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) fastaalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in fasta_create_buffer()" ); b->yy_is_our_buffer = 1; fasta_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with fasta_create_buffer() * */ void fasta_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) fastafree((void *) b->yy_ch_buf ); fastafree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a fastarestart() or at EOF. */ static void fasta_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; fasta_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then fasta_init_buffer was _probably_ * called from fastarestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void fasta_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) fasta_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void fastapush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; fastaensure_buffer_stack(); /* This block is copied from fasta_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from fasta_switch_to_buffer. */ fasta_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void fastapop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; fasta_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { fasta_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void fastaensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)fastaalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in fastaensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)fastarealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in fastaensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE fasta_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) fastaalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in fasta_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; fasta_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to fastalex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * fasta_scan_bytes() instead. */ YY_BUFFER_STATE fasta_scan_string (yyconst char * yystr ) { return fasta_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to fastalex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE fasta_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) fastaalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in fasta_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = fasta_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in fasta_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up fastatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ fastatext[fastaleng] = (yy_hold_char); \ (yy_c_buf_p) = fastatext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ fastaleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int fastaget_lineno (void) { return fastalineno; } /** Get the input stream. * */ FILE *fastaget_in (void) { return fastain; } /** Get the output stream. * */ FILE *fastaget_out (void) { return fastaout; } /** Get the length of the current token. * */ int fastaget_leng (void) { return fastaleng; } /** Get the current token. * */ char *fastaget_text (void) { return fastatext; } /** Set the current line number. * @param _line_number * */ void fastaset_lineno (int _line_number ) { fastalineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see fasta_switch_to_buffer */ void fastaset_in (FILE * _in_str ) { fastain = _in_str ; } void fastaset_out (FILE * _out_str ) { fastaout = _out_str ; } int fastaget_debug (void) { return fasta_flex_debug; } void fastaset_debug (int _bdebug ) { fasta_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from fastalex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT fastain = stdin; fastaout = stdout; #else fastain = (FILE *) 0; fastaout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * fastalex_init() */ return 0; } /* fastalex_destroy is for both reentrant and non-reentrant scanners. */ int fastalex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ fasta_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; fastapop_buffer_state(); } /* Destroy the stack itself. */ fastafree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * fastalex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *fastaalloc (yy_size_t size ) { return (void *) malloc( size ); } void *fastarealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void fastafree (void * ptr ) { free( (char *) ptr ); /* see fastarealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 66 "sequence/fastal.l" squizz-0.99b+dfsg.orig/lib/sequence/raw.c0000644000175000017500000000126211060202677020273 0ustar osallouosallou/* raw.c - RAW sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #include "sequence.h" #include "sequence/raw.h" /* Functions prototypes */ extern sequence_t *rawy_parse(FILE *); extern int rawy_check(FILE *); /* Parse RAW sequence */ sequence_t *raw_parse(FILE *f) { sequence_t *seq; seq = rawy_parse(f); return seq; } /* Checks RAW sequence */ int raw_check(FILE *f) { int i; i = rawy_check(f); return i; } /* Print RAW sequence */ void raw_print(FILE *f, sequence_t *seq) { char *p; if (seq == NULL) { return; } p = seq->str; while (*p) { (void)fputc(*p, f); p++; } (void)fputc('\n', f); return; } squizz-0.99b+dfsg.orig/lib/sequence/ig.c0000644000175000017500000000353110636260050020077 0ustar osallouosallou/* ig.c - IG sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #include "sequence.h" #include "sequence/ig.h" /* Functions prototypes */ extern sequence_t *igy_parse(FILE *); extern int igy_check(FILE *); /* Parse IG sequence */ sequence_t *ig_parse(FILE *f) { sequence_t *seq; seq = igy_parse(f); return seq; } /* Checks IG sequence */ int ig_check(FILE *f) { int i; i = igy_check(f); return i; } /* Print IG sequence */ void ig_print(FILE *f, sequence_t *seq) { const char *p, *q, *z; int max; long i, l; if (seq == NULL) { return; } /* Inits */ max = 80; /* Comment */ p = (seq->dsc != NULL) ? seq->dsc : "comment"; while (p && *p) { while (*p && *p == ' ') { p++; } (void)fprintf(f, "; "); q = p; i = 0; while (*q && q - p < max - 2) { q++; } z = q; while (/*CONSTCOND*/1) { /* Do not split words */ while (q - p > 0 && *q && *q != ' ' && i == 0) { q--; continue; } /* Split words longer than max-2 */ while (q - p > 0 && *q && *q != '-' && i == 1) { q--; continue; } if (q == p) { q = z; if (i == 1) { break; } i = 1; continue; } /* Check for trailing '-' */ if (*q == '-' && q - p + 1 > max - 2) { q--; continue; } if (*q == '-') { q++; } break; } while (*p && q - p > 0) { (void)fputc(*p, f); p++; } if (*p == '\0') { (void)fputc('.', f); } (void)fputc('\n', f); p = q; } /* Name */ p = (seq->nam != NULL) ? seq->nam : "unknown"; (void)fprintf(f, "%s\n", p); /* Sequence */ p = seq->str; while (*p) { l = p - seq->str; if (l && l % max == 0) { (void)fputc('\n', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } /* FIXME: Sequence type is forced to linear */ (void)fputc('1', f); (void)fputc('\n', f); return; } squizz-0.99b+dfsg.orig/lib/sequence/embly.h0000644000175000017500000000747312077263621020636 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, INT = 260, MIN = 261, NUL = 262, NUM = 263, QUO = 264, SEP = 265, SPC = 266, TER = 267, TER2 = 268, TXT = 269, CBR = 270, OBR = 271, ID = 272, IDNAM = 273, AC = 274, ACNUM = 275, SV = 276, SVNUM = 277, PR = 278, PRDAT = 279, DT = 280, DE = 281, DETXT = 282, KW = 283, KWORD = 284, KWOR2 = 285, OS = 286, OSTXT = 287, OC = 288, OCNOD = 289, OCNO2 = 290, OG = 291, RN = 292, RC = 293, RP = 294, RX = 295, RXDB = 296, RXID = 297, RG = 298, RA = 299, RAAUT = 300, RT = 301, RL = 302, DR = 303, AH = 304, AS = 305, FH = 306, FT = 307, CC = 308, CO = 309, SQ = 310, SEQ = 311, SEQBAS = 312, END = 313 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define INT 260 #define MIN 261 #define NUL 262 #define NUM 263 #define QUO 264 #define SEP 265 #define SPC 266 #define TER 267 #define TER2 268 #define TXT 269 #define CBR 270 #define OBR 271 #define ID 272 #define IDNAM 273 #define AC 274 #define ACNUM 275 #define SV 276 #define SVNUM 277 #define PR 278 #define PRDAT 279 #define DT 280 #define DE 281 #define DETXT 282 #define KW 283 #define KWORD 284 #define KWOR2 285 #define OS 286 #define OSTXT 287 #define OC 288 #define OCNOD 289 #define OCNO2 290 #define OG 291 #define RN 292 #define RC 293 #define RP 294 #define RX 295 #define RXDB 296 #define RXID 297 #define RG 298 #define RA 299 #define RAAUT 300 #define RT 301 #define RL 302 #define DR 303 #define AH 304 #define AS 305 #define FH 306 #define FT 307 #define CC 308 #define CO 309 #define SQ 310 #define SEQ 311 #define SEQBAS 312 #define END 313 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/embly.y" char *str; int num; /* Line 2068 of yacc.c */ #line 170 "sequence/embly.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/parse.c0000644000175000017500000000466112102262771020621 0ustar osallouosallou/* parse.c - Sequence parsing helper functions */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef STDC_HEADERS # include # include #endif #include "extern/text.h" #include "sequence.h" #include "sequence/parse.h" /* Null update ... */ /*ARGSUSED*/ void parse_nuladd(sequence_t *seq, char *str) { if (str == NULL) { return; } free(str); return; } /* Name update ... */ void parse_namadd(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { seq->nam = text_strupd(seq->nam, str); } free(str); return; } /* Accession number update */ void parse_accadd(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { seq->acc = text_keyadd(seq->acc, str); } free(str); return; } /* Version number update */ void parse_veradd(sequence_t *seq, int num) { if (seq != NULL) { seq->ver = num; } return; } /* NCBI GI number update */ void parse_giadd(sequence_t *seq, int num) { if (seq != NULL) { seq->gi = num; } return; } /* Description update ... */ void parse_dscadd1(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { seq->dsc = text_strupds(seq->dsc, str); } free(str); return; } void parse_dscadd2(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { seq->dsc = text_strupd(seq->dsc, str); } free(str); return; } /* Keywords update ... */ void parse_kwdadd(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { if (seq->keycnt == 1) { seq->kwd = text_keyupd(seq->kwd, str); } else { seq->kwd = text_keyadd(seq->kwd, str); } seq->keycnt = 0; } free(str); return; } void parse_kwdupd(sequence_t *seq, char *str) { if (str == NULL) { return; } if (seq != NULL) { if (seq->keycnt == 1) { seq->kwd = text_keyupd(seq->kwd, str); } else { seq->kwd = text_keyadd(seq->kwd, str); } seq->keycnt = 1; } free(str); return; } /* Sequence string update ... */ void parse_stradd(sequence_t *seq, char *str) { char *p, *q; if (str == NULL) { return; } if (seq != NULL) { size_t len = seq->strlen + strlen(str); if ((seq->str = (char *)realloc(seq->str, len+1)) == NULL) { err(EXIT_FAILURE, "memory"); } p = str; q = seq->str + seq->strlen; while (*p) { *q++ = *p++; } *q = '\0'; seq->strlen = len; } free(str); return; } squizz-0.99b+dfsg.orig/lib/sequence/fastal.l0000644000175000017500000000272512075270344020775 0ustar osallouosallou/* fastal.l - FASTA sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/fastay.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x HEAD DESC SEQS alp [[:alpha:]] blk [[:blank:]] dot "." eol "\n" min "-" pip "|" sem ";" spc " " sta "*" sup ">" tab "\t" til "~" nam [^ \n]{1,80} gap ({min}|{til}) bas ({alp}|{sta}|{gap}){1,80} txt .{1,80} nbr ([PF]1|[DR][LC]|N[13]){sem}[^ \n]+ %% ^{blk}*{eol} ; /* Empty lines ignored */ ^{sup} { BEGIN HEAD; return SUP; } {nbr}/{eol} { return ERR; } /* FIXME: Reject NBRF header */ {nam} { yylval->str = strdup(yytext); return NAM; } {spc}+ { BEGIN DESC; return SPC; } {eol} { BEGIN SEQS; return EOL; } {txt} { yylval->str = strdup(yytext); return TXT; } {eol} { BEGIN SEQS; return EOL; } {bas} { yylval->str = strdup(yytext); return BAS; } {blk} ; /* Spaces/Tabs ignored */ {eol} ; /* Newlines ignored */ {eol}/{sup} { BEGIN INITIAL; return END; } <> { BEGIN INITIAL; return END; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/genbankl.c0000644000175000017500000174524312075270543021306 0ustar osallouosallou#line 2 "sequence/genbankl.c" #line 4 "sequence/genbankl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer genbank_create_buffer #define yy_delete_buffer genbank_delete_buffer #define yy_flex_debug genbank_flex_debug #define yy_init_buffer genbank_init_buffer #define yy_flush_buffer genbank_flush_buffer #define yy_load_buffer_state genbank_load_buffer_state #define yy_switch_to_buffer genbank_switch_to_buffer #define yyin genbankin #define yyleng genbankleng #define yylex genbanklex #define yylineno genbanklineno #define yyout genbankout #define yyrestart genbankrestart #define yytext genbanktext #define yywrap genbankwrap #define yyalloc genbankalloc #define yyrealloc genbankrealloc #define yyfree genbankfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE genbankrestart(genbankin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int genbankleng; extern FILE *genbankin, *genbankout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up genbanktext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up genbanktext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via genbankrestart()), so that the user can continue scanning by * just pointing genbankin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when genbanktext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int genbankleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow genbankwrap()'s to do buffer switches * instead of setting up a fresh genbankin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void genbankrestart (FILE *input_file ); void genbank_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE genbank_create_buffer (FILE *file,int size ); void genbank_delete_buffer (YY_BUFFER_STATE b ); void genbank_flush_buffer (YY_BUFFER_STATE b ); void genbankpush_buffer_state (YY_BUFFER_STATE new_buffer ); void genbankpop_buffer_state (void ); static void genbankensure_buffer_stack (void ); static void genbank_load_buffer_state (void ); static void genbank_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER genbank_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE genbank_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE genbank_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE genbank_scan_bytes (yyconst char *bytes,int len ); void *genbankalloc (yy_size_t ); void *genbankrealloc (void *,yy_size_t ); void genbankfree (void * ); #define yy_new_buffer genbank_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ genbankensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ genbank_create_buffer(genbankin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ genbankensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ genbank_create_buffer(genbankin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define genbankwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *genbankin = (FILE *) 0, *genbankout = (FILE *) 0; typedef int yy_state_type; extern int genbanklineno; int genbanklineno = 1; extern char *genbanktext; #define yytext_ptr genbanktext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up genbanktext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ genbankleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 180 #define YY_END_OF_BUFFER 181 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[5326] = { 0, 181, 179, 180, 178, 180, 1, 178, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 179, 180, 5, 180, 7, 180, 9, 12, 180, 11, 180, 10, 12, 180, 19, 180, 23, 180, 19, 180, 19, 180, 25, 180, 26, 180, 29, 34, 180, 32, 180, 30, 34, 180, 30, 34, 180, 39, 41, 180, 40, 180, 41, 180, 36, 39, 41, 180, 37, 39, 41, 180, 47, 180, 48, 180, 51, 180, 53, 180, 51, 180, 56, 180, 58, 180, 56, 180, 70, 180, 69, 180, 70, 180, 70, 180, 70, 180, 70, 180, 72, 180, 73, 180, 76, 180, 78, 180, 76, 180, 81, 180, 83, 180, 81, 180, 86, 180, 88, 180, 86, 180, 91, 180, 93, 180, 91, 180, 96, 180, 98, 180, 96, 180, 101, 180, 103, 180, 101, 180, 106, 180, 108, 180, 106, 180, 110, 180, 111, 180, 113, 180, 114, 180, 117, 180, 119, 180, 117, 180, 123, 180, 125, 180,16508, 123, 180, 128, 180, 130, 180, 128, 180, 133, 180, 135, 180, 133, 180, 137, 180, 138, 180, 142, 180, 141, 180, 140, 142, 180, 146, 180, 145, 180, 144, 146, 180, 150, 180, 149, 180, 148, 150, 180, 153, 180, 154, 180, 170, 180, 171, 180, 173, 180, 174, 180, 166, 180, 168, 180, 166, 180, 163, 180, 162, 180, 160, 163, 180, 157, 163, 180, 158, 163, 180, 160, 163, 180, 177, 180, 176, 180, 13, 180, 14, 180, 45, 180, 44, 180, 42, 45, 180, 45, 180, 180, 2, 175, 5, 9, 10, 19, 19, 18, 19, 25, 29, 30, 30, 39, 38, 37, 39, 47, 51, 51, 56, 56, 67, 62, 61, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123,16508, 123, 128, 128, 133, 133, 137, 140, 144, 148, 153, 155, 170, 173, 166, 166, 161, 159, 160, 157, 158, 160, 156, 13, 42, 5, 9, 19, 19, 21, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 67, 65, 64, 63, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 133, 137, 140, 144, 153, 170, 173, 166, 166, 157, 13, 43, 5, 9, 19, 19, 20, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 66, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 133, 137, 153, 170, 173, 166, 166, 157, 13, 4, 4, 5, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 133,16516, 137, 153, 170, 173, 166, 166, 157, 13, 152, 3, 4, 4, 5, 6, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 134, 8324, 133, 137, 153, 170, 173, 166, 166, 157, 13, 5, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 166, 157, 13, 5, 9, 19, 19, 19, 25, 29, 33, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 166, 157, 13, 4, 5, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 166, 157, 13, 79, 5, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 166, 157, 13, 79, 5, 9, 19, 19, 19, 25, 29, 30, 39, 37, 39, 47, 51, 51, 56, 56, 72, 76, 76, 81, 81, 86, 86, 91, 91, 96, 96, 101, 101, 106, 106, 110, 113, 117, 117, 123, 123, 128, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 166, 13, 112, 89, 94, 104, 109, 115, 99, 27, 136, 120, 164, 24, 49, 54, 15, 131, 59, 147, 8, 79, 151, 143, 126, 46, 84, 71, 74, 35, 139, 169, 172, 5, 9, 19, 19, 19,16400,16401, 25, 29, 30, 16412, 39, 37, 39, 47, 51, 51,16434, 56, 56, 16439, 60, 72, 76, 76,16459, 81, 81,16464, 86, 86,16469, 91, 91,16474, 96, 96,16479, 101, 101, 16484, 106, 106,16489, 110, 113, 117, 117,16500, 123, 123,16506, 128, 128,16511, 133, 8324, 133, 137, 153, 170, 173, 166, 166,16549, 13, 5, 9, 19, 19, 22, 19, 19, 25, 29, 31, 8220, 39, 37, 39, 47, 51, 52, 8242, 51, 56, 57, 8247, 56, 68, 72, 76, 77, 8267, 76, 81, 82, 8272, 81, 86, 87, 8277, 86, 91, 92, 8282, 91, 96, 97, 8287, 96, 101, 102, 8292, 101, 106, 107, 8297, 106, 110, 113, 117, 118, 8308, 117, 123, 8316, 8314, 123, 121, 128, 129, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 167, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 8209, 21, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 8208, 20, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 9, 19, 19, 19, 19, 25, 29, 8220, 39, 37, 39, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 37, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 5, 19, 19, 19, 19, 25, 8220, 47, 51, 8242, 51, 56, 8247, 56, 72, 76, 8267, 76, 81, 8272, 81, 86, 8277, 86, 91, 8282, 91, 96, 8287, 96, 101, 8292, 101, 106, 8297, 106, 110, 113, 117, 8308, 117, 123, 8314, 123, 128, 8319, 128, 133, 8324, 133, 137, 153, 170, 173, 166, 8357, 166, 13, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8324, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8324, 8357, 8209, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8324, 8357, 8208, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8324, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8324, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357, 8242, 8247, 8267, 8272, 8277, 8282, 8287, 8292, 8297, 8308, 8314, 8319, 8357 } ; static yyconst flex_int16_t yy_accept[4947] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4, 6, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 54, 56, 59, 61, 63, 65, 67, 69, 71, 74, 76, 79, 82, 85, 87, 89, 93, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 183, 185, 187, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 215, 217, 219, 222, 224, 226, 229, 231, 233, 235, 237, 239, 241, 243, 245, 247, 249, 251, 254, 257, 260, 263, 265, 267, 269, 271, 273, 275, 278, 280, 281, 282, 282, 282, 282, 282, 282, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 284, 284, 285, 286, 287, 287, 288, 288, 289, 290, 291, 292, 292, 293, 293, 294, 295, 296, 298, 299, 300, 300, 301, 302, 302, 303, 303, 304, 304, 304, 304, 304, 305, 306, 306, 307, 308, 308, 309, 310, 310, 311, 312, 312, 313, 314, 314, 315, 316, 316, 317, 318, 318, 319, 320, 320, 321, 322, 323, 324, 324, 325, 326, 327, 327, 328, 329, 329, 330, 331, 331, 332, 333, 333, 334, 334, 335, 336, 337, 338, 339, 340, 341, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 352, 352, 353, 354, 355, 356, 356, 356, 357, 358, 359, 359, 359, 360, 361, 363, 364, 365, 365, 366, 367, 367, 368, 368, 368, 369, 370, 371, 371, 372, 372, 373, 374, 374, 375, 376, 376, 377, 378, 378, 379, 380, 380, 381, 382, 382, 383, 384, 384, 385, 386, 386, 387, 388, 389, 390, 390, 391, 392, 392, 393, 394, 394, 395, 396, 396, 397, 398, 399, 400, 401, 402, 403, 404, 404, 405, 405, 406, 406, 407, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 409, 409, 410, 411, 412, 413, 413, 414, 415, 416, 416, 416, 417, 418, 420, 421, 422, 422, 423, 424, 424, 425, 425, 425, 426, 426, 426, 427, 428, 428, 429, 430, 430, 431, 432, 432, 433, 434, 434, 435, 436, 436, 437, 438, 438, 439, 440, 440, 441, 442, 443, 444, 444, 445, 446, 446, 447, 448, 448, 449, 450, 450, 451, 452, 453, 454, 455, 456, 456, 457, 458, 458, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 460, 461, 461, 462, 462, 463, 464, 465, 465, 466, 467, 468, 468, 468, 469, 470, 472, 473, 474, 474, 475, 476, 476, 477, 477, 477, 477, 477, 478, 479, 479, 480, 481, 481, 482, 483, 483, 484, 485, 485, 486, 487, 487, 488, 489, 489, 490, 491, 491, 492, 493, 494, 495, 495, 496, 497, 497, 498, 499, 499, 500, 501, 501, 503, 504, 505, 506, 507, 508, 508, 509, 510, 510, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 512, 512, 512, 512, 512, 512, 512, 512, 513, 513, 513, 513, 513, 513, 514, 514, 515, 516, 517, 518, 519, 520, 520, 521, 522, 523, 523, 523, 524, 525, 527, 528, 529, 529, 530, 531, 531, 532, 532, 532, 532, 532, 533, 534, 534, 535, 536, 536, 537, 538, 538, 539, 540, 540, 541, 542, 542, 543, 544, 544, 545, 546, 546, 547, 548, 549, 550, 550, 551, 552, 552, 553, 554, 554, 555, 556, 557, 559, 560, 561, 562, 563, 564, 564, 565, 566, 566, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 568, 569, 570, 571, 571, 572, 573, 574, 574, 574, 575, 576, 578, 579, 580, 580, 581, 582, 582, 583, 583, 583, 583, 583, 584, 585, 585, 586, 587, 587, 588, 589, 589, 590, 591, 591, 592, 593, 593, 594, 595, 595, 596, 597, 597, 598, 599, 600, 601, 601, 602, 603, 603, 604, 605, 605, 606, 607, 609, 610, 611, 612, 613, 614, 614, 615, 616, 616, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 617, 618, 619, 620, 621, 621, 622, 623, 624, 624, 624, 625, 626, 627, 629, 630, 631, 631, 632, 633, 633, 634, 634, 634, 634, 634, 635, 636, 636, 637, 638, 638, 639, 640, 640, 641, 642, 642, 643, 644, 644, 645, 646, 646, 647, 648, 648, 649, 650, 651, 652, 652, 653, 654, 654, 655, 656, 656, 657, 658, 660, 661, 662, 663, 664, 665, 665, 666, 667, 667, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 668, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 669, 670, 671, 672, 673, 673, 674, 675, 676, 676, 677, 678, 680, 681, 682, 682, 683, 684, 684, 685, 685, 685, 685, 685, 686, 687, 687, 688, 689, 689, 690, 691, 691, 692, 693, 693, 694, 695, 695, 696, 697, 697, 698, 699, 699, 700, 701, 702, 703, 703, 704, 705, 705, 706, 707, 707, 708, 709, 711, 712, 713, 714, 715, 716, 716, 717, 718, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 719, 720, 720, 720, 720, 720, 720, 720, 720, 720, 720, 720, 720, 721, 722, 723, 724, 724, 725, 726, 727, 727, 728, 729, 731, 732, 733, 733, 734, 735, 735, 736, 736, 736, 736, 736, 737, 738, 738, 739, 740, 740, 741, 742, 742, 743, 744, 744, 745, 746, 746, 747, 748, 748, 749, 750, 750, 751, 752, 753, 754, 754, 755, 756, 756, 757, 758, 758, 759, 760, 762, 763, 764, 765, 766, 767, 767, 768, 769, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 770, 771, 771, 771, 771, 771, 771, 771, 771, 771, 771, 771, 771, 772, 773, 774, 775, 775, 776, 777, 778, 778, 779, 780, 782, 783, 784, 784, 785, 786, 786, 787, 787, 787, 787, 787, 788, 789, 789, 790, 791, 791, 792, 793, 793, 794, 795, 795, 796, 797, 797, 798, 799, 799, 800, 801, 801, 802, 803, 804, 805, 805, 806, 807, 807, 808, 809, 809, 810, 811, 813, 814, 815, 816, 817, 818, 818, 819, 820, 821, 822, 823, 824, 825, 826, 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, 855, 858, 859, 860, 860, 862, 863, 865, 866, 867, 867, 869, 870, 870, 872, 872, 872, 872, 873, 874, 875, 875, 877, 878, 878, 880, 881, 881, 883, 884, 884, 886, 887, 887, 889, 890, 890, 892, 893, 893, 895, 896, 897, 898, 898, 900, 901, 901, 903, 904, 904, 906, 907, 909, 910, 911, 912, 913, 914, 914, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 931, 932, 933, 934, 936, 937, 938, 940, 940, 940, 941, 942, 943, 944, 946, 947, 948, 950, 951, 952, 954, 955, 956, 958, 959, 960, 962, 963, 964, 966, 967, 968, 970, 971, 972, 973, 974, 976, 977, 978, 980, 981, 982, 983, 985, 986, 988, 989, 990, 991, 992, 993, 994, 996, 997, 998, 999, 1000, 1001, 1002, 1002, 1003, 1003, 1004, 1005, 1006, 1007, 1009, 1010, 1011, 1013, 1014, 1016, 1016, 1016, 1017, 1018, 1020, 1021, 1023, 1024, 1026, 1027, 1029, 1030, 1032, 1033, 1035, 1036, 1038, 1039, 1040, 1041, 1043, 1044, 1046, 1047, 1049, 1050, 1052, 1053, 1054, 1055, 1056, 1057, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1068, 1068, 1069, 1070, 1071, 1072, 1074, 1075, 1076, 1078, 1079, 1081, 1081, 1081, 1082, 1083, 1085, 1086, 1088, 1089, 1091, 1092, 1094, 1095, 1097, 1098, 1100, 1101, 1103, 1104, 1105, 1106, 1108, 1109, 1111, 1112, 1114, 1115, 1117, 1118, 1119, 1120, 1121, 1122, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1133, 1134, 1135, 1136, 1137, 1139, 1140, 1141, 1143, 1144, 1146, 1146, 1146, 1147, 1148, 1150, 1151, 1153, 1154, 1156, 1157, 1159, 1160, 1162, 1163, 1165, 1166, 1168, 1169, 1170, 1171, 1173, 1174, 1176, 1177, 1179, 1180, 1182, 1183, 1184, 1185, 1186, 1187, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1202, 1203, 1204, 1206, 1207, 1209, 1209, 1209, 1210, 1211, 1213, 1214, 1216, 1217, 1219, 1220, 1222, 1223, 1225, 1226, 1228, 1229, 1231, 1232, 1233, 1234, 1236, 1237, 1239, 1240, 1242, 1243, 1245, 1246, 1247, 1248, 1249, 1250, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1265, 1266, 1267, 1269, 1270, 1272, 1272, 1272, 1273, 1274, 1276, 1277, 1279, 1280, 1282, 1283, 1285, 1286, 1288, 1289, 1291, 1292, 1294, 1295, 1296, 1297, 1299, 1300, 1302, 1303, 1305, 1306, 1308, 1309, 1310, 1311, 1312, 1313, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1328, 1329, 1330, 1332, 1333, 1335, 1335, 1335, 1336, 1337, 1339, 1340, 1342, 1343, 1345, 1346, 1348, 1349, 1351, 1352, 1354, 1355, 1357, 1358, 1359, 1360, 1362, 1363, 1365, 1366, 1368, 1369, 1371, 1372, 1373, 1374, 1375, 1376, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1391, 1392, 1393, 1395, 1396, 1398, 1398, 1398, 1399, 1400, 1402, 1403, 1405, 1406, 1408, 1409, 1411, 1412, 1414, 1415, 1417, 1418, 1420, 1421, 1422, 1423, 1425, 1426, 1428, 1429, 1431, 1432, 1434, 1435, 1436, 1437, 1438, 1439, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1454, 1455, 1456, 1458, 1459, 1461, 1461, 1461, 1462, 1463, 1465, 1466, 1468, 1469, 1471, 1472, 1474, 1475, 1477, 1478, 1480, 1481, 1483, 1484, 1485, 1486, 1488, 1489, 1491, 1492, 1494, 1495, 1497, 1498, 1499, 1500, 1501, 1502, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1524, 1524, 1524, 1525, 1526, 1528, 1529, 1531, 1532, 1534, 1535, 1537, 1538, 1540, 1541, 1543, 1544, 1546, 1547, 1548, 1549, 1551, 1552, 1554, 1555, 1557, 1558, 1560, 1561, 1562, 1563, 1564, 1565, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1580, 1581, 1582, 1584, 1585, 1587, 1587, 1587, 1588, 1589, 1591, 1592, 1594, 1595, 1597, 1598, 1600, 1601, 1603, 1604, 1606, 1607, 1609, 1610, 1611, 1612, 1614, 1615, 1617, 1618, 1620, 1621, 1623, 1624, 1625, 1626, 1627, 1628, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1643, 1644, 1645, 1647, 1648, 1650, 1650, 1650, 1651, 1652, 1654, 1655, 1657, 1658, 1660, 1661, 1663, 1664, 1666, 1667, 1669, 1670, 1672, 1673, 1674, 1675, 1677, 1678, 1680, 1681, 1683, 1684, 1686, 1687, 1688, 1689, 1690, 1691, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1706, 1707, 1708, 1710, 1711, 1713, 1713, 1713, 1714, 1715, 1717, 1718, 1720, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1732, 1733, 1735, 1736, 1737, 1738, 1740, 1741, 1743, 1744, 1746, 1747, 1749, 1750, 1751, 1752, 1753, 1754, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1769, 1770, 1771, 1773, 1774, 1776, 1776, 1776, 1777, 1778, 1780, 1781, 1783, 1784, 1786, 1787, 1789, 1790, 1792, 1793, 1795, 1796, 1798, 1799, 1800, 1801, 1803, 1804, 1806, 1807, 1809, 1810, 1812, 1813, 1814, 1815, 1816, 1817, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1832, 1833, 1834, 1836, 1837, 1839, 1839, 1839, 1840, 1841, 1843, 1844, 1846, 1847, 1849, 1850, 1852, 1853, 1855, 1856, 1858, 1859, 1861, 1862, 1863, 1864, 1866, 1867, 1869, 1870, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1895, 1896, 1897, 1899, 1900, 1902, 1902, 1902, 1903, 1904, 1906, 1907, 1909, 1910, 1912, 1913, 1915, 1916, 1918, 1919, 1921, 1922, 1924, 1925, 1926, 1927, 1929, 1930, 1932, 1933, 1935, 1936, 1938, 1939, 1940, 1941, 1942, 1943, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1958, 1959, 1960, 1962, 1963, 1965, 1965, 1965, 1966, 1967, 1969, 1970, 1972, 1973, 1975, 1976, 1978, 1979, 1981, 1982, 1984, 1985, 1987, 1988, 1989, 1990, 1992, 1993, 1995, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021, 2022, 2023, 2025, 2026, 2028, 2028, 2028, 2029, 2030, 2032, 2033, 2035, 2036, 2038, 2039, 2041, 2042, 2044, 2045, 2047, 2048, 2050, 2051, 2052, 2053, 2055, 2056, 2058, 2059, 2061, 2062, 2064, 2065, 2066, 2067, 2068, 2069, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2084, 2085, 2086, 2088, 2089, 2091, 2091, 2091, 2092, 2093, 2095, 2096, 2098, 2099, 2101, 2102, 2104, 2105, 2107, 2108, 2110, 2111, 2113, 2114, 2115, 2116, 2118, 2119, 2121, 2122, 2124, 2125, 2127, 2128, 2129, 2130, 2131, 2132, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2147, 2148, 2149, 2151, 2152, 2154, 2154, 2154, 2155, 2156, 2158, 2159, 2161, 2162, 2164, 2165, 2167, 2168, 2170, 2171, 2173, 2174, 2176, 2177, 2178, 2179, 2181, 2182, 2184, 2185, 2187, 2188, 2190, 2191, 2192, 2193, 2194, 2195, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2210, 2211, 2212, 2214, 2215, 2217, 2217, 2217, 2218, 2219, 2221, 2222, 2224, 2225, 2227, 2228, 2230, 2231, 2233, 2234, 2236, 2237, 2239, 2240, 2241, 2242, 2244, 2245, 2247, 2248, 2250, 2251, 2253, 2254, 2255, 2256, 2257, 2258, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2273, 2274, 2275, 2277, 2278, 2280, 2280, 2280, 2281, 2282, 2284, 2285, 2287, 2288, 2290, 2291, 2293, 2294, 2296, 2297, 2299, 2300, 2302, 2303, 2304, 2305, 2307, 2308, 2310, 2311, 2313, 2314, 2316, 2317, 2318, 2319, 2320, 2321, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2336, 2337, 2338, 2340, 2341, 2343, 2343, 2343, 2344, 2345, 2347, 2348, 2350, 2351, 2353, 2354, 2356, 2357, 2359, 2360, 2362, 2363, 2365, 2366, 2367, 2368, 2370, 2371, 2373, 2374, 2376, 2377, 2379, 2380, 2381, 2382, 2383, 2384, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2399, 2400, 2401, 2403, 2404, 2406, 2406, 2406, 2407, 2408, 2410, 2411, 2413, 2414, 2416, 2417, 2419, 2420, 2422, 2423, 2425, 2426, 2428, 2429, 2430, 2431, 2433, 2434, 2436, 2437, 2439, 2440, 2442, 2443, 2444, 2445, 2446, 2447, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2462, 2463, 2464, 2466, 2467, 2469, 2469, 2469, 2470, 2471, 2473, 2474, 2476, 2477, 2479, 2480, 2482, 2483, 2485, 2486, 2488, 2489, 2491, 2492, 2493, 2494, 2496, 2497, 2499, 2500, 2502, 2503, 2505, 2506, 2507, 2508, 2509, 2510, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2525, 2526, 2527, 2529, 2530, 2532, 2532, 2532, 2533, 2534, 2536, 2537, 2539, 2540, 2542, 2543, 2545, 2546, 2548, 2549, 2551, 2552, 2554, 2555, 2556, 2557, 2559, 2560, 2562, 2563, 2565, 2566, 2568, 2569, 2570, 2571, 2572, 2573, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2588, 2589, 2590, 2592, 2593, 2595, 2595, 2595, 2596, 2597, 2599, 2600, 2602, 2603, 2605, 2606, 2608, 2609, 2611, 2612, 2614, 2615, 2617, 2618, 2619, 2620, 2622, 2623, 2625, 2626, 2628, 2629, 2631, 2632, 2633, 2634, 2635, 2636, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2651, 2652, 2653, 2655, 2656, 2658, 2658, 2658, 2659, 2660, 2662, 2663, 2665, 2666, 2668, 2669, 2671, 2672, 2674, 2675, 2677, 2678, 2680, 2681, 2682, 2683, 2685, 2686, 2688, 2689, 2691, 2692, 2694, 2695, 2696, 2697, 2698, 2699, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2714, 2715, 2716, 2718, 2719, 2721, 2721, 2721, 2722, 2723, 2725, 2726, 2728, 2729, 2731, 2732, 2734, 2735, 2737, 2738, 2740, 2741, 2743, 2744, 2745, 2746, 2748, 2749, 2751, 2752, 2754, 2755, 2757, 2758, 2759, 2760, 2761, 2762, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2777, 2778, 2779, 2781, 2782, 2784, 2784, 2784, 2785, 2786, 2788, 2789, 2791, 2792, 2794, 2795, 2797, 2798, 2800, 2801, 2803, 2804, 2806, 2807, 2808, 2809, 2811, 2812, 2814, 2815, 2817, 2818, 2820, 2821, 2822, 2823, 2824, 2825, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2840, 2841, 2842, 2844, 2845, 2847, 2847, 2847, 2848, 2849, 2851, 2852, 2854, 2855, 2857, 2858, 2860, 2861, 2863, 2864, 2866, 2867, 2869, 2870, 2871, 2872, 2874, 2875, 2877, 2878, 2880, 2881, 2883, 2884, 2885, 2886, 2887, 2888, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2903, 2904, 2905, 2907, 2908, 2910, 2910, 2910, 2911, 2912, 2914, 2915, 2917, 2918, 2920, 2921, 2923, 2924, 2926, 2927, 2929, 2930, 2932, 2933, 2934, 2935, 2937, 2938, 2940, 2941, 2943, 2944, 2946, 2947, 2948, 2949, 2950, 2951, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2966, 2967, 2968, 2970, 2971, 2973, 2973, 2973, 2974, 2975, 2977, 2978, 2980, 2981, 2983, 2984, 2986, 2987, 2989, 2990, 2992, 2993, 2995, 2996, 2997, 2998, 3000, 3001, 3003, 3004, 3006, 3007, 3009, 3010, 3011, 3012, 3013, 3014, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3029, 3030, 3031, 3033, 3034, 3036, 3036, 3036, 3037, 3038, 3040, 3041, 3043, 3044, 3046, 3047, 3049, 3050, 3052, 3053, 3055, 3056, 3058, 3059, 3060, 3061, 3063, 3064, 3066, 3067, 3069, 3070, 3072, 3073, 3074, 3075, 3076, 3077, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3092, 3093, 3094, 3096, 3097, 3099, 3099, 3099, 3100, 3101, 3103, 3104, 3106, 3107, 3109, 3110, 3112, 3113, 3115, 3116, 3118, 3119, 3121, 3122, 3123, 3124, 3126, 3127, 3129, 3130, 3132, 3133, 3135, 3136, 3137, 3138, 3139, 3140, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3155, 3156, 3157, 3159, 3160, 3162, 3162, 3162, 3163, 3164, 3166, 3167, 3169, 3170, 3172, 3173, 3175, 3176, 3178, 3179, 3181, 3182, 3184, 3185, 3186, 3187, 3189, 3190, 3192, 3193, 3195, 3196, 3198, 3199, 3200, 3201, 3202, 3203, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3218, 3219, 3220, 3222, 3223, 3225, 3225, 3225, 3226, 3227, 3229, 3230, 3232, 3233, 3235, 3236, 3238, 3239, 3241, 3242, 3244, 3245, 3247, 3248, 3249, 3250, 3252, 3253, 3255, 3256, 3258, 3259, 3261, 3262, 3263, 3264, 3265, 3266, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3281, 3282, 3283, 3285, 3286, 3288, 3288, 3288, 3289, 3290, 3292, 3293, 3295, 3296, 3298, 3299, 3301, 3302, 3304, 3305, 3307, 3308, 3310, 3311, 3312, 3313, 3315, 3316, 3318, 3319, 3321, 3322, 3324, 3325, 3326, 3327, 3328, 3329, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3344, 3345, 3346, 3348, 3349, 3351, 3351, 3351, 3352, 3353, 3355, 3356, 3358, 3359, 3361, 3362, 3364, 3365, 3367, 3368, 3370, 3371, 3373, 3374, 3375, 3376, 3378, 3379, 3381, 3382, 3384, 3385, 3387, 3388, 3389, 3390, 3391, 3392, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3407, 3408, 3409, 3411, 3412, 3414, 3414, 3414, 3415, 3416, 3418, 3419, 3421, 3422, 3424, 3425, 3427, 3428, 3430, 3431, 3433, 3434, 3436, 3437, 3438, 3439, 3441, 3442, 3444, 3445, 3447, 3448, 3450, 3451, 3452, 3453, 3454, 3455, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3470, 3471, 3472, 3474, 3475, 3477, 3477, 3477, 3478, 3479, 3481, 3482, 3484, 3485, 3487, 3488, 3490, 3491, 3493, 3494, 3496, 3497, 3499, 3500, 3501, 3502, 3504, 3505, 3507, 3508, 3510, 3511, 3513, 3514, 3515, 3516, 3517, 3518, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3533, 3534, 3535, 3537, 3538, 3540, 3540, 3540, 3541, 3542, 3544, 3545, 3547, 3548, 3550, 3551, 3553, 3554, 3556, 3557, 3559, 3560, 3562, 3563, 3564, 3565, 3567, 3568, 3570, 3571, 3573, 3574, 3576, 3577, 3578, 3579, 3580, 3581, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3596, 3597, 3598, 3600, 3601, 3603, 3603, 3603, 3604, 3605, 3607, 3608, 3610, 3611, 3613, 3614, 3616, 3617, 3619, 3620, 3622, 3623, 3625, 3626, 3627, 3628, 3630, 3631, 3633, 3634, 3636, 3637, 3639, 3640, 3641, 3642, 3643, 3644, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3659, 3660, 3661, 3663, 3664, 3666, 3666, 3666, 3667, 3668, 3670, 3671, 3673, 3674, 3676, 3677, 3679, 3680, 3682, 3683, 3685, 3686, 3688, 3689, 3690, 3691, 3693, 3694, 3696, 3697, 3699, 3700, 3702, 3703, 3704, 3705, 3706, 3707, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3722, 3723, 3724, 3726, 3727, 3729, 3729, 3729, 3730, 3731, 3733, 3734, 3736, 3737, 3739, 3740, 3742, 3743, 3745, 3746, 3748, 3749, 3751, 3752, 3753, 3754, 3756, 3757, 3759, 3760, 3762, 3763, 3765, 3766, 3767, 3768, 3769, 3770, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3785, 3786, 3787, 3789, 3790, 3792, 3792, 3792, 3793, 3794, 3796, 3797, 3799, 3800, 3802, 3803, 3805, 3806, 3808, 3809, 3811, 3812, 3814, 3815, 3816, 3817, 3819, 3820, 3822, 3823, 3825, 3826, 3828, 3829, 3830, 3831, 3832, 3833, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3848, 3849, 3850, 3852, 3853, 3855, 3855, 3855, 3856, 3857, 3859, 3860, 3862, 3863, 3865, 3866, 3868, 3869, 3871, 3872, 3874, 3875, 3877, 3878, 3879, 3880, 3882, 3883, 3885, 3886, 3888, 3889, 3891, 3892, 3893, 3894, 3895, 3896, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3911, 3912, 3913, 3915, 3916, 3918, 3918, 3918, 3919, 3920, 3922, 3923, 3925, 3926, 3928, 3929, 3931, 3932, 3934, 3935, 3937, 3938, 3940, 3941, 3942, 3943, 3945, 3946, 3948, 3949, 3951, 3952, 3954, 3955, 3956, 3957, 3958, 3959, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3974, 3975, 3976, 3978, 3979, 3981, 3981, 3981, 3982, 3983, 3985, 3986, 3988, 3989, 3991, 3992, 3994, 3995, 3997, 3998, 4000, 4001, 4003, 4004, 4005, 4006, 4008, 4009, 4011, 4012, 4014, 4015, 4017, 4018, 4019, 4020, 4021, 4022, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4037, 4038, 4039, 4041, 4042, 4044, 4044, 4044, 4045, 4046, 4048, 4049, 4051, 4052, 4054, 4055, 4057, 4058, 4060, 4061, 4063, 4064, 4066, 4067, 4068, 4069, 4071, 4072, 4074, 4075, 4077, 4078, 4080, 4081, 4082, 4083, 4084, 4085, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4100, 4101, 4102, 4104, 4105, 4107, 4107, 4107, 4108, 4109, 4111, 4112, 4114, 4115, 4117, 4118, 4120, 4121, 4123, 4124, 4126, 4127, 4129, 4130, 4131, 4132, 4134, 4135, 4137, 4138, 4140, 4141, 4143, 4144, 4145, 4146, 4147, 4148, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4163, 4164, 4165, 4167, 4168, 4170, 4170, 4170, 4171, 4172, 4174, 4175, 4177, 4178, 4180, 4181, 4183, 4184, 4186, 4187, 4189, 4190, 4192, 4193, 4194, 4195, 4197, 4198, 4200, 4201, 4203, 4204, 4206, 4207, 4208, 4209, 4210, 4211, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4226, 4227, 4228, 4230, 4231, 4233, 4233, 4233, 4234, 4235, 4237, 4238, 4240, 4241, 4243, 4244, 4246, 4247, 4249, 4250, 4252, 4253, 4255, 4256, 4257, 4258, 4260, 4261, 4263, 4264, 4266, 4267, 4269, 4270, 4271, 4272, 4273, 4274, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4289, 4290, 4291, 4293, 4294, 4296, 4296, 4296, 4297, 4298, 4300, 4301, 4303, 4304, 4306, 4307, 4309, 4310, 4312, 4313, 4315, 4316, 4318, 4319, 4320, 4321, 4323, 4324, 4326, 4327, 4329, 4330, 4332, 4333, 4334, 4335, 4336, 4337, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4352, 4353, 4354, 4356, 4357, 4359, 4359, 4359, 4360, 4361, 4363, 4364, 4366, 4367, 4369, 4370, 4372, 4373, 4375, 4376, 4378, 4379, 4381, 4382, 4383, 4384, 4386, 4387, 4389, 4390, 4392, 4393, 4395, 4396, 4397, 4398, 4399, 4400, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4415, 4416, 4417, 4419, 4420, 4422, 4422, 4422, 4423, 4424, 4426, 4427, 4429, 4430, 4432, 4433, 4435, 4436, 4438, 4439, 4441, 4442, 4444, 4445, 4446, 4447, 4449, 4450, 4452, 4453, 4455, 4456, 4458, 4459, 4460, 4461, 4462, 4463, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4478, 4479, 4481, 4481, 4481, 4482, 4483, 4485, 4486, 4488, 4489, 4491, 4492, 4494, 4495, 4497, 4498, 4500, 4501, 4503, 4504, 4505, 4506, 4508, 4509, 4511, 4512, 4514, 4515, 4517, 4518, 4519, 4520, 4521, 4522, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4536, 4537, 4539, 4539, 4539, 4540, 4541, 4543, 4544, 4546, 4547, 4549, 4550, 4552, 4553, 4555, 4556, 4558, 4559, 4561, 4562, 4563, 4564, 4566, 4567, 4569, 4570, 4572, 4573, 4575, 4576, 4577, 4578, 4579, 4580, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4594, 4595, 4597, 4597, 4597, 4598, 4599, 4601, 4602, 4604, 4605, 4607, 4608, 4610, 4611, 4613, 4614, 4616, 4617, 4619, 4620, 4621, 4622, 4624, 4625, 4627, 4628, 4630, 4631, 4633, 4634, 4635, 4636, 4637, 4638, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4652, 4653, 4655, 4655, 4655, 4656, 4657, 4659, 4660, 4662, 4663, 4665, 4666, 4668, 4669, 4671, 4672, 4674, 4675, 4677, 4678, 4679, 4680, 4682, 4683, 4685, 4686, 4688, 4689, 4691, 4692, 4693, 4694, 4695, 4696, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4710, 4711, 4713, 4713, 4713, 4714, 4715, 4717, 4718, 4720, 4721, 4723, 4724, 4726, 4727, 4729, 4730, 4732, 4733, 4735, 4736, 4737, 4738, 4740, 4741, 4743, 4744, 4746, 4747, 4749, 4750, 4751, 4752, 4753, 4754, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4768, 4769, 4771, 4771, 4771, 4772, 4773, 4775, 4776, 4778, 4779, 4781, 4782, 4784, 4785, 4787, 4788, 4790, 4791, 4793, 4794, 4795, 4796, 4798, 4799, 4801, 4802, 4804, 4805, 4807, 4808, 4809, 4810, 4811, 4812, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4826, 4827, 4829, 4829, 4829, 4830, 4831, 4833, 4834, 4836, 4837, 4839, 4840, 4842, 4843, 4845, 4846, 4848, 4849, 4851, 4852, 4853, 4854, 4856, 4857, 4859, 4860, 4862, 4863, 4865, 4866, 4867, 4868, 4869, 4870, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4884, 4885, 4887, 4887, 4887, 4888, 4889, 4891, 4892, 4894, 4895, 4897, 4898, 4900, 4901, 4903, 4904, 4906, 4907, 4909, 4910, 4911, 4912, 4914, 4915, 4917, 4918, 4920, 4921, 4923, 4924, 4925, 4926, 4927, 4928, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4942, 4943, 4945, 4945, 4945, 4946, 4947, 4949, 4950, 4952, 4953, 4955, 4956, 4958, 4959, 4961, 4962, 4964, 4965, 4967, 4968, 4969, 4970, 4972, 4973, 4975, 4976, 4978, 4979, 4981, 4982, 4983, 4984, 4985, 4986, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 5000, 5001, 5003, 5003, 5003, 5004, 5005, 5007, 5008, 5010, 5011, 5013, 5014, 5016, 5017, 5019, 5020, 5022, 5023, 5025, 5026, 5027, 5028, 5030, 5031, 5033, 5034, 5036, 5037, 5039, 5040, 5041, 5042, 5043, 5044, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5058, 5059, 5061, 5061, 5061, 5062, 5063, 5065, 5066, 5068, 5069, 5071, 5072, 5074, 5075, 5077, 5078, 5080, 5081, 5083, 5084, 5085, 5086, 5088, 5089, 5091, 5092, 5094, 5095, 5097, 5098, 5099, 5100, 5101, 5102, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5116, 5117, 5119, 5119, 5119, 5120, 5121, 5123, 5124, 5126, 5127, 5129, 5130, 5132, 5133, 5135, 5136, 5138, 5139, 5141, 5142, 5143, 5144, 5146, 5147, 5149, 5150, 5152, 5153, 5155, 5156, 5157, 5158, 5159, 5160, 5162, 5163, 5163, 5163, 5163, 5164, 5165, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5177, 5177, 5177, 5177, 5177, 5178, 5179, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5191, 5191, 5192, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5206, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5221, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5235, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5248, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5261, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5274, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5287, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5300, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5313, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5326, 5326, 5326 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 6, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 10, 1, 1, 1, 11, 1, 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, 35, 1, 1, 1, 1, 37, 1, 35, 35, 38, 35, 39, 35, 40, 35, 35, 35, 35, 35, 35, 41, 35, 42, 43, 35, 44, 45, 35, 35, 46, 35, 35, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[47] = { 0, 1, 2, 3, 4, 4, 4, 1, 1, 1, 1, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5 } ; static yyconst flex_int16_t yy_base[8613] = { 0, 4394, 0, 4389, 4384, 2, 6, 4, 18, 4379, 4374, 33, 35, 40, 47, 4370, 4369, 4365, 42, 4364, 49, 54, 56, 4360, 4359, 4354, 65, 4335, 67, 4334, 69, 4329, 71, 4324, 73, 4319, 75, 4314, 77, 4309, 4304, 4299, 4294, 4289, 79, 4284, 81, 4279, 83, 4274, 85, 4269, 4264, 17, 87, 88, 89, 90, 91, 4259, 4254, 4249, 4244, 4239, 4234, 4229, 98, 101, 138, 4224, 4219, 4214, 4209, 104, 105, 0, 0, 4206,19995,19995,19995, 116, 4194, 4182, 4179, 4160, 104, 4165, 4163, 4155, 89, 4132, 34, 4140, 98, 4131, 4130, 109, 4099, 4099, 0, 4113, 0,19995, 4129, 26, 4128, 59, 126, 0,19995, 0, 4124, 123, 130, 0,19995, 4123, 0, 4113, 0, 19995, 0, 4099, 4098, 0, 4093, 4088, 148, 4083,19995, 4079, 128, 4073, 0,19995, 0, 4068, 4063, 0, 4058, 4053, 0, 4048, 4043, 0, 4038, 4033, 0, 4028, 4023, 0, 4018, 4013, 0, 4008, 4003, 0,19995, 0,19995, 0, 3998, 3993, 0, 133, 3988, 0, 3983, 3978, 0, 3973, 3968, 0,19995,19995,19995, 143,19995,19995, 147, 19995,19995, 3958, 0, 3959, 0,19995, 0,19995, 0, 3953, 3948,19995, 3943, 141, 0, 3933, 158,19995,19995, 0,19995,19995,19995, 3928, 3906,19995,19995, 174, 3908, 3887, 3869, 3868,19995, 3888, 3871, 138, 3866, 141, 3879, 3880, 0, 3855, 3861, 3858, 147, 3868, 148, 3849, 3843, 3824, 3820, 3817, 3821, 3806, 3792, 3818, 0, 3795, 0, 3813, 167, 3808, 176, 3798, 3793, 177, 0, 0, 3788, 3783, 3765, 3773, 0,19995, 3763, 0, 0, 3763, 3758, 0, 3753, 3748, 179,19995, 191, 188, 3743, 0,19995, 19995, 3738, 0, 0, 3733, 3728, 0, 3723, 3718, 0, 3713, 3708, 0, 3703, 3693, 0, 3688, 3683, 0, 3678, 3673, 0, 3669, 3668, 0, 0, 0, 3663, 3659, 0, 204, 3658, 3653, 0, 3639, 3638, 0, 3633, 3628, 0, 3618, 164, 3613, 186, 3608, 0,19995, 0, 0, 0, 3608, 3603,19995,19995, 206, 0, 3593, 208,19995, 0, 3588, 3582, 210, 3554, 3555, 3550, 3555, 3550, 3541, 3538, 3535, 3530, 3517, 3505, 3515, 3501, 3490, 3491, 3476, 0, 3472, 3484, 3469, 3484, 3469, 3483, 3457, 3455, 3455, 3442, 3432, 3433, 3421, 3428, 181, 0, 3399, 3428, 0, 3417, 0, 213, 215,19995, 3423, 3418, 220, 0, 0, 3413, 3393, 3403, 0, 3393, 0, 0, 3393, 3388, 0, 3383, 3378, 218, 223, 0,19995,19995, 3373,19995, 3363, 0, 0, 3358, 3353, 0, 3349, 3348, 0, 3344, 3343, 0, 3338, 3329, 0, 3328, 3323, 0, 3318, 3311, 0, 3306, 3301, 0, 0, 0, 3296, 3291, 0, 3286, 3281, 0, 3276, 3271, 0, 3266, 3261, 0, 3251, 3246, 0, 0, 0, 0, 3246, 3241, 228, 0, 232, 0,19995, 236, 3207, 3203, 3204, 3192, 3204, 3185, 3173, 3169, 3192, 3178, 3170, 3186, 3159, 3143, 3149, 3137, 0, 3138, 3126, 3122, 3122, 3122, 3134, 3120, 3111, 3093, 3101, 3098, 3091, 3082, 3078, 3089, 3057, 0, 3037, 3069, 0, 3040, 0, 230, 239,19995, 3064, 240, 0, 0, 3059, 3032, 3044, 0, 3034, 0, 0, 3035, 3034, 0, 3030, 3029, 242, 245, 19995, 3024, 3015, 0, 0, 3014, 3009, 0, 3004, 2997, 0, 2992, 2987, 0, 2982, 2977, 0, 2972, 2967, 0, 2962, 2957, 0, 2952, 2947, 0, 0, 0, 2942, 2937, 0, 2932, 2927, 0, 2922, 2917, 0, 2912, 2907, 0, 0, 0, 0, 0, 2902, 2892, 0, 251, 0, 2877, 2866, 2851, 2851, 2848, 2858, 2842, 2826, 2841, 2825, 2827, 2835, 2811, 2799, 2803, 2789, 196, 2784, 2789, 2800, 2778, 2768, 2785, 2754, 2764, 2757, 2743, 2747, 2756, 2727, 2717, 2740, 2719, 250, 254, 2720, 0, 2693, 0, 255, 261, 2716, 262, 0, 0, 2715, 2688, 2710, 0, 2700, 0, 0, 2696, 2695, 0, 2690, 2685, 264, 267, 2678, 2673, 0, 0, 2668, 2663, 0, 2658, 2653, 0, 2648, 2643, 0, 2638, 2633, 0, 2628, 2623, 0, 2618, 2613, 0, 2608, 2603, 0, 0, 0, 2598, 2593, 0, 2588, 2583, 0, 2573, 2568, 0, 2563, 0, 0, 0, 0, 0, 0, 2559, 2558, 0, 273, 0, 2533, 2530, 2522, 2517, 2521, 2507, 2510, 2499, 2488, 2478, 2501, 2496, 2491, 2475, 2453, 2463, 2444, 272, 2454, 2461, 2456, 2424, 2446, 2441, 2403, 2403, 2404, 2388, 2411, 2407,19995, 2380, 2401, 2397, 2387, 2350, 276, 2346, 2378, 0,19995, 0, 277, 283, 2376, 284, 0, 0, 2371, 2342, 2359, 0, 2349, 0, 0, 2349, 2344, 0, 2339, 2334, 286, 291, 2329, 2324, 0, 0, 2319, 2314, 0, 2309, 2304, 0, 2299, 2294, 0, 2289, 2284, 0, 2279, 2274, 0, 2270, 2259, 0, 2254, 2249, 0, 0, 0, 2245, 2244, 0, 2240, 2239, 0, 2234, 2220, 0,19995, 0, 0, 0, 0, 0, 0, 2219, 2214, 0, 296, 0, 2196, 2176, 2169, 2183, 2165, 2163, 2177, 2149, 2138, 2162, 2157, 2152, 2147, 2129, 2120, 2105, 2114, 2095, 2117, 2112, 2087, 2097, 2092, 2087, 2083, 2071, 2078, 2077, 2072, 2063, 2062, 2043, 2016, 2002, 0, 0, 300, 301, 2040, 306, 0, 0, 2035, 2031, 2025, 0, 2015, 0, 0, 2015, 2010, 0, 2005, 2000, 308, 309, 1995, 1990, 0, 0, 1985, 1980, 0, 1975, 1970, 0, 1965, 1960, 0, 1955, 1945, 0, 1940, 1935, 0, 1931, 1930, 0, 1926, 8, 0, 0, 0, 13, 36, 0, 44, 91, 0, 118, 134, 0, 0, 0, 0, 0, 0, 0, 184, 193, 0, 314, 0, 184, 184, 203, 226, 234, 268, 269, 266, 269, 297, 302, 310, 317, 318, 297, 321, 297, 323, 324, 325, 326, 327, 328, 329, 330, 318, 332, 333, 334, 335, 336, 317, 298, 0, 0, 340, 341, 341, 346, 0, 0, 342, 348,19995, 348, 0, 345, 0, 0, 351, 352, 0, 353, 354, 356, 357, 357, 358, 0, 0, 361, 362, 0, 365, 366, 0, 367, 368, 0, 369, 370, 0, 371, 372, 0, 373, 374, 0, 375, 376, 0, 0, 0, 377, 378, 0, 379, 380, 0, 381, 382, 0, 0, 0, 0, 0, 0, 0, 383, 384, 0, 386, 0, 387, 388, 389, 390, 392, 393, 394, 395, 368, 397, 398, 399, 400, 401, 380, 403,19995, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 406, 0, 0, 420, 421, 421, 426, 0, 0, 422, 427, 0, 423, 0, 0, 430, 431, 0, 432, 433, 435, 436, 436, 437, 0, 0, 440, 441, 0, 444, 445, 0, 446, 447, 0, 448, 449, 0, 450, 451, 0, 452, 453, 0, 454, 455, 0, 0, 0, 456, 457, 0, 458, 459, 0, 460, 461, 0, 0, 0, 0, 0, 0, 0, 462, 463, 0, 0, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 0, 0, 496, 497, 497, 502, 0, 0, 498, 503, 0, 499, 0, 0, 506, 507, 0, 508, 509, 511, 512, 512, 513, 0, 0, 516, 517, 0, 520, 521, 0, 522, 523, 0, 524, 525, 0, 526, 527, 0, 528, 529, 0, 530, 531, 0, 0, 0, 532, 533, 0, 534, 535, 0, 536, 537, 0, 0, 0, 0, 0, 0, 0, 538, 539,19995, 0, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 0, 0, 572, 573, 573, 578, 0, 0, 574, 579, 0, 575, 0, 0, 582, 583, 0, 584, 585, 587, 588, 588, 589, 0, 0, 592, 593, 0, 596, 597, 0, 598, 599, 0, 600, 601, 0, 602, 603, 0, 604, 605, 0, 606, 607, 0, 0, 0, 608, 609, 0, 610, 611, 0, 612, 613, 0, 0, 0, 0, 0, 0, 0, 614, 615, 0,19995,19995,19995,19995, 19995,19995,19995,19995,19995,19995,19995,19995,19995,19995, 19995,19995,19995,19995,19995,19995,19995,19995,19995,19995, 19995,19995,19995,19995,19995,19995,19995, 0, 0, 617, 618, 618, 620, 0, 0, 622, 624, 0, 620, 0, 0, 626, 0, 0, 627, 0, 629, 630, 630,19995, 0, 0, 631, 0, 0, 634, 0, 0, 635, 0, 0, 638, 0, 0, 639, 0, 0, 640, 0, 0, 641, 0, 0, 0, 0, 642, 0, 0, 643, 645, 0, 645, 0, 0, 0, 0, 0, 0, 0, 0, 646, 0, 0, 0, 0, 648, 649,19995, 650, 651, 0, 0,19995, 0, 0, 650, 0, 0,19995, 0, 0,19995, 0, 657, 658,19995, 0, 0,19995, 0, 0,19995, 0, 0,19995, 0, 0,19995, 0, 0, 19995, 0, 0,19995, 0, 0,19995, 0, 0, 0, 0,19995, 0, 0,19995, 0,19995, 0,19995, 0, 0, 0, 0, 0, 0, 0, 0,19995, 0, 0, 0, 0, 659, 660, 667, 667, 669, 669, 0, 0, 0, 0, 666, 0, 0, 0, 0, 0, 674, 675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 676, 677, 684, 685,19995, 685, 0, 0, 0, 0, 681, 0, 0, 0, 0, 0, 690, 691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 692, 693, 700, 701, 19995, 0, 0, 0, 0, 696, 0, 0, 0, 0, 0, 703, 706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 708, 709, 715, 716, 0, 0, 0, 0, 711, 0, 0, 0, 0, 0, 718, 721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 723, 724, 730, 731, 0, 0, 0, 0, 726, 0, 0, 0, 0, 0, 733, 736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 738, 739, 745, 746, 0, 0, 0, 0, 741, 0, 0, 0, 0, 0, 748, 751, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 753, 754, 760, 761, 0, 0, 0, 0, 756, 0, 0, 0, 0, 0, 763, 766, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 768, 769, 775, 776, 0, 0, 0, 0, 771, 0, 0, 0, 0, 0, 778, 781, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 783, 784, 790, 791, 0, 0, 0, 0, 786, 0, 0, 0, 0, 0, 793, 796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 798, 799, 805, 806, 0, 0, 0, 0, 801, 0, 0, 0, 0, 0, 808, 811, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 813, 814, 820, 821, 0, 0, 0, 0, 816, 0, 0, 0, 0, 0, 823, 826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 828, 829, 835, 836, 0, 0, 0, 0, 831, 0, 0, 0, 0, 0, 838, 841, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 843, 844, 850, 851, 0, 0, 0, 0, 846, 0, 0, 0, 0, 0, 853, 856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 858, 859, 865, 866, 0, 0, 0, 0, 861, 0, 0, 0, 0, 0, 868, 871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 873, 874, 880, 881, 0, 0, 0, 0, 876, 0, 0, 0, 0, 0, 883, 886, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 888, 889, 895, 896, 0, 0, 0, 0, 891, 0, 0, 0, 0, 0, 898, 901, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 903, 904, 910, 911, 0, 0, 0, 0, 906, 0, 0, 0, 0, 0, 913, 916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 918, 919, 925, 926, 0, 0, 0, 0, 921, 0, 0, 0, 0, 0, 928, 931, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 933, 934, 940, 941, 0, 0, 0, 0, 936, 0, 0, 0, 0, 0, 943, 946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 948, 949, 955, 956, 0, 0, 0, 0, 951, 0, 0, 0, 0, 0, 958, 961, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 963, 964, 970, 971, 0, 0, 0, 0, 966, 0, 0, 0, 0, 0, 973, 976, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 978, 979, 985, 986, 0, 0, 0, 0, 981, 0, 0, 0, 0, 0, 988, 991, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 993, 994, 1000, 1001, 0, 0, 0, 0, 996, 0, 0, 0, 0, 0, 1003, 1006, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1008, 1009, 1015, 1016, 0, 0, 0, 0, 1011, 0, 0, 0, 0, 0, 1018, 1021, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1023, 1024, 1030, 1031, 0, 0, 0, 0, 1026, 0, 0, 0, 0, 0, 1033, 1036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1038, 1039, 1045, 1046, 0, 0, 0, 0, 1041, 0, 0, 0, 0, 0, 1048, 1051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1053, 1054, 1060, 1061, 0, 0, 0, 0, 1056, 0, 0, 0, 0, 0, 1063, 1066, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1068, 1069, 1075, 1076, 0, 0, 0, 0, 1071, 0, 0, 0, 0, 0, 1078, 1081, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1083, 1084, 1090, 1091, 0, 0, 0, 0, 1086, 0, 0, 0, 0, 0, 1093, 1096, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1098, 1099, 1105, 1106, 0, 0, 0, 0, 1101, 0, 0, 0, 0, 0, 1108, 1111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1113, 1114, 1120, 1121, 0, 0, 0, 0, 1116, 0, 0, 0, 0, 0, 1123, 1126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1128, 1129, 1135, 1136, 0, 0, 0, 0, 1131, 0, 0, 0, 0, 0, 1138, 1141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1143, 1144, 1150, 1151, 0, 0, 0, 0, 1146, 0, 0, 0, 0, 0, 1153, 1156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1158, 1159, 1165, 1166, 0, 0, 0, 0, 1161, 0, 0, 0, 0, 0, 1168, 1171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1173, 1174, 1180, 1181, 0, 0, 0, 0, 1176, 0, 0, 0, 0, 0, 1183, 1186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1188, 1189, 1195, 1196, 0, 0, 0, 0, 1191, 0, 0, 0, 0, 0, 1198, 1201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1203, 1204, 1210, 1211, 0, 0, 0, 0, 1206, 0, 0, 0, 0, 0, 1213, 1216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1218, 1219, 1225, 1226, 0, 0, 0, 0, 1221, 0, 0, 0, 0, 0, 1228, 1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1233, 1234, 1240, 1241, 0, 0, 0, 0, 1236, 0, 0, 0, 0, 0, 1243, 1246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1248, 1249, 1255, 1256, 0, 0, 0, 0, 1251, 0, 0, 0, 0, 0, 1258, 1261, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1263, 1264, 1270, 1271, 0, 0, 0, 0, 1266, 0, 0, 0, 0, 0, 1273, 1276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1278, 1279, 1285, 1286, 0, 0, 0, 0, 1281, 0, 0, 0, 0, 0, 1288, 1291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1293, 1294, 1300, 1301, 0, 0, 0, 0, 1296, 0, 0, 0, 0, 0, 1303, 1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1308, 1309, 1315, 1316, 0, 0, 0, 0, 1311, 0, 0, 0, 0, 0, 1318, 1321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1323, 1324, 1330, 1331, 0, 0, 0, 0, 1326, 0, 0, 0, 0, 0, 1333, 1336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1338, 1339, 1345, 1346, 0, 0, 0, 0, 1341, 0, 0, 0, 0, 0, 1348, 1351, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1353, 1354, 1360, 1361, 0, 0, 0, 0, 1356, 0, 0, 0, 0, 0, 1363, 1366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1368, 1369, 1375, 1376, 0, 0, 0, 0, 1371, 0, 0, 0, 0, 0, 1378, 1381, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1383, 1384, 1390, 1391, 0, 0, 0, 0, 1386, 0, 0, 0, 0, 0, 1393, 1396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1398, 1399, 1405, 1406, 0, 0, 0, 0, 1401, 0, 0, 0, 0, 0, 1408, 1411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1413, 1414, 1420, 1421, 0, 0, 0, 0, 1416, 0, 0, 0, 0, 0, 1423, 1426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1428, 1429, 1435, 1436, 0, 0, 0, 0, 1431, 0, 0, 0, 0, 0, 1438, 1441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1443, 1444, 1450, 1451, 0, 0, 0, 0, 1446, 0, 0, 0, 0, 0, 1453, 1456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1458, 1459, 1465, 1466, 0, 0, 0, 0, 1461, 0, 0, 0, 0, 0, 1468, 1471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19995, 1473, 1474, 1480, 1481, 0,19995, 0,19995, 1476, 0, 0, 0, 0, 0, 1483, 1486, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1488, 1489, 1495, 1496, 0, 0, 1491, 0, 0, 0, 0, 0, 1498, 1501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1503, 1504, 1510, 1511, 0, 0, 0, 0, 0, 0, 0, 1512, 1513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1518, 1519, 1524, 1525, 0, 0, 0, 0, 0, 0, 0, 1526, 1527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1532, 1533, 1538, 1539, 0, 0, 0, 0, 0, 0, 0, 1540, 1541, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1546, 1547, 1552, 1553, 0, 0, 0, 0, 0, 0, 0, 1554, 1555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1560, 1561, 1566, 1567, 0, 0, 0, 0, 0, 0, 0, 1568, 1569, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1574, 1575, 1580, 1581, 0, 0, 0, 0, 0, 0, 0, 1582, 1583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1588, 1589, 1594, 1595, 0, 0, 0, 0, 0, 0, 0, 1596, 1597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1602, 1603, 1608, 1609, 0, 0, 0, 0, 0, 0, 0, 1610, 1611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1616, 1617, 1622, 1623, 0, 0, 0, 0, 0, 0, 0, 1624, 1625, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1630, 1631, 1636, 1637, 0, 0, 0, 0, 0, 0, 0, 1638, 1639, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19995, 1644, 1645, 1650, 1651,19995,19995,19995, 19995, 0,19995, 0, 1652, 1653,19995,19995, 0,19995, 0,19995, 0,19995, 0,19995, 0,19995, 0,19995, 0,19995,19995,19995, 0,19995, 0,19995, 0,19995, 0,19995,19995,19995,19995,19995, 0,19995, 1658, 1659, 1662, 0, 0, 1664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1665, 1666, 1668, 1669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1671, 1673,19995, 1673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1676, 1678,19995, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1679, 1681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19995, 0, 1684, 1686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1687, 1689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1692, 1694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1695, 1697, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1700, 1702, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1703, 1705, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1708, 1710,19995, 19995,19995,19995,19995,19995,19995,19995,19995,19995,19995, 19995,19995, 1711, 0,19995, 1716, 1721, 1726, 1731, 1736, 1741, 1746, 1751, 1756, 1761, 1766, 1771, 1776, 1781, 1786, 1791, 1796, 1801, 1806, 1811, 1816, 1821, 1826, 1831, 1836, 1841, 1846, 1851, 1856, 1861, 1866, 1871, 1876, 1881, 1886, 1891, 1896, 1901, 1906, 1911, 1916, 1921, 1926, 1931, 1936, 1941, 1946, 1951, 1956, 1961, 1966, 1971, 1976, 1981, 1986, 1991, 1996, 2001, 2006, 2011, 2016, 2021, 2026, 2031, 2036, 2041, 2046, 2048, 2053, 1710, 1903, 2058, 2063, 2068, 2073, 2078, 2083, 2088, 2093, 2098, 2103, 2108, 2113, 2118, 2123, 2128, 2133, 2138, 2143, 2148, 2153, 2158, 2163, 2168, 2173, 2178, 2183, 2188, 2193, 2198, 2203, 2205, 2210, 1908, 1909, 2215, 2220, 2225, 2230, 2235, 2240, 2245, 2250, 2255, 2260, 2265, 2270, 2275, 2280, 2285, 2290, 2295, 2300, 2305, 2310, 2315, 2320, 2325, 2330, 2335, 2340, 2345, 2350, 2355, 2360, 2365, 2367, 2372, 1918, 1923, 2377, 2382, 2387, 2392, 2397, 2402, 2407, 2412, 2417, 2422, 2427, 2432, 2437, 2442, 2447, 2452, 2457, 2462, 2467, 2472, 2477, 2482, 2487, 2492, 2497, 2502, 2507, 2512, 2517, 2519, 2524, 2529, 2534, 2539, 2544, 2549, 2554, 2559, 2564, 2569, 2574, 2579, 2584, 2589, 2594, 2599, 2604, 2609, 2614, 2619, 2624, 2629, 2634, 2639, 2644, 2649, 2654, 2659, 2664, 2669, 2674, 2679, 2681, 2686, 2691, 2696, 2701, 2706, 2711, 2716, 2721, 2726, 2731, 2736, 2741, 2746, 2751, 2756, 2761, 2766, 2771, 2776, 2781, 2786, 2791, 2796, 2801, 2806, 2811, 2816, 2821, 2826, 2831, 2836, 2838, 2843, 2848, 2853, 2858, 2863, 2868, 2873, 2878, 2883, 2888, 2893, 2898, 2903, 2908, 2913, 2918, 2923, 2928, 2933, 2938, 2943, 2948, 2953, 2958, 2963, 2968, 2973, 2978, 2983, 2988, 2993, 2998, 3000, 3005, 3010, 3015, 3020, 3025, 3030, 3035, 3040, 3045, 3050, 3055, 3060, 3065, 3070, 3075, 3080, 3085, 3090, 3095, 3100, 3105, 3110, 3115, 3120, 3125, 3130, 3135, 3140, 3145, 3150, 3155, 3157, 3162, 3167, 3172, 3177, 3182, 3187, 3192, 3197, 3202, 3207, 3212, 3217, 3222, 3227, 3232, 3237, 3242, 3247, 3252, 3257, 3262, 3267, 3272, 3277, 3282, 3287, 3292, 3297, 3302, 3307, 3312, 3314, 3319, 3324, 3329, 3334, 3339, 3344, 3349, 3354, 3359, 3364, 3369, 3374, 3379, 3384, 3389, 3394, 3399, 3404, 3409, 3414, 3419, 3424, 3429, 3434, 3439, 3444, 3449, 3454, 3459, 3464, 3469, 3474, 3479, 3484, 3489, 3494, 3499, 3504, 3509, 3514, 3519, 3524, 3529, 3534, 3539, 3544, 3549, 3554, 3559, 3564, 3569, 3574, 3579, 3584, 3589, 3594, 3599, 3604, 3609, 3614, 3619, 3624, 3629, 3634, 3639, 3644, 3649, 3654, 3659, 3664, 3669, 3674, 3679, 3684, 3689, 3694, 3699, 3704, 3709, 3714, 3719, 3724, 3729, 3734, 3739, 3744, 3749, 3754, 3759, 3764, 3769, 3774, 3779, 3784, 3789, 3794, 3799, 3804, 3809, 3814, 3819, 3824, 3829, 3834, 3839, 3844, 3849, 3854, 3859, 3864, 3869, 3874, 3879, 3884, 3889, 3894, 3899, 3904, 3909, 3914, 3919, 3924, 3929, 3934, 3939, 3944, 3949, 3954, 3959, 3964, 3969, 3974, 3979, 3984, 3989, 3994, 3999, 4004, 4009, 4014, 4019, 4024, 4029, 4034, 4039, 4044, 4049, 4054, 4059, 4064, 4069, 4074, 4079, 4084, 4089, 4094, 4099, 4104, 4109, 4114, 4119, 4124, 4129, 4134, 4139, 4144, 4149, 4154, 4159, 4164, 4169, 4174, 4179, 4184, 4189, 4194, 4199, 4204, 4209, 4214, 4219, 4224, 4229, 4234, 4239, 4244, 4249, 4254, 4259, 4264, 4269, 4274, 4279, 4284, 4289, 4294, 4299, 4304, 4309, 4314, 4319, 4324, 4329, 4334, 4339, 4344, 4349, 4354, 4359, 4364, 4369, 4374, 4379, 4384, 4389, 4394, 4399, 4404, 4409, 4414, 4419, 4424, 4429, 4434, 4439, 4444, 4449, 4454, 4459, 4464, 4469, 4474, 4479, 4484, 4489, 4494, 4499, 4504, 4509, 4514, 4519, 4524, 4529, 4534, 4539, 4544, 4549, 4554, 4559, 4564, 4569, 4574, 4579, 4584, 4589, 4594, 4599, 4604, 4609, 4614, 4619, 4624, 4629, 4634, 4639, 4644, 4649, 4654, 4659, 4664, 4669, 4674, 4679, 4684, 4689, 4694, 4699, 4704, 4709, 4714, 4719, 4724, 4729, 4734, 4739, 4744, 4749, 4754, 4759, 4764, 4769, 4774, 4779, 4784, 4789, 4794, 4799, 4804, 4809, 4814, 4819, 4824, 4829, 4834, 4839, 4844, 4849, 4854, 4859, 4864, 4869, 4874, 4879, 4884, 4889, 4894, 4899, 4904, 4909, 4914, 4919, 4924, 4929, 4934, 4939, 4944, 4949, 4954, 4959, 4964, 4969, 4974, 4979, 4984, 4989, 4994, 4999, 5004, 5009, 5014, 5019, 5024, 5029, 5034, 5039, 5044, 5049, 5054, 5059, 5064, 5069, 5074, 5079, 5084, 5089, 5094, 5099, 5104, 5109, 5114, 5119, 5124, 5129, 5134, 5139, 5144, 5149, 5154, 5159, 5164, 5169, 5174, 5179, 5184, 5189, 5194, 5199, 5204, 5209, 5214, 5219, 5224, 5229, 5234, 5239, 5244, 5249, 5254, 5259, 5264, 5269, 5274, 5279, 5284, 5289, 5294, 5299, 5304, 5309, 5314, 5319, 5324, 5329, 5334, 5339, 5344, 5349, 5354, 5359, 5364, 5369, 5374, 5379, 5384, 5389, 5394, 5399, 5404, 5409, 5414, 5419, 5424, 5429, 5434, 5439, 5444, 5449, 5454, 5459, 5464, 5469, 5474, 5479, 5484, 5489, 5494, 5499, 5504, 5509, 5514, 5519, 5524, 5529, 5534, 5539, 5544, 5549, 5554, 5559, 5564, 5569, 5574, 5579, 5584, 5589, 5594, 5599, 5604, 5609, 5614, 5619, 5624, 5629, 5634, 5639, 5644, 5649, 5654, 5659, 5664, 5669, 5674, 5679, 5684, 5689, 5694, 5699, 5704, 5709, 5714, 5719, 5724, 5729, 5734, 5739, 5744, 5749, 5754, 5759, 5764, 5769, 5774, 5779, 5784, 5789, 5794, 5799, 5804, 5809, 5814, 5819, 5824, 5829, 5834, 5839, 5844, 5849, 5854, 5859, 5864, 5869, 5874, 5879, 5884, 5889, 5894, 5899, 5904, 5909, 5914, 5919, 5924, 5929, 5934, 5939, 5944, 5949, 5954, 5959, 5964, 5969, 5974, 5979, 5984, 5989, 5994, 5999, 6004, 6009, 6014, 6019, 6024, 6029, 6034, 6039, 6044, 6049, 6054, 6059, 6064, 6069, 6074, 6079, 6084, 6089, 6094, 6099, 6104, 6109, 6114, 6119, 6124, 6129, 6134, 6139, 6144, 6149, 6154, 6159, 6164, 6169, 6174, 6179, 6184, 6189, 6194, 6199, 6204, 6209, 6214, 6219, 6224, 6229, 6234, 6239, 6244, 6249, 6254, 6259, 6264, 6269, 6274, 6279, 6284, 6289, 6294, 6299, 6304, 6309, 6314, 6319, 6324, 6329, 6334, 6339, 6344, 6349, 6354, 6359, 6364, 6369, 6374, 6379, 6384, 6389, 6394, 6399, 6404, 6409, 6414, 6419, 6424, 6429, 6434, 6439, 6444, 6449, 6454, 6459, 6464, 6469, 6474, 6479, 6484, 6489, 6494, 6499, 6504, 6509, 6514, 6519, 6524, 6529, 6534, 6539, 6544, 6549, 6554, 6559, 6564, 6569, 6574, 6579, 6584, 6589, 6594, 6599, 6604, 6609, 6614, 6619, 6624, 6629, 6634, 6639, 6644, 6649, 6654, 6659, 6664, 6669, 6674, 6679, 6684, 6689, 6694, 6699, 6704, 6709, 6714, 6719, 6724, 6729, 6734, 6739, 6744, 6749, 6754, 6759, 6764, 6769, 6774, 6779, 6784, 6789, 6794, 6799, 6804, 6809, 6814, 6819, 6824, 6829, 6834, 6839, 6844, 6849, 6854, 6859, 6864, 6869, 6874, 6879, 6884, 6889, 6894, 6899, 6904, 6909, 6914, 6919, 6924, 6929, 6934, 6939, 6944, 6949, 6954, 6959, 6964, 6969, 6974, 6979, 6984, 6989, 6994, 6999, 7004, 7009, 7014, 7019, 7024, 7029, 7034, 7039, 7044, 7049, 7054, 7059, 7064, 7069, 7074, 7079, 7084, 7089, 7094, 7099, 7104, 7109, 7114, 7119, 7124, 7129, 7134, 7139, 7144, 7149, 7154, 7159, 7164, 7169, 7174, 7179, 7184, 7189, 7194, 7199, 7204, 7209, 7214, 7219, 7224, 7229, 7234, 7239, 7244, 7249, 7254, 7259, 7264, 7269, 7274, 7279, 7284, 7289, 7294, 7299, 7304, 7309, 7314, 7319, 7324, 7329, 7334, 7339, 7344, 7349, 7354, 7359, 7364, 7369, 7374, 7379, 7384, 7389, 7394, 7399, 7404, 7409, 7414, 7419, 7424, 7429, 7434, 7439, 7444, 7449, 7454, 7459, 7464, 7469, 7474, 7479, 7484, 7489, 7494, 7499, 7504, 7509, 7514, 7519, 7524, 7529, 7534, 7539, 7544, 7549, 7554, 7559, 7564, 7569, 7574, 7579, 7584, 7589, 7594, 7599, 7604, 7609, 7614, 7619, 7624, 7629, 7634, 7639, 7644, 7649, 7654, 7659, 7664, 7669, 7674, 7679, 7684, 7689, 7694, 7699, 7704, 7709, 7714, 7719, 7724, 7729, 7734, 7739, 7744, 7749, 7754, 7759, 7764, 7769, 7774, 7779, 7784, 7789, 7794, 7799, 7804, 7809, 7814, 7819, 7824, 7829, 7834, 7839, 7844, 7849, 7854, 7859, 7864, 7869, 7874, 7879, 7884, 7889, 7894, 7899, 7904, 7909, 7914, 7919, 7924, 7929, 7934, 7939, 7944, 7949, 7954, 7959, 7964, 7969, 7974, 7979, 7984, 7989, 7994, 7999, 8004, 8009, 8014, 8019, 8024, 8029, 8034, 8039, 8044, 8049, 8054, 8059, 8064, 8069, 8074, 8079, 8084, 8089, 8094, 8099, 8104, 8109, 8114, 8119, 8124, 8129, 8134, 8139, 8144, 8149, 8154, 8159, 8164, 8169, 8174, 8179, 8184, 8189, 8194, 8199, 8204, 8209, 8214, 8219, 8224, 8229, 8234, 8239, 8244, 8249, 8254, 8259, 8264, 8269, 8274, 8279, 8284, 8289, 8294, 8299, 8304, 8309, 8314, 8319, 8324, 8329, 8334, 8339, 8344, 8349, 8354, 8359, 8364, 8369, 8374, 8379, 8384, 8389, 8394, 8399, 8404, 8409, 8414, 8419, 8424, 8429, 8434, 8439, 8444, 8449, 8454, 8459, 8464, 8469, 8474, 8479, 8484, 8489, 8494, 8499, 8504, 8509, 8514, 8519, 8524, 8529, 8534, 8539, 8544, 8549, 8554, 8559, 8564, 8569, 8574, 8579, 8584, 8589, 8594, 8599, 8604, 8609, 8614, 8619, 8624, 8629, 8634, 8639, 8644, 8649, 8654, 8659, 8664, 8669, 8674, 8679, 8684, 8689, 8694, 8699, 8704, 8709, 8714, 8719, 8724, 8729, 8734, 8739, 8744, 8749, 8754, 8759, 8764, 8769, 8774, 8779, 8784, 8789, 8794, 8799, 8804, 8809, 8814, 8819, 8824, 8829, 8834, 8839, 8844, 8849, 8854, 8859, 8864, 8869, 8874, 8879, 8884, 8889, 8894, 8899, 8904, 8909, 8914, 8919, 8924, 8929, 8934, 8939, 8944, 8949, 8954, 8959, 8964, 8969, 8974, 8979, 8984, 8989, 8994, 8999, 9004, 9009, 9014, 9019, 9024, 9029, 9034, 9039, 9044, 9049, 9054, 9059, 9064, 9069, 9074, 9079, 9084, 9089, 9094, 9099, 9104, 9109, 9114, 9119, 9124, 9129, 9134, 9139, 9144, 9149, 9154, 9159, 9164, 9169, 9174, 9179, 9184, 9189, 9194, 9199, 9204, 9209, 9214, 9219, 9224, 9229, 9234, 9239, 9244, 9249, 9254, 9259, 9264, 9269, 9274, 9279, 9284, 9289, 9294, 9299, 9304, 9309, 9314, 9319, 9324, 9329, 9334, 9339, 9344, 9349, 9354, 9359, 9364, 9369, 9374, 9379, 9384, 9389, 9394, 9399, 9404, 9409, 9414, 9419, 9424, 9429, 9434, 9439, 9444, 9449, 9454, 9459, 9464, 9469, 9474, 9479, 9484, 9489, 9494, 9499, 9504, 9509, 9514, 9519, 9524, 9529, 9534, 9539, 9544, 9549, 9554, 9559, 9564, 9569, 9574, 9579, 9584, 9589, 9594, 9599, 9604, 9609, 9614, 9619, 9624, 9629, 9634, 9639, 9644, 9649, 9654, 9659, 9664, 9669, 9674, 9679, 9684, 9689, 9694, 9699, 9704, 9709, 9714, 9719, 9724, 9729, 9734, 9739, 9744, 9749, 9754, 9759, 9764, 9769, 9774, 9779, 9784, 9789, 9794, 9799, 9804, 9809, 9814, 9819, 9824, 9829, 9834, 9839, 9844, 9849, 9854, 9859, 9864, 9869, 9874, 9879, 9884, 9889, 9894, 9899, 9904, 9909, 9914, 9919, 9924, 9929, 9934, 9939, 9944, 9949, 9954, 9959, 9964, 9969, 9974, 9979, 9984, 9989, 9994, 9999,10004,10009,10014,10019,10024,10029, 10034,10039,10044,10049,10054,10059,10064,10069,10074,10079, 10084,10089,10094,10099,10104,10109,10114,10119,10124,10129, 10134,10139,10144,10149,10154,10159,10164,10169,10174,10179, 10184,10189,10194,10199,10204,10209,10214,10219,10224,10229, 10234,10239,10244,10249,10254,10259,10264,10269,10274,10279, 10284,10289,10294,10299,10304,10309,10314,10319,10324,10329, 10334,10339,10344,10349,10354,10359,10364,10369,10374,10379, 10384,10389,10394,10399,10404,10409,10414,10419,10424,10429, 10434,10439,10444,10449,10454,10459,10464,10469,10474,10479, 10484,10489,10494,10499,10504,10509,10514,10519,10524,10529, 10534,10539,10544,10549,10554,10559,10564,10569,10574,10579, 10584,10589,10594,10599,10604,10609,10614,10619,10624,10629, 10634,10639,10644,10649,10654,10659,10664,10669,10674,10679, 10684,10689,10694,10699,10704,10709,10714,10719,10724,10729, 10734,10739,10744,10749,10754,10759,10764,10769,10774,10779, 10784,10789,10794,10799,10804,10809,10814,10819,10824,10829, 10834,10839,10844,10849,10854,10859,10864,10869,10874,10879, 10884,10889,10894,10899,10904,10909,10914,10919,10924,10929, 10934,10939,10944,10949,10954,10959,10964,10969,10974,10979, 10984,10989,10994,10999,11004,11009,11014,11019,11024,11029, 11034,11039,11044,11049,11054,11059,11064,11069,11074,11079, 11084,11089,11094,11099,11104,11109,11114,11119,11124,11129, 11134,11139,11144,11149,11154,11159,11164,11169,11174,11179, 11184,11189,11194,11199,11204,11209,11214,11219,11224,11229, 11234,11239,11244,11249,11254,11259,11264,11269,11274,11279, 11284,11289,11294,11299,11304,11309,11314,11319,11324,11329, 11334,11339,11344,11349,11354,11359,11364,11369,11374,11379, 11384,11389,11394,11399,11404,11409,11414,11419,11424,11429, 11434,11439,11444,11449,11454,11459,11464,11469,11474,11479, 11484,11489,11494,11499,11504,11509,11514,11519,11524,11529, 11534,11539,11544,11549,11554,11559,11564,11569,11574,11579, 11584,11589,11594,11599,11604,11609,11614,11619,11624,11629, 11634,11639,11644,11649,11654,11659,11664,11669,11674,11679, 11684,11689,11694,11699,11704,11709,11714,11719,11724,11729, 11734,11739,11744,11749,11754,11759,11764,11769,11774,11779, 11784,11789,11794,11799,11804,11809,11814,11819,11824,11829, 11834,11839,11844,11849,11854,11859,11864,11869,11874,11879, 11884,11889,11894,11899,11904,11909,11914,11919,11924,11929, 11934,11939,11944,11949,11954,11959,11964,11969,11974,11979, 11984,11989,11994,11999,12004,12009,12014,12019,12024,12029, 12034,12039,12044,12049,12054,12059,12064,12069,12074,12079, 12084,12089,12094,12099,12104,12109,12114,12119,12124,12129, 12134,12139,12144,12149,12154,12159,12164,12169,12174,12179, 12184,12189,12194,12199,12204,12209,12214,12219,12224,12229, 12234,12239,12244,12249,12254,12259,12264,12269,12274,12279, 12284,12289,12294,12299,12304,12309,12314,12319,12324,12329, 12334,12339,12344,12349,12354,12359,12364,12369,12374,12379, 12384,12389,12394,12399,12404,12409,12414,12419,12424,12429, 12434,12439,12444,12449,12454,12459,12464,12469,12474,12479, 12484,12489,12494,12499,12504,12509,12514,12519,12524,12529, 12534,12539,12544,12549,12554,12559,12564,12569,12574,12579, 12584,12589,12594,12599,12604,12609,12614,12619,12624,12629, 12634,12639,12644,12649,12654,12659,12664,12669,12674,12679, 12684,12689,12694,12699,12704,12709,12714,12719,12724,12729, 12734,12739,12744,12749,12754,12759,12764,12769,12774,12779, 12784,12789,12794,12799,12804,12809,12814,12819,12824,12829, 12834,12839,12844,12849,12854,12859,12864,12869,12874,12879, 12884,12889,12894,12899,12904,12909,12914,12919,12924,12929, 12934,12939,12944,12949,12954,12959,12964,12969,12974,12979, 12984,12989,12994,12999,13004,13009,13014,13019,13024,13029, 13034,13039,13044,13049,13054,13059,13064,13069,13074,13079, 13084,13089,13094,13099,13104,13109,13114,13119,13124,13129, 13134,13139,13144,13149,13154,13159,13164,13169,13174,13179, 13184,13189,13194,13199,13204,13209,13214,13219,13224,13229, 13234,13239,13244,13249,13254,13259,13264,13269,13274,13279, 13284,13289,13294,13299,13304,13309,13314,13319,13324,13329, 13334,13339,13344,13349,13354,13359,13364,13369,13374,13379, 13384,13389,13394,13399,13404,13409,13414,13419,13424,13429, 13434,13439,13444,13449,13454,13459,13464,13469,13474,13479, 13484,13489,13494,13499,13504,13509,13514,13519,13524,13529, 13534,13539,13544,13549,13554,13559,13564,13569,13574,13579, 13584,13589,13594,13599,13604,13609,13614,13619,13624,13629, 13634,13639,13644,13649,13654,13659,13664,13669,13674,13679, 13684,13689,13694,13699,13704,13709,13714,13719,13724,13729, 13734,13739,13744,13749,13754,13759,13764,13769,13774,13779, 13784,13789,13794,13799,13804,13809,13814,13819,13824,13829, 13834,13839,13844,13849,13854,13859,13864,13869,13874,13879, 13884,13889,13894,13899,13904,13909,13914,13919,13924,13929, 13934,13939,13944,13949,13954,13959,13964,13969,13974,13979, 13984,13989,13994,13999,14004,14009,14014,14019,14024,14029, 14034,14039,14044,14049,14054,14059,14064,14069,14074,14079, 14084,14089,14094,14099,14104,14109,14114,14119,14124,14129, 14134,14139,14144,14149,14154,14159,14164,14169,14174,14179, 14184,14189,14194,14199,14204,14209,14214,14219,14224,14229, 14234,14239,14244,14249,14254,14259,14264,14269,14274,14279, 14284,14289,14294,14299,14304,14309,14314,14319,14324,14329, 14334,14339,14344,14349,14354,14359,14364,14369,14374,14379, 14384,14389,14394,14399,14404,14409,14414,14419,14424,14429, 14434,14439,14444,14449,14454,14459,14464,14469,14474,14479, 14484,14489,14494,14499,14504,14509,14514,14519,14524,14529, 14534,14539,14544,14549,14554,14559,14564,14569,14574,14579, 14584,14589,14594,14599,14604,14609,14614,14619,14624,14629, 14634,14639,14644,14649,14654,14659,14664,14669,14674,14679, 14684,14689,14694,14699,14704,14709,14714,14719,14724,14729, 14734,14739,14744,14749,14754,14759,14764,14769,14774,14779, 14784,14789,14794,14799,14804,14809,14814,14819,14824,14829, 14834,14839,14844,14849,14854,14859,14864,14869,14874,14879, 14884,14889,14894,14899,14904,14909,14914,14919,14924,14929, 14934,14939,14944,14949,14954,14959,14964,14969,14974,14979, 14984,14989,14994,14999,15004,15009,15014,15019,15024,15029, 15034,15039,15044,15049,15054,15059,15064,15069,15074,15079, 15084,15089,15094,15099,15104,15109,15114,15119,15124,15129, 15134,15139,15144,15149,15154,15159,15164,15169,15174,15179, 15184,15189,15194,15199,15204,15209,15214,15219,15224,15229, 15234,15239,15244,15249,15254,15259,15264,15269,15274,15279, 15284,15289,15294,15299,15304,15309,15314,15319,15324,15329, 15334,15339,15344,15349,15354,15359,15364,15369,15374,15379, 15384,15389,15394,15399,15404,15409,15414,15419,15424,15429, 15434,15439,15444,15449,15454,15459,15464,15469,15474,15479, 15484,15489,15494,15499,15504,15509,15514,15519,15524,15529, 15534,15539,15544,15549,15554,15559,15564,15569,15574,15579, 15584,15589,15594,15599,15604,15609,15614,15619,15624,15629, 15634,15639,15644,15649,15654,15659,15664,15669,15674,15679, 15684,15689,15694,15699,15704,15709,15714,15719,15724,15729, 15734,15739,15744,15749,15754,15759,15764,15769,15774,15779, 15784,15789,15794,15799,15804,15809,15814,15819,15824,15829, 15834,15839,15844,15849,15854,15859,15864,15869,15874,15879, 15884,15889,15894,15899,15904,15909,15914,15919,15924,15929, 15934,15939,15944,15949,15954,15959,15964,15969,15974,15979, 15984,15989,15994,15999,16004,16009,16014,16019,16024,16029, 16034,16039,16044,16049,16054,16059,16064,16069,16074,16079, 16084,16089,16094,16099,16104,16109,16114,16119,16124,16129, 16134,16139,16144,16149,16154,16159,16164,16169,16174,16179, 16184,16189,16194,16199,16204,16209,16214,16219,16224,16229, 16234,16239,16244,16249,16254,16259,16264,16269,16274,16279, 16284,16289,16294,16299,16304,16309,16314,16319,16324,16329, 16334,16339,16344,16349,16354,16359,16364,16369,16374,16379, 16384,16389,16394,16399,16404,16409,16414,16419,16424,16429, 16434,16439,16444,16449,16454,16459,16464,16469,16474,16479, 16484,16489,16494,16499,16504,16509,16514,16519,16524,16529, 16534,16539,16544,16549,16554,16559,16564,16569,16574,16579, 16584,16589,16594,16599,16604,16609,16614,16619,16624,16629, 16634,16639,16644,16649,16654,16659,16664,16669,16674,16679, 16684,16689,16694,16699,16704,16709,16714,16719,16724,16729, 16734,16739,16744,16749,16754,16759,16764,16769,16774,16779, 16784,16789,16794,16799,16804,16809,16814,16819,16824,16829, 16834,16839,16844,16849,16854,16859,16864,16869,16874,16879, 16884,16889,16894,16899,16904,16909,16914,16919,16924,16929, 16934,16939,16944,16949,16954,16959,16964,16969,16974,16979, 16984,16989,16994,16999,17004,17009,17014,17019,17024,17029, 17034,17039,17044,17049,17054,17059,17064,17069,17074,17079, 17084,17089,17094,17099,17104,17109,17114,17119,17124,17129, 17134,17139,17144,17149,17154,17159,17164,17169,17174,17179, 17184,17189,17194,17199,17204,17209,17214,17219,17224,17229, 17234,17239,17244,17249,17254,17259,17264,17269,17274,17279, 17284,17289,17294,17299,17304,17309,17314,17319,17324,17329, 17334,17339,17344,17349,17354,17359,17364,17369,17374,17379, 17384,17389,17394,17399,17404,17409,17414,17419,17424,17429, 17434,17439,17444,17449,17454,17459,17464,17469,17474,17479, 17484,17489,17494,17499,17504,17509,17514,17519,17524,17529, 17534,17539,17544,17549,17554,17559,17564,17569,17574,17579, 17584,17589,17594,17599,17604,17609,17614,17619,17624,17629, 17634,17639,17644,17649,17654,17659,17664,17669,17674,17679, 17684,17689,17694,17699,17704,17709,17714,17719,17724,17729, 17734,17739,17744,17749,17754,17759,17764,17769,17774,17779, 17784,17789,17794,17799,17804,17809,17814,17819,17824,17829, 17834,17839,17844,17849,17854,17859,17864,17869,17874,17879, 17884,17889,17894,17899,17904,17909,17914,17919,17924,17929, 17934,17939,17944,17949,17954,17959,17964,17969,17974,17979, 17984,17989,17994,17999,18004,18009,18014,18019,18024,18029, 18034,18039,18044,18049,18054,18059,18064,18069,18074,18079, 18084,18089,18094,18099,18104,18109,18114,18119,18124,18129, 18134,18139,18144,18149,18154,18159,18164,18169,18174,18179, 18184,18189,18194,18199,18204,18209,18214,18219,18224,18229, 18234,18239,18244,18249,18254,18259,18264,18269,18274,18279, 18284,18289,18294,18299,18304,18309,18314,18319,18324,18329, 18334,18339,18344,18349,18354,18359,18364,18369,18374,18379, 18384,18389,18394,18399,18404,18409,18414,18419,18424,18429, 18434,18439,18444,18449,18454,18459,18464,18469,18474,18479, 18484,18489,18494,18499,18504,18509,18514,18519,18524,18529, 18534,18539,18544,18549,18554,18559,18564,18569,18574,18579, 18584,18589,18594,18599,18604,18609,18614,18619,18624,18629, 18634,18639,18644,18649,18654,18659,18664,18669,18674,18679, 18684,18689,18694,18699,18704,18709,18714,18719,18724,18729, 18734,18739,18744,18749,18754,18759,18764,18769,18774,18779, 18784,18789,18794,18799,18804,18809,18814,18819,18824,18829, 18834,18839,18844,18849,18854,18859,18864,18869,18874,18879, 18884,18889,18894,18899,18904,18909,18914,18919,18924,18929, 18934,18939,18944,18949,18954,18959,18964,18969,18974,18979, 18984,18989,18994,18999,19004,19009,19014,19019,19024,19029, 19034,19039,19044,19049,19054,19059,19064,19069,19074,19079, 19084,19089,19094,19099,19104,19109,19114,19119,19124,19129, 19134,19139,19144,19149,19154,19159,19164,19169,19174,19179, 19184,19189,19194,19199,19204,19209,19214,19219,19224,19229, 19234,19239,19244,19249,19254,19259,19264,19269,19274,19279, 19284,19289,19294,19299,19304,19309,19314,19319,19324,19329, 19334,19339,19344,19349,19354,19359,19364,19369,19374,19379, 19384,19389,19394,19399,19404,19409,19414,19419,19424,19429, 19434,19439,19444,19449,19454,19459,19464,19469,19474,19479, 19484,19489,19494,19499,19504,19509,19514,19519,19524,19529, 19534,19539,19544,19549,19554,19559,19564,19569,19574,19579, 19584,19589,19594,19599,19604,19609,19614,19619,19624,19629, 19634,19639,19644,19649,19654,19659,19664,19669,19674,19679, 19684,19689,19694,19699,19704,19709,19714,19719,19724,19729, 19734,19739,19744,19749,19754,19759,19764,19769,19774,19779, 19784,19789,19794,19799,19804,19809,19814,19819,19824,19829, 19834,19839,19844,19849,19854,19859,19864,19869,19874,19879, 19884,19889,19894,19899,19904,19909,19914,19919,19924,19929, 19934,19939,19944,19949,19954,19959,19964,19969,19974,19979, 19984,19989 } ; static yyconst flex_int16_t yy_def[8613] = { 0, 4946, 4946, 4947, 4947, 4948, 4948, 4949, 4949, 4950, 4950, 4951, 4951, 4952, 4952, 4953, 4953, 4954, 4954, 4955, 4955, 4956, 4956, 4957, 4957, 4958, 4958, 4959, 4959, 4960, 4960, 4961, 4961, 4962, 4962, 4963, 4963, 4964, 4964, 4965, 4965, 4966, 4966, 4967, 4967, 4968, 4968, 4969, 4969, 4970, 4970, 4971, 4971, 4972, 4972, 4973, 4973, 4974, 4974, 4975, 4975, 4976, 4976, 4977, 4977, 4978, 4978, 4979, 4979, 4980, 4980, 4981, 4981, 4982, 4982, 4983, 4983, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4984, 4945, 4985, 4945, 4945, 4986, 4945, 4986, 4986, 4987, 4945, 4988, 4945, 4945, 4945, 4989, 4945, 4945, 4989, 4989, 4990, 4945, 4991, 4945, 4991, 4992, 4945, 4992, 4993, 4945, 4945, 4945, 4945, 4945, 4994, 4945, 4995, 4945, 4995, 4996, 4945, 4996, 4997, 4945, 4997, 4998, 4945, 4998, 4999, 4945, 4999, 5000, 4945, 5000, 5001, 4945, 5001, 5002, 4945, 5003, 4945, 5004, 4945, 5004, 5005, 4945, 5005, 5006, 4945, 5006, 5007, 4945, 5007, 5008, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5009, 4945, 5010, 4945, 5011, 4945, 5012, 4945, 5012, 4945, 4945, 4945, 5013, 4945, 4945, 4945, 4945, 5014, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5015, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5016, 4945, 5017, 4945, 5018, 4945, 5019, 4945, 5019, 4945, 4945, 5019, 5020, 5021, 4945, 4945, 4945, 4945, 5022, 4945, 5022, 5023, 5024, 4945, 5024, 5025, 4945, 5025, 5026, 4945, 5026, 4945, 4945, 5027, 4945, 4945, 4945, 5028, 5029, 4945, 5029, 5030, 4945, 5030, 5031, 4945, 5031, 5032, 4945, 5032, 5033, 4945, 5033, 5034, 4945, 5034, 5035, 4945, 5035, 5036, 5037, 5038, 4945, 5038, 5039, 4945, 4945, 5039, 5040, 4945, 5040, 5041, 4945, 5041, 5042, 4945, 4945, 4945, 4945, 4945, 5043, 4945, 5044, 5045, 5046, 4945, 5046, 4945, 4945, 4945, 5047, 4945, 4945, 4945, 5048, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5049, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5050, 5050, 4945, 5051, 4945, 5052, 5053, 5053, 4945, 5054, 4945, 5053, 5055, 5056, 4945, 4945, 4945, 5057, 5057, 5058, 5059, 4945, 5059, 5060, 4945, 5060, 5061, 5061, 5062, 4945, 4945, 4945, 4945, 4945, 5063, 5064, 4945, 5064, 5065, 4945, 5065, 5066, 4945, 5066, 5067, 4945, 5067, 5068, 4945, 5068, 5069, 4945, 5069, 5070, 4945, 5070, 5071, 5072, 5073, 4945, 5073, 5074, 4945, 5074, 5075, 4945, 5075, 5076, 4945, 5076, 5077, 4945, 4945, 5078, 5079, 5080, 5081, 4945, 5081, 4945, 5082, 4945, 5083, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5084, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5085, 5085, 4945, 5086, 4945, 5087, 5088, 5088, 4945, 4945, 5088, 5089, 5090, 4945, 4945, 4945, 5091, 5091, 5092, 5093, 4945, 5093, 5094, 4945, 5094, 5095, 5095, 4945, 4945, 4945, 5096, 5097, 4945, 5097, 5098, 4945, 5098, 5099, 4945, 5099, 5100, 4945, 5100, 5101, 4945, 5101, 5102, 4945, 5102, 5103, 4945, 5103, 5104, 5105, 5106, 4945, 5106, 5107, 4945, 5107, 5108, 4945, 5108, 5109, 4945, 5109, 5110, 5111, 5112, 5113, 5114, 4945, 5114, 5115, 4945, 5116, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5117, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5118, 4945, 5119, 5120, 5120, 4945, 5120, 5121, 5122, 4945, 4945, 4945, 5123, 5123, 5124, 5125, 4945, 5125, 5126, 4945, 5126, 5127, 5127, 4945, 4945, 5128, 5129, 4945, 5129, 5130, 4945, 5130, 5131, 4945, 5131, 5132, 4945, 5132, 5133, 4945, 5133, 5134, 4945, 5134, 5135, 4945, 5135, 5136, 5137, 5138, 4945, 5138, 5139, 4945, 5139, 5140, 4945, 5140, 5141, 4945, 5142, 5143, 5144, 5145, 5146, 5147, 4945, 5147, 5148, 4945, 5149, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5117, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5150, 4945, 5151, 5152, 5152, 4945, 5152, 5153, 5154, 4945, 4945, 4945, 5155, 5155, 5156, 5157, 4945, 5157, 5158, 4945, 5158, 5159, 5159, 4945, 4945, 5160, 5161, 4945, 5161, 5162, 4945, 5162, 5163, 4945, 5163, 5164, 4945, 5164, 5165, 4945, 5165, 5166, 4945, 5166, 5167, 4945, 5167, 5168, 5169, 5170, 4945, 5170, 5171, 4945, 5171, 5172, 4945, 5172, 5173, 4945, 5174, 5175, 5176, 5177, 5178, 5179, 4945, 5179, 5180, 4945, 5181, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5182, 5183, 5184, 5184, 4945, 5184, 5185, 5186, 4945, 5187, 4945, 5188, 5188, 5189, 5190, 4945, 5190, 5191, 4945, 5191, 5192, 5192, 4945, 4945, 5193, 5194, 4945, 5194, 5195, 4945, 5195, 5196, 4945, 5196, 5197, 4945, 5197, 5198, 4945, 5198, 5199, 4945, 5199, 5200, 4945, 5200, 5201, 5202, 5203, 4945, 5203, 5204, 4945, 5204, 5205, 4945, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 4945, 5212, 5213, 4945, 5214, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5215, 5216, 5217, 5217, 4945, 5217, 5218, 5219, 4945, 5187, 4945, 4945, 5220, 5220, 5221, 5222, 4945, 5222, 5223, 4945, 5223, 5224, 5224, 4945, 4945, 5225, 5226, 4945, 5226, 5227, 4945, 5227, 5228, 4945, 5228, 5229, 4945, 5229, 5230, 4945, 5230, 5231, 4945, 5231, 5232, 4945, 5232, 5233, 5234, 5235, 4945, 5235, 5236, 4945, 5236, 5237, 4945, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 4945, 5244, 5245, 4945, 5246, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5247, 5248, 5249, 5249, 4945, 5249, 5250, 5251, 4945, 4945, 5252, 5252, 5253, 5254, 4945, 5254, 5255, 4945, 5255, 5256, 5256, 4945, 4945, 5257, 5258, 4945, 5258, 5259, 4945, 5259, 5260, 4945, 5260, 5261, 4945, 5261, 5262, 4945, 5262, 5263, 4945, 5263, 5264, 4945, 5264, 5265, 5266, 5267, 4945, 5267, 5268, 4945, 5268, 5269, 4945, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 4945, 5276, 5277, 5278, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5279, 5280, 5281, 5281, 4945, 5281, 5282, 5283, 4945, 4945, 5284, 5284, 5285, 5286, 4945, 5286, 5287, 4945, 5287, 5288, 5288, 4945, 4945, 5289, 5290, 4945, 5290, 5291, 4945, 5291, 5292, 4945, 5292, 5293, 4945, 5293, 5294, 4945, 5294, 5295, 4945, 5295, 5296, 4945, 5296, 5297, 5298, 5299, 4945, 5299, 5300, 4945, 5300, 5301, 4945, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 4945, 5308, 4945, 5309, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5310, 5311, 5312, 5312, 4945, 5312, 5313, 5314, 4945, 4945, 5315, 5315, 5316, 5317, 4945, 5317, 5318, 4945, 5318, 5319, 5319, 4945, 4945, 5320, 5321, 4945, 5321, 5322, 4945, 5322, 5323, 4945, 5323, 5324, 4945, 5324, 5325, 4945, 5325, 5326, 4945, 5326, 5327, 4945, 5327, 5328, 5329, 5330, 4945, 5330, 5331, 4945, 5331, 5332, 4945, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 4945, 5339, 5340, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 5341, 5342, 5343, 5343, 4945, 5344, 5345, 5346, 4945, 5347, 5348, 5348, 5349, 5350, 4945, 5351, 5352, 4945, 5353, 5354, 5354, 4945, 4945, 5355, 5356, 4945, 5357, 5358, 4945, 5359, 5360, 4945, 5361, 5362, 4945, 5363, 5364, 4945, 5365, 5366, 4945, 5367, 5368, 4945, 5369, 5370, 5371, 5372, 4945, 5373, 5374, 4945, 5375, 5376, 4945, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 4945, 5385, 5386, 5387, 5388, 5389, 5389, 4945, 5390, 5390, 5391, 5392, 4945, 5393, 5394, 5394, 5395, 5396, 4945, 5397, 5398, 4945, 5399, 5400, 5400, 4945, 5401, 5402, 4945, 5403, 5404, 4945, 5405, 5406, 4945, 5407, 5408, 4945, 5409, 5410, 4945, 5411, 5412, 4945, 5413, 5414, 4945, 5415, 5416, 5417, 5418, 4945, 5419, 5420, 4945, 5421, 4945, 5422, 4945, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 4945, 5431, 5432, 5433, 5434, 5435, 5435, 5436, 4945, 5436, 5437, 5438, 5439, 5440, 5441, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5482, 5483, 5483, 4945, 5484, 5485, 5486, 5487, 5488, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 5519, 5520, 5521, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5529, 5530, 5530, 4945, 5531, 5532, 5533, 5534, 5534, 5535, 5536, 5537, 5538, 5539, 5540, 5540, 5541, 5542, 5543, 5544, 5545, 5546, 5547, 5548, 5549, 5550, 5551, 5552, 5553, 5554, 5555, 5556, 5557, 5558, 5559, 5560, 5561, 5562, 5563, 5564, 5565, 5566, 5567, 5568, 5569, 5570, 5571, 5572, 5573, 5574, 5575, 5575, 5576, 5576, 5577, 5578, 5579, 5580, 5580, 5581, 5582, 5583, 5584, 5585, 5586, 5586, 5587, 5588, 5589, 5590, 5591, 5592, 5593, 5594, 5595, 5596, 5597, 5598, 5599, 5600, 5601, 5602, 5603, 5604, 5605, 5606, 5607, 5608, 5609, 5610, 5611, 5612, 5613, 5614, 5615, 5616, 5617, 5618, 5619, 5620, 5621, 5621, 5622, 5622, 5623, 5624, 5625, 5626, 5626, 5627, 5628, 5629, 5630, 5631, 5632, 5632, 5633, 5634, 5635, 5636, 5637, 5638, 5639, 5640, 5641, 5642, 5643, 5644, 5645, 5646, 5647, 5648, 5649, 5650, 5651, 5652, 5653, 5654, 5655, 5656, 5657, 5658, 5659, 5660, 5661, 5662, 5663, 5664, 5665, 5666, 5667, 5667, 5668, 5668, 5669, 5670, 5671, 5672, 5672, 5673, 5674, 5675, 5676, 5677, 5678, 5678, 5679, 5680, 5681, 5682, 5683, 5684, 5685, 5686, 5687, 5688, 5689, 5690, 5691, 5692, 5693, 5694, 5695, 5696, 5697, 5698, 5699, 5700, 5701, 5702, 5703, 5704, 5705, 5706, 5707, 5708, 5709, 5710, 5711, 5712, 5713, 5713, 5714, 5714, 5715, 5716, 5717, 5718, 5718, 5719, 5720, 5721, 5722, 5723, 5724, 5724, 5725, 5726, 5727, 5728, 5729, 5730, 5731, 5732, 5733, 5734, 5735, 5736, 5737, 5738, 5739, 5740, 5741, 5742, 5743, 5744, 5745, 5746, 5747, 5748, 5749, 5750, 5751, 5752, 5753, 5754, 5755, 5756, 5757, 5758, 5759, 5759, 5760, 5760, 5761, 5762, 5763, 5764, 5764, 5765, 5766, 5767, 5768, 5769, 5770, 5770, 5771, 5772, 5773, 5774, 5775, 5776, 5777, 5778, 5779, 5780, 5781, 5782, 5783, 5784, 5785, 5786, 5787, 5788, 5789, 5790, 5791, 5792, 5793, 5794, 5795, 5796, 5797, 5798, 5799, 5800, 5801, 5802, 5803, 5804, 5805, 5805, 5806, 5806, 5807, 5808, 5809, 5810, 5810, 5811, 5812, 5813, 5814, 5815, 5816, 5816, 5817, 5818, 5819, 5820, 5821, 5822, 5823, 5824, 5825, 5826, 5827, 5828, 5829, 5830, 5831, 5832, 5833, 5834, 5835, 5836, 5837, 5838, 5839, 5840, 5841, 5842, 5843, 5844, 5845, 5846, 5847, 5848, 5849, 5850, 5851, 5851, 5852, 5852, 5853, 5854, 5855, 5856, 5856, 5857, 5858, 5859, 5860, 5861, 5862, 5862, 5863, 5864, 5865, 5866, 5867, 5868, 5869, 5870, 5871, 5872, 5873, 5874, 5875, 5876, 5877, 5878, 5879, 5880, 5881, 5882, 5883, 5884, 5885, 5886, 5887, 5888, 5889, 5890, 5891, 5892, 5893, 5894, 5895, 5896, 5897, 5897, 5898, 5898, 5899, 5900, 5901, 5902, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5908, 5909, 5910, 5911, 5912, 5913, 5914, 5915, 5916, 5917, 5918, 5919, 5920, 5921, 5922, 5923, 5924, 5925, 5926, 5927, 5928, 5929, 5930, 5931, 5932, 5933, 5934, 5935, 5936, 5937, 5938, 5939, 5940, 5941, 5942, 5943, 5943, 5944, 5944, 5945, 5946, 5947, 5948, 5948, 5949, 5950, 5951, 5952, 5953, 5954, 5954, 5955, 5956, 5957, 5958, 5959, 5960, 5961, 5962, 5963, 5964, 5965, 5966, 5967, 5968, 5969, 5970, 5971, 5972, 5973, 5974, 5975, 5976, 5977, 5978, 5979, 5980, 5981, 5982, 5983, 5984, 5985, 5986, 5987, 5988, 5989, 5989, 5990, 5990, 5991, 5992, 5993, 5994, 5994, 5995, 5996, 5997, 5998, 5999, 6000, 6000, 6001, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 6010, 6011, 6012, 6013, 6014, 6015, 6016, 6017, 6018, 6019, 6020, 6021, 6022, 6023, 6024, 6025, 6026, 6027, 6028, 6029, 6030, 6031, 6032, 6033, 6034, 6035, 6035, 6036, 6036, 6037, 6038, 6039, 6040, 6040, 6041, 6042, 6043, 6044, 6045, 6046, 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, 6078, 6079, 6080, 6081, 6081, 6082, 6082, 6083, 6084, 6085, 6086, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6092, 6093, 6094, 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, 6111, 6112, 6113, 6114, 6115, 6116, 6117, 6118, 6119, 6120, 6121, 6122, 6123, 6124, 6125, 6126, 6127, 6127, 6128, 6128, 6129, 6130, 6131, 6132, 6132, 6133, 6134, 6135, 6136, 6137, 6138, 6138, 6139, 6140, 6141, 6142, 6143, 6144, 6145, 6146, 6147, 6148, 6149, 6150, 6151, 6152, 6153, 6154, 6155, 6156, 6157, 6158, 6159, 6160, 6161, 6162, 6163, 6164, 6165, 6166, 6167, 6168, 6169, 6170, 6171, 6172, 6173, 6173, 6174, 6174, 6175, 6176, 6177, 6178, 6178, 6179, 6180, 6181, 6182, 6183, 6184, 6184, 6185, 6186, 6187, 6188, 6189, 6190, 6191, 6192, 6193, 6194, 6195, 6196, 6197, 6198, 6199, 6200, 6201, 6202, 6203, 6204, 6205, 6206, 6207, 6208, 6209, 6210, 6211, 6212, 6213, 6214, 6215, 6216, 6217, 6218, 6219, 6219, 6220, 6220, 6221, 6222, 6223, 6224, 6224, 6225, 6226, 6227, 6228, 6229, 6230, 6230, 6231, 6232, 6233, 6234, 6235, 6236, 6237, 6238, 6239, 6240, 6241, 6242, 6243, 6244, 6245, 6246, 6247, 6248, 6249, 6250, 6251, 6252, 6253, 6254, 6255, 6256, 6257, 6258, 6259, 6260, 6261, 6262, 6263, 6264, 6265, 6265, 6266, 6266, 6267, 6268, 6269, 6270, 6270, 6271, 6272, 6273, 6274, 6275, 6276, 6276, 6277, 6278, 6279, 6280, 6281, 6282, 6283, 6284, 6285, 6286, 6287, 6288, 6289, 6290, 6291, 6292, 6293, 6294, 6295, 6296, 6297, 6298, 6299, 6300, 6301, 6302, 6303, 6304, 6305, 6306, 6307, 6308, 6309, 6310, 6311, 6311, 6312, 6312, 6313, 6314, 6315, 6316, 6316, 6317, 6318, 6319, 6320, 6321, 6322, 6322, 6323, 6324, 6325, 6326, 6327, 6328, 6329, 6330, 6331, 6332, 6333, 6334, 6335, 6336, 6337, 6338, 6339, 6340, 6341, 6342, 6343, 6344, 6345, 6346, 6347, 6348, 6349, 6350, 6351, 6352, 6353, 6354, 6355, 6356, 6357, 6357, 6358, 6358, 6359, 6360, 6361, 6362, 6362, 6363, 6364, 6365, 6366, 6367, 6368, 6368, 6369, 6370, 6371, 6372, 6373, 6374, 6375, 6376, 6377, 6378, 6379, 6380, 6381, 6382, 6383, 6384, 6385, 6386, 6387, 6388, 6389, 6390, 6391, 6392, 6393, 6394, 6395, 6396, 6397, 6398, 6399, 6400, 6401, 6402, 6403, 6403, 6404, 6404, 6405, 6406, 6407, 6408, 6408, 6409, 6410, 6411, 6412, 6413, 6414, 6414, 6415, 6416, 6417, 6418, 6419, 6420, 6421, 6422, 6423, 6424, 6425, 6426, 6427, 6428, 6429, 6430, 6431, 6432, 6433, 6434, 6435, 6436, 6437, 6438, 6439, 6440, 6441, 6442, 6443, 6444, 6445, 6446, 6447, 6448, 6449, 6449, 6450, 6450, 6451, 6452, 6453, 6454, 6454, 6455, 6456, 6457, 6458, 6459, 6460, 6460, 6461, 6462, 6463, 6464, 6465, 6466, 6467, 6468, 6469, 6470, 6471, 6472, 6473, 6474, 6475, 6476, 6477, 6478, 6479, 6480, 6481, 6482, 6483, 6484, 6485, 6486, 6487, 6488, 6489, 6490, 6491, 6492, 6493, 6494, 6495, 6495, 6496, 6496, 6497, 6498, 6499, 6500, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6506, 6507, 6508, 6509, 6510, 6511, 6512, 6513, 6514, 6515, 6516, 6517, 6518, 6519, 6520, 6521, 6522, 6523, 6524, 6525, 6526, 6527, 6528, 6529, 6530, 6531, 6532, 6533, 6534, 6535, 6536, 6537, 6538, 6539, 6540, 6541, 6541, 6542, 6542, 6543, 6544, 6545, 6546, 6546, 6547, 6548, 6549, 6550, 6551, 6552, 6552, 6553, 6554, 6555, 6556, 6557, 6558, 6559, 6560, 6561, 6562, 6563, 6564, 6565, 6566, 6567, 6568, 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578, 6579, 6580, 6581, 6582, 6583, 6584, 6585, 6586, 6587, 6587, 6588, 6588, 6589, 6590, 6591, 6592, 6592, 6593, 6594, 6595, 6596, 6597, 6598, 6598, 6599, 6600, 6601, 6602, 6603, 6604, 6605, 6606, 6607, 6608, 6609, 6610, 6611, 6612, 6613, 6614, 6615, 6616, 6617, 6618, 6619, 6620, 6621, 6622, 6623, 6624, 6625, 6626, 6627, 6628, 6629, 6630, 6631, 6632, 6633, 6633, 6634, 6634, 6635, 6636, 6637, 6638, 6638, 6639, 6640, 6641, 6642, 6643, 6644, 6644, 6645, 6646, 6647, 6648, 6649, 6650, 6651, 6652, 6653, 6654, 6655, 6656, 6657, 6658, 6659, 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669, 6670, 6671, 6672, 6673, 6674, 6675, 6676, 6677, 6678, 6679, 6679, 6680, 6680, 6681, 6682, 6683, 6684, 6684, 6685, 6686, 6687, 6688, 6689, 6690, 6690, 6691, 6692, 6693, 6694, 6695, 6696, 6697, 6698, 6699, 6700, 6701, 6702, 6703, 6704, 6705, 6706, 6707, 6708, 6709, 6710, 6711, 6712, 6713, 6714, 6715, 6716, 6717, 6718, 6719, 6720, 6721, 6722, 6723, 6724, 6725, 6725, 6726, 6726, 6727, 6728, 6729, 6730, 6730, 6731, 6732, 6733, 6734, 6735, 6736, 6736, 6737, 6738, 6739, 6740, 6741, 6742, 6743, 6744, 6745, 6746, 6747, 6748, 6749, 6750, 6751, 6752, 6753, 6754, 6755, 6756, 6757, 6758, 6759, 6760, 6761, 6762, 6763, 6764, 6765, 6766, 6767, 6768, 6769, 6770, 6771, 6771, 6772, 6772, 6773, 6774, 6775, 6776, 6776, 6777, 6778, 6779, 6780, 6781, 6782, 6782, 6783, 6784, 6785, 6786, 6787, 6788, 6789, 6790, 6791, 6792, 6793, 6794, 6795, 6796, 6797, 6798, 6799, 6800, 6801, 6802, 6803, 6804, 6805, 6806, 6807, 6808, 6809, 6810, 6811, 6812, 6813, 6814, 6815, 6816, 6817, 6817, 6818, 6818, 6819, 6820, 6821, 6822, 6822, 6823, 6824, 6825, 6826, 6827, 6828, 6828, 6829, 6830, 6831, 6832, 6833, 6834, 6835, 6836, 6837, 6838, 6839, 6840, 6841, 6842, 6843, 6844, 6845, 6846, 6847, 6848, 6849, 6850, 6851, 6852, 6853, 6854, 6855, 6856, 6857, 6858, 6859, 6860, 6861, 6862, 6863, 6863, 6864, 6864, 6865, 6866, 6867, 6868, 6868, 6869, 6870, 6871, 6872, 6873, 6874, 6874, 6875, 6876, 6877, 6878, 6879, 6880, 6881, 6882, 6883, 6884, 6885, 6886, 6887, 6888, 6889, 6890, 6891, 6892, 6893, 6894, 6895, 6896, 6897, 6898, 6899, 6900, 6901, 6902, 6903, 6904, 6905, 6906, 6907, 6908, 6909, 6909, 6910, 6910, 6911, 6912, 6913, 6914, 6914, 6915, 6916, 6917, 6918, 6919, 6920, 6920, 6921, 6922, 6923, 6924, 6925, 6926, 6927, 6928, 6929, 6930, 6931, 6932, 6933, 6934, 6935, 6936, 6937, 6938, 6939, 6940, 6941, 6942, 6943, 6944, 6945, 6946, 6947, 6948, 6949, 6950, 6951, 6952, 6953, 6954, 6955, 6955, 6956, 6956, 6957, 6958, 6959, 6960, 6960, 6961, 6962, 6963, 6964, 6965, 6966, 6966, 6967, 6968, 6969, 6970, 6971, 6972, 6973, 6974, 6975, 6976, 6977, 6978, 6979, 6980, 6981, 6982, 6983, 6984, 6985, 6986, 6987, 6988, 6989, 6990, 6991, 6992, 6993, 6994, 6995, 6996, 6997, 6998, 6999, 7000, 7001, 7001, 7002, 7002, 7003, 7004, 7005, 7006, 7006, 7007, 7008, 7009, 7010, 7011, 7012, 7012, 7013, 7014, 7015, 7016, 7017, 7018, 7019, 7020, 7021, 7022, 7023, 7024, 7025, 7026, 7027, 7028, 7029, 7030, 7031, 7032, 7033, 7034, 7035, 7036, 7037, 7038, 7039, 7040, 7041, 7042, 7043, 7044, 7045, 7046, 7047, 7047, 7048, 7048, 7049, 7050, 7051, 7052, 7052, 7053, 7054, 7055, 7056, 7057, 7058, 7058, 7059, 7060, 7061, 7062, 7063, 7064, 7065, 7066, 7067, 7068, 7069, 7070, 7071, 7072, 7073, 7074, 7075, 7076, 7077, 7078, 7079, 7080, 7081, 7082, 7083, 7084, 7085, 7086, 7087, 7088, 7089, 7090, 7091, 7092, 7093, 7093, 7094, 7094, 7095, 7096, 7097, 7098, 7098, 7099, 7100, 7101, 7102, 7103, 7104, 7104, 7105, 7106, 7107, 7108, 7109, 7110, 7111, 7112, 7113, 7114, 7115, 7116, 7117, 7118, 7119, 7120, 7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7136, 7137, 7138, 7139, 7139, 7140, 7140, 7141, 7142, 7143, 7144, 7144, 7145, 7146, 7147, 7148, 7149, 7150, 7150, 7151, 7152, 7153, 7154, 7155, 7156, 7157, 7158, 7159, 7160, 7161, 7162, 7163, 7164, 7165, 7166, 7167, 7168, 7169, 7170, 7171, 7172, 7173, 7174, 7175, 7176, 7177, 7178, 7179, 7180, 7181, 7182, 7183, 7184, 7185, 7185, 7186, 7186, 7187, 7188, 7189, 7190, 7190, 7191, 7192, 7193, 7194, 7195, 7196, 7196, 7197, 7198, 7199, 7200, 7201, 7202, 7203, 7204, 7205, 7206, 7207, 7208, 7209, 7210, 7211, 7212, 7213, 7214, 7215, 7216, 7217, 7218, 7219, 7220, 7221, 7222, 7223, 7224, 7225, 7226, 7227, 7228, 7229, 7230, 7231, 7231, 7232, 7232, 7233, 7234, 7235, 7236, 7236, 7237, 7238, 7239, 7240, 7241, 7242, 7242, 7243, 7244, 7245, 7246, 7247, 7248, 7249, 7250, 7251, 7252, 7253, 7254, 7255, 7256, 7257, 7258, 7259, 7260, 7261, 7262, 7263, 7264, 7265, 7266, 7267, 7268, 7269, 7270, 7271, 7272, 7273, 7274, 7275, 7276, 7277, 7277, 7278, 7278, 7279, 7280, 7281, 7282, 7282, 7283, 7284, 7285, 7286, 7287, 7288, 7288, 7289, 7290, 7291, 7292, 7293, 7294, 7295, 7296, 7297, 7298, 7299, 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309, 7310, 7311, 7312, 7313, 7314, 7315, 7316, 7317, 7318, 7319, 7320, 7321, 7322, 7323, 7323, 7324, 7324, 7325, 7326, 7327, 7328, 7328, 7329, 7330, 7331, 7332, 7333, 7334, 7334, 7335, 7336, 7337, 7338, 7339, 7340, 7341, 7342, 7343, 7344, 7345, 7346, 7347, 7348, 7349, 7350, 7351, 7352, 7353, 7354, 7355, 7356, 7357, 7358, 7359, 7360, 7361, 7362, 7363, 7364, 7365, 7366, 7367, 7368, 7369, 7369, 7370, 7370, 7371, 7372, 7373, 7374, 7374, 7375, 7376, 7377, 7378, 7379, 7380, 7380, 7381, 7382, 7383, 7384, 7385, 7386, 7387, 7388, 7389, 7390, 7391, 7392, 7393, 7394, 7395, 7396, 7397, 7398, 7399, 7400, 7401, 7402, 7403, 7404, 7405, 7406, 7407, 7408, 7409, 7410, 7411, 7412, 7413, 7414, 7415, 7415, 7416, 7416, 7417, 7418, 7419, 7420, 7420, 7421, 7422, 7423, 7424, 7425, 7426, 7426, 7427, 7428, 7429, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7438, 7439, 7440, 7441, 7442, 7443, 7444, 7445, 7446, 7447, 7448, 7449, 7450, 7451, 7452, 7453, 7454, 7455, 7456, 7457, 7458, 7459, 7460, 7461, 7461, 7462, 7462, 7463, 7464, 7465, 7466, 7466, 7467, 7468, 7469, 7470, 7471, 7472, 7472, 7473, 7474, 7475, 7476, 7477, 7478, 7479, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7487, 7488, 7489, 7490, 7491, 7492, 7493, 7494, 7495, 7496, 7497, 7498, 7499, 7500, 7501, 7502, 7503, 7504, 7505, 7506, 7507, 7507, 7508, 7508, 7509, 7510, 7511, 7512, 7512, 7513, 7514, 7515, 7516, 7517, 7518, 7518, 7519, 7520, 7521, 7522, 7523, 7524, 7525, 7526, 7527, 7528, 7529, 7530, 7531, 7532, 7533, 7534, 7535, 7536, 7537, 7538, 7539, 7540, 7541, 7542, 7543, 7544, 7545, 7546, 7547, 7548, 7549, 7550, 7551, 7552, 7553, 7553, 7554, 7554, 7555, 7556, 7557, 7558, 7558, 7559, 7560, 7561, 7562, 7563, 7564, 7564, 7565, 7566, 7567, 7568, 7569, 7570, 7571, 7572, 7573, 7574, 7575, 7576, 7577, 7578, 7579, 7580, 7581, 7582, 7583, 7584, 7585, 7586, 7587, 7588, 7589, 7590, 7591, 7592, 7593, 7594, 7595, 7596, 7597, 7598, 7599, 7599, 7600, 7600, 7601, 7602, 7603, 7604, 7604, 7605, 7606, 7607, 7608, 7609, 7610, 7610, 7611, 7612, 7613, 7614, 7615, 7616, 7617, 7618, 7619, 7620, 7621, 7622, 7623, 7624, 7625, 7626, 7627, 7628, 7629, 7630, 7631, 7632, 7633, 7634, 7635, 7636, 7637, 7638, 7639, 7640, 7641, 7642, 7643, 7644, 7645, 7645, 7646, 7646, 7647, 7648, 7649, 7650, 7650, 7651, 7652, 7653, 7654, 7655, 7656, 7656, 7657, 7658, 7659, 7660, 7661, 7662, 7663, 7664, 7665, 7666, 7667, 7668, 7669, 7670, 7671, 7672, 7673, 7674, 7675, 7676, 7677, 7678, 7679, 7680, 7681, 7682, 7683, 7684, 7685, 7686, 7687, 7688, 7689, 7690, 7691, 7691, 7692, 7692, 7693, 7694, 7695, 7696, 7696, 7697, 7698, 7699, 7700, 7701, 7702, 7702, 7703, 7704, 7705, 7706, 7707, 7708, 7709, 7710, 7711, 7712, 7713, 7714, 7715, 7716, 7717, 7718, 7719, 7720, 7721, 7722, 7723, 7724, 7725, 7726, 7727, 7728, 7729, 7730, 7731, 7732, 7733, 7734, 7735, 7736, 7737, 7737, 7738, 7738, 7739, 7740, 7741, 7742, 7742, 7743, 7744, 7745, 7746, 7747, 7748, 7748, 7749, 7750, 7751, 7752, 7753, 7754, 7755, 7756, 7757, 7758, 7759, 7760, 7761, 7762, 7763, 7764, 7765, 7766, 7767, 7768, 7769, 7770, 7771, 7772, 7773, 7774, 7775, 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7783, 7784, 7784, 7785, 7786, 7787, 7788, 7788, 7789, 7790, 7791, 7792, 7793, 7794, 7794, 7795, 7796, 7797, 7798, 7799, 7800, 7801, 7802, 7803, 7804, 7805, 7806, 7807, 7808, 7809, 7810, 7811, 7812, 7813, 7814, 7815, 7816, 7817, 7818, 7819, 7820, 7821, 7822, 7823, 7824, 7825, 7826, 7827, 7828, 7829, 7829, 7830, 7830, 7831, 7832, 7833, 7834, 7834, 7835, 7836, 7837, 7838, 7839, 7840, 7840, 7841, 7842, 7843, 7844, 7845, 7846, 7847, 7848, 7849, 7850, 7851, 7852, 7853, 7854, 7855, 7856, 7857, 7858, 7859, 7860, 7861, 7862, 7863, 7864, 7865, 7866, 7867, 7868, 7869, 7870, 7871, 7872, 7873, 7874, 7875, 7875, 7876, 7876, 7877, 7878, 7879, 7880, 7880, 7881, 7882, 7883, 7884, 7885, 7886, 7886, 7887, 7888, 7889, 7890, 7891, 7892, 7893, 7894, 7895, 7896, 7897, 7898, 7899, 7900, 7901, 7902, 7903, 7904, 7905, 7906, 7907, 7908, 7909, 7910, 7911, 7912, 7913, 7914, 7915, 7916, 7917, 7918, 7919, 4945, 7920, 7920, 7921, 7921, 7922, 4945, 7923, 4945, 4945, 7924, 7925, 7926, 7927, 7928, 7929, 7929, 7930, 7931, 7932, 7933, 7934, 7935, 7936, 7937, 7938, 7939, 7940, 7941, 7942, 7943, 7944, 7945, 7946, 7947, 7948, 7949, 7950, 7951, 7952, 7953, 7954, 7955, 7956, 7957, 7958, 7959, 7960, 7961, 7962, 7963, 7963, 7964, 7964, 7965, 7966, 4945, 7967, 7968, 7969, 7970, 7971, 7972, 7972, 7973, 7974, 7975, 7976, 7977, 7978, 7979, 7980, 7981, 7982, 7983, 7984, 7985, 7986, 7987, 7988, 7989, 7990, 7991, 7992, 7993, 7994, 7995, 7996, 7997, 7998, 7999, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8006, 8007, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8049, 8050, 8050, 8051, 8052, 8053, 8054, 8055, 8056, 8057, 8058, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8068, 8069, 8070, 8071, 8072, 8073, 8074, 8075, 8076, 8077, 8078, 8079, 8080, 8081, 8082, 8083, 8084, 8085, 8086, 8087, 8088, 8089, 8090, 8091, 8092, 8092, 8093, 8093, 8094, 8095, 8096, 8097, 8098, 8099, 8100, 8101, 8101, 8102, 8103, 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8114, 8115, 8116, 8117, 8118, 8119, 8120, 8121, 8122, 8123, 8124, 8125, 8126, 8127, 8128, 8129, 8130, 8131, 8132, 8133, 8134, 8135, 8135, 8136, 8136, 8137, 8138, 8139, 8140, 8141, 8142, 8143, 8144, 8144, 8145, 8146, 8147, 8148, 8149, 8150, 8151, 8152, 8153, 8154, 8155, 8156, 8157, 8158, 8159, 8160, 8161, 8162, 8163, 8164, 8165, 8166, 8167, 8168, 8169, 8170, 8171, 8172, 8173, 8174, 8175, 8176, 8177, 8178, 8178, 8179, 8179, 8180, 8181, 8182, 8183, 8184, 8185, 8186, 8187, 8187, 8188, 8189, 8190, 8191, 8192, 8193, 8194, 8195, 8196, 8197, 8198, 8199, 8200, 8201, 8202, 8203, 8204, 8205, 8206, 8207, 8208, 8209, 8210, 8211, 8212, 8213, 8214, 8215, 8216, 8217, 8218, 8219, 8220, 8221, 8221, 8222, 8222, 8223, 8224, 8225, 8226, 8227, 8228, 8229, 8230, 8230, 8231, 8232, 8233, 8234, 8235, 8236, 8237, 8238, 8239, 8240, 8241, 8242, 8243, 8244, 8245, 8246, 8247, 8248, 8249, 8250, 8251, 8252, 8253, 8254, 8255, 8256, 8257, 8258, 8259, 8260, 8261, 8262, 8263, 8264, 8264, 8265, 8265, 8266, 8267, 8268, 8269, 8270, 8271, 8272, 8273, 8273, 8274, 8275, 8276, 8277, 8278, 8279, 8280, 8281, 8282, 8283, 8284, 8285, 8286, 8287, 8288, 8289, 8290, 8291, 8292, 8293, 8294, 8295, 8296, 8297, 8298, 8299, 8300, 8301, 8302, 8303, 8304, 8305, 8306, 8307, 8307, 8308, 8308, 8309, 8310, 8311, 8312, 8313, 8314, 8315, 8316, 8316, 8317, 8318, 8319, 8320, 8321, 8322, 8323, 8324, 8325, 8326, 8327, 8328, 8329, 8330, 8331, 8332, 8333, 8334, 8335, 8336, 8337, 8338, 8339, 8340, 8341, 8342, 8343, 8344, 8345, 8346, 8347, 8348, 8349, 8350, 8350, 8351, 8351, 8352, 8353, 8354, 8355, 8356, 8357, 8358, 8359, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, 8367, 8368, 8369, 8370, 8371, 8372, 8373, 8374, 8375, 8376, 8377, 8378, 8379, 8380, 8381, 8382, 8383, 8384, 8385, 8386, 8387, 8388, 8389, 8390, 8391, 8392, 8393, 8393, 8394, 8394, 8395, 8396, 8397, 8398, 8399, 8400, 8401, 8402, 8402, 8403, 8404, 8405, 8406, 8407, 8408, 8409, 8410, 8411, 8412, 8413, 8414, 8415, 8416, 8417, 8418, 8419, 8420, 8421, 8422, 8423, 8424, 8425, 8426, 8427, 8428, 8429, 8430, 8431, 8432, 8433, 8434, 4945, 4945, 4945, 8435, 8435, 4945, 4945, 4945, 4945, 8436, 4945, 8437, 4945, 4945, 4945, 4945, 8438, 4945, 8439, 4945, 8440, 4945, 8441, 4945, 8442, 4945, 8443, 4945, 8444, 4945, 4945, 4945, 8445, 4945, 8446, 4945, 8447, 4945, 8448, 4945, 4945, 4945, 4945, 4945, 8449, 4945, 4945, 8450, 8450, 8451, 8452, 4945, 8453, 8454, 8455, 8456, 8457, 8458, 8459, 8460, 8461, 8462, 8463, 8464, 8465, 8466, 4945, 8466, 8467, 8468, 8469, 8470, 8471, 8472, 8473, 8474, 8475, 8476, 8477, 8478, 8479, 8480, 8481, 8482, 8483, 8483, 4945, 8484, 8485, 8486, 8487, 8488, 8489, 8490, 8491, 8492, 8493, 8494, 8495, 8496, 8497, 8498, 8499, 8499, 4945, 8500, 8501, 8502, 8503, 8504, 8505, 8506, 8507, 8508, 8509, 8510, 8511, 8512, 8513, 8514, 8514, 8515, 8516, 8517, 8518, 8519, 8520, 8521, 8522, 8523, 8524, 8525, 8526, 4945, 8527, 8528, 8528, 8529, 8530, 8531, 8532, 8533, 8534, 8535, 8536, 8537, 8538, 8539, 8540, 8541, 8542, 8542, 8543, 8544, 8545, 8546, 8547, 8548, 8549, 8550, 8551, 8552, 8553, 8554, 8555, 8556, 8556, 8557, 8558, 8559, 8560, 8561, 8562, 8563, 8564, 8565, 8566, 8567, 8568, 8569, 8570, 8570, 8571, 8572, 8573, 8574, 8575, 8576, 8577, 8578, 8579, 8580, 8581, 8582, 8583, 8584, 8584, 8585, 8586, 8587, 8588, 8589, 8590, 8591, 8592, 8593, 8594, 8595, 8596, 8597, 8598, 8598, 8599, 8600, 8601, 8602, 8603, 8604, 8605, 8606, 8607, 8608, 8609, 8610, 8611, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 8612, 0, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945 } ; static yyconst flex_int16_t yy_nxt[20042] = { 0, 4945, 80, 81, 103, 104, 106, 82, 103, 104, 107, 959, 83, 84, 85, 86, 963, 87, 88, 176, 106, 108, 89, 90, 107, 177, 91, 92, 243, 93, 94, 95, 244, 96, 97, 112, 113, 112, 114, 964, 98, 99, 116, 117, 123, 124, 118, 966, 119, 116, 117, 126, 127, 118, 227, 119, 129, 130, 129, 133, 131, 246, 131, 228, 132, 244, 132, 137, 138, 140, 141, 143, 144, 146, 147, 149, 150, 152, 153, 155, 156, 162, 163, 165, 166, 168, 169, 171, 172, 176, 179, 179, 182, 182, 967, 177, 180, 180, 183, 183, 191, 192, 193, 194, 195, 224, 204, 204, 193, 197, 193, 193, 205, 205, 230, 225, 218, 219, 208, 209, 220, 969, 206, 206, 231, 234, 251, 235, 243, 247, 270, 271, 244, 253, 210, 301, 302, 970, 193, 193, 194, 198, 211, 324, 325, 193, 197, 193, 193, 311, 265, 312, 252, 313, 266, 314, 212, 213, 267, 252, 324, 328, 343, 344, 346, 354, 329, 355, 357, 243, 311, 347, 312, 373, 358, 193, 208, 333, 375, 243, 377, 265, 373, 373, 482, 393, 334, 978, 335, 267, 395, 396, 313, 394, 314, 336, 979, 393, 337, 983, 211, 267, 683, 338, 684, 339, 301, 302, 324, 445, 324, 447, 208, 450, 984, 243, 329, 375, 483, 491, 265, 491, 243, 494, 510, 394, 491, 985, 267, 510, 324, 445, 243, 267, 324, 558, 600, 451, 208, 450, 329, 375, 243, 602, 265, 600, 600, 394, 618, 986, 987, 618, 267, 324, 665, 267, 702, 243, 703, 329, 702, 710, 703, 375, 243, 712, 265, 710, 710, 394, 728, 988, 989, 728, 267, 324, 775, 267, 683, 243, 684, 329, 702, 814, 703, 375, 243, 816, 265, 814, 814, 990, 832, 394, 991, 704, 267, 832, 324, 878, 992, 267, 243, 375, 329, 993, 916, 916, 243, 918, 265, 394, 916, 994, 935, 935, 324, 981, 267, 267, 995, 996, 329, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 999, 243, 375, 1019, 1023, 1018, 1018, 243, 1020, 923, 1024, 1018, 1026, 1029, 1030, 1032, 1033, 265, 394, 1036, 1037, 1035, 1035, 1040, 1041, 267, 267, 1043, 1044, 1046, 1047, 1049, 1050, 1052, 1053, 1055, 1056, 1058, 1059, 1063, 1064, 1066, 1067, 1069, 1070, 1078, 1079, 324, 445, 1082, 1083, 1084, 1085, 329, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 243, 375, 1117, 1121, 1116, 1116, 243, 1118, 1122, 1124, 1116, 1127, 1128, 1130, 1131, 265, 394, 1134, 1135, 1133, 1133, 1138, 1139, 267, 267, 1141, 1142, 1144, 1145, 1147, 1148, 1150, 1151, 1153, 1154, 1156, 1157, 1161, 1162, 1164, 1165, 1167, 1168, 1176, 1177, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 243, 375, 1215, 1219, 1214, 1214, 243, 1216, 1220, 1222, 1214, 1225, 1226, 1228, 1229, 265, 394, 1232, 1233, 1231, 1231, 1236, 1237, 267, 267, 1239, 1240, 1242, 1243, 1245, 1246, 1248, 1249, 1251, 1252, 1254, 1255, 1259, 1260, 1262, 1263, 1265, 1266, 1274, 1275, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 243, 375, 1312, 1316, 1311, 1311, 243, 1313, 1317, 1319, 1311, 1322, 1323, 1325, 1326, 265, 394, 1329, 1330, 1328, 1328, 1333, 1334, 267, 267, 1336, 1337, 1339, 1340, 1342, 1343, 1345, 1346, 1348, 1349, 1351, 1352, 1356, 1357, 1359, 1360, 1362, 1363, 1371, 1372, 243, 375, 1378, 243, 1377, 1377, 1383, 1380, 251, 1386, 1389, 1392, 265, 394, 1396, 1399, 1395, 1395, 1402, 1405, 267, 267, 1408, 1411, 1414, 1417, 1422, 1425, 1427, 1429, 1438, 243, 375, 1446, 1448, 1444, 1444, 1447, 1447, 1453, 265, 394, 243, 375, 1460, 1460, 1496, 1496, 267, 267, 1446, 1499, 1500, 1499, 1498, 1505, 1498, 265, 394, 243, 375, 1512, 1512, 1548, 1548, 267, 267, 1446, 1500, 1499, 1556, 1550, 1550, 265, 394, 243, 375, 1563, 1563, 1599, 1599, 267, 267, 1446, 1500, 1606, 265, 1601, 1601, 394, 1613, 243, 375, 1613, 267, 1649, 1649, 267, 1446, 1500, 1656, 265, 1651, 1651, 394, 1663, 243, 375, 1663, 267, 1699, 1699, 267, 1446, 1500, 1706, 265, 1701, 1701, 394, 1713, 243, 375, 1713, 267, 1749, 1749, 267, 1446, 1500, 1756, 265, 1751, 1751, 394, 1763, 243, 375, 1763, 267, 1799, 1799, 267, 1446, 1500, 1806, 265, 1801, 1801, 394, 1813, 243, 375, 1813, 267, 1849, 1849, 267, 1446, 1500, 1856, 265, 1851, 1851, 394, 1863, 243, 375, 1863, 267, 1899, 1899, 267, 1446, 1500, 1906, 265, 1901, 1901, 394, 1913, 243, 375, 1913, 267, 1949, 1949, 267, 1446, 1500, 1956, 265, 1951, 1951, 394, 1963, 243, 375, 1963, 267, 1999, 1999, 267, 1446, 1500, 2006, 265, 2001, 2001, 394, 2013, 243, 375, 2013, 267, 2049, 2049, 267, 1446, 1500, 2056, 265, 2051, 2051, 394, 2063, 243, 375, 2063, 267, 2099, 2099, 267, 1446, 1500, 2106, 265, 2101, 2101, 394, 2113, 243, 375, 2113, 267, 2149, 2149, 267, 1446, 1500, 2156, 265, 2151, 2151, 394, 2163, 243, 375, 2163, 267, 2199, 2199, 267, 1446, 1500, 2206, 265, 2201, 2201, 394, 2213, 243, 375, 2213, 267, 2249, 2249, 267, 1446, 1500, 2256, 265, 2251, 2251, 394, 2263, 243, 375, 2263, 267, 2299, 2299, 267, 1446, 1500, 2306, 265, 2301, 2301, 394, 2313, 243, 375, 2313, 267, 2349, 2349, 267, 1446, 1500, 2356, 265, 2351, 2351, 394, 2363, 243, 375, 2363, 267, 2399, 2399, 267, 1446, 1500, 2406, 265, 2401, 2401, 394, 2413, 243, 375, 2413, 267, 2449, 2449, 267, 1446, 1500, 2456, 265, 2451, 2451, 394, 2463, 243, 375, 2463, 267, 2499, 2499, 267, 1446, 1500, 2506, 265, 2501, 2501, 394, 2513, 243, 375, 2513, 267, 2549, 2549, 267, 1446, 1500, 2556, 265, 2551, 2551, 394, 2563, 243, 375, 2563, 267, 2599, 2599, 267, 1446, 1500, 2606, 265, 2601, 2601, 394, 2613, 243, 375, 2613, 267, 2649, 2649, 267, 1446, 1500, 2656, 265, 2651, 2651, 394, 2663, 243, 375, 2663, 267, 2699, 2699, 267, 1446, 1500, 2706, 265, 2701, 2701, 394, 2713, 243, 375, 2713, 267, 2749, 2749, 267, 1446, 1500, 2756, 265, 2751, 2751, 394, 2763, 243, 375, 2763, 267, 2799, 2799, 267, 1446, 1500, 2806, 265, 2801, 2801, 394, 2813, 243, 375, 2813, 267, 2849, 2849, 267, 1446, 1500, 2856, 265, 2851, 2851, 394, 2863, 243, 375, 2863, 267, 2899, 2899, 267, 1446, 1500, 2906, 265, 2901, 2901, 394, 2913, 243, 375, 2913, 267, 2949, 2949, 267, 1446, 1500, 2956, 265, 2951, 2951, 394, 2963, 243, 375, 2963, 267, 2999, 2999, 267, 1446, 1500, 3006, 265, 3001, 3001, 394, 3013, 243, 375, 3013, 267, 3049, 3049, 267, 1446, 1500, 3056, 265, 3051, 3051, 394, 3063, 243, 375, 3063, 267, 3099, 3099, 267, 1446, 1500, 3106, 265, 3101, 3101, 394, 3113, 243, 375, 3113, 267, 3149, 3149, 267, 1446, 1500, 3156, 265, 3151, 3151, 394, 3163, 243, 375, 3163, 267, 3199, 3199, 267, 1446, 1500, 3206, 265, 3201, 3201, 394, 3213, 243, 375, 3213, 267, 3249, 3249, 267, 1446, 1500, 3256, 265, 3251, 3251, 394, 3263, 243, 375, 3263, 267, 3299, 3299, 267, 1446, 1500, 3306, 265, 3301, 3301, 394, 3313, 243, 375, 3313, 267, 3349, 3349, 267, 1446, 1500, 3356, 265, 3351, 3351, 394, 3363, 243, 375, 3363, 267, 3399, 3399, 267, 1446, 1500, 3406, 265, 3401, 3401, 394, 3413, 243, 375, 3413, 267, 3449, 3449, 267, 1446, 1500, 3456, 265, 3451, 3451, 394, 3463, 243, 375, 3463, 267, 3499, 3499, 267, 1446, 1500, 3506, 265, 3501, 3501, 394, 3513, 243, 375, 3513, 267, 3549, 3549, 267, 1446, 1500, 3556, 265, 3551, 3551, 394, 3563, 243, 375, 3563, 267, 3599, 3599, 267, 1446, 1500, 3606, 265, 3601, 3601, 394, 3613, 243, 375, 3613, 267, 3649, 3649, 267, 1446, 1500, 3656, 265, 3651, 3651, 394, 3663, 243, 375, 3663, 267, 3699, 3699, 267, 1446, 1500, 3706, 265, 3701, 3701, 394, 3713, 243, 375, 3713, 267, 3749, 3749, 267, 1446, 1500, 3756, 265, 3751, 3751, 394, 3763, 243, 375, 3763, 267, 3799, 3799, 267, 1446, 1500, 3806, 265, 3801, 3801, 394, 3813, 243, 375, 3813, 267, 3849, 3849, 267, 1446, 1500, 3856, 265, 3851, 3851, 394, 3863, 243, 375, 3863, 267, 3899, 3899, 267, 1446, 1500, 3906, 265, 3901, 3901, 394, 3913, 243, 375, 3913, 267, 3949, 3949, 267, 1446, 1500, 3956, 265, 3951, 3951, 394, 3963, 243, 375, 3963, 267, 3999, 3999, 267, 1446, 1500, 4006, 265, 4001, 4001, 394, 4013, 243, 375, 4013, 267, 4049, 4049, 267, 1446, 1500, 4056, 265, 4051, 4051, 394, 4063, 243, 375, 4063, 267, 4099, 4099, 267, 1446, 1500, 4106, 265, 4101, 4101, 394, 4113, 243, 375, 4113, 267, 4149, 4149, 267, 1446, 1500, 4156, 265, 4151, 4151, 394, 4163, 243, 375, 4163, 267, 4198, 4198, 267, 1446, 1500, 4203, 265, 4200, 4200, 394, 4210, 243, 375, 4210, 267, 4245, 4245, 267, 1446, 1500, 4203, 265, 4247, 4247, 394, 4256, 243, 375, 4256, 267, 4291, 4291, 267, 1446, 1500, 265, 394, 4293, 4293, 4302, 4302, 243, 375, 267, 267, 4337, 4337, 1446, 1500, 265, 394, 4339, 4339, 4348, 4348, 243, 375, 267, 267, 4383, 4383, 1446, 1500, 265, 394, 4385, 4385, 4394, 4394, 243, 375, 267, 267, 4429, 4429, 1446, 1500, 265, 394, 4431, 4431, 4440, 4440, 243, 375, 267, 267, 4475, 4475, 1446, 1500, 265, 394, 4477, 4477, 4486, 4486, 243, 375, 267, 267, 4521, 4521, 1446, 1500, 265, 394, 4523, 4523, 4532, 4532, 243, 375, 267, 267, 4567, 4567, 1446, 1500, 265, 394, 4569, 4569, 4578, 4578, 243, 375, 267, 267, 4613, 4613, 1446, 1500, 265, 394, 4615, 4615, 4624, 4624, 243, 375, 267, 267, 4659, 4659, 1446, 1500, 265, 394, 4661, 4661, 4670, 4670, 243, 375, 267, 267, 4705, 4705, 1446, 1500, 265, 394, 4707, 4707, 4716, 4716, 243, 375, 267, 267, 4749, 4749, 1446, 1500, 265, 394, 4751, 4751, 4754, 4754, 4767, 4769, 267, 267, 4771, 4770, 4774, 4769, 4770, 4789, 4790, 4788, 4789, 4769, 4788, 4790, 4789, 4806, 4769, 4806, 4790, 4769, 4823, 4790, 4823, 4839, 4769, 4839, 4790, 4769, 4854, 4790, 4854, 4869, 4769, 4869, 4790, 4769, 4884, 4790, 4884, 4899, 4769, 4899, 4790, 4769, 4914, 4790, 4914, 4929, 4769, 4929, 4790, 4944, 4943, 350, 4943, 78, 78, 78, 78, 78, 100, 100, 100, 100, 100, 102, 102, 102, 102, 102, 105, 105, 105, 105, 105, 109, 109, 109, 109, 109, 111, 111, 111, 111, 111, 115, 115, 115, 115, 115, 120, 120, 120, 120, 120, 122, 122, 122, 122, 122, 125, 125, 125, 125, 125, 128, 128, 128, 128, 128, 134, 134, 134, 134, 134, 136, 136, 136, 136, 136, 139, 139, 139, 139, 139, 142, 142, 142, 142, 142, 145, 145, 145, 145, 145, 148, 148, 148, 148, 148, 151, 151, 151, 151, 151, 154, 154, 154, 154, 154, 157, 157, 157, 157, 157, 159, 159, 159, 159, 159, 161, 161, 161, 161, 161, 164, 164, 164, 164, 164, 167, 167, 167, 167, 167, 170, 170, 170, 170, 170, 173, 173, 173, 173, 173, 175, 175, 175, 175, 175, 178, 178, 178, 178, 178, 181, 181, 181, 181, 181, 184, 184, 184, 184, 184, 186, 186, 186, 186, 186, 188, 188, 188, 188, 188, 190, 190, 190, 190, 190, 196, 196, 196, 196, 196, 199, 199, 199, 199, 199, 201, 201, 201, 201, 201, 203, 203, 203, 203, 203, 207, 207, 207, 207, 207, 238, 366, 238, 238, 238, 240, 467, 484, 240, 240, 242, 242, 242, 242, 242, 248, 576, 248, 248, 248, 249, 593, 958, 249, 249, 254, 956, 955, 254, 254, 257, 953, 257, 257, 257, 258, 952, 258, 258, 258, 261, 950, 261, 261, 261, 264, 264, 264, 264, 264, 273, 949, 273, 273, 273, 274, 947, 274, 274, 274, 277, 946, 277, 277, 277, 280, 944, 280, 280, 280, 283, 943, 283, 283, 283, 286, 941, 286, 286, 286, 289, 940, 289, 289, 289, 292, 937, 292, 292, 292, 295, 936, 295, 295, 295, 296, 933, 296, 296, 296, 297, 932, 297, 297, 297, 300, 930, 300, 300, 300, 304, 929, 304, 304, 304, 307, 926, 307, 307, 307, 310, 924, 310, 310, 310, 316, 923, 316, 316, 316, 318, 921, 318, 318, 318, 319, 917, 319, 319, 319, 320, 705, 320, 320, 320, 326, 326, 330, 912, 330, 330, 330, 369, 911, 369, 369, 369, 371, 910, 909, 371, 371, 372, 372, 372, 372, 372, 378, 908, 378, 378, 378, 379, 907, 906, 379, 379, 383, 905, 904, 383, 383, 385, 903, 385, 385, 385, 386, 902, 386, 386, 386, 389, 901, 389, 389, 389, 392, 392, 392, 392, 392, 398, 398, 900, 398, 398, 400, 899, 400, 400, 400, 401, 898, 401, 401, 401, 404, 897, 404, 404, 404, 407, 896, 407, 407, 407, 410, 895, 410, 410, 410, 413, 894, 413, 413, 413, 416, 893, 416, 416, 416, 419, 892, 419, 419, 419, 422, 891, 422, 422, 422, 423, 890, 423, 423, 423, 424, 889, 424, 424, 424, 427, 888, 427, 427, 427, 430, 887, 430, 430, 430, 433, 886, 433, 433, 433, 436, 885, 436, 436, 436, 439, 884, 439, 439, 439, 440, 883, 440, 440, 440, 441, 882, 441, 441, 441, 442, 881, 442, 442, 442, 446, 446, 448, 880, 448, 448, 448, 487, 876, 487, 487, 487, 489, 875, 867, 489, 489, 490, 490, 490, 490, 490, 492, 492, 492, 492, 492, 495, 866, 495, 495, 495, 496, 864, 863, 496, 496, 500, 861, 860, 500, 500, 502, 856, 502, 502, 502, 503, 855, 503, 503, 503, 506, 853, 506, 506, 506, 509, 509, 509, 509, 509, 511, 511, 852, 511, 511, 514, 850, 514, 514, 514, 515, 849, 515, 515, 515, 518, 847, 518, 518, 518, 521, 846, 521, 521, 521, 524, 844, 524, 524, 524, 527, 843, 527, 527, 527, 530, 841, 530, 530, 530, 533, 840, 533, 533, 533, 536, 838, 536, 536, 536, 537, 837, 537, 537, 537, 538, 834, 538, 538, 538, 541, 833, 541, 541, 541, 544, 830, 544, 544, 544, 547, 829, 547, 547, 547, 550, 827, 550, 550, 550, 551, 826, 551, 551, 551, 552, 823, 552, 552, 552, 553, 821, 553, 553, 553, 554, 820, 554, 554, 554, 557, 557, 559, 819, 559, 559, 559, 596, 815, 596, 596, 596, 598, 702, 810, 598, 598, 599, 599, 599, 599, 599, 603, 809, 603, 603, 603, 604, 808, 807, 604, 604, 608, 806, 805, 608, 608, 610, 697, 610, 610, 610, 611, 804, 611, 611, 611, 614, 803, 614, 614, 614, 617, 617, 617, 617, 617, 621, 802, 621, 621, 621, 622, 801, 622, 622, 622, 625, 800, 625, 625, 625, 628, 799, 628, 628, 628, 631, 798, 631, 631, 631, 634, 797, 634, 634, 634, 637, 796, 637, 637, 637, 640, 795, 640, 640, 640, 643, 794, 643, 643, 643, 644, 793, 644, 644, 644, 645, 792, 645, 645, 645, 648, 791, 648, 648, 648, 651, 790, 651, 651, 651, 654, 789, 654, 654, 654, 657, 788, 657, 657, 657, 658, 787, 658, 658, 658, 659, 786, 659, 659, 659, 660, 785, 660, 660, 660, 661, 784, 661, 661, 661, 664, 664, 666, 783, 666, 666, 666, 696, 696, 696, 696, 696, 706, 782, 706, 706, 706, 708, 781, 780, 708, 708, 709, 709, 709, 709, 709, 713, 779, 713, 713, 713, 714, 778, 777, 714, 714, 718, 773, 772, 718, 718, 720, 765, 720, 720, 720, 721, 763, 721, 721, 721, 724, 762, 724, 724, 724, 727, 727, 727, 727, 727, 731, 760, 731, 731, 731, 732, 759, 732, 732, 732, 735, 757, 735, 735, 735, 738, 756, 738, 738, 738, 741, 752, 741, 741, 741, 744, 751, 744, 744, 744, 747, 749, 747, 747, 747, 750, 748, 750, 750, 750, 753, 746, 753, 753, 753, 754, 745, 754, 754, 754, 755, 743, 755, 755, 755, 758, 742, 758, 758, 758, 761, 740, 761, 761, 761, 764, 739, 764, 764, 764, 766, 737, 766, 766, 766, 767, 736, 767, 767, 767, 768, 734, 768, 768, 768, 769, 733, 769, 769, 769, 770, 730, 770, 770, 770, 771, 729, 771, 771, 771, 774, 774, 776, 726, 776, 776, 776, 811, 725, 811, 811, 811, 812, 723, 722, 812, 812, 813, 813, 813, 813, 813, 817, 719, 817, 817, 817, 818, 717, 716, 818, 818, 822, 715, 711, 822, 822, 824, 707, 824, 824, 824, 825, 705, 825, 825, 825, 828, 701, 828, 828, 828, 831, 831, 831, 831, 831, 835, 700, 835, 835, 835, 836, 699, 836, 836, 836, 839, 698, 839, 839, 839, 842, 697, 842, 842, 842, 845, 695, 845, 845, 845, 848, 694, 848, 848, 848, 851, 693, 851, 851, 851, 854, 692, 854, 854, 854, 857, 691, 857, 857, 857, 858, 690, 858, 858, 858, 859, 689, 859, 859, 859, 862, 688, 862, 862, 862, 865, 687, 865, 865, 865, 868, 686, 868, 868, 868, 869, 685, 869, 869, 869, 870, 682, 870, 870, 870, 871, 681, 871, 871, 871, 872, 680, 872, 872, 872, 873, 679, 873, 873, 873, 874, 678, 874, 874, 874, 877, 877, 879, 677, 879, 879, 879, 913, 676, 913, 913, 913, 914, 675, 674, 914, 914, 915, 915, 915, 915, 915, 919, 673, 919, 919, 919, 920, 672, 671, 920, 920, 922, 922, 922, 922, 922, 925, 670, 669, 925, 925, 927, 668, 927, 927, 927, 928, 667, 928, 928, 928, 931, 663, 931, 931, 931, 934, 934, 934, 934, 934, 938, 662, 938, 938, 938, 939, 656, 939, 939, 939, 942, 655, 942, 942, 942, 945, 653, 945, 945, 945, 948, 652, 948, 948, 948, 951, 650, 951, 951, 951, 954, 649, 954, 954, 954, 957, 647, 957, 957, 957, 960, 646, 960, 960, 960, 961, 642, 961, 961, 961, 962, 641, 962, 962, 962, 965, 639, 965, 965, 965, 968, 638, 968, 968, 968, 971, 636, 971, 971, 971, 972, 635, 972, 972, 972, 973, 633, 973, 973, 973, 974, 632, 974, 974, 974, 975, 630, 975, 975, 975, 976, 629, 976, 976, 976, 977, 627, 977, 977, 977, 980, 980, 982, 626, 982, 982, 982, 1015, 624, 1015, 1015, 1015, 1016, 623, 620, 1016, 1016, 1017, 1017, 1017, 1017, 1017, 1021, 619, 1021, 1021, 1021, 1022, 616, 615, 1022, 1022, 1025, 613, 612, 1025, 1025, 1027, 609, 1027, 1027, 1027, 1028, 607, 1028, 1028, 1028, 1031, 606, 1031, 1031, 1031, 1034, 1034, 1034, 1034, 1034, 1038, 605, 1038, 1038, 1038, 1039, 601, 1039, 1039, 1039, 1042, 597, 1042, 1042, 1042, 1045, 595, 1045, 1045, 1045, 1048, 594, 1048, 1048, 1048, 1051, 592, 1051, 1051, 1051, 1054, 591, 1054, 1054, 1054, 1057, 590, 1057, 1057, 1057, 1060, 589, 1060, 1060, 1060, 1061, 588, 1061, 1061, 1061, 1062, 587, 1062, 1062, 1062, 1065, 586, 1065, 1065, 1065, 1068, 585, 1068, 1068, 1068, 1071, 584, 1071, 1071, 1071, 1072, 583, 1072, 1072, 1072, 1073, 582, 1073, 1073, 1073, 1074, 581, 1074, 1074, 1074, 1075, 580, 1075, 1075, 1075, 1076, 579, 1076, 1076, 1076, 1077, 578, 1077, 1077, 1077, 1080, 1080, 1081, 577, 1081, 1081, 1081, 1113, 575, 1113, 1113, 1113, 1114, 574, 573, 1114, 1114, 1115, 1115, 1115, 1115, 1115, 1119, 572, 1119, 1119, 1119, 1120, 571, 570, 1120, 1120, 1123, 569, 568, 1123, 1123, 1125, 567, 1125, 1125, 1125, 1126, 566, 1126, 1126, 1126, 1129, 565, 1129, 1129, 1129, 1132, 1132, 1132, 1132, 1132, 1136, 564, 1136, 1136, 1136, 1137, 563, 1137, 1137, 1137, 1140, 562, 1140, 1140, 1140, 1143, 561, 1143, 1143, 1143, 1146, 560, 1146, 1146, 1146, 1149, 556, 1149, 1149, 1149, 1152, 555, 1152, 1152, 1152, 1155, 438, 1155, 1155, 1155, 1158, 437, 1158, 1158, 1158, 1159, 549, 1159, 1159, 1159, 1160, 548, 1160, 1160, 1160, 1163, 546, 1163, 1163, 1163, 1166, 545, 1166, 1166, 1166, 1169, 543, 1169, 1169, 1169, 1170, 542, 1170, 1170, 1170, 1171, 540, 1171, 1171, 1171, 1172, 539, 1172, 1172, 1172, 1173, 535, 1173, 1173, 1173, 1174, 534, 1174, 1174, 1174, 1175, 532, 1175, 1175, 1175, 1178, 1178, 1179, 531, 1179, 1179, 1179, 1211, 529, 1211, 1211, 1211, 1212, 528, 526, 1212, 1212, 1213, 1213, 1213, 1213, 1213, 1217, 525, 1217, 1217, 1217, 1218, 523, 522, 1218, 1218, 1221, 520, 519, 1221, 1221, 1223, 517, 1223, 1223, 1223, 1224, 516, 1224, 1224, 1224, 1227, 513, 1227, 1227, 1227, 1230, 1230, 1230, 1230, 1230, 1234, 512, 1234, 1234, 1234, 1235, 508, 1235, 1235, 1235, 1238, 507, 1238, 1238, 1238, 1241, 505, 1241, 1241, 1241, 1244, 504, 1244, 1244, 1244, 1247, 501, 1247, 1247, 1247, 1250, 499, 1250, 1250, 1250, 1253, 498, 1253, 1253, 1253, 1256, 497, 1256, 1256, 1256, 1257, 493, 1257, 1257, 1257, 1258, 374, 1258, 1258, 1258, 1261, 488, 1261, 1261, 1261, 1264, 486, 1264, 1264, 1264, 1267, 485, 1267, 1267, 1267, 1268, 481, 1268, 1268, 1268, 1269, 480, 1269, 1269, 1269, 1270, 479, 1270, 1270, 1270, 1271, 478, 1271, 1271, 1271, 1272, 477, 1272, 1272, 1272, 1273, 476, 1273, 1273, 1273, 1276, 475, 1276, 1276, 1276, 1308, 474, 1308, 1308, 1308, 1309, 473, 472, 1309, 1309, 1310, 1310, 1310, 1310, 1310, 1314, 471, 1314, 1314, 1314, 1315, 470, 469, 1315, 1315, 1318, 468, 466, 1318, 1318, 1320, 465, 1320, 1320, 1320, 1321, 464, 1321, 1321, 1321, 1324, 463, 1324, 1324, 1324, 1327, 1327, 1327, 1327, 1327, 1331, 462, 1331, 1331, 1331, 1332, 461, 1332, 1332, 1332, 1335, 460, 1335, 1335, 1335, 1338, 459, 1338, 1338, 1338, 1341, 458, 1341, 1341, 1341, 1344, 354, 1344, 1344, 1344, 1347, 457, 1347, 1347, 1347, 1350, 456, 1350, 1350, 1350, 1353, 455, 1353, 1353, 1353, 1354, 454, 1354, 1354, 1354, 1355, 453, 1355, 1355, 1355, 1358, 452, 1358, 1358, 1358, 1361, 449, 1361, 1361, 1361, 1364, 331, 1364, 1364, 1364, 1365, 327, 1365, 1365, 1365, 1366, 444, 1366, 1366, 1366, 1367, 443, 1367, 1367, 1367, 1368, 315, 1368, 1368, 1368, 1369, 438, 1369, 1369, 1369, 1370, 437, 1370, 1370, 1370, 1373, 435, 1373, 1373, 1373, 1374, 434, 1374, 1374, 1374, 1375, 432, 431, 1375, 1375, 1376, 1376, 1376, 1376, 1376, 1379, 1379, 1379, 1379, 1379, 1381, 429, 1381, 1381, 1381, 1382, 428, 426, 1382, 1382, 1384, 425, 1384, 1384, 1384, 1385, 421, 420, 1385, 1385, 1387, 418, 1387, 1387, 1387, 1388, 417, 1388, 1388, 1388, 1390, 415, 1390, 1390, 1390, 1391, 414, 1391, 1391, 1391, 1393, 412, 1393, 1393, 1393, 1394, 1394, 1394, 1394, 1394, 1397, 411, 1397, 1397, 1397, 1398, 409, 1398, 1398, 1398, 1400, 408, 1400, 1400, 1400, 1401, 406, 1401, 1401, 1401, 1403, 405, 1403, 1403, 1403, 1404, 403, 1404, 1404, 1404, 1406, 402, 1406, 1406, 1406, 1407, 399, 1407, 1407, 1407, 1409, 397, 1409, 1409, 1409, 1410, 391, 1410, 1410, 1410, 1412, 390, 1412, 1412, 1412, 1413, 388, 1413, 1413, 1413, 1415, 387, 1415, 1415, 1415, 1416, 384, 1416, 1416, 1416, 1418, 382, 1418, 1418, 1418, 1419, 381, 1419, 1419, 1419, 1420, 251, 1420, 1420, 1420, 1421, 380, 1421, 1421, 1421, 1423, 374, 1423, 1423, 1423, 1424, 376, 1424, 1424, 1424, 1426, 1426, 1426, 1426, 1426, 1428, 374, 1428, 1428, 1428, 1430, 241, 1430, 1430, 1430, 1431, 370, 1431, 1431, 1431, 1432, 368, 1432, 1432, 1432, 1433, 367, 1433, 1433, 1433, 1434, 365, 1434, 1434, 1434, 1435, 364, 1435, 1435, 1435, 1436, 363, 1436, 1436, 1436, 1437, 362, 1437, 1437, 1437, 1439, 361, 1439, 1439, 1439, 1440, 360, 1440, 1440, 1440, 1441, 359, 1441, 1441, 1441, 1442, 356, 353, 1442, 1442, 1443, 1443, 1443, 1443, 1443, 1445, 1445, 1445, 1445, 1445, 1449, 352, 1449, 1449, 1449, 1450, 351, 349, 1450, 1450, 1451, 348, 345, 1451, 1451, 1452, 342, 341, 1452, 1452, 1454, 237, 1454, 1454, 1454, 1455, 236, 1455, 1455, 1455, 1456, 340, 1456, 1456, 1456, 1457, 222, 1457, 1457, 1457, 1458, 332, 1458, 1458, 1458, 1459, 1459, 1459, 1459, 1459, 1461, 331, 1461, 1461, 1461, 1462, 327, 1462, 1462, 1462, 1463, 323, 1463, 1463, 1463, 1464, 322, 1464, 1464, 1464, 1465, 321, 1465, 1465, 1465, 1466, 317, 1466, 1466, 1466, 1467, 315, 1467, 1467, 1467, 1468, 309, 1468, 1468, 1468, 1469, 308, 1469, 1469, 1469, 1470, 306, 1470, 1470, 1470, 1471, 305, 1471, 1471, 1471, 1472, 303, 1472, 1472, 1472, 1473, 299, 1473, 1473, 1473, 1474, 298, 1474, 1474, 1474, 1475, 294, 1475, 1475, 1475, 1476, 293, 1476, 1476, 1476, 1477, 291, 1477, 1477, 1477, 1478, 290, 1478, 1478, 1478, 1479, 288, 1479, 1479, 1479, 1480, 287, 1480, 1480, 1480, 1481, 285, 1481, 1481, 1481, 1482, 284, 1482, 1482, 1482, 1483, 282, 1483, 1483, 1483, 1484, 281, 1484, 1484, 1484, 1485, 279, 1485, 1485, 1485, 1486, 278, 1486, 1486, 1486, 1487, 276, 1487, 1487, 1487, 1488, 275, 1488, 1488, 1488, 1489, 272, 1489, 1489, 1489, 1490, 269, 1490, 1490, 1490, 1491, 268, 1491, 1491, 1491, 1492, 263, 1492, 1492, 1492, 1493, 262, 1493, 1493, 1493, 1494, 260, 259, 1494, 1494, 1495, 1495, 1495, 1495, 1495, 1497, 1497, 1497, 1497, 1497, 492, 492, 492, 492, 492, 1501, 256, 1501, 1501, 1501, 1502, 255, 250, 1502, 1502, 1503, 245, 241, 1503, 1503, 1504, 239, 237, 1504, 1504, 1506, 236, 1506, 1506, 1506, 1507, 233, 1507, 1507, 1507, 1508, 232, 1508, 1508, 1508, 1509, 229, 1509, 1509, 1509, 1510, 226, 1510, 1510, 1510, 1511, 1511, 1511, 1511, 1511, 1513, 223, 1513, 1513, 1513, 1514, 222, 1514, 1514, 1514, 1515, 221, 1515, 1515, 1515, 1516, 217, 1516, 1516, 1516, 1517, 216, 1517, 1517, 1517, 1518, 215, 1518, 1518, 1518, 1519, 214, 1519, 1519, 1519, 1520, 4945, 1520, 1520, 1520, 1521, 202, 1521, 1521, 1521, 1522, 202, 1522, 1522, 1522, 1523, 200, 1523, 1523, 1523, 1524, 200, 1524, 1524, 1524, 1525, 191, 1525, 1525, 1525, 1526, 189, 1526, 1526, 1526, 1527, 189, 1527, 1527, 1527, 1528, 187, 1528, 1528, 1528, 1529, 187, 1529, 1529, 1529, 1530, 185, 1530, 1530, 1530, 1531, 185, 1531, 1531, 1531, 1532, 174, 1532, 1532, 1532, 1533, 174, 1533, 1533, 1533, 1534, 171, 1534, 1534, 1534, 1535, 168, 1535, 1535, 1535, 1536, 165, 1536, 1536, 1536, 1537, 162, 1537, 1537, 1537, 1538, 160, 1538, 1538, 1538, 1539, 160, 1539, 1539, 1539, 1540, 158, 1540, 1540, 1540, 1541, 158, 1541, 1541, 1541, 1542, 155, 1542, 1542, 1542, 1543, 152, 1543, 1543, 1543, 1544, 149, 1544, 1544, 1544, 1545, 146, 1545, 1545, 1545, 1546, 143, 140, 1546, 1546, 1547, 1547, 1547, 1547, 1547, 1549, 1549, 1549, 1549, 1549, 1551, 1551, 1551, 1551, 1551, 1552, 137, 1552, 1552, 1552, 1553, 135, 135, 1553, 1553, 1554, 126, 123, 1554, 1554, 1555, 121, 121, 1555, 1555, 1557, 110, 1557, 1557, 1557, 1558, 110, 1558, 1558, 1558, 1559, 101, 1559, 1559, 1559, 1560, 101, 1560, 1560, 1560, 1561, 79, 1561, 1561, 1561, 1562, 1562, 1562, 1562, 1562, 1564, 4945, 1564, 1564, 1564, 1565, 4945, 1565, 1565, 1565, 1566, 4945, 1566, 1566, 1566, 1567, 4945, 1567, 1567, 1567, 1568, 4945, 1568, 1568, 1568, 1569, 4945, 1569, 1569, 1569, 1570, 4945, 1570, 1570, 1570, 1571, 4945, 1571, 1571, 1571, 1572, 4945, 1572, 1572, 1572, 1573, 4945, 1573, 1573, 1573, 1574, 4945, 1574, 1574, 1574, 1575, 4945, 1575, 1575, 1575, 1576, 4945, 1576, 1576, 1576, 1577, 4945, 1577, 1577, 1577, 1578, 4945, 1578, 1578, 1578, 1579, 4945, 1579, 1579, 1579, 1580, 4945, 1580, 1580, 1580, 1581, 4945, 1581, 1581, 1581, 1582, 4945, 1582, 1582, 1582, 1583, 4945, 1583, 1583, 1583, 1584, 4945, 1584, 1584, 1584, 1585, 4945, 1585, 1585, 1585, 1586, 4945, 1586, 1586, 1586, 1587, 4945, 1587, 1587, 1587, 1588, 4945, 1588, 1588, 1588, 1589, 4945, 1589, 1589, 1589, 1590, 4945, 1590, 1590, 1590, 1591, 4945, 1591, 1591, 1591, 1592, 4945, 1592, 1592, 1592, 1593, 4945, 1593, 1593, 1593, 1594, 4945, 1594, 1594, 1594, 1595, 4945, 1595, 1595, 1595, 1596, 4945, 1596, 1596, 1596, 1597, 4945, 4945, 1597, 1597, 1598, 1598, 1598, 1598, 1598, 1600, 1600, 1600, 1600, 1600, 1602, 4945, 1602, 1602, 1602, 1603, 4945, 4945, 1603, 1603, 1604, 4945, 4945, 1604, 1604, 1605, 4945, 4945, 1605, 1605, 1607, 4945, 1607, 1607, 1607, 1608, 4945, 1608, 1608, 1608, 1609, 4945, 1609, 1609, 1609, 1610, 4945, 1610, 1610, 1610, 1611, 4945, 1611, 1611, 1611, 1612, 1612, 1612, 1612, 1612, 1614, 4945, 1614, 1614, 1614, 1615, 4945, 1615, 1615, 1615, 1616, 4945, 1616, 1616, 1616, 1617, 4945, 1617, 1617, 1617, 1618, 4945, 1618, 1618, 1618, 1619, 4945, 1619, 1619, 1619, 1620, 4945, 1620, 1620, 1620, 1621, 4945, 1621, 1621, 1621, 1622, 4945, 1622, 1622, 1622, 1623, 4945, 1623, 1623, 1623, 1624, 4945, 1624, 1624, 1624, 1625, 4945, 1625, 1625, 1625, 1626, 4945, 1626, 1626, 1626, 1627, 4945, 1627, 1627, 1627, 1628, 4945, 1628, 1628, 1628, 1629, 4945, 1629, 1629, 1629, 1630, 4945, 1630, 1630, 1630, 1631, 4945, 1631, 1631, 1631, 1632, 4945, 1632, 1632, 1632, 1633, 4945, 1633, 1633, 1633, 1634, 4945, 1634, 1634, 1634, 1635, 4945, 1635, 1635, 1635, 1636, 4945, 1636, 1636, 1636, 1637, 4945, 1637, 1637, 1637, 1638, 4945, 1638, 1638, 1638, 1639, 4945, 1639, 1639, 1639, 1640, 4945, 1640, 1640, 1640, 1641, 4945, 1641, 1641, 1641, 1642, 4945, 1642, 1642, 1642, 1643, 4945, 1643, 1643, 1643, 1644, 4945, 1644, 1644, 1644, 1645, 4945, 1645, 1645, 1645, 1646, 4945, 1646, 1646, 1646, 1647, 4945, 4945, 1647, 1647, 1648, 1648, 1648, 1648, 1648, 1650, 1650, 1650, 1650, 1650, 1652, 4945, 1652, 1652, 1652, 1653, 4945, 4945, 1653, 1653, 1654, 4945, 4945, 1654, 1654, 1655, 4945, 4945, 1655, 1655, 1657, 4945, 1657, 1657, 1657, 1658, 4945, 1658, 1658, 1658, 1659, 4945, 1659, 1659, 1659, 1660, 4945, 1660, 1660, 1660, 1661, 4945, 1661, 1661, 1661, 1662, 1662, 1662, 1662, 1662, 1664, 4945, 1664, 1664, 1664, 1665, 4945, 1665, 1665, 1665, 1666, 4945, 1666, 1666, 1666, 1667, 4945, 1667, 1667, 1667, 1668, 4945, 1668, 1668, 1668, 1669, 4945, 1669, 1669, 1669, 1670, 4945, 1670, 1670, 1670, 1671, 4945, 1671, 1671, 1671, 1672, 4945, 1672, 1672, 1672, 1673, 4945, 1673, 1673, 1673, 1674, 4945, 1674, 1674, 1674, 1675, 4945, 1675, 1675, 1675, 1676, 4945, 1676, 1676, 1676, 1677, 4945, 1677, 1677, 1677, 1678, 4945, 1678, 1678, 1678, 1679, 4945, 1679, 1679, 1679, 1680, 4945, 1680, 1680, 1680, 1681, 4945, 1681, 1681, 1681, 1682, 4945, 1682, 1682, 1682, 1683, 4945, 1683, 1683, 1683, 1684, 4945, 1684, 1684, 1684, 1685, 4945, 1685, 1685, 1685, 1686, 4945, 1686, 1686, 1686, 1687, 4945, 1687, 1687, 1687, 1688, 4945, 1688, 1688, 1688, 1689, 4945, 1689, 1689, 1689, 1690, 4945, 1690, 1690, 1690, 1691, 4945, 1691, 1691, 1691, 1692, 4945, 1692, 1692, 1692, 1693, 4945, 1693, 1693, 1693, 1694, 4945, 1694, 1694, 1694, 1695, 4945, 1695, 1695, 1695, 1696, 4945, 1696, 1696, 1696, 1697, 4945, 4945, 1697, 1697, 1698, 1698, 1698, 1698, 1698, 1700, 1700, 1700, 1700, 1700, 1702, 4945, 1702, 1702, 1702, 1703, 4945, 4945, 1703, 1703, 1704, 4945, 4945, 1704, 1704, 1705, 4945, 4945, 1705, 1705, 1707, 4945, 1707, 1707, 1707, 1708, 4945, 1708, 1708, 1708, 1709, 4945, 1709, 1709, 1709, 1710, 4945, 1710, 1710, 1710, 1711, 4945, 1711, 1711, 1711, 1712, 1712, 1712, 1712, 1712, 1714, 4945, 1714, 1714, 1714, 1715, 4945, 1715, 1715, 1715, 1716, 4945, 1716, 1716, 1716, 1717, 4945, 1717, 1717, 1717, 1718, 4945, 1718, 1718, 1718, 1719, 4945, 1719, 1719, 1719, 1720, 4945, 1720, 1720, 1720, 1721, 4945, 1721, 1721, 1721, 1722, 4945, 1722, 1722, 1722, 1723, 4945, 1723, 1723, 1723, 1724, 4945, 1724, 1724, 1724, 1725, 4945, 1725, 1725, 1725, 1726, 4945, 1726, 1726, 1726, 1727, 4945, 1727, 1727, 1727, 1728, 4945, 1728, 1728, 1728, 1729, 4945, 1729, 1729, 1729, 1730, 4945, 1730, 1730, 1730, 1731, 4945, 1731, 1731, 1731, 1732, 4945, 1732, 1732, 1732, 1733, 4945, 1733, 1733, 1733, 1734, 4945, 1734, 1734, 1734, 1735, 4945, 1735, 1735, 1735, 1736, 4945, 1736, 1736, 1736, 1737, 4945, 1737, 1737, 1737, 1738, 4945, 1738, 1738, 1738, 1739, 4945, 1739, 1739, 1739, 1740, 4945, 1740, 1740, 1740, 1741, 4945, 1741, 1741, 1741, 1742, 4945, 1742, 1742, 1742, 1743, 4945, 1743, 1743, 1743, 1744, 4945, 1744, 1744, 1744, 1745, 4945, 1745, 1745, 1745, 1746, 4945, 1746, 1746, 1746, 1747, 4945, 4945, 1747, 1747, 1748, 1748, 1748, 1748, 1748, 1750, 1750, 1750, 1750, 1750, 1752, 4945, 1752, 1752, 1752, 1753, 4945, 4945, 1753, 1753, 1754, 4945, 4945, 1754, 1754, 1755, 4945, 4945, 1755, 1755, 1757, 4945, 1757, 1757, 1757, 1758, 4945, 1758, 1758, 1758, 1759, 4945, 1759, 1759, 1759, 1760, 4945, 1760, 1760, 1760, 1761, 4945, 1761, 1761, 1761, 1762, 1762, 1762, 1762, 1762, 1764, 4945, 1764, 1764, 1764, 1765, 4945, 1765, 1765, 1765, 1766, 4945, 1766, 1766, 1766, 1767, 4945, 1767, 1767, 1767, 1768, 4945, 1768, 1768, 1768, 1769, 4945, 1769, 1769, 1769, 1770, 4945, 1770, 1770, 1770, 1771, 4945, 1771, 1771, 1771, 1772, 4945, 1772, 1772, 1772, 1773, 4945, 1773, 1773, 1773, 1774, 4945, 1774, 1774, 1774, 1775, 4945, 1775, 1775, 1775, 1776, 4945, 1776, 1776, 1776, 1777, 4945, 1777, 1777, 1777, 1778, 4945, 1778, 1778, 1778, 1779, 4945, 1779, 1779, 1779, 1780, 4945, 1780, 1780, 1780, 1781, 4945, 1781, 1781, 1781, 1782, 4945, 1782, 1782, 1782, 1783, 4945, 1783, 1783, 1783, 1784, 4945, 1784, 1784, 1784, 1785, 4945, 1785, 1785, 1785, 1786, 4945, 1786, 1786, 1786, 1787, 4945, 1787, 1787, 1787, 1788, 4945, 1788, 1788, 1788, 1789, 4945, 1789, 1789, 1789, 1790, 4945, 1790, 1790, 1790, 1791, 4945, 1791, 1791, 1791, 1792, 4945, 1792, 1792, 1792, 1793, 4945, 1793, 1793, 1793, 1794, 4945, 1794, 1794, 1794, 1795, 4945, 1795, 1795, 1795, 1796, 4945, 1796, 1796, 1796, 1797, 4945, 4945, 1797, 1797, 1798, 1798, 1798, 1798, 1798, 1800, 1800, 1800, 1800, 1800, 1802, 4945, 1802, 1802, 1802, 1803, 4945, 4945, 1803, 1803, 1804, 4945, 4945, 1804, 1804, 1805, 4945, 4945, 1805, 1805, 1807, 4945, 1807, 1807, 1807, 1808, 4945, 1808, 1808, 1808, 1809, 4945, 1809, 1809, 1809, 1810, 4945, 1810, 1810, 1810, 1811, 4945, 1811, 1811, 1811, 1812, 1812, 1812, 1812, 1812, 1814, 4945, 1814, 1814, 1814, 1815, 4945, 1815, 1815, 1815, 1816, 4945, 1816, 1816, 1816, 1817, 4945, 1817, 1817, 1817, 1818, 4945, 1818, 1818, 1818, 1819, 4945, 1819, 1819, 1819, 1820, 4945, 1820, 1820, 1820, 1821, 4945, 1821, 1821, 1821, 1822, 4945, 1822, 1822, 1822, 1823, 4945, 1823, 1823, 1823, 1824, 4945, 1824, 1824, 1824, 1825, 4945, 1825, 1825, 1825, 1826, 4945, 1826, 1826, 1826, 1827, 4945, 1827, 1827, 1827, 1828, 4945, 1828, 1828, 1828, 1829, 4945, 1829, 1829, 1829, 1830, 4945, 1830, 1830, 1830, 1831, 4945, 1831, 1831, 1831, 1832, 4945, 1832, 1832, 1832, 1833, 4945, 1833, 1833, 1833, 1834, 4945, 1834, 1834, 1834, 1835, 4945, 1835, 1835, 1835, 1836, 4945, 1836, 1836, 1836, 1837, 4945, 1837, 1837, 1837, 1838, 4945, 1838, 1838, 1838, 1839, 4945, 1839, 1839, 1839, 1840, 4945, 1840, 1840, 1840, 1841, 4945, 1841, 1841, 1841, 1842, 4945, 1842, 1842, 1842, 1843, 4945, 1843, 1843, 1843, 1844, 4945, 1844, 1844, 1844, 1845, 4945, 1845, 1845, 1845, 1846, 4945, 1846, 1846, 1846, 1847, 4945, 4945, 1847, 1847, 1848, 1848, 1848, 1848, 1848, 1850, 1850, 1850, 1850, 1850, 1852, 4945, 1852, 1852, 1852, 1853, 4945, 4945, 1853, 1853, 1854, 4945, 4945, 1854, 1854, 1855, 4945, 4945, 1855, 1855, 1857, 4945, 1857, 1857, 1857, 1858, 4945, 1858, 1858, 1858, 1859, 4945, 1859, 1859, 1859, 1860, 4945, 1860, 1860, 1860, 1861, 4945, 1861, 1861, 1861, 1862, 1862, 1862, 1862, 1862, 1864, 4945, 1864, 1864, 1864, 1865, 4945, 1865, 1865, 1865, 1866, 4945, 1866, 1866, 1866, 1867, 4945, 1867, 1867, 1867, 1868, 4945, 1868, 1868, 1868, 1869, 4945, 1869, 1869, 1869, 1870, 4945, 1870, 1870, 1870, 1871, 4945, 1871, 1871, 1871, 1872, 4945, 1872, 1872, 1872, 1873, 4945, 1873, 1873, 1873, 1874, 4945, 1874, 1874, 1874, 1875, 4945, 1875, 1875, 1875, 1876, 4945, 1876, 1876, 1876, 1877, 4945, 1877, 1877, 1877, 1878, 4945, 1878, 1878, 1878, 1879, 4945, 1879, 1879, 1879, 1880, 4945, 1880, 1880, 1880, 1881, 4945, 1881, 1881, 1881, 1882, 4945, 1882, 1882, 1882, 1883, 4945, 1883, 1883, 1883, 1884, 4945, 1884, 1884, 1884, 1885, 4945, 1885, 1885, 1885, 1886, 4945, 1886, 1886, 1886, 1887, 4945, 1887, 1887, 1887, 1888, 4945, 1888, 1888, 1888, 1889, 4945, 1889, 1889, 1889, 1890, 4945, 1890, 1890, 1890, 1891, 4945, 1891, 1891, 1891, 1892, 4945, 1892, 1892, 1892, 1893, 4945, 1893, 1893, 1893, 1894, 4945, 1894, 1894, 1894, 1895, 4945, 1895, 1895, 1895, 1896, 4945, 1896, 1896, 1896, 1897, 4945, 4945, 1897, 1897, 1898, 1898, 1898, 1898, 1898, 1900, 1900, 1900, 1900, 1900, 1902, 4945, 1902, 1902, 1902, 1903, 4945, 4945, 1903, 1903, 1904, 4945, 4945, 1904, 1904, 1905, 4945, 4945, 1905, 1905, 1907, 4945, 1907, 1907, 1907, 1908, 4945, 1908, 1908, 1908, 1909, 4945, 1909, 1909, 1909, 1910, 4945, 1910, 1910, 1910, 1911, 4945, 1911, 1911, 1911, 1912, 1912, 1912, 1912, 1912, 1914, 4945, 1914, 1914, 1914, 1915, 4945, 1915, 1915, 1915, 1916, 4945, 1916, 1916, 1916, 1917, 4945, 1917, 1917, 1917, 1918, 4945, 1918, 1918, 1918, 1919, 4945, 1919, 1919, 1919, 1920, 4945, 1920, 1920, 1920, 1921, 4945, 1921, 1921, 1921, 1922, 4945, 1922, 1922, 1922, 1923, 4945, 1923, 1923, 1923, 1924, 4945, 1924, 1924, 1924, 1925, 4945, 1925, 1925, 1925, 1926, 4945, 1926, 1926, 1926, 1927, 4945, 1927, 1927, 1927, 1928, 4945, 1928, 1928, 1928, 1929, 4945, 1929, 1929, 1929, 1930, 4945, 1930, 1930, 1930, 1931, 4945, 1931, 1931, 1931, 1932, 4945, 1932, 1932, 1932, 1933, 4945, 1933, 1933, 1933, 1934, 4945, 1934, 1934, 1934, 1935, 4945, 1935, 1935, 1935, 1936, 4945, 1936, 1936, 1936, 1937, 4945, 1937, 1937, 1937, 1938, 4945, 1938, 1938, 1938, 1939, 4945, 1939, 1939, 1939, 1940, 4945, 1940, 1940, 1940, 1941, 4945, 1941, 1941, 1941, 1942, 4945, 1942, 1942, 1942, 1943, 4945, 1943, 1943, 1943, 1944, 4945, 1944, 1944, 1944, 1945, 4945, 1945, 1945, 1945, 1946, 4945, 1946, 1946, 1946, 1947, 4945, 4945, 1947, 1947, 1948, 1948, 1948, 1948, 1948, 1950, 1950, 1950, 1950, 1950, 1952, 4945, 1952, 1952, 1952, 1953, 4945, 4945, 1953, 1953, 1954, 4945, 4945, 1954, 1954, 1955, 4945, 4945, 1955, 1955, 1957, 4945, 1957, 1957, 1957, 1958, 4945, 1958, 1958, 1958, 1959, 4945, 1959, 1959, 1959, 1960, 4945, 1960, 1960, 1960, 1961, 4945, 1961, 1961, 1961, 1962, 1962, 1962, 1962, 1962, 1964, 4945, 1964, 1964, 1964, 1965, 4945, 1965, 1965, 1965, 1966, 4945, 1966, 1966, 1966, 1967, 4945, 1967, 1967, 1967, 1968, 4945, 1968, 1968, 1968, 1969, 4945, 1969, 1969, 1969, 1970, 4945, 1970, 1970, 1970, 1971, 4945, 1971, 1971, 1971, 1972, 4945, 1972, 1972, 1972, 1973, 4945, 1973, 1973, 1973, 1974, 4945, 1974, 1974, 1974, 1975, 4945, 1975, 1975, 1975, 1976, 4945, 1976, 1976, 1976, 1977, 4945, 1977, 1977, 1977, 1978, 4945, 1978, 1978, 1978, 1979, 4945, 1979, 1979, 1979, 1980, 4945, 1980, 1980, 1980, 1981, 4945, 1981, 1981, 1981, 1982, 4945, 1982, 1982, 1982, 1983, 4945, 1983, 1983, 1983, 1984, 4945, 1984, 1984, 1984, 1985, 4945, 1985, 1985, 1985, 1986, 4945, 1986, 1986, 1986, 1987, 4945, 1987, 1987, 1987, 1988, 4945, 1988, 1988, 1988, 1989, 4945, 1989, 1989, 1989, 1990, 4945, 1990, 1990, 1990, 1991, 4945, 1991, 1991, 1991, 1992, 4945, 1992, 1992, 1992, 1993, 4945, 1993, 1993, 1993, 1994, 4945, 1994, 1994, 1994, 1995, 4945, 1995, 1995, 1995, 1996, 4945, 1996, 1996, 1996, 1997, 4945, 4945, 1997, 1997, 1998, 1998, 1998, 1998, 1998, 2000, 2000, 2000, 2000, 2000, 2002, 4945, 2002, 2002, 2002, 2003, 4945, 4945, 2003, 2003, 2004, 4945, 4945, 2004, 2004, 2005, 4945, 4945, 2005, 2005, 2007, 4945, 2007, 2007, 2007, 2008, 4945, 2008, 2008, 2008, 2009, 4945, 2009, 2009, 2009, 2010, 4945, 2010, 2010, 2010, 2011, 4945, 2011, 2011, 2011, 2012, 2012, 2012, 2012, 2012, 2014, 4945, 2014, 2014, 2014, 2015, 4945, 2015, 2015, 2015, 2016, 4945, 2016, 2016, 2016, 2017, 4945, 2017, 2017, 2017, 2018, 4945, 2018, 2018, 2018, 2019, 4945, 2019, 2019, 2019, 2020, 4945, 2020, 2020, 2020, 2021, 4945, 2021, 2021, 2021, 2022, 4945, 2022, 2022, 2022, 2023, 4945, 2023, 2023, 2023, 2024, 4945, 2024, 2024, 2024, 2025, 4945, 2025, 2025, 2025, 2026, 4945, 2026, 2026, 2026, 2027, 4945, 2027, 2027, 2027, 2028, 4945, 2028, 2028, 2028, 2029, 4945, 2029, 2029, 2029, 2030, 4945, 2030, 2030, 2030, 2031, 4945, 2031, 2031, 2031, 2032, 4945, 2032, 2032, 2032, 2033, 4945, 2033, 2033, 2033, 2034, 4945, 2034, 2034, 2034, 2035, 4945, 2035, 2035, 2035, 2036, 4945, 2036, 2036, 2036, 2037, 4945, 2037, 2037, 2037, 2038, 4945, 2038, 2038, 2038, 2039, 4945, 2039, 2039, 2039, 2040, 4945, 2040, 2040, 2040, 2041, 4945, 2041, 2041, 2041, 2042, 4945, 2042, 2042, 2042, 2043, 4945, 2043, 2043, 2043, 2044, 4945, 2044, 2044, 2044, 2045, 4945, 2045, 2045, 2045, 2046, 4945, 2046, 2046, 2046, 2047, 4945, 4945, 2047, 2047, 2048, 2048, 2048, 2048, 2048, 2050, 2050, 2050, 2050, 2050, 2052, 4945, 2052, 2052, 2052, 2053, 4945, 4945, 2053, 2053, 2054, 4945, 4945, 2054, 2054, 2055, 4945, 4945, 2055, 2055, 2057, 4945, 2057, 2057, 2057, 2058, 4945, 2058, 2058, 2058, 2059, 4945, 2059, 2059, 2059, 2060, 4945, 2060, 2060, 2060, 2061, 4945, 2061, 2061, 2061, 2062, 2062, 2062, 2062, 2062, 2064, 4945, 2064, 2064, 2064, 2065, 4945, 2065, 2065, 2065, 2066, 4945, 2066, 2066, 2066, 2067, 4945, 2067, 2067, 2067, 2068, 4945, 2068, 2068, 2068, 2069, 4945, 2069, 2069, 2069, 2070, 4945, 2070, 2070, 2070, 2071, 4945, 2071, 2071, 2071, 2072, 4945, 2072, 2072, 2072, 2073, 4945, 2073, 2073, 2073, 2074, 4945, 2074, 2074, 2074, 2075, 4945, 2075, 2075, 2075, 2076, 4945, 2076, 2076, 2076, 2077, 4945, 2077, 2077, 2077, 2078, 4945, 2078, 2078, 2078, 2079, 4945, 2079, 2079, 2079, 2080, 4945, 2080, 2080, 2080, 2081, 4945, 2081, 2081, 2081, 2082, 4945, 2082, 2082, 2082, 2083, 4945, 2083, 2083, 2083, 2084, 4945, 2084, 2084, 2084, 2085, 4945, 2085, 2085, 2085, 2086, 4945, 2086, 2086, 2086, 2087, 4945, 2087, 2087, 2087, 2088, 4945, 2088, 2088, 2088, 2089, 4945, 2089, 2089, 2089, 2090, 4945, 2090, 2090, 2090, 2091, 4945, 2091, 2091, 2091, 2092, 4945, 2092, 2092, 2092, 2093, 4945, 2093, 2093, 2093, 2094, 4945, 2094, 2094, 2094, 2095, 4945, 2095, 2095, 2095, 2096, 4945, 2096, 2096, 2096, 2097, 4945, 4945, 2097, 2097, 2098, 2098, 2098, 2098, 2098, 2100, 2100, 2100, 2100, 2100, 2102, 4945, 2102, 2102, 2102, 2103, 4945, 4945, 2103, 2103, 2104, 4945, 4945, 2104, 2104, 2105, 4945, 4945, 2105, 2105, 2107, 4945, 2107, 2107, 2107, 2108, 4945, 2108, 2108, 2108, 2109, 4945, 2109, 2109, 2109, 2110, 4945, 2110, 2110, 2110, 2111, 4945, 2111, 2111, 2111, 2112, 2112, 2112, 2112, 2112, 2114, 4945, 2114, 2114, 2114, 2115, 4945, 2115, 2115, 2115, 2116, 4945, 2116, 2116, 2116, 2117, 4945, 2117, 2117, 2117, 2118, 4945, 2118, 2118, 2118, 2119, 4945, 2119, 2119, 2119, 2120, 4945, 2120, 2120, 2120, 2121, 4945, 2121, 2121, 2121, 2122, 4945, 2122, 2122, 2122, 2123, 4945, 2123, 2123, 2123, 2124, 4945, 2124, 2124, 2124, 2125, 4945, 2125, 2125, 2125, 2126, 4945, 2126, 2126, 2126, 2127, 4945, 2127, 2127, 2127, 2128, 4945, 2128, 2128, 2128, 2129, 4945, 2129, 2129, 2129, 2130, 4945, 2130, 2130, 2130, 2131, 4945, 2131, 2131, 2131, 2132, 4945, 2132, 2132, 2132, 2133, 4945, 2133, 2133, 2133, 2134, 4945, 2134, 2134, 2134, 2135, 4945, 2135, 2135, 2135, 2136, 4945, 2136, 2136, 2136, 2137, 4945, 2137, 2137, 2137, 2138, 4945, 2138, 2138, 2138, 2139, 4945, 2139, 2139, 2139, 2140, 4945, 2140, 2140, 2140, 2141, 4945, 2141, 2141, 2141, 2142, 4945, 2142, 2142, 2142, 2143, 4945, 2143, 2143, 2143, 2144, 4945, 2144, 2144, 2144, 2145, 4945, 2145, 2145, 2145, 2146, 4945, 2146, 2146, 2146, 2147, 4945, 4945, 2147, 2147, 2148, 2148, 2148, 2148, 2148, 2150, 2150, 2150, 2150, 2150, 2152, 4945, 2152, 2152, 2152, 2153, 4945, 4945, 2153, 2153, 2154, 4945, 4945, 2154, 2154, 2155, 4945, 4945, 2155, 2155, 2157, 4945, 2157, 2157, 2157, 2158, 4945, 2158, 2158, 2158, 2159, 4945, 2159, 2159, 2159, 2160, 4945, 2160, 2160, 2160, 2161, 4945, 2161, 2161, 2161, 2162, 2162, 2162, 2162, 2162, 2164, 4945, 2164, 2164, 2164, 2165, 4945, 2165, 2165, 2165, 2166, 4945, 2166, 2166, 2166, 2167, 4945, 2167, 2167, 2167, 2168, 4945, 2168, 2168, 2168, 2169, 4945, 2169, 2169, 2169, 2170, 4945, 2170, 2170, 2170, 2171, 4945, 2171, 2171, 2171, 2172, 4945, 2172, 2172, 2172, 2173, 4945, 2173, 2173, 2173, 2174, 4945, 2174, 2174, 2174, 2175, 4945, 2175, 2175, 2175, 2176, 4945, 2176, 2176, 2176, 2177, 4945, 2177, 2177, 2177, 2178, 4945, 2178, 2178, 2178, 2179, 4945, 2179, 2179, 2179, 2180, 4945, 2180, 2180, 2180, 2181, 4945, 2181, 2181, 2181, 2182, 4945, 2182, 2182, 2182, 2183, 4945, 2183, 2183, 2183, 2184, 4945, 2184, 2184, 2184, 2185, 4945, 2185, 2185, 2185, 2186, 4945, 2186, 2186, 2186, 2187, 4945, 2187, 2187, 2187, 2188, 4945, 2188, 2188, 2188, 2189, 4945, 2189, 2189, 2189, 2190, 4945, 2190, 2190, 2190, 2191, 4945, 2191, 2191, 2191, 2192, 4945, 2192, 2192, 2192, 2193, 4945, 2193, 2193, 2193, 2194, 4945, 2194, 2194, 2194, 2195, 4945, 2195, 2195, 2195, 2196, 4945, 2196, 2196, 2196, 2197, 4945, 4945, 2197, 2197, 2198, 2198, 2198, 2198, 2198, 2200, 2200, 2200, 2200, 2200, 2202, 4945, 2202, 2202, 2202, 2203, 4945, 4945, 2203, 2203, 2204, 4945, 4945, 2204, 2204, 2205, 4945, 4945, 2205, 2205, 2207, 4945, 2207, 2207, 2207, 2208, 4945, 2208, 2208, 2208, 2209, 4945, 2209, 2209, 2209, 2210, 4945, 2210, 2210, 2210, 2211, 4945, 2211, 2211, 2211, 2212, 2212, 2212, 2212, 2212, 2214, 4945, 2214, 2214, 2214, 2215, 4945, 2215, 2215, 2215, 2216, 4945, 2216, 2216, 2216, 2217, 4945, 2217, 2217, 2217, 2218, 4945, 2218, 2218, 2218, 2219, 4945, 2219, 2219, 2219, 2220, 4945, 2220, 2220, 2220, 2221, 4945, 2221, 2221, 2221, 2222, 4945, 2222, 2222, 2222, 2223, 4945, 2223, 2223, 2223, 2224, 4945, 2224, 2224, 2224, 2225, 4945, 2225, 2225, 2225, 2226, 4945, 2226, 2226, 2226, 2227, 4945, 2227, 2227, 2227, 2228, 4945, 2228, 2228, 2228, 2229, 4945, 2229, 2229, 2229, 2230, 4945, 2230, 2230, 2230, 2231, 4945, 2231, 2231, 2231, 2232, 4945, 2232, 2232, 2232, 2233, 4945, 2233, 2233, 2233, 2234, 4945, 2234, 2234, 2234, 2235, 4945, 2235, 2235, 2235, 2236, 4945, 2236, 2236, 2236, 2237, 4945, 2237, 2237, 2237, 2238, 4945, 2238, 2238, 2238, 2239, 4945, 2239, 2239, 2239, 2240, 4945, 2240, 2240, 2240, 2241, 4945, 2241, 2241, 2241, 2242, 4945, 2242, 2242, 2242, 2243, 4945, 2243, 2243, 2243, 2244, 4945, 2244, 2244, 2244, 2245, 4945, 2245, 2245, 2245, 2246, 4945, 2246, 2246, 2246, 2247, 4945, 4945, 2247, 2247, 2248, 2248, 2248, 2248, 2248, 2250, 2250, 2250, 2250, 2250, 2252, 4945, 2252, 2252, 2252, 2253, 4945, 4945, 2253, 2253, 2254, 4945, 4945, 2254, 2254, 2255, 4945, 4945, 2255, 2255, 2257, 4945, 2257, 2257, 2257, 2258, 4945, 2258, 2258, 2258, 2259, 4945, 2259, 2259, 2259, 2260, 4945, 2260, 2260, 2260, 2261, 4945, 2261, 2261, 2261, 2262, 2262, 2262, 2262, 2262, 2264, 4945, 2264, 2264, 2264, 2265, 4945, 2265, 2265, 2265, 2266, 4945, 2266, 2266, 2266, 2267, 4945, 2267, 2267, 2267, 2268, 4945, 2268, 2268, 2268, 2269, 4945, 2269, 2269, 2269, 2270, 4945, 2270, 2270, 2270, 2271, 4945, 2271, 2271, 2271, 2272, 4945, 2272, 2272, 2272, 2273, 4945, 2273, 2273, 2273, 2274, 4945, 2274, 2274, 2274, 2275, 4945, 2275, 2275, 2275, 2276, 4945, 2276, 2276, 2276, 2277, 4945, 2277, 2277, 2277, 2278, 4945, 2278, 2278, 2278, 2279, 4945, 2279, 2279, 2279, 2280, 4945, 2280, 2280, 2280, 2281, 4945, 2281, 2281, 2281, 2282, 4945, 2282, 2282, 2282, 2283, 4945, 2283, 2283, 2283, 2284, 4945, 2284, 2284, 2284, 2285, 4945, 2285, 2285, 2285, 2286, 4945, 2286, 2286, 2286, 2287, 4945, 2287, 2287, 2287, 2288, 4945, 2288, 2288, 2288, 2289, 4945, 2289, 2289, 2289, 2290, 4945, 2290, 2290, 2290, 2291, 4945, 2291, 2291, 2291, 2292, 4945, 2292, 2292, 2292, 2293, 4945, 2293, 2293, 2293, 2294, 4945, 2294, 2294, 2294, 2295, 4945, 2295, 2295, 2295, 2296, 4945, 2296, 2296, 2296, 2297, 4945, 4945, 2297, 2297, 2298, 2298, 2298, 2298, 2298, 2300, 2300, 2300, 2300, 2300, 2302, 4945, 2302, 2302, 2302, 2303, 4945, 4945, 2303, 2303, 2304, 4945, 4945, 2304, 2304, 2305, 4945, 4945, 2305, 2305, 2307, 4945, 2307, 2307, 2307, 2308, 4945, 2308, 2308, 2308, 2309, 4945, 2309, 2309, 2309, 2310, 4945, 2310, 2310, 2310, 2311, 4945, 2311, 2311, 2311, 2312, 2312, 2312, 2312, 2312, 2314, 4945, 2314, 2314, 2314, 2315, 4945, 2315, 2315, 2315, 2316, 4945, 2316, 2316, 2316, 2317, 4945, 2317, 2317, 2317, 2318, 4945, 2318, 2318, 2318, 2319, 4945, 2319, 2319, 2319, 2320, 4945, 2320, 2320, 2320, 2321, 4945, 2321, 2321, 2321, 2322, 4945, 2322, 2322, 2322, 2323, 4945, 2323, 2323, 2323, 2324, 4945, 2324, 2324, 2324, 2325, 4945, 2325, 2325, 2325, 2326, 4945, 2326, 2326, 2326, 2327, 4945, 2327, 2327, 2327, 2328, 4945, 2328, 2328, 2328, 2329, 4945, 2329, 2329, 2329, 2330, 4945, 2330, 2330, 2330, 2331, 4945, 2331, 2331, 2331, 2332, 4945, 2332, 2332, 2332, 2333, 4945, 2333, 2333, 2333, 2334, 4945, 2334, 2334, 2334, 2335, 4945, 2335, 2335, 2335, 2336, 4945, 2336, 2336, 2336, 2337, 4945, 2337, 2337, 2337, 2338, 4945, 2338, 2338, 2338, 2339, 4945, 2339, 2339, 2339, 2340, 4945, 2340, 2340, 2340, 2341, 4945, 2341, 2341, 2341, 2342, 4945, 2342, 2342, 2342, 2343, 4945, 2343, 2343, 2343, 2344, 4945, 2344, 2344, 2344, 2345, 4945, 2345, 2345, 2345, 2346, 4945, 2346, 2346, 2346, 2347, 4945, 4945, 2347, 2347, 2348, 2348, 2348, 2348, 2348, 2350, 2350, 2350, 2350, 2350, 2352, 4945, 2352, 2352, 2352, 2353, 4945, 4945, 2353, 2353, 2354, 4945, 4945, 2354, 2354, 2355, 4945, 4945, 2355, 2355, 2357, 4945, 2357, 2357, 2357, 2358, 4945, 2358, 2358, 2358, 2359, 4945, 2359, 2359, 2359, 2360, 4945, 2360, 2360, 2360, 2361, 4945, 2361, 2361, 2361, 2362, 2362, 2362, 2362, 2362, 2364, 4945, 2364, 2364, 2364, 2365, 4945, 2365, 2365, 2365, 2366, 4945, 2366, 2366, 2366, 2367, 4945, 2367, 2367, 2367, 2368, 4945, 2368, 2368, 2368, 2369, 4945, 2369, 2369, 2369, 2370, 4945, 2370, 2370, 2370, 2371, 4945, 2371, 2371, 2371, 2372, 4945, 2372, 2372, 2372, 2373, 4945, 2373, 2373, 2373, 2374, 4945, 2374, 2374, 2374, 2375, 4945, 2375, 2375, 2375, 2376, 4945, 2376, 2376, 2376, 2377, 4945, 2377, 2377, 2377, 2378, 4945, 2378, 2378, 2378, 2379, 4945, 2379, 2379, 2379, 2380, 4945, 2380, 2380, 2380, 2381, 4945, 2381, 2381, 2381, 2382, 4945, 2382, 2382, 2382, 2383, 4945, 2383, 2383, 2383, 2384, 4945, 2384, 2384, 2384, 2385, 4945, 2385, 2385, 2385, 2386, 4945, 2386, 2386, 2386, 2387, 4945, 2387, 2387, 2387, 2388, 4945, 2388, 2388, 2388, 2389, 4945, 2389, 2389, 2389, 2390, 4945, 2390, 2390, 2390, 2391, 4945, 2391, 2391, 2391, 2392, 4945, 2392, 2392, 2392, 2393, 4945, 2393, 2393, 2393, 2394, 4945, 2394, 2394, 2394, 2395, 4945, 2395, 2395, 2395, 2396, 4945, 2396, 2396, 2396, 2397, 4945, 4945, 2397, 2397, 2398, 2398, 2398, 2398, 2398, 2400, 2400, 2400, 2400, 2400, 2402, 4945, 2402, 2402, 2402, 2403, 4945, 4945, 2403, 2403, 2404, 4945, 4945, 2404, 2404, 2405, 4945, 4945, 2405, 2405, 2407, 4945, 2407, 2407, 2407, 2408, 4945, 2408, 2408, 2408, 2409, 4945, 2409, 2409, 2409, 2410, 4945, 2410, 2410, 2410, 2411, 4945, 2411, 2411, 2411, 2412, 2412, 2412, 2412, 2412, 2414, 4945, 2414, 2414, 2414, 2415, 4945, 2415, 2415, 2415, 2416, 4945, 2416, 2416, 2416, 2417, 4945, 2417, 2417, 2417, 2418, 4945, 2418, 2418, 2418, 2419, 4945, 2419, 2419, 2419, 2420, 4945, 2420, 2420, 2420, 2421, 4945, 2421, 2421, 2421, 2422, 4945, 2422, 2422, 2422, 2423, 4945, 2423, 2423, 2423, 2424, 4945, 2424, 2424, 2424, 2425, 4945, 2425, 2425, 2425, 2426, 4945, 2426, 2426, 2426, 2427, 4945, 2427, 2427, 2427, 2428, 4945, 2428, 2428, 2428, 2429, 4945, 2429, 2429, 2429, 2430, 4945, 2430, 2430, 2430, 2431, 4945, 2431, 2431, 2431, 2432, 4945, 2432, 2432, 2432, 2433, 4945, 2433, 2433, 2433, 2434, 4945, 2434, 2434, 2434, 2435, 4945, 2435, 2435, 2435, 2436, 4945, 2436, 2436, 2436, 2437, 4945, 2437, 2437, 2437, 2438, 4945, 2438, 2438, 2438, 2439, 4945, 2439, 2439, 2439, 2440, 4945, 2440, 2440, 2440, 2441, 4945, 2441, 2441, 2441, 2442, 4945, 2442, 2442, 2442, 2443, 4945, 2443, 2443, 2443, 2444, 4945, 2444, 2444, 2444, 2445, 4945, 2445, 2445, 2445, 2446, 4945, 2446, 2446, 2446, 2447, 4945, 4945, 2447, 2447, 2448, 2448, 2448, 2448, 2448, 2450, 2450, 2450, 2450, 2450, 2452, 4945, 2452, 2452, 2452, 2453, 4945, 4945, 2453, 2453, 2454, 4945, 4945, 2454, 2454, 2455, 4945, 4945, 2455, 2455, 2457, 4945, 2457, 2457, 2457, 2458, 4945, 2458, 2458, 2458, 2459, 4945, 2459, 2459, 2459, 2460, 4945, 2460, 2460, 2460, 2461, 4945, 2461, 2461, 2461, 2462, 2462, 2462, 2462, 2462, 2464, 4945, 2464, 2464, 2464, 2465, 4945, 2465, 2465, 2465, 2466, 4945, 2466, 2466, 2466, 2467, 4945, 2467, 2467, 2467, 2468, 4945, 2468, 2468, 2468, 2469, 4945, 2469, 2469, 2469, 2470, 4945, 2470, 2470, 2470, 2471, 4945, 2471, 2471, 2471, 2472, 4945, 2472, 2472, 2472, 2473, 4945, 2473, 2473, 2473, 2474, 4945, 2474, 2474, 2474, 2475, 4945, 2475, 2475, 2475, 2476, 4945, 2476, 2476, 2476, 2477, 4945, 2477, 2477, 2477, 2478, 4945, 2478, 2478, 2478, 2479, 4945, 2479, 2479, 2479, 2480, 4945, 2480, 2480, 2480, 2481, 4945, 2481, 2481, 2481, 2482, 4945, 2482, 2482, 2482, 2483, 4945, 2483, 2483, 2483, 2484, 4945, 2484, 2484, 2484, 2485, 4945, 2485, 2485, 2485, 2486, 4945, 2486, 2486, 2486, 2487, 4945, 2487, 2487, 2487, 2488, 4945, 2488, 2488, 2488, 2489, 4945, 2489, 2489, 2489, 2490, 4945, 2490, 2490, 2490, 2491, 4945, 2491, 2491, 2491, 2492, 4945, 2492, 2492, 2492, 2493, 4945, 2493, 2493, 2493, 2494, 4945, 2494, 2494, 2494, 2495, 4945, 2495, 2495, 2495, 2496, 4945, 2496, 2496, 2496, 2497, 4945, 4945, 2497, 2497, 2498, 2498, 2498, 2498, 2498, 2500, 2500, 2500, 2500, 2500, 2502, 4945, 2502, 2502, 2502, 2503, 4945, 4945, 2503, 2503, 2504, 4945, 4945, 2504, 2504, 2505, 4945, 4945, 2505, 2505, 2507, 4945, 2507, 2507, 2507, 2508, 4945, 2508, 2508, 2508, 2509, 4945, 2509, 2509, 2509, 2510, 4945, 2510, 2510, 2510, 2511, 4945, 2511, 2511, 2511, 2512, 2512, 2512, 2512, 2512, 2514, 4945, 2514, 2514, 2514, 2515, 4945, 2515, 2515, 2515, 2516, 4945, 2516, 2516, 2516, 2517, 4945, 2517, 2517, 2517, 2518, 4945, 2518, 2518, 2518, 2519, 4945, 2519, 2519, 2519, 2520, 4945, 2520, 2520, 2520, 2521, 4945, 2521, 2521, 2521, 2522, 4945, 2522, 2522, 2522, 2523, 4945, 2523, 2523, 2523, 2524, 4945, 2524, 2524, 2524, 2525, 4945, 2525, 2525, 2525, 2526, 4945, 2526, 2526, 2526, 2527, 4945, 2527, 2527, 2527, 2528, 4945, 2528, 2528, 2528, 2529, 4945, 2529, 2529, 2529, 2530, 4945, 2530, 2530, 2530, 2531, 4945, 2531, 2531, 2531, 2532, 4945, 2532, 2532, 2532, 2533, 4945, 2533, 2533, 2533, 2534, 4945, 2534, 2534, 2534, 2535, 4945, 2535, 2535, 2535, 2536, 4945, 2536, 2536, 2536, 2537, 4945, 2537, 2537, 2537, 2538, 4945, 2538, 2538, 2538, 2539, 4945, 2539, 2539, 2539, 2540, 4945, 2540, 2540, 2540, 2541, 4945, 2541, 2541, 2541, 2542, 4945, 2542, 2542, 2542, 2543, 4945, 2543, 2543, 2543, 2544, 4945, 2544, 2544, 2544, 2545, 4945, 2545, 2545, 2545, 2546, 4945, 2546, 2546, 2546, 2547, 4945, 4945, 2547, 2547, 2548, 2548, 2548, 2548, 2548, 2550, 2550, 2550, 2550, 2550, 2552, 4945, 2552, 2552, 2552, 2553, 4945, 4945, 2553, 2553, 2554, 4945, 4945, 2554, 2554, 2555, 4945, 4945, 2555, 2555, 2557, 4945, 2557, 2557, 2557, 2558, 4945, 2558, 2558, 2558, 2559, 4945, 2559, 2559, 2559, 2560, 4945, 2560, 2560, 2560, 2561, 4945, 2561, 2561, 2561, 2562, 2562, 2562, 2562, 2562, 2564, 4945, 2564, 2564, 2564, 2565, 4945, 2565, 2565, 2565, 2566, 4945, 2566, 2566, 2566, 2567, 4945, 2567, 2567, 2567, 2568, 4945, 2568, 2568, 2568, 2569, 4945, 2569, 2569, 2569, 2570, 4945, 2570, 2570, 2570, 2571, 4945, 2571, 2571, 2571, 2572, 4945, 2572, 2572, 2572, 2573, 4945, 2573, 2573, 2573, 2574, 4945, 2574, 2574, 2574, 2575, 4945, 2575, 2575, 2575, 2576, 4945, 2576, 2576, 2576, 2577, 4945, 2577, 2577, 2577, 2578, 4945, 2578, 2578, 2578, 2579, 4945, 2579, 2579, 2579, 2580, 4945, 2580, 2580, 2580, 2581, 4945, 2581, 2581, 2581, 2582, 4945, 2582, 2582, 2582, 2583, 4945, 2583, 2583, 2583, 2584, 4945, 2584, 2584, 2584, 2585, 4945, 2585, 2585, 2585, 2586, 4945, 2586, 2586, 2586, 2587, 4945, 2587, 2587, 2587, 2588, 4945, 2588, 2588, 2588, 2589, 4945, 2589, 2589, 2589, 2590, 4945, 2590, 2590, 2590, 2591, 4945, 2591, 2591, 2591, 2592, 4945, 2592, 2592, 2592, 2593, 4945, 2593, 2593, 2593, 2594, 4945, 2594, 2594, 2594, 2595, 4945, 2595, 2595, 2595, 2596, 4945, 2596, 2596, 2596, 2597, 4945, 4945, 2597, 2597, 2598, 2598, 2598, 2598, 2598, 2600, 2600, 2600, 2600, 2600, 2602, 4945, 2602, 2602, 2602, 2603, 4945, 4945, 2603, 2603, 2604, 4945, 4945, 2604, 2604, 2605, 4945, 4945, 2605, 2605, 2607, 4945, 2607, 2607, 2607, 2608, 4945, 2608, 2608, 2608, 2609, 4945, 2609, 2609, 2609, 2610, 4945, 2610, 2610, 2610, 2611, 4945, 2611, 2611, 2611, 2612, 2612, 2612, 2612, 2612, 2614, 4945, 2614, 2614, 2614, 2615, 4945, 2615, 2615, 2615, 2616, 4945, 2616, 2616, 2616, 2617, 4945, 2617, 2617, 2617, 2618, 4945, 2618, 2618, 2618, 2619, 4945, 2619, 2619, 2619, 2620, 4945, 2620, 2620, 2620, 2621, 4945, 2621, 2621, 2621, 2622, 4945, 2622, 2622, 2622, 2623, 4945, 2623, 2623, 2623, 2624, 4945, 2624, 2624, 2624, 2625, 4945, 2625, 2625, 2625, 2626, 4945, 2626, 2626, 2626, 2627, 4945, 2627, 2627, 2627, 2628, 4945, 2628, 2628, 2628, 2629, 4945, 2629, 2629, 2629, 2630, 4945, 2630, 2630, 2630, 2631, 4945, 2631, 2631, 2631, 2632, 4945, 2632, 2632, 2632, 2633, 4945, 2633, 2633, 2633, 2634, 4945, 2634, 2634, 2634, 2635, 4945, 2635, 2635, 2635, 2636, 4945, 2636, 2636, 2636, 2637, 4945, 2637, 2637, 2637, 2638, 4945, 2638, 2638, 2638, 2639, 4945, 2639, 2639, 2639, 2640, 4945, 2640, 2640, 2640, 2641, 4945, 2641, 2641, 2641, 2642, 4945, 2642, 2642, 2642, 2643, 4945, 2643, 2643, 2643, 2644, 4945, 2644, 2644, 2644, 2645, 4945, 2645, 2645, 2645, 2646, 4945, 2646, 2646, 2646, 2647, 4945, 4945, 2647, 2647, 2648, 2648, 2648, 2648, 2648, 2650, 2650, 2650, 2650, 2650, 2652, 4945, 2652, 2652, 2652, 2653, 4945, 4945, 2653, 2653, 2654, 4945, 4945, 2654, 2654, 2655, 4945, 4945, 2655, 2655, 2657, 4945, 2657, 2657, 2657, 2658, 4945, 2658, 2658, 2658, 2659, 4945, 2659, 2659, 2659, 2660, 4945, 2660, 2660, 2660, 2661, 4945, 2661, 2661, 2661, 2662, 2662, 2662, 2662, 2662, 2664, 4945, 2664, 2664, 2664, 2665, 4945, 2665, 2665, 2665, 2666, 4945, 2666, 2666, 2666, 2667, 4945, 2667, 2667, 2667, 2668, 4945, 2668, 2668, 2668, 2669, 4945, 2669, 2669, 2669, 2670, 4945, 2670, 2670, 2670, 2671, 4945, 2671, 2671, 2671, 2672, 4945, 2672, 2672, 2672, 2673, 4945, 2673, 2673, 2673, 2674, 4945, 2674, 2674, 2674, 2675, 4945, 2675, 2675, 2675, 2676, 4945, 2676, 2676, 2676, 2677, 4945, 2677, 2677, 2677, 2678, 4945, 2678, 2678, 2678, 2679, 4945, 2679, 2679, 2679, 2680, 4945, 2680, 2680, 2680, 2681, 4945, 2681, 2681, 2681, 2682, 4945, 2682, 2682, 2682, 2683, 4945, 2683, 2683, 2683, 2684, 4945, 2684, 2684, 2684, 2685, 4945, 2685, 2685, 2685, 2686, 4945, 2686, 2686, 2686, 2687, 4945, 2687, 2687, 2687, 2688, 4945, 2688, 2688, 2688, 2689, 4945, 2689, 2689, 2689, 2690, 4945, 2690, 2690, 2690, 2691, 4945, 2691, 2691, 2691, 2692, 4945, 2692, 2692, 2692, 2693, 4945, 2693, 2693, 2693, 2694, 4945, 2694, 2694, 2694, 2695, 4945, 2695, 2695, 2695, 2696, 4945, 2696, 2696, 2696, 2697, 4945, 4945, 2697, 2697, 2698, 2698, 2698, 2698, 2698, 2700, 2700, 2700, 2700, 2700, 2702, 4945, 2702, 2702, 2702, 2703, 4945, 4945, 2703, 2703, 2704, 4945, 4945, 2704, 2704, 2705, 4945, 4945, 2705, 2705, 2707, 4945, 2707, 2707, 2707, 2708, 4945, 2708, 2708, 2708, 2709, 4945, 2709, 2709, 2709, 2710, 4945, 2710, 2710, 2710, 2711, 4945, 2711, 2711, 2711, 2712, 2712, 2712, 2712, 2712, 2714, 4945, 2714, 2714, 2714, 2715, 4945, 2715, 2715, 2715, 2716, 4945, 2716, 2716, 2716, 2717, 4945, 2717, 2717, 2717, 2718, 4945, 2718, 2718, 2718, 2719, 4945, 2719, 2719, 2719, 2720, 4945, 2720, 2720, 2720, 2721, 4945, 2721, 2721, 2721, 2722, 4945, 2722, 2722, 2722, 2723, 4945, 2723, 2723, 2723, 2724, 4945, 2724, 2724, 2724, 2725, 4945, 2725, 2725, 2725, 2726, 4945, 2726, 2726, 2726, 2727, 4945, 2727, 2727, 2727, 2728, 4945, 2728, 2728, 2728, 2729, 4945, 2729, 2729, 2729, 2730, 4945, 2730, 2730, 2730, 2731, 4945, 2731, 2731, 2731, 2732, 4945, 2732, 2732, 2732, 2733, 4945, 2733, 2733, 2733, 2734, 4945, 2734, 2734, 2734, 2735, 4945, 2735, 2735, 2735, 2736, 4945, 2736, 2736, 2736, 2737, 4945, 2737, 2737, 2737, 2738, 4945, 2738, 2738, 2738, 2739, 4945, 2739, 2739, 2739, 2740, 4945, 2740, 2740, 2740, 2741, 4945, 2741, 2741, 2741, 2742, 4945, 2742, 2742, 2742, 2743, 4945, 2743, 2743, 2743, 2744, 4945, 2744, 2744, 2744, 2745, 4945, 2745, 2745, 2745, 2746, 4945, 2746, 2746, 2746, 2747, 4945, 4945, 2747, 2747, 2748, 2748, 2748, 2748, 2748, 2750, 2750, 2750, 2750, 2750, 2752, 4945, 2752, 2752, 2752, 2753, 4945, 4945, 2753, 2753, 2754, 4945, 4945, 2754, 2754, 2755, 4945, 4945, 2755, 2755, 2757, 4945, 2757, 2757, 2757, 2758, 4945, 2758, 2758, 2758, 2759, 4945, 2759, 2759, 2759, 2760, 4945, 2760, 2760, 2760, 2761, 4945, 2761, 2761, 2761, 2762, 2762, 2762, 2762, 2762, 2764, 4945, 2764, 2764, 2764, 2765, 4945, 2765, 2765, 2765, 2766, 4945, 2766, 2766, 2766, 2767, 4945, 2767, 2767, 2767, 2768, 4945, 2768, 2768, 2768, 2769, 4945, 2769, 2769, 2769, 2770, 4945, 2770, 2770, 2770, 2771, 4945, 2771, 2771, 2771, 2772, 4945, 2772, 2772, 2772, 2773, 4945, 2773, 2773, 2773, 2774, 4945, 2774, 2774, 2774, 2775, 4945, 2775, 2775, 2775, 2776, 4945, 2776, 2776, 2776, 2777, 4945, 2777, 2777, 2777, 2778, 4945, 2778, 2778, 2778, 2779, 4945, 2779, 2779, 2779, 2780, 4945, 2780, 2780, 2780, 2781, 4945, 2781, 2781, 2781, 2782, 4945, 2782, 2782, 2782, 2783, 4945, 2783, 2783, 2783, 2784, 4945, 2784, 2784, 2784, 2785, 4945, 2785, 2785, 2785, 2786, 4945, 2786, 2786, 2786, 2787, 4945, 2787, 2787, 2787, 2788, 4945, 2788, 2788, 2788, 2789, 4945, 2789, 2789, 2789, 2790, 4945, 2790, 2790, 2790, 2791, 4945, 2791, 2791, 2791, 2792, 4945, 2792, 2792, 2792, 2793, 4945, 2793, 2793, 2793, 2794, 4945, 2794, 2794, 2794, 2795, 4945, 2795, 2795, 2795, 2796, 4945, 2796, 2796, 2796, 2797, 4945, 4945, 2797, 2797, 2798, 2798, 2798, 2798, 2798, 2800, 2800, 2800, 2800, 2800, 2802, 4945, 2802, 2802, 2802, 2803, 4945, 4945, 2803, 2803, 2804, 4945, 4945, 2804, 2804, 2805, 4945, 4945, 2805, 2805, 2807, 4945, 2807, 2807, 2807, 2808, 4945, 2808, 2808, 2808, 2809, 4945, 2809, 2809, 2809, 2810, 4945, 2810, 2810, 2810, 2811, 4945, 2811, 2811, 2811, 2812, 2812, 2812, 2812, 2812, 2814, 4945, 2814, 2814, 2814, 2815, 4945, 2815, 2815, 2815, 2816, 4945, 2816, 2816, 2816, 2817, 4945, 2817, 2817, 2817, 2818, 4945, 2818, 2818, 2818, 2819, 4945, 2819, 2819, 2819, 2820, 4945, 2820, 2820, 2820, 2821, 4945, 2821, 2821, 2821, 2822, 4945, 2822, 2822, 2822, 2823, 4945, 2823, 2823, 2823, 2824, 4945, 2824, 2824, 2824, 2825, 4945, 2825, 2825, 2825, 2826, 4945, 2826, 2826, 2826, 2827, 4945, 2827, 2827, 2827, 2828, 4945, 2828, 2828, 2828, 2829, 4945, 2829, 2829, 2829, 2830, 4945, 2830, 2830, 2830, 2831, 4945, 2831, 2831, 2831, 2832, 4945, 2832, 2832, 2832, 2833, 4945, 2833, 2833, 2833, 2834, 4945, 2834, 2834, 2834, 2835, 4945, 2835, 2835, 2835, 2836, 4945, 2836, 2836, 2836, 2837, 4945, 2837, 2837, 2837, 2838, 4945, 2838, 2838, 2838, 2839, 4945, 2839, 2839, 2839, 2840, 4945, 2840, 2840, 2840, 2841, 4945, 2841, 2841, 2841, 2842, 4945, 2842, 2842, 2842, 2843, 4945, 2843, 2843, 2843, 2844, 4945, 2844, 2844, 2844, 2845, 4945, 2845, 2845, 2845, 2846, 4945, 2846, 2846, 2846, 2847, 4945, 4945, 2847, 2847, 2848, 2848, 2848, 2848, 2848, 2850, 2850, 2850, 2850, 2850, 2852, 4945, 2852, 2852, 2852, 2853, 4945, 4945, 2853, 2853, 2854, 4945, 4945, 2854, 2854, 2855, 4945, 4945, 2855, 2855, 2857, 4945, 2857, 2857, 2857, 2858, 4945, 2858, 2858, 2858, 2859, 4945, 2859, 2859, 2859, 2860, 4945, 2860, 2860, 2860, 2861, 4945, 2861, 2861, 2861, 2862, 2862, 2862, 2862, 2862, 2864, 4945, 2864, 2864, 2864, 2865, 4945, 2865, 2865, 2865, 2866, 4945, 2866, 2866, 2866, 2867, 4945, 2867, 2867, 2867, 2868, 4945, 2868, 2868, 2868, 2869, 4945, 2869, 2869, 2869, 2870, 4945, 2870, 2870, 2870, 2871, 4945, 2871, 2871, 2871, 2872, 4945, 2872, 2872, 2872, 2873, 4945, 2873, 2873, 2873, 2874, 4945, 2874, 2874, 2874, 2875, 4945, 2875, 2875, 2875, 2876, 4945, 2876, 2876, 2876, 2877, 4945, 2877, 2877, 2877, 2878, 4945, 2878, 2878, 2878, 2879, 4945, 2879, 2879, 2879, 2880, 4945, 2880, 2880, 2880, 2881, 4945, 2881, 2881, 2881, 2882, 4945, 2882, 2882, 2882, 2883, 4945, 2883, 2883, 2883, 2884, 4945, 2884, 2884, 2884, 2885, 4945, 2885, 2885, 2885, 2886, 4945, 2886, 2886, 2886, 2887, 4945, 2887, 2887, 2887, 2888, 4945, 2888, 2888, 2888, 2889, 4945, 2889, 2889, 2889, 2890, 4945, 2890, 2890, 2890, 2891, 4945, 2891, 2891, 2891, 2892, 4945, 2892, 2892, 2892, 2893, 4945, 2893, 2893, 2893, 2894, 4945, 2894, 2894, 2894, 2895, 4945, 2895, 2895, 2895, 2896, 4945, 2896, 2896, 2896, 2897, 4945, 4945, 2897, 2897, 2898, 2898, 2898, 2898, 2898, 2900, 2900, 2900, 2900, 2900, 2902, 4945, 2902, 2902, 2902, 2903, 4945, 4945, 2903, 2903, 2904, 4945, 4945, 2904, 2904, 2905, 4945, 4945, 2905, 2905, 2907, 4945, 2907, 2907, 2907, 2908, 4945, 2908, 2908, 2908, 2909, 4945, 2909, 2909, 2909, 2910, 4945, 2910, 2910, 2910, 2911, 4945, 2911, 2911, 2911, 2912, 2912, 2912, 2912, 2912, 2914, 4945, 2914, 2914, 2914, 2915, 4945, 2915, 2915, 2915, 2916, 4945, 2916, 2916, 2916, 2917, 4945, 2917, 2917, 2917, 2918, 4945, 2918, 2918, 2918, 2919, 4945, 2919, 2919, 2919, 2920, 4945, 2920, 2920, 2920, 2921, 4945, 2921, 2921, 2921, 2922, 4945, 2922, 2922, 2922, 2923, 4945, 2923, 2923, 2923, 2924, 4945, 2924, 2924, 2924, 2925, 4945, 2925, 2925, 2925, 2926, 4945, 2926, 2926, 2926, 2927, 4945, 2927, 2927, 2927, 2928, 4945, 2928, 2928, 2928, 2929, 4945, 2929, 2929, 2929, 2930, 4945, 2930, 2930, 2930, 2931, 4945, 2931, 2931, 2931, 2932, 4945, 2932, 2932, 2932, 2933, 4945, 2933, 2933, 2933, 2934, 4945, 2934, 2934, 2934, 2935, 4945, 2935, 2935, 2935, 2936, 4945, 2936, 2936, 2936, 2937, 4945, 2937, 2937, 2937, 2938, 4945, 2938, 2938, 2938, 2939, 4945, 2939, 2939, 2939, 2940, 4945, 2940, 2940, 2940, 2941, 4945, 2941, 2941, 2941, 2942, 4945, 2942, 2942, 2942, 2943, 4945, 2943, 2943, 2943, 2944, 4945, 2944, 2944, 2944, 2945, 4945, 2945, 2945, 2945, 2946, 4945, 2946, 2946, 2946, 2947, 4945, 4945, 2947, 2947, 2948, 2948, 2948, 2948, 2948, 2950, 2950, 2950, 2950, 2950, 2952, 4945, 2952, 2952, 2952, 2953, 4945, 4945, 2953, 2953, 2954, 4945, 4945, 2954, 2954, 2955, 4945, 4945, 2955, 2955, 2957, 4945, 2957, 2957, 2957, 2958, 4945, 2958, 2958, 2958, 2959, 4945, 2959, 2959, 2959, 2960, 4945, 2960, 2960, 2960, 2961, 4945, 2961, 2961, 2961, 2962, 2962, 2962, 2962, 2962, 2964, 4945, 2964, 2964, 2964, 2965, 4945, 2965, 2965, 2965, 2966, 4945, 2966, 2966, 2966, 2967, 4945, 2967, 2967, 2967, 2968, 4945, 2968, 2968, 2968, 2969, 4945, 2969, 2969, 2969, 2970, 4945, 2970, 2970, 2970, 2971, 4945, 2971, 2971, 2971, 2972, 4945, 2972, 2972, 2972, 2973, 4945, 2973, 2973, 2973, 2974, 4945, 2974, 2974, 2974, 2975, 4945, 2975, 2975, 2975, 2976, 4945, 2976, 2976, 2976, 2977, 4945, 2977, 2977, 2977, 2978, 4945, 2978, 2978, 2978, 2979, 4945, 2979, 2979, 2979, 2980, 4945, 2980, 2980, 2980, 2981, 4945, 2981, 2981, 2981, 2982, 4945, 2982, 2982, 2982, 2983, 4945, 2983, 2983, 2983, 2984, 4945, 2984, 2984, 2984, 2985, 4945, 2985, 2985, 2985, 2986, 4945, 2986, 2986, 2986, 2987, 4945, 2987, 2987, 2987, 2988, 4945, 2988, 2988, 2988, 2989, 4945, 2989, 2989, 2989, 2990, 4945, 2990, 2990, 2990, 2991, 4945, 2991, 2991, 2991, 2992, 4945, 2992, 2992, 2992, 2993, 4945, 2993, 2993, 2993, 2994, 4945, 2994, 2994, 2994, 2995, 4945, 2995, 2995, 2995, 2996, 4945, 2996, 2996, 2996, 2997, 4945, 4945, 2997, 2997, 2998, 2998, 2998, 2998, 2998, 3000, 3000, 3000, 3000, 3000, 3002, 4945, 3002, 3002, 3002, 3003, 4945, 4945, 3003, 3003, 3004, 4945, 4945, 3004, 3004, 3005, 4945, 4945, 3005, 3005, 3007, 4945, 3007, 3007, 3007, 3008, 4945, 3008, 3008, 3008, 3009, 4945, 3009, 3009, 3009, 3010, 4945, 3010, 3010, 3010, 3011, 4945, 3011, 3011, 3011, 3012, 3012, 3012, 3012, 3012, 3014, 4945, 3014, 3014, 3014, 3015, 4945, 3015, 3015, 3015, 3016, 4945, 3016, 3016, 3016, 3017, 4945, 3017, 3017, 3017, 3018, 4945, 3018, 3018, 3018, 3019, 4945, 3019, 3019, 3019, 3020, 4945, 3020, 3020, 3020, 3021, 4945, 3021, 3021, 3021, 3022, 4945, 3022, 3022, 3022, 3023, 4945, 3023, 3023, 3023, 3024, 4945, 3024, 3024, 3024, 3025, 4945, 3025, 3025, 3025, 3026, 4945, 3026, 3026, 3026, 3027, 4945, 3027, 3027, 3027, 3028, 4945, 3028, 3028, 3028, 3029, 4945, 3029, 3029, 3029, 3030, 4945, 3030, 3030, 3030, 3031, 4945, 3031, 3031, 3031, 3032, 4945, 3032, 3032, 3032, 3033, 4945, 3033, 3033, 3033, 3034, 4945, 3034, 3034, 3034, 3035, 4945, 3035, 3035, 3035, 3036, 4945, 3036, 3036, 3036, 3037, 4945, 3037, 3037, 3037, 3038, 4945, 3038, 3038, 3038, 3039, 4945, 3039, 3039, 3039, 3040, 4945, 3040, 3040, 3040, 3041, 4945, 3041, 3041, 3041, 3042, 4945, 3042, 3042, 3042, 3043, 4945, 3043, 3043, 3043, 3044, 4945, 3044, 3044, 3044, 3045, 4945, 3045, 3045, 3045, 3046, 4945, 3046, 3046, 3046, 3047, 4945, 4945, 3047, 3047, 3048, 3048, 3048, 3048, 3048, 3050, 3050, 3050, 3050, 3050, 3052, 4945, 3052, 3052, 3052, 3053, 4945, 4945, 3053, 3053, 3054, 4945, 4945, 3054, 3054, 3055, 4945, 4945, 3055, 3055, 3057, 4945, 3057, 3057, 3057, 3058, 4945, 3058, 3058, 3058, 3059, 4945, 3059, 3059, 3059, 3060, 4945, 3060, 3060, 3060, 3061, 4945, 3061, 3061, 3061, 3062, 3062, 3062, 3062, 3062, 3064, 4945, 3064, 3064, 3064, 3065, 4945, 3065, 3065, 3065, 3066, 4945, 3066, 3066, 3066, 3067, 4945, 3067, 3067, 3067, 3068, 4945, 3068, 3068, 3068, 3069, 4945, 3069, 3069, 3069, 3070, 4945, 3070, 3070, 3070, 3071, 4945, 3071, 3071, 3071, 3072, 4945, 3072, 3072, 3072, 3073, 4945, 3073, 3073, 3073, 3074, 4945, 3074, 3074, 3074, 3075, 4945, 3075, 3075, 3075, 3076, 4945, 3076, 3076, 3076, 3077, 4945, 3077, 3077, 3077, 3078, 4945, 3078, 3078, 3078, 3079, 4945, 3079, 3079, 3079, 3080, 4945, 3080, 3080, 3080, 3081, 4945, 3081, 3081, 3081, 3082, 4945, 3082, 3082, 3082, 3083, 4945, 3083, 3083, 3083, 3084, 4945, 3084, 3084, 3084, 3085, 4945, 3085, 3085, 3085, 3086, 4945, 3086, 3086, 3086, 3087, 4945, 3087, 3087, 3087, 3088, 4945, 3088, 3088, 3088, 3089, 4945, 3089, 3089, 3089, 3090, 4945, 3090, 3090, 3090, 3091, 4945, 3091, 3091, 3091, 3092, 4945, 3092, 3092, 3092, 3093, 4945, 3093, 3093, 3093, 3094, 4945, 3094, 3094, 3094, 3095, 4945, 3095, 3095, 3095, 3096, 4945, 3096, 3096, 3096, 3097, 4945, 4945, 3097, 3097, 3098, 3098, 3098, 3098, 3098, 3100, 3100, 3100, 3100, 3100, 3102, 4945, 3102, 3102, 3102, 3103, 4945, 4945, 3103, 3103, 3104, 4945, 4945, 3104, 3104, 3105, 4945, 4945, 3105, 3105, 3107, 4945, 3107, 3107, 3107, 3108, 4945, 3108, 3108, 3108, 3109, 4945, 3109, 3109, 3109, 3110, 4945, 3110, 3110, 3110, 3111, 4945, 3111, 3111, 3111, 3112, 3112, 3112, 3112, 3112, 3114, 4945, 3114, 3114, 3114, 3115, 4945, 3115, 3115, 3115, 3116, 4945, 3116, 3116, 3116, 3117, 4945, 3117, 3117, 3117, 3118, 4945, 3118, 3118, 3118, 3119, 4945, 3119, 3119, 3119, 3120, 4945, 3120, 3120, 3120, 3121, 4945, 3121, 3121, 3121, 3122, 4945, 3122, 3122, 3122, 3123, 4945, 3123, 3123, 3123, 3124, 4945, 3124, 3124, 3124, 3125, 4945, 3125, 3125, 3125, 3126, 4945, 3126, 3126, 3126, 3127, 4945, 3127, 3127, 3127, 3128, 4945, 3128, 3128, 3128, 3129, 4945, 3129, 3129, 3129, 3130, 4945, 3130, 3130, 3130, 3131, 4945, 3131, 3131, 3131, 3132, 4945, 3132, 3132, 3132, 3133, 4945, 3133, 3133, 3133, 3134, 4945, 3134, 3134, 3134, 3135, 4945, 3135, 3135, 3135, 3136, 4945, 3136, 3136, 3136, 3137, 4945, 3137, 3137, 3137, 3138, 4945, 3138, 3138, 3138, 3139, 4945, 3139, 3139, 3139, 3140, 4945, 3140, 3140, 3140, 3141, 4945, 3141, 3141, 3141, 3142, 4945, 3142, 3142, 3142, 3143, 4945, 3143, 3143, 3143, 3144, 4945, 3144, 3144, 3144, 3145, 4945, 3145, 3145, 3145, 3146, 4945, 3146, 3146, 3146, 3147, 4945, 4945, 3147, 3147, 3148, 3148, 3148, 3148, 3148, 3150, 3150, 3150, 3150, 3150, 3152, 4945, 3152, 3152, 3152, 3153, 4945, 4945, 3153, 3153, 3154, 4945, 4945, 3154, 3154, 3155, 4945, 4945, 3155, 3155, 3157, 4945, 3157, 3157, 3157, 3158, 4945, 3158, 3158, 3158, 3159, 4945, 3159, 3159, 3159, 3160, 4945, 3160, 3160, 3160, 3161, 4945, 3161, 3161, 3161, 3162, 3162, 3162, 3162, 3162, 3164, 4945, 3164, 3164, 3164, 3165, 4945, 3165, 3165, 3165, 3166, 4945, 3166, 3166, 3166, 3167, 4945, 3167, 3167, 3167, 3168, 4945, 3168, 3168, 3168, 3169, 4945, 3169, 3169, 3169, 3170, 4945, 3170, 3170, 3170, 3171, 4945, 3171, 3171, 3171, 3172, 4945, 3172, 3172, 3172, 3173, 4945, 3173, 3173, 3173, 3174, 4945, 3174, 3174, 3174, 3175, 4945, 3175, 3175, 3175, 3176, 4945, 3176, 3176, 3176, 3177, 4945, 3177, 3177, 3177, 3178, 4945, 3178, 3178, 3178, 3179, 4945, 3179, 3179, 3179, 3180, 4945, 3180, 3180, 3180, 3181, 4945, 3181, 3181, 3181, 3182, 4945, 3182, 3182, 3182, 3183, 4945, 3183, 3183, 3183, 3184, 4945, 3184, 3184, 3184, 3185, 4945, 3185, 3185, 3185, 3186, 4945, 3186, 3186, 3186, 3187, 4945, 3187, 3187, 3187, 3188, 4945, 3188, 3188, 3188, 3189, 4945, 3189, 3189, 3189, 3190, 4945, 3190, 3190, 3190, 3191, 4945, 3191, 3191, 3191, 3192, 4945, 3192, 3192, 3192, 3193, 4945, 3193, 3193, 3193, 3194, 4945, 3194, 3194, 3194, 3195, 4945, 3195, 3195, 3195, 3196, 4945, 3196, 3196, 3196, 3197, 4945, 4945, 3197, 3197, 3198, 3198, 3198, 3198, 3198, 3200, 3200, 3200, 3200, 3200, 3202, 4945, 3202, 3202, 3202, 3203, 4945, 4945, 3203, 3203, 3204, 4945, 4945, 3204, 3204, 3205, 4945, 4945, 3205, 3205, 3207, 4945, 3207, 3207, 3207, 3208, 4945, 3208, 3208, 3208, 3209, 4945, 3209, 3209, 3209, 3210, 4945, 3210, 3210, 3210, 3211, 4945, 3211, 3211, 3211, 3212, 3212, 3212, 3212, 3212, 3214, 4945, 3214, 3214, 3214, 3215, 4945, 3215, 3215, 3215, 3216, 4945, 3216, 3216, 3216, 3217, 4945, 3217, 3217, 3217, 3218, 4945, 3218, 3218, 3218, 3219, 4945, 3219, 3219, 3219, 3220, 4945, 3220, 3220, 3220, 3221, 4945, 3221, 3221, 3221, 3222, 4945, 3222, 3222, 3222, 3223, 4945, 3223, 3223, 3223, 3224, 4945, 3224, 3224, 3224, 3225, 4945, 3225, 3225, 3225, 3226, 4945, 3226, 3226, 3226, 3227, 4945, 3227, 3227, 3227, 3228, 4945, 3228, 3228, 3228, 3229, 4945, 3229, 3229, 3229, 3230, 4945, 3230, 3230, 3230, 3231, 4945, 3231, 3231, 3231, 3232, 4945, 3232, 3232, 3232, 3233, 4945, 3233, 3233, 3233, 3234, 4945, 3234, 3234, 3234, 3235, 4945, 3235, 3235, 3235, 3236, 4945, 3236, 3236, 3236, 3237, 4945, 3237, 3237, 3237, 3238, 4945, 3238, 3238, 3238, 3239, 4945, 3239, 3239, 3239, 3240, 4945, 3240, 3240, 3240, 3241, 4945, 3241, 3241, 3241, 3242, 4945, 3242, 3242, 3242, 3243, 4945, 3243, 3243, 3243, 3244, 4945, 3244, 3244, 3244, 3245, 4945, 3245, 3245, 3245, 3246, 4945, 3246, 3246, 3246, 3247, 4945, 4945, 3247, 3247, 3248, 3248, 3248, 3248, 3248, 3250, 3250, 3250, 3250, 3250, 3252, 4945, 3252, 3252, 3252, 3253, 4945, 4945, 3253, 3253, 3254, 4945, 4945, 3254, 3254, 3255, 4945, 4945, 3255, 3255, 3257, 4945, 3257, 3257, 3257, 3258, 4945, 3258, 3258, 3258, 3259, 4945, 3259, 3259, 3259, 3260, 4945, 3260, 3260, 3260, 3261, 4945, 3261, 3261, 3261, 3262, 3262, 3262, 3262, 3262, 3264, 4945, 3264, 3264, 3264, 3265, 4945, 3265, 3265, 3265, 3266, 4945, 3266, 3266, 3266, 3267, 4945, 3267, 3267, 3267, 3268, 4945, 3268, 3268, 3268, 3269, 4945, 3269, 3269, 3269, 3270, 4945, 3270, 3270, 3270, 3271, 4945, 3271, 3271, 3271, 3272, 4945, 3272, 3272, 3272, 3273, 4945, 3273, 3273, 3273, 3274, 4945, 3274, 3274, 3274, 3275, 4945, 3275, 3275, 3275, 3276, 4945, 3276, 3276, 3276, 3277, 4945, 3277, 3277, 3277, 3278, 4945, 3278, 3278, 3278, 3279, 4945, 3279, 3279, 3279, 3280, 4945, 3280, 3280, 3280, 3281, 4945, 3281, 3281, 3281, 3282, 4945, 3282, 3282, 3282, 3283, 4945, 3283, 3283, 3283, 3284, 4945, 3284, 3284, 3284, 3285, 4945, 3285, 3285, 3285, 3286, 4945, 3286, 3286, 3286, 3287, 4945, 3287, 3287, 3287, 3288, 4945, 3288, 3288, 3288, 3289, 4945, 3289, 3289, 3289, 3290, 4945, 3290, 3290, 3290, 3291, 4945, 3291, 3291, 3291, 3292, 4945, 3292, 3292, 3292, 3293, 4945, 3293, 3293, 3293, 3294, 4945, 3294, 3294, 3294, 3295, 4945, 3295, 3295, 3295, 3296, 4945, 3296, 3296, 3296, 3297, 4945, 4945, 3297, 3297, 3298, 3298, 3298, 3298, 3298, 3300, 3300, 3300, 3300, 3300, 3302, 4945, 3302, 3302, 3302, 3303, 4945, 4945, 3303, 3303, 3304, 4945, 4945, 3304, 3304, 3305, 4945, 4945, 3305, 3305, 3307, 4945, 3307, 3307, 3307, 3308, 4945, 3308, 3308, 3308, 3309, 4945, 3309, 3309, 3309, 3310, 4945, 3310, 3310, 3310, 3311, 4945, 3311, 3311, 3311, 3312, 3312, 3312, 3312, 3312, 3314, 4945, 3314, 3314, 3314, 3315, 4945, 3315, 3315, 3315, 3316, 4945, 3316, 3316, 3316, 3317, 4945, 3317, 3317, 3317, 3318, 4945, 3318, 3318, 3318, 3319, 4945, 3319, 3319, 3319, 3320, 4945, 3320, 3320, 3320, 3321, 4945, 3321, 3321, 3321, 3322, 4945, 3322, 3322, 3322, 3323, 4945, 3323, 3323, 3323, 3324, 4945, 3324, 3324, 3324, 3325, 4945, 3325, 3325, 3325, 3326, 4945, 3326, 3326, 3326, 3327, 4945, 3327, 3327, 3327, 3328, 4945, 3328, 3328, 3328, 3329, 4945, 3329, 3329, 3329, 3330, 4945, 3330, 3330, 3330, 3331, 4945, 3331, 3331, 3331, 3332, 4945, 3332, 3332, 3332, 3333, 4945, 3333, 3333, 3333, 3334, 4945, 3334, 3334, 3334, 3335, 4945, 3335, 3335, 3335, 3336, 4945, 3336, 3336, 3336, 3337, 4945, 3337, 3337, 3337, 3338, 4945, 3338, 3338, 3338, 3339, 4945, 3339, 3339, 3339, 3340, 4945, 3340, 3340, 3340, 3341, 4945, 3341, 3341, 3341, 3342, 4945, 3342, 3342, 3342, 3343, 4945, 3343, 3343, 3343, 3344, 4945, 3344, 3344, 3344, 3345, 4945, 3345, 3345, 3345, 3346, 4945, 3346, 3346, 3346, 3347, 4945, 4945, 3347, 3347, 3348, 3348, 3348, 3348, 3348, 3350, 3350, 3350, 3350, 3350, 3352, 4945, 3352, 3352, 3352, 3353, 4945, 4945, 3353, 3353, 3354, 4945, 4945, 3354, 3354, 3355, 4945, 4945, 3355, 3355, 3357, 4945, 3357, 3357, 3357, 3358, 4945, 3358, 3358, 3358, 3359, 4945, 3359, 3359, 3359, 3360, 4945, 3360, 3360, 3360, 3361, 4945, 3361, 3361, 3361, 3362, 3362, 3362, 3362, 3362, 3364, 4945, 3364, 3364, 3364, 3365, 4945, 3365, 3365, 3365, 3366, 4945, 3366, 3366, 3366, 3367, 4945, 3367, 3367, 3367, 3368, 4945, 3368, 3368, 3368, 3369, 4945, 3369, 3369, 3369, 3370, 4945, 3370, 3370, 3370, 3371, 4945, 3371, 3371, 3371, 3372, 4945, 3372, 3372, 3372, 3373, 4945, 3373, 3373, 3373, 3374, 4945, 3374, 3374, 3374, 3375, 4945, 3375, 3375, 3375, 3376, 4945, 3376, 3376, 3376, 3377, 4945, 3377, 3377, 3377, 3378, 4945, 3378, 3378, 3378, 3379, 4945, 3379, 3379, 3379, 3380, 4945, 3380, 3380, 3380, 3381, 4945, 3381, 3381, 3381, 3382, 4945, 3382, 3382, 3382, 3383, 4945, 3383, 3383, 3383, 3384, 4945, 3384, 3384, 3384, 3385, 4945, 3385, 3385, 3385, 3386, 4945, 3386, 3386, 3386, 3387, 4945, 3387, 3387, 3387, 3388, 4945, 3388, 3388, 3388, 3389, 4945, 3389, 3389, 3389, 3390, 4945, 3390, 3390, 3390, 3391, 4945, 3391, 3391, 3391, 3392, 4945, 3392, 3392, 3392, 3393, 4945, 3393, 3393, 3393, 3394, 4945, 3394, 3394, 3394, 3395, 4945, 3395, 3395, 3395, 3396, 4945, 3396, 3396, 3396, 3397, 4945, 4945, 3397, 3397, 3398, 3398, 3398, 3398, 3398, 3400, 3400, 3400, 3400, 3400, 3402, 4945, 3402, 3402, 3402, 3403, 4945, 4945, 3403, 3403, 3404, 4945, 4945, 3404, 3404, 3405, 4945, 4945, 3405, 3405, 3407, 4945, 3407, 3407, 3407, 3408, 4945, 3408, 3408, 3408, 3409, 4945, 3409, 3409, 3409, 3410, 4945, 3410, 3410, 3410, 3411, 4945, 3411, 3411, 3411, 3412, 3412, 3412, 3412, 3412, 3414, 4945, 3414, 3414, 3414, 3415, 4945, 3415, 3415, 3415, 3416, 4945, 3416, 3416, 3416, 3417, 4945, 3417, 3417, 3417, 3418, 4945, 3418, 3418, 3418, 3419, 4945, 3419, 3419, 3419, 3420, 4945, 3420, 3420, 3420, 3421, 4945, 3421, 3421, 3421, 3422, 4945, 3422, 3422, 3422, 3423, 4945, 3423, 3423, 3423, 3424, 4945, 3424, 3424, 3424, 3425, 4945, 3425, 3425, 3425, 3426, 4945, 3426, 3426, 3426, 3427, 4945, 3427, 3427, 3427, 3428, 4945, 3428, 3428, 3428, 3429, 4945, 3429, 3429, 3429, 3430, 4945, 3430, 3430, 3430, 3431, 4945, 3431, 3431, 3431, 3432, 4945, 3432, 3432, 3432, 3433, 4945, 3433, 3433, 3433, 3434, 4945, 3434, 3434, 3434, 3435, 4945, 3435, 3435, 3435, 3436, 4945, 3436, 3436, 3436, 3437, 4945, 3437, 3437, 3437, 3438, 4945, 3438, 3438, 3438, 3439, 4945, 3439, 3439, 3439, 3440, 4945, 3440, 3440, 3440, 3441, 4945, 3441, 3441, 3441, 3442, 4945, 3442, 3442, 3442, 3443, 4945, 3443, 3443, 3443, 3444, 4945, 3444, 3444, 3444, 3445, 4945, 3445, 3445, 3445, 3446, 4945, 3446, 3446, 3446, 3447, 4945, 4945, 3447, 3447, 3448, 3448, 3448, 3448, 3448, 3450, 3450, 3450, 3450, 3450, 3452, 4945, 3452, 3452, 3452, 3453, 4945, 4945, 3453, 3453, 3454, 4945, 4945, 3454, 3454, 3455, 4945, 4945, 3455, 3455, 3457, 4945, 3457, 3457, 3457, 3458, 4945, 3458, 3458, 3458, 3459, 4945, 3459, 3459, 3459, 3460, 4945, 3460, 3460, 3460, 3461, 4945, 3461, 3461, 3461, 3462, 3462, 3462, 3462, 3462, 3464, 4945, 3464, 3464, 3464, 3465, 4945, 3465, 3465, 3465, 3466, 4945, 3466, 3466, 3466, 3467, 4945, 3467, 3467, 3467, 3468, 4945, 3468, 3468, 3468, 3469, 4945, 3469, 3469, 3469, 3470, 4945, 3470, 3470, 3470, 3471, 4945, 3471, 3471, 3471, 3472, 4945, 3472, 3472, 3472, 3473, 4945, 3473, 3473, 3473, 3474, 4945, 3474, 3474, 3474, 3475, 4945, 3475, 3475, 3475, 3476, 4945, 3476, 3476, 3476, 3477, 4945, 3477, 3477, 3477, 3478, 4945, 3478, 3478, 3478, 3479, 4945, 3479, 3479, 3479, 3480, 4945, 3480, 3480, 3480, 3481, 4945, 3481, 3481, 3481, 3482, 4945, 3482, 3482, 3482, 3483, 4945, 3483, 3483, 3483, 3484, 4945, 3484, 3484, 3484, 3485, 4945, 3485, 3485, 3485, 3486, 4945, 3486, 3486, 3486, 3487, 4945, 3487, 3487, 3487, 3488, 4945, 3488, 3488, 3488, 3489, 4945, 3489, 3489, 3489, 3490, 4945, 3490, 3490, 3490, 3491, 4945, 3491, 3491, 3491, 3492, 4945, 3492, 3492, 3492, 3493, 4945, 3493, 3493, 3493, 3494, 4945, 3494, 3494, 3494, 3495, 4945, 3495, 3495, 3495, 3496, 4945, 3496, 3496, 3496, 3497, 4945, 4945, 3497, 3497, 3498, 3498, 3498, 3498, 3498, 3500, 3500, 3500, 3500, 3500, 3502, 4945, 3502, 3502, 3502, 3503, 4945, 4945, 3503, 3503, 3504, 4945, 4945, 3504, 3504, 3505, 4945, 4945, 3505, 3505, 3507, 4945, 3507, 3507, 3507, 3508, 4945, 3508, 3508, 3508, 3509, 4945, 3509, 3509, 3509, 3510, 4945, 3510, 3510, 3510, 3511, 4945, 3511, 3511, 3511, 3512, 3512, 3512, 3512, 3512, 3514, 4945, 3514, 3514, 3514, 3515, 4945, 3515, 3515, 3515, 3516, 4945, 3516, 3516, 3516, 3517, 4945, 3517, 3517, 3517, 3518, 4945, 3518, 3518, 3518, 3519, 4945, 3519, 3519, 3519, 3520, 4945, 3520, 3520, 3520, 3521, 4945, 3521, 3521, 3521, 3522, 4945, 3522, 3522, 3522, 3523, 4945, 3523, 3523, 3523, 3524, 4945, 3524, 3524, 3524, 3525, 4945, 3525, 3525, 3525, 3526, 4945, 3526, 3526, 3526, 3527, 4945, 3527, 3527, 3527, 3528, 4945, 3528, 3528, 3528, 3529, 4945, 3529, 3529, 3529, 3530, 4945, 3530, 3530, 3530, 3531, 4945, 3531, 3531, 3531, 3532, 4945, 3532, 3532, 3532, 3533, 4945, 3533, 3533, 3533, 3534, 4945, 3534, 3534, 3534, 3535, 4945, 3535, 3535, 3535, 3536, 4945, 3536, 3536, 3536, 3537, 4945, 3537, 3537, 3537, 3538, 4945, 3538, 3538, 3538, 3539, 4945, 3539, 3539, 3539, 3540, 4945, 3540, 3540, 3540, 3541, 4945, 3541, 3541, 3541, 3542, 4945, 3542, 3542, 3542, 3543, 4945, 3543, 3543, 3543, 3544, 4945, 3544, 3544, 3544, 3545, 4945, 3545, 3545, 3545, 3546, 4945, 3546, 3546, 3546, 3547, 4945, 4945, 3547, 3547, 3548, 3548, 3548, 3548, 3548, 3550, 3550, 3550, 3550, 3550, 3552, 4945, 3552, 3552, 3552, 3553, 4945, 4945, 3553, 3553, 3554, 4945, 4945, 3554, 3554, 3555, 4945, 4945, 3555, 3555, 3557, 4945, 3557, 3557, 3557, 3558, 4945, 3558, 3558, 3558, 3559, 4945, 3559, 3559, 3559, 3560, 4945, 3560, 3560, 3560, 3561, 4945, 3561, 3561, 3561, 3562, 3562, 3562, 3562, 3562, 3564, 4945, 3564, 3564, 3564, 3565, 4945, 3565, 3565, 3565, 3566, 4945, 3566, 3566, 3566, 3567, 4945, 3567, 3567, 3567, 3568, 4945, 3568, 3568, 3568, 3569, 4945, 3569, 3569, 3569, 3570, 4945, 3570, 3570, 3570, 3571, 4945, 3571, 3571, 3571, 3572, 4945, 3572, 3572, 3572, 3573, 4945, 3573, 3573, 3573, 3574, 4945, 3574, 3574, 3574, 3575, 4945, 3575, 3575, 3575, 3576, 4945, 3576, 3576, 3576, 3577, 4945, 3577, 3577, 3577, 3578, 4945, 3578, 3578, 3578, 3579, 4945, 3579, 3579, 3579, 3580, 4945, 3580, 3580, 3580, 3581, 4945, 3581, 3581, 3581, 3582, 4945, 3582, 3582, 3582, 3583, 4945, 3583, 3583, 3583, 3584, 4945, 3584, 3584, 3584, 3585, 4945, 3585, 3585, 3585, 3586, 4945, 3586, 3586, 3586, 3587, 4945, 3587, 3587, 3587, 3588, 4945, 3588, 3588, 3588, 3589, 4945, 3589, 3589, 3589, 3590, 4945, 3590, 3590, 3590, 3591, 4945, 3591, 3591, 3591, 3592, 4945, 3592, 3592, 3592, 3593, 4945, 3593, 3593, 3593, 3594, 4945, 3594, 3594, 3594, 3595, 4945, 3595, 3595, 3595, 3596, 4945, 3596, 3596, 3596, 3597, 4945, 4945, 3597, 3597, 3598, 3598, 3598, 3598, 3598, 3600, 3600, 3600, 3600, 3600, 3602, 4945, 3602, 3602, 3602, 3603, 4945, 4945, 3603, 3603, 3604, 4945, 4945, 3604, 3604, 3605, 4945, 4945, 3605, 3605, 3607, 4945, 3607, 3607, 3607, 3608, 4945, 3608, 3608, 3608, 3609, 4945, 3609, 3609, 3609, 3610, 4945, 3610, 3610, 3610, 3611, 4945, 3611, 3611, 3611, 3612, 3612, 3612, 3612, 3612, 3614, 4945, 3614, 3614, 3614, 3615, 4945, 3615, 3615, 3615, 3616, 4945, 3616, 3616, 3616, 3617, 4945, 3617, 3617, 3617, 3618, 4945, 3618, 3618, 3618, 3619, 4945, 3619, 3619, 3619, 3620, 4945, 3620, 3620, 3620, 3621, 4945, 3621, 3621, 3621, 3622, 4945, 3622, 3622, 3622, 3623, 4945, 3623, 3623, 3623, 3624, 4945, 3624, 3624, 3624, 3625, 4945, 3625, 3625, 3625, 3626, 4945, 3626, 3626, 3626, 3627, 4945, 3627, 3627, 3627, 3628, 4945, 3628, 3628, 3628, 3629, 4945, 3629, 3629, 3629, 3630, 4945, 3630, 3630, 3630, 3631, 4945, 3631, 3631, 3631, 3632, 4945, 3632, 3632, 3632, 3633, 4945, 3633, 3633, 3633, 3634, 4945, 3634, 3634, 3634, 3635, 4945, 3635, 3635, 3635, 3636, 4945, 3636, 3636, 3636, 3637, 4945, 3637, 3637, 3637, 3638, 4945, 3638, 3638, 3638, 3639, 4945, 3639, 3639, 3639, 3640, 4945, 3640, 3640, 3640, 3641, 4945, 3641, 3641, 3641, 3642, 4945, 3642, 3642, 3642, 3643, 4945, 3643, 3643, 3643, 3644, 4945, 3644, 3644, 3644, 3645, 4945, 3645, 3645, 3645, 3646, 4945, 3646, 3646, 3646, 3647, 4945, 4945, 3647, 3647, 3648, 3648, 3648, 3648, 3648, 3650, 3650, 3650, 3650, 3650, 3652, 4945, 3652, 3652, 3652, 3653, 4945, 4945, 3653, 3653, 3654, 4945, 4945, 3654, 3654, 3655, 4945, 4945, 3655, 3655, 3657, 4945, 3657, 3657, 3657, 3658, 4945, 3658, 3658, 3658, 3659, 4945, 3659, 3659, 3659, 3660, 4945, 3660, 3660, 3660, 3661, 4945, 3661, 3661, 3661, 3662, 3662, 3662, 3662, 3662, 3664, 4945, 3664, 3664, 3664, 3665, 4945, 3665, 3665, 3665, 3666, 4945, 3666, 3666, 3666, 3667, 4945, 3667, 3667, 3667, 3668, 4945, 3668, 3668, 3668, 3669, 4945, 3669, 3669, 3669, 3670, 4945, 3670, 3670, 3670, 3671, 4945, 3671, 3671, 3671, 3672, 4945, 3672, 3672, 3672, 3673, 4945, 3673, 3673, 3673, 3674, 4945, 3674, 3674, 3674, 3675, 4945, 3675, 3675, 3675, 3676, 4945, 3676, 3676, 3676, 3677, 4945, 3677, 3677, 3677, 3678, 4945, 3678, 3678, 3678, 3679, 4945, 3679, 3679, 3679, 3680, 4945, 3680, 3680, 3680, 3681, 4945, 3681, 3681, 3681, 3682, 4945, 3682, 3682, 3682, 3683, 4945, 3683, 3683, 3683, 3684, 4945, 3684, 3684, 3684, 3685, 4945, 3685, 3685, 3685, 3686, 4945, 3686, 3686, 3686, 3687, 4945, 3687, 3687, 3687, 3688, 4945, 3688, 3688, 3688, 3689, 4945, 3689, 3689, 3689, 3690, 4945, 3690, 3690, 3690, 3691, 4945, 3691, 3691, 3691, 3692, 4945, 3692, 3692, 3692, 3693, 4945, 3693, 3693, 3693, 3694, 4945, 3694, 3694, 3694, 3695, 4945, 3695, 3695, 3695, 3696, 4945, 3696, 3696, 3696, 3697, 4945, 4945, 3697, 3697, 3698, 3698, 3698, 3698, 3698, 3700, 3700, 3700, 3700, 3700, 3702, 4945, 3702, 3702, 3702, 3703, 4945, 4945, 3703, 3703, 3704, 4945, 4945, 3704, 3704, 3705, 4945, 4945, 3705, 3705, 3707, 4945, 3707, 3707, 3707, 3708, 4945, 3708, 3708, 3708, 3709, 4945, 3709, 3709, 3709, 3710, 4945, 3710, 3710, 3710, 3711, 4945, 3711, 3711, 3711, 3712, 3712, 3712, 3712, 3712, 3714, 4945, 3714, 3714, 3714, 3715, 4945, 3715, 3715, 3715, 3716, 4945, 3716, 3716, 3716, 3717, 4945, 3717, 3717, 3717, 3718, 4945, 3718, 3718, 3718, 3719, 4945, 3719, 3719, 3719, 3720, 4945, 3720, 3720, 3720, 3721, 4945, 3721, 3721, 3721, 3722, 4945, 3722, 3722, 3722, 3723, 4945, 3723, 3723, 3723, 3724, 4945, 3724, 3724, 3724, 3725, 4945, 3725, 3725, 3725, 3726, 4945, 3726, 3726, 3726, 3727, 4945, 3727, 3727, 3727, 3728, 4945, 3728, 3728, 3728, 3729, 4945, 3729, 3729, 3729, 3730, 4945, 3730, 3730, 3730, 3731, 4945, 3731, 3731, 3731, 3732, 4945, 3732, 3732, 3732, 3733, 4945, 3733, 3733, 3733, 3734, 4945, 3734, 3734, 3734, 3735, 4945, 3735, 3735, 3735, 3736, 4945, 3736, 3736, 3736, 3737, 4945, 3737, 3737, 3737, 3738, 4945, 3738, 3738, 3738, 3739, 4945, 3739, 3739, 3739, 3740, 4945, 3740, 3740, 3740, 3741, 4945, 3741, 3741, 3741, 3742, 4945, 3742, 3742, 3742, 3743, 4945, 3743, 3743, 3743, 3744, 4945, 3744, 3744, 3744, 3745, 4945, 3745, 3745, 3745, 3746, 4945, 3746, 3746, 3746, 3747, 4945, 4945, 3747, 3747, 3748, 3748, 3748, 3748, 3748, 3750, 3750, 3750, 3750, 3750, 3752, 4945, 3752, 3752, 3752, 3753, 4945, 4945, 3753, 3753, 3754, 4945, 4945, 3754, 3754, 3755, 4945, 4945, 3755, 3755, 3757, 4945, 3757, 3757, 3757, 3758, 4945, 3758, 3758, 3758, 3759, 4945, 3759, 3759, 3759, 3760, 4945, 3760, 3760, 3760, 3761, 4945, 3761, 3761, 3761, 3762, 3762, 3762, 3762, 3762, 3764, 4945, 3764, 3764, 3764, 3765, 4945, 3765, 3765, 3765, 3766, 4945, 3766, 3766, 3766, 3767, 4945, 3767, 3767, 3767, 3768, 4945, 3768, 3768, 3768, 3769, 4945, 3769, 3769, 3769, 3770, 4945, 3770, 3770, 3770, 3771, 4945, 3771, 3771, 3771, 3772, 4945, 3772, 3772, 3772, 3773, 4945, 3773, 3773, 3773, 3774, 4945, 3774, 3774, 3774, 3775, 4945, 3775, 3775, 3775, 3776, 4945, 3776, 3776, 3776, 3777, 4945, 3777, 3777, 3777, 3778, 4945, 3778, 3778, 3778, 3779, 4945, 3779, 3779, 3779, 3780, 4945, 3780, 3780, 3780, 3781, 4945, 3781, 3781, 3781, 3782, 4945, 3782, 3782, 3782, 3783, 4945, 3783, 3783, 3783, 3784, 4945, 3784, 3784, 3784, 3785, 4945, 3785, 3785, 3785, 3786, 4945, 3786, 3786, 3786, 3787, 4945, 3787, 3787, 3787, 3788, 4945, 3788, 3788, 3788, 3789, 4945, 3789, 3789, 3789, 3790, 4945, 3790, 3790, 3790, 3791, 4945, 3791, 3791, 3791, 3792, 4945, 3792, 3792, 3792, 3793, 4945, 3793, 3793, 3793, 3794, 4945, 3794, 3794, 3794, 3795, 4945, 3795, 3795, 3795, 3796, 4945, 3796, 3796, 3796, 3797, 4945, 4945, 3797, 3797, 3798, 3798, 3798, 3798, 3798, 3800, 3800, 3800, 3800, 3800, 3802, 4945, 3802, 3802, 3802, 3803, 4945, 4945, 3803, 3803, 3804, 4945, 4945, 3804, 3804, 3805, 4945, 4945, 3805, 3805, 3807, 4945, 3807, 3807, 3807, 3808, 4945, 3808, 3808, 3808, 3809, 4945, 3809, 3809, 3809, 3810, 4945, 3810, 3810, 3810, 3811, 4945, 3811, 3811, 3811, 3812, 3812, 3812, 3812, 3812, 3814, 4945, 3814, 3814, 3814, 3815, 4945, 3815, 3815, 3815, 3816, 4945, 3816, 3816, 3816, 3817, 4945, 3817, 3817, 3817, 3818, 4945, 3818, 3818, 3818, 3819, 4945, 3819, 3819, 3819, 3820, 4945, 3820, 3820, 3820, 3821, 4945, 3821, 3821, 3821, 3822, 4945, 3822, 3822, 3822, 3823, 4945, 3823, 3823, 3823, 3824, 4945, 3824, 3824, 3824, 3825, 4945, 3825, 3825, 3825, 3826, 4945, 3826, 3826, 3826, 3827, 4945, 3827, 3827, 3827, 3828, 4945, 3828, 3828, 3828, 3829, 4945, 3829, 3829, 3829, 3830, 4945, 3830, 3830, 3830, 3831, 4945, 3831, 3831, 3831, 3832, 4945, 3832, 3832, 3832, 3833, 4945, 3833, 3833, 3833, 3834, 4945, 3834, 3834, 3834, 3835, 4945, 3835, 3835, 3835, 3836, 4945, 3836, 3836, 3836, 3837, 4945, 3837, 3837, 3837, 3838, 4945, 3838, 3838, 3838, 3839, 4945, 3839, 3839, 3839, 3840, 4945, 3840, 3840, 3840, 3841, 4945, 3841, 3841, 3841, 3842, 4945, 3842, 3842, 3842, 3843, 4945, 3843, 3843, 3843, 3844, 4945, 3844, 3844, 3844, 3845, 4945, 3845, 3845, 3845, 3846, 4945, 3846, 3846, 3846, 3847, 4945, 4945, 3847, 3847, 3848, 3848, 3848, 3848, 3848, 3850, 3850, 3850, 3850, 3850, 3852, 4945, 3852, 3852, 3852, 3853, 4945, 4945, 3853, 3853, 3854, 4945, 4945, 3854, 3854, 3855, 4945, 4945, 3855, 3855, 3857, 4945, 3857, 3857, 3857, 3858, 4945, 3858, 3858, 3858, 3859, 4945, 3859, 3859, 3859, 3860, 4945, 3860, 3860, 3860, 3861, 4945, 3861, 3861, 3861, 3862, 3862, 3862, 3862, 3862, 3864, 4945, 3864, 3864, 3864, 3865, 4945, 3865, 3865, 3865, 3866, 4945, 3866, 3866, 3866, 3867, 4945, 3867, 3867, 3867, 3868, 4945, 3868, 3868, 3868, 3869, 4945, 3869, 3869, 3869, 3870, 4945, 3870, 3870, 3870, 3871, 4945, 3871, 3871, 3871, 3872, 4945, 3872, 3872, 3872, 3873, 4945, 3873, 3873, 3873, 3874, 4945, 3874, 3874, 3874, 3875, 4945, 3875, 3875, 3875, 3876, 4945, 3876, 3876, 3876, 3877, 4945, 3877, 3877, 3877, 3878, 4945, 3878, 3878, 3878, 3879, 4945, 3879, 3879, 3879, 3880, 4945, 3880, 3880, 3880, 3881, 4945, 3881, 3881, 3881, 3882, 4945, 3882, 3882, 3882, 3883, 4945, 3883, 3883, 3883, 3884, 4945, 3884, 3884, 3884, 3885, 4945, 3885, 3885, 3885, 3886, 4945, 3886, 3886, 3886, 3887, 4945, 3887, 3887, 3887, 3888, 4945, 3888, 3888, 3888, 3889, 4945, 3889, 3889, 3889, 3890, 4945, 3890, 3890, 3890, 3891, 4945, 3891, 3891, 3891, 3892, 4945, 3892, 3892, 3892, 3893, 4945, 3893, 3893, 3893, 3894, 4945, 3894, 3894, 3894, 3895, 4945, 3895, 3895, 3895, 3896, 4945, 3896, 3896, 3896, 3897, 4945, 4945, 3897, 3897, 3898, 3898, 3898, 3898, 3898, 3900, 3900, 3900, 3900, 3900, 3902, 4945, 3902, 3902, 3902, 3903, 4945, 4945, 3903, 3903, 3904, 4945, 4945, 3904, 3904, 3905, 4945, 4945, 3905, 3905, 3907, 4945, 3907, 3907, 3907, 3908, 4945, 3908, 3908, 3908, 3909, 4945, 3909, 3909, 3909, 3910, 4945, 3910, 3910, 3910, 3911, 4945, 3911, 3911, 3911, 3912, 3912, 3912, 3912, 3912, 3914, 4945, 3914, 3914, 3914, 3915, 4945, 3915, 3915, 3915, 3916, 4945, 3916, 3916, 3916, 3917, 4945, 3917, 3917, 3917, 3918, 4945, 3918, 3918, 3918, 3919, 4945, 3919, 3919, 3919, 3920, 4945, 3920, 3920, 3920, 3921, 4945, 3921, 3921, 3921, 3922, 4945, 3922, 3922, 3922, 3923, 4945, 3923, 3923, 3923, 3924, 4945, 3924, 3924, 3924, 3925, 4945, 3925, 3925, 3925, 3926, 4945, 3926, 3926, 3926, 3927, 4945, 3927, 3927, 3927, 3928, 4945, 3928, 3928, 3928, 3929, 4945, 3929, 3929, 3929, 3930, 4945, 3930, 3930, 3930, 3931, 4945, 3931, 3931, 3931, 3932, 4945, 3932, 3932, 3932, 3933, 4945, 3933, 3933, 3933, 3934, 4945, 3934, 3934, 3934, 3935, 4945, 3935, 3935, 3935, 3936, 4945, 3936, 3936, 3936, 3937, 4945, 3937, 3937, 3937, 3938, 4945, 3938, 3938, 3938, 3939, 4945, 3939, 3939, 3939, 3940, 4945, 3940, 3940, 3940, 3941, 4945, 3941, 3941, 3941, 3942, 4945, 3942, 3942, 3942, 3943, 4945, 3943, 3943, 3943, 3944, 4945, 3944, 3944, 3944, 3945, 4945, 3945, 3945, 3945, 3946, 4945, 3946, 3946, 3946, 3947, 4945, 4945, 3947, 3947, 3948, 3948, 3948, 3948, 3948, 3950, 3950, 3950, 3950, 3950, 3952, 4945, 3952, 3952, 3952, 3953, 4945, 4945, 3953, 3953, 3954, 4945, 4945, 3954, 3954, 3955, 4945, 4945, 3955, 3955, 3957, 4945, 3957, 3957, 3957, 3958, 4945, 3958, 3958, 3958, 3959, 4945, 3959, 3959, 3959, 3960, 4945, 3960, 3960, 3960, 3961, 4945, 3961, 3961, 3961, 3962, 3962, 3962, 3962, 3962, 3964, 4945, 3964, 3964, 3964, 3965, 4945, 3965, 3965, 3965, 3966, 4945, 3966, 3966, 3966, 3967, 4945, 3967, 3967, 3967, 3968, 4945, 3968, 3968, 3968, 3969, 4945, 3969, 3969, 3969, 3970, 4945, 3970, 3970, 3970, 3971, 4945, 3971, 3971, 3971, 3972, 4945, 3972, 3972, 3972, 3973, 4945, 3973, 3973, 3973, 3974, 4945, 3974, 3974, 3974, 3975, 4945, 3975, 3975, 3975, 3976, 4945, 3976, 3976, 3976, 3977, 4945, 3977, 3977, 3977, 3978, 4945, 3978, 3978, 3978, 3979, 4945, 3979, 3979, 3979, 3980, 4945, 3980, 3980, 3980, 3981, 4945, 3981, 3981, 3981, 3982, 4945, 3982, 3982, 3982, 3983, 4945, 3983, 3983, 3983, 3984, 4945, 3984, 3984, 3984, 3985, 4945, 3985, 3985, 3985, 3986, 4945, 3986, 3986, 3986, 3987, 4945, 3987, 3987, 3987, 3988, 4945, 3988, 3988, 3988, 3989, 4945, 3989, 3989, 3989, 3990, 4945, 3990, 3990, 3990, 3991, 4945, 3991, 3991, 3991, 3992, 4945, 3992, 3992, 3992, 3993, 4945, 3993, 3993, 3993, 3994, 4945, 3994, 3994, 3994, 3995, 4945, 3995, 3995, 3995, 3996, 4945, 3996, 3996, 3996, 3997, 4945, 4945, 3997, 3997, 3998, 3998, 3998, 3998, 3998, 4000, 4000, 4000, 4000, 4000, 4002, 4945, 4002, 4002, 4002, 4003, 4945, 4945, 4003, 4003, 4004, 4945, 4945, 4004, 4004, 4005, 4945, 4945, 4005, 4005, 4007, 4945, 4007, 4007, 4007, 4008, 4945, 4008, 4008, 4008, 4009, 4945, 4009, 4009, 4009, 4010, 4945, 4010, 4010, 4010, 4011, 4945, 4011, 4011, 4011, 4012, 4012, 4012, 4012, 4012, 4014, 4945, 4014, 4014, 4014, 4015, 4945, 4015, 4015, 4015, 4016, 4945, 4016, 4016, 4016, 4017, 4945, 4017, 4017, 4017, 4018, 4945, 4018, 4018, 4018, 4019, 4945, 4019, 4019, 4019, 4020, 4945, 4020, 4020, 4020, 4021, 4945, 4021, 4021, 4021, 4022, 4945, 4022, 4022, 4022, 4023, 4945, 4023, 4023, 4023, 4024, 4945, 4024, 4024, 4024, 4025, 4945, 4025, 4025, 4025, 4026, 4945, 4026, 4026, 4026, 4027, 4945, 4027, 4027, 4027, 4028, 4945, 4028, 4028, 4028, 4029, 4945, 4029, 4029, 4029, 4030, 4945, 4030, 4030, 4030, 4031, 4945, 4031, 4031, 4031, 4032, 4945, 4032, 4032, 4032, 4033, 4945, 4033, 4033, 4033, 4034, 4945, 4034, 4034, 4034, 4035, 4945, 4035, 4035, 4035, 4036, 4945, 4036, 4036, 4036, 4037, 4945, 4037, 4037, 4037, 4038, 4945, 4038, 4038, 4038, 4039, 4945, 4039, 4039, 4039, 4040, 4945, 4040, 4040, 4040, 4041, 4945, 4041, 4041, 4041, 4042, 4945, 4042, 4042, 4042, 4043, 4945, 4043, 4043, 4043, 4044, 4945, 4044, 4044, 4044, 4045, 4945, 4045, 4045, 4045, 4046, 4945, 4046, 4046, 4046, 4047, 4945, 4945, 4047, 4047, 4048, 4048, 4048, 4048, 4048, 4050, 4050, 4050, 4050, 4050, 4052, 4945, 4052, 4052, 4052, 4053, 4945, 4945, 4053, 4053, 4054, 4945, 4945, 4054, 4054, 4055, 4945, 4945, 4055, 4055, 4057, 4945, 4057, 4057, 4057, 4058, 4945, 4058, 4058, 4058, 4059, 4945, 4059, 4059, 4059, 4060, 4945, 4060, 4060, 4060, 4061, 4945, 4061, 4061, 4061, 4062, 4062, 4062, 4062, 4062, 4064, 4945, 4064, 4064, 4064, 4065, 4945, 4065, 4065, 4065, 4066, 4945, 4066, 4066, 4066, 4067, 4945, 4067, 4067, 4067, 4068, 4945, 4068, 4068, 4068, 4069, 4945, 4069, 4069, 4069, 4070, 4945, 4070, 4070, 4070, 4071, 4945, 4071, 4071, 4071, 4072, 4945, 4072, 4072, 4072, 4073, 4945, 4073, 4073, 4073, 4074, 4945, 4074, 4074, 4074, 4075, 4945, 4075, 4075, 4075, 4076, 4945, 4076, 4076, 4076, 4077, 4945, 4077, 4077, 4077, 4078, 4945, 4078, 4078, 4078, 4079, 4945, 4079, 4079, 4079, 4080, 4945, 4080, 4080, 4080, 4081, 4945, 4081, 4081, 4081, 4082, 4945, 4082, 4082, 4082, 4083, 4945, 4083, 4083, 4083, 4084, 4945, 4084, 4084, 4084, 4085, 4945, 4085, 4085, 4085, 4086, 4945, 4086, 4086, 4086, 4087, 4945, 4087, 4087, 4087, 4088, 4945, 4088, 4088, 4088, 4089, 4945, 4089, 4089, 4089, 4090, 4945, 4090, 4090, 4090, 4091, 4945, 4091, 4091, 4091, 4092, 4945, 4092, 4092, 4092, 4093, 4945, 4093, 4093, 4093, 4094, 4945, 4094, 4094, 4094, 4095, 4945, 4095, 4095, 4095, 4096, 4945, 4096, 4096, 4096, 4097, 4945, 4945, 4097, 4097, 4098, 4098, 4098, 4098, 4098, 4100, 4100, 4100, 4100, 4100, 4102, 4945, 4102, 4102, 4102, 4103, 4945, 4945, 4103, 4103, 4104, 4945, 4945, 4104, 4104, 4105, 4945, 4945, 4105, 4105, 4107, 4945, 4107, 4107, 4107, 4108, 4945, 4108, 4108, 4108, 4109, 4945, 4109, 4109, 4109, 4110, 4945, 4110, 4110, 4110, 4111, 4945, 4111, 4111, 4111, 4112, 4112, 4112, 4112, 4112, 4114, 4945, 4114, 4114, 4114, 4115, 4945, 4115, 4115, 4115, 4116, 4945, 4116, 4116, 4116, 4117, 4945, 4117, 4117, 4117, 4118, 4945, 4118, 4118, 4118, 4119, 4945, 4119, 4119, 4119, 4120, 4945, 4120, 4120, 4120, 4121, 4945, 4121, 4121, 4121, 4122, 4945, 4122, 4122, 4122, 4123, 4945, 4123, 4123, 4123, 4124, 4945, 4124, 4124, 4124, 4125, 4945, 4125, 4125, 4125, 4126, 4945, 4126, 4126, 4126, 4127, 4945, 4127, 4127, 4127, 4128, 4945, 4128, 4128, 4128, 4129, 4945, 4129, 4129, 4129, 4130, 4945, 4130, 4130, 4130, 4131, 4945, 4131, 4131, 4131, 4132, 4945, 4132, 4132, 4132, 4133, 4945, 4133, 4133, 4133, 4134, 4945, 4134, 4134, 4134, 4135, 4945, 4135, 4135, 4135, 4136, 4945, 4136, 4136, 4136, 4137, 4945, 4137, 4137, 4137, 4138, 4945, 4138, 4138, 4138, 4139, 4945, 4139, 4139, 4139, 4140, 4945, 4140, 4140, 4140, 4141, 4945, 4141, 4141, 4141, 4142, 4945, 4142, 4142, 4142, 4143, 4945, 4143, 4143, 4143, 4144, 4945, 4144, 4144, 4144, 4145, 4945, 4145, 4145, 4145, 4146, 4945, 4146, 4146, 4146, 4147, 4945, 4945, 4147, 4147, 4148, 4148, 4148, 4148, 4148, 4150, 4150, 4150, 4150, 4150, 4152, 4945, 4152, 4152, 4152, 4153, 4945, 4945, 4153, 4153, 4154, 4945, 4945, 4154, 4154, 4155, 4945, 4945, 4155, 4155, 4157, 4945, 4157, 4157, 4157, 4158, 4945, 4158, 4158, 4158, 4159, 4945, 4159, 4159, 4159, 4160, 4945, 4160, 4160, 4160, 4161, 4945, 4161, 4161, 4161, 4162, 4162, 4162, 4162, 4162, 4164, 4945, 4164, 4164, 4164, 4165, 4945, 4165, 4165, 4165, 4166, 4945, 4166, 4166, 4166, 4167, 4945, 4167, 4167, 4167, 4168, 4945, 4168, 4168, 4168, 4169, 4945, 4169, 4169, 4169, 4170, 4945, 4170, 4170, 4170, 4171, 4945, 4171, 4171, 4171, 4172, 4945, 4172, 4172, 4172, 4173, 4945, 4173, 4173, 4173, 4174, 4945, 4174, 4174, 4174, 4175, 4945, 4175, 4175, 4175, 4176, 4945, 4176, 4176, 4176, 4177, 4945, 4177, 4177, 4177, 4178, 4945, 4178, 4178, 4178, 4179, 4945, 4179, 4179, 4179, 4180, 4945, 4180, 4180, 4180, 4181, 4945, 4181, 4181, 4181, 4182, 4945, 4182, 4182, 4182, 4183, 4945, 4183, 4183, 4183, 4184, 4945, 4184, 4184, 4184, 4185, 4945, 4185, 4185, 4185, 4186, 4945, 4186, 4186, 4186, 4187, 4945, 4187, 4187, 4187, 4188, 4945, 4188, 4188, 4188, 4189, 4945, 4189, 4189, 4189, 4190, 4945, 4190, 4190, 4190, 4191, 4945, 4191, 4191, 4191, 4192, 4945, 4192, 4192, 4192, 4193, 4945, 4193, 4193, 4193, 4194, 4945, 4194, 4194, 4194, 4195, 4945, 4195, 4195, 4195, 4196, 4945, 4196, 4196, 4196, 4197, 4197, 4197, 4197, 4197, 4199, 4199, 4199, 4199, 4199, 4201, 4945, 4201, 4201, 4201, 4202, 4945, 4945, 4202, 4202, 4204, 4945, 4204, 4204, 4204, 4205, 4945, 4205, 4205, 4205, 4206, 4945, 4206, 4206, 4206, 4207, 4945, 4207, 4207, 4207, 4208, 4945, 4208, 4208, 4208, 4209, 4209, 4209, 4209, 4209, 4211, 4945, 4211, 4211, 4211, 4212, 4945, 4212, 4212, 4212, 4213, 4945, 4213, 4213, 4213, 4214, 4945, 4214, 4214, 4214, 4215, 4945, 4215, 4215, 4215, 4216, 4945, 4216, 4216, 4216, 4217, 4945, 4217, 4217, 4217, 4218, 4945, 4218, 4218, 4218, 4219, 4945, 4219, 4219, 4219, 4220, 4945, 4220, 4220, 4220, 4221, 4945, 4221, 4221, 4221, 4222, 4945, 4222, 4222, 4222, 4223, 4945, 4223, 4223, 4223, 4224, 4945, 4224, 4224, 4224, 4225, 4945, 4225, 4225, 4225, 4226, 4945, 4226, 4226, 4226, 4227, 4945, 4227, 4227, 4227, 4228, 4945, 4228, 4228, 4228, 4229, 4945, 4229, 4229, 4229, 4230, 4945, 4230, 4230, 4230, 4231, 4945, 4231, 4231, 4231, 4232, 4945, 4232, 4232, 4232, 4233, 4945, 4233, 4233, 4233, 4234, 4945, 4234, 4234, 4234, 4235, 4945, 4235, 4235, 4235, 4236, 4945, 4236, 4236, 4236, 4237, 4945, 4237, 4237, 4237, 4238, 4945, 4238, 4238, 4238, 4239, 4945, 4239, 4239, 4239, 4240, 4945, 4240, 4240, 4240, 4241, 4945, 4241, 4241, 4241, 4242, 4945, 4242, 4242, 4242, 4243, 4945, 4243, 4243, 4243, 4244, 4244, 4244, 4244, 4244, 4246, 4246, 4246, 4246, 4246, 4248, 4945, 4248, 4248, 4248, 4249, 4945, 4945, 4249, 4249, 4250, 4945, 4250, 4250, 4250, 4251, 4945, 4251, 4251, 4251, 4252, 4945, 4252, 4252, 4252, 4253, 4945, 4253, 4253, 4253, 4254, 4945, 4254, 4254, 4254, 4255, 4255, 4255, 4255, 4255, 4257, 4945, 4257, 4257, 4257, 4258, 4945, 4258, 4258, 4258, 4259, 4945, 4259, 4259, 4259, 4260, 4945, 4260, 4260, 4260, 4261, 4945, 4261, 4261, 4261, 4262, 4945, 4262, 4262, 4262, 4263, 4945, 4263, 4263, 4263, 4264, 4945, 4264, 4264, 4264, 4265, 4945, 4265, 4265, 4265, 4266, 4945, 4266, 4266, 4266, 4267, 4945, 4267, 4267, 4267, 4268, 4945, 4268, 4268, 4268, 4269, 4945, 4269, 4269, 4269, 4270, 4945, 4270, 4270, 4270, 4271, 4945, 4271, 4271, 4271, 4272, 4945, 4272, 4272, 4272, 4273, 4945, 4273, 4273, 4273, 4274, 4945, 4274, 4274, 4274, 4275, 4945, 4275, 4275, 4275, 4276, 4945, 4276, 4276, 4276, 4277, 4945, 4277, 4277, 4277, 4278, 4945, 4278, 4278, 4278, 4279, 4945, 4279, 4279, 4279, 4280, 4945, 4280, 4280, 4280, 4281, 4945, 4281, 4281, 4281, 4282, 4945, 4282, 4282, 4282, 4283, 4945, 4283, 4283, 4283, 4284, 4945, 4284, 4284, 4284, 4285, 4945, 4285, 4285, 4285, 4286, 4945, 4286, 4286, 4286, 4287, 4945, 4287, 4287, 4287, 4288, 4945, 4288, 4288, 4288, 4289, 4945, 4289, 4289, 4289, 4290, 4290, 4290, 4290, 4290, 4292, 4292, 4292, 4292, 4292, 4294, 4945, 4294, 4294, 4294, 4295, 4945, 4945, 4295, 4295, 4296, 4945, 4296, 4296, 4296, 4297, 4945, 4297, 4297, 4297, 4298, 4945, 4298, 4298, 4298, 4299, 4945, 4299, 4299, 4299, 4300, 4945, 4300, 4300, 4300, 4301, 4301, 4301, 4301, 4301, 4303, 4945, 4303, 4303, 4303, 4304, 4945, 4304, 4304, 4304, 4305, 4945, 4305, 4305, 4305, 4306, 4945, 4306, 4306, 4306, 4307, 4945, 4307, 4307, 4307, 4308, 4945, 4308, 4308, 4308, 4309, 4945, 4309, 4309, 4309, 4310, 4945, 4310, 4310, 4310, 4311, 4945, 4311, 4311, 4311, 4312, 4945, 4312, 4312, 4312, 4313, 4945, 4313, 4313, 4313, 4314, 4945, 4314, 4314, 4314, 4315, 4945, 4315, 4315, 4315, 4316, 4945, 4316, 4316, 4316, 4317, 4945, 4317, 4317, 4317, 4318, 4945, 4318, 4318, 4318, 4319, 4945, 4319, 4319, 4319, 4320, 4945, 4320, 4320, 4320, 4321, 4945, 4321, 4321, 4321, 4322, 4945, 4322, 4322, 4322, 4323, 4945, 4323, 4323, 4323, 4324, 4945, 4324, 4324, 4324, 4325, 4945, 4325, 4325, 4325, 4326, 4945, 4326, 4326, 4326, 4327, 4945, 4327, 4327, 4327, 4328, 4945, 4328, 4328, 4328, 4329, 4945, 4329, 4329, 4329, 4330, 4945, 4330, 4330, 4330, 4331, 4945, 4331, 4331, 4331, 4332, 4945, 4332, 4332, 4332, 4333, 4945, 4333, 4333, 4333, 4334, 4945, 4334, 4334, 4334, 4335, 4945, 4335, 4335, 4335, 4336, 4336, 4336, 4336, 4336, 4338, 4338, 4338, 4338, 4338, 4340, 4945, 4340, 4340, 4340, 4341, 4945, 4945, 4341, 4341, 4342, 4945, 4342, 4342, 4342, 4343, 4945, 4343, 4343, 4343, 4344, 4945, 4344, 4344, 4344, 4345, 4945, 4345, 4345, 4345, 4346, 4945, 4346, 4346, 4346, 4347, 4347, 4347, 4347, 4347, 4349, 4945, 4349, 4349, 4349, 4350, 4945, 4350, 4350, 4350, 4351, 4945, 4351, 4351, 4351, 4352, 4945, 4352, 4352, 4352, 4353, 4945, 4353, 4353, 4353, 4354, 4945, 4354, 4354, 4354, 4355, 4945, 4355, 4355, 4355, 4356, 4945, 4356, 4356, 4356, 4357, 4945, 4357, 4357, 4357, 4358, 4945, 4358, 4358, 4358, 4359, 4945, 4359, 4359, 4359, 4360, 4945, 4360, 4360, 4360, 4361, 4945, 4361, 4361, 4361, 4362, 4945, 4362, 4362, 4362, 4363, 4945, 4363, 4363, 4363, 4364, 4945, 4364, 4364, 4364, 4365, 4945, 4365, 4365, 4365, 4366, 4945, 4366, 4366, 4366, 4367, 4945, 4367, 4367, 4367, 4368, 4945, 4368, 4368, 4368, 4369, 4945, 4369, 4369, 4369, 4370, 4945, 4370, 4370, 4370, 4371, 4945, 4371, 4371, 4371, 4372, 4945, 4372, 4372, 4372, 4373, 4945, 4373, 4373, 4373, 4374, 4945, 4374, 4374, 4374, 4375, 4945, 4375, 4375, 4375, 4376, 4945, 4376, 4376, 4376, 4377, 4945, 4377, 4377, 4377, 4378, 4945, 4378, 4378, 4378, 4379, 4945, 4379, 4379, 4379, 4380, 4945, 4380, 4380, 4380, 4381, 4945, 4381, 4381, 4381, 4382, 4382, 4382, 4382, 4382, 4384, 4384, 4384, 4384, 4384, 4386, 4945, 4386, 4386, 4386, 4387, 4945, 4945, 4387, 4387, 4388, 4945, 4388, 4388, 4388, 4389, 4945, 4389, 4389, 4389, 4390, 4945, 4390, 4390, 4390, 4391, 4945, 4391, 4391, 4391, 4392, 4945, 4392, 4392, 4392, 4393, 4393, 4393, 4393, 4393, 4395, 4945, 4395, 4395, 4395, 4396, 4945, 4396, 4396, 4396, 4397, 4945, 4397, 4397, 4397, 4398, 4945, 4398, 4398, 4398, 4399, 4945, 4399, 4399, 4399, 4400, 4945, 4400, 4400, 4400, 4401, 4945, 4401, 4401, 4401, 4402, 4945, 4402, 4402, 4402, 4403, 4945, 4403, 4403, 4403, 4404, 4945, 4404, 4404, 4404, 4405, 4945, 4405, 4405, 4405, 4406, 4945, 4406, 4406, 4406, 4407, 4945, 4407, 4407, 4407, 4408, 4945, 4408, 4408, 4408, 4409, 4945, 4409, 4409, 4409, 4410, 4945, 4410, 4410, 4410, 4411, 4945, 4411, 4411, 4411, 4412, 4945, 4412, 4412, 4412, 4413, 4945, 4413, 4413, 4413, 4414, 4945, 4414, 4414, 4414, 4415, 4945, 4415, 4415, 4415, 4416, 4945, 4416, 4416, 4416, 4417, 4945, 4417, 4417, 4417, 4418, 4945, 4418, 4418, 4418, 4419, 4945, 4419, 4419, 4419, 4420, 4945, 4420, 4420, 4420, 4421, 4945, 4421, 4421, 4421, 4422, 4945, 4422, 4422, 4422, 4423, 4945, 4423, 4423, 4423, 4424, 4945, 4424, 4424, 4424, 4425, 4945, 4425, 4425, 4425, 4426, 4945, 4426, 4426, 4426, 4427, 4945, 4427, 4427, 4427, 4428, 4428, 4428, 4428, 4428, 4430, 4430, 4430, 4430, 4430, 4432, 4945, 4432, 4432, 4432, 4433, 4945, 4945, 4433, 4433, 4434, 4945, 4434, 4434, 4434, 4435, 4945, 4435, 4435, 4435, 4436, 4945, 4436, 4436, 4436, 4437, 4945, 4437, 4437, 4437, 4438, 4945, 4438, 4438, 4438, 4439, 4439, 4439, 4439, 4439, 4441, 4945, 4441, 4441, 4441, 4442, 4945, 4442, 4442, 4442, 4443, 4945, 4443, 4443, 4443, 4444, 4945, 4444, 4444, 4444, 4445, 4945, 4445, 4445, 4445, 4446, 4945, 4446, 4446, 4446, 4447, 4945, 4447, 4447, 4447, 4448, 4945, 4448, 4448, 4448, 4449, 4945, 4449, 4449, 4449, 4450, 4945, 4450, 4450, 4450, 4451, 4945, 4451, 4451, 4451, 4452, 4945, 4452, 4452, 4452, 4453, 4945, 4453, 4453, 4453, 4454, 4945, 4454, 4454, 4454, 4455, 4945, 4455, 4455, 4455, 4456, 4945, 4456, 4456, 4456, 4457, 4945, 4457, 4457, 4457, 4458, 4945, 4458, 4458, 4458, 4459, 4945, 4459, 4459, 4459, 4460, 4945, 4460, 4460, 4460, 4461, 4945, 4461, 4461, 4461, 4462, 4945, 4462, 4462, 4462, 4463, 4945, 4463, 4463, 4463, 4464, 4945, 4464, 4464, 4464, 4465, 4945, 4465, 4465, 4465, 4466, 4945, 4466, 4466, 4466, 4467, 4945, 4467, 4467, 4467, 4468, 4945, 4468, 4468, 4468, 4469, 4945, 4469, 4469, 4469, 4470, 4945, 4470, 4470, 4470, 4471, 4945, 4471, 4471, 4471, 4472, 4945, 4472, 4472, 4472, 4473, 4945, 4473, 4473, 4473, 4474, 4474, 4474, 4474, 4474, 4476, 4476, 4476, 4476, 4476, 4478, 4945, 4478, 4478, 4478, 4479, 4945, 4945, 4479, 4479, 4480, 4945, 4480, 4480, 4480, 4481, 4945, 4481, 4481, 4481, 4482, 4945, 4482, 4482, 4482, 4483, 4945, 4483, 4483, 4483, 4484, 4945, 4484, 4484, 4484, 4485, 4485, 4485, 4485, 4485, 4487, 4945, 4487, 4487, 4487, 4488, 4945, 4488, 4488, 4488, 4489, 4945, 4489, 4489, 4489, 4490, 4945, 4490, 4490, 4490, 4491, 4945, 4491, 4491, 4491, 4492, 4945, 4492, 4492, 4492, 4493, 4945, 4493, 4493, 4493, 4494, 4945, 4494, 4494, 4494, 4495, 4945, 4495, 4495, 4495, 4496, 4945, 4496, 4496, 4496, 4497, 4945, 4497, 4497, 4497, 4498, 4945, 4498, 4498, 4498, 4499, 4945, 4499, 4499, 4499, 4500, 4945, 4500, 4500, 4500, 4501, 4945, 4501, 4501, 4501, 4502, 4945, 4502, 4502, 4502, 4503, 4945, 4503, 4503, 4503, 4504, 4945, 4504, 4504, 4504, 4505, 4945, 4505, 4505, 4505, 4506, 4945, 4506, 4506, 4506, 4507, 4945, 4507, 4507, 4507, 4508, 4945, 4508, 4508, 4508, 4509, 4945, 4509, 4509, 4509, 4510, 4945, 4510, 4510, 4510, 4511, 4945, 4511, 4511, 4511, 4512, 4945, 4512, 4512, 4512, 4513, 4945, 4513, 4513, 4513, 4514, 4945, 4514, 4514, 4514, 4515, 4945, 4515, 4515, 4515, 4516, 4945, 4516, 4516, 4516, 4517, 4945, 4517, 4517, 4517, 4518, 4945, 4518, 4518, 4518, 4519, 4945, 4519, 4519, 4519, 4520, 4520, 4520, 4520, 4520, 4522, 4522, 4522, 4522, 4522, 4524, 4945, 4524, 4524, 4524, 4525, 4945, 4945, 4525, 4525, 4526, 4945, 4526, 4526, 4526, 4527, 4945, 4527, 4527, 4527, 4528, 4945, 4528, 4528, 4528, 4529, 4945, 4529, 4529, 4529, 4530, 4945, 4530, 4530, 4530, 4531, 4531, 4531, 4531, 4531, 4533, 4945, 4533, 4533, 4533, 4534, 4945, 4534, 4534, 4534, 4535, 4945, 4535, 4535, 4535, 4536, 4945, 4536, 4536, 4536, 4537, 4945, 4537, 4537, 4537, 4538, 4945, 4538, 4538, 4538, 4539, 4945, 4539, 4539, 4539, 4540, 4945, 4540, 4540, 4540, 4541, 4945, 4541, 4541, 4541, 4542, 4945, 4542, 4542, 4542, 4543, 4945, 4543, 4543, 4543, 4544, 4945, 4544, 4544, 4544, 4545, 4945, 4545, 4545, 4545, 4546, 4945, 4546, 4546, 4546, 4547, 4945, 4547, 4547, 4547, 4548, 4945, 4548, 4548, 4548, 4549, 4945, 4549, 4549, 4549, 4550, 4945, 4550, 4550, 4550, 4551, 4945, 4551, 4551, 4551, 4552, 4945, 4552, 4552, 4552, 4553, 4945, 4553, 4553, 4553, 4554, 4945, 4554, 4554, 4554, 4555, 4945, 4555, 4555, 4555, 4556, 4945, 4556, 4556, 4556, 4557, 4945, 4557, 4557, 4557, 4558, 4945, 4558, 4558, 4558, 4559, 4945, 4559, 4559, 4559, 4560, 4945, 4560, 4560, 4560, 4561, 4945, 4561, 4561, 4561, 4562, 4945, 4562, 4562, 4562, 4563, 4945, 4563, 4563, 4563, 4564, 4945, 4564, 4564, 4564, 4565, 4945, 4565, 4565, 4565, 4566, 4566, 4566, 4566, 4566, 4568, 4568, 4568, 4568, 4568, 4570, 4945, 4570, 4570, 4570, 4571, 4945, 4945, 4571, 4571, 4572, 4945, 4572, 4572, 4572, 4573, 4945, 4573, 4573, 4573, 4574, 4945, 4574, 4574, 4574, 4575, 4945, 4575, 4575, 4575, 4576, 4945, 4576, 4576, 4576, 4577, 4577, 4577, 4577, 4577, 4579, 4945, 4579, 4579, 4579, 4580, 4945, 4580, 4580, 4580, 4581, 4945, 4581, 4581, 4581, 4582, 4945, 4582, 4582, 4582, 4583, 4945, 4583, 4583, 4583, 4584, 4945, 4584, 4584, 4584, 4585, 4945, 4585, 4585, 4585, 4586, 4945, 4586, 4586, 4586, 4587, 4945, 4587, 4587, 4587, 4588, 4945, 4588, 4588, 4588, 4589, 4945, 4589, 4589, 4589, 4590, 4945, 4590, 4590, 4590, 4591, 4945, 4591, 4591, 4591, 4592, 4945, 4592, 4592, 4592, 4593, 4945, 4593, 4593, 4593, 4594, 4945, 4594, 4594, 4594, 4595, 4945, 4595, 4595, 4595, 4596, 4945, 4596, 4596, 4596, 4597, 4945, 4597, 4597, 4597, 4598, 4945, 4598, 4598, 4598, 4599, 4945, 4599, 4599, 4599, 4600, 4945, 4600, 4600, 4600, 4601, 4945, 4601, 4601, 4601, 4602, 4945, 4602, 4602, 4602, 4603, 4945, 4603, 4603, 4603, 4604, 4945, 4604, 4604, 4604, 4605, 4945, 4605, 4605, 4605, 4606, 4945, 4606, 4606, 4606, 4607, 4945, 4607, 4607, 4607, 4608, 4945, 4608, 4608, 4608, 4609, 4945, 4609, 4609, 4609, 4610, 4945, 4610, 4610, 4610, 4611, 4945, 4611, 4611, 4611, 4612, 4612, 4612, 4612, 4612, 4614, 4614, 4614, 4614, 4614, 4616, 4945, 4616, 4616, 4616, 4617, 4945, 4945, 4617, 4617, 4618, 4945, 4618, 4618, 4618, 4619, 4945, 4619, 4619, 4619, 4620, 4945, 4620, 4620, 4620, 4621, 4945, 4621, 4621, 4621, 4622, 4945, 4622, 4622, 4622, 4623, 4623, 4623, 4623, 4623, 4625, 4945, 4625, 4625, 4625, 4626, 4945, 4626, 4626, 4626, 4627, 4945, 4627, 4627, 4627, 4628, 4945, 4628, 4628, 4628, 4629, 4945, 4629, 4629, 4629, 4630, 4945, 4630, 4630, 4630, 4631, 4945, 4631, 4631, 4631, 4632, 4945, 4632, 4632, 4632, 4633, 4945, 4633, 4633, 4633, 4634, 4945, 4634, 4634, 4634, 4635, 4945, 4635, 4635, 4635, 4636, 4945, 4636, 4636, 4636, 4637, 4945, 4637, 4637, 4637, 4638, 4945, 4638, 4638, 4638, 4639, 4945, 4639, 4639, 4639, 4640, 4945, 4640, 4640, 4640, 4641, 4945, 4641, 4641, 4641, 4642, 4945, 4642, 4642, 4642, 4643, 4945, 4643, 4643, 4643, 4644, 4945, 4644, 4644, 4644, 4645, 4945, 4645, 4645, 4645, 4646, 4945, 4646, 4646, 4646, 4647, 4945, 4647, 4647, 4647, 4648, 4945, 4648, 4648, 4648, 4649, 4945, 4649, 4649, 4649, 4650, 4945, 4650, 4650, 4650, 4651, 4945, 4651, 4651, 4651, 4652, 4945, 4652, 4652, 4652, 4653, 4945, 4653, 4653, 4653, 4654, 4945, 4654, 4654, 4654, 4655, 4945, 4655, 4655, 4655, 4656, 4945, 4656, 4656, 4656, 4657, 4945, 4657, 4657, 4657, 4658, 4658, 4658, 4658, 4658, 4660, 4660, 4660, 4660, 4660, 4662, 4945, 4662, 4662, 4662, 4663, 4945, 4945, 4663, 4663, 4664, 4945, 4664, 4664, 4664, 4665, 4945, 4665, 4665, 4665, 4666, 4945, 4666, 4666, 4666, 4667, 4945, 4667, 4667, 4667, 4668, 4945, 4668, 4668, 4668, 4669, 4669, 4669, 4669, 4669, 4671, 4945, 4671, 4671, 4671, 4672, 4945, 4672, 4672, 4672, 4673, 4945, 4673, 4673, 4673, 4674, 4945, 4674, 4674, 4674, 4675, 4945, 4675, 4675, 4675, 4676, 4945, 4676, 4676, 4676, 4677, 4945, 4677, 4677, 4677, 4678, 4945, 4678, 4678, 4678, 4679, 4945, 4679, 4679, 4679, 4680, 4945, 4680, 4680, 4680, 4681, 4945, 4681, 4681, 4681, 4682, 4945, 4682, 4682, 4682, 4683, 4945, 4683, 4683, 4683, 4684, 4945, 4684, 4684, 4684, 4685, 4945, 4685, 4685, 4685, 4686, 4945, 4686, 4686, 4686, 4687, 4945, 4687, 4687, 4687, 4688, 4945, 4688, 4688, 4688, 4689, 4945, 4689, 4689, 4689, 4690, 4945, 4690, 4690, 4690, 4691, 4945, 4691, 4691, 4691, 4692, 4945, 4692, 4692, 4692, 4693, 4945, 4693, 4693, 4693, 4694, 4945, 4694, 4694, 4694, 4695, 4945, 4695, 4695, 4695, 4696, 4945, 4696, 4696, 4696, 4697, 4945, 4697, 4697, 4697, 4698, 4945, 4698, 4698, 4698, 4699, 4945, 4699, 4699, 4699, 4700, 4945, 4700, 4700, 4700, 4701, 4945, 4701, 4701, 4701, 4702, 4945, 4702, 4702, 4702, 4703, 4945, 4703, 4703, 4703, 4704, 4704, 4704, 4704, 4704, 4706, 4706, 4706, 4706, 4706, 4708, 4945, 4708, 4708, 4708, 4709, 4945, 4945, 4709, 4709, 4710, 4945, 4710, 4710, 4710, 4711, 4945, 4711, 4711, 4711, 4712, 4945, 4712, 4712, 4712, 4713, 4945, 4713, 4713, 4713, 4714, 4945, 4714, 4714, 4714, 4715, 4715, 4715, 4715, 4715, 4717, 4945, 4717, 4717, 4717, 4718, 4945, 4718, 4718, 4718, 4719, 4945, 4719, 4719, 4719, 4720, 4945, 4720, 4720, 4720, 4721, 4945, 4721, 4721, 4721, 4722, 4945, 4722, 4722, 4722, 4723, 4945, 4723, 4723, 4723, 4724, 4945, 4724, 4724, 4724, 4725, 4945, 4725, 4725, 4725, 4726, 4945, 4726, 4726, 4726, 4727, 4945, 4727, 4727, 4727, 4728, 4945, 4728, 4728, 4728, 4729, 4945, 4729, 4729, 4729, 4730, 4945, 4730, 4730, 4730, 4731, 4945, 4731, 4731, 4731, 4732, 4945, 4732, 4732, 4732, 4733, 4945, 4733, 4733, 4733, 4734, 4945, 4734, 4734, 4734, 4735, 4945, 4735, 4735, 4735, 4736, 4945, 4736, 4736, 4736, 4737, 4945, 4737, 4737, 4737, 4738, 4945, 4738, 4738, 4738, 4739, 4945, 4739, 4739, 4739, 4740, 4945, 4740, 4740, 4740, 4741, 4945, 4741, 4741, 4741, 4742, 4945, 4742, 4742, 4742, 4743, 4945, 4743, 4743, 4743, 4744, 4945, 4744, 4744, 4744, 4745, 4945, 4745, 4745, 4745, 4746, 4945, 4746, 4746, 4746, 4747, 4945, 4747, 4747, 4747, 4748, 4945, 4748, 4748, 4748, 4750, 4750, 4750, 4750, 4750, 4752, 4945, 4752, 4752, 4752, 4753, 4945, 4753, 4753, 4753, 4755, 4945, 4755, 4755, 4755, 4756, 4945, 4756, 4756, 4756, 4757, 4945, 4757, 4757, 4757, 4758, 4945, 4758, 4758, 4758, 4759, 4945, 4759, 4759, 4759, 4760, 4945, 4760, 4760, 4760, 4761, 4945, 4761, 4761, 4761, 4762, 4945, 4762, 4762, 4762, 4763, 4945, 4763, 4763, 4763, 4764, 4945, 4764, 4764, 4764, 4765, 4945, 4765, 4765, 4765, 4766, 4945, 4766, 4766, 4766, 4768, 4768, 4768, 4768, 4768, 4772, 4945, 4772, 4772, 4772, 4773, 4945, 4773, 4773, 4773, 4775, 4945, 4775, 4775, 4775, 4776, 4945, 4776, 4776, 4776, 4777, 4945, 4777, 4777, 4777, 4778, 4945, 4778, 4778, 4778, 4779, 4945, 4779, 4779, 4779, 4780, 4945, 4780, 4780, 4780, 4781, 4945, 4781, 4781, 4781, 4782, 4945, 4782, 4782, 4782, 4783, 4945, 4783, 4783, 4783, 4784, 4945, 4784, 4784, 4784, 4785, 4945, 4785, 4785, 4785, 4786, 4945, 4786, 4786, 4786, 492, 492, 4945, 492, 492, 4787, 4787, 4787, 4787, 4787, 1551, 1551, 1551, 1551, 1551, 4791, 4945, 4791, 4791, 4791, 4792, 4945, 4792, 4792, 4792, 511, 511, 4945, 511, 511, 4793, 4945, 4793, 4793, 4793, 4794, 4945, 4794, 4794, 4794, 4795, 4945, 4795, 4795, 4795, 4796, 4945, 4796, 4796, 4796, 4797, 4945, 4797, 4797, 4797, 4798, 4945, 4798, 4798, 4798, 4799, 4945, 4799, 4799, 4799, 4800, 4945, 4800, 4800, 4800, 4801, 4945, 4801, 4801, 4801, 4802, 4945, 4802, 4802, 4802, 4803, 4945, 4803, 4803, 4803, 4804, 4945, 4804, 4804, 4804, 4805, 4805, 4805, 4805, 4805, 4807, 4807, 4807, 4807, 4807, 4808, 4945, 4808, 4808, 4808, 4809, 4945, 4809, 4809, 4809, 4810, 4945, 4810, 4810, 4810, 4811, 4945, 4811, 4811, 4811, 4812, 4945, 4812, 4812, 4812, 4813, 4945, 4813, 4813, 4813, 4814, 4945, 4814, 4814, 4814, 4815, 4945, 4815, 4815, 4815, 4816, 4945, 4816, 4816, 4816, 4817, 4945, 4817, 4817, 4817, 4818, 4945, 4818, 4818, 4818, 4819, 4945, 4819, 4819, 4819, 4820, 4945, 4820, 4820, 4820, 4821, 4945, 4821, 4821, 4821, 4822, 4822, 4822, 4822, 4822, 4824, 4945, 4824, 4824, 4824, 4825, 4945, 4825, 4825, 4825, 4826, 4945, 4826, 4826, 4826, 4827, 4945, 4827, 4827, 4827, 4828, 4945, 4828, 4828, 4828, 4829, 4945, 4829, 4829, 4829, 4830, 4945, 4830, 4830, 4830, 4831, 4945, 4831, 4831, 4831, 4832, 4945, 4832, 4832, 4832, 4833, 4945, 4833, 4833, 4833, 4834, 4945, 4834, 4834, 4834, 4835, 4945, 4835, 4835, 4835, 4836, 4945, 4836, 4836, 4836, 4837, 4945, 4837, 4837, 4837, 4838, 4838, 4838, 4838, 4838, 4840, 4945, 4840, 4840, 4840, 4841, 4945, 4841, 4841, 4841, 4842, 4945, 4842, 4842, 4842, 4843, 4945, 4843, 4843, 4843, 4844, 4945, 4844, 4844, 4844, 4845, 4945, 4845, 4845, 4845, 4846, 4945, 4846, 4846, 4846, 4847, 4945, 4847, 4847, 4847, 4848, 4945, 4848, 4848, 4848, 4849, 4945, 4849, 4849, 4849, 4850, 4945, 4850, 4850, 4850, 4851, 4945, 4851, 4851, 4851, 4852, 4945, 4852, 4852, 4852, 4853, 4853, 4853, 4853, 4853, 4855, 4945, 4855, 4855, 4855, 4856, 4945, 4856, 4856, 4856, 4857, 4945, 4857, 4857, 4857, 4858, 4945, 4858, 4858, 4858, 4859, 4945, 4859, 4859, 4859, 4860, 4945, 4860, 4860, 4860, 4861, 4945, 4861, 4861, 4861, 4862, 4945, 4862, 4862, 4862, 4863, 4945, 4863, 4863, 4863, 4864, 4945, 4864, 4864, 4864, 4865, 4945, 4865, 4865, 4865, 4866, 4945, 4866, 4866, 4866, 4867, 4945, 4867, 4867, 4867, 4868, 4868, 4868, 4868, 4868, 4870, 4945, 4870, 4870, 4870, 4871, 4945, 4871, 4871, 4871, 4872, 4945, 4872, 4872, 4872, 4873, 4945, 4873, 4873, 4873, 4874, 4945, 4874, 4874, 4874, 4875, 4945, 4875, 4875, 4875, 4876, 4945, 4876, 4876, 4876, 4877, 4945, 4877, 4877, 4877, 4878, 4945, 4878, 4878, 4878, 4879, 4945, 4879, 4879, 4879, 4880, 4945, 4880, 4880, 4880, 4881, 4945, 4881, 4881, 4881, 4882, 4945, 4882, 4882, 4882, 4883, 4883, 4883, 4883, 4883, 4885, 4945, 4885, 4885, 4885, 4886, 4945, 4886, 4886, 4886, 4887, 4945, 4887, 4887, 4887, 4888, 4945, 4888, 4888, 4888, 4889, 4945, 4889, 4889, 4889, 4890, 4945, 4890, 4890, 4890, 4891, 4945, 4891, 4891, 4891, 4892, 4945, 4892, 4892, 4892, 4893, 4945, 4893, 4893, 4893, 4894, 4945, 4894, 4894, 4894, 4895, 4945, 4895, 4895, 4895, 4896, 4945, 4896, 4896, 4896, 4897, 4945, 4897, 4897, 4897, 4898, 4898, 4898, 4898, 4898, 4900, 4945, 4900, 4900, 4900, 4901, 4945, 4901, 4901, 4901, 4902, 4945, 4902, 4902, 4902, 4903, 4945, 4903, 4903, 4903, 4904, 4945, 4904, 4904, 4904, 4905, 4945, 4905, 4905, 4905, 4906, 4945, 4906, 4906, 4906, 4907, 4945, 4907, 4907, 4907, 4908, 4945, 4908, 4908, 4908, 4909, 4945, 4909, 4909, 4909, 4910, 4945, 4910, 4910, 4910, 4911, 4945, 4911, 4911, 4911, 4912, 4945, 4912, 4912, 4912, 4913, 4913, 4913, 4913, 4913, 4915, 4945, 4915, 4915, 4915, 4916, 4945, 4916, 4916, 4916, 4917, 4945, 4917, 4917, 4917, 4918, 4945, 4918, 4918, 4918, 4919, 4945, 4919, 4919, 4919, 4920, 4945, 4920, 4920, 4920, 4921, 4945, 4921, 4921, 4921, 4922, 4945, 4922, 4922, 4922, 4923, 4945, 4923, 4923, 4923, 4924, 4945, 4924, 4924, 4924, 4925, 4945, 4925, 4925, 4925, 4926, 4945, 4926, 4926, 4926, 4927, 4945, 4927, 4927, 4927, 4928, 4928, 4928, 4928, 4928, 4930, 4945, 4930, 4930, 4930, 4931, 4945, 4931, 4931, 4931, 4932, 4945, 4932, 4932, 4932, 4933, 4945, 4933, 4933, 4933, 4934, 4945, 4934, 4934, 4934, 4935, 4945, 4935, 4935, 4935, 4936, 4945, 4936, 4936, 4936, 4937, 4945, 4937, 4937, 4937, 4938, 4945, 4938, 4938, 4938, 4939, 4945, 4939, 4939, 4939, 4940, 4945, 4940, 4940, 4940, 4941, 4945, 4941, 4941, 4941, 4942, 4945, 4942, 4942, 4942, 4807, 4807, 4945, 4807, 4807, 77, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945 } ; static yyconst flex_int16_t yy_chk[20042] = { 0, 0, 2, 2, 5, 5, 7, 2, 6, 6, 7, 856, 2, 2, 2, 2, 860, 2, 2, 53, 8, 8, 2, 2, 8, 53, 2, 2, 105, 2, 2, 2, 105, 2, 2, 11, 11, 12, 12, 861, 2, 2, 13, 13, 18, 18, 13, 863, 13, 14, 14, 20, 20, 14, 92, 14, 21, 21, 22, 22, 21, 107, 22, 92, 21, 107, 22, 26, 26, 28, 28, 30, 30, 32, 32, 34, 34, 36, 36, 38, 38, 44, 44, 46, 46, 48, 48, 50, 50, 54, 55, 56, 57, 58, 864, 54, 55, 56, 57, 58, 66, 66, 67, 67, 67, 90, 73, 74, 67, 67, 67, 67, 73, 74, 94, 90, 86, 86, 81, 81, 86, 866, 73, 74, 94, 97, 113, 97, 108, 108, 132, 132, 108, 114, 81, 165, 165, 867, 67, 68, 68, 68, 81, 195, 195, 68, 68, 68, 68, 177, 128, 177, 113, 180, 128, 180, 81, 81, 128, 114, 198, 198, 217, 217, 219, 226, 198, 226, 228, 242, 312, 219, 312, 242, 228, 68, 209, 209, 244, 247, 247, 264, 244, 247, 365, 264, 209, 875, 209, 264, 267, 267, 314, 266, 314, 209, 876, 266, 209, 880, 209, 266, 576, 209, 576, 209, 301, 301, 325, 325, 328, 328, 333, 333, 881, 372, 328, 373, 365, 372, 392, 373, 377, 377, 392, 393, 377, 882, 392, 393, 445, 445, 490, 393, 447, 447, 490, 333, 450, 450, 447, 491, 494, 494, 509, 491, 494, 510, 509, 883, 884, 510, 509, 558, 558, 510, 593, 599, 593, 558, 594, 599, 594, 600, 602, 602, 617, 600, 602, 618, 617, 885, 886, 618, 617, 665, 665, 618, 684, 709, 684, 665, 703, 709, 703, 710, 712, 712, 727, 710, 712, 887, 727, 728, 888, 594, 727, 728, 775, 775, 889, 728, 813, 814, 775, 890, 813, 814, 816, 816, 831, 832, 816, 891, 831, 832, 878, 878, 831, 832, 892, 893, 878, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 915, 916, 917, 921, 915, 916, 918, 918, 922, 924, 918, 926, 929, 930, 932, 933, 934, 935, 936, 937, 934, 935, 940, 941, 934, 935, 943, 944, 946, 947, 949, 950, 952, 953, 955, 956, 958, 959, 963, 964, 966, 967, 969, 970, 978, 979, 981, 981, 983, 984, 985, 986, 981, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1017, 1018, 1019, 1023, 1017, 1018, 1020, 1020, 1024, 1026, 1020, 1029, 1030, 1032, 1033, 1034, 1035, 1036, 1037, 1034, 1035, 1040, 1041, 1034, 1035, 1043, 1044, 1046, 1047, 1049, 1050, 1052, 1053, 1055, 1056, 1058, 1059, 1063, 1064, 1066, 1067, 1069, 1070, 1078, 1079, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1115, 1116, 1117, 1121, 1115, 1116, 1118, 1118, 1122, 1124, 1118, 1127, 1128, 1130, 1131, 1132, 1133, 1134, 1135, 1132, 1133, 1138, 1139, 1132, 1133, 1141, 1142, 1144, 1145, 1147, 1148, 1150, 1151, 1153, 1154, 1156, 1157, 1161, 1162, 1164, 1165, 1167, 1168, 1176, 1177, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1213, 1214, 1215, 1219, 1213, 1214, 1216, 1216, 1220, 1222, 1216, 1225, 1226, 1228, 1229, 1230, 1231, 1232, 1233, 1230, 1231, 1236, 1237, 1230, 1231, 1239, 1240, 1242, 1243, 1245, 1246, 1248, 1249, 1251, 1252, 1254, 1255, 1259, 1260, 1262, 1263, 1265, 1266, 1274, 1275, 1310, 1311, 1312, 1313, 1310, 1311, 1316, 1313, 1317, 1319, 1322, 1325, 1327, 1328, 1329, 1333, 1327, 1328, 1336, 1339, 1327, 1328, 1342, 1345, 1348, 1351, 1356, 1359, 1360, 1362, 1371, 1376, 1377, 1379, 1380, 1376, 1377, 1379, 1380, 1386, 1394, 1395, 1443, 1444, 1394, 1395, 1443, 1444, 1394, 1395, 1445, 1446, 1447, 1448, 1445, 1453, 1447, 1459, 1460, 1495, 1496, 1459, 1460, 1495, 1496, 1459, 1460, 1497, 1498, 1500, 1505, 1497, 1498, 1511, 1512, 1547, 1548, 1511, 1512, 1547, 1548, 1511, 1512, 1549, 1550, 1556, 1562, 1549, 1550, 1563, 1562, 1598, 1599, 1563, 1562, 1598, 1599, 1563, 1600, 1601, 1606, 1612, 1600, 1601, 1613, 1612, 1648, 1649, 1613, 1612, 1648, 1649, 1613, 1650, 1651, 1656, 1662, 1650, 1651, 1663, 1662, 1698, 1699, 1663, 1662, 1698, 1699, 1663, 1700, 1701, 1706, 1712, 1700, 1701, 1713, 1712, 1748, 1749, 1713, 1712, 1748, 1749, 1713, 1750, 1751, 1756, 1762, 1750, 1751, 1763, 1762, 1798, 1799, 1763, 1762, 1798, 1799, 1763, 1800, 1801, 1806, 1812, 1800, 1801, 1813, 1812, 1848, 1849, 1813, 1812, 1848, 1849, 1813, 1850, 1851, 1856, 1862, 1850, 1851, 1863, 1862, 1898, 1899, 1863, 1862, 1898, 1899, 1863, 1900, 1901, 1906, 1912, 1900, 1901, 1913, 1912, 1948, 1949, 1913, 1912, 1948, 1949, 1913, 1950, 1951, 1956, 1962, 1950, 1951, 1963, 1962, 1998, 1999, 1963, 1962, 1998, 1999, 1963, 2000, 2001, 2006, 2012, 2000, 2001, 2013, 2012, 2048, 2049, 2013, 2012, 2048, 2049, 2013, 2050, 2051, 2056, 2062, 2050, 2051, 2063, 2062, 2098, 2099, 2063, 2062, 2098, 2099, 2063, 2100, 2101, 2106, 2112, 2100, 2101, 2113, 2112, 2148, 2149, 2113, 2112, 2148, 2149, 2113, 2150, 2151, 2156, 2162, 2150, 2151, 2163, 2162, 2198, 2199, 2163, 2162, 2198, 2199, 2163, 2200, 2201, 2206, 2212, 2200, 2201, 2213, 2212, 2248, 2249, 2213, 2212, 2248, 2249, 2213, 2250, 2251, 2256, 2262, 2250, 2251, 2263, 2262, 2298, 2299, 2263, 2262, 2298, 2299, 2263, 2300, 2301, 2306, 2312, 2300, 2301, 2313, 2312, 2348, 2349, 2313, 2312, 2348, 2349, 2313, 2350, 2351, 2356, 2362, 2350, 2351, 2363, 2362, 2398, 2399, 2363, 2362, 2398, 2399, 2363, 2400, 2401, 2406, 2412, 2400, 2401, 2413, 2412, 2448, 2449, 2413, 2412, 2448, 2449, 2413, 2450, 2451, 2456, 2462, 2450, 2451, 2463, 2462, 2498, 2499, 2463, 2462, 2498, 2499, 2463, 2500, 2501, 2506, 2512, 2500, 2501, 2513, 2512, 2548, 2549, 2513, 2512, 2548, 2549, 2513, 2550, 2551, 2556, 2562, 2550, 2551, 2563, 2562, 2598, 2599, 2563, 2562, 2598, 2599, 2563, 2600, 2601, 2606, 2612, 2600, 2601, 2613, 2612, 2648, 2649, 2613, 2612, 2648, 2649, 2613, 2650, 2651, 2656, 2662, 2650, 2651, 2663, 2662, 2698, 2699, 2663, 2662, 2698, 2699, 2663, 2700, 2701, 2706, 2712, 2700, 2701, 2713, 2712, 2748, 2749, 2713, 2712, 2748, 2749, 2713, 2750, 2751, 2756, 2762, 2750, 2751, 2763, 2762, 2798, 2799, 2763, 2762, 2798, 2799, 2763, 2800, 2801, 2806, 2812, 2800, 2801, 2813, 2812, 2848, 2849, 2813, 2812, 2848, 2849, 2813, 2850, 2851, 2856, 2862, 2850, 2851, 2863, 2862, 2898, 2899, 2863, 2862, 2898, 2899, 2863, 2900, 2901, 2906, 2912, 2900, 2901, 2913, 2912, 2948, 2949, 2913, 2912, 2948, 2949, 2913, 2950, 2951, 2956, 2962, 2950, 2951, 2963, 2962, 2998, 2999, 2963, 2962, 2998, 2999, 2963, 3000, 3001, 3006, 3012, 3000, 3001, 3013, 3012, 3048, 3049, 3013, 3012, 3048, 3049, 3013, 3050, 3051, 3056, 3062, 3050, 3051, 3063, 3062, 3098, 3099, 3063, 3062, 3098, 3099, 3063, 3100, 3101, 3106, 3112, 3100, 3101, 3113, 3112, 3148, 3149, 3113, 3112, 3148, 3149, 3113, 3150, 3151, 3156, 3162, 3150, 3151, 3163, 3162, 3198, 3199, 3163, 3162, 3198, 3199, 3163, 3200, 3201, 3206, 3212, 3200, 3201, 3213, 3212, 3248, 3249, 3213, 3212, 3248, 3249, 3213, 3250, 3251, 3256, 3262, 3250, 3251, 3263, 3262, 3298, 3299, 3263, 3262, 3298, 3299, 3263, 3300, 3301, 3306, 3312, 3300, 3301, 3313, 3312, 3348, 3349, 3313, 3312, 3348, 3349, 3313, 3350, 3351, 3356, 3362, 3350, 3351, 3363, 3362, 3398, 3399, 3363, 3362, 3398, 3399, 3363, 3400, 3401, 3406, 3412, 3400, 3401, 3413, 3412, 3448, 3449, 3413, 3412, 3448, 3449, 3413, 3450, 3451, 3456, 3462, 3450, 3451, 3463, 3462, 3498, 3499, 3463, 3462, 3498, 3499, 3463, 3500, 3501, 3506, 3512, 3500, 3501, 3513, 3512, 3548, 3549, 3513, 3512, 3548, 3549, 3513, 3550, 3551, 3556, 3562, 3550, 3551, 3563, 3562, 3598, 3599, 3563, 3562, 3598, 3599, 3563, 3600, 3601, 3606, 3612, 3600, 3601, 3613, 3612, 3648, 3649, 3613, 3612, 3648, 3649, 3613, 3650, 3651, 3656, 3662, 3650, 3651, 3663, 3662, 3698, 3699, 3663, 3662, 3698, 3699, 3663, 3700, 3701, 3706, 3712, 3700, 3701, 3713, 3712, 3748, 3749, 3713, 3712, 3748, 3749, 3713, 3750, 3751, 3756, 3762, 3750, 3751, 3763, 3762, 3798, 3799, 3763, 3762, 3798, 3799, 3763, 3800, 3801, 3806, 3812, 3800, 3801, 3813, 3812, 3848, 3849, 3813, 3812, 3848, 3849, 3813, 3850, 3851, 3856, 3862, 3850, 3851, 3863, 3862, 3898, 3899, 3863, 3862, 3898, 3899, 3863, 3900, 3901, 3906, 3912, 3900, 3901, 3913, 3912, 3948, 3949, 3913, 3912, 3948, 3949, 3913, 3950, 3951, 3956, 3962, 3950, 3951, 3963, 3962, 3998, 3999, 3963, 3962, 3998, 3999, 3963, 4000, 4001, 4006, 4012, 4000, 4001, 4013, 4012, 4048, 4049, 4013, 4012, 4048, 4049, 4013, 4050, 4051, 4056, 4062, 4050, 4051, 4063, 4062, 4098, 4099, 4063, 4062, 4098, 4099, 4063, 4100, 4101, 4106, 4112, 4100, 4101, 4113, 4112, 4148, 4149, 4113, 4112, 4148, 4149, 4113, 4150, 4151, 4156, 4162, 4150, 4151, 4163, 4162, 4197, 4198, 4163, 4162, 4197, 4198, 4163, 4199, 4200, 4203, 4209, 4199, 4200, 4210, 4209, 4244, 4245, 4210, 4209, 4244, 4245, 4210, 4246, 4247, 4255, 4256, 4246, 4247, 4255, 4256, 4290, 4291, 4255, 4256, 4290, 4291, 4292, 4293, 4301, 4302, 4292, 4293, 4301, 4302, 4336, 4337, 4301, 4302, 4336, 4337, 4338, 4339, 4347, 4348, 4338, 4339, 4347, 4348, 4382, 4383, 4347, 4348, 4382, 4383, 4384, 4385, 4393, 4394, 4384, 4385, 4393, 4394, 4428, 4429, 4393, 4394, 4428, 4429, 4430, 4431, 4439, 4440, 4430, 4431, 4439, 4440, 4474, 4475, 4439, 4440, 4474, 4475, 4476, 4477, 4485, 4486, 4476, 4477, 4485, 4486, 4520, 4521, 4485, 4486, 4520, 4521, 4522, 4523, 4531, 4532, 4522, 4523, 4531, 4532, 4566, 4567, 4531, 4532, 4566, 4567, 4568, 4569, 4577, 4578, 4568, 4569, 4577, 4578, 4612, 4613, 4577, 4578, 4612, 4613, 4614, 4615, 4623, 4624, 4614, 4615, 4623, 4624, 4658, 4659, 4623, 4624, 4658, 4659, 4660, 4661, 4669, 4670, 4660, 4661, 4669, 4670, 4704, 4705, 4669, 4670, 4704, 4705, 4706, 4707, 4715, 4716, 4706, 4707, 4715, 4716, 4749, 4750, 4715, 4716, 4751, 4750, 4754, 4768, 4751, 4769, 4770, 4768, 4771, 4787, 4770, 4788, 4790, 4787, 4805, 4788, 4806, 4822, 4805, 4823, 4806, 4822, 4838, 4823, 4839, 4853, 4838, 4854, 4839, 4853, 4868, 4854, 4869, 4883, 4868, 4884, 4869, 4883, 4898, 4884, 4899, 4913, 4898, 4914, 4899, 4913, 4928, 4914, 4929, 4943, 4928, 5015, 4929, 4946, 4946, 4946, 4946, 4946, 4947, 4947, 4947, 4947, 4947, 4948, 4948, 4948, 4948, 4948, 4949, 4949, 4949, 4949, 4949, 4950, 4950, 4950, 4950, 4950, 4951, 4951, 4951, 4951, 4951, 4952, 4952, 4952, 4952, 4952, 4953, 4953, 4953, 4953, 4953, 4954, 4954, 4954, 4954, 4954, 4955, 4955, 4955, 4955, 4955, 4956, 4956, 4956, 4956, 4956, 4957, 4957, 4957, 4957, 4957, 4958, 4958, 4958, 4958, 4958, 4959, 4959, 4959, 4959, 4959, 4960, 4960, 4960, 4960, 4960, 4961, 4961, 4961, 4961, 4961, 4962, 4962, 4962, 4962, 4962, 4963, 4963, 4963, 4963, 4963, 4964, 4964, 4964, 4964, 4964, 4965, 4965, 4965, 4965, 4965, 4966, 4966, 4966, 4966, 4966, 4967, 4967, 4967, 4967, 4967, 4968, 4968, 4968, 4968, 4968, 4969, 4969, 4969, 4969, 4969, 4970, 4970, 4970, 4970, 4970, 4971, 4971, 4971, 4971, 4971, 4972, 4972, 4972, 4972, 4972, 4973, 4973, 4973, 4973, 4973, 4974, 4974, 4974, 4974, 4974, 4975, 4975, 4975, 4975, 4975, 4976, 4976, 4976, 4976, 4976, 4977, 4977, 4977, 4977, 4977, 4978, 4978, 4978, 4978, 4978, 4979, 4979, 4979, 4979, 4979, 4980, 4980, 4980, 4980, 4980, 4981, 4981, 4981, 4981, 4981, 4982, 4982, 4982, 4982, 4982, 4983, 4983, 4983, 4983, 4983, 4984, 5016, 4984, 4984, 4984, 4985, 5049, 5050, 4985, 4985, 4986, 4986, 4986, 4986, 4986, 4987, 5084, 4987, 4987, 4987, 4988, 5085, 855, 4988, 4988, 4989, 853, 852, 4989, 4989, 4990, 850, 4990, 4990, 4990, 4991, 849, 4991, 4991, 4991, 4992, 847, 4992, 4992, 4992, 4993, 4993, 4993, 4993, 4993, 4994, 846, 4994, 4994, 4994, 4995, 844, 4995, 4995, 4995, 4996, 843, 4996, 4996, 4996, 4997, 841, 4997, 4997, 4997, 4998, 840, 4998, 4998, 4998, 4999, 838, 4999, 4999, 4999, 5000, 837, 5000, 5000, 5000, 5001, 834, 5001, 5001, 5001, 5002, 833, 5002, 5002, 5002, 5003, 830, 5003, 5003, 5003, 5004, 829, 5004, 5004, 5004, 5005, 827, 5005, 5005, 5005, 5006, 826, 5006, 5006, 5006, 5007, 823, 5007, 5007, 5007, 5008, 821, 5008, 5008, 5008, 5009, 820, 5009, 5009, 5009, 5010, 819, 5010, 5010, 5010, 5011, 815, 5011, 5011, 5011, 5012, 810, 5012, 5012, 5012, 5013, 5013, 5014, 809, 5014, 5014, 5014, 5017, 808, 5017, 5017, 5017, 5018, 807, 806, 5018, 5018, 5019, 5019, 5019, 5019, 5019, 5020, 805, 5020, 5020, 5020, 5021, 804, 803, 5021, 5021, 5022, 802, 801, 5022, 5022, 5023, 800, 5023, 5023, 5023, 5024, 799, 5024, 5024, 5024, 5025, 798, 5025, 5025, 5025, 5026, 5026, 5026, 5026, 5026, 5027, 5027, 797, 5027, 5027, 5028, 796, 5028, 5028, 5028, 5029, 795, 5029, 5029, 5029, 5030, 794, 5030, 5030, 5030, 5031, 793, 5031, 5031, 5031, 5032, 792, 5032, 5032, 5032, 5033, 791, 5033, 5033, 5033, 5034, 790, 5034, 5034, 5034, 5035, 789, 5035, 5035, 5035, 5036, 788, 5036, 5036, 5036, 5037, 787, 5037, 5037, 5037, 5038, 786, 5038, 5038, 5038, 5039, 785, 5039, 5039, 5039, 5040, 784, 5040, 5040, 5040, 5041, 783, 5041, 5041, 5041, 5042, 782, 5042, 5042, 5042, 5043, 781, 5043, 5043, 5043, 5044, 780, 5044, 5044, 5044, 5045, 779, 5045, 5045, 5045, 5046, 778, 5046, 5046, 5046, 5047, 5047, 5048, 777, 5048, 5048, 5048, 5051, 773, 5051, 5051, 5051, 5052, 772, 763, 5052, 5052, 5053, 5053, 5053, 5053, 5053, 5054, 5054, 5054, 5054, 5054, 5055, 762, 5055, 5055, 5055, 5056, 760, 759, 5056, 5056, 5057, 757, 756, 5057, 5057, 5058, 752, 5058, 5058, 5058, 5059, 751, 5059, 5059, 5059, 5060, 749, 5060, 5060, 5060, 5061, 5061, 5061, 5061, 5061, 5062, 5062, 748, 5062, 5062, 5063, 746, 5063, 5063, 5063, 5064, 745, 5064, 5064, 5064, 5065, 743, 5065, 5065, 5065, 5066, 742, 5066, 5066, 5066, 5067, 740, 5067, 5067, 5067, 5068, 739, 5068, 5068, 5068, 5069, 737, 5069, 5069, 5069, 5070, 736, 5070, 5070, 5070, 5071, 734, 5071, 5071, 5071, 5072, 733, 5072, 5072, 5072, 5073, 730, 5073, 5073, 5073, 5074, 729, 5074, 5074, 5074, 5075, 726, 5075, 5075, 5075, 5076, 725, 5076, 5076, 5076, 5077, 723, 5077, 5077, 5077, 5078, 722, 5078, 5078, 5078, 5079, 719, 5079, 5079, 5079, 5080, 717, 5080, 5080, 5080, 5081, 716, 5081, 5081, 5081, 5082, 5082, 5083, 715, 5083, 5083, 5083, 5086, 711, 5086, 5086, 5086, 5087, 705, 704, 5087, 5087, 5088, 5088, 5088, 5088, 5088, 5089, 702, 5089, 5089, 5089, 5090, 701, 700, 5090, 5090, 5091, 699, 698, 5091, 5091, 5092, 696, 5092, 5092, 5092, 5093, 695, 5093, 5093, 5093, 5094, 694, 5094, 5094, 5094, 5095, 5095, 5095, 5095, 5095, 5096, 693, 5096, 5096, 5096, 5097, 692, 5097, 5097, 5097, 5098, 691, 5098, 5098, 5098, 5099, 690, 5099, 5099, 5099, 5100, 689, 5100, 5100, 5100, 5101, 688, 5101, 5101, 5101, 5102, 687, 5102, 5102, 5102, 5103, 686, 5103, 5103, 5103, 5104, 685, 5104, 5104, 5104, 5105, 683, 5105, 5105, 5105, 5106, 682, 5106, 5106, 5106, 5107, 681, 5107, 5107, 5107, 5108, 680, 5108, 5108, 5108, 5109, 679, 5109, 5109, 5109, 5110, 678, 5110, 5110, 5110, 5111, 677, 5111, 5111, 5111, 5112, 676, 5112, 5112, 5112, 5113, 675, 5113, 5113, 5113, 5114, 674, 5114, 5114, 5114, 5115, 5115, 5116, 673, 5116, 5116, 5116, 5117, 5117, 5117, 5117, 5117, 5118, 672, 5118, 5118, 5118, 5119, 671, 670, 5119, 5119, 5120, 5120, 5120, 5120, 5120, 5121, 669, 5121, 5121, 5121, 5122, 668, 667, 5122, 5122, 5123, 663, 662, 5123, 5123, 5124, 655, 5124, 5124, 5124, 5125, 653, 5125, 5125, 5125, 5126, 652, 5126, 5126, 5126, 5127, 5127, 5127, 5127, 5127, 5128, 650, 5128, 5128, 5128, 5129, 649, 5129, 5129, 5129, 5130, 647, 5130, 5130, 5130, 5131, 646, 5131, 5131, 5131, 5132, 642, 5132, 5132, 5132, 5133, 641, 5133, 5133, 5133, 5134, 639, 5134, 5134, 5134, 5135, 638, 5135, 5135, 5135, 5136, 636, 5136, 5136, 5136, 5137, 635, 5137, 5137, 5137, 5138, 633, 5138, 5138, 5138, 5139, 632, 5139, 5139, 5139, 5140, 630, 5140, 5140, 5140, 5141, 629, 5141, 5141, 5141, 5142, 627, 5142, 5142, 5142, 5143, 626, 5143, 5143, 5143, 5144, 624, 5144, 5144, 5144, 5145, 623, 5145, 5145, 5145, 5146, 620, 5146, 5146, 5146, 5147, 619, 5147, 5147, 5147, 5148, 5148, 5149, 616, 5149, 5149, 5149, 5150, 615, 5150, 5150, 5150, 5151, 613, 612, 5151, 5151, 5152, 5152, 5152, 5152, 5152, 5153, 609, 5153, 5153, 5153, 5154, 607, 606, 5154, 5154, 5155, 605, 601, 5155, 5155, 5156, 597, 5156, 5156, 5156, 5157, 595, 5157, 5157, 5157, 5158, 592, 5158, 5158, 5158, 5159, 5159, 5159, 5159, 5159, 5160, 591, 5160, 5160, 5160, 5161, 590, 5161, 5161, 5161, 5162, 589, 5162, 5162, 5162, 5163, 588, 5163, 5163, 5163, 5164, 587, 5164, 5164, 5164, 5165, 586, 5165, 5165, 5165, 5166, 585, 5166, 5166, 5166, 5167, 584, 5167, 5167, 5167, 5168, 583, 5168, 5168, 5168, 5169, 582, 5169, 5169, 5169, 5170, 581, 5170, 5170, 5170, 5171, 580, 5171, 5171, 5171, 5172, 579, 5172, 5172, 5172, 5173, 578, 5173, 5173, 5173, 5174, 577, 5174, 5174, 5174, 5175, 575, 5175, 5175, 5175, 5176, 574, 5176, 5176, 5176, 5177, 573, 5177, 5177, 5177, 5178, 572, 5178, 5178, 5178, 5179, 571, 5179, 5179, 5179, 5180, 5180, 5181, 570, 5181, 5181, 5181, 5182, 569, 5182, 5182, 5182, 5183, 568, 567, 5183, 5183, 5184, 5184, 5184, 5184, 5184, 5185, 566, 5185, 5185, 5185, 5186, 565, 564, 5186, 5186, 5187, 5187, 5187, 5187, 5187, 5188, 563, 562, 5188, 5188, 5189, 561, 5189, 5189, 5189, 5190, 560, 5190, 5190, 5190, 5191, 556, 5191, 5191, 5191, 5192, 5192, 5192, 5192, 5192, 5193, 555, 5193, 5193, 5193, 5194, 549, 5194, 5194, 5194, 5195, 548, 5195, 5195, 5195, 5196, 546, 5196, 5196, 5196, 5197, 545, 5197, 5197, 5197, 5198, 543, 5198, 5198, 5198, 5199, 542, 5199, 5199, 5199, 5200, 540, 5200, 5200, 5200, 5201, 539, 5201, 5201, 5201, 5202, 535, 5202, 5202, 5202, 5203, 534, 5203, 5203, 5203, 5204, 532, 5204, 5204, 5204, 5205, 531, 5205, 5205, 5205, 5206, 529, 5206, 5206, 5206, 5207, 528, 5207, 5207, 5207, 5208, 526, 5208, 5208, 5208, 5209, 525, 5209, 5209, 5209, 5210, 523, 5210, 5210, 5210, 5211, 522, 5211, 5211, 5211, 5212, 520, 5212, 5212, 5212, 5213, 5213, 5214, 519, 5214, 5214, 5214, 5215, 517, 5215, 5215, 5215, 5216, 516, 513, 5216, 5216, 5217, 5217, 5217, 5217, 5217, 5218, 512, 5218, 5218, 5218, 5219, 508, 507, 5219, 5219, 5220, 505, 504, 5220, 5220, 5221, 501, 5221, 5221, 5221, 5222, 499, 5222, 5222, 5222, 5223, 498, 5223, 5223, 5223, 5224, 5224, 5224, 5224, 5224, 5225, 497, 5225, 5225, 5225, 5226, 493, 5226, 5226, 5226, 5227, 488, 5227, 5227, 5227, 5228, 486, 5228, 5228, 5228, 5229, 485, 5229, 5229, 5229, 5230, 483, 5230, 5230, 5230, 5231, 482, 5231, 5231, 5231, 5232, 481, 5232, 5232, 5232, 5233, 480, 5233, 5233, 5233, 5234, 479, 5234, 5234, 5234, 5235, 478, 5235, 5235, 5235, 5236, 477, 5236, 5236, 5236, 5237, 476, 5237, 5237, 5237, 5238, 475, 5238, 5238, 5238, 5239, 474, 5239, 5239, 5239, 5240, 473, 5240, 5240, 5240, 5241, 472, 5241, 5241, 5241, 5242, 471, 5242, 5242, 5242, 5243, 470, 5243, 5243, 5243, 5244, 469, 5244, 5244, 5244, 5245, 5245, 5246, 468, 5246, 5246, 5246, 5247, 466, 5247, 5247, 5247, 5248, 465, 464, 5248, 5248, 5249, 5249, 5249, 5249, 5249, 5250, 463, 5250, 5250, 5250, 5251, 462, 461, 5251, 5251, 5252, 460, 459, 5252, 5252, 5253, 458, 5253, 5253, 5253, 5254, 457, 5254, 5254, 5254, 5255, 456, 5255, 5255, 5255, 5256, 5256, 5256, 5256, 5256, 5257, 455, 5257, 5257, 5257, 5258, 454, 5258, 5258, 5258, 5259, 453, 5259, 5259, 5259, 5260, 452, 5260, 5260, 5260, 5261, 451, 5261, 5261, 5261, 5262, 444, 5262, 5262, 5262, 5263, 443, 5263, 5263, 5263, 5264, 438, 5264, 5264, 5264, 5265, 437, 5265, 5265, 5265, 5266, 435, 5266, 5266, 5266, 5267, 434, 5267, 5267, 5267, 5268, 432, 5268, 5268, 5268, 5269, 431, 5269, 5269, 5269, 5270, 429, 5270, 5270, 5270, 5271, 428, 5271, 5271, 5271, 5272, 426, 5272, 5272, 5272, 5273, 425, 5273, 5273, 5273, 5274, 421, 5274, 5274, 5274, 5275, 420, 5275, 5275, 5275, 5276, 418, 5276, 5276, 5276, 5277, 5277, 5278, 417, 5278, 5278, 5278, 5279, 415, 5279, 5279, 5279, 5280, 414, 412, 5280, 5280, 5281, 5281, 5281, 5281, 5281, 5282, 411, 5282, 5282, 5282, 5283, 409, 408, 5283, 5283, 5284, 406, 405, 5284, 5284, 5285, 403, 5285, 5285, 5285, 5286, 402, 5286, 5286, 5286, 5287, 399, 5287, 5287, 5287, 5288, 5288, 5288, 5288, 5288, 5289, 397, 5289, 5289, 5289, 5290, 391, 5290, 5290, 5290, 5291, 390, 5291, 5291, 5291, 5292, 388, 5292, 5292, 5292, 5293, 387, 5293, 5293, 5293, 5294, 384, 5294, 5294, 5294, 5295, 382, 5295, 5295, 5295, 5296, 381, 5296, 5296, 5296, 5297, 380, 5297, 5297, 5297, 5298, 376, 5298, 5298, 5298, 5299, 375, 5299, 5299, 5299, 5300, 370, 5300, 5300, 5300, 5301, 368, 5301, 5301, 5301, 5302, 367, 5302, 5302, 5302, 5303, 364, 5303, 5303, 5303, 5304, 363, 5304, 5304, 5304, 5305, 362, 5305, 5305, 5305, 5306, 361, 5306, 5306, 5306, 5307, 360, 5307, 5307, 5307, 5308, 359, 5308, 5308, 5308, 5309, 358, 5309, 5309, 5309, 5310, 357, 5310, 5310, 5310, 5311, 356, 355, 5311, 5311, 5312, 5312, 5312, 5312, 5312, 5313, 354, 5313, 5313, 5313, 5314, 353, 352, 5314, 5314, 5315, 351, 349, 5315, 5315, 5316, 348, 5316, 5316, 5316, 5317, 347, 5317, 5317, 5317, 5318, 346, 5318, 5318, 5318, 5319, 5319, 5319, 5319, 5319, 5320, 345, 5320, 5320, 5320, 5321, 344, 5321, 5321, 5321, 5322, 343, 5322, 5322, 5322, 5323, 342, 5323, 5323, 5323, 5324, 341, 5324, 5324, 5324, 5325, 340, 5325, 5325, 5325, 5326, 339, 5326, 5326, 5326, 5327, 338, 5327, 5327, 5327, 5328, 337, 5328, 5328, 5328, 5329, 336, 5329, 5329, 5329, 5330, 335, 5330, 5330, 5330, 5331, 334, 5331, 5331, 5331, 5332, 332, 5332, 5332, 5332, 5333, 331, 5333, 5333, 5333, 5334, 327, 5334, 5334, 5334, 5335, 322, 5335, 5335, 5335, 5336, 321, 5336, 5336, 5336, 5337, 315, 5337, 5337, 5337, 5338, 313, 5338, 5338, 5338, 5339, 311, 5339, 5339, 5339, 5340, 309, 5340, 5340, 5340, 5341, 308, 5341, 5341, 5341, 5342, 306, 305, 5342, 5342, 5343, 5343, 5343, 5343, 5343, 5344, 5344, 5344, 5344, 5344, 5345, 303, 5345, 5345, 5345, 5346, 302, 299, 5346, 5346, 5347, 298, 5347, 5347, 5347, 5348, 294, 293, 5348, 5348, 5349, 291, 5349, 5349, 5349, 5350, 290, 5350, 5350, 5350, 5351, 288, 5351, 5351, 5351, 5352, 287, 5352, 5352, 5352, 5353, 285, 5353, 5353, 5353, 5354, 5354, 5354, 5354, 5354, 5355, 284, 5355, 5355, 5355, 5356, 282, 5356, 5356, 5356, 5357, 281, 5357, 5357, 5357, 5358, 279, 5358, 5358, 5358, 5359, 278, 5359, 5359, 5359, 5360, 276, 5360, 5360, 5360, 5361, 275, 5361, 5361, 5361, 5362, 272, 5362, 5362, 5362, 5363, 268, 5363, 5363, 5363, 5364, 263, 5364, 5364, 5364, 5365, 262, 5365, 5365, 5365, 5366, 260, 5366, 5366, 5366, 5367, 259, 5367, 5367, 5367, 5368, 256, 5368, 5368, 5368, 5369, 253, 5369, 5369, 5369, 5370, 252, 5370, 5370, 5370, 5371, 251, 5371, 5371, 5371, 5372, 250, 5372, 5372, 5372, 5373, 246, 5373, 5373, 5373, 5374, 245, 5374, 5374, 5374, 5375, 5375, 5375, 5375, 5375, 5376, 243, 5376, 5376, 5376, 5377, 241, 5377, 5377, 5377, 5378, 239, 5378, 5378, 5378, 5379, 237, 5379, 5379, 5379, 5380, 236, 5380, 5380, 5380, 5381, 235, 5381, 5381, 5381, 5382, 234, 5382, 5382, 5382, 5383, 233, 5383, 5383, 5383, 5384, 232, 5384, 5384, 5384, 5385, 231, 5385, 5385, 5385, 5386, 230, 5386, 5386, 5386, 5387, 229, 5387, 5387, 5387, 5388, 227, 225, 5388, 5388, 5389, 5389, 5389, 5389, 5389, 5390, 5390, 5390, 5390, 5390, 5391, 224, 5391, 5391, 5391, 5392, 223, 221, 5392, 5392, 5393, 220, 218, 5393, 5393, 5394, 216, 215, 5394, 5394, 5395, 213, 5395, 5395, 5395, 5396, 212, 5396, 5396, 5396, 5397, 211, 5397, 5397, 5397, 5398, 210, 5398, 5398, 5398, 5399, 206, 5399, 5399, 5399, 5400, 5400, 5400, 5400, 5400, 5401, 205, 5401, 5401, 5401, 5402, 197, 5402, 5402, 5402, 5403, 194, 5403, 5403, 5403, 5404, 192, 5404, 5404, 5404, 5405, 191, 5405, 5405, 5405, 5406, 185, 5406, 5406, 5406, 5407, 183, 5407, 5407, 5407, 5408, 172, 5408, 5408, 5408, 5409, 171, 5409, 5409, 5409, 5410, 169, 5410, 5410, 5410, 5411, 168, 5411, 5411, 5411, 5412, 166, 5412, 5412, 5412, 5413, 163, 5413, 5413, 5413, 5414, 162, 5414, 5414, 5414, 5415, 156, 5415, 5415, 5415, 5416, 155, 5416, 5416, 5416, 5417, 153, 5417, 5417, 5417, 5418, 152, 5418, 5418, 5418, 5419, 150, 5419, 5419, 5419, 5420, 149, 5420, 5420, 5420, 5421, 147, 5421, 5421, 5421, 5422, 146, 5422, 5422, 5422, 5423, 144, 5423, 5423, 5423, 5424, 143, 5424, 5424, 5424, 5425, 141, 5425, 5425, 5425, 5426, 140, 5426, 5426, 5426, 5427, 138, 5427, 5427, 5427, 5428, 137, 5428, 5428, 5428, 5429, 133, 5429, 5429, 5429, 5430, 131, 5430, 5430, 5430, 5431, 129, 5431, 5431, 5431, 5432, 127, 5432, 5432, 5432, 5433, 126, 5433, 5433, 5433, 5434, 124, 123, 5434, 5434, 5435, 5435, 5435, 5435, 5435, 5436, 5436, 5436, 5436, 5436, 5437, 5437, 5437, 5437, 5437, 5438, 119, 5438, 5438, 5438, 5439, 117, 112, 5439, 5439, 5440, 106, 104, 5440, 5440, 5441, 101, 99, 5441, 5441, 5442, 98, 5442, 5442, 5442, 5443, 96, 5443, 5443, 5443, 5444, 95, 5444, 5444, 5444, 5445, 93, 5445, 5445, 5445, 5446, 91, 5446, 5446, 5446, 5447, 5447, 5447, 5447, 5447, 5448, 89, 5448, 5448, 5448, 5449, 88, 5449, 5449, 5449, 5450, 87, 5450, 5450, 5450, 5451, 85, 5451, 5451, 5451, 5452, 84, 5452, 5452, 5452, 5453, 83, 5453, 5453, 5453, 5454, 82, 5454, 5454, 5454, 5455, 77, 5455, 5455, 5455, 5456, 72, 5456, 5456, 5456, 5457, 71, 5457, 5457, 5457, 5458, 70, 5458, 5458, 5458, 5459, 69, 5459, 5459, 5459, 5460, 65, 5460, 5460, 5460, 5461, 64, 5461, 5461, 5461, 5462, 63, 5462, 5462, 5462, 5463, 62, 5463, 5463, 5463, 5464, 61, 5464, 5464, 5464, 5465, 60, 5465, 5465, 5465, 5466, 59, 5466, 5466, 5466, 5467, 52, 5467, 5467, 5467, 5468, 51, 5468, 5468, 5468, 5469, 49, 5469, 5469, 5469, 5470, 47, 5470, 5470, 5470, 5471, 45, 5471, 5471, 5471, 5472, 43, 5472, 5472, 5472, 5473, 42, 5473, 5473, 5473, 5474, 41, 5474, 5474, 5474, 5475, 40, 5475, 5475, 5475, 5476, 39, 5476, 5476, 5476, 5477, 37, 5477, 5477, 5477, 5478, 35, 5478, 5478, 5478, 5479, 33, 5479, 5479, 5479, 5480, 31, 5480, 5480, 5480, 5481, 29, 27, 5481, 5481, 5482, 5482, 5482, 5482, 5482, 5483, 5483, 5483, 5483, 5483, 5484, 5484, 5484, 5484, 5484, 5485, 25, 5485, 5485, 5485, 5486, 24, 23, 5486, 5486, 5487, 19, 17, 5487, 5487, 5488, 16, 15, 5488, 5488, 5489, 10, 5489, 5489, 5489, 5490, 9, 5490, 5490, 5490, 5491, 4, 5491, 5491, 5491, 5492, 3, 5492, 5492, 5492, 5493, 1, 5493, 5493, 5493, 5494, 5494, 5494, 5494, 5494, 5495, 0, 5495, 5495, 5495, 5496, 0, 5496, 5496, 5496, 5497, 0, 5497, 5497, 5497, 5498, 0, 5498, 5498, 5498, 5499, 0, 5499, 5499, 5499, 5500, 0, 5500, 5500, 5500, 5501, 0, 5501, 5501, 5501, 5502, 0, 5502, 5502, 5502, 5503, 0, 5503, 5503, 5503, 5504, 0, 5504, 5504, 5504, 5505, 0, 5505, 5505, 5505, 5506, 0, 5506, 5506, 5506, 5507, 0, 5507, 5507, 5507, 5508, 0, 5508, 5508, 5508, 5509, 0, 5509, 5509, 5509, 5510, 0, 5510, 5510, 5510, 5511, 0, 5511, 5511, 5511, 5512, 0, 5512, 5512, 5512, 5513, 0, 5513, 5513, 5513, 5514, 0, 5514, 5514, 5514, 5515, 0, 5515, 5515, 5515, 5516, 0, 5516, 5516, 5516, 5517, 0, 5517, 5517, 5517, 5518, 0, 5518, 5518, 5518, 5519, 0, 5519, 5519, 5519, 5520, 0, 5520, 5520, 5520, 5521, 0, 5521, 5521, 5521, 5522, 0, 5522, 5522, 5522, 5523, 0, 5523, 5523, 5523, 5524, 0, 5524, 5524, 5524, 5525, 0, 5525, 5525, 5525, 5526, 0, 5526, 5526, 5526, 5527, 0, 5527, 5527, 5527, 5528, 0, 0, 5528, 5528, 5529, 5529, 5529, 5529, 5529, 5530, 5530, 5530, 5530, 5530, 5531, 0, 5531, 5531, 5531, 5532, 0, 0, 5532, 5532, 5533, 0, 0, 5533, 5533, 5534, 0, 0, 5534, 5534, 5535, 0, 5535, 5535, 5535, 5536, 0, 5536, 5536, 5536, 5537, 0, 5537, 5537, 5537, 5538, 0, 5538, 5538, 5538, 5539, 0, 5539, 5539, 5539, 5540, 5540, 5540, 5540, 5540, 5541, 0, 5541, 5541, 5541, 5542, 0, 5542, 5542, 5542, 5543, 0, 5543, 5543, 5543, 5544, 0, 5544, 5544, 5544, 5545, 0, 5545, 5545, 5545, 5546, 0, 5546, 5546, 5546, 5547, 0, 5547, 5547, 5547, 5548, 0, 5548, 5548, 5548, 5549, 0, 5549, 5549, 5549, 5550, 0, 5550, 5550, 5550, 5551, 0, 5551, 5551, 5551, 5552, 0, 5552, 5552, 5552, 5553, 0, 5553, 5553, 5553, 5554, 0, 5554, 5554, 5554, 5555, 0, 5555, 5555, 5555, 5556, 0, 5556, 5556, 5556, 5557, 0, 5557, 5557, 5557, 5558, 0, 5558, 5558, 5558, 5559, 0, 5559, 5559, 5559, 5560, 0, 5560, 5560, 5560, 5561, 0, 5561, 5561, 5561, 5562, 0, 5562, 5562, 5562, 5563, 0, 5563, 5563, 5563, 5564, 0, 5564, 5564, 5564, 5565, 0, 5565, 5565, 5565, 5566, 0, 5566, 5566, 5566, 5567, 0, 5567, 5567, 5567, 5568, 0, 5568, 5568, 5568, 5569, 0, 5569, 5569, 5569, 5570, 0, 5570, 5570, 5570, 5571, 0, 5571, 5571, 5571, 5572, 0, 5572, 5572, 5572, 5573, 0, 5573, 5573, 5573, 5574, 0, 0, 5574, 5574, 5575, 5575, 5575, 5575, 5575, 5576, 5576, 5576, 5576, 5576, 5577, 0, 5577, 5577, 5577, 5578, 0, 0, 5578, 5578, 5579, 0, 0, 5579, 5579, 5580, 0, 0, 5580, 5580, 5581, 0, 5581, 5581, 5581, 5582, 0, 5582, 5582, 5582, 5583, 0, 5583, 5583, 5583, 5584, 0, 5584, 5584, 5584, 5585, 0, 5585, 5585, 5585, 5586, 5586, 5586, 5586, 5586, 5587, 0, 5587, 5587, 5587, 5588, 0, 5588, 5588, 5588, 5589, 0, 5589, 5589, 5589, 5590, 0, 5590, 5590, 5590, 5591, 0, 5591, 5591, 5591, 5592, 0, 5592, 5592, 5592, 5593, 0, 5593, 5593, 5593, 5594, 0, 5594, 5594, 5594, 5595, 0, 5595, 5595, 5595, 5596, 0, 5596, 5596, 5596, 5597, 0, 5597, 5597, 5597, 5598, 0, 5598, 5598, 5598, 5599, 0, 5599, 5599, 5599, 5600, 0, 5600, 5600, 5600, 5601, 0, 5601, 5601, 5601, 5602, 0, 5602, 5602, 5602, 5603, 0, 5603, 5603, 5603, 5604, 0, 5604, 5604, 5604, 5605, 0, 5605, 5605, 5605, 5606, 0, 5606, 5606, 5606, 5607, 0, 5607, 5607, 5607, 5608, 0, 5608, 5608, 5608, 5609, 0, 5609, 5609, 5609, 5610, 0, 5610, 5610, 5610, 5611, 0, 5611, 5611, 5611, 5612, 0, 5612, 5612, 5612, 5613, 0, 5613, 5613, 5613, 5614, 0, 5614, 5614, 5614, 5615, 0, 5615, 5615, 5615, 5616, 0, 5616, 5616, 5616, 5617, 0, 5617, 5617, 5617, 5618, 0, 5618, 5618, 5618, 5619, 0, 5619, 5619, 5619, 5620, 0, 0, 5620, 5620, 5621, 5621, 5621, 5621, 5621, 5622, 5622, 5622, 5622, 5622, 5623, 0, 5623, 5623, 5623, 5624, 0, 0, 5624, 5624, 5625, 0, 0, 5625, 5625, 5626, 0, 0, 5626, 5626, 5627, 0, 5627, 5627, 5627, 5628, 0, 5628, 5628, 5628, 5629, 0, 5629, 5629, 5629, 5630, 0, 5630, 5630, 5630, 5631, 0, 5631, 5631, 5631, 5632, 5632, 5632, 5632, 5632, 5633, 0, 5633, 5633, 5633, 5634, 0, 5634, 5634, 5634, 5635, 0, 5635, 5635, 5635, 5636, 0, 5636, 5636, 5636, 5637, 0, 5637, 5637, 5637, 5638, 0, 5638, 5638, 5638, 5639, 0, 5639, 5639, 5639, 5640, 0, 5640, 5640, 5640, 5641, 0, 5641, 5641, 5641, 5642, 0, 5642, 5642, 5642, 5643, 0, 5643, 5643, 5643, 5644, 0, 5644, 5644, 5644, 5645, 0, 5645, 5645, 5645, 5646, 0, 5646, 5646, 5646, 5647, 0, 5647, 5647, 5647, 5648, 0, 5648, 5648, 5648, 5649, 0, 5649, 5649, 5649, 5650, 0, 5650, 5650, 5650, 5651, 0, 5651, 5651, 5651, 5652, 0, 5652, 5652, 5652, 5653, 0, 5653, 5653, 5653, 5654, 0, 5654, 5654, 5654, 5655, 0, 5655, 5655, 5655, 5656, 0, 5656, 5656, 5656, 5657, 0, 5657, 5657, 5657, 5658, 0, 5658, 5658, 5658, 5659, 0, 5659, 5659, 5659, 5660, 0, 5660, 5660, 5660, 5661, 0, 5661, 5661, 5661, 5662, 0, 5662, 5662, 5662, 5663, 0, 5663, 5663, 5663, 5664, 0, 5664, 5664, 5664, 5665, 0, 5665, 5665, 5665, 5666, 0, 0, 5666, 5666, 5667, 5667, 5667, 5667, 5667, 5668, 5668, 5668, 5668, 5668, 5669, 0, 5669, 5669, 5669, 5670, 0, 0, 5670, 5670, 5671, 0, 0, 5671, 5671, 5672, 0, 0, 5672, 5672, 5673, 0, 5673, 5673, 5673, 5674, 0, 5674, 5674, 5674, 5675, 0, 5675, 5675, 5675, 5676, 0, 5676, 5676, 5676, 5677, 0, 5677, 5677, 5677, 5678, 5678, 5678, 5678, 5678, 5679, 0, 5679, 5679, 5679, 5680, 0, 5680, 5680, 5680, 5681, 0, 5681, 5681, 5681, 5682, 0, 5682, 5682, 5682, 5683, 0, 5683, 5683, 5683, 5684, 0, 5684, 5684, 5684, 5685, 0, 5685, 5685, 5685, 5686, 0, 5686, 5686, 5686, 5687, 0, 5687, 5687, 5687, 5688, 0, 5688, 5688, 5688, 5689, 0, 5689, 5689, 5689, 5690, 0, 5690, 5690, 5690, 5691, 0, 5691, 5691, 5691, 5692, 0, 5692, 5692, 5692, 5693, 0, 5693, 5693, 5693, 5694, 0, 5694, 5694, 5694, 5695, 0, 5695, 5695, 5695, 5696, 0, 5696, 5696, 5696, 5697, 0, 5697, 5697, 5697, 5698, 0, 5698, 5698, 5698, 5699, 0, 5699, 5699, 5699, 5700, 0, 5700, 5700, 5700, 5701, 0, 5701, 5701, 5701, 5702, 0, 5702, 5702, 5702, 5703, 0, 5703, 5703, 5703, 5704, 0, 5704, 5704, 5704, 5705, 0, 5705, 5705, 5705, 5706, 0, 5706, 5706, 5706, 5707, 0, 5707, 5707, 5707, 5708, 0, 5708, 5708, 5708, 5709, 0, 5709, 5709, 5709, 5710, 0, 5710, 5710, 5710, 5711, 0, 5711, 5711, 5711, 5712, 0, 0, 5712, 5712, 5713, 5713, 5713, 5713, 5713, 5714, 5714, 5714, 5714, 5714, 5715, 0, 5715, 5715, 5715, 5716, 0, 0, 5716, 5716, 5717, 0, 0, 5717, 5717, 5718, 0, 0, 5718, 5718, 5719, 0, 5719, 5719, 5719, 5720, 0, 5720, 5720, 5720, 5721, 0, 5721, 5721, 5721, 5722, 0, 5722, 5722, 5722, 5723, 0, 5723, 5723, 5723, 5724, 5724, 5724, 5724, 5724, 5725, 0, 5725, 5725, 5725, 5726, 0, 5726, 5726, 5726, 5727, 0, 5727, 5727, 5727, 5728, 0, 5728, 5728, 5728, 5729, 0, 5729, 5729, 5729, 5730, 0, 5730, 5730, 5730, 5731, 0, 5731, 5731, 5731, 5732, 0, 5732, 5732, 5732, 5733, 0, 5733, 5733, 5733, 5734, 0, 5734, 5734, 5734, 5735, 0, 5735, 5735, 5735, 5736, 0, 5736, 5736, 5736, 5737, 0, 5737, 5737, 5737, 5738, 0, 5738, 5738, 5738, 5739, 0, 5739, 5739, 5739, 5740, 0, 5740, 5740, 5740, 5741, 0, 5741, 5741, 5741, 5742, 0, 5742, 5742, 5742, 5743, 0, 5743, 5743, 5743, 5744, 0, 5744, 5744, 5744, 5745, 0, 5745, 5745, 5745, 5746, 0, 5746, 5746, 5746, 5747, 0, 5747, 5747, 5747, 5748, 0, 5748, 5748, 5748, 5749, 0, 5749, 5749, 5749, 5750, 0, 5750, 5750, 5750, 5751, 0, 5751, 5751, 5751, 5752, 0, 5752, 5752, 5752, 5753, 0, 5753, 5753, 5753, 5754, 0, 5754, 5754, 5754, 5755, 0, 5755, 5755, 5755, 5756, 0, 5756, 5756, 5756, 5757, 0, 5757, 5757, 5757, 5758, 0, 0, 5758, 5758, 5759, 5759, 5759, 5759, 5759, 5760, 5760, 5760, 5760, 5760, 5761, 0, 5761, 5761, 5761, 5762, 0, 0, 5762, 5762, 5763, 0, 0, 5763, 5763, 5764, 0, 0, 5764, 5764, 5765, 0, 5765, 5765, 5765, 5766, 0, 5766, 5766, 5766, 5767, 0, 5767, 5767, 5767, 5768, 0, 5768, 5768, 5768, 5769, 0, 5769, 5769, 5769, 5770, 5770, 5770, 5770, 5770, 5771, 0, 5771, 5771, 5771, 5772, 0, 5772, 5772, 5772, 5773, 0, 5773, 5773, 5773, 5774, 0, 5774, 5774, 5774, 5775, 0, 5775, 5775, 5775, 5776, 0, 5776, 5776, 5776, 5777, 0, 5777, 5777, 5777, 5778, 0, 5778, 5778, 5778, 5779, 0, 5779, 5779, 5779, 5780, 0, 5780, 5780, 5780, 5781, 0, 5781, 5781, 5781, 5782, 0, 5782, 5782, 5782, 5783, 0, 5783, 5783, 5783, 5784, 0, 5784, 5784, 5784, 5785, 0, 5785, 5785, 5785, 5786, 0, 5786, 5786, 5786, 5787, 0, 5787, 5787, 5787, 5788, 0, 5788, 5788, 5788, 5789, 0, 5789, 5789, 5789, 5790, 0, 5790, 5790, 5790, 5791, 0, 5791, 5791, 5791, 5792, 0, 5792, 5792, 5792, 5793, 0, 5793, 5793, 5793, 5794, 0, 5794, 5794, 5794, 5795, 0, 5795, 5795, 5795, 5796, 0, 5796, 5796, 5796, 5797, 0, 5797, 5797, 5797, 5798, 0, 5798, 5798, 5798, 5799, 0, 5799, 5799, 5799, 5800, 0, 5800, 5800, 5800, 5801, 0, 5801, 5801, 5801, 5802, 0, 5802, 5802, 5802, 5803, 0, 5803, 5803, 5803, 5804, 0, 0, 5804, 5804, 5805, 5805, 5805, 5805, 5805, 5806, 5806, 5806, 5806, 5806, 5807, 0, 5807, 5807, 5807, 5808, 0, 0, 5808, 5808, 5809, 0, 0, 5809, 5809, 5810, 0, 0, 5810, 5810, 5811, 0, 5811, 5811, 5811, 5812, 0, 5812, 5812, 5812, 5813, 0, 5813, 5813, 5813, 5814, 0, 5814, 5814, 5814, 5815, 0, 5815, 5815, 5815, 5816, 5816, 5816, 5816, 5816, 5817, 0, 5817, 5817, 5817, 5818, 0, 5818, 5818, 5818, 5819, 0, 5819, 5819, 5819, 5820, 0, 5820, 5820, 5820, 5821, 0, 5821, 5821, 5821, 5822, 0, 5822, 5822, 5822, 5823, 0, 5823, 5823, 5823, 5824, 0, 5824, 5824, 5824, 5825, 0, 5825, 5825, 5825, 5826, 0, 5826, 5826, 5826, 5827, 0, 5827, 5827, 5827, 5828, 0, 5828, 5828, 5828, 5829, 0, 5829, 5829, 5829, 5830, 0, 5830, 5830, 5830, 5831, 0, 5831, 5831, 5831, 5832, 0, 5832, 5832, 5832, 5833, 0, 5833, 5833, 5833, 5834, 0, 5834, 5834, 5834, 5835, 0, 5835, 5835, 5835, 5836, 0, 5836, 5836, 5836, 5837, 0, 5837, 5837, 5837, 5838, 0, 5838, 5838, 5838, 5839, 0, 5839, 5839, 5839, 5840, 0, 5840, 5840, 5840, 5841, 0, 5841, 5841, 5841, 5842, 0, 5842, 5842, 5842, 5843, 0, 5843, 5843, 5843, 5844, 0, 5844, 5844, 5844, 5845, 0, 5845, 5845, 5845, 5846, 0, 5846, 5846, 5846, 5847, 0, 5847, 5847, 5847, 5848, 0, 5848, 5848, 5848, 5849, 0, 5849, 5849, 5849, 5850, 0, 0, 5850, 5850, 5851, 5851, 5851, 5851, 5851, 5852, 5852, 5852, 5852, 5852, 5853, 0, 5853, 5853, 5853, 5854, 0, 0, 5854, 5854, 5855, 0, 0, 5855, 5855, 5856, 0, 0, 5856, 5856, 5857, 0, 5857, 5857, 5857, 5858, 0, 5858, 5858, 5858, 5859, 0, 5859, 5859, 5859, 5860, 0, 5860, 5860, 5860, 5861, 0, 5861, 5861, 5861, 5862, 5862, 5862, 5862, 5862, 5863, 0, 5863, 5863, 5863, 5864, 0, 5864, 5864, 5864, 5865, 0, 5865, 5865, 5865, 5866, 0, 5866, 5866, 5866, 5867, 0, 5867, 5867, 5867, 5868, 0, 5868, 5868, 5868, 5869, 0, 5869, 5869, 5869, 5870, 0, 5870, 5870, 5870, 5871, 0, 5871, 5871, 5871, 5872, 0, 5872, 5872, 5872, 5873, 0, 5873, 5873, 5873, 5874, 0, 5874, 5874, 5874, 5875, 0, 5875, 5875, 5875, 5876, 0, 5876, 5876, 5876, 5877, 0, 5877, 5877, 5877, 5878, 0, 5878, 5878, 5878, 5879, 0, 5879, 5879, 5879, 5880, 0, 5880, 5880, 5880, 5881, 0, 5881, 5881, 5881, 5882, 0, 5882, 5882, 5882, 5883, 0, 5883, 5883, 5883, 5884, 0, 5884, 5884, 5884, 5885, 0, 5885, 5885, 5885, 5886, 0, 5886, 5886, 5886, 5887, 0, 5887, 5887, 5887, 5888, 0, 5888, 5888, 5888, 5889, 0, 5889, 5889, 5889, 5890, 0, 5890, 5890, 5890, 5891, 0, 5891, 5891, 5891, 5892, 0, 5892, 5892, 5892, 5893, 0, 5893, 5893, 5893, 5894, 0, 5894, 5894, 5894, 5895, 0, 5895, 5895, 5895, 5896, 0, 0, 5896, 5896, 5897, 5897, 5897, 5897, 5897, 5898, 5898, 5898, 5898, 5898, 5899, 0, 5899, 5899, 5899, 5900, 0, 0, 5900, 5900, 5901, 0, 0, 5901, 5901, 5902, 0, 0, 5902, 5902, 5903, 0, 5903, 5903, 5903, 5904, 0, 5904, 5904, 5904, 5905, 0, 5905, 5905, 5905, 5906, 0, 5906, 5906, 5906, 5907, 0, 5907, 5907, 5907, 5908, 5908, 5908, 5908, 5908, 5909, 0, 5909, 5909, 5909, 5910, 0, 5910, 5910, 5910, 5911, 0, 5911, 5911, 5911, 5912, 0, 5912, 5912, 5912, 5913, 0, 5913, 5913, 5913, 5914, 0, 5914, 5914, 5914, 5915, 0, 5915, 5915, 5915, 5916, 0, 5916, 5916, 5916, 5917, 0, 5917, 5917, 5917, 5918, 0, 5918, 5918, 5918, 5919, 0, 5919, 5919, 5919, 5920, 0, 5920, 5920, 5920, 5921, 0, 5921, 5921, 5921, 5922, 0, 5922, 5922, 5922, 5923, 0, 5923, 5923, 5923, 5924, 0, 5924, 5924, 5924, 5925, 0, 5925, 5925, 5925, 5926, 0, 5926, 5926, 5926, 5927, 0, 5927, 5927, 5927, 5928, 0, 5928, 5928, 5928, 5929, 0, 5929, 5929, 5929, 5930, 0, 5930, 5930, 5930, 5931, 0, 5931, 5931, 5931, 5932, 0, 5932, 5932, 5932, 5933, 0, 5933, 5933, 5933, 5934, 0, 5934, 5934, 5934, 5935, 0, 5935, 5935, 5935, 5936, 0, 5936, 5936, 5936, 5937, 0, 5937, 5937, 5937, 5938, 0, 5938, 5938, 5938, 5939, 0, 5939, 5939, 5939, 5940, 0, 5940, 5940, 5940, 5941, 0, 5941, 5941, 5941, 5942, 0, 0, 5942, 5942, 5943, 5943, 5943, 5943, 5943, 5944, 5944, 5944, 5944, 5944, 5945, 0, 5945, 5945, 5945, 5946, 0, 0, 5946, 5946, 5947, 0, 0, 5947, 5947, 5948, 0, 0, 5948, 5948, 5949, 0, 5949, 5949, 5949, 5950, 0, 5950, 5950, 5950, 5951, 0, 5951, 5951, 5951, 5952, 0, 5952, 5952, 5952, 5953, 0, 5953, 5953, 5953, 5954, 5954, 5954, 5954, 5954, 5955, 0, 5955, 5955, 5955, 5956, 0, 5956, 5956, 5956, 5957, 0, 5957, 5957, 5957, 5958, 0, 5958, 5958, 5958, 5959, 0, 5959, 5959, 5959, 5960, 0, 5960, 5960, 5960, 5961, 0, 5961, 5961, 5961, 5962, 0, 5962, 5962, 5962, 5963, 0, 5963, 5963, 5963, 5964, 0, 5964, 5964, 5964, 5965, 0, 5965, 5965, 5965, 5966, 0, 5966, 5966, 5966, 5967, 0, 5967, 5967, 5967, 5968, 0, 5968, 5968, 5968, 5969, 0, 5969, 5969, 5969, 5970, 0, 5970, 5970, 5970, 5971, 0, 5971, 5971, 5971, 5972, 0, 5972, 5972, 5972, 5973, 0, 5973, 5973, 5973, 5974, 0, 5974, 5974, 5974, 5975, 0, 5975, 5975, 5975, 5976, 0, 5976, 5976, 5976, 5977, 0, 5977, 5977, 5977, 5978, 0, 5978, 5978, 5978, 5979, 0, 5979, 5979, 5979, 5980, 0, 5980, 5980, 5980, 5981, 0, 5981, 5981, 5981, 5982, 0, 5982, 5982, 5982, 5983, 0, 5983, 5983, 5983, 5984, 0, 5984, 5984, 5984, 5985, 0, 5985, 5985, 5985, 5986, 0, 5986, 5986, 5986, 5987, 0, 5987, 5987, 5987, 5988, 0, 0, 5988, 5988, 5989, 5989, 5989, 5989, 5989, 5990, 5990, 5990, 5990, 5990, 5991, 0, 5991, 5991, 5991, 5992, 0, 0, 5992, 5992, 5993, 0, 0, 5993, 5993, 5994, 0, 0, 5994, 5994, 5995, 0, 5995, 5995, 5995, 5996, 0, 5996, 5996, 5996, 5997, 0, 5997, 5997, 5997, 5998, 0, 5998, 5998, 5998, 5999, 0, 5999, 5999, 5999, 6000, 6000, 6000, 6000, 6000, 6001, 0, 6001, 6001, 6001, 6002, 0, 6002, 6002, 6002, 6003, 0, 6003, 6003, 6003, 6004, 0, 6004, 6004, 6004, 6005, 0, 6005, 6005, 6005, 6006, 0, 6006, 6006, 6006, 6007, 0, 6007, 6007, 6007, 6008, 0, 6008, 6008, 6008, 6009, 0, 6009, 6009, 6009, 6010, 0, 6010, 6010, 6010, 6011, 0, 6011, 6011, 6011, 6012, 0, 6012, 6012, 6012, 6013, 0, 6013, 6013, 6013, 6014, 0, 6014, 6014, 6014, 6015, 0, 6015, 6015, 6015, 6016, 0, 6016, 6016, 6016, 6017, 0, 6017, 6017, 6017, 6018, 0, 6018, 6018, 6018, 6019, 0, 6019, 6019, 6019, 6020, 0, 6020, 6020, 6020, 6021, 0, 6021, 6021, 6021, 6022, 0, 6022, 6022, 6022, 6023, 0, 6023, 6023, 6023, 6024, 0, 6024, 6024, 6024, 6025, 0, 6025, 6025, 6025, 6026, 0, 6026, 6026, 6026, 6027, 0, 6027, 6027, 6027, 6028, 0, 6028, 6028, 6028, 6029, 0, 6029, 6029, 6029, 6030, 0, 6030, 6030, 6030, 6031, 0, 6031, 6031, 6031, 6032, 0, 6032, 6032, 6032, 6033, 0, 6033, 6033, 6033, 6034, 0, 0, 6034, 6034, 6035, 6035, 6035, 6035, 6035, 6036, 6036, 6036, 6036, 6036, 6037, 0, 6037, 6037, 6037, 6038, 0, 0, 6038, 6038, 6039, 0, 0, 6039, 6039, 6040, 0, 0, 6040, 6040, 6041, 0, 6041, 6041, 6041, 6042, 0, 6042, 6042, 6042, 6043, 0, 6043, 6043, 6043, 6044, 0, 6044, 6044, 6044, 6045, 0, 6045, 6045, 6045, 6046, 6046, 6046, 6046, 6046, 6047, 0, 6047, 6047, 6047, 6048, 0, 6048, 6048, 6048, 6049, 0, 6049, 6049, 6049, 6050, 0, 6050, 6050, 6050, 6051, 0, 6051, 6051, 6051, 6052, 0, 6052, 6052, 6052, 6053, 0, 6053, 6053, 6053, 6054, 0, 6054, 6054, 6054, 6055, 0, 6055, 6055, 6055, 6056, 0, 6056, 6056, 6056, 6057, 0, 6057, 6057, 6057, 6058, 0, 6058, 6058, 6058, 6059, 0, 6059, 6059, 6059, 6060, 0, 6060, 6060, 6060, 6061, 0, 6061, 6061, 6061, 6062, 0, 6062, 6062, 6062, 6063, 0, 6063, 6063, 6063, 6064, 0, 6064, 6064, 6064, 6065, 0, 6065, 6065, 6065, 6066, 0, 6066, 6066, 6066, 6067, 0, 6067, 6067, 6067, 6068, 0, 6068, 6068, 6068, 6069, 0, 6069, 6069, 6069, 6070, 0, 6070, 6070, 6070, 6071, 0, 6071, 6071, 6071, 6072, 0, 6072, 6072, 6072, 6073, 0, 6073, 6073, 6073, 6074, 0, 6074, 6074, 6074, 6075, 0, 6075, 6075, 6075, 6076, 0, 6076, 6076, 6076, 6077, 0, 6077, 6077, 6077, 6078, 0, 6078, 6078, 6078, 6079, 0, 6079, 6079, 6079, 6080, 0, 0, 6080, 6080, 6081, 6081, 6081, 6081, 6081, 6082, 6082, 6082, 6082, 6082, 6083, 0, 6083, 6083, 6083, 6084, 0, 0, 6084, 6084, 6085, 0, 0, 6085, 6085, 6086, 0, 0, 6086, 6086, 6087, 0, 6087, 6087, 6087, 6088, 0, 6088, 6088, 6088, 6089, 0, 6089, 6089, 6089, 6090, 0, 6090, 6090, 6090, 6091, 0, 6091, 6091, 6091, 6092, 6092, 6092, 6092, 6092, 6093, 0, 6093, 6093, 6093, 6094, 0, 6094, 6094, 6094, 6095, 0, 6095, 6095, 6095, 6096, 0, 6096, 6096, 6096, 6097, 0, 6097, 6097, 6097, 6098, 0, 6098, 6098, 6098, 6099, 0, 6099, 6099, 6099, 6100, 0, 6100, 6100, 6100, 6101, 0, 6101, 6101, 6101, 6102, 0, 6102, 6102, 6102, 6103, 0, 6103, 6103, 6103, 6104, 0, 6104, 6104, 6104, 6105, 0, 6105, 6105, 6105, 6106, 0, 6106, 6106, 6106, 6107, 0, 6107, 6107, 6107, 6108, 0, 6108, 6108, 6108, 6109, 0, 6109, 6109, 6109, 6110, 0, 6110, 6110, 6110, 6111, 0, 6111, 6111, 6111, 6112, 0, 6112, 6112, 6112, 6113, 0, 6113, 6113, 6113, 6114, 0, 6114, 6114, 6114, 6115, 0, 6115, 6115, 6115, 6116, 0, 6116, 6116, 6116, 6117, 0, 6117, 6117, 6117, 6118, 0, 6118, 6118, 6118, 6119, 0, 6119, 6119, 6119, 6120, 0, 6120, 6120, 6120, 6121, 0, 6121, 6121, 6121, 6122, 0, 6122, 6122, 6122, 6123, 0, 6123, 6123, 6123, 6124, 0, 6124, 6124, 6124, 6125, 0, 6125, 6125, 6125, 6126, 0, 0, 6126, 6126, 6127, 6127, 6127, 6127, 6127, 6128, 6128, 6128, 6128, 6128, 6129, 0, 6129, 6129, 6129, 6130, 0, 0, 6130, 6130, 6131, 0, 0, 6131, 6131, 6132, 0, 0, 6132, 6132, 6133, 0, 6133, 6133, 6133, 6134, 0, 6134, 6134, 6134, 6135, 0, 6135, 6135, 6135, 6136, 0, 6136, 6136, 6136, 6137, 0, 6137, 6137, 6137, 6138, 6138, 6138, 6138, 6138, 6139, 0, 6139, 6139, 6139, 6140, 0, 6140, 6140, 6140, 6141, 0, 6141, 6141, 6141, 6142, 0, 6142, 6142, 6142, 6143, 0, 6143, 6143, 6143, 6144, 0, 6144, 6144, 6144, 6145, 0, 6145, 6145, 6145, 6146, 0, 6146, 6146, 6146, 6147, 0, 6147, 6147, 6147, 6148, 0, 6148, 6148, 6148, 6149, 0, 6149, 6149, 6149, 6150, 0, 6150, 6150, 6150, 6151, 0, 6151, 6151, 6151, 6152, 0, 6152, 6152, 6152, 6153, 0, 6153, 6153, 6153, 6154, 0, 6154, 6154, 6154, 6155, 0, 6155, 6155, 6155, 6156, 0, 6156, 6156, 6156, 6157, 0, 6157, 6157, 6157, 6158, 0, 6158, 6158, 6158, 6159, 0, 6159, 6159, 6159, 6160, 0, 6160, 6160, 6160, 6161, 0, 6161, 6161, 6161, 6162, 0, 6162, 6162, 6162, 6163, 0, 6163, 6163, 6163, 6164, 0, 6164, 6164, 6164, 6165, 0, 6165, 6165, 6165, 6166, 0, 6166, 6166, 6166, 6167, 0, 6167, 6167, 6167, 6168, 0, 6168, 6168, 6168, 6169, 0, 6169, 6169, 6169, 6170, 0, 6170, 6170, 6170, 6171, 0, 6171, 6171, 6171, 6172, 0, 0, 6172, 6172, 6173, 6173, 6173, 6173, 6173, 6174, 6174, 6174, 6174, 6174, 6175, 0, 6175, 6175, 6175, 6176, 0, 0, 6176, 6176, 6177, 0, 0, 6177, 6177, 6178, 0, 0, 6178, 6178, 6179, 0, 6179, 6179, 6179, 6180, 0, 6180, 6180, 6180, 6181, 0, 6181, 6181, 6181, 6182, 0, 6182, 6182, 6182, 6183, 0, 6183, 6183, 6183, 6184, 6184, 6184, 6184, 6184, 6185, 0, 6185, 6185, 6185, 6186, 0, 6186, 6186, 6186, 6187, 0, 6187, 6187, 6187, 6188, 0, 6188, 6188, 6188, 6189, 0, 6189, 6189, 6189, 6190, 0, 6190, 6190, 6190, 6191, 0, 6191, 6191, 6191, 6192, 0, 6192, 6192, 6192, 6193, 0, 6193, 6193, 6193, 6194, 0, 6194, 6194, 6194, 6195, 0, 6195, 6195, 6195, 6196, 0, 6196, 6196, 6196, 6197, 0, 6197, 6197, 6197, 6198, 0, 6198, 6198, 6198, 6199, 0, 6199, 6199, 6199, 6200, 0, 6200, 6200, 6200, 6201, 0, 6201, 6201, 6201, 6202, 0, 6202, 6202, 6202, 6203, 0, 6203, 6203, 6203, 6204, 0, 6204, 6204, 6204, 6205, 0, 6205, 6205, 6205, 6206, 0, 6206, 6206, 6206, 6207, 0, 6207, 6207, 6207, 6208, 0, 6208, 6208, 6208, 6209, 0, 6209, 6209, 6209, 6210, 0, 6210, 6210, 6210, 6211, 0, 6211, 6211, 6211, 6212, 0, 6212, 6212, 6212, 6213, 0, 6213, 6213, 6213, 6214, 0, 6214, 6214, 6214, 6215, 0, 6215, 6215, 6215, 6216, 0, 6216, 6216, 6216, 6217, 0, 6217, 6217, 6217, 6218, 0, 0, 6218, 6218, 6219, 6219, 6219, 6219, 6219, 6220, 6220, 6220, 6220, 6220, 6221, 0, 6221, 6221, 6221, 6222, 0, 0, 6222, 6222, 6223, 0, 0, 6223, 6223, 6224, 0, 0, 6224, 6224, 6225, 0, 6225, 6225, 6225, 6226, 0, 6226, 6226, 6226, 6227, 0, 6227, 6227, 6227, 6228, 0, 6228, 6228, 6228, 6229, 0, 6229, 6229, 6229, 6230, 6230, 6230, 6230, 6230, 6231, 0, 6231, 6231, 6231, 6232, 0, 6232, 6232, 6232, 6233, 0, 6233, 6233, 6233, 6234, 0, 6234, 6234, 6234, 6235, 0, 6235, 6235, 6235, 6236, 0, 6236, 6236, 6236, 6237, 0, 6237, 6237, 6237, 6238, 0, 6238, 6238, 6238, 6239, 0, 6239, 6239, 6239, 6240, 0, 6240, 6240, 6240, 6241, 0, 6241, 6241, 6241, 6242, 0, 6242, 6242, 6242, 6243, 0, 6243, 6243, 6243, 6244, 0, 6244, 6244, 6244, 6245, 0, 6245, 6245, 6245, 6246, 0, 6246, 6246, 6246, 6247, 0, 6247, 6247, 6247, 6248, 0, 6248, 6248, 6248, 6249, 0, 6249, 6249, 6249, 6250, 0, 6250, 6250, 6250, 6251, 0, 6251, 6251, 6251, 6252, 0, 6252, 6252, 6252, 6253, 0, 6253, 6253, 6253, 6254, 0, 6254, 6254, 6254, 6255, 0, 6255, 6255, 6255, 6256, 0, 6256, 6256, 6256, 6257, 0, 6257, 6257, 6257, 6258, 0, 6258, 6258, 6258, 6259, 0, 6259, 6259, 6259, 6260, 0, 6260, 6260, 6260, 6261, 0, 6261, 6261, 6261, 6262, 0, 6262, 6262, 6262, 6263, 0, 6263, 6263, 6263, 6264, 0, 0, 6264, 6264, 6265, 6265, 6265, 6265, 6265, 6266, 6266, 6266, 6266, 6266, 6267, 0, 6267, 6267, 6267, 6268, 0, 0, 6268, 6268, 6269, 0, 0, 6269, 6269, 6270, 0, 0, 6270, 6270, 6271, 0, 6271, 6271, 6271, 6272, 0, 6272, 6272, 6272, 6273, 0, 6273, 6273, 6273, 6274, 0, 6274, 6274, 6274, 6275, 0, 6275, 6275, 6275, 6276, 6276, 6276, 6276, 6276, 6277, 0, 6277, 6277, 6277, 6278, 0, 6278, 6278, 6278, 6279, 0, 6279, 6279, 6279, 6280, 0, 6280, 6280, 6280, 6281, 0, 6281, 6281, 6281, 6282, 0, 6282, 6282, 6282, 6283, 0, 6283, 6283, 6283, 6284, 0, 6284, 6284, 6284, 6285, 0, 6285, 6285, 6285, 6286, 0, 6286, 6286, 6286, 6287, 0, 6287, 6287, 6287, 6288, 0, 6288, 6288, 6288, 6289, 0, 6289, 6289, 6289, 6290, 0, 6290, 6290, 6290, 6291, 0, 6291, 6291, 6291, 6292, 0, 6292, 6292, 6292, 6293, 0, 6293, 6293, 6293, 6294, 0, 6294, 6294, 6294, 6295, 0, 6295, 6295, 6295, 6296, 0, 6296, 6296, 6296, 6297, 0, 6297, 6297, 6297, 6298, 0, 6298, 6298, 6298, 6299, 0, 6299, 6299, 6299, 6300, 0, 6300, 6300, 6300, 6301, 0, 6301, 6301, 6301, 6302, 0, 6302, 6302, 6302, 6303, 0, 6303, 6303, 6303, 6304, 0, 6304, 6304, 6304, 6305, 0, 6305, 6305, 6305, 6306, 0, 6306, 6306, 6306, 6307, 0, 6307, 6307, 6307, 6308, 0, 6308, 6308, 6308, 6309, 0, 6309, 6309, 6309, 6310, 0, 0, 6310, 6310, 6311, 6311, 6311, 6311, 6311, 6312, 6312, 6312, 6312, 6312, 6313, 0, 6313, 6313, 6313, 6314, 0, 0, 6314, 6314, 6315, 0, 0, 6315, 6315, 6316, 0, 0, 6316, 6316, 6317, 0, 6317, 6317, 6317, 6318, 0, 6318, 6318, 6318, 6319, 0, 6319, 6319, 6319, 6320, 0, 6320, 6320, 6320, 6321, 0, 6321, 6321, 6321, 6322, 6322, 6322, 6322, 6322, 6323, 0, 6323, 6323, 6323, 6324, 0, 6324, 6324, 6324, 6325, 0, 6325, 6325, 6325, 6326, 0, 6326, 6326, 6326, 6327, 0, 6327, 6327, 6327, 6328, 0, 6328, 6328, 6328, 6329, 0, 6329, 6329, 6329, 6330, 0, 6330, 6330, 6330, 6331, 0, 6331, 6331, 6331, 6332, 0, 6332, 6332, 6332, 6333, 0, 6333, 6333, 6333, 6334, 0, 6334, 6334, 6334, 6335, 0, 6335, 6335, 6335, 6336, 0, 6336, 6336, 6336, 6337, 0, 6337, 6337, 6337, 6338, 0, 6338, 6338, 6338, 6339, 0, 6339, 6339, 6339, 6340, 0, 6340, 6340, 6340, 6341, 0, 6341, 6341, 6341, 6342, 0, 6342, 6342, 6342, 6343, 0, 6343, 6343, 6343, 6344, 0, 6344, 6344, 6344, 6345, 0, 6345, 6345, 6345, 6346, 0, 6346, 6346, 6346, 6347, 0, 6347, 6347, 6347, 6348, 0, 6348, 6348, 6348, 6349, 0, 6349, 6349, 6349, 6350, 0, 6350, 6350, 6350, 6351, 0, 6351, 6351, 6351, 6352, 0, 6352, 6352, 6352, 6353, 0, 6353, 6353, 6353, 6354, 0, 6354, 6354, 6354, 6355, 0, 6355, 6355, 6355, 6356, 0, 0, 6356, 6356, 6357, 6357, 6357, 6357, 6357, 6358, 6358, 6358, 6358, 6358, 6359, 0, 6359, 6359, 6359, 6360, 0, 0, 6360, 6360, 6361, 0, 0, 6361, 6361, 6362, 0, 0, 6362, 6362, 6363, 0, 6363, 6363, 6363, 6364, 0, 6364, 6364, 6364, 6365, 0, 6365, 6365, 6365, 6366, 0, 6366, 6366, 6366, 6367, 0, 6367, 6367, 6367, 6368, 6368, 6368, 6368, 6368, 6369, 0, 6369, 6369, 6369, 6370, 0, 6370, 6370, 6370, 6371, 0, 6371, 6371, 6371, 6372, 0, 6372, 6372, 6372, 6373, 0, 6373, 6373, 6373, 6374, 0, 6374, 6374, 6374, 6375, 0, 6375, 6375, 6375, 6376, 0, 6376, 6376, 6376, 6377, 0, 6377, 6377, 6377, 6378, 0, 6378, 6378, 6378, 6379, 0, 6379, 6379, 6379, 6380, 0, 6380, 6380, 6380, 6381, 0, 6381, 6381, 6381, 6382, 0, 6382, 6382, 6382, 6383, 0, 6383, 6383, 6383, 6384, 0, 6384, 6384, 6384, 6385, 0, 6385, 6385, 6385, 6386, 0, 6386, 6386, 6386, 6387, 0, 6387, 6387, 6387, 6388, 0, 6388, 6388, 6388, 6389, 0, 6389, 6389, 6389, 6390, 0, 6390, 6390, 6390, 6391, 0, 6391, 6391, 6391, 6392, 0, 6392, 6392, 6392, 6393, 0, 6393, 6393, 6393, 6394, 0, 6394, 6394, 6394, 6395, 0, 6395, 6395, 6395, 6396, 0, 6396, 6396, 6396, 6397, 0, 6397, 6397, 6397, 6398, 0, 6398, 6398, 6398, 6399, 0, 6399, 6399, 6399, 6400, 0, 6400, 6400, 6400, 6401, 0, 6401, 6401, 6401, 6402, 0, 0, 6402, 6402, 6403, 6403, 6403, 6403, 6403, 6404, 6404, 6404, 6404, 6404, 6405, 0, 6405, 6405, 6405, 6406, 0, 0, 6406, 6406, 6407, 0, 0, 6407, 6407, 6408, 0, 0, 6408, 6408, 6409, 0, 6409, 6409, 6409, 6410, 0, 6410, 6410, 6410, 6411, 0, 6411, 6411, 6411, 6412, 0, 6412, 6412, 6412, 6413, 0, 6413, 6413, 6413, 6414, 6414, 6414, 6414, 6414, 6415, 0, 6415, 6415, 6415, 6416, 0, 6416, 6416, 6416, 6417, 0, 6417, 6417, 6417, 6418, 0, 6418, 6418, 6418, 6419, 0, 6419, 6419, 6419, 6420, 0, 6420, 6420, 6420, 6421, 0, 6421, 6421, 6421, 6422, 0, 6422, 6422, 6422, 6423, 0, 6423, 6423, 6423, 6424, 0, 6424, 6424, 6424, 6425, 0, 6425, 6425, 6425, 6426, 0, 6426, 6426, 6426, 6427, 0, 6427, 6427, 6427, 6428, 0, 6428, 6428, 6428, 6429, 0, 6429, 6429, 6429, 6430, 0, 6430, 6430, 6430, 6431, 0, 6431, 6431, 6431, 6432, 0, 6432, 6432, 6432, 6433, 0, 6433, 6433, 6433, 6434, 0, 6434, 6434, 6434, 6435, 0, 6435, 6435, 6435, 6436, 0, 6436, 6436, 6436, 6437, 0, 6437, 6437, 6437, 6438, 0, 6438, 6438, 6438, 6439, 0, 6439, 6439, 6439, 6440, 0, 6440, 6440, 6440, 6441, 0, 6441, 6441, 6441, 6442, 0, 6442, 6442, 6442, 6443, 0, 6443, 6443, 6443, 6444, 0, 6444, 6444, 6444, 6445, 0, 6445, 6445, 6445, 6446, 0, 6446, 6446, 6446, 6447, 0, 6447, 6447, 6447, 6448, 0, 0, 6448, 6448, 6449, 6449, 6449, 6449, 6449, 6450, 6450, 6450, 6450, 6450, 6451, 0, 6451, 6451, 6451, 6452, 0, 0, 6452, 6452, 6453, 0, 0, 6453, 6453, 6454, 0, 0, 6454, 6454, 6455, 0, 6455, 6455, 6455, 6456, 0, 6456, 6456, 6456, 6457, 0, 6457, 6457, 6457, 6458, 0, 6458, 6458, 6458, 6459, 0, 6459, 6459, 6459, 6460, 6460, 6460, 6460, 6460, 6461, 0, 6461, 6461, 6461, 6462, 0, 6462, 6462, 6462, 6463, 0, 6463, 6463, 6463, 6464, 0, 6464, 6464, 6464, 6465, 0, 6465, 6465, 6465, 6466, 0, 6466, 6466, 6466, 6467, 0, 6467, 6467, 6467, 6468, 0, 6468, 6468, 6468, 6469, 0, 6469, 6469, 6469, 6470, 0, 6470, 6470, 6470, 6471, 0, 6471, 6471, 6471, 6472, 0, 6472, 6472, 6472, 6473, 0, 6473, 6473, 6473, 6474, 0, 6474, 6474, 6474, 6475, 0, 6475, 6475, 6475, 6476, 0, 6476, 6476, 6476, 6477, 0, 6477, 6477, 6477, 6478, 0, 6478, 6478, 6478, 6479, 0, 6479, 6479, 6479, 6480, 0, 6480, 6480, 6480, 6481, 0, 6481, 6481, 6481, 6482, 0, 6482, 6482, 6482, 6483, 0, 6483, 6483, 6483, 6484, 0, 6484, 6484, 6484, 6485, 0, 6485, 6485, 6485, 6486, 0, 6486, 6486, 6486, 6487, 0, 6487, 6487, 6487, 6488, 0, 6488, 6488, 6488, 6489, 0, 6489, 6489, 6489, 6490, 0, 6490, 6490, 6490, 6491, 0, 6491, 6491, 6491, 6492, 0, 6492, 6492, 6492, 6493, 0, 6493, 6493, 6493, 6494, 0, 0, 6494, 6494, 6495, 6495, 6495, 6495, 6495, 6496, 6496, 6496, 6496, 6496, 6497, 0, 6497, 6497, 6497, 6498, 0, 0, 6498, 6498, 6499, 0, 0, 6499, 6499, 6500, 0, 0, 6500, 6500, 6501, 0, 6501, 6501, 6501, 6502, 0, 6502, 6502, 6502, 6503, 0, 6503, 6503, 6503, 6504, 0, 6504, 6504, 6504, 6505, 0, 6505, 6505, 6505, 6506, 6506, 6506, 6506, 6506, 6507, 0, 6507, 6507, 6507, 6508, 0, 6508, 6508, 6508, 6509, 0, 6509, 6509, 6509, 6510, 0, 6510, 6510, 6510, 6511, 0, 6511, 6511, 6511, 6512, 0, 6512, 6512, 6512, 6513, 0, 6513, 6513, 6513, 6514, 0, 6514, 6514, 6514, 6515, 0, 6515, 6515, 6515, 6516, 0, 6516, 6516, 6516, 6517, 0, 6517, 6517, 6517, 6518, 0, 6518, 6518, 6518, 6519, 0, 6519, 6519, 6519, 6520, 0, 6520, 6520, 6520, 6521, 0, 6521, 6521, 6521, 6522, 0, 6522, 6522, 6522, 6523, 0, 6523, 6523, 6523, 6524, 0, 6524, 6524, 6524, 6525, 0, 6525, 6525, 6525, 6526, 0, 6526, 6526, 6526, 6527, 0, 6527, 6527, 6527, 6528, 0, 6528, 6528, 6528, 6529, 0, 6529, 6529, 6529, 6530, 0, 6530, 6530, 6530, 6531, 0, 6531, 6531, 6531, 6532, 0, 6532, 6532, 6532, 6533, 0, 6533, 6533, 6533, 6534, 0, 6534, 6534, 6534, 6535, 0, 6535, 6535, 6535, 6536, 0, 6536, 6536, 6536, 6537, 0, 6537, 6537, 6537, 6538, 0, 6538, 6538, 6538, 6539, 0, 6539, 6539, 6539, 6540, 0, 0, 6540, 6540, 6541, 6541, 6541, 6541, 6541, 6542, 6542, 6542, 6542, 6542, 6543, 0, 6543, 6543, 6543, 6544, 0, 0, 6544, 6544, 6545, 0, 0, 6545, 6545, 6546, 0, 0, 6546, 6546, 6547, 0, 6547, 6547, 6547, 6548, 0, 6548, 6548, 6548, 6549, 0, 6549, 6549, 6549, 6550, 0, 6550, 6550, 6550, 6551, 0, 6551, 6551, 6551, 6552, 6552, 6552, 6552, 6552, 6553, 0, 6553, 6553, 6553, 6554, 0, 6554, 6554, 6554, 6555, 0, 6555, 6555, 6555, 6556, 0, 6556, 6556, 6556, 6557, 0, 6557, 6557, 6557, 6558, 0, 6558, 6558, 6558, 6559, 0, 6559, 6559, 6559, 6560, 0, 6560, 6560, 6560, 6561, 0, 6561, 6561, 6561, 6562, 0, 6562, 6562, 6562, 6563, 0, 6563, 6563, 6563, 6564, 0, 6564, 6564, 6564, 6565, 0, 6565, 6565, 6565, 6566, 0, 6566, 6566, 6566, 6567, 0, 6567, 6567, 6567, 6568, 0, 6568, 6568, 6568, 6569, 0, 6569, 6569, 6569, 6570, 0, 6570, 6570, 6570, 6571, 0, 6571, 6571, 6571, 6572, 0, 6572, 6572, 6572, 6573, 0, 6573, 6573, 6573, 6574, 0, 6574, 6574, 6574, 6575, 0, 6575, 6575, 6575, 6576, 0, 6576, 6576, 6576, 6577, 0, 6577, 6577, 6577, 6578, 0, 6578, 6578, 6578, 6579, 0, 6579, 6579, 6579, 6580, 0, 6580, 6580, 6580, 6581, 0, 6581, 6581, 6581, 6582, 0, 6582, 6582, 6582, 6583, 0, 6583, 6583, 6583, 6584, 0, 6584, 6584, 6584, 6585, 0, 6585, 6585, 6585, 6586, 0, 0, 6586, 6586, 6587, 6587, 6587, 6587, 6587, 6588, 6588, 6588, 6588, 6588, 6589, 0, 6589, 6589, 6589, 6590, 0, 0, 6590, 6590, 6591, 0, 0, 6591, 6591, 6592, 0, 0, 6592, 6592, 6593, 0, 6593, 6593, 6593, 6594, 0, 6594, 6594, 6594, 6595, 0, 6595, 6595, 6595, 6596, 0, 6596, 6596, 6596, 6597, 0, 6597, 6597, 6597, 6598, 6598, 6598, 6598, 6598, 6599, 0, 6599, 6599, 6599, 6600, 0, 6600, 6600, 6600, 6601, 0, 6601, 6601, 6601, 6602, 0, 6602, 6602, 6602, 6603, 0, 6603, 6603, 6603, 6604, 0, 6604, 6604, 6604, 6605, 0, 6605, 6605, 6605, 6606, 0, 6606, 6606, 6606, 6607, 0, 6607, 6607, 6607, 6608, 0, 6608, 6608, 6608, 6609, 0, 6609, 6609, 6609, 6610, 0, 6610, 6610, 6610, 6611, 0, 6611, 6611, 6611, 6612, 0, 6612, 6612, 6612, 6613, 0, 6613, 6613, 6613, 6614, 0, 6614, 6614, 6614, 6615, 0, 6615, 6615, 6615, 6616, 0, 6616, 6616, 6616, 6617, 0, 6617, 6617, 6617, 6618, 0, 6618, 6618, 6618, 6619, 0, 6619, 6619, 6619, 6620, 0, 6620, 6620, 6620, 6621, 0, 6621, 6621, 6621, 6622, 0, 6622, 6622, 6622, 6623, 0, 6623, 6623, 6623, 6624, 0, 6624, 6624, 6624, 6625, 0, 6625, 6625, 6625, 6626, 0, 6626, 6626, 6626, 6627, 0, 6627, 6627, 6627, 6628, 0, 6628, 6628, 6628, 6629, 0, 6629, 6629, 6629, 6630, 0, 6630, 6630, 6630, 6631, 0, 6631, 6631, 6631, 6632, 0, 0, 6632, 6632, 6633, 6633, 6633, 6633, 6633, 6634, 6634, 6634, 6634, 6634, 6635, 0, 6635, 6635, 6635, 6636, 0, 0, 6636, 6636, 6637, 0, 0, 6637, 6637, 6638, 0, 0, 6638, 6638, 6639, 0, 6639, 6639, 6639, 6640, 0, 6640, 6640, 6640, 6641, 0, 6641, 6641, 6641, 6642, 0, 6642, 6642, 6642, 6643, 0, 6643, 6643, 6643, 6644, 6644, 6644, 6644, 6644, 6645, 0, 6645, 6645, 6645, 6646, 0, 6646, 6646, 6646, 6647, 0, 6647, 6647, 6647, 6648, 0, 6648, 6648, 6648, 6649, 0, 6649, 6649, 6649, 6650, 0, 6650, 6650, 6650, 6651, 0, 6651, 6651, 6651, 6652, 0, 6652, 6652, 6652, 6653, 0, 6653, 6653, 6653, 6654, 0, 6654, 6654, 6654, 6655, 0, 6655, 6655, 6655, 6656, 0, 6656, 6656, 6656, 6657, 0, 6657, 6657, 6657, 6658, 0, 6658, 6658, 6658, 6659, 0, 6659, 6659, 6659, 6660, 0, 6660, 6660, 6660, 6661, 0, 6661, 6661, 6661, 6662, 0, 6662, 6662, 6662, 6663, 0, 6663, 6663, 6663, 6664, 0, 6664, 6664, 6664, 6665, 0, 6665, 6665, 6665, 6666, 0, 6666, 6666, 6666, 6667, 0, 6667, 6667, 6667, 6668, 0, 6668, 6668, 6668, 6669, 0, 6669, 6669, 6669, 6670, 0, 6670, 6670, 6670, 6671, 0, 6671, 6671, 6671, 6672, 0, 6672, 6672, 6672, 6673, 0, 6673, 6673, 6673, 6674, 0, 6674, 6674, 6674, 6675, 0, 6675, 6675, 6675, 6676, 0, 6676, 6676, 6676, 6677, 0, 6677, 6677, 6677, 6678, 0, 0, 6678, 6678, 6679, 6679, 6679, 6679, 6679, 6680, 6680, 6680, 6680, 6680, 6681, 0, 6681, 6681, 6681, 6682, 0, 0, 6682, 6682, 6683, 0, 0, 6683, 6683, 6684, 0, 0, 6684, 6684, 6685, 0, 6685, 6685, 6685, 6686, 0, 6686, 6686, 6686, 6687, 0, 6687, 6687, 6687, 6688, 0, 6688, 6688, 6688, 6689, 0, 6689, 6689, 6689, 6690, 6690, 6690, 6690, 6690, 6691, 0, 6691, 6691, 6691, 6692, 0, 6692, 6692, 6692, 6693, 0, 6693, 6693, 6693, 6694, 0, 6694, 6694, 6694, 6695, 0, 6695, 6695, 6695, 6696, 0, 6696, 6696, 6696, 6697, 0, 6697, 6697, 6697, 6698, 0, 6698, 6698, 6698, 6699, 0, 6699, 6699, 6699, 6700, 0, 6700, 6700, 6700, 6701, 0, 6701, 6701, 6701, 6702, 0, 6702, 6702, 6702, 6703, 0, 6703, 6703, 6703, 6704, 0, 6704, 6704, 6704, 6705, 0, 6705, 6705, 6705, 6706, 0, 6706, 6706, 6706, 6707, 0, 6707, 6707, 6707, 6708, 0, 6708, 6708, 6708, 6709, 0, 6709, 6709, 6709, 6710, 0, 6710, 6710, 6710, 6711, 0, 6711, 6711, 6711, 6712, 0, 6712, 6712, 6712, 6713, 0, 6713, 6713, 6713, 6714, 0, 6714, 6714, 6714, 6715, 0, 6715, 6715, 6715, 6716, 0, 6716, 6716, 6716, 6717, 0, 6717, 6717, 6717, 6718, 0, 6718, 6718, 6718, 6719, 0, 6719, 6719, 6719, 6720, 0, 6720, 6720, 6720, 6721, 0, 6721, 6721, 6721, 6722, 0, 6722, 6722, 6722, 6723, 0, 6723, 6723, 6723, 6724, 0, 0, 6724, 6724, 6725, 6725, 6725, 6725, 6725, 6726, 6726, 6726, 6726, 6726, 6727, 0, 6727, 6727, 6727, 6728, 0, 0, 6728, 6728, 6729, 0, 0, 6729, 6729, 6730, 0, 0, 6730, 6730, 6731, 0, 6731, 6731, 6731, 6732, 0, 6732, 6732, 6732, 6733, 0, 6733, 6733, 6733, 6734, 0, 6734, 6734, 6734, 6735, 0, 6735, 6735, 6735, 6736, 6736, 6736, 6736, 6736, 6737, 0, 6737, 6737, 6737, 6738, 0, 6738, 6738, 6738, 6739, 0, 6739, 6739, 6739, 6740, 0, 6740, 6740, 6740, 6741, 0, 6741, 6741, 6741, 6742, 0, 6742, 6742, 6742, 6743, 0, 6743, 6743, 6743, 6744, 0, 6744, 6744, 6744, 6745, 0, 6745, 6745, 6745, 6746, 0, 6746, 6746, 6746, 6747, 0, 6747, 6747, 6747, 6748, 0, 6748, 6748, 6748, 6749, 0, 6749, 6749, 6749, 6750, 0, 6750, 6750, 6750, 6751, 0, 6751, 6751, 6751, 6752, 0, 6752, 6752, 6752, 6753, 0, 6753, 6753, 6753, 6754, 0, 6754, 6754, 6754, 6755, 0, 6755, 6755, 6755, 6756, 0, 6756, 6756, 6756, 6757, 0, 6757, 6757, 6757, 6758, 0, 6758, 6758, 6758, 6759, 0, 6759, 6759, 6759, 6760, 0, 6760, 6760, 6760, 6761, 0, 6761, 6761, 6761, 6762, 0, 6762, 6762, 6762, 6763, 0, 6763, 6763, 6763, 6764, 0, 6764, 6764, 6764, 6765, 0, 6765, 6765, 6765, 6766, 0, 6766, 6766, 6766, 6767, 0, 6767, 6767, 6767, 6768, 0, 6768, 6768, 6768, 6769, 0, 6769, 6769, 6769, 6770, 0, 0, 6770, 6770, 6771, 6771, 6771, 6771, 6771, 6772, 6772, 6772, 6772, 6772, 6773, 0, 6773, 6773, 6773, 6774, 0, 0, 6774, 6774, 6775, 0, 0, 6775, 6775, 6776, 0, 0, 6776, 6776, 6777, 0, 6777, 6777, 6777, 6778, 0, 6778, 6778, 6778, 6779, 0, 6779, 6779, 6779, 6780, 0, 6780, 6780, 6780, 6781, 0, 6781, 6781, 6781, 6782, 6782, 6782, 6782, 6782, 6783, 0, 6783, 6783, 6783, 6784, 0, 6784, 6784, 6784, 6785, 0, 6785, 6785, 6785, 6786, 0, 6786, 6786, 6786, 6787, 0, 6787, 6787, 6787, 6788, 0, 6788, 6788, 6788, 6789, 0, 6789, 6789, 6789, 6790, 0, 6790, 6790, 6790, 6791, 0, 6791, 6791, 6791, 6792, 0, 6792, 6792, 6792, 6793, 0, 6793, 6793, 6793, 6794, 0, 6794, 6794, 6794, 6795, 0, 6795, 6795, 6795, 6796, 0, 6796, 6796, 6796, 6797, 0, 6797, 6797, 6797, 6798, 0, 6798, 6798, 6798, 6799, 0, 6799, 6799, 6799, 6800, 0, 6800, 6800, 6800, 6801, 0, 6801, 6801, 6801, 6802, 0, 6802, 6802, 6802, 6803, 0, 6803, 6803, 6803, 6804, 0, 6804, 6804, 6804, 6805, 0, 6805, 6805, 6805, 6806, 0, 6806, 6806, 6806, 6807, 0, 6807, 6807, 6807, 6808, 0, 6808, 6808, 6808, 6809, 0, 6809, 6809, 6809, 6810, 0, 6810, 6810, 6810, 6811, 0, 6811, 6811, 6811, 6812, 0, 6812, 6812, 6812, 6813, 0, 6813, 6813, 6813, 6814, 0, 6814, 6814, 6814, 6815, 0, 6815, 6815, 6815, 6816, 0, 0, 6816, 6816, 6817, 6817, 6817, 6817, 6817, 6818, 6818, 6818, 6818, 6818, 6819, 0, 6819, 6819, 6819, 6820, 0, 0, 6820, 6820, 6821, 0, 0, 6821, 6821, 6822, 0, 0, 6822, 6822, 6823, 0, 6823, 6823, 6823, 6824, 0, 6824, 6824, 6824, 6825, 0, 6825, 6825, 6825, 6826, 0, 6826, 6826, 6826, 6827, 0, 6827, 6827, 6827, 6828, 6828, 6828, 6828, 6828, 6829, 0, 6829, 6829, 6829, 6830, 0, 6830, 6830, 6830, 6831, 0, 6831, 6831, 6831, 6832, 0, 6832, 6832, 6832, 6833, 0, 6833, 6833, 6833, 6834, 0, 6834, 6834, 6834, 6835, 0, 6835, 6835, 6835, 6836, 0, 6836, 6836, 6836, 6837, 0, 6837, 6837, 6837, 6838, 0, 6838, 6838, 6838, 6839, 0, 6839, 6839, 6839, 6840, 0, 6840, 6840, 6840, 6841, 0, 6841, 6841, 6841, 6842, 0, 6842, 6842, 6842, 6843, 0, 6843, 6843, 6843, 6844, 0, 6844, 6844, 6844, 6845, 0, 6845, 6845, 6845, 6846, 0, 6846, 6846, 6846, 6847, 0, 6847, 6847, 6847, 6848, 0, 6848, 6848, 6848, 6849, 0, 6849, 6849, 6849, 6850, 0, 6850, 6850, 6850, 6851, 0, 6851, 6851, 6851, 6852, 0, 6852, 6852, 6852, 6853, 0, 6853, 6853, 6853, 6854, 0, 6854, 6854, 6854, 6855, 0, 6855, 6855, 6855, 6856, 0, 6856, 6856, 6856, 6857, 0, 6857, 6857, 6857, 6858, 0, 6858, 6858, 6858, 6859, 0, 6859, 6859, 6859, 6860, 0, 6860, 6860, 6860, 6861, 0, 6861, 6861, 6861, 6862, 0, 0, 6862, 6862, 6863, 6863, 6863, 6863, 6863, 6864, 6864, 6864, 6864, 6864, 6865, 0, 6865, 6865, 6865, 6866, 0, 0, 6866, 6866, 6867, 0, 0, 6867, 6867, 6868, 0, 0, 6868, 6868, 6869, 0, 6869, 6869, 6869, 6870, 0, 6870, 6870, 6870, 6871, 0, 6871, 6871, 6871, 6872, 0, 6872, 6872, 6872, 6873, 0, 6873, 6873, 6873, 6874, 6874, 6874, 6874, 6874, 6875, 0, 6875, 6875, 6875, 6876, 0, 6876, 6876, 6876, 6877, 0, 6877, 6877, 6877, 6878, 0, 6878, 6878, 6878, 6879, 0, 6879, 6879, 6879, 6880, 0, 6880, 6880, 6880, 6881, 0, 6881, 6881, 6881, 6882, 0, 6882, 6882, 6882, 6883, 0, 6883, 6883, 6883, 6884, 0, 6884, 6884, 6884, 6885, 0, 6885, 6885, 6885, 6886, 0, 6886, 6886, 6886, 6887, 0, 6887, 6887, 6887, 6888, 0, 6888, 6888, 6888, 6889, 0, 6889, 6889, 6889, 6890, 0, 6890, 6890, 6890, 6891, 0, 6891, 6891, 6891, 6892, 0, 6892, 6892, 6892, 6893, 0, 6893, 6893, 6893, 6894, 0, 6894, 6894, 6894, 6895, 0, 6895, 6895, 6895, 6896, 0, 6896, 6896, 6896, 6897, 0, 6897, 6897, 6897, 6898, 0, 6898, 6898, 6898, 6899, 0, 6899, 6899, 6899, 6900, 0, 6900, 6900, 6900, 6901, 0, 6901, 6901, 6901, 6902, 0, 6902, 6902, 6902, 6903, 0, 6903, 6903, 6903, 6904, 0, 6904, 6904, 6904, 6905, 0, 6905, 6905, 6905, 6906, 0, 6906, 6906, 6906, 6907, 0, 6907, 6907, 6907, 6908, 0, 0, 6908, 6908, 6909, 6909, 6909, 6909, 6909, 6910, 6910, 6910, 6910, 6910, 6911, 0, 6911, 6911, 6911, 6912, 0, 0, 6912, 6912, 6913, 0, 0, 6913, 6913, 6914, 0, 0, 6914, 6914, 6915, 0, 6915, 6915, 6915, 6916, 0, 6916, 6916, 6916, 6917, 0, 6917, 6917, 6917, 6918, 0, 6918, 6918, 6918, 6919, 0, 6919, 6919, 6919, 6920, 6920, 6920, 6920, 6920, 6921, 0, 6921, 6921, 6921, 6922, 0, 6922, 6922, 6922, 6923, 0, 6923, 6923, 6923, 6924, 0, 6924, 6924, 6924, 6925, 0, 6925, 6925, 6925, 6926, 0, 6926, 6926, 6926, 6927, 0, 6927, 6927, 6927, 6928, 0, 6928, 6928, 6928, 6929, 0, 6929, 6929, 6929, 6930, 0, 6930, 6930, 6930, 6931, 0, 6931, 6931, 6931, 6932, 0, 6932, 6932, 6932, 6933, 0, 6933, 6933, 6933, 6934, 0, 6934, 6934, 6934, 6935, 0, 6935, 6935, 6935, 6936, 0, 6936, 6936, 6936, 6937, 0, 6937, 6937, 6937, 6938, 0, 6938, 6938, 6938, 6939, 0, 6939, 6939, 6939, 6940, 0, 6940, 6940, 6940, 6941, 0, 6941, 6941, 6941, 6942, 0, 6942, 6942, 6942, 6943, 0, 6943, 6943, 6943, 6944, 0, 6944, 6944, 6944, 6945, 0, 6945, 6945, 6945, 6946, 0, 6946, 6946, 6946, 6947, 0, 6947, 6947, 6947, 6948, 0, 6948, 6948, 6948, 6949, 0, 6949, 6949, 6949, 6950, 0, 6950, 6950, 6950, 6951, 0, 6951, 6951, 6951, 6952, 0, 6952, 6952, 6952, 6953, 0, 6953, 6953, 6953, 6954, 0, 0, 6954, 6954, 6955, 6955, 6955, 6955, 6955, 6956, 6956, 6956, 6956, 6956, 6957, 0, 6957, 6957, 6957, 6958, 0, 0, 6958, 6958, 6959, 0, 0, 6959, 6959, 6960, 0, 0, 6960, 6960, 6961, 0, 6961, 6961, 6961, 6962, 0, 6962, 6962, 6962, 6963, 0, 6963, 6963, 6963, 6964, 0, 6964, 6964, 6964, 6965, 0, 6965, 6965, 6965, 6966, 6966, 6966, 6966, 6966, 6967, 0, 6967, 6967, 6967, 6968, 0, 6968, 6968, 6968, 6969, 0, 6969, 6969, 6969, 6970, 0, 6970, 6970, 6970, 6971, 0, 6971, 6971, 6971, 6972, 0, 6972, 6972, 6972, 6973, 0, 6973, 6973, 6973, 6974, 0, 6974, 6974, 6974, 6975, 0, 6975, 6975, 6975, 6976, 0, 6976, 6976, 6976, 6977, 0, 6977, 6977, 6977, 6978, 0, 6978, 6978, 6978, 6979, 0, 6979, 6979, 6979, 6980, 0, 6980, 6980, 6980, 6981, 0, 6981, 6981, 6981, 6982, 0, 6982, 6982, 6982, 6983, 0, 6983, 6983, 6983, 6984, 0, 6984, 6984, 6984, 6985, 0, 6985, 6985, 6985, 6986, 0, 6986, 6986, 6986, 6987, 0, 6987, 6987, 6987, 6988, 0, 6988, 6988, 6988, 6989, 0, 6989, 6989, 6989, 6990, 0, 6990, 6990, 6990, 6991, 0, 6991, 6991, 6991, 6992, 0, 6992, 6992, 6992, 6993, 0, 6993, 6993, 6993, 6994, 0, 6994, 6994, 6994, 6995, 0, 6995, 6995, 6995, 6996, 0, 6996, 6996, 6996, 6997, 0, 6997, 6997, 6997, 6998, 0, 6998, 6998, 6998, 6999, 0, 6999, 6999, 6999, 7000, 0, 0, 7000, 7000, 7001, 7001, 7001, 7001, 7001, 7002, 7002, 7002, 7002, 7002, 7003, 0, 7003, 7003, 7003, 7004, 0, 0, 7004, 7004, 7005, 0, 0, 7005, 7005, 7006, 0, 0, 7006, 7006, 7007, 0, 7007, 7007, 7007, 7008, 0, 7008, 7008, 7008, 7009, 0, 7009, 7009, 7009, 7010, 0, 7010, 7010, 7010, 7011, 0, 7011, 7011, 7011, 7012, 7012, 7012, 7012, 7012, 7013, 0, 7013, 7013, 7013, 7014, 0, 7014, 7014, 7014, 7015, 0, 7015, 7015, 7015, 7016, 0, 7016, 7016, 7016, 7017, 0, 7017, 7017, 7017, 7018, 0, 7018, 7018, 7018, 7019, 0, 7019, 7019, 7019, 7020, 0, 7020, 7020, 7020, 7021, 0, 7021, 7021, 7021, 7022, 0, 7022, 7022, 7022, 7023, 0, 7023, 7023, 7023, 7024, 0, 7024, 7024, 7024, 7025, 0, 7025, 7025, 7025, 7026, 0, 7026, 7026, 7026, 7027, 0, 7027, 7027, 7027, 7028, 0, 7028, 7028, 7028, 7029, 0, 7029, 7029, 7029, 7030, 0, 7030, 7030, 7030, 7031, 0, 7031, 7031, 7031, 7032, 0, 7032, 7032, 7032, 7033, 0, 7033, 7033, 7033, 7034, 0, 7034, 7034, 7034, 7035, 0, 7035, 7035, 7035, 7036, 0, 7036, 7036, 7036, 7037, 0, 7037, 7037, 7037, 7038, 0, 7038, 7038, 7038, 7039, 0, 7039, 7039, 7039, 7040, 0, 7040, 7040, 7040, 7041, 0, 7041, 7041, 7041, 7042, 0, 7042, 7042, 7042, 7043, 0, 7043, 7043, 7043, 7044, 0, 7044, 7044, 7044, 7045, 0, 7045, 7045, 7045, 7046, 0, 0, 7046, 7046, 7047, 7047, 7047, 7047, 7047, 7048, 7048, 7048, 7048, 7048, 7049, 0, 7049, 7049, 7049, 7050, 0, 0, 7050, 7050, 7051, 0, 0, 7051, 7051, 7052, 0, 0, 7052, 7052, 7053, 0, 7053, 7053, 7053, 7054, 0, 7054, 7054, 7054, 7055, 0, 7055, 7055, 7055, 7056, 0, 7056, 7056, 7056, 7057, 0, 7057, 7057, 7057, 7058, 7058, 7058, 7058, 7058, 7059, 0, 7059, 7059, 7059, 7060, 0, 7060, 7060, 7060, 7061, 0, 7061, 7061, 7061, 7062, 0, 7062, 7062, 7062, 7063, 0, 7063, 7063, 7063, 7064, 0, 7064, 7064, 7064, 7065, 0, 7065, 7065, 7065, 7066, 0, 7066, 7066, 7066, 7067, 0, 7067, 7067, 7067, 7068, 0, 7068, 7068, 7068, 7069, 0, 7069, 7069, 7069, 7070, 0, 7070, 7070, 7070, 7071, 0, 7071, 7071, 7071, 7072, 0, 7072, 7072, 7072, 7073, 0, 7073, 7073, 7073, 7074, 0, 7074, 7074, 7074, 7075, 0, 7075, 7075, 7075, 7076, 0, 7076, 7076, 7076, 7077, 0, 7077, 7077, 7077, 7078, 0, 7078, 7078, 7078, 7079, 0, 7079, 7079, 7079, 7080, 0, 7080, 7080, 7080, 7081, 0, 7081, 7081, 7081, 7082, 0, 7082, 7082, 7082, 7083, 0, 7083, 7083, 7083, 7084, 0, 7084, 7084, 7084, 7085, 0, 7085, 7085, 7085, 7086, 0, 7086, 7086, 7086, 7087, 0, 7087, 7087, 7087, 7088, 0, 7088, 7088, 7088, 7089, 0, 7089, 7089, 7089, 7090, 0, 7090, 7090, 7090, 7091, 0, 7091, 7091, 7091, 7092, 0, 0, 7092, 7092, 7093, 7093, 7093, 7093, 7093, 7094, 7094, 7094, 7094, 7094, 7095, 0, 7095, 7095, 7095, 7096, 0, 0, 7096, 7096, 7097, 0, 0, 7097, 7097, 7098, 0, 0, 7098, 7098, 7099, 0, 7099, 7099, 7099, 7100, 0, 7100, 7100, 7100, 7101, 0, 7101, 7101, 7101, 7102, 0, 7102, 7102, 7102, 7103, 0, 7103, 7103, 7103, 7104, 7104, 7104, 7104, 7104, 7105, 0, 7105, 7105, 7105, 7106, 0, 7106, 7106, 7106, 7107, 0, 7107, 7107, 7107, 7108, 0, 7108, 7108, 7108, 7109, 0, 7109, 7109, 7109, 7110, 0, 7110, 7110, 7110, 7111, 0, 7111, 7111, 7111, 7112, 0, 7112, 7112, 7112, 7113, 0, 7113, 7113, 7113, 7114, 0, 7114, 7114, 7114, 7115, 0, 7115, 7115, 7115, 7116, 0, 7116, 7116, 7116, 7117, 0, 7117, 7117, 7117, 7118, 0, 7118, 7118, 7118, 7119, 0, 7119, 7119, 7119, 7120, 0, 7120, 7120, 7120, 7121, 0, 7121, 7121, 7121, 7122, 0, 7122, 7122, 7122, 7123, 0, 7123, 7123, 7123, 7124, 0, 7124, 7124, 7124, 7125, 0, 7125, 7125, 7125, 7126, 0, 7126, 7126, 7126, 7127, 0, 7127, 7127, 7127, 7128, 0, 7128, 7128, 7128, 7129, 0, 7129, 7129, 7129, 7130, 0, 7130, 7130, 7130, 7131, 0, 7131, 7131, 7131, 7132, 0, 7132, 7132, 7132, 7133, 0, 7133, 7133, 7133, 7134, 0, 7134, 7134, 7134, 7135, 0, 7135, 7135, 7135, 7136, 0, 7136, 7136, 7136, 7137, 0, 7137, 7137, 7137, 7138, 0, 0, 7138, 7138, 7139, 7139, 7139, 7139, 7139, 7140, 7140, 7140, 7140, 7140, 7141, 0, 7141, 7141, 7141, 7142, 0, 0, 7142, 7142, 7143, 0, 0, 7143, 7143, 7144, 0, 0, 7144, 7144, 7145, 0, 7145, 7145, 7145, 7146, 0, 7146, 7146, 7146, 7147, 0, 7147, 7147, 7147, 7148, 0, 7148, 7148, 7148, 7149, 0, 7149, 7149, 7149, 7150, 7150, 7150, 7150, 7150, 7151, 0, 7151, 7151, 7151, 7152, 0, 7152, 7152, 7152, 7153, 0, 7153, 7153, 7153, 7154, 0, 7154, 7154, 7154, 7155, 0, 7155, 7155, 7155, 7156, 0, 7156, 7156, 7156, 7157, 0, 7157, 7157, 7157, 7158, 0, 7158, 7158, 7158, 7159, 0, 7159, 7159, 7159, 7160, 0, 7160, 7160, 7160, 7161, 0, 7161, 7161, 7161, 7162, 0, 7162, 7162, 7162, 7163, 0, 7163, 7163, 7163, 7164, 0, 7164, 7164, 7164, 7165, 0, 7165, 7165, 7165, 7166, 0, 7166, 7166, 7166, 7167, 0, 7167, 7167, 7167, 7168, 0, 7168, 7168, 7168, 7169, 0, 7169, 7169, 7169, 7170, 0, 7170, 7170, 7170, 7171, 0, 7171, 7171, 7171, 7172, 0, 7172, 7172, 7172, 7173, 0, 7173, 7173, 7173, 7174, 0, 7174, 7174, 7174, 7175, 0, 7175, 7175, 7175, 7176, 0, 7176, 7176, 7176, 7177, 0, 7177, 7177, 7177, 7178, 0, 7178, 7178, 7178, 7179, 0, 7179, 7179, 7179, 7180, 0, 7180, 7180, 7180, 7181, 0, 7181, 7181, 7181, 7182, 0, 7182, 7182, 7182, 7183, 0, 7183, 7183, 7183, 7184, 0, 0, 7184, 7184, 7185, 7185, 7185, 7185, 7185, 7186, 7186, 7186, 7186, 7186, 7187, 0, 7187, 7187, 7187, 7188, 0, 0, 7188, 7188, 7189, 0, 0, 7189, 7189, 7190, 0, 0, 7190, 7190, 7191, 0, 7191, 7191, 7191, 7192, 0, 7192, 7192, 7192, 7193, 0, 7193, 7193, 7193, 7194, 0, 7194, 7194, 7194, 7195, 0, 7195, 7195, 7195, 7196, 7196, 7196, 7196, 7196, 7197, 0, 7197, 7197, 7197, 7198, 0, 7198, 7198, 7198, 7199, 0, 7199, 7199, 7199, 7200, 0, 7200, 7200, 7200, 7201, 0, 7201, 7201, 7201, 7202, 0, 7202, 7202, 7202, 7203, 0, 7203, 7203, 7203, 7204, 0, 7204, 7204, 7204, 7205, 0, 7205, 7205, 7205, 7206, 0, 7206, 7206, 7206, 7207, 0, 7207, 7207, 7207, 7208, 0, 7208, 7208, 7208, 7209, 0, 7209, 7209, 7209, 7210, 0, 7210, 7210, 7210, 7211, 0, 7211, 7211, 7211, 7212, 0, 7212, 7212, 7212, 7213, 0, 7213, 7213, 7213, 7214, 0, 7214, 7214, 7214, 7215, 0, 7215, 7215, 7215, 7216, 0, 7216, 7216, 7216, 7217, 0, 7217, 7217, 7217, 7218, 0, 7218, 7218, 7218, 7219, 0, 7219, 7219, 7219, 7220, 0, 7220, 7220, 7220, 7221, 0, 7221, 7221, 7221, 7222, 0, 7222, 7222, 7222, 7223, 0, 7223, 7223, 7223, 7224, 0, 7224, 7224, 7224, 7225, 0, 7225, 7225, 7225, 7226, 0, 7226, 7226, 7226, 7227, 0, 7227, 7227, 7227, 7228, 0, 7228, 7228, 7228, 7229, 0, 7229, 7229, 7229, 7230, 0, 0, 7230, 7230, 7231, 7231, 7231, 7231, 7231, 7232, 7232, 7232, 7232, 7232, 7233, 0, 7233, 7233, 7233, 7234, 0, 0, 7234, 7234, 7235, 0, 0, 7235, 7235, 7236, 0, 0, 7236, 7236, 7237, 0, 7237, 7237, 7237, 7238, 0, 7238, 7238, 7238, 7239, 0, 7239, 7239, 7239, 7240, 0, 7240, 7240, 7240, 7241, 0, 7241, 7241, 7241, 7242, 7242, 7242, 7242, 7242, 7243, 0, 7243, 7243, 7243, 7244, 0, 7244, 7244, 7244, 7245, 0, 7245, 7245, 7245, 7246, 0, 7246, 7246, 7246, 7247, 0, 7247, 7247, 7247, 7248, 0, 7248, 7248, 7248, 7249, 0, 7249, 7249, 7249, 7250, 0, 7250, 7250, 7250, 7251, 0, 7251, 7251, 7251, 7252, 0, 7252, 7252, 7252, 7253, 0, 7253, 7253, 7253, 7254, 0, 7254, 7254, 7254, 7255, 0, 7255, 7255, 7255, 7256, 0, 7256, 7256, 7256, 7257, 0, 7257, 7257, 7257, 7258, 0, 7258, 7258, 7258, 7259, 0, 7259, 7259, 7259, 7260, 0, 7260, 7260, 7260, 7261, 0, 7261, 7261, 7261, 7262, 0, 7262, 7262, 7262, 7263, 0, 7263, 7263, 7263, 7264, 0, 7264, 7264, 7264, 7265, 0, 7265, 7265, 7265, 7266, 0, 7266, 7266, 7266, 7267, 0, 7267, 7267, 7267, 7268, 0, 7268, 7268, 7268, 7269, 0, 7269, 7269, 7269, 7270, 0, 7270, 7270, 7270, 7271, 0, 7271, 7271, 7271, 7272, 0, 7272, 7272, 7272, 7273, 0, 7273, 7273, 7273, 7274, 0, 7274, 7274, 7274, 7275, 0, 7275, 7275, 7275, 7276, 0, 0, 7276, 7276, 7277, 7277, 7277, 7277, 7277, 7278, 7278, 7278, 7278, 7278, 7279, 0, 7279, 7279, 7279, 7280, 0, 0, 7280, 7280, 7281, 0, 0, 7281, 7281, 7282, 0, 0, 7282, 7282, 7283, 0, 7283, 7283, 7283, 7284, 0, 7284, 7284, 7284, 7285, 0, 7285, 7285, 7285, 7286, 0, 7286, 7286, 7286, 7287, 0, 7287, 7287, 7287, 7288, 7288, 7288, 7288, 7288, 7289, 0, 7289, 7289, 7289, 7290, 0, 7290, 7290, 7290, 7291, 0, 7291, 7291, 7291, 7292, 0, 7292, 7292, 7292, 7293, 0, 7293, 7293, 7293, 7294, 0, 7294, 7294, 7294, 7295, 0, 7295, 7295, 7295, 7296, 0, 7296, 7296, 7296, 7297, 0, 7297, 7297, 7297, 7298, 0, 7298, 7298, 7298, 7299, 0, 7299, 7299, 7299, 7300, 0, 7300, 7300, 7300, 7301, 0, 7301, 7301, 7301, 7302, 0, 7302, 7302, 7302, 7303, 0, 7303, 7303, 7303, 7304, 0, 7304, 7304, 7304, 7305, 0, 7305, 7305, 7305, 7306, 0, 7306, 7306, 7306, 7307, 0, 7307, 7307, 7307, 7308, 0, 7308, 7308, 7308, 7309, 0, 7309, 7309, 7309, 7310, 0, 7310, 7310, 7310, 7311, 0, 7311, 7311, 7311, 7312, 0, 7312, 7312, 7312, 7313, 0, 7313, 7313, 7313, 7314, 0, 7314, 7314, 7314, 7315, 0, 7315, 7315, 7315, 7316, 0, 7316, 7316, 7316, 7317, 0, 7317, 7317, 7317, 7318, 0, 7318, 7318, 7318, 7319, 0, 7319, 7319, 7319, 7320, 0, 7320, 7320, 7320, 7321, 0, 7321, 7321, 7321, 7322, 0, 0, 7322, 7322, 7323, 7323, 7323, 7323, 7323, 7324, 7324, 7324, 7324, 7324, 7325, 0, 7325, 7325, 7325, 7326, 0, 0, 7326, 7326, 7327, 0, 0, 7327, 7327, 7328, 0, 0, 7328, 7328, 7329, 0, 7329, 7329, 7329, 7330, 0, 7330, 7330, 7330, 7331, 0, 7331, 7331, 7331, 7332, 0, 7332, 7332, 7332, 7333, 0, 7333, 7333, 7333, 7334, 7334, 7334, 7334, 7334, 7335, 0, 7335, 7335, 7335, 7336, 0, 7336, 7336, 7336, 7337, 0, 7337, 7337, 7337, 7338, 0, 7338, 7338, 7338, 7339, 0, 7339, 7339, 7339, 7340, 0, 7340, 7340, 7340, 7341, 0, 7341, 7341, 7341, 7342, 0, 7342, 7342, 7342, 7343, 0, 7343, 7343, 7343, 7344, 0, 7344, 7344, 7344, 7345, 0, 7345, 7345, 7345, 7346, 0, 7346, 7346, 7346, 7347, 0, 7347, 7347, 7347, 7348, 0, 7348, 7348, 7348, 7349, 0, 7349, 7349, 7349, 7350, 0, 7350, 7350, 7350, 7351, 0, 7351, 7351, 7351, 7352, 0, 7352, 7352, 7352, 7353, 0, 7353, 7353, 7353, 7354, 0, 7354, 7354, 7354, 7355, 0, 7355, 7355, 7355, 7356, 0, 7356, 7356, 7356, 7357, 0, 7357, 7357, 7357, 7358, 0, 7358, 7358, 7358, 7359, 0, 7359, 7359, 7359, 7360, 0, 7360, 7360, 7360, 7361, 0, 7361, 7361, 7361, 7362, 0, 7362, 7362, 7362, 7363, 0, 7363, 7363, 7363, 7364, 0, 7364, 7364, 7364, 7365, 0, 7365, 7365, 7365, 7366, 0, 7366, 7366, 7366, 7367, 0, 7367, 7367, 7367, 7368, 0, 0, 7368, 7368, 7369, 7369, 7369, 7369, 7369, 7370, 7370, 7370, 7370, 7370, 7371, 0, 7371, 7371, 7371, 7372, 0, 0, 7372, 7372, 7373, 0, 0, 7373, 7373, 7374, 0, 0, 7374, 7374, 7375, 0, 7375, 7375, 7375, 7376, 0, 7376, 7376, 7376, 7377, 0, 7377, 7377, 7377, 7378, 0, 7378, 7378, 7378, 7379, 0, 7379, 7379, 7379, 7380, 7380, 7380, 7380, 7380, 7381, 0, 7381, 7381, 7381, 7382, 0, 7382, 7382, 7382, 7383, 0, 7383, 7383, 7383, 7384, 0, 7384, 7384, 7384, 7385, 0, 7385, 7385, 7385, 7386, 0, 7386, 7386, 7386, 7387, 0, 7387, 7387, 7387, 7388, 0, 7388, 7388, 7388, 7389, 0, 7389, 7389, 7389, 7390, 0, 7390, 7390, 7390, 7391, 0, 7391, 7391, 7391, 7392, 0, 7392, 7392, 7392, 7393, 0, 7393, 7393, 7393, 7394, 0, 7394, 7394, 7394, 7395, 0, 7395, 7395, 7395, 7396, 0, 7396, 7396, 7396, 7397, 0, 7397, 7397, 7397, 7398, 0, 7398, 7398, 7398, 7399, 0, 7399, 7399, 7399, 7400, 0, 7400, 7400, 7400, 7401, 0, 7401, 7401, 7401, 7402, 0, 7402, 7402, 7402, 7403, 0, 7403, 7403, 7403, 7404, 0, 7404, 7404, 7404, 7405, 0, 7405, 7405, 7405, 7406, 0, 7406, 7406, 7406, 7407, 0, 7407, 7407, 7407, 7408, 0, 7408, 7408, 7408, 7409, 0, 7409, 7409, 7409, 7410, 0, 7410, 7410, 7410, 7411, 0, 7411, 7411, 7411, 7412, 0, 7412, 7412, 7412, 7413, 0, 7413, 7413, 7413, 7414, 0, 0, 7414, 7414, 7415, 7415, 7415, 7415, 7415, 7416, 7416, 7416, 7416, 7416, 7417, 0, 7417, 7417, 7417, 7418, 0, 0, 7418, 7418, 7419, 0, 0, 7419, 7419, 7420, 0, 0, 7420, 7420, 7421, 0, 7421, 7421, 7421, 7422, 0, 7422, 7422, 7422, 7423, 0, 7423, 7423, 7423, 7424, 0, 7424, 7424, 7424, 7425, 0, 7425, 7425, 7425, 7426, 7426, 7426, 7426, 7426, 7427, 0, 7427, 7427, 7427, 7428, 0, 7428, 7428, 7428, 7429, 0, 7429, 7429, 7429, 7430, 0, 7430, 7430, 7430, 7431, 0, 7431, 7431, 7431, 7432, 0, 7432, 7432, 7432, 7433, 0, 7433, 7433, 7433, 7434, 0, 7434, 7434, 7434, 7435, 0, 7435, 7435, 7435, 7436, 0, 7436, 7436, 7436, 7437, 0, 7437, 7437, 7437, 7438, 0, 7438, 7438, 7438, 7439, 0, 7439, 7439, 7439, 7440, 0, 7440, 7440, 7440, 7441, 0, 7441, 7441, 7441, 7442, 0, 7442, 7442, 7442, 7443, 0, 7443, 7443, 7443, 7444, 0, 7444, 7444, 7444, 7445, 0, 7445, 7445, 7445, 7446, 0, 7446, 7446, 7446, 7447, 0, 7447, 7447, 7447, 7448, 0, 7448, 7448, 7448, 7449, 0, 7449, 7449, 7449, 7450, 0, 7450, 7450, 7450, 7451, 0, 7451, 7451, 7451, 7452, 0, 7452, 7452, 7452, 7453, 0, 7453, 7453, 7453, 7454, 0, 7454, 7454, 7454, 7455, 0, 7455, 7455, 7455, 7456, 0, 7456, 7456, 7456, 7457, 0, 7457, 7457, 7457, 7458, 0, 7458, 7458, 7458, 7459, 0, 7459, 7459, 7459, 7460, 0, 0, 7460, 7460, 7461, 7461, 7461, 7461, 7461, 7462, 7462, 7462, 7462, 7462, 7463, 0, 7463, 7463, 7463, 7464, 0, 0, 7464, 7464, 7465, 0, 0, 7465, 7465, 7466, 0, 0, 7466, 7466, 7467, 0, 7467, 7467, 7467, 7468, 0, 7468, 7468, 7468, 7469, 0, 7469, 7469, 7469, 7470, 0, 7470, 7470, 7470, 7471, 0, 7471, 7471, 7471, 7472, 7472, 7472, 7472, 7472, 7473, 0, 7473, 7473, 7473, 7474, 0, 7474, 7474, 7474, 7475, 0, 7475, 7475, 7475, 7476, 0, 7476, 7476, 7476, 7477, 0, 7477, 7477, 7477, 7478, 0, 7478, 7478, 7478, 7479, 0, 7479, 7479, 7479, 7480, 0, 7480, 7480, 7480, 7481, 0, 7481, 7481, 7481, 7482, 0, 7482, 7482, 7482, 7483, 0, 7483, 7483, 7483, 7484, 0, 7484, 7484, 7484, 7485, 0, 7485, 7485, 7485, 7486, 0, 7486, 7486, 7486, 7487, 0, 7487, 7487, 7487, 7488, 0, 7488, 7488, 7488, 7489, 0, 7489, 7489, 7489, 7490, 0, 7490, 7490, 7490, 7491, 0, 7491, 7491, 7491, 7492, 0, 7492, 7492, 7492, 7493, 0, 7493, 7493, 7493, 7494, 0, 7494, 7494, 7494, 7495, 0, 7495, 7495, 7495, 7496, 0, 7496, 7496, 7496, 7497, 0, 7497, 7497, 7497, 7498, 0, 7498, 7498, 7498, 7499, 0, 7499, 7499, 7499, 7500, 0, 7500, 7500, 7500, 7501, 0, 7501, 7501, 7501, 7502, 0, 7502, 7502, 7502, 7503, 0, 7503, 7503, 7503, 7504, 0, 7504, 7504, 7504, 7505, 0, 7505, 7505, 7505, 7506, 0, 0, 7506, 7506, 7507, 7507, 7507, 7507, 7507, 7508, 7508, 7508, 7508, 7508, 7509, 0, 7509, 7509, 7509, 7510, 0, 0, 7510, 7510, 7511, 0, 0, 7511, 7511, 7512, 0, 0, 7512, 7512, 7513, 0, 7513, 7513, 7513, 7514, 0, 7514, 7514, 7514, 7515, 0, 7515, 7515, 7515, 7516, 0, 7516, 7516, 7516, 7517, 0, 7517, 7517, 7517, 7518, 7518, 7518, 7518, 7518, 7519, 0, 7519, 7519, 7519, 7520, 0, 7520, 7520, 7520, 7521, 0, 7521, 7521, 7521, 7522, 0, 7522, 7522, 7522, 7523, 0, 7523, 7523, 7523, 7524, 0, 7524, 7524, 7524, 7525, 0, 7525, 7525, 7525, 7526, 0, 7526, 7526, 7526, 7527, 0, 7527, 7527, 7527, 7528, 0, 7528, 7528, 7528, 7529, 0, 7529, 7529, 7529, 7530, 0, 7530, 7530, 7530, 7531, 0, 7531, 7531, 7531, 7532, 0, 7532, 7532, 7532, 7533, 0, 7533, 7533, 7533, 7534, 0, 7534, 7534, 7534, 7535, 0, 7535, 7535, 7535, 7536, 0, 7536, 7536, 7536, 7537, 0, 7537, 7537, 7537, 7538, 0, 7538, 7538, 7538, 7539, 0, 7539, 7539, 7539, 7540, 0, 7540, 7540, 7540, 7541, 0, 7541, 7541, 7541, 7542, 0, 7542, 7542, 7542, 7543, 0, 7543, 7543, 7543, 7544, 0, 7544, 7544, 7544, 7545, 0, 7545, 7545, 7545, 7546, 0, 7546, 7546, 7546, 7547, 0, 7547, 7547, 7547, 7548, 0, 7548, 7548, 7548, 7549, 0, 7549, 7549, 7549, 7550, 0, 7550, 7550, 7550, 7551, 0, 7551, 7551, 7551, 7552, 0, 0, 7552, 7552, 7553, 7553, 7553, 7553, 7553, 7554, 7554, 7554, 7554, 7554, 7555, 0, 7555, 7555, 7555, 7556, 0, 0, 7556, 7556, 7557, 0, 0, 7557, 7557, 7558, 0, 0, 7558, 7558, 7559, 0, 7559, 7559, 7559, 7560, 0, 7560, 7560, 7560, 7561, 0, 7561, 7561, 7561, 7562, 0, 7562, 7562, 7562, 7563, 0, 7563, 7563, 7563, 7564, 7564, 7564, 7564, 7564, 7565, 0, 7565, 7565, 7565, 7566, 0, 7566, 7566, 7566, 7567, 0, 7567, 7567, 7567, 7568, 0, 7568, 7568, 7568, 7569, 0, 7569, 7569, 7569, 7570, 0, 7570, 7570, 7570, 7571, 0, 7571, 7571, 7571, 7572, 0, 7572, 7572, 7572, 7573, 0, 7573, 7573, 7573, 7574, 0, 7574, 7574, 7574, 7575, 0, 7575, 7575, 7575, 7576, 0, 7576, 7576, 7576, 7577, 0, 7577, 7577, 7577, 7578, 0, 7578, 7578, 7578, 7579, 0, 7579, 7579, 7579, 7580, 0, 7580, 7580, 7580, 7581, 0, 7581, 7581, 7581, 7582, 0, 7582, 7582, 7582, 7583, 0, 7583, 7583, 7583, 7584, 0, 7584, 7584, 7584, 7585, 0, 7585, 7585, 7585, 7586, 0, 7586, 7586, 7586, 7587, 0, 7587, 7587, 7587, 7588, 0, 7588, 7588, 7588, 7589, 0, 7589, 7589, 7589, 7590, 0, 7590, 7590, 7590, 7591, 0, 7591, 7591, 7591, 7592, 0, 7592, 7592, 7592, 7593, 0, 7593, 7593, 7593, 7594, 0, 7594, 7594, 7594, 7595, 0, 7595, 7595, 7595, 7596, 0, 7596, 7596, 7596, 7597, 0, 7597, 7597, 7597, 7598, 0, 0, 7598, 7598, 7599, 7599, 7599, 7599, 7599, 7600, 7600, 7600, 7600, 7600, 7601, 0, 7601, 7601, 7601, 7602, 0, 0, 7602, 7602, 7603, 0, 0, 7603, 7603, 7604, 0, 0, 7604, 7604, 7605, 0, 7605, 7605, 7605, 7606, 0, 7606, 7606, 7606, 7607, 0, 7607, 7607, 7607, 7608, 0, 7608, 7608, 7608, 7609, 0, 7609, 7609, 7609, 7610, 7610, 7610, 7610, 7610, 7611, 0, 7611, 7611, 7611, 7612, 0, 7612, 7612, 7612, 7613, 0, 7613, 7613, 7613, 7614, 0, 7614, 7614, 7614, 7615, 0, 7615, 7615, 7615, 7616, 0, 7616, 7616, 7616, 7617, 0, 7617, 7617, 7617, 7618, 0, 7618, 7618, 7618, 7619, 0, 7619, 7619, 7619, 7620, 0, 7620, 7620, 7620, 7621, 0, 7621, 7621, 7621, 7622, 0, 7622, 7622, 7622, 7623, 0, 7623, 7623, 7623, 7624, 0, 7624, 7624, 7624, 7625, 0, 7625, 7625, 7625, 7626, 0, 7626, 7626, 7626, 7627, 0, 7627, 7627, 7627, 7628, 0, 7628, 7628, 7628, 7629, 0, 7629, 7629, 7629, 7630, 0, 7630, 7630, 7630, 7631, 0, 7631, 7631, 7631, 7632, 0, 7632, 7632, 7632, 7633, 0, 7633, 7633, 7633, 7634, 0, 7634, 7634, 7634, 7635, 0, 7635, 7635, 7635, 7636, 0, 7636, 7636, 7636, 7637, 0, 7637, 7637, 7637, 7638, 0, 7638, 7638, 7638, 7639, 0, 7639, 7639, 7639, 7640, 0, 7640, 7640, 7640, 7641, 0, 7641, 7641, 7641, 7642, 0, 7642, 7642, 7642, 7643, 0, 7643, 7643, 7643, 7644, 0, 0, 7644, 7644, 7645, 7645, 7645, 7645, 7645, 7646, 7646, 7646, 7646, 7646, 7647, 0, 7647, 7647, 7647, 7648, 0, 0, 7648, 7648, 7649, 0, 0, 7649, 7649, 7650, 0, 0, 7650, 7650, 7651, 0, 7651, 7651, 7651, 7652, 0, 7652, 7652, 7652, 7653, 0, 7653, 7653, 7653, 7654, 0, 7654, 7654, 7654, 7655, 0, 7655, 7655, 7655, 7656, 7656, 7656, 7656, 7656, 7657, 0, 7657, 7657, 7657, 7658, 0, 7658, 7658, 7658, 7659, 0, 7659, 7659, 7659, 7660, 0, 7660, 7660, 7660, 7661, 0, 7661, 7661, 7661, 7662, 0, 7662, 7662, 7662, 7663, 0, 7663, 7663, 7663, 7664, 0, 7664, 7664, 7664, 7665, 0, 7665, 7665, 7665, 7666, 0, 7666, 7666, 7666, 7667, 0, 7667, 7667, 7667, 7668, 0, 7668, 7668, 7668, 7669, 0, 7669, 7669, 7669, 7670, 0, 7670, 7670, 7670, 7671, 0, 7671, 7671, 7671, 7672, 0, 7672, 7672, 7672, 7673, 0, 7673, 7673, 7673, 7674, 0, 7674, 7674, 7674, 7675, 0, 7675, 7675, 7675, 7676, 0, 7676, 7676, 7676, 7677, 0, 7677, 7677, 7677, 7678, 0, 7678, 7678, 7678, 7679, 0, 7679, 7679, 7679, 7680, 0, 7680, 7680, 7680, 7681, 0, 7681, 7681, 7681, 7682, 0, 7682, 7682, 7682, 7683, 0, 7683, 7683, 7683, 7684, 0, 7684, 7684, 7684, 7685, 0, 7685, 7685, 7685, 7686, 0, 7686, 7686, 7686, 7687, 0, 7687, 7687, 7687, 7688, 0, 7688, 7688, 7688, 7689, 0, 7689, 7689, 7689, 7690, 0, 0, 7690, 7690, 7691, 7691, 7691, 7691, 7691, 7692, 7692, 7692, 7692, 7692, 7693, 0, 7693, 7693, 7693, 7694, 0, 0, 7694, 7694, 7695, 0, 0, 7695, 7695, 7696, 0, 0, 7696, 7696, 7697, 0, 7697, 7697, 7697, 7698, 0, 7698, 7698, 7698, 7699, 0, 7699, 7699, 7699, 7700, 0, 7700, 7700, 7700, 7701, 0, 7701, 7701, 7701, 7702, 7702, 7702, 7702, 7702, 7703, 0, 7703, 7703, 7703, 7704, 0, 7704, 7704, 7704, 7705, 0, 7705, 7705, 7705, 7706, 0, 7706, 7706, 7706, 7707, 0, 7707, 7707, 7707, 7708, 0, 7708, 7708, 7708, 7709, 0, 7709, 7709, 7709, 7710, 0, 7710, 7710, 7710, 7711, 0, 7711, 7711, 7711, 7712, 0, 7712, 7712, 7712, 7713, 0, 7713, 7713, 7713, 7714, 0, 7714, 7714, 7714, 7715, 0, 7715, 7715, 7715, 7716, 0, 7716, 7716, 7716, 7717, 0, 7717, 7717, 7717, 7718, 0, 7718, 7718, 7718, 7719, 0, 7719, 7719, 7719, 7720, 0, 7720, 7720, 7720, 7721, 0, 7721, 7721, 7721, 7722, 0, 7722, 7722, 7722, 7723, 0, 7723, 7723, 7723, 7724, 0, 7724, 7724, 7724, 7725, 0, 7725, 7725, 7725, 7726, 0, 7726, 7726, 7726, 7727, 0, 7727, 7727, 7727, 7728, 0, 7728, 7728, 7728, 7729, 0, 7729, 7729, 7729, 7730, 0, 7730, 7730, 7730, 7731, 0, 7731, 7731, 7731, 7732, 0, 7732, 7732, 7732, 7733, 0, 7733, 7733, 7733, 7734, 0, 7734, 7734, 7734, 7735, 0, 7735, 7735, 7735, 7736, 0, 0, 7736, 7736, 7737, 7737, 7737, 7737, 7737, 7738, 7738, 7738, 7738, 7738, 7739, 0, 7739, 7739, 7739, 7740, 0, 0, 7740, 7740, 7741, 0, 0, 7741, 7741, 7742, 0, 0, 7742, 7742, 7743, 0, 7743, 7743, 7743, 7744, 0, 7744, 7744, 7744, 7745, 0, 7745, 7745, 7745, 7746, 0, 7746, 7746, 7746, 7747, 0, 7747, 7747, 7747, 7748, 7748, 7748, 7748, 7748, 7749, 0, 7749, 7749, 7749, 7750, 0, 7750, 7750, 7750, 7751, 0, 7751, 7751, 7751, 7752, 0, 7752, 7752, 7752, 7753, 0, 7753, 7753, 7753, 7754, 0, 7754, 7754, 7754, 7755, 0, 7755, 7755, 7755, 7756, 0, 7756, 7756, 7756, 7757, 0, 7757, 7757, 7757, 7758, 0, 7758, 7758, 7758, 7759, 0, 7759, 7759, 7759, 7760, 0, 7760, 7760, 7760, 7761, 0, 7761, 7761, 7761, 7762, 0, 7762, 7762, 7762, 7763, 0, 7763, 7763, 7763, 7764, 0, 7764, 7764, 7764, 7765, 0, 7765, 7765, 7765, 7766, 0, 7766, 7766, 7766, 7767, 0, 7767, 7767, 7767, 7768, 0, 7768, 7768, 7768, 7769, 0, 7769, 7769, 7769, 7770, 0, 7770, 7770, 7770, 7771, 0, 7771, 7771, 7771, 7772, 0, 7772, 7772, 7772, 7773, 0, 7773, 7773, 7773, 7774, 0, 7774, 7774, 7774, 7775, 0, 7775, 7775, 7775, 7776, 0, 7776, 7776, 7776, 7777, 0, 7777, 7777, 7777, 7778, 0, 7778, 7778, 7778, 7779, 0, 7779, 7779, 7779, 7780, 0, 7780, 7780, 7780, 7781, 0, 7781, 7781, 7781, 7782, 0, 0, 7782, 7782, 7783, 7783, 7783, 7783, 7783, 7784, 7784, 7784, 7784, 7784, 7785, 0, 7785, 7785, 7785, 7786, 0, 0, 7786, 7786, 7787, 0, 0, 7787, 7787, 7788, 0, 0, 7788, 7788, 7789, 0, 7789, 7789, 7789, 7790, 0, 7790, 7790, 7790, 7791, 0, 7791, 7791, 7791, 7792, 0, 7792, 7792, 7792, 7793, 0, 7793, 7793, 7793, 7794, 7794, 7794, 7794, 7794, 7795, 0, 7795, 7795, 7795, 7796, 0, 7796, 7796, 7796, 7797, 0, 7797, 7797, 7797, 7798, 0, 7798, 7798, 7798, 7799, 0, 7799, 7799, 7799, 7800, 0, 7800, 7800, 7800, 7801, 0, 7801, 7801, 7801, 7802, 0, 7802, 7802, 7802, 7803, 0, 7803, 7803, 7803, 7804, 0, 7804, 7804, 7804, 7805, 0, 7805, 7805, 7805, 7806, 0, 7806, 7806, 7806, 7807, 0, 7807, 7807, 7807, 7808, 0, 7808, 7808, 7808, 7809, 0, 7809, 7809, 7809, 7810, 0, 7810, 7810, 7810, 7811, 0, 7811, 7811, 7811, 7812, 0, 7812, 7812, 7812, 7813, 0, 7813, 7813, 7813, 7814, 0, 7814, 7814, 7814, 7815, 0, 7815, 7815, 7815, 7816, 0, 7816, 7816, 7816, 7817, 0, 7817, 7817, 7817, 7818, 0, 7818, 7818, 7818, 7819, 0, 7819, 7819, 7819, 7820, 0, 7820, 7820, 7820, 7821, 0, 7821, 7821, 7821, 7822, 0, 7822, 7822, 7822, 7823, 0, 7823, 7823, 7823, 7824, 0, 7824, 7824, 7824, 7825, 0, 7825, 7825, 7825, 7826, 0, 7826, 7826, 7826, 7827, 0, 7827, 7827, 7827, 7828, 0, 0, 7828, 7828, 7829, 7829, 7829, 7829, 7829, 7830, 7830, 7830, 7830, 7830, 7831, 0, 7831, 7831, 7831, 7832, 0, 0, 7832, 7832, 7833, 0, 0, 7833, 7833, 7834, 0, 0, 7834, 7834, 7835, 0, 7835, 7835, 7835, 7836, 0, 7836, 7836, 7836, 7837, 0, 7837, 7837, 7837, 7838, 0, 7838, 7838, 7838, 7839, 0, 7839, 7839, 7839, 7840, 7840, 7840, 7840, 7840, 7841, 0, 7841, 7841, 7841, 7842, 0, 7842, 7842, 7842, 7843, 0, 7843, 7843, 7843, 7844, 0, 7844, 7844, 7844, 7845, 0, 7845, 7845, 7845, 7846, 0, 7846, 7846, 7846, 7847, 0, 7847, 7847, 7847, 7848, 0, 7848, 7848, 7848, 7849, 0, 7849, 7849, 7849, 7850, 0, 7850, 7850, 7850, 7851, 0, 7851, 7851, 7851, 7852, 0, 7852, 7852, 7852, 7853, 0, 7853, 7853, 7853, 7854, 0, 7854, 7854, 7854, 7855, 0, 7855, 7855, 7855, 7856, 0, 7856, 7856, 7856, 7857, 0, 7857, 7857, 7857, 7858, 0, 7858, 7858, 7858, 7859, 0, 7859, 7859, 7859, 7860, 0, 7860, 7860, 7860, 7861, 0, 7861, 7861, 7861, 7862, 0, 7862, 7862, 7862, 7863, 0, 7863, 7863, 7863, 7864, 0, 7864, 7864, 7864, 7865, 0, 7865, 7865, 7865, 7866, 0, 7866, 7866, 7866, 7867, 0, 7867, 7867, 7867, 7868, 0, 7868, 7868, 7868, 7869, 0, 7869, 7869, 7869, 7870, 0, 7870, 7870, 7870, 7871, 0, 7871, 7871, 7871, 7872, 0, 7872, 7872, 7872, 7873, 0, 7873, 7873, 7873, 7874, 0, 0, 7874, 7874, 7875, 7875, 7875, 7875, 7875, 7876, 7876, 7876, 7876, 7876, 7877, 0, 7877, 7877, 7877, 7878, 0, 0, 7878, 7878, 7879, 0, 0, 7879, 7879, 7880, 0, 0, 7880, 7880, 7881, 0, 7881, 7881, 7881, 7882, 0, 7882, 7882, 7882, 7883, 0, 7883, 7883, 7883, 7884, 0, 7884, 7884, 7884, 7885, 0, 7885, 7885, 7885, 7886, 7886, 7886, 7886, 7886, 7887, 0, 7887, 7887, 7887, 7888, 0, 7888, 7888, 7888, 7889, 0, 7889, 7889, 7889, 7890, 0, 7890, 7890, 7890, 7891, 0, 7891, 7891, 7891, 7892, 0, 7892, 7892, 7892, 7893, 0, 7893, 7893, 7893, 7894, 0, 7894, 7894, 7894, 7895, 0, 7895, 7895, 7895, 7896, 0, 7896, 7896, 7896, 7897, 0, 7897, 7897, 7897, 7898, 0, 7898, 7898, 7898, 7899, 0, 7899, 7899, 7899, 7900, 0, 7900, 7900, 7900, 7901, 0, 7901, 7901, 7901, 7902, 0, 7902, 7902, 7902, 7903, 0, 7903, 7903, 7903, 7904, 0, 7904, 7904, 7904, 7905, 0, 7905, 7905, 7905, 7906, 0, 7906, 7906, 7906, 7907, 0, 7907, 7907, 7907, 7908, 0, 7908, 7908, 7908, 7909, 0, 7909, 7909, 7909, 7910, 0, 7910, 7910, 7910, 7911, 0, 7911, 7911, 7911, 7912, 0, 7912, 7912, 7912, 7913, 0, 7913, 7913, 7913, 7914, 0, 7914, 7914, 7914, 7915, 0, 7915, 7915, 7915, 7916, 0, 7916, 7916, 7916, 7917, 0, 7917, 7917, 7917, 7918, 0, 7918, 7918, 7918, 7919, 0, 7919, 7919, 7919, 7920, 7920, 7920, 7920, 7920, 7921, 7921, 7921, 7921, 7921, 7922, 0, 7922, 7922, 7922, 7923, 0, 0, 7923, 7923, 7924, 0, 7924, 7924, 7924, 7925, 0, 7925, 7925, 7925, 7926, 0, 7926, 7926, 7926, 7927, 0, 7927, 7927, 7927, 7928, 0, 7928, 7928, 7928, 7929, 7929, 7929, 7929, 7929, 7930, 0, 7930, 7930, 7930, 7931, 0, 7931, 7931, 7931, 7932, 0, 7932, 7932, 7932, 7933, 0, 7933, 7933, 7933, 7934, 0, 7934, 7934, 7934, 7935, 0, 7935, 7935, 7935, 7936, 0, 7936, 7936, 7936, 7937, 0, 7937, 7937, 7937, 7938, 0, 7938, 7938, 7938, 7939, 0, 7939, 7939, 7939, 7940, 0, 7940, 7940, 7940, 7941, 0, 7941, 7941, 7941, 7942, 0, 7942, 7942, 7942, 7943, 0, 7943, 7943, 7943, 7944, 0, 7944, 7944, 7944, 7945, 0, 7945, 7945, 7945, 7946, 0, 7946, 7946, 7946, 7947, 0, 7947, 7947, 7947, 7948, 0, 7948, 7948, 7948, 7949, 0, 7949, 7949, 7949, 7950, 0, 7950, 7950, 7950, 7951, 0, 7951, 7951, 7951, 7952, 0, 7952, 7952, 7952, 7953, 0, 7953, 7953, 7953, 7954, 0, 7954, 7954, 7954, 7955, 0, 7955, 7955, 7955, 7956, 0, 7956, 7956, 7956, 7957, 0, 7957, 7957, 7957, 7958, 0, 7958, 7958, 7958, 7959, 0, 7959, 7959, 7959, 7960, 0, 7960, 7960, 7960, 7961, 0, 7961, 7961, 7961, 7962, 0, 7962, 7962, 7962, 7963, 7963, 7963, 7963, 7963, 7964, 7964, 7964, 7964, 7964, 7965, 0, 7965, 7965, 7965, 7966, 0, 0, 7966, 7966, 7967, 0, 7967, 7967, 7967, 7968, 0, 7968, 7968, 7968, 7969, 0, 7969, 7969, 7969, 7970, 0, 7970, 7970, 7970, 7971, 0, 7971, 7971, 7971, 7972, 7972, 7972, 7972, 7972, 7973, 0, 7973, 7973, 7973, 7974, 0, 7974, 7974, 7974, 7975, 0, 7975, 7975, 7975, 7976, 0, 7976, 7976, 7976, 7977, 0, 7977, 7977, 7977, 7978, 0, 7978, 7978, 7978, 7979, 0, 7979, 7979, 7979, 7980, 0, 7980, 7980, 7980, 7981, 0, 7981, 7981, 7981, 7982, 0, 7982, 7982, 7982, 7983, 0, 7983, 7983, 7983, 7984, 0, 7984, 7984, 7984, 7985, 0, 7985, 7985, 7985, 7986, 0, 7986, 7986, 7986, 7987, 0, 7987, 7987, 7987, 7988, 0, 7988, 7988, 7988, 7989, 0, 7989, 7989, 7989, 7990, 0, 7990, 7990, 7990, 7991, 0, 7991, 7991, 7991, 7992, 0, 7992, 7992, 7992, 7993, 0, 7993, 7993, 7993, 7994, 0, 7994, 7994, 7994, 7995, 0, 7995, 7995, 7995, 7996, 0, 7996, 7996, 7996, 7997, 0, 7997, 7997, 7997, 7998, 0, 7998, 7998, 7998, 7999, 0, 7999, 7999, 7999, 8000, 0, 8000, 8000, 8000, 8001, 0, 8001, 8001, 8001, 8002, 0, 8002, 8002, 8002, 8003, 0, 8003, 8003, 8003, 8004, 0, 8004, 8004, 8004, 8005, 0, 8005, 8005, 8005, 8006, 8006, 8006, 8006, 8006, 8007, 8007, 8007, 8007, 8007, 8008, 0, 8008, 8008, 8008, 8009, 0, 0, 8009, 8009, 8010, 0, 8010, 8010, 8010, 8011, 0, 8011, 8011, 8011, 8012, 0, 8012, 8012, 8012, 8013, 0, 8013, 8013, 8013, 8014, 0, 8014, 8014, 8014, 8015, 8015, 8015, 8015, 8015, 8016, 0, 8016, 8016, 8016, 8017, 0, 8017, 8017, 8017, 8018, 0, 8018, 8018, 8018, 8019, 0, 8019, 8019, 8019, 8020, 0, 8020, 8020, 8020, 8021, 0, 8021, 8021, 8021, 8022, 0, 8022, 8022, 8022, 8023, 0, 8023, 8023, 8023, 8024, 0, 8024, 8024, 8024, 8025, 0, 8025, 8025, 8025, 8026, 0, 8026, 8026, 8026, 8027, 0, 8027, 8027, 8027, 8028, 0, 8028, 8028, 8028, 8029, 0, 8029, 8029, 8029, 8030, 0, 8030, 8030, 8030, 8031, 0, 8031, 8031, 8031, 8032, 0, 8032, 8032, 8032, 8033, 0, 8033, 8033, 8033, 8034, 0, 8034, 8034, 8034, 8035, 0, 8035, 8035, 8035, 8036, 0, 8036, 8036, 8036, 8037, 0, 8037, 8037, 8037, 8038, 0, 8038, 8038, 8038, 8039, 0, 8039, 8039, 8039, 8040, 0, 8040, 8040, 8040, 8041, 0, 8041, 8041, 8041, 8042, 0, 8042, 8042, 8042, 8043, 0, 8043, 8043, 8043, 8044, 0, 8044, 8044, 8044, 8045, 0, 8045, 8045, 8045, 8046, 0, 8046, 8046, 8046, 8047, 0, 8047, 8047, 8047, 8048, 0, 8048, 8048, 8048, 8049, 8049, 8049, 8049, 8049, 8050, 8050, 8050, 8050, 8050, 8051, 0, 8051, 8051, 8051, 8052, 0, 0, 8052, 8052, 8053, 0, 8053, 8053, 8053, 8054, 0, 8054, 8054, 8054, 8055, 0, 8055, 8055, 8055, 8056, 0, 8056, 8056, 8056, 8057, 0, 8057, 8057, 8057, 8058, 8058, 8058, 8058, 8058, 8059, 0, 8059, 8059, 8059, 8060, 0, 8060, 8060, 8060, 8061, 0, 8061, 8061, 8061, 8062, 0, 8062, 8062, 8062, 8063, 0, 8063, 8063, 8063, 8064, 0, 8064, 8064, 8064, 8065, 0, 8065, 8065, 8065, 8066, 0, 8066, 8066, 8066, 8067, 0, 8067, 8067, 8067, 8068, 0, 8068, 8068, 8068, 8069, 0, 8069, 8069, 8069, 8070, 0, 8070, 8070, 8070, 8071, 0, 8071, 8071, 8071, 8072, 0, 8072, 8072, 8072, 8073, 0, 8073, 8073, 8073, 8074, 0, 8074, 8074, 8074, 8075, 0, 8075, 8075, 8075, 8076, 0, 8076, 8076, 8076, 8077, 0, 8077, 8077, 8077, 8078, 0, 8078, 8078, 8078, 8079, 0, 8079, 8079, 8079, 8080, 0, 8080, 8080, 8080, 8081, 0, 8081, 8081, 8081, 8082, 0, 8082, 8082, 8082, 8083, 0, 8083, 8083, 8083, 8084, 0, 8084, 8084, 8084, 8085, 0, 8085, 8085, 8085, 8086, 0, 8086, 8086, 8086, 8087, 0, 8087, 8087, 8087, 8088, 0, 8088, 8088, 8088, 8089, 0, 8089, 8089, 8089, 8090, 0, 8090, 8090, 8090, 8091, 0, 8091, 8091, 8091, 8092, 8092, 8092, 8092, 8092, 8093, 8093, 8093, 8093, 8093, 8094, 0, 8094, 8094, 8094, 8095, 0, 0, 8095, 8095, 8096, 0, 8096, 8096, 8096, 8097, 0, 8097, 8097, 8097, 8098, 0, 8098, 8098, 8098, 8099, 0, 8099, 8099, 8099, 8100, 0, 8100, 8100, 8100, 8101, 8101, 8101, 8101, 8101, 8102, 0, 8102, 8102, 8102, 8103, 0, 8103, 8103, 8103, 8104, 0, 8104, 8104, 8104, 8105, 0, 8105, 8105, 8105, 8106, 0, 8106, 8106, 8106, 8107, 0, 8107, 8107, 8107, 8108, 0, 8108, 8108, 8108, 8109, 0, 8109, 8109, 8109, 8110, 0, 8110, 8110, 8110, 8111, 0, 8111, 8111, 8111, 8112, 0, 8112, 8112, 8112, 8113, 0, 8113, 8113, 8113, 8114, 0, 8114, 8114, 8114, 8115, 0, 8115, 8115, 8115, 8116, 0, 8116, 8116, 8116, 8117, 0, 8117, 8117, 8117, 8118, 0, 8118, 8118, 8118, 8119, 0, 8119, 8119, 8119, 8120, 0, 8120, 8120, 8120, 8121, 0, 8121, 8121, 8121, 8122, 0, 8122, 8122, 8122, 8123, 0, 8123, 8123, 8123, 8124, 0, 8124, 8124, 8124, 8125, 0, 8125, 8125, 8125, 8126, 0, 8126, 8126, 8126, 8127, 0, 8127, 8127, 8127, 8128, 0, 8128, 8128, 8128, 8129, 0, 8129, 8129, 8129, 8130, 0, 8130, 8130, 8130, 8131, 0, 8131, 8131, 8131, 8132, 0, 8132, 8132, 8132, 8133, 0, 8133, 8133, 8133, 8134, 0, 8134, 8134, 8134, 8135, 8135, 8135, 8135, 8135, 8136, 8136, 8136, 8136, 8136, 8137, 0, 8137, 8137, 8137, 8138, 0, 0, 8138, 8138, 8139, 0, 8139, 8139, 8139, 8140, 0, 8140, 8140, 8140, 8141, 0, 8141, 8141, 8141, 8142, 0, 8142, 8142, 8142, 8143, 0, 8143, 8143, 8143, 8144, 8144, 8144, 8144, 8144, 8145, 0, 8145, 8145, 8145, 8146, 0, 8146, 8146, 8146, 8147, 0, 8147, 8147, 8147, 8148, 0, 8148, 8148, 8148, 8149, 0, 8149, 8149, 8149, 8150, 0, 8150, 8150, 8150, 8151, 0, 8151, 8151, 8151, 8152, 0, 8152, 8152, 8152, 8153, 0, 8153, 8153, 8153, 8154, 0, 8154, 8154, 8154, 8155, 0, 8155, 8155, 8155, 8156, 0, 8156, 8156, 8156, 8157, 0, 8157, 8157, 8157, 8158, 0, 8158, 8158, 8158, 8159, 0, 8159, 8159, 8159, 8160, 0, 8160, 8160, 8160, 8161, 0, 8161, 8161, 8161, 8162, 0, 8162, 8162, 8162, 8163, 0, 8163, 8163, 8163, 8164, 0, 8164, 8164, 8164, 8165, 0, 8165, 8165, 8165, 8166, 0, 8166, 8166, 8166, 8167, 0, 8167, 8167, 8167, 8168, 0, 8168, 8168, 8168, 8169, 0, 8169, 8169, 8169, 8170, 0, 8170, 8170, 8170, 8171, 0, 8171, 8171, 8171, 8172, 0, 8172, 8172, 8172, 8173, 0, 8173, 8173, 8173, 8174, 0, 8174, 8174, 8174, 8175, 0, 8175, 8175, 8175, 8176, 0, 8176, 8176, 8176, 8177, 0, 8177, 8177, 8177, 8178, 8178, 8178, 8178, 8178, 8179, 8179, 8179, 8179, 8179, 8180, 0, 8180, 8180, 8180, 8181, 0, 0, 8181, 8181, 8182, 0, 8182, 8182, 8182, 8183, 0, 8183, 8183, 8183, 8184, 0, 8184, 8184, 8184, 8185, 0, 8185, 8185, 8185, 8186, 0, 8186, 8186, 8186, 8187, 8187, 8187, 8187, 8187, 8188, 0, 8188, 8188, 8188, 8189, 0, 8189, 8189, 8189, 8190, 0, 8190, 8190, 8190, 8191, 0, 8191, 8191, 8191, 8192, 0, 8192, 8192, 8192, 8193, 0, 8193, 8193, 8193, 8194, 0, 8194, 8194, 8194, 8195, 0, 8195, 8195, 8195, 8196, 0, 8196, 8196, 8196, 8197, 0, 8197, 8197, 8197, 8198, 0, 8198, 8198, 8198, 8199, 0, 8199, 8199, 8199, 8200, 0, 8200, 8200, 8200, 8201, 0, 8201, 8201, 8201, 8202, 0, 8202, 8202, 8202, 8203, 0, 8203, 8203, 8203, 8204, 0, 8204, 8204, 8204, 8205, 0, 8205, 8205, 8205, 8206, 0, 8206, 8206, 8206, 8207, 0, 8207, 8207, 8207, 8208, 0, 8208, 8208, 8208, 8209, 0, 8209, 8209, 8209, 8210, 0, 8210, 8210, 8210, 8211, 0, 8211, 8211, 8211, 8212, 0, 8212, 8212, 8212, 8213, 0, 8213, 8213, 8213, 8214, 0, 8214, 8214, 8214, 8215, 0, 8215, 8215, 8215, 8216, 0, 8216, 8216, 8216, 8217, 0, 8217, 8217, 8217, 8218, 0, 8218, 8218, 8218, 8219, 0, 8219, 8219, 8219, 8220, 0, 8220, 8220, 8220, 8221, 8221, 8221, 8221, 8221, 8222, 8222, 8222, 8222, 8222, 8223, 0, 8223, 8223, 8223, 8224, 0, 0, 8224, 8224, 8225, 0, 8225, 8225, 8225, 8226, 0, 8226, 8226, 8226, 8227, 0, 8227, 8227, 8227, 8228, 0, 8228, 8228, 8228, 8229, 0, 8229, 8229, 8229, 8230, 8230, 8230, 8230, 8230, 8231, 0, 8231, 8231, 8231, 8232, 0, 8232, 8232, 8232, 8233, 0, 8233, 8233, 8233, 8234, 0, 8234, 8234, 8234, 8235, 0, 8235, 8235, 8235, 8236, 0, 8236, 8236, 8236, 8237, 0, 8237, 8237, 8237, 8238, 0, 8238, 8238, 8238, 8239, 0, 8239, 8239, 8239, 8240, 0, 8240, 8240, 8240, 8241, 0, 8241, 8241, 8241, 8242, 0, 8242, 8242, 8242, 8243, 0, 8243, 8243, 8243, 8244, 0, 8244, 8244, 8244, 8245, 0, 8245, 8245, 8245, 8246, 0, 8246, 8246, 8246, 8247, 0, 8247, 8247, 8247, 8248, 0, 8248, 8248, 8248, 8249, 0, 8249, 8249, 8249, 8250, 0, 8250, 8250, 8250, 8251, 0, 8251, 8251, 8251, 8252, 0, 8252, 8252, 8252, 8253, 0, 8253, 8253, 8253, 8254, 0, 8254, 8254, 8254, 8255, 0, 8255, 8255, 8255, 8256, 0, 8256, 8256, 8256, 8257, 0, 8257, 8257, 8257, 8258, 0, 8258, 8258, 8258, 8259, 0, 8259, 8259, 8259, 8260, 0, 8260, 8260, 8260, 8261, 0, 8261, 8261, 8261, 8262, 0, 8262, 8262, 8262, 8263, 0, 8263, 8263, 8263, 8264, 8264, 8264, 8264, 8264, 8265, 8265, 8265, 8265, 8265, 8266, 0, 8266, 8266, 8266, 8267, 0, 0, 8267, 8267, 8268, 0, 8268, 8268, 8268, 8269, 0, 8269, 8269, 8269, 8270, 0, 8270, 8270, 8270, 8271, 0, 8271, 8271, 8271, 8272, 0, 8272, 8272, 8272, 8273, 8273, 8273, 8273, 8273, 8274, 0, 8274, 8274, 8274, 8275, 0, 8275, 8275, 8275, 8276, 0, 8276, 8276, 8276, 8277, 0, 8277, 8277, 8277, 8278, 0, 8278, 8278, 8278, 8279, 0, 8279, 8279, 8279, 8280, 0, 8280, 8280, 8280, 8281, 0, 8281, 8281, 8281, 8282, 0, 8282, 8282, 8282, 8283, 0, 8283, 8283, 8283, 8284, 0, 8284, 8284, 8284, 8285, 0, 8285, 8285, 8285, 8286, 0, 8286, 8286, 8286, 8287, 0, 8287, 8287, 8287, 8288, 0, 8288, 8288, 8288, 8289, 0, 8289, 8289, 8289, 8290, 0, 8290, 8290, 8290, 8291, 0, 8291, 8291, 8291, 8292, 0, 8292, 8292, 8292, 8293, 0, 8293, 8293, 8293, 8294, 0, 8294, 8294, 8294, 8295, 0, 8295, 8295, 8295, 8296, 0, 8296, 8296, 8296, 8297, 0, 8297, 8297, 8297, 8298, 0, 8298, 8298, 8298, 8299, 0, 8299, 8299, 8299, 8300, 0, 8300, 8300, 8300, 8301, 0, 8301, 8301, 8301, 8302, 0, 8302, 8302, 8302, 8303, 0, 8303, 8303, 8303, 8304, 0, 8304, 8304, 8304, 8305, 0, 8305, 8305, 8305, 8306, 0, 8306, 8306, 8306, 8307, 8307, 8307, 8307, 8307, 8308, 8308, 8308, 8308, 8308, 8309, 0, 8309, 8309, 8309, 8310, 0, 0, 8310, 8310, 8311, 0, 8311, 8311, 8311, 8312, 0, 8312, 8312, 8312, 8313, 0, 8313, 8313, 8313, 8314, 0, 8314, 8314, 8314, 8315, 0, 8315, 8315, 8315, 8316, 8316, 8316, 8316, 8316, 8317, 0, 8317, 8317, 8317, 8318, 0, 8318, 8318, 8318, 8319, 0, 8319, 8319, 8319, 8320, 0, 8320, 8320, 8320, 8321, 0, 8321, 8321, 8321, 8322, 0, 8322, 8322, 8322, 8323, 0, 8323, 8323, 8323, 8324, 0, 8324, 8324, 8324, 8325, 0, 8325, 8325, 8325, 8326, 0, 8326, 8326, 8326, 8327, 0, 8327, 8327, 8327, 8328, 0, 8328, 8328, 8328, 8329, 0, 8329, 8329, 8329, 8330, 0, 8330, 8330, 8330, 8331, 0, 8331, 8331, 8331, 8332, 0, 8332, 8332, 8332, 8333, 0, 8333, 8333, 8333, 8334, 0, 8334, 8334, 8334, 8335, 0, 8335, 8335, 8335, 8336, 0, 8336, 8336, 8336, 8337, 0, 8337, 8337, 8337, 8338, 0, 8338, 8338, 8338, 8339, 0, 8339, 8339, 8339, 8340, 0, 8340, 8340, 8340, 8341, 0, 8341, 8341, 8341, 8342, 0, 8342, 8342, 8342, 8343, 0, 8343, 8343, 8343, 8344, 0, 8344, 8344, 8344, 8345, 0, 8345, 8345, 8345, 8346, 0, 8346, 8346, 8346, 8347, 0, 8347, 8347, 8347, 8348, 0, 8348, 8348, 8348, 8349, 0, 8349, 8349, 8349, 8350, 8350, 8350, 8350, 8350, 8351, 8351, 8351, 8351, 8351, 8352, 0, 8352, 8352, 8352, 8353, 0, 0, 8353, 8353, 8354, 0, 8354, 8354, 8354, 8355, 0, 8355, 8355, 8355, 8356, 0, 8356, 8356, 8356, 8357, 0, 8357, 8357, 8357, 8358, 0, 8358, 8358, 8358, 8359, 8359, 8359, 8359, 8359, 8360, 0, 8360, 8360, 8360, 8361, 0, 8361, 8361, 8361, 8362, 0, 8362, 8362, 8362, 8363, 0, 8363, 8363, 8363, 8364, 0, 8364, 8364, 8364, 8365, 0, 8365, 8365, 8365, 8366, 0, 8366, 8366, 8366, 8367, 0, 8367, 8367, 8367, 8368, 0, 8368, 8368, 8368, 8369, 0, 8369, 8369, 8369, 8370, 0, 8370, 8370, 8370, 8371, 0, 8371, 8371, 8371, 8372, 0, 8372, 8372, 8372, 8373, 0, 8373, 8373, 8373, 8374, 0, 8374, 8374, 8374, 8375, 0, 8375, 8375, 8375, 8376, 0, 8376, 8376, 8376, 8377, 0, 8377, 8377, 8377, 8378, 0, 8378, 8378, 8378, 8379, 0, 8379, 8379, 8379, 8380, 0, 8380, 8380, 8380, 8381, 0, 8381, 8381, 8381, 8382, 0, 8382, 8382, 8382, 8383, 0, 8383, 8383, 8383, 8384, 0, 8384, 8384, 8384, 8385, 0, 8385, 8385, 8385, 8386, 0, 8386, 8386, 8386, 8387, 0, 8387, 8387, 8387, 8388, 0, 8388, 8388, 8388, 8389, 0, 8389, 8389, 8389, 8390, 0, 8390, 8390, 8390, 8391, 0, 8391, 8391, 8391, 8392, 0, 8392, 8392, 8392, 8393, 8393, 8393, 8393, 8393, 8394, 8394, 8394, 8394, 8394, 8395, 0, 8395, 8395, 8395, 8396, 0, 0, 8396, 8396, 8397, 0, 8397, 8397, 8397, 8398, 0, 8398, 8398, 8398, 8399, 0, 8399, 8399, 8399, 8400, 0, 8400, 8400, 8400, 8401, 0, 8401, 8401, 8401, 8402, 8402, 8402, 8402, 8402, 8403, 0, 8403, 8403, 8403, 8404, 0, 8404, 8404, 8404, 8405, 0, 8405, 8405, 8405, 8406, 0, 8406, 8406, 8406, 8407, 0, 8407, 8407, 8407, 8408, 0, 8408, 8408, 8408, 8409, 0, 8409, 8409, 8409, 8410, 0, 8410, 8410, 8410, 8411, 0, 8411, 8411, 8411, 8412, 0, 8412, 8412, 8412, 8413, 0, 8413, 8413, 8413, 8414, 0, 8414, 8414, 8414, 8415, 0, 8415, 8415, 8415, 8416, 0, 8416, 8416, 8416, 8417, 0, 8417, 8417, 8417, 8418, 0, 8418, 8418, 8418, 8419, 0, 8419, 8419, 8419, 8420, 0, 8420, 8420, 8420, 8421, 0, 8421, 8421, 8421, 8422, 0, 8422, 8422, 8422, 8423, 0, 8423, 8423, 8423, 8424, 0, 8424, 8424, 8424, 8425, 0, 8425, 8425, 8425, 8426, 0, 8426, 8426, 8426, 8427, 0, 8427, 8427, 8427, 8428, 0, 8428, 8428, 8428, 8429, 0, 8429, 8429, 8429, 8430, 0, 8430, 8430, 8430, 8431, 0, 8431, 8431, 8431, 8432, 0, 8432, 8432, 8432, 8433, 0, 8433, 8433, 8433, 8434, 0, 8434, 8434, 8434, 8435, 8435, 8435, 8435, 8435, 8436, 0, 8436, 8436, 8436, 8437, 0, 8437, 8437, 8437, 8438, 0, 8438, 8438, 8438, 8439, 0, 8439, 8439, 8439, 8440, 0, 8440, 8440, 8440, 8441, 0, 8441, 8441, 8441, 8442, 0, 8442, 8442, 8442, 8443, 0, 8443, 8443, 8443, 8444, 0, 8444, 8444, 8444, 8445, 0, 8445, 8445, 8445, 8446, 0, 8446, 8446, 8446, 8447, 0, 8447, 8447, 8447, 8448, 0, 8448, 8448, 8448, 8449, 0, 8449, 8449, 8449, 8450, 8450, 8450, 8450, 8450, 8451, 0, 8451, 8451, 8451, 8452, 0, 8452, 8452, 8452, 8453, 0, 8453, 8453, 8453, 8454, 0, 8454, 8454, 8454, 8455, 0, 8455, 8455, 8455, 8456, 0, 8456, 8456, 8456, 8457, 0, 8457, 8457, 8457, 8458, 0, 8458, 8458, 8458, 8459, 0, 8459, 8459, 8459, 8460, 0, 8460, 8460, 8460, 8461, 0, 8461, 8461, 8461, 8462, 0, 8462, 8462, 8462, 8463, 0, 8463, 8463, 8463, 8464, 0, 8464, 8464, 8464, 8465, 8465, 0, 8465, 8465, 8466, 8466, 8466, 8466, 8466, 8467, 8467, 8467, 8467, 8467, 8468, 0, 8468, 8468, 8468, 8469, 0, 8469, 8469, 8469, 8470, 8470, 0, 8470, 8470, 8471, 0, 8471, 8471, 8471, 8472, 0, 8472, 8472, 8472, 8473, 0, 8473, 8473, 8473, 8474, 0, 8474, 8474, 8474, 8475, 0, 8475, 8475, 8475, 8476, 0, 8476, 8476, 8476, 8477, 0, 8477, 8477, 8477, 8478, 0, 8478, 8478, 8478, 8479, 0, 8479, 8479, 8479, 8480, 0, 8480, 8480, 8480, 8481, 0, 8481, 8481, 8481, 8482, 0, 8482, 8482, 8482, 8483, 8483, 8483, 8483, 8483, 8484, 8484, 8484, 8484, 8484, 8485, 0, 8485, 8485, 8485, 8486, 0, 8486, 8486, 8486, 8487, 0, 8487, 8487, 8487, 8488, 0, 8488, 8488, 8488, 8489, 0, 8489, 8489, 8489, 8490, 0, 8490, 8490, 8490, 8491, 0, 8491, 8491, 8491, 8492, 0, 8492, 8492, 8492, 8493, 0, 8493, 8493, 8493, 8494, 0, 8494, 8494, 8494, 8495, 0, 8495, 8495, 8495, 8496, 0, 8496, 8496, 8496, 8497, 0, 8497, 8497, 8497, 8498, 0, 8498, 8498, 8498, 8499, 8499, 8499, 8499, 8499, 8500, 0, 8500, 8500, 8500, 8501, 0, 8501, 8501, 8501, 8502, 0, 8502, 8502, 8502, 8503, 0, 8503, 8503, 8503, 8504, 0, 8504, 8504, 8504, 8505, 0, 8505, 8505, 8505, 8506, 0, 8506, 8506, 8506, 8507, 0, 8507, 8507, 8507, 8508, 0, 8508, 8508, 8508, 8509, 0, 8509, 8509, 8509, 8510, 0, 8510, 8510, 8510, 8511, 0, 8511, 8511, 8511, 8512, 0, 8512, 8512, 8512, 8513, 0, 8513, 8513, 8513, 8514, 8514, 8514, 8514, 8514, 8515, 0, 8515, 8515, 8515, 8516, 0, 8516, 8516, 8516, 8517, 0, 8517, 8517, 8517, 8518, 0, 8518, 8518, 8518, 8519, 0, 8519, 8519, 8519, 8520, 0, 8520, 8520, 8520, 8521, 0, 8521, 8521, 8521, 8522, 0, 8522, 8522, 8522, 8523, 0, 8523, 8523, 8523, 8524, 0, 8524, 8524, 8524, 8525, 0, 8525, 8525, 8525, 8526, 0, 8526, 8526, 8526, 8527, 0, 8527, 8527, 8527, 8528, 8528, 8528, 8528, 8528, 8529, 0, 8529, 8529, 8529, 8530, 0, 8530, 8530, 8530, 8531, 0, 8531, 8531, 8531, 8532, 0, 8532, 8532, 8532, 8533, 0, 8533, 8533, 8533, 8534, 0, 8534, 8534, 8534, 8535, 0, 8535, 8535, 8535, 8536, 0, 8536, 8536, 8536, 8537, 0, 8537, 8537, 8537, 8538, 0, 8538, 8538, 8538, 8539, 0, 8539, 8539, 8539, 8540, 0, 8540, 8540, 8540, 8541, 0, 8541, 8541, 8541, 8542, 8542, 8542, 8542, 8542, 8543, 0, 8543, 8543, 8543, 8544, 0, 8544, 8544, 8544, 8545, 0, 8545, 8545, 8545, 8546, 0, 8546, 8546, 8546, 8547, 0, 8547, 8547, 8547, 8548, 0, 8548, 8548, 8548, 8549, 0, 8549, 8549, 8549, 8550, 0, 8550, 8550, 8550, 8551, 0, 8551, 8551, 8551, 8552, 0, 8552, 8552, 8552, 8553, 0, 8553, 8553, 8553, 8554, 0, 8554, 8554, 8554, 8555, 0, 8555, 8555, 8555, 8556, 8556, 8556, 8556, 8556, 8557, 0, 8557, 8557, 8557, 8558, 0, 8558, 8558, 8558, 8559, 0, 8559, 8559, 8559, 8560, 0, 8560, 8560, 8560, 8561, 0, 8561, 8561, 8561, 8562, 0, 8562, 8562, 8562, 8563, 0, 8563, 8563, 8563, 8564, 0, 8564, 8564, 8564, 8565, 0, 8565, 8565, 8565, 8566, 0, 8566, 8566, 8566, 8567, 0, 8567, 8567, 8567, 8568, 0, 8568, 8568, 8568, 8569, 0, 8569, 8569, 8569, 8570, 8570, 8570, 8570, 8570, 8571, 0, 8571, 8571, 8571, 8572, 0, 8572, 8572, 8572, 8573, 0, 8573, 8573, 8573, 8574, 0, 8574, 8574, 8574, 8575, 0, 8575, 8575, 8575, 8576, 0, 8576, 8576, 8576, 8577, 0, 8577, 8577, 8577, 8578, 0, 8578, 8578, 8578, 8579, 0, 8579, 8579, 8579, 8580, 0, 8580, 8580, 8580, 8581, 0, 8581, 8581, 8581, 8582, 0, 8582, 8582, 8582, 8583, 0, 8583, 8583, 8583, 8584, 8584, 8584, 8584, 8584, 8585, 0, 8585, 8585, 8585, 8586, 0, 8586, 8586, 8586, 8587, 0, 8587, 8587, 8587, 8588, 0, 8588, 8588, 8588, 8589, 0, 8589, 8589, 8589, 8590, 0, 8590, 8590, 8590, 8591, 0, 8591, 8591, 8591, 8592, 0, 8592, 8592, 8592, 8593, 0, 8593, 8593, 8593, 8594, 0, 8594, 8594, 8594, 8595, 0, 8595, 8595, 8595, 8596, 0, 8596, 8596, 8596, 8597, 0, 8597, 8597, 8597, 8598, 8598, 8598, 8598, 8598, 8599, 0, 8599, 8599, 8599, 8600, 0, 8600, 8600, 8600, 8601, 0, 8601, 8601, 8601, 8602, 0, 8602, 8602, 8602, 8603, 0, 8603, 8603, 8603, 8604, 0, 8604, 8604, 8604, 8605, 0, 8605, 8605, 8605, 8606, 0, 8606, 8606, 8606, 8607, 0, 8607, 8607, 8607, 8608, 0, 8608, 8608, 8608, 8609, 0, 8609, 8609, 8609, 8610, 0, 8610, 8610, 8610, 8611, 0, 8611, 8611, 8611, 8612, 8612, 0, 8612, 8612, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945 } ; extern int genbank_flex_debug; int genbank_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *genbanktext; #line 1 "sequence/genbankl.l" /* genbankl.l - GENBANK sequence lexer */ #line 4 "sequence/genbankl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/genbanky.h" #define YY_NO_INPUT 1 #line 7950 "sequence/genbankl.c" #define INITIAL 0 #define HDTAG 1 #define LOTAG 2 #define DETAG 3 #define DATAG 4 #define ACTAG 5 #define VETAG 6 #define PJTAG 7 #define LNTAG 8 #define DBTAG 9 #define KETAG 10 #define SETAG 11 #define SOTAG 12 #define OGTAG 13 #define RETAG 14 #define RATAG 15 #define RCTAG 16 #define RTTAG 17 #define RJTAG 18 #define RMTAG 19 #define RPTAG 20 #define RRTAG 21 #define COTAG 22 #define PRTAG 23 #define FETAG 24 #define BCTAG 25 #define WETAG 26 #define PITAG 27 #define LETAG 28 #define ORTAG 29 #define WGSTAG 30 #define SCATAG 31 #define CONTAG 32 #define SEQTAG 33 #define ENDTAG 34 #define LOTA2 35 #define VETA2 36 #define KETA2 37 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int genbanklex_destroy (void ); int genbankget_debug (void ); void genbankset_debug (int debug_flag ); YY_EXTRA_TYPE genbankget_extra (void ); void genbankset_extra (YY_EXTRA_TYPE user_defined ); FILE *genbankget_in (void ); void genbankset_in (FILE * _in_str ); FILE *genbankget_out (void ); void genbankset_out (FILE * _out_str ); int genbankget_leng (void ); char *genbankget_text (void ); int genbankget_lineno (void ); void genbankset_lineno (int _line_number ); YYSTYPE * genbankget_lval (void ); void genbankset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int genbankwrap (void ); #else extern int genbankwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( genbanktext, genbankleng, 1, genbankout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( genbankin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( genbankin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, genbankin))==0 && ferror(genbankin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(genbankin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int genbanklex \ (YYSTYPE * yylval_param ); #define YY_DECL int genbanklex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after genbanktext and genbankleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( genbankleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (genbanktext[genbankleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 57 "sequence/genbankl.l" #line 8185 "sequence/genbankl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)genbankalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in genbanklex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! genbankin ) genbankin = stdin; if ( ! genbankout ) genbankout = stdout; if ( ! YY_CURRENT_BUFFER ) { genbankensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = genbank_create_buffer(genbankin,YY_BUF_SIZE ); } genbank_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of genbanktext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 4946 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 4945 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 59 "sequence/genbankl.l" ; /* Empty lines ignored */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 60 "sequence/genbankl.l" ; /* Empty lines ignored */ YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 62 "sequence/genbankl.l" ; /* Ignore TITLE from unknown source */ YY_BREAK case 4: YY_RULE_SETUP #line 64 "sequence/genbankl.l" { BEGIN HDTAG; } /* Ignore file header */ YY_BREAK case 5: YY_RULE_SETUP #line 65 "sequence/genbankl.l" ; YY_BREAK case 6: /* rule 6 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 66 "sequence/genbankl.l" { BEGIN INITIAL; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 67 "sequence/genbankl.l" ; YY_BREAK case 8: YY_RULE_SETUP #line 69 "sequence/genbankl.l" { BEGIN LOTAG; return LO; } YY_BREAK case 9: YY_RULE_SETUP #line 70 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return LONAM; } YY_BREAK case 10: YY_RULE_SETUP #line 71 "sequence/genbankl.l" { BEGIN LOTA2; return SPC; } YY_BREAK case 11: /* rule 11 can match eol */ YY_RULE_SETUP #line 72 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 12: YY_RULE_SETUP #line 73 "sequence/genbankl.l" { return ERR; } YY_BREAK case 13: YY_RULE_SETUP #line 75 "sequence/genbankl.l" { return TXT; } YY_BREAK case 14: /* rule 14 can match eol */ YY_RULE_SETUP #line 76 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 15: YY_RULE_SETUP #line 78 "sequence/genbankl.l" { BEGIN DETAG; return DE; } YY_BREAK case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 79 "sequence/genbankl.l" { return NXT; } YY_BREAK case 17: /* rule 17 can match eol */ YY_RULE_SETUP #line 80 "sequence/genbankl.l" { return NXT; } YY_BREAK case 18: /* rule 18 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 81 "sequence/genbankl.l" { return TER; } YY_BREAK case 19: YY_RULE_SETUP #line 82 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return DETXT; } YY_BREAK case 20: /* rule 20 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 83 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return DETXT; } YY_BREAK case 21: /* rule 21 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 84 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return DETXT; } YY_BREAK case 22: /* rule 22 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 85 "sequence/genbankl.l" { return EOL; } YY_BREAK case 23: /* rule 23 can match eol */ YY_RULE_SETUP #line 86 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 24: YY_RULE_SETUP #line 88 "sequence/genbankl.l" { BEGIN DATAG; return DA; } YY_BREAK case 25: YY_RULE_SETUP #line 89 "sequence/genbankl.l" { return TXT; } YY_BREAK case 26: /* rule 26 can match eol */ YY_RULE_SETUP #line 90 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 27: YY_RULE_SETUP #line 92 "sequence/genbankl.l" { BEGIN ACTAG; return AC; } YY_BREAK case 28: YY_RULE_SETUP #line 93 "sequence/genbankl.l" { return NXT; } YY_BREAK case 29: YY_RULE_SETUP #line 94 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return ACNUM; } YY_BREAK case 30: YY_RULE_SETUP #line 95 "sequence/genbankl.l" { return SEP; } YY_BREAK case 31: /* rule 31 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 96 "sequence/genbankl.l" { return EOL; } YY_BREAK case 32: /* rule 32 can match eol */ YY_RULE_SETUP #line 97 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 33: /* rule 33 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 98 "sequence/genbankl.l" ; /* Ignore region values, unknown source ... */ YY_BREAK case 34: YY_RULE_SETUP #line 99 "sequence/genbankl.l" { return ERR; } YY_BREAK case 35: YY_RULE_SETUP #line 101 "sequence/genbankl.l" { BEGIN VETAG; return VE; } YY_BREAK case 36: YY_RULE_SETUP #line 102 "sequence/genbankl.l" { return SEP; } YY_BREAK case 37: YY_RULE_SETUP #line 103 "sequence/genbankl.l" { yylval->num = atoi(genbanktext); return VENUM; } YY_BREAK case 38: YY_RULE_SETUP #line 104 "sequence/genbankl.l" { BEGIN VETA2; return SPC; } YY_BREAK case 39: YY_RULE_SETUP #line 105 "sequence/genbankl.l" { return ACNUM; } YY_BREAK case 40: /* rule 40 can match eol */ YY_RULE_SETUP #line 106 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 41: YY_RULE_SETUP #line 107 "sequence/genbankl.l" { return ERR; } YY_BREAK case 42: YY_RULE_SETUP #line 109 "sequence/genbankl.l" { yylval->num = atoi(genbanktext); return GINUM; } YY_BREAK case 43: YY_RULE_SETUP #line 110 "sequence/genbankl.l" { return GI; } YY_BREAK case 44: /* rule 44 can match eol */ YY_RULE_SETUP #line 111 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 45: YY_RULE_SETUP #line 112 "sequence/genbankl.l" { return ERR; } YY_BREAK case 46: YY_RULE_SETUP #line 114 "sequence/genbankl.l" { BEGIN PJTAG; return PJ; } YY_BREAK case 47: YY_RULE_SETUP #line 115 "sequence/genbankl.l" { return TXT; } YY_BREAK case 48: /* rule 48 can match eol */ YY_RULE_SETUP #line 116 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 49: YY_RULE_SETUP #line 118 "sequence/genbankl.l" { BEGIN LNTAG; return LN; } YY_BREAK case 50: YY_RULE_SETUP #line 119 "sequence/genbankl.l" { return NXT; } YY_BREAK case 51: YY_RULE_SETUP #line 120 "sequence/genbankl.l" { return TXT; } YY_BREAK case 52: /* rule 52 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 121 "sequence/genbankl.l" { return EOL; } YY_BREAK case 53: /* rule 53 can match eol */ YY_RULE_SETUP #line 122 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 54: YY_RULE_SETUP #line 124 "sequence/genbankl.l" { BEGIN DBTAG; return DB; } YY_BREAK case 55: YY_RULE_SETUP #line 125 "sequence/genbankl.l" { return NXT; } YY_BREAK case 56: YY_RULE_SETUP #line 126 "sequence/genbankl.l" { return TXT; } YY_BREAK case 57: /* rule 57 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 127 "sequence/genbankl.l" { return EOL; } YY_BREAK case 58: /* rule 58 can match eol */ YY_RULE_SETUP #line 128 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 59: YY_RULE_SETUP #line 130 "sequence/genbankl.l" { BEGIN KETAG; return KE; } YY_BREAK case 60: YY_RULE_SETUP #line 131 "sequence/genbankl.l" { return NXT; } YY_BREAK case 61: YY_RULE_SETUP #line 132 "sequence/genbankl.l" { return SEP; } YY_BREAK case 62: /* rule 62 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 133 "sequence/genbankl.l" { return TER2; } YY_BREAK case 63: /* rule 63 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 134 "sequence/genbankl.l" { return TER; } YY_BREAK case 64: *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 135 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return KEWRD; } YY_BREAK case 65: /* rule 65 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 136 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return KEWRD; } YY_BREAK case 66: /* rule 66 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 137 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return KEWRD; } YY_BREAK case 67: /* rule 67 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 138 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return KEWR2; } YY_BREAK case 68: /* rule 68 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 139 "sequence/genbankl.l" { return EOL; } YY_BREAK case 69: /* rule 69 can match eol */ YY_RULE_SETUP #line 140 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 70: YY_RULE_SETUP #line 141 "sequence/genbankl.l" { return ERR; } YY_BREAK case 71: YY_RULE_SETUP #line 143 "sequence/genbankl.l" { BEGIN SETAG; return SE; } YY_BREAK case 72: YY_RULE_SETUP #line 144 "sequence/genbankl.l" { return TXT; } YY_BREAK case 73: /* rule 73 can match eol */ YY_RULE_SETUP #line 145 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 74: YY_RULE_SETUP #line 147 "sequence/genbankl.l" { BEGIN SOTAG; return SO; } YY_BREAK case 75: YY_RULE_SETUP #line 148 "sequence/genbankl.l" { return NXT; } YY_BREAK case 76: YY_RULE_SETUP #line 149 "sequence/genbankl.l" { return TXT; } YY_BREAK case 77: /* rule 77 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 150 "sequence/genbankl.l" { return EOL; } YY_BREAK case 78: /* rule 78 can match eol */ YY_RULE_SETUP #line 151 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 79: YY_RULE_SETUP #line 153 "sequence/genbankl.l" { BEGIN OGTAG; return OG; } YY_BREAK case 80: YY_RULE_SETUP #line 154 "sequence/genbankl.l" { return NXT; } YY_BREAK case 81: YY_RULE_SETUP #line 155 "sequence/genbankl.l" { return TXT; } YY_BREAK case 82: /* rule 82 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 156 "sequence/genbankl.l" { return EOL; } YY_BREAK case 83: /* rule 83 can match eol */ YY_RULE_SETUP #line 157 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 84: YY_RULE_SETUP #line 159 "sequence/genbankl.l" { BEGIN RETAG; return RE; } YY_BREAK case 85: YY_RULE_SETUP #line 160 "sequence/genbankl.l" { return NXT; } YY_BREAK case 86: YY_RULE_SETUP #line 161 "sequence/genbankl.l" { return TXT; } YY_BREAK case 87: /* rule 87 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 162 "sequence/genbankl.l" { return EOL; } YY_BREAK case 88: /* rule 88 can match eol */ YY_RULE_SETUP #line 163 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 89: YY_RULE_SETUP #line 165 "sequence/genbankl.l" { BEGIN RATAG; return RA; } YY_BREAK case 90: YY_RULE_SETUP #line 166 "sequence/genbankl.l" { return NXT; } YY_BREAK case 91: YY_RULE_SETUP #line 167 "sequence/genbankl.l" { return TXT; } YY_BREAK case 92: /* rule 92 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 168 "sequence/genbankl.l" { return EOL; } YY_BREAK case 93: /* rule 93 can match eol */ YY_RULE_SETUP #line 169 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 94: YY_RULE_SETUP #line 171 "sequence/genbankl.l" { BEGIN RCTAG; return RC; } YY_BREAK case 95: YY_RULE_SETUP #line 172 "sequence/genbankl.l" { return NXT; } YY_BREAK case 96: YY_RULE_SETUP #line 173 "sequence/genbankl.l" { return TXT; } YY_BREAK case 97: /* rule 97 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 174 "sequence/genbankl.l" { return EOL; } YY_BREAK case 98: /* rule 98 can match eol */ YY_RULE_SETUP #line 175 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 99: YY_RULE_SETUP #line 177 "sequence/genbankl.l" { BEGIN RTTAG; return RT; } YY_BREAK case 100: YY_RULE_SETUP #line 178 "sequence/genbankl.l" { return NXT; } YY_BREAK case 101: YY_RULE_SETUP #line 179 "sequence/genbankl.l" { return TXT; } YY_BREAK case 102: /* rule 102 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 180 "sequence/genbankl.l" { return EOL; } YY_BREAK case 103: /* rule 103 can match eol */ YY_RULE_SETUP #line 181 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 104: YY_RULE_SETUP #line 183 "sequence/genbankl.l" { BEGIN RJTAG; return RJ; } YY_BREAK case 105: YY_RULE_SETUP #line 184 "sequence/genbankl.l" { return NXT; } YY_BREAK case 106: YY_RULE_SETUP #line 185 "sequence/genbankl.l" { return TXT; } YY_BREAK case 107: /* rule 107 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 186 "sequence/genbankl.l" { return EOL; } YY_BREAK case 108: /* rule 108 can match eol */ YY_RULE_SETUP #line 187 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 109: YY_RULE_SETUP #line 189 "sequence/genbankl.l" { BEGIN RMTAG; return RM; } YY_BREAK case 110: YY_RULE_SETUP #line 190 "sequence/genbankl.l" { return TXT; } YY_BREAK case 111: /* rule 111 can match eol */ YY_RULE_SETUP #line 191 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 112: YY_RULE_SETUP #line 193 "sequence/genbankl.l" { BEGIN RPTAG; return RP; } YY_BREAK case 113: YY_RULE_SETUP #line 194 "sequence/genbankl.l" { return TXT; } YY_BREAK case 114: /* rule 114 can match eol */ YY_RULE_SETUP #line 195 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 115: YY_RULE_SETUP #line 197 "sequence/genbankl.l" { BEGIN RRTAG; return RR; } YY_BREAK case 116: YY_RULE_SETUP #line 198 "sequence/genbankl.l" { return NXT; } YY_BREAK case 117: YY_RULE_SETUP #line 199 "sequence/genbankl.l" { return TXT; } YY_BREAK case 118: /* rule 118 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 200 "sequence/genbankl.l" { return EOL; } YY_BREAK case 119: /* rule 119 can match eol */ YY_RULE_SETUP #line 201 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 120: YY_RULE_SETUP #line 203 "sequence/genbankl.l" { BEGIN COTAG; return CO; } YY_BREAK case 121: /* rule 121 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 204 "sequence/genbankl.l" { return NXT; } YY_BREAK case 122: YY_RULE_SETUP #line 205 "sequence/genbankl.l" { return NXT; } YY_BREAK case 123: YY_RULE_SETUP #line 206 "sequence/genbankl.l" { return TXT; } YY_BREAK case 124: /* rule 124 can match eol */ YY_RULE_SETUP #line 207 "sequence/genbankl.l" { return EOL; } YY_BREAK case 125: /* rule 125 can match eol */ YY_RULE_SETUP #line 208 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 126: YY_RULE_SETUP #line 210 "sequence/genbankl.l" { BEGIN PRTAG; return PR; } YY_BREAK case 127: YY_RULE_SETUP #line 211 "sequence/genbankl.l" { return NXT; } YY_BREAK case 128: YY_RULE_SETUP #line 212 "sequence/genbankl.l" { return TXT; } YY_BREAK case 129: /* rule 129 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 213 "sequence/genbankl.l" { return EOL; } YY_BREAK case 130: /* rule 130 can match eol */ YY_RULE_SETUP #line 214 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 131: YY_RULE_SETUP #line 216 "sequence/genbankl.l" { BEGIN FETAG; return FE; } YY_BREAK case 132: YY_RULE_SETUP #line 217 "sequence/genbankl.l" { return NXT; } YY_BREAK case 133: YY_RULE_SETUP #line 218 "sequence/genbankl.l" { return TXT; } YY_BREAK case 134: /* rule 134 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 219 "sequence/genbankl.l" { return EOL; } YY_BREAK case 135: /* rule 135 can match eol */ YY_RULE_SETUP #line 220 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 136: YY_RULE_SETUP #line 222 "sequence/genbankl.l" { BEGIN BCTAG; return BC; } YY_BREAK case 137: YY_RULE_SETUP #line 223 "sequence/genbankl.l" { return TXT; } YY_BREAK case 138: /* rule 138 can match eol */ YY_RULE_SETUP #line 224 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 139: YY_RULE_SETUP #line 226 "sequence/genbankl.l" { BEGIN WETAG; return WE; } YY_BREAK case 140: YY_RULE_SETUP #line 227 "sequence/genbankl.l" { return NUM; } YY_BREAK case 141: /* rule 141 can match eol */ YY_RULE_SETUP #line 228 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 142: YY_RULE_SETUP #line 229 "sequence/genbankl.l" { return ERR; } YY_BREAK case 143: YY_RULE_SETUP #line 231 "sequence/genbankl.l" { BEGIN PITAG; return PI; } YY_BREAK case 144: YY_RULE_SETUP #line 232 "sequence/genbankl.l" { return NUM; } YY_BREAK case 145: /* rule 145 can match eol */ YY_RULE_SETUP #line 233 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 146: YY_RULE_SETUP #line 234 "sequence/genbankl.l" { return ERR; } YY_BREAK case 147: YY_RULE_SETUP #line 236 "sequence/genbankl.l" { BEGIN LETAG; return LE; } YY_BREAK case 148: YY_RULE_SETUP #line 237 "sequence/genbankl.l" { return INT; } YY_BREAK case 149: /* rule 149 can match eol */ YY_RULE_SETUP #line 238 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 150: YY_RULE_SETUP #line 239 "sequence/genbankl.l" { return ERR; } YY_BREAK case 151: YY_RULE_SETUP #line 241 "sequence/genbankl.l" { BEGIN ORTAG; return OR; } YY_BREAK case 152: YY_RULE_SETUP #line 242 "sequence/genbankl.l" { BEGIN ORTAG; return OR; } YY_BREAK case 153: YY_RULE_SETUP #line 243 "sequence/genbankl.l" { return TXT; } YY_BREAK case 154: /* rule 154 can match eol */ YY_RULE_SETUP #line 244 "sequence/genbankl.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 155: /* rule 155 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 245 "sequence/genbankl.l" ; /* Ignore extra newlines */ YY_BREAK case 156: *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 247 "sequence/genbankl.l" { return SEQ; } YY_BREAK case 157: YY_RULE_SETUP #line 248 "sequence/genbankl.l" { yylval->str = strdup(genbanktext); return SEQBAS; } YY_BREAK case 158: YY_RULE_SETUP #line 249 "sequence/genbankl.l" { return INT; } YY_BREAK case 159: /* rule 159 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 250 "sequence/genbankl.l" ; /* Trailing space ignored */ YY_BREAK case 160: YY_RULE_SETUP #line 251 "sequence/genbankl.l" { return SPC; } YY_BREAK case 161: /* rule 161 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 252 "sequence/genbankl.l" { return EOL; } YY_BREAK case 162: /* rule 162 can match eol */ YY_RULE_SETUP #line 253 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 163: YY_RULE_SETUP #line 254 "sequence/genbankl.l" { return ERR; } YY_BREAK case 164: YY_RULE_SETUP #line 256 "sequence/genbankl.l" { BEGIN CONTAG; return CON; } YY_BREAK case 165: YY_RULE_SETUP #line 257 "sequence/genbankl.l" { return NXT; } YY_BREAK case 166: YY_RULE_SETUP #line 258 "sequence/genbankl.l" { return TXT; } YY_BREAK case 167: /* rule 167 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up genbanktext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up genbanktext again */ YY_RULE_SETUP #line 259 "sequence/genbankl.l" { return EOL; } YY_BREAK case 168: /* rule 168 can match eol */ YY_RULE_SETUP #line 260 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 169: YY_RULE_SETUP #line 262 "sequence/genbankl.l" { BEGIN WGSTAG; return WGS; } YY_BREAK case 170: YY_RULE_SETUP #line 263 "sequence/genbankl.l" { return TXT; } YY_BREAK case 171: /* rule 171 can match eol */ YY_RULE_SETUP #line 264 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 172: YY_RULE_SETUP #line 266 "sequence/genbankl.l" { BEGIN SCATAG; return SCA; } YY_BREAK case 173: YY_RULE_SETUP #line 267 "sequence/genbankl.l" { return TXT; } YY_BREAK case 174: /* rule 174 can match eol */ YY_RULE_SETUP #line 268 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 175: YY_RULE_SETUP #line 270 "sequence/genbankl.l" { BEGIN ENDTAG; return END; } YY_BREAK case 176: /* rule 176 can match eol */ YY_RULE_SETUP #line 271 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case YY_STATE_EOF(ENDTAG): #line 272 "sequence/genbankl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 177: YY_RULE_SETUP #line 273 "sequence/genbankl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HDTAG): case YY_STATE_EOF(LOTAG): case YY_STATE_EOF(DETAG): case YY_STATE_EOF(DATAG): case YY_STATE_EOF(ACTAG): case YY_STATE_EOF(VETAG): case YY_STATE_EOF(PJTAG): case YY_STATE_EOF(LNTAG): case YY_STATE_EOF(DBTAG): case YY_STATE_EOF(KETAG): case YY_STATE_EOF(SETAG): case YY_STATE_EOF(SOTAG): case YY_STATE_EOF(OGTAG): case YY_STATE_EOF(RETAG): case YY_STATE_EOF(RATAG): case YY_STATE_EOF(RCTAG): case YY_STATE_EOF(RTTAG): case YY_STATE_EOF(RJTAG): case YY_STATE_EOF(RMTAG): case YY_STATE_EOF(RPTAG): case YY_STATE_EOF(RRTAG): case YY_STATE_EOF(COTAG): case YY_STATE_EOF(PRTAG): case YY_STATE_EOF(FETAG): case YY_STATE_EOF(BCTAG): case YY_STATE_EOF(WETAG): case YY_STATE_EOF(PITAG): case YY_STATE_EOF(LETAG): case YY_STATE_EOF(ORTAG): case YY_STATE_EOF(WGSTAG): case YY_STATE_EOF(SCATAG): case YY_STATE_EOF(CONTAG): case YY_STATE_EOF(SEQTAG): case YY_STATE_EOF(LOTA2): case YY_STATE_EOF(VETA2): case YY_STATE_EOF(KETA2): #line 275 "sequence/genbankl.l" { return NUL; } YY_BREAK case 178: /* rule 178 can match eol */ YY_RULE_SETUP #line 276 "sequence/genbankl.l" { return ERR; } YY_BREAK case 179: YY_RULE_SETUP #line 277 "sequence/genbankl.l" { return ERR; } YY_BREAK case 180: YY_RULE_SETUP #line 279 "sequence/genbankl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 9413 "sequence/genbankl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed genbankin at a new source and called * genbanklex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = genbankin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( genbankwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * genbanktext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of genbanklex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; genbankrestart(genbankin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) genbankrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 4946 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 4946 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 4945); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ genbankrestart(genbankin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( genbankwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve genbanktext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void genbankrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ genbankensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = genbank_create_buffer(genbankin,YY_BUF_SIZE ); } genbank_init_buffer(YY_CURRENT_BUFFER,input_file ); genbank_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void genbank_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * genbankpop_buffer_state(); * genbankpush_buffer_state(new_buffer); */ genbankensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; genbank_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (genbankwrap()) processing, but the only time this flag * is looked at is after genbankwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void genbank_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; genbankin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE genbank_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) genbankalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in genbank_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) genbankalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in genbank_create_buffer()" ); b->yy_is_our_buffer = 1; genbank_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with genbank_create_buffer() * */ void genbank_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) genbankfree((void *) b->yy_ch_buf ); genbankfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a genbankrestart() or at EOF. */ static void genbank_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; genbank_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then genbank_init_buffer was _probably_ * called from genbankrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void genbank_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) genbank_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void genbankpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; genbankensure_buffer_stack(); /* This block is copied from genbank_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from genbank_switch_to_buffer. */ genbank_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void genbankpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; genbank_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { genbank_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void genbankensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)genbankalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in genbankensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)genbankrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in genbankensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE genbank_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) genbankalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in genbank_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; genbank_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to genbanklex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * genbank_scan_bytes() instead. */ YY_BUFFER_STATE genbank_scan_string (yyconst char * yystr ) { return genbank_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to genbanklex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE genbank_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) genbankalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in genbank_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = genbank_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in genbank_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up genbanktext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ genbanktext[genbankleng] = (yy_hold_char); \ (yy_c_buf_p) = genbanktext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ genbankleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int genbankget_lineno (void) { return genbanklineno; } /** Get the input stream. * */ FILE *genbankget_in (void) { return genbankin; } /** Get the output stream. * */ FILE *genbankget_out (void) { return genbankout; } /** Get the length of the current token. * */ int genbankget_leng (void) { return genbankleng; } /** Get the current token. * */ char *genbankget_text (void) { return genbanktext; } /** Set the current line number. * @param _line_number * */ void genbankset_lineno (int _line_number ) { genbanklineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see genbank_switch_to_buffer */ void genbankset_in (FILE * _in_str ) { genbankin = _in_str ; } void genbankset_out (FILE * _out_str ) { genbankout = _out_str ; } int genbankget_debug (void) { return genbank_flex_debug; } void genbankset_debug (int _bdebug ) { genbank_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from genbanklex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT genbankin = stdin; genbankout = stdout; #else genbankin = (FILE *) 0; genbankout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * genbanklex_init() */ return 0; } /* genbanklex_destroy is for both reentrant and non-reentrant scanners. */ int genbanklex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ genbank_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; genbankpop_buffer_state(); } /* Destroy the stack itself. */ genbankfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; genbankfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * genbanklex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *genbankalloc (yy_size_t size ) { return (void *) malloc( size ); } void *genbankrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void genbankfree (void * ptr ) { free( (char *) ptr ); /* see genbankrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 279 "sequence/genbankl.l" squizz-0.99b+dfsg.orig/lib/sequence/embll.l0000644000175000017500000001675312075265541020627 0ustar osallouosallou/* embll.l - EMBL sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/embly.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap %x IDTAG ACTAG SVTAG PRTAG DTTAG DETAG KWTAG OSTAG OCTAG OGTAG RNTAG RCTAG %x RPTAG RXTAG RGTAG RATAG RTTAG RLTAG DRTAG AHTAG ASTAG FHTAG FTTAG CCTAG %x COTAG SQTAG %x SEQTAG ENDTAG %x IDTA2 RXTA2 RTTA2 alp [[:alpha:]] aln [[:alnum:]] cbr "]" col ":" com "," dig [[:digit:]] dot "." eol "\n" min "-" obr "[" quo "\"" sem ";" sla "/" spc " " sta "*" und "_" txt .{1,80} idnam [^ ;\n]{1,13} idcla standard idtyp ((genomic|other|unassigned){spc}|pre{min}|sno?|sc|[mrt]) idmol (circular{spc})?{idtyp}?([DR]NA|UKN) iddiv (CON|EST|FUN|GSS|HT[CG]|HUM|INV|MAM|MUS|ORG|PHG|PLN|PRO|ROD|STS|SYN|UNC|VR[LT]|XXX) acnum [^ ;\n]{1,75} prdat Project:{aln}{1,10} kwwrd [^; \n][^;\n]{0,80} kword {kwwrd}({sem}{kwwrd})* ocnod [^;\n]{1,80} rxdb (AGRICOLA|DOI|MEDLINE|PUBMED) rxid .{1,80} raaut [^,;\n]{1,80} gap {min} bas ({alp}|{gap}){1,10} %% ^{spc}*{eol} ; /* Empty lines ignored */ ^XX{eol} ; /* Spacers ignored */ ^ST{spc}{sta}{spc}.*{eol} ; /* Skip internal release status tag */ ^AC{spc}{sta}{spc}.*{eol} ; /* Skip internal identifier tag */ ^BQ{spc}{sta}{spc}.*{eol} ; /* Skip internal base quality tag */ ^ID{spc}{3} { BEGIN IDTAG; return ID; } {idnam} { BEGIN IDTA2; yylval->str = strdup(yytext); return IDNAM; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^AC{spc}{3} { BEGIN ACTAG; return AC; } {acnum} { yylval->str = strdup(yytext); return ACNUM; } {sem}{spc} { return SEP; } {sem}{spc}?/{eol} { return TER; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^SV{spc}{3} { BEGIN SVTAG; return SV; } {acnum}/{dot}{dig} { return ACNUM; } {dot} { return SEP; } {dig}+ { yylval->num = atoi(yytext); return SVNUM; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^PR{spc}{3} { BEGIN PRTAG; return PR; } {prdat} { return PRDAT; } {sem}{spc} { return SEP; } {sem}/{eol} { return TER; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^DT{spc}{3} { BEGIN DTTAG; return DT; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DE{spc}{3} { BEGIN DETAG; return DE; } {txt} { yylval->str = strdup(yytext); return DETXT; } {eol} { BEGIN INITIAL; return EOL; } ^KW{spc}{3} { BEGIN KWTAG; return KW; } {sem}{spc} { return SEP; } {sem}{spc}?/{eol} { return TER2; } {dot}{spc}?/{eol} { return TER; } {kword}/{eol}KW { yylval->str = strdup(yytext); return KWOR2; } {kword}/{sem}{spc} { yylval->str = strdup(yytext); return KWORD; } {kword}/{sem}{eol} { yylval->str = strdup(yytext); return KWORD; } {kword}/{dot}{eol} { yylval->str = strdup(yytext); return KWORD; } {kword}/{dot}{spc}{eol} { yylval->str = strdup(yytext); return KWORD; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^OS{spc}{3} { BEGIN OSTAG; return OS; } {txt} { return OSTXT; } {eol} { BEGIN INITIAL; return EOL; } ^OC{spc}{3} { BEGIN OCTAG; return OC; } {sem}{spc} { return SEP; } {sem}{spc}?/{eol} { return TER2; } {dot}{spc}?/{eol} { return TER; } {ocnod}/{sem}{spc} { return OCNOD; } {ocnod}/{sem}{eol} { return OCNOD; } {ocnod}{dot}/{eol}OC { return OCNO2; } {ocnod}/{dot}{eol} { return OCNOD; } {ocnod}/{dot}{spc}{eol} { return OCNOD; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^OG{spc}{3} { BEGIN OGTAG; return OG; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RN{spc}{3} { BEGIN RNTAG; return RN; } {obr} { return OBR; } {cbr} { return CBR; } {dig}+ { return INT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RC{spc}{3} { BEGIN RCTAG; return RC; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RP{spc}{3} { BEGIN RPTAG; return RP; } {min} { return MIN; } {com}{spc}? { return SEP; } {com}/{eol} { return TER; } {dig}+ { return INT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RX{spc}{3} { BEGIN RXTAG; return RX; } {sem}{spc} { BEGIN RXTA2; return SEP; } {rxdb}/{sem}{spc} { return RXDB; } {eol} { return ERR; } . { return ERR; } {rxid}/{dot}{eol} { return RXID; } {dot}/{eol} { return TER; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RG{spc}{3} { BEGIN RGTAG; return RG; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^RA{spc}{3} { BEGIN RATAG; return RA; } {com}{spc} { return SEP; } {com}/{eol} { return TER2; } {sem}/{eol} { return TER; } {raaut} { return RAAUT; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^RT{spc}{3} { BEGIN RTTAG; return RT; } {quo} { BEGIN RTTA2; return QUO; } {sem}/{eol} { return TER; } {eol} { BEGIN INITIAL; return EOL; } ^RT{spc}{3}/{txt}{eol} { return RT; } {quo}/{sem}{eol} { BEGIN RTTAG; return QUO; } {txt}/{quo}{sem}{eol} { return TXT; } {txt} { return TXT; } {eol} { return EOL; } ^RL{spc}{3} { BEGIN RLTAG; return RL; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^DR{spc}{3} { BEGIN DRTAG; return DR; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^AH{spc}{3} { BEGIN AHTAG; return AH; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^AS{spc}{3} { BEGIN ASTAG; return AS; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^FH({spc}{3})? { BEGIN FHTAG; return FH; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^FT{spc}{3} { BEGIN FTTAG; return FT; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^CC{spc}{3} { BEGIN CCTAG; return CC; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^CO{spc}{3} { BEGIN COTAG; return CO; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^SQ{spc}{3} { BEGIN SQTAG; return SQ; } {txt} { return TXT; } {eol} { BEGIN INITIAL; return EOL; } ^{spc}{5} { BEGIN SEQTAG; return SEQ; } {bas} { yylval->str = strdup(yytext); return SEQBAS; } {dig}+ { return INT; } {spc}+/{dig} { return SPC; } {spc} { return SEP; } {eol} { BEGIN INITIAL; return EOL; } . { return ERR; } ^{sla}{2} { BEGIN ENDTAG; return END; } {eol} { BEGIN INITIAL; return EOL; } <> { BEGIN INITIAL; return EOL; } . { return ERR; } <> { return NUL; } {eol} { return ERR; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/fastay.c0000644000175000017500000013543312102264453020777 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse fastaparse #define yylex fastalex #define yyerror fastaerror #define yylval fastalval #define yychar fastachar #define yydebug fastadebug #define yynerrs fastanerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/fastay.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/fastay.h" void fastaset_in(FILE *); int fastalex(YYSTYPE *); int fastalex_destroy(void); static void yyerror(sequence_t *, const char *); int fastay_check(FILE *); sequence_t *fastay_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/fastay.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, SPC = 262, SUP = 263, BAS = 264, NAM = 265, TXT = 266 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define SPC 262 #define SUP 263 #define BAS 264 #define NAM 265 #define TXT 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/fastay.y" char *str; /* Line 293 of yacc.c */ #line 165 "sequence/fastay.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 177 "sequence/fastay.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 7 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 9 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 12 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 8 /* YYNRULES -- Number of rules. */ #define YYNRULES 13 /* YYNRULES -- Number of states. */ #define YYNSTATES 18 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 266 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 7, 9, 13, 17, 19, 22, 23, 26, 27, 30, 32 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 13, 0, -1, 14, 18, 19, -1, 6, -1, 8, 15, 4, -1, 16, 7, 17, -1, 16, -1, 16, 10, -1, -1, 17, 11, -1, -1, 18, 9, -1, 9, -1, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 38, 41, 43, 43, 45, 46, 49, 50, 53, 54, 57 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "END", "EOL", "ERR", "NUL", "SPC", "SUP", "BAS", "NAM", "TXT", "$accept", "fasta", "header", "headtxt", "headname", "headdesc", "sequence", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 12, 13, 13, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 3, 3, 1, 2, 0, 2, 0, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 8, 0, 0, 0, 6, 1, 12, 0, 4, 10, 7, 13, 11, 2, 5, 9 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 3, 4, 5, 6, 16, 9, 15 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -9 static const yytype_int8 yypact[] = { -1, -9, -9, 2, 0, 4, -6, -9, -9, -3, -9, -9, -9, -9, -9, -9, -8, -9 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -9, -9, -9, -9, -9, -9, -9, -9 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 13, 11, 7, 17, 12, 1, 14, 2, 10, 8 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-9)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 3, 7, 0, 11, 10, 6, 9, 8, 4, 9 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 6, 8, 13, 14, 15, 16, 0, 9, 18, 4, 7, 10, 3, 9, 19, 17, 11 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 9: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/fastay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1111 "sequence/fastay.c" break; case 10: /* "NAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/fastay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1120 "sequence/fastay.c" break; case 11: /* "TXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/fastay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1129 "sequence/fastay.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "sequence/fastay.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 38 "sequence/fastay.y" { return -1; /*NOTREACHED*/ } break; case 7: /* Line 1806 of yacc.c */ #line 45 "sequence/fastay.y" { parse_namadd(seq, (yyvsp[(2) - (2)].str)); } break; case 9: /* Line 1806 of yacc.c */ #line 49 "sequence/fastay.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 11: /* Line 1806 of yacc.c */ #line 53 "sequence/fastay.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; case 12: /* Line 1806 of yacc.c */ #line 54 "sequence/fastay.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1473 "sequence/fastay.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 59 "sequence/fastay.y" /* Checks FASTA sequence */ int fastay_check(FILE *f) { int i; fastaset_in(f); i = yyparse(NULL); if (i == 0) { return i; } fastalex_destroy(); return i; } /* Parse FASTA sequence */ sequence_t *fastay_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } fastaset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } fastalex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/genbanky.y0000644000175000017500000001574012102264407021331 0ustar osallouosallou/* genbanky.y - GENBANK sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/genbanky.h" void genbankset_in(FILE *); int genbanklex(YYSTYPE *); int genbanklex_destroy(void); static void yyerror(sequence_t *, const char *); int genbanky_check(FILE *); sequence_t *genbanky_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; int num; } %destructor {} %destructor { free($$); } %token EOL ERR INT NUL NUM NXT SEP SPC TER TER2 TXT %token LO %token LONAM %token DE %token DETXT %token DA %token AC %token ACNUM %token VE GI %token VENUM GINUM %token PJ %token LN %token DB %token KE %token KEWRD KEWR2 %token SE %token SO %token OG %token RE %token RA %token RC %token RT %token RJ %token RM %token RP %token RR %token CO %token PR %token FE %token BC %token WE %token PI %token LE %token OR %token WGS SCA CON SEQ %token SEQBAS %token END %% genbank : gbannots gbsequence end { return 0; /*NOTREACHED*/ } | gpannots gpsequence end { return 0; /*NOTREACHED*/ } | rfannots rfsequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; gbannots : locus defs access vers kwrds segmt orga refs comm prim feats bcount ; gpannots : locus defs date access vers kwrds orga comm weight piso length ; rfannots : locus defs access vers rfsrc kwrds segmt orga refs comm prim feats ; gbsequence : sequence | contig ; gpsequence : sequence ; rfsequence : sequence | contig | shotgun ; locus : loline ; loline : LO LONAM lotxt EOL { parse_namadd(seq, $2); } ; lotxt : lotxt TXT | SPC | ; defs : deline1 delines deline3 | deline1 | deline | ; delines : delines deline2 | ; deline : DE detxt TER EOL | DE TER EOL ; deline1 : DE detxt EOL ; deline2 : NXT detxt EOL ; deline3 : NXT detxt TER EOL ; detxt : detxt DETXT { parse_dscadd2(seq, $2); } | DETXT { parse_dscadd1(seq, $1); } ; date : daline ; daline : DA datxt EOL ; datxt : datxt TXT | TXT ; access : acline1 aclines | ; aclines : aclines acline2 | ; acline1 : AC aclist EOL ; acline2 : NXT aclist EOL ; aclist : aclist SEP ACNUM { parse_accadd(seq, $3); } | ACNUM { parse_accadd(seq, $1); } ; vers : veline | ; veline : VE vetxt gitxt EOL ; vetxt : ACNUM SEP VENUM { parse_veradd(seq, $3); } | ACNUM ; gitxt : SPC GI GINUM { parse_giadd(seq, $3); } | /* Empty */ ; rfsrc: proj dblnk | proj | dblnk dbsrc | dblnk | dbsrc ; proj : pjline ; pjline : PJ pjtxt EOL ; pjtxt : pjtxt TXT | TXT ; dblnk: lnline1 lnlines ; lnlines: lnlines lnline2 | ; lnline1: LN lntxt EOL ; lnline2: NXT lntxt EOL ; lntxt : lntxt TXT | TXT ; dbsrc : dbline1 dblines ; dblines: dblines dbline2 | ; dbline1 : DB dbtxt EOL ; dbline2 : NXT dbtxt EOL ; dbtxt : dbtxt TXT | TXT ; kwrds : keline1 kelines keline3 | keline | ; kelines : kelines keline2 | ; keline : KE kelist TER EOL | KE TER EOL ; keline1 : KE kelist TER2 EOL | KE kelist EOL ; keline2 : NXT kelist TER2 EOL | NXT kelist EOL ; keline3 : NXT kelist TER EOL ; kelist : kelist SEP KEWRD { parse_kwdadd(seq, $3); } | kelist SEP KEWR2 { parse_kwdupd(seq, $3); } | KEWRD { parse_kwdadd(seq, $1); } | KEWR2 { parse_kwdupd(seq, $1); } ; segmt : seline | ; seline : SE setxt EOL ; setxt : setxt TXT | TXT ; orga : orgsou orggan | orgsou | orggan | ; orgsou : soline1 solines ; solines : solines soline2 | ; soline1 : SO sotxt EOL ; soline2 : NXT sotxt EOL ; sotxt : sotxt TXT | TXT ; orggan : ogline1 oglines ; oglines : oglines ogline2 | ; ogline1 : OG ogtxt EOL ; ogline2 : NXT ogtxt EOL ; ogtxt : ogtxt TXT | TXT ; refs : refs refent | ; refent : refnum refaut refcon reftit refjou refmed refpub refrem ; refnum : reline1 relines ; relines: relines reline2 | ; reline1 : RE retxt EOL ; reline2 : NXT retxt EOL ; retxt : retxt TXT | TXT ; refaut : raline1 ralines | ; ralines : ralines raline2 | ; raline1 : RA ratxt EOL ; raline2 : NXT ratxt EOL ; ratxt : ratxt TXT | TXT ; refcon : rcline1 rclines | ; rclines : rclines rcline2 | ; rcline1 : RC rctxt EOL ; rcline2 : NXT rctxt EOL ; rctxt : rctxt TXT | TXT ; reftit : rtline1 rtlines | ; rtlines : rtlines rtline2 | ; rtline1 : RT rttxt EOL ; rtline2 : NXT rttxt EOL ; rttxt : rttxt TXT | TXT ; refjou : rjline1 rjlines | ; rjlines : rjlines rjline2 | ; rjline1 : RJ rjtxt EOL ; rjline2 : NXT rjtxt EOL ; rjtxt : rjtxt TXT | TXT ; refmed : rmline | ; rmline : RM rmtxt EOL ; rmtxt : rmtxt TXT | TXT ; refpub : rpline | ; rpline : RP rptxt EOL ; rptxt : rptxt TXT | TXT ; refrem : rrline1 rrlines | ; rrlines : rrlines rrline2 | ; rrline1 : RR rrtxt EOL ; rrline2 : NXT rrtxt EOL ; rrtxt : rrtxt TXT | TXT ; comm : coline1 colines | ; colines : colines coline2 | ; coline1 : CO cotxt EOL ; coline2 : NXT cotxt EOL ; cotxt : cotxt TXT | ; prim : prline1 prlines | ; prlines : prlines prline2 | ; prline1 : PR prtxt EOL ; prline2 : NXT prtxt EOL ; prtxt : prtxt TXT | TXT ; feats : feline1 felines | ; felines : felines feline2 | ; feline1 : FE fetxt EOL ; feline2 : NXT fetxt EOL ; fetxt : fetxt TXT | TXT ; bcount : bcline | ; bcline : BC bctxt EOL ; bctxt : bctxt TXT | TXT ; weight : weline ; weline : WE NUM EOL ; piso : piline | ; piline : PI NUM EOL ; length : leline ; leline : LE INT EOL ; sequence : seqhead seqdata ; contig : seqcont ; shotgun : seqwgs seqsca | seqwgs ; seqhead : orline ; orline : OR ortxt EOL ; ortxt : ortxt TXT | ; seqdata : seqdata seqline | seqline ; seqline : SEQ INT SPC seqlist EOL ; seqlist : seqlist SPC SEQBAS { parse_stradd(seq, $3); } | SEQBAS { parse_stradd(seq, $1); } ; seqcont : conline1 conlines ; conlines : conlines conline2 | ; conline1 : CON contxt EOL ; conline2 : NXT contxt EOL ; contxt : contxt TXT | TXT ; seqwgs : seqwgs wgsline | wgsline ; wgsline : WGS wgstxt EOL ; wgstxt : wgstxt TXT | TXT ; seqsca : seqsca scaline | scaline ; scaline : SCA scatxt EOL ; scatxt : scatxt TXT | TXT ; end : END EOL ; %% /* Check GENBANK sequence */ int genbanky_check(FILE *f) { int i; genbankset_in(f); i = yyparse(NULL); if (i == 0) { return i; } genbanklex_destroy(); return i; } /* Parse GENBANK sequence */ sequence_t *genbanky_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } genbankset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } genbanklex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/sprot.h0000644000175000017500000000046310155322742020660 0ustar osallouosallou/* sprot.h - SWISSPROT sequence functions */ #ifndef __SEQUENCE_SPROT_H_ #define __SEQUENCE_SPROT_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *sprot_parse(FILE *); int sprot_check(FILE *); void sprot_print(FILE *, sequence_t *); #endif /* __SEQUENCE_SPROT_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/embly.y0000644000175000017500000001272512102264355020645 0ustar osallouosallou/* embly.y - EMBL sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/embly.h" void emblset_in(FILE *); int embllex(YYSTYPE *); int embllex_destroy(void); static void yyerror(sequence_t *, const char *); int embly_check(FILE *); sequence_t *embly_parse(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; int num; } %destructor {} %destructor { free($$); } %token EOL ERR INT MIN NUL NUM QUO SEP SPC TER TER2 TXT %token CBR OBR %token ID %token IDNAM %token AC %token ACNUM %token SV %token SVNUM %token PR PRDAT %token DT %token DE %token DETXT %token KW %token KWORD KWOR2 %token OS %token OSTXT %token OC %token OCNOD OCNO2 %token OG %token RN %token RC %token RP %token RX RXDB RXID %token RG %token RA RAAUT %token RT %token RL %token DR %token AH %token AS %token FH %token FT %token CC %token CO %token SQ %token SEQ %token SEQBAS %token END %% embl : annots sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; annots : locus access vers proj date desc kwords orgas refs dbref comm asmb feats ; locus : idline ; idline : ID IDNAM idtxt EOL { parse_namadd(seq, $2); } ; idtxt : idtxt TXT | ; access : access acline | ; acline : AC aclist TER EOL ; aclist : aclist SEP ACNUM { parse_accadd(seq, $3); } | ACNUM { parse_accadd(seq, $1); } ; vers : svline | ; svline : SV ACNUM SEP SVNUM EOL { parse_veradd(seq, $4); } ; proj : prline | ; prline : PR prlist TER EOL ; prlist : prlist SEP PRDAT | PRDAT ; date : dtline dtline | ; dtline : DT dttxt EOL ; dttxt : dttxt TXT | TXT ; desc : desc deline | ; deline : DE detxt EOL ; detxt : detxt DETXT { parse_dscadd2(seq, $2); } | DETXT { parse_dscadd1(seq, $1); } ; kwords : kwlines kwline2 | ; kwlines : kwlines kwline1 | kwlines kwline3 | ; kwline1 : KW kwlist TER2 EOL ; kwline2 : KW kwlist TER EOL ; kwline3 : KW kwlist EOL ; kwlist : kwlist SEP KWORD { parse_kwdadd(seq, $3); } | KWORD { parse_kwdadd(seq, $1); } | KWOR2 { parse_kwdupd(seq, $1); } | /* Empty */ ; orgas : orgas orgent | ; orgent : orgspe orgcla orggan ; orgspe : osline ; osline : OS ostxt EOL ; ostxt : OSTXT ; orgcla : oclines ocline2 | ; oclines : oclines ocline1 | ; ocline1 : OC oclist TER2 EOL | OC oclist EOL ; ocline2 : OC oclist TER EOL ; oclist : oclist SEP ocnode | ocnode | ; ocnode : OCNOD | OCNO2 ; orggan : orggan ogline | ; ogline : OG ogtxt EOL ; ogtxt : ogtxt TXT | TXT ; refs : refs refent | ; refent : refnum refcom refpos refxdb refgrp refaut reftit refloc ; refnum : rnline ; rnline : RN OBR INT CBR EOL ; refcom : refcom rcline | ; rcline : RC rctxt EOL ; rctxt : rctxt TXT | TXT ; refpos : rplines rpline2 | ; rplines : rplines rpline1 | ; rpline1 : RP rplist TER EOL ; rpline2 : RP rplist EOL ; rplist : rplist SEP rpval | rpval ; rpval : INT MIN INT ; refxdb : refxdb rxline | ; rxline : RX RXDB SEP RXID TER EOL ; refgrp : refgrp rgline | ; rgline : RG rgtxt EOL ; rgtxt : rgtxt TXT | TXT ; refaut : ralines raline2 ; ralines : ralines raline1 | ; raline1 : RA ralist TER2 EOL ; raline2 : RA ralist TER EOL ; ralist : ralist SEP RAAUT | RAAUT | ; reftit : rtline1 rtlines rtline3 | rtline | ; rtlines : rtlines rtline2 | ; rtline : RT QUO rttxt QUO TER EOL | RT TER EOL ; rtline1 : RT QUO rttxt EOL ; rtline2 : RT rttxt EOL ; rtline3 : RT rttxt QUO TER EOL | RT QUO TER EOL ; rttxt : rttxt TXT | TXT ; refloc : refloc rlline | rlline ; rlline : RL rltxt EOL ; rltxt : rltxt TXT | TXT ; dbref : dbref drline | ; drline : DR drtxt EOL ; drtxt : drtxt TXT | TXT ; feats : feathead featdata | ; asmb : ahline aslines | ; ahline : AH ahtxt EOL ; ahtxt : ahtxt TXT | TXT ; aslines : aslines asline | asline ; asline : AS astxt EOL ; astxt : astxt TXT | TXT ; feathead : fhline fhline ; fhline : FH fhtxt EOL ; fhtxt : fhtxt TXT | ; featdata : featdata ftline | ftline ; ftline : FT fttxt EOL ; fttxt : fttxt TXT | TXT ; comm : comm ccline | ; ccline : CC cctxt EOL ; cctxt : cctxt TXT | ; sequence : seqcont seqhead seqdata | seqcont | seqhead seqdata ; seqcont : seqcont coline | coline ; coline : CO cotxt EOL ; cotxt : cotxt TXT | TXT ; seqhead : sqline ; sqline : SQ sqtxt EOL ; sqtxt : sqtxt TXT | TXT ; seqdata : seqdata seqline | seqline ; seqline : SEQ seqlist seqnum EOL ; seqlist : seqlist SEP SEQBAS { parse_stradd(seq, $3); } | SEQBAS { parse_stradd(seq, $1); } ; seqnum : SPC INT | ; end : END EOL ; %% /* Checks EMBL sequence */ int embly_check(FILE *f) { int i; emblset_in(f); i = yyparse(NULL); if (i == 0) { return i; } embllex_destroy(); return i; } /* Parse EMBL sequence */ sequence_t *embly_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } emblset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } embllex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/gde.h0000644000175000017500000000043710155322741020250 0ustar osallouosallou/* gde.h - GDE sequence functions */ #ifndef __SEQUENCE_GDE_H_ #define __SEQUENCE_GDE_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *gde_parse(FILE *); int gde_check(FILE *); void gde_print(FILE *, sequence_t *); #endif /* __SEQUENCE_GDE_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/sprotl.c0000644000175000017500000153266312077231057021047 0ustar osallouosallou#line 2 "sequence/sprotl.c" #line 4 "sequence/sprotl.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer sprot_create_buffer #define yy_delete_buffer sprot_delete_buffer #define yy_flex_debug sprot_flex_debug #define yy_init_buffer sprot_init_buffer #define yy_flush_buffer sprot_flush_buffer #define yy_load_buffer_state sprot_load_buffer_state #define yy_switch_to_buffer sprot_switch_to_buffer #define yyin sprotin #define yyleng sprotleng #define yylex sprotlex #define yylineno sprotlineno #define yyout sprotout #define yyrestart sprotrestart #define yytext sprottext #define yywrap sprotwrap #define yyalloc sprotalloc #define yyrealloc sprotrealloc #define yyfree sprotfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE sprotrestart(sprotin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int sprotleng; extern FILE *sprotin, *sprotout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up sprottext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up sprottext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via sprotrestart()), so that the user can continue scanning by * just pointing sprotin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when sprottext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int sprotleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow sprotwrap()'s to do buffer switches * instead of setting up a fresh sprotin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void sprotrestart (FILE *input_file ); void sprot_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE sprot_create_buffer (FILE *file,int size ); void sprot_delete_buffer (YY_BUFFER_STATE b ); void sprot_flush_buffer (YY_BUFFER_STATE b ); void sprotpush_buffer_state (YY_BUFFER_STATE new_buffer ); void sprotpop_buffer_state (void ); static void sprotensure_buffer_stack (void ); static void sprot_load_buffer_state (void ); static void sprot_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER sprot_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE sprot_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE sprot_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE sprot_scan_bytes (yyconst char *bytes,int len ); void *sprotalloc (yy_size_t ); void *sprotrealloc (void *,yy_size_t ); void sprotfree (void * ); #define yy_new_buffer sprot_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ sprotensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ sprot_create_buffer(sprotin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ sprotensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ sprot_create_buffer(sprotin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define sprotwrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *sprotin = (FILE *) 0, *sprotout = (FILE *) 0; typedef int yy_state_type; extern int sprotlineno; int sprotlineno = 1; extern char *sprottext; #define yytext_ptr sprottext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up sprottext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ sprotleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 145 #define YY_END_OF_BUFFER 146 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[3307] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 144, 143, 1, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 3, 5, 4, 3, 13, 12, 13, 13, 13, 15, 16, 20, 21, 20, 23, 24, 34, 33, 34, 34, 36, 37, 46, 45, 46, 46, 48, 49, 51, 52, 58, 57, 56, 54, 55, 64, 63, 64, 66, 67, 78, 77, 78, 78, 69, 78, 78, 78, 78, 84, 83, 84, 92, 91, 92, 92, 96, 97, 95, 96, 103, 102, 103, 105, 106, 113, 112, 113, 113, 113, 118, 117, 118, 127, 126, 127, 127, 129, 130, 132, 133, 138, 137, 136, 135, 142, 141, 142, 6, 7, 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 3, 3, 0, 11, 10, 9, 0, 0, 15, 20, 20, 18, 23, 0, 0, 0, 0, 26, 0, 28, 36, 0, 0, 0, 41, 40, 39, 48, 51, 56, 0, 0, 0, 60, 66, 0, 0, 75, 72, 0, 71, 70, 0, 0, 0, 0, 0, 0, 0, 80, 0, 89, 90, 87, 86, 88, 96, 94, 0, 0, 0, 99, 105, 0, 0, 0, 109, 108, 0, 0, 115, 0, 0, 0, 121, 122, 120, 129, 132, 135, 140, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 0, 9, 0, 9, 15, 20, 20, 19, 23, 0, 0, 0, 0, 0, 0, 29, 0, 36, 0, 0, 44, 43, 42, 48, 51, 0, 0, 0, 61, 66, 0, 0, 75, 76, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 96, 0, 0, 0, 100, 105, 111, 0, 110, 0, 0, 116, 0, 125, 124, 123, 129, 132, 135, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 0, 9, 0, 15, 20, 20, 23, 0, 0, 0, 0, 32, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 62, 66, 0, 0, 75, 0, 0, 75, 73, 0, 0, 0, 0, 82, 0, 96, 0, 0, 101, 105, 0, 0, 0, 0, 0, 129, 132, 135, 6, 134, 8, 104, 17, 107, 14, 128, 22, 2, 119, 38, 35, 50, 25, 47, 114, 85, 65, 79, 98, 53, 59, 93, 68, 131, 3, 3, 3, 3, 3, 3, 0, 9, 0, 15, 20, 20, 23, 0, 0, 0, 0, 0, 31, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 74, 0, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 27, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 3, 3, 3, 3, 3, 9, 9, 9, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 75, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 3, 3, 3, 3, 9, 9, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 75, 74, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 3, 3, 0, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 30, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 75, 74, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 3, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 74, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 135, 6, 3, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 3, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 3, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 3, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 15, 20, 20, 23, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 48, 51, 0, 0, 66, 0, 0, 75, 0, 0, 0, 0, 96, 0, 0, 105, 0, 0, 0, 129, 132, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, 29, 0, 61, 81, 100, 0, 0, 31, 30, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 6, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 9, 1, 10, 1, 1, 1, 11, 12, 13, 14, 15, 16, 17, 18, 19, 12, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 12, 12, 30, 31, 12, 12, 32, 1, 33, 1, 34, 1, 35, 36, 12, 37, 38, 12, 12, 12, 12, 12, 12, 12, 12, 39, 12, 12, 12, 12, 12, 12, 40, 12, 12, 12, 12, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[41] = { 0, 1, 2, 3, 4, 1, 1, 1, 5, 6, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 9, 8, 8, 8, 8, 8, 8 } ; static yyconst flex_int16_t yy_base[5140] = { 0, 5713, 0, 28, 62, 96, 130, 5709, 5708, 2, 3, 5705, 5704, 16, 34, 5696, 5695, 39, 40, 5687, 5686, 5421, 5416, 42, 45, 4, 49, 5415, 5404, 163, 187, 50, 71, 74, 79, 83, 105, 52, 80, 5375, 5373, 109, 114, 117, 139, 140, 141, 5360, 5355, 5354, 5343, 212, 246, 54, 87, 5314, 5312, 5301,21784,21784,21784, 5293, 5288, 5271, 5242, 95, 5224, 5217, 5221, 5204, 139, 5208, 270, 5168, 0,21784, 5189, 301,21784,21784, 0, 142, 117, 0,21784, 5173,21784, 152, 0,21784, 173, 21784, 157, 178, 0,21784, 6,21784, 185, 179, 0, 21784, 0,21784,21784,21784, 5166,21784,21784, 184,21784, 193, 0,21784, 17,21784, 198, 221,21784, 219, 202, 223, 162, 201,21784, 225, 226,21784, 203, 5171, 0, 21784,21784, 5160, 231,21784, 237, 0,21784, 251,21784, 21784, 256, 5130, 5122,21784, 257, 255,21784, 5116, 238, 0,21784, 0,21784,21784,21784,21784, 0,21784,21784, 265, 0,21784, 5110,21784, 5109, 5098, 5069, 5067, 5054, 5049, 5048, 5037, 5008, 5006, 4993, 4988, 4987, 4976, 4947, 4945, 4932, 4927, 4926, 4915, 4886, 4884, 4871, 4866, 0, 4865, 335, 369, 0,21784,21784, 4849, 119, 4820, 0, 4820, 267,21784, 0, 269, 4789, 283, 292,21784, 4773, 4783, 0, 294, 307, 274,21784,21784,21784, 0, 0, 4788, 290, 4740, 312, 4738, 0, 306, 315, 4743,21784, 4738,21784, 4737, 316, 340, 314, 320, 261, 4708, 328, 4679, 322,21784,21784,21784,21784,21784, 0,21784, 345, 4677, 346, 4664, 0, 344, 352, 4683,21784,21784, 4676, 353,21784, 351, 4672, 361,21784,21784,21784, 0, 0, 0,21784, 363, 0, 4642, 4640, 4627, 4622, 4621, 4610, 4581, 4579, 4566, 4561, 4560, 4549, 4520, 4518, 4505, 4500, 4499, 4488, 4459, 4457, 4444, 4439, 4438, 4427, 4398, 0, 403, 437, 471, 0, 4391, 158, 4378, 0, 4375, 375, 21784, 0, 378, 383, 385, 4352, 4345, 390, 4316, 4299, 0, 388, 409,21784,21784,21784, 0, 0, 414, 415, 4300, 4293, 0, 413, 421, 4310,21784, 4299, 420, 422, 439, 443, 391, 396, 4262, 4250, 445, 0, 449, 451, 4243, 4232, 0,21784, 450,21784, 4249, 397,21784, 452, 21784,21784,21784, 0, 0, 0, 0, 4244, 4215, 4213, 4200, 4195, 4194, 4183, 4154, 4152, 4139, 4134, 4133, 4122, 4093, 4091, 4078, 4073, 4072, 4061, 4032, 4030, 4017, 4012, 4011, 4000, 0, 505, 539, 573, 607, 0, 3966, 406, 0, 3966, 460, 0, 462, 480, 482, 487,21784, 3931, 489, 3917, 0, 490, 511, 0, 0, 495, 496,21784, 0, 510, 521, 3944, 3933, 512, 152,21784, 523, 525, 498, 524,21784, 542, 0, 548, 550,21784, 0, 549, 551, 3904, 557, 555, 0, 0, 0, 0,21784,21784, 21784,21784,21784,21784,21784,21784,21784,21784,21784,21784, 21784,21784,21784,21784,21784,21784,21784,21784,21784,21784, 21784,21784,21784, 0, 641, 675, 709, 743, 777, 0, 3903, 528, 0, 3892, 563, 0, 579, 584, 586, 591, 593,21784, 598, 3891, 0, 561, 613, 0, 0, 618, 619, 0, 621, 627, 3883, 3872, 625, 3843, 646, 650, 566, 592, 648, 0, 652, 658, 0, 3841, 600, 656, 0, 0, 0, 0, 0, 811, 845, 879, 913, 947, 0, 0, 3829, 610, 0, 3826, 661, 0, 666, 686, 688, 693, 695, 700, 715,21784, 0, 677, 720, 0, 0, 664, 721, 0, 724, 729, 3822, 3811, 730, 748, 749, 694, 702, 751, 0, 759, 760, 0, 3782, 723, 758, 0, 0, 0, 0, 0, 981, 1015, 1049, 1083, 0, 0, 3781, 737, 0, 3770, 766, 0, 768, 786, 788, 793, 795, 800, 802, 3747, 0, 813, 821, 0, 0, 823, 829, 0, 827, 851, 3761, 3750, 850, 832, 281, 794, 830, 853, 0, 861, 862, 0, 3721, 838, 860, 0, 0, 0, 0, 0, 0, 1117, 1151, 0, 21784, 840, 0, 3722, 869, 0, 885, 890, 892, 897, 899, 904, 919, 3687, 0, 864, 924, 0, 0, 870, 925, 0, 928, 933, 3701, 3700, 934, 329, 3689, 898, 906, 950, 0, 956, 958, 0, 3660, 927, 957, 0, 0, 0, 0, 0, 1185, 0, 941, 0, 3661, 959, 0, 965, 971, 987, 992, 994, 999, 1001,21784, 0, 963, 1026, 0, 0, 1006, 1024, 0, 1025, 1035, 3645, 3640, 470, 3639, 993, 1008, 1033, 0, 1037, 1055, 0, 3628, 1009, 1054, 0, 0, 0, 0, 0, 0, 0, 3602, 1060, 0, 1062, 1067, 1069, 1074, 1089, 1094, 1096, 0, 1097, 1102, 0, 0, 1108, 1123, 0, 1124, 1130, 3597, 3584, 3579, 1043, 1076, 1129, 0, 1135, 1138, 0, 3578, 1103, 1136, 0, 0,21784, 0, 0, 0, 3570, 1141, 0, 1157, 1162, 1164, 1169, 1171, 1176, 1191, 0, 1192, 1197, 0, 0, 1203, 1205, 0, 1206, 1214, 3538, 3536, 1111, 1144, 1216, 0, 1220, 1222, 0, 3523, 1170, 1221, 0, 0, 0, 0, 0, 3521, 1227, 0, 1229, 1234, 1236, 1241, 1243, 1248, 1250, 0, 1251, 1256, 0, 0, 1257, 1262, 0, 1260, 1265, 3517, 3506, 1178, 1242, 1268, 0, 1273, 1278, 0, 3477, 1279, 1277, 0, 0, 0, 0, 0, 3478, 1285, 0, 1287, 1292, 1294, 1299, 1301, 1306, 1308, 0, 1309, 1314, 0, 0, 1315, 1320, 0, 1318, 1323, 3462, 3457, 1300, 1326, 1328, 0, 1336, 1339, 0, 3456, 1337, 1338, 0, 0, 0,21784, 0, 3448, 1346, 0, 1348, 1353, 1355, 1360, 1362, 1367, 1369, 0, 1370, 1375, 0, 0, 1376, 1381, 0, 1379, 1384, 3416, 3414, 1361, 1387, 1389, 0, 1397, 1400, 0, 3401, 1398, 1399, 0, 0, 0, 0, 3399, 1407, 0, 1409, 1414, 1416, 1421, 1423, 1428, 1430, 0, 1431, 1436, 0, 0, 1437, 1442, 0, 1440, 1445, 3395, 3384, 1422, 1448, 1450, 0, 1458, 1461, 0, 3355, 1459, 1460, 0, 0, 0, 0, 3356, 1468, 0, 1470, 1475, 1477, 1482, 1484, 1489, 1491, 0, 1492, 1497, 0, 0, 1498, 1503, 0, 1501, 1506, 3340, 3335, 1483, 1509, 1511, 0, 1519, 1522, 0, 3334, 1520, 1521, 0, 0, 0, 0, 3326, 1529, 0, 1531, 1536, 1538, 1543, 1545, 1550, 1552, 0, 1553, 1558, 0, 0, 1559, 1564, 0, 1562, 1567, 3294, 3292, 1544, 1570, 1572, 0, 1580, 1583, 0, 3279, 1581, 1582, 0, 0, 0, 0, 3277, 1590, 0, 1592, 1597, 1599, 1604, 1606, 1611, 1613, 0, 1614, 1619, 0, 0, 1620, 1625, 0, 1623, 1628, 3273, 3262, 1605, 1631, 1633, 0, 1641, 1644, 0, 3233, 1642, 1643, 0, 0, 0, 0, 3234, 1651, 0, 1653, 1658, 1660, 1665, 1667, 1672, 1674, 0, 1675, 1680, 0, 0, 1681, 1686, 0, 1684, 1689, 3218, 3213, 1666, 1692, 1694, 0, 1702, 1705, 0, 3212, 1703, 1704, 0, 0, 0, 0, 3204, 1712, 0, 1714, 1719, 1721, 1726, 1728, 1733, 1735, 0, 1736, 1741, 0, 0, 1742, 1747, 0, 1745, 1750, 3172, 3170, 1727, 1753, 1755, 0, 1763, 1766, 0, 3157, 1764, 1765, 0, 0, 0, 0, 3155, 1773, 0, 1775, 1780, 1782, 1787, 1789, 1794, 1796, 0, 1797, 1802, 0, 0, 1803, 1808, 0, 1806, 1811, 3151, 3140, 1788, 1814, 1816, 0, 1824, 1827, 0, 3111, 1825, 1826, 0, 0, 0, 0, 3112, 1834, 0, 1836, 1841, 1843, 1848, 1850, 1855, 1857, 0, 1858, 1863, 0, 0, 1864, 1869, 0, 1867, 1872, 3096, 3091, 1849, 1875, 1877, 0, 1885, 1888, 0, 3090, 1886, 1887, 0, 0, 0, 0, 3082, 1895, 0, 1897, 1902, 1904, 1909, 1911, 1916, 1918, 0, 1919, 1924, 0, 0, 1925, 1930, 0, 1928, 1933, 3050, 3048, 1910, 1936, 1938, 0, 1946, 1949, 0, 3035, 1947, 1948, 0, 0, 0, 0, 3033, 1956, 0, 1958, 1963, 1965, 1970, 1972, 1977, 1979, 0, 1980, 1985, 0, 0, 1986, 1991, 0, 1989, 1994, 3029, 3018, 1971, 1997, 1999, 0, 2007, 2010, 0, 2989, 2008, 2009, 0, 0, 0, 0, 2990, 2017, 0, 2019, 2024, 2026, 2031, 2033, 2038, 2040, 0, 2041, 2046, 0, 0, 2047, 2052, 0, 2050, 2055, 2974, 2969, 2032, 2058, 2060, 0, 2068, 2071, 0, 2968, 2069, 2070, 0, 0, 0, 0, 2960, 2078, 0, 2080, 2085, 2087, 2092, 2094, 2099, 2101, 0, 2102, 2107, 0, 0, 2108, 2113, 0, 2111, 2116, 2928, 2926, 2093, 2119, 2121, 0, 2129, 2132, 0, 2913, 2130, 2131, 0, 0, 0, 0, 2911, 2139, 0, 2141, 2146, 2148, 2153, 2155, 2160, 2162, 0, 2163, 2168, 0, 0, 2169, 2174, 0, 2172, 2177, 2907, 2896, 2154, 2180, 2182, 0, 2190, 2193, 0, 2867, 2191, 2192, 0, 0, 0, 0, 2868, 2200, 0, 2202, 2207, 2209, 2214, 2216, 2221, 2223, 0, 2224, 2229, 0, 0, 2230, 2235, 0, 2233, 2238, 2852, 2847, 2215, 2241, 2243, 0, 2251, 2254, 0, 2846, 2252, 2253, 0, 0, 0, 0, 2838, 2261, 0, 2263, 2268, 2270, 2275, 2277, 2282, 2284, 0, 2285, 2290, 0, 0, 2291, 2296, 0, 2294, 2299, 2806, 2804, 2276, 2302, 2304, 0, 2312, 2315, 0, 2791, 2313, 2314, 0, 0, 0, 0, 2789, 2322, 0, 2324, 2329, 2331, 2336, 2338, 2343, 2345, 0, 2346, 2351, 0, 0, 2352, 2357, 0, 2355, 2360, 2785, 2774, 2337, 2363, 2365, 0, 2373, 2376, 0, 2745, 2374, 2375, 0, 0, 0, 0, 2746, 2383, 0, 2385, 2390, 2392, 2397, 2399, 2404, 2406, 0, 2407, 2412, 0, 0, 2413, 2418, 0, 2416, 2421, 2730, 2725, 2398, 2424, 2426, 0, 2434, 2437, 0, 2724, 2435, 2436, 0, 0, 0, 0, 2716, 2444, 0, 2446, 2451, 2453, 2458, 2460, 2465, 2467, 0, 2468, 2473, 0, 0, 2474, 2479, 0, 2477, 2482, 2684, 2682, 2459, 2485, 2487, 0, 2495, 2498, 0, 2669, 2496, 2497, 0, 0, 0, 0, 2667, 2505, 0, 2507, 2512, 2514, 2519, 2521, 2526, 2528, 0, 2529, 2534, 0, 0, 2535, 2540, 0, 2538, 2543, 2663, 2652, 2520, 2546, 2548, 0, 2556, 2559, 0, 2623, 2557, 2558, 0, 0, 0, 0, 2624, 2566, 0, 2568, 2573, 2575, 2580, 2582, 2587, 2589, 0, 2590, 2595, 0, 0, 2596, 2601, 0, 2599, 2604, 2608, 2603, 2581, 2607, 2609, 0, 2617, 2620, 0, 2602, 2618, 2619, 0, 0, 0, 0, 2594, 2627, 0, 2629, 2634, 2636, 2641, 2643, 2648, 2650, 0, 2651, 2656, 0, 0, 2657, 2662, 0, 2660, 2665, 2562, 2560, 2642, 2668, 2670, 0, 2678, 2681, 0, 2547, 2679, 2680, 0, 0, 0, 0, 2545, 2688, 0, 2690, 2695, 2697, 2702, 2704, 2709, 2711, 0, 2712, 2717, 0, 0, 2718, 2723, 0, 2721, 2726, 2541, 2530, 2703, 2729, 2731, 0, 2739, 2742, 0, 2501, 2740, 2741, 0, 0, 0, 0, 2502, 2749, 0, 2751, 2756, 2758, 2763, 2765, 2770, 2772, 0, 2773, 2778, 0, 0, 2779, 2784, 0, 2782, 2787, 2486, 2481, 2764, 2790, 2792, 0, 2800, 2803, 0, 2480, 2801, 2802, 0, 0, 0, 0, 2472, 2810, 0, 2812, 2817, 2819, 2824, 2826, 2831, 2833, 0, 2834, 2839, 0, 0, 2840, 2845, 0, 2843, 2848, 2440, 2438, 2825, 2851, 2853, 0, 2861, 2864, 0, 2425, 2862, 2863, 0, 0, 0, 0, 2423, 2871, 0, 2873, 2878, 2880, 2885, 2887, 2892, 2894, 0, 2895, 2900, 0, 0, 2901, 2906, 0, 2904, 2909, 2419, 2408, 2886, 2912, 2914, 0, 2922, 2925, 0, 2379, 2923, 2924, 0, 0, 0, 0, 2380, 2932, 0, 2934, 2939, 2941, 2946, 2948, 2953, 2955, 0, 2956, 2961, 0, 0, 2962, 2967, 0, 2965, 2970, 2364, 2359, 2947, 2973, 2975, 0, 2983, 2986, 0, 2358, 2984, 2985, 0, 0, 0, 0, 2350, 2993, 0, 2995, 3000, 3002, 3007, 3009, 3014, 3016, 0, 3017, 3022, 0, 0, 3023, 3028, 0, 3026, 3031, 2318, 2316, 3008, 3034, 3036, 0, 3044, 3047, 0, 2303, 3045, 3046, 0, 0, 0, 0, 2301, 3054, 0, 3056, 3061, 3063, 3068, 3070, 3075, 3077, 0, 3078, 3083, 0, 0, 3084, 3089, 0, 3087, 3092, 2297, 2286, 3069, 3095, 3097, 0, 3105, 3108, 0, 2257, 3106, 3107, 0, 0, 0, 0, 2258, 3115, 0, 3117, 3122, 3124, 3129, 3131, 3136, 3138, 0, 3139, 3144, 0, 0, 3145, 3150, 0, 3148, 3153, 2242, 2237, 3130, 3156, 3158, 0, 3166, 3169, 0, 2236, 3167, 3168, 0, 0, 0, 0, 2228, 3176, 0, 3178, 3183, 3185, 3190, 3192, 3197, 3199, 0, 3200, 3205, 0, 0, 3206, 3211, 0, 3209, 3214, 2196, 2194, 3191, 3217, 3219, 0, 3227, 3230, 0, 2181, 3228, 3229, 0, 0, 0, 0, 2179, 3237, 0, 3239, 3244, 3246, 3251, 3253, 3258, 3260, 0, 3261, 3266, 0, 0, 3267, 3272, 0, 3270, 3275, 2175, 2164, 3252, 3278, 3280, 0, 3288, 3291, 0, 2135, 3289, 3290, 0, 0, 0, 0, 2136, 3298, 0, 3300, 3305, 3307, 3312, 3314, 3319, 3321, 0, 3322, 3327, 0, 0, 3328, 3333, 0, 3331, 3336, 2120, 2115, 3313, 3339, 3341, 0, 3349, 3352, 0, 2114, 3350, 3351, 0, 0, 0, 0, 2106, 3359, 0, 3361, 3366, 3368, 3373, 3375, 3380, 3382, 0, 3383, 3388, 0, 0, 3389, 3394, 0, 3392, 3397, 2074, 2072, 3374, 3400, 3402, 0, 3410, 3413, 0, 2059, 3411, 3412, 0, 0, 0, 0, 2057, 3420, 0, 3422, 3427, 3429, 3434, 3436, 3441, 3443, 0, 3444, 3449, 0, 0, 3450, 3455, 0, 3453, 3458, 2053, 2042, 3435, 3461, 3463, 0, 3471, 3474, 0, 2013, 3472, 3473, 0, 0, 0, 0, 2014, 3481, 0, 3483, 3488, 3490, 3495, 3497, 3502, 3504, 0, 3505, 3510, 0, 0, 3511, 3516, 0, 3514, 3519, 1998, 1993, 3496, 3522, 3524, 0, 3532, 3535, 0, 1992, 3533, 3534, 0, 0, 0, 0, 1984, 3542, 0, 3544, 3549, 3551, 3556, 3558, 3563, 3565, 0, 3566, 3571, 0, 0, 3572, 3577, 0, 3575, 3580, 1952, 1950, 3557, 3583, 3585, 0, 3593, 3596, 0, 1937, 3594, 3595, 0, 0, 0, 0, 1935, 3603, 0, 3605, 3610, 3612, 3617, 3619, 3624, 3626, 0, 3627, 3632, 0, 0, 3633, 3638, 0, 3636, 3641, 1931, 1920, 3618, 3644, 3646, 0, 3654, 3657, 0, 1891, 3655, 3656, 0, 0, 0, 0, 1892, 3664, 0, 3666, 3671, 3673, 3678, 3680, 3685, 3687, 0, 3688, 3693, 0, 0, 3694, 3699, 0, 3697, 3702, 1876, 1871, 3679, 3705, 3707, 0, 3715, 3718, 0, 1870, 3716, 3717, 0, 0, 0, 0, 1862, 3725, 0, 3727, 3732, 3734, 3739, 3741, 3746, 3748, 0, 3749, 3754, 0, 0, 3755, 3760, 0, 3758, 3763, 1830, 1828, 3740, 3766, 3768, 0, 3776, 3779, 0, 1815, 3777, 3778, 0, 0, 0, 0, 1813, 3786, 0, 3788, 3793, 3795, 3800, 3802, 3807, 3809, 0, 3810, 3815, 0, 0, 3816, 3821, 0, 3819, 3824, 1809, 1798, 3801, 3827, 3829, 0, 3837, 3840, 0, 1769, 3838, 3839, 0, 0, 0, 0, 1770, 3847, 0, 3849, 3854, 3856, 3861, 3863, 3868, 3870, 0, 3871, 3876, 0, 0, 3877, 3882, 0, 3880, 3885, 1754, 1749, 3862, 3888, 3890, 0, 3898, 3901, 0, 1748, 3899, 3900, 0, 0, 0, 0, 1740, 3908, 0, 3910, 3915, 3917, 3922, 3924, 3929, 3931, 0, 3932, 3937, 0, 0, 3938, 3943, 0, 3941, 3946, 1708, 1706, 3923, 3949, 3951, 0, 3959, 3962, 0, 1693, 3960, 3961, 0, 0, 0, 0, 1691, 3969, 0, 3971, 3976, 3978, 3983, 3985, 3990, 3992, 0, 3993, 3998, 0, 0, 3999, 4004, 0, 4002, 4007, 1687, 1676, 3984, 4010, 4012, 0, 4020, 4023, 0, 1647, 4021, 4022, 0, 0, 0, 0, 1648, 4030, 0, 4032, 4037, 4039, 4044, 4046, 4051, 4053, 0, 4054, 4059, 0, 0, 4060, 4065, 0, 4063, 4068, 1632, 1627, 4045, 4071, 4073, 0, 4081, 4084, 0, 1626, 4082, 4083, 0, 0, 0, 0, 1618, 4091, 0, 4093, 4098, 4100, 4105, 4107, 4112, 4114, 0, 4115, 4120, 0, 0, 4121, 4126, 0, 4124, 4129, 1586, 1584, 4106, 4132, 4134, 0, 4142, 4145, 0, 1571, 4143, 4144, 0, 0, 0, 0, 1569, 4152, 0, 4154, 4159, 4161, 4166, 4168, 4173, 4175, 0, 4176, 4181, 0, 0, 4182, 4187, 0, 4185, 4190, 1565, 1554, 4167, 4193, 4195, 0, 4203, 4206, 0, 1525, 4204, 4205, 0, 0, 0, 0, 1526, 4213, 0, 4215, 4220, 4222, 4227, 4229, 4234, 4236, 0, 4237, 4242, 0, 0, 4243, 4248, 0, 4246, 4251, 1510, 1505, 4228, 4254, 4256, 0, 4264, 4267, 0, 1504, 4265, 4266, 0, 0, 0, 0, 1496, 4274, 0, 4276, 4281, 4283, 4288, 4290, 4295, 4297, 0, 4298, 4303, 0, 0, 4304, 4309, 0, 4307, 4312, 1464, 1462, 4289, 4315, 4317, 0, 4325, 4328, 0, 1449, 4326, 4327, 0, 0, 0, 0, 1447, 4335, 0, 4337, 4342, 4344, 4349, 4351, 4356, 4358, 0, 4359, 4364, 0, 0, 4365, 4370, 0, 4368, 4373, 1443, 1432, 4350, 4376, 4378, 0, 4386, 4389, 0, 1403, 4387, 4388, 0, 0, 0, 0, 1404, 4396, 0, 4398, 4403, 4405, 4410, 4412, 4417, 4419, 0, 4420, 4425, 0, 0, 4426, 4431, 0, 4429, 4434, 1388, 1383, 4411, 4437, 4439, 0, 4447, 4450, 0, 1382, 4448, 4449, 0, 0, 0, 0, 1374, 4457, 0, 4459, 4464, 4466, 4471, 4473, 4478, 4480, 0, 4481, 4486, 0, 0, 4487, 4492, 0, 4490, 4495, 1342, 1340, 4472, 4498, 4500, 0, 4508, 4511, 0, 1327, 4509, 4510, 0, 0, 0, 0, 1325, 4518, 0, 4520, 4525, 4527, 4532, 4534, 4539, 4541, 0, 4542, 4547, 0, 0, 4548, 4553, 0, 4551, 4556, 1321, 1310, 4533, 4559, 4561, 0, 4569, 4572, 0, 1281, 4570, 4571, 0, 0, 0, 0, 1272, 4579, 0, 4581, 4586, 4588, 4593, 4595, 4600, 4602, 0, 4603, 4608, 0, 0, 4609, 4614, 0, 4612, 4617, 1263, 1261, 4594, 4620, 4622, 0, 4630, 4633, 0, 1252, 4631, 4632, 0, 0, 0, 0, 1226, 4640, 0, 4642, 4647, 4649, 4654, 4656, 4661, 4663, 0, 4664, 4669, 0, 0, 4670, 4675, 0, 4673, 4678, 1205, 1199, 4655, 4681, 4683, 0, 4691, 4694, 0, 1193, 4692, 4693, 0, 0, 0, 0, 1194, 4701, 0, 4703, 4708, 4710, 4715, 4717, 4722, 4724, 0, 4725, 4730, 0, 0, 4731, 4736, 0, 4734, 4739, 1179, 1145, 4716, 4742, 4744, 0, 4752, 4755, 0, 1139, 4753, 4754, 0, 0, 0, 0, 1129, 4762, 0, 4764, 4769, 4771, 4776, 4778, 4783, 4785, 0, 4786, 4791, 0, 0, 4792, 4797, 0, 4795, 4800, 1110, 1098, 4777, 4803, 4805, 0, 4813, 4816, 0, 1088, 4814, 4815, 0, 0, 0, 0, 1080, 4823, 0, 4825, 4830, 4832, 4837, 4839, 4844, 4846, 0, 4847, 4852, 0, 0, 4853, 4858, 0, 4856, 4861, 1068, 1056, 4838, 4864, 4866, 0, 4874, 4877, 0, 1042, 4875, 4876, 0, 0, 0, 0, 1040, 4884, 0, 4886, 4891, 4893, 4898, 4900, 4905, 4907, 0, 4908, 4913, 0, 0, 4914, 4919, 0, 4917, 4922, 1031, 1020, 4899, 4925, 4927, 0, 4935, 4938, 0, 1014, 4936, 4937, 0, 0, 0, 0, 1003, 4945, 0, 4947, 4952, 4954, 4959, 4961, 4966, 4968, 0, 4969, 4974, 0, 0, 4975, 4980, 0, 4978, 4983, 975, 974, 4960, 4986, 4988, 0, 4996, 4999, 0, 969, 4997, 4998, 0, 0, 0, 0, 962, 5006, 0, 5008, 5013, 5015, 5020, 5022, 5027, 5029, 0, 5030, 5035, 0, 0, 5036, 5041, 0, 5039, 5044, 941, 919, 5021, 5047, 5049, 0, 5057, 5060, 0, 907, 5058, 5059, 0, 0, 0, 0, 876, 5067, 0, 5069, 5074, 5076, 5081, 5083, 5088, 5090, 0, 5091, 5096, 0, 0, 5097, 5102, 0, 5100, 5105, 872, 856, 5082, 5108, 5110, 0, 5118, 5121, 0, 817, 5119, 5120, 0, 0, 0, 0, 818, 5128, 0, 5130, 5135, 5137, 5142, 5144, 5149, 5151, 0, 5152, 5157, 0, 0, 5158, 5163, 0, 5161, 5166, 805, 804, 5143, 5169, 5171, 0, 5179, 5182, 0, 776, 5180, 5181, 0, 0, 0, 0, 774, 5189, 0, 5191, 5196, 5198, 5203, 5205, 5210, 5212, 0, 5213, 5218, 0, 0, 5219, 5224, 0, 5222, 5227, 770, 760, 5204, 5230, 5232, 0, 5240, 5243, 0, 737, 5241, 5242, 0, 0, 0, 0, 734, 5250, 0, 5252, 5257, 5259, 5264, 5266, 5271, 5273, 0, 5274, 5279, 0, 0, 5280, 5285, 0, 5283, 5288, 715, 703, 5265, 5291, 5293, 0, 5301, 5304, 0, 669, 5302, 5303, 0, 0, 0, 0, 671, 5311, 0, 5313, 5318, 5320, 5325, 5327, 5332, 5334, 0, 5335, 5340, 0, 0, 5341, 5346, 0, 5344, 5349, 652, 634, 5326, 5352, 5354, 0, 5362, 5365, 0, 629, 5363, 5364, 0, 0, 0,21784, 631, 5372,21784, 5374, 5379, 5381, 5386, 5388, 5393, 5395,21784, 5396, 5401,21784, 21784, 5402, 5407,21784, 5405, 5410, 619, 614, 5387, 5413, 5415,21784, 5423, 5426,21784, 601, 5424, 5425,21784,21784, 21784, 574, 369, 539, 500, 485, 471, 488, 472, 461, 432,21784, 431, 422, 380, 295,21784, 280,21784,21784, 21784, 254, 244,21784,21784,21784, 5434, 5443, 5452, 5461, 5470, 5479, 5488, 5497, 5506, 5515, 5524, 5533, 5542, 5551, 5560, 5569, 5578, 5587, 5596, 5605, 5614, 5623, 5632, 5641, 5650, 5659, 5668, 5677, 5686, 5695, 5700, 5704, 5713, 5722, 5731, 5740, 5749, 5758, 5767, 5776, 5785, 5794, 5803, 5812, 5821, 5830, 5839, 5848, 5857, 5866, 5875, 5884, 5893, 5902, 234, 5911, 5920, 5929, 5938, 5943, 5947, 5956, 5965, 5974, 5983, 5992, 6001, 6010, 6019, 6028, 6037, 6046, 6055, 6064, 6073, 6082, 6091, 6100, 6109, 6118, 6127, 6136, 6145, 168, 6154, 6163, 6172, 6181, 6190, 6195, 6199, 6208, 6217, 6226, 6235, 6244, 6253, 6262, 6271, 6280, 6289, 6298, 6307, 6316, 6325, 6334, 6343, 6352, 6361, 6370, 6379, 6388, 6397, 113, 6406, 6415, 6424, 6433, 6442, 6451, 6456, 6460, 6469, 6478, 6487, 6496, 6505, 6514, 6523, 6532, 6541, 6550, 6559, 6568, 6577, 6586, 6595, 6604, 6613, 6622, 6631, 6640, 6649, 105, 6658, 6667, 6676, 6685, 6694, 6703, 6712, 6717, 6721, 6730, 6739, 6748, 6757, 6766, 6775, 6784, 6793, 6802, 6811, 6820, 6829, 6838, 6847, 6856, 6865, 6874, 6883, 6892, 6901, 6910, 100, 6919, 6928, 6937, 6946, 6955, 6964, 6973, 6978, 6982, 6991, 7000, 7009, 7018, 7027, 7036, 7045, 7054, 7063, 7072, 7081, 7090, 7099, 7108, 7117, 7126, 7135, 7144, 7153, 7162, 7171, 85, 7180, 7189, 7198, 7207, 7216, 7225, 7230, 7234, 7243, 7252, 7261, 7270, 7279, 7288, 7297, 7306, 7315, 7324, 7333, 7342, 7351, 7360, 7369, 7378, 7387, 7396, 7405, 7414, 7423, 83, 7432, 7441, 7450, 7459, 7464, 7473, 7482, 7491, 7500, 7509, 7518, 7527, 7536, 7545, 7554, 7563, 7572, 7581, 7590, 7599, 7608, 7617, 7626, 7635, 7644, 7653, 62, 7662, 7671, 7680, 7689, 7698, 7707, 7716, 7725, 7734, 7743, 7752, 7761, 7770, 7779, 7788, 7797, 7806, 7815, 7824, 7833, 7842, 7851, 7860, 7869, 35, 7878, 7887, 7896, 7905, 7914, 7923, 7932, 7941, 7950, 7959, 7968, 7977, 7986, 7995, 8004, 8013, 8022, 8031, 8040, 8049, 8058, 8067, 8076, 8085, 8094, 8103, 8112, 8121, 8130, 8139, 8148, 8157, 8166, 8175, 8184, 8193, 8202, 8211, 8220, 8229, 8238, 8247, 8256, 8265, 8274, 8283, 8292, 8301, 8310, 8319, 8328, 8337, 8346, 8355, 8364, 8373, 8382, 8391, 8400, 8409, 8418, 8427, 8436, 8445, 8454, 8463, 8472, 8481, 8490, 8499, 8508, 8517, 8526, 8535, 8544, 8553, 8562, 8571, 8580, 8589, 8598, 8607, 8616, 8625, 8634, 8643, 8652, 8661, 8670, 8679, 8688, 8697, 8706, 8715, 8724, 8733, 8742, 8751, 8760, 8769, 8778, 8787, 8796, 8805, 8814, 8823, 8832, 8841, 8850, 8859, 8868, 8877, 8886, 8895, 8904, 8913, 8922, 8931, 8940, 8949, 8958, 8967, 8976, 8985, 8994, 9003, 9012, 9021, 9030, 9039, 9048, 9057, 9066, 9075, 9084, 9093, 9102, 9111, 9120, 9129, 9138, 9147, 9156, 9165, 9174, 9183, 9192, 9201, 9210, 9219, 9228, 9237, 9246, 9255, 9264, 9273, 9282, 9291, 9300, 9309, 9318, 9327, 9336, 9345, 9354, 9363, 9372, 9381, 9390, 9399, 9408, 9417, 9426, 9435, 9444, 9453, 9462, 9471, 9480, 9489, 9498, 9507, 9516, 9525, 9534, 9543, 9552, 9561, 9570, 9579, 9588, 9597, 9606, 9615, 9624, 9633, 9642, 9651, 9660, 9669, 9678, 9687, 9696, 9705, 9714, 9723, 9732, 9741, 9750, 9759, 9768, 9777, 9786, 9795, 9804, 9813, 9822, 9831, 9840, 9849, 9858, 9867, 9876, 9885, 9894, 9903, 9912, 9921, 9930, 9939, 9948, 9957, 9966, 9975, 9984, 9993, 10002,10011,10020,10029,10038,10047,10056,10065,10074,10083, 10092,10101,10110,10119,10128,10137,10146,10155,10164,10173, 10182,10191,10200,10209,10218,10227,10236,10245,10254,10263, 10272,10281,10290,10299,10308,10317,10326,10335,10344,10353, 10362,10371,10380,10389,10398,10407,10416,10425,10434,10443, 10452,10461,10470,10479,10488,10497,10506,10515,10524,10533, 10542,10551,10560,10569,10578,10587,10596,10605,10614,10623, 10632,10641,10650,10659,10668,10677,10686,10695,10704,10713, 10722,10731,10740,10749,10758,10767,10776,10785,10794,10803, 10812,10821,10830,10839,10848,10857,10866,10875,10884,10893, 10902,10911,10920,10929,10938,10947,10956,10965,10974,10983, 10992,11001,11010,11019,11028,11037,11046,11055,11064,11073, 11082,11091,11100,11109,11118,11127,11136,11145,11154,11163, 11172,11181,11190,11199,11208,11217,11226,11235,11244,11253, 11262,11271,11280,11289,11298,11307,11316,11325,11334,11343, 11352,11361,11370,11379,11388,11397,11406,11415,11424,11433, 11442,11451,11460,11469,11478,11487,11496,11505,11514,11523, 11532,11541,11550,11559,11568,11577,11586,11595,11604,11613, 11622,11631,11640,11649,11658,11667,11676,11685,11694,11703, 11712,11721,11730,11739,11748,11757,11766,11775,11784,11793, 11802,11811,11820,11829,11838,11847,11856,11865,11874,11883, 11892,11901,11910,11919,11928,11937,11946,11955,11964,11973, 11982,11991,12000,12009,12018,12027,12036,12045,12054,12063, 12072,12081,12090,12099,12108,12117,12126,12135,12144,12153, 12162,12171,12180,12189,12198,12207,12216,12225,12234,12243, 12252,12261,12270,12279,12288,12297,12306,12315,12324,12333, 12342,12351,12360,12369,12378,12387,12396,12405,12414,12423, 12432,12441,12450,12459,12468,12477,12486,12495,12504,12513, 12522,12531,12540,12549,12558,12567,12576,12585,12594,12603, 12612,12621,12630,12639,12648,12657,12666,12675,12684,12693, 12702,12711,12720,12729,12738,12747,12756,12765,12774,12783, 12792,12801,12810,12819,12828,12837,12846,12855,12864,12873, 12882,12891,12900,12909,12918,12927,12936,12945,12954,12963, 12972,12981,12990,12999,13008,13017,13026,13035,13044,13053, 13062,13071,13080,13089,13098,13107,13116,13125,13134,13143, 13152,13161,13170,13179,13188,13197,13206,13215,13224,13233, 13242,13251,13260,13269,13278,13287,13296,13305,13314,13323, 13332,13341,13350,13359,13368,13377,13386,13395,13404,13413, 13422,13431,13440,13449,13458,13467,13476,13485,13494,13503, 13512,13521,13530,13539,13548,13557,13566,13575,13584,13593, 13602,13611,13620,13629,13638,13647,13656,13665,13674,13683, 13692,13701,13710,13719,13728,13737,13746,13755,13764,13773, 13782,13791,13800,13809,13818,13827,13836,13845,13854,13863, 13872,13881,13890,13899,13908,13917,13926,13935,13944,13953, 13962,13971,13980,13989,13998,14007,14016,14025,14034,14043, 14052,14061,14070,14079,14088,14097,14106,14115,14124,14133, 14142,14151,14160,14169,14178,14187,14196,14205,14214,14223, 14232,14241,14250,14259,14268,14277,14286,14295,14304,14313, 14322,14331,14340,14349,14358,14367,14376,14385,14394,14403, 14412,14421,14430,14439,14448,14457,14466,14475,14484,14493, 14502,14511,14520,14529,14538,14547,14556,14565,14574,14583, 14592,14601,14610,14619,14628,14637,14646,14655,14664,14673, 14682,14691,14700,14709,14718,14727,14736,14745,14754,14763, 14772,14781,14790,14799,14808,14817,14826,14835,14844,14853, 14862,14871,14880,14889,14898,14907,14916,14925,14934,14943, 14952,14961,14970,14979,14988,14997,15006,15015,15024,15033, 15042,15051,15060,15069,15078,15087,15096,15105,15114,15123, 15132,15141,15150,15159,15168,15177,15186,15195,15204,15213, 15222,15231,15240,15249,15258,15267,15276,15285,15294,15303, 15312,15321,15330,15339,15348,15357,15366,15375,15384,15393, 15402,15411,15420,15429,15438,15447,15456,15465,15474,15483, 15492,15501,15510,15519,15528,15537,15546,15555,15564,15573, 15582,15591,15600,15609,15618,15627,15636,15645,15654,15663, 15672,15681,15690,15699,15708,15717,15726,15735,15744,15753, 15762,15771,15780,15789,15798,15807,15816,15825,15834,15843, 15852,15861,15870,15879,15888,15897,15906,15915,15924,15933, 15942,15951,15960,15969,15978,15987,15996,16005,16014,16023, 16032,16041,16050,16059,16068,16077,16086,16095,16104,16113, 16122,16131,16140,16149,16158,16167,16176,16185,16194,16203, 16212,16221,16230,16239,16248,16257,16266,16275,16284,16293, 16302,16311,16320,16329,16338,16347,16356,16365,16374,16383, 16392,16401,16410,16419,16428,16437,16446,16455,16464,16473, 16482,16491,16500,16509,16518,16527,16536,16545,16554,16563, 16572,16581,16590,16599,16608,16617,16626,16635,16644,16653, 16662,16671,16680,16689,16698,16707,16716,16725,16734,16743, 16752,16761,16770,16779,16788,16797,16806,16815,16824,16833, 16842,16851,16860,16869,16878,16887,16896,16905,16914,16923, 16932,16941,16950,16959,16968,16977,16986,16995,17004,17013, 17022,17031,17040,17049,17058,17067,17076,17085,17094,17103, 17112,17121,17130,17139,17148,17157,17166,17175,17184,17193, 17202,17211,17220,17229,17238,17247,17256,17265,17274,17283, 17292,17301,17310,17319,17328,17337,17346,17355,17364,17373, 17382,17391,17400,17409,17418,17427,17436,17445,17454,17463, 17472,17481,17490,17499,17508,17517,17526,17535,17544,17553, 17562,17571,17580,17589,17598,17607,17616,17625,17634,17643, 17652,17661,17670,17679,17688,17697,17706,17715,17724,17733, 17742,17751,17760,17769,17778,17787,17796,17805,17814,17823, 17832,17841,17850,17859,17868,17877,17886,17895,17904,17913, 17922,17931,17940,17949,17958,17967,17976,17985,17994,18003, 18012,18021,18030,18039,18048,18057,18066,18075,18084,18093, 18102,18111,18120,18129,18138,18147,18156,18165,18174,18183, 18192,18201,18210,18219,18228,18237,18246,18255,18264,18273, 18282,18291,18300,18309,18318,18327,18336,18345,18354,18363, 18372,18381,18390,18399,18408,18417,18426,18435,18444,18453, 18462,18471,18480,18489,18498,18507,18516,18525,18534,18543, 18552,18561,18570,18579,18588,18597,18606,18615,18624,18633, 18642,18651,18660,18669,18678,18687,18696,18705,18714,18723, 18732,18741,18750,18759,18768,18777,18786,18795,18804,18813, 18822,18831,18840,18849,18858,18867,18876,18885,18894,18903, 18912,18921,18930,18939,18948,18957,18966,18975,18984,18993, 19002,19011,19020,19029,19038,19047,19056,19065,19074,19083, 19092,19101,19110,19119,19128,19137,19146,19155,19164,19173, 19182,19191,19200,19209,19218,19227,19236,19245,19254,19263, 19272,19281,19290,19299,19308,19317,19326,19335,19344,19353, 19362,19371,19380,19389,19398,19407,19416,19425,19434,19443, 19452,19461,19470,19479,19488,19497,19506,19515,19524,19533, 19542,19551,19560,19569,19578,19587,19596,19605,19614,19623, 19632,19641,19650,19659,19668,19677,19686,19695,19704,19713, 19722,19731,19740,19749,19758,19767,19776,19785,19794,19803, 19812,19821,19830,19839,19848,19857,19866,19875,19884,19893, 19902,19911,19920,19929,19938,19947,19956,19965,19974,19983, 19992,20001,20010,20019,20028,20037,20046,20055,20064,20073, 20082,20091,20100,20109,20118,20127,20136,20145,20154,20163, 20172,20181,20190,20199,20208,20217,20226,20235,20244,20253, 20262,20271,20280,20289,20298,20307,20316,20325,20334,20343, 20352,20361,20370,20379,20388,20397,20406,20415,20424,20433, 20442,20451,20460,20469,20478,20487,20496,20505,20514,20523, 20532,20541,20550,20559,20568,20577,20586,20595,20604,20613, 20622,20631,20640,20649,20658,20667,20676,20685,20694,20703, 20712,20721,20730,20739,20748,20757,20766,20775,20784,20793, 20802,20811,20820,20829,20838,20847,20856,20865,20874,20883, 20892,20901,20910,20919,20928,20937,20946,20955,20964,20973, 20982,20991,21000,21009,21018,21027,21036,21045,21054,21063, 21072,21081,21090,21099,21108,21117,21126,21135,21144,21153, 21162,21171,21180,21189,21198,21207,21216,21225,21234,21243, 21252,21261,21270,21279,21288,21297,21306,21315,21324,21333, 21342,21351,21360,21369,21378,21387,21396,21405,21414,21423, 21432,21441,21450,21459,21468,21477,21486,21495,21504,21513, 21522,21531,21540,21549,21558,21567,21576,21585,21594,21603, 21612,21621,21630,21639,21648,21657,21666,21675,21684,21693, 21702,21711,21720,21729,21738,21747,21756,21765,21774 } ; static yyconst flex_int16_t yy_def[5140] = { 0, 3307, 3307, 3308, 3308, 3309, 3309, 3310, 3310, 3311, 3311, 3312, 3312, 3313, 3313, 3314, 3314, 3315, 3315, 3316, 3316, 3317, 3317, 3318, 3318, 3319, 3319, 3320, 3320, 3321, 3321, 3322, 3322, 3323, 3323, 3324, 3324, 3325, 3325, 3326, 3326, 3327, 3327, 3328, 3328, 3329, 3329, 3330, 3330, 3331, 3331, 3332, 3332, 3333, 3333, 3334, 3334, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3335, 3306, 3306, 3336, 3306, 3306, 3337, 3306, 3338, 3339, 3306, 3340, 3306, 3340, 3341, 3306, 3342, 3306, 3306, 3342, 3343, 3306, 3344, 3306, 3344, 3306, 3345, 3306, 3346, 3306, 3306, 3306, 3306, 3306, 3306, 3347, 3306, 3347, 3348, 3306, 3349, 3306, 3349, 3350, 3306, 3349, 3349, 3349, 3349, 3351, 3306, 3351, 3352, 3306, 3306, 3306, 3353, 3306, 3306, 3353, 3354, 3306, 3354, 3355, 3306, 3356, 3306, 3306, 3356, 3306, 3357, 3306, 3357, 3358, 3306, 3306, 3306, 3359, 3306, 3360, 3306, 3306, 3306, 3306, 3361, 3306, 3306, 3306, 3362, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3363, 3306, 3364, 3365, 3366, 3306, 3306, 3366, 3367, 3306, 3368, 3369, 3369, 3306, 3370, 3371, 3306, 3371, 3371, 3306, 3306, 3306, 3372, 3373, 3373, 3306, 3306, 3306, 3306, 3374, 3375, 3306, 3376, 3306, 3376, 3306, 3377, 3378, 3378, 3379, 3306, 3379, 3306, 3379, 3378, 3378, 3378, 3378, 3380, 3306, 3380, 3306, 3381, 3306, 3306, 3306, 3306, 3306, 3382, 3306, 3383, 3306, 3383, 3306, 3384, 3356, 3356, 3385, 3306, 3306, 3386, 3386, 3306, 3387, 3306, 3306, 3306, 3306, 3306, 3388, 3389, 3390, 3306, 3306, 3391, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3392, 3393, 3394, 3395, 3396, 3396, 3397, 3306, 3398, 3399, 3399, 3306, 3400, 3401, 3401, 3401, 3306, 3306, 3401, 3306, 3306, 3402, 3403, 3403, 3306, 3306, 3306, 3404, 3405, 3406, 3406, 3306, 3306, 3407, 3408, 3408, 3409, 3306, 3409, 3408, 3408, 3408, 3408, 3410, 3410, 3306, 3306, 3411, 3412, 3413, 3413, 3306, 3306, 3414, 3306, 3415, 3306, 3416, 3416, 3306, 3417, 3306, 3306, 3306, 3418, 3419, 3420, 3421, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3422, 3423, 3424, 3425, 3426, 3427, 3427, 3428, 3429, 3430, 3430, 3431, 3432, 3432, 3432, 3432, 3306, 3306, 3432, 3306, 3433, 3434, 3434, 3435, 3436, 3437, 3437, 3306, 3438, 3439, 3439, 3440, 3440, 3439, 3440, 3306, 3439, 3439, 3441, 3441, 3306, 3442, 3443, 3444, 3444, 3306, 3445, 3415, 3415, 3446, 3446, 3447, 3448, 3449, 3450, 3451, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3458, 3459, 3460, 3461, 3461, 3462, 3463, 3463, 3463, 3463, 3463, 3306, 3463, 3306, 3464, 3465, 3465, 3466, 3467, 3468, 3468, 3469, 3470, 3470, 3471, 3471, 3470, 3471, 3470, 3470, 3472, 3472, 3473, 3474, 3475, 3475, 3476, 3477, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3483, 3489, 3489, 3490, 3491, 3492, 3492, 3493, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3306, 3495, 3496, 3496, 3497, 3498, 3499, 3499, 3500, 3501, 3501, 3502, 3502, 3501, 3501, 3501, 3503, 3503, 3504, 3505, 3506, 3506, 3507, 3508, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3514, 3519, 3519, 3520, 3521, 3522, 3522, 3523, 3524, 3524, 3524, 3524, 3524, 3524, 3524, 3306, 3525, 3526, 3526, 3527, 3528, 3529, 3529, 3530, 3531, 3531, 3532, 3532, 3531, 3531, 3532, 3533, 3533, 3534, 3535, 3536, 3536, 3537, 3538, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3544, 3545, 3546, 3544, 3306, 3547, 3548, 3549, 3549, 3550, 3551, 3551, 3551, 3551, 3551, 3551, 3551, 3306, 3552, 3553, 3553, 3554, 3555, 3556, 3556, 3557, 3558, 3558, 3559, 3559, 3558, 3559, 3559, 3560, 3560, 3561, 3562, 3563, 3563, 3564, 3565, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3571, 3547, 3573, 3574, 3574, 3575, 3576, 3576, 3576, 3576, 3576, 3576, 3576, 3306, 3577, 3578, 3578, 3579, 3580, 3581, 3581, 3582, 3583, 3583, 3584, 3584, 3584, 3584, 3585, 3585, 3586, 3587, 3588, 3588, 3589, 3590, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3596, 3597, 3598, 3598, 3599, 3600, 3600, 3600, 3600, 3600, 3600, 3600, 3601, 3602, 3602, 3603, 3604, 3605, 3605, 3606, 3607, 3607, 3608, 3608, 3608, 3609, 3609, 3610, 3611, 3612, 3612, 3613, 3614, 3614, 3615, 3616, 3617, 3306, 3618, 3619, 3620, 3621, 3621, 3622, 3623, 3623, 3623, 3623, 3623, 3623, 3623, 3624, 3625, 3625, 3626, 3627, 3628, 3628, 3629, 3630, 3630, 3631, 3631, 3632, 3632, 3633, 3634, 3635, 3635, 3636, 3637, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3644, 3645, 3646, 3646, 3646, 3646, 3646, 3646, 3646, 3647, 3648, 3648, 3649, 3650, 3651, 3651, 3652, 3653, 3653, 3654, 3654, 3655, 3655, 3656, 3657, 3658, 3658, 3659, 3660, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3667, 3668, 3669, 3669, 3669, 3669, 3669, 3669, 3669, 3670, 3671, 3671, 3672, 3673, 3674, 3674, 3675, 3676, 3676, 3677, 3677, 3678, 3678, 3679, 3680, 3681, 3681, 3682, 3683, 3683, 3684, 3685, 3686, 3687, 3306, 3688, 3689, 3689, 3690, 3691, 3691, 3691, 3691, 3691, 3691, 3691, 3692, 3693, 3693, 3694, 3695, 3696, 3696, 3697, 3698, 3698, 3699, 3699, 3700, 3700, 3701, 3702, 3703, 3703, 3704, 3705, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3711, 3712, 3713, 3713, 3713, 3713, 3713, 3713, 3713, 3714, 3715, 3715, 3716, 3717, 3718, 3718, 3719, 3720, 3720, 3721, 3721, 3722, 3722, 3723, 3724, 3725, 3725, 3726, 3727, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3733, 3734, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3736, 3737, 3737, 3738, 3739, 3740, 3740, 3741, 3742, 3742, 3743, 3743, 3744, 3744, 3745, 3746, 3747, 3747, 3748, 3749, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3755, 3756, 3757, 3757, 3757, 3757, 3757, 3757, 3757, 3758, 3759, 3759, 3760, 3761, 3762, 3762, 3763, 3764, 3764, 3765, 3765, 3766, 3766, 3767, 3768, 3769, 3769, 3770, 3771, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3777, 3778, 3779, 3779, 3779, 3779, 3779, 3779, 3779, 3780, 3781, 3781, 3782, 3783, 3784, 3784, 3785, 3786, 3786, 3787, 3787, 3788, 3788, 3789, 3790, 3791, 3791, 3792, 3793, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3799, 3800, 3801, 3801, 3801, 3801, 3801, 3801, 3801, 3802, 3803, 3803, 3804, 3805, 3806, 3806, 3807, 3808, 3808, 3809, 3809, 3810, 3810, 3811, 3812, 3813, 3813, 3814, 3815, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3821, 3822, 3823, 3823, 3823, 3823, 3823, 3823, 3823, 3824, 3825, 3825, 3826, 3827, 3828, 3828, 3829, 3830, 3830, 3831, 3831, 3832, 3832, 3833, 3834, 3835, 3835, 3836, 3837, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3843, 3844, 3845, 3845, 3845, 3845, 3845, 3845, 3845, 3846, 3847, 3847, 3848, 3849, 3850, 3850, 3851, 3852, 3852, 3853, 3853, 3854, 3854, 3855, 3856, 3857, 3857, 3858, 3859, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3865, 3866, 3867, 3867, 3867, 3867, 3867, 3867, 3867, 3868, 3869, 3869, 3870, 3871, 3872, 3872, 3873, 3874, 3874, 3875, 3875, 3876, 3876, 3877, 3878, 3879, 3879, 3880, 3881, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3887, 3888, 3889, 3889, 3889, 3889, 3889, 3889, 3889, 3890, 3891, 3891, 3892, 3893, 3894, 3894, 3895, 3896, 3896, 3897, 3897, 3898, 3898, 3899, 3900, 3901, 3901, 3902, 3903, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3909, 3910, 3911, 3911, 3911, 3911, 3911, 3911, 3911, 3912, 3913, 3913, 3914, 3915, 3916, 3916, 3917, 3918, 3918, 3919, 3919, 3920, 3920, 3921, 3922, 3923, 3923, 3924, 3925, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3931, 3932, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3934, 3935, 3935, 3936, 3937, 3938, 3938, 3939, 3940, 3940, 3941, 3941, 3942, 3942, 3943, 3944, 3945, 3945, 3946, 3947, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3953, 3954, 3955, 3955, 3955, 3955, 3955, 3955, 3955, 3956, 3957, 3957, 3958, 3959, 3960, 3960, 3961, 3962, 3962, 3963, 3963, 3964, 3964, 3965, 3966, 3967, 3967, 3968, 3969, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3975, 3976, 3977, 3977, 3977, 3977, 3977, 3977, 3977, 3978, 3979, 3979, 3980, 3981, 3982, 3982, 3983, 3984, 3984, 3985, 3985, 3986, 3986, 3987, 3988, 3989, 3989, 3990, 3991, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3997, 3998, 3999, 3999, 3999, 3999, 3999, 3999, 3999, 4000, 4001, 4001, 4002, 4003, 4004, 4004, 4005, 4006, 4006, 4007, 4007, 4008, 4008, 4009, 4010, 4011, 4011, 4012, 4013, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4019, 4020, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4022, 4023, 4023, 4024, 4025, 4026, 4026, 4027, 4028, 4028, 4029, 4029, 4030, 4030, 4031, 4032, 4033, 4033, 4034, 4035, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4041, 4042, 4043, 4043, 4043, 4043, 4043, 4043, 4043, 4044, 4045, 4045, 4046, 4047, 4048, 4048, 4049, 4050, 4050, 4051, 4051, 4052, 4052, 4053, 4054, 4055, 4055, 4056, 4057, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4063, 4064, 4065, 4065, 4065, 4065, 4065, 4065, 4065, 4066, 4067, 4067, 4068, 4069, 4070, 4070, 4071, 4072, 4072, 4073, 4073, 4074, 4074, 4075, 4076, 4077, 4077, 4078, 4079, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4085, 4086, 4087, 4087, 4087, 4087, 4087, 4087, 4087, 4088, 4089, 4089, 4090, 4091, 4092, 4092, 4093, 4094, 4094, 4095, 4095, 4096, 4096, 4097, 4098, 4099, 4099, 4100, 4101, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4107, 4108, 4109, 4109, 4109, 4109, 4109, 4109, 4109, 4110, 4111, 4111, 4112, 4113, 4114, 4114, 4115, 4116, 4116, 4117, 4117, 4118, 4118, 4119, 4120, 4121, 4121, 4122, 4123, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4129, 4130, 4131, 4131, 4131, 4131, 4131, 4131, 4131, 4132, 4133, 4133, 4134, 4135, 4136, 4136, 4137, 4138, 4138, 4139, 4139, 4140, 4140, 4141, 4142, 4143, 4143, 4144, 4145, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4151, 4152, 4153, 4153, 4153, 4153, 4153, 4153, 4153, 4154, 4155, 4155, 4156, 4157, 4158, 4158, 4159, 4160, 4160, 4161, 4161, 4162, 4162, 4163, 4164, 4165, 4165, 4166, 4167, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4173, 4174, 4175, 4175, 4175, 4175, 4175, 4175, 4175, 4176, 4177, 4177, 4178, 4179, 4180, 4180, 4181, 4182, 4182, 4183, 4183, 4184, 4184, 4185, 4186, 4187, 4187, 4188, 4189, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4195, 4196, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4198, 4199, 4199, 4200, 4201, 4202, 4202, 4203, 4204, 4204, 4205, 4205, 4206, 4206, 4207, 4208, 4209, 4209, 4210, 4211, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4217, 4218, 4219, 4219, 4219, 4219, 4219, 4219, 4219, 4220, 4221, 4221, 4222, 4223, 4224, 4224, 4225, 4226, 4226, 4227, 4227, 4228, 4228, 4229, 4230, 4231, 4231, 4232, 4233, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4239, 4240, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4242, 4243, 4243, 4244, 4245, 4246, 4246, 4247, 4248, 4248, 4249, 4249, 4250, 4250, 4251, 4252, 4253, 4253, 4254, 4255, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4261, 4262, 4263, 4263, 4263, 4263, 4263, 4263, 4263, 4264, 4265, 4265, 4266, 4267, 4268, 4268, 4269, 4270, 4270, 4271, 4271, 4272, 4272, 4273, 4274, 4275, 4275, 4276, 4277, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4283, 4284, 4285, 4285, 4285, 4285, 4285, 4285, 4285, 4286, 4287, 4287, 4288, 4289, 4290, 4290, 4291, 4292, 4292, 4293, 4293, 4294, 4294, 4295, 4296, 4297, 4297, 4298, 4299, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4305, 4306, 4307, 4307, 4307, 4307, 4307, 4307, 4307, 4308, 4309, 4309, 4310, 4311, 4312, 4312, 4313, 4314, 4314, 4315, 4315, 4316, 4316, 4317, 4318, 4319, 4319, 4320, 4321, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4327, 4328, 4329, 4329, 4329, 4329, 4329, 4329, 4329, 4330, 4331, 4331, 4332, 4333, 4334, 4334, 4335, 4336, 4336, 4337, 4337, 4338, 4338, 4339, 4340, 4341, 4341, 4342, 4343, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4349, 4350, 4351, 4351, 4351, 4351, 4351, 4351, 4351, 4352, 4353, 4353, 4354, 4355, 4356, 4356, 4357, 4358, 4358, 4359, 4359, 4360, 4360, 4361, 4362, 4363, 4363, 4364, 4365, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4371, 4372, 4373, 4373, 4373, 4373, 4373, 4373, 4373, 4374, 4375, 4375, 4376, 4377, 4378, 4378, 4379, 4380, 4380, 4381, 4381, 4382, 4382, 4383, 4384, 4385, 4385, 4386, 4387, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4393, 4394, 4395, 4395, 4395, 4395, 4395, 4395, 4395, 4396, 4397, 4397, 4398, 4399, 4400, 4400, 4401, 4402, 4402, 4403, 4403, 4404, 4404, 4405, 4406, 4407, 4407, 4408, 4409, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4415, 4416, 4417, 4417, 4417, 4417, 4417, 4417, 4417, 4418, 4419, 4419, 4420, 4421, 4422, 4422, 4423, 4424, 4424, 4425, 4425, 4426, 4426, 4427, 4428, 4429, 4429, 4430, 4431, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4437, 4438, 4439, 4439, 4439, 4439, 4439, 4439, 4439, 4440, 4441, 4441, 4442, 4443, 4444, 4444, 4445, 4446, 4446, 4447, 4447, 4448, 4448, 4449, 4450, 4451, 4451, 4452, 4453, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4459, 4460, 4461, 4461, 4461, 4461, 4461, 4461, 4461, 4462, 4463, 4463, 4464, 4465, 4466, 4466, 4467, 4468, 4468, 4469, 4469, 4470, 4470, 4471, 4472, 4473, 4473, 4474, 4475, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4481, 4482, 4483, 4483, 4483, 4483, 4483, 4483, 4483, 4484, 4485, 4485, 4486, 4487, 4488, 4488, 4489, 4490, 4490, 4491, 4491, 4492, 4492, 4493, 4494, 4495, 4495, 4496, 4497, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4503, 4504, 4505, 4505, 4505, 4505, 4505, 4505, 4505, 4506, 4507, 4507, 4508, 4509, 4510, 4510, 4511, 4512, 4512, 4513, 4513, 4514, 4514, 4515, 4516, 4517, 4517, 4518, 4519, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4525, 4526, 4527, 4527, 4527, 4527, 4527, 4527, 4527, 4528, 4529, 4529, 4530, 4531, 4532, 4532, 4533, 4534, 4534, 4535, 4535, 4536, 4536, 4537, 4538, 4539, 4539, 4540, 4541, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4547, 4548, 4549, 4549, 4549, 4549, 4549, 4549, 4549, 4550, 4551, 4551, 4552, 4553, 4554, 4554, 4555, 4556, 4556, 4557, 4557, 4558, 4558, 4559, 4560, 4561, 4561, 4562, 4563, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4569, 4570, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4572, 4573, 4573, 4574, 4575, 4576, 4576, 4577, 4578, 4578, 4579, 4579, 4580, 4580, 4581, 4582, 4583, 4583, 4584, 4585, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4591, 4592, 4593, 4593, 4593, 4593, 4593, 4593, 4593, 4594, 4595, 4595, 4596, 4597, 4598, 4598, 4599, 4600, 4600, 4601, 4601, 4602, 4602, 4603, 4604, 4605, 4605, 4606, 4607, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4613, 4614, 4615, 4615, 4615, 4615, 4615, 4615, 4615, 4616, 4617, 4617, 4618, 4619, 4620, 4620, 4621, 4622, 4622, 4623, 4623, 4624, 4624, 4625, 4626, 4627, 4627, 4628, 4629, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4635, 4636, 4637, 4637, 4637, 4637, 4637, 4637, 4637, 4638, 4639, 4639, 4640, 4641, 4642, 4642, 4643, 4644, 4644, 4645, 4645, 4646, 4646, 4647, 4648, 4649, 4649, 4650, 4651, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4657, 4658, 4659, 4659, 4659, 4659, 4659, 4659, 4659, 4660, 4661, 4661, 4662, 4663, 4664, 4664, 4665, 4666, 4666, 4667, 4667, 4668, 4668, 4669, 4670, 4671, 4671, 4672, 4673, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4679, 4680, 4681, 4681, 4681, 4681, 4681, 4681, 4681, 4682, 4683, 4683, 4684, 4685, 4686, 4686, 4687, 4688, 4688, 4689, 4689, 4690, 4690, 4691, 4692, 4693, 4693, 4694, 4695, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4701, 4702, 4703, 4703, 4703, 4703, 4703, 4703, 4703, 4704, 4705, 4705, 4706, 4707, 4708, 4708, 4709, 4710, 4710, 4711, 4711, 4712, 4712, 4713, 4714, 4715, 4715, 4716, 4717, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4723, 4724, 4725, 4725, 4725, 4725, 4725, 4725, 4725, 4726, 4727, 4727, 4728, 4729, 4730, 4730, 4731, 4732, 4732, 4733, 4733, 4734, 4734, 4735, 4736, 4737, 4737, 4738, 4739, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4745, 4746, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4748, 4749, 4749, 4750, 4751, 4752, 4752, 4753, 4754, 4754, 4755, 4755, 4756, 4756, 4757, 4758, 4759, 4759, 4760, 4761, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4767, 4768, 4769, 4769, 4769, 4769, 4769, 4769, 4769, 4770, 4771, 4771, 4772, 4773, 4774, 4774, 4775, 4776, 4776, 4777, 4777, 4778, 4778, 4779, 4780, 4781, 4781, 4782, 4783, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4789, 4790, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4792, 4793, 4793, 4794, 4795, 4796, 4796, 4797, 4798, 4798, 4799, 4799, 4800, 4800, 4801, 4802, 4803, 4803, 4804, 4805, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4811, 4812, 4813, 4813, 4813, 4813, 4813, 4813, 4813, 4814, 4815, 4815, 4816, 4817, 4818, 4818, 4819, 4820, 4820, 4821, 4821, 4822, 4822, 4823, 4824, 4825, 4825, 4826, 4827, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4833, 4834, 4835, 4835, 4835, 4835, 4835, 4835, 4835, 4836, 4837, 4837, 4838, 4839, 4840, 4840, 4841, 4842, 4842, 4843, 4843, 4844, 4844, 4845, 4846, 4847, 4847, 4848, 4849, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4855, 4856, 4857, 4857, 4857, 4857, 4857, 4857, 4857, 4858, 4859, 4859, 4860, 4861, 4862, 4862, 4863, 4864, 4864, 4865, 4865, 4866, 4866, 4867, 4868, 4869, 4869, 4870, 4871, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4877, 4878, 4879, 4879, 4879, 4879, 4879, 4879, 4879, 4880, 4881, 4881, 4882, 4883, 4884, 4884, 4885, 4886, 4886, 4887, 4887, 4888, 4888, 4889, 4890, 4891, 4891, 4892, 4893, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4899, 4900, 4901, 4901, 4901, 4901, 4901, 4901, 4901, 4902, 4903, 4903, 4904, 4905, 4906, 4906, 4907, 4908, 4908, 4909, 4909, 4910, 4910, 4911, 4912, 4913, 4913, 4914, 4915, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4921, 4922, 4923, 4923, 4923, 4923, 4923, 4923, 4923, 4924, 4925, 4925, 4926, 4927, 4928, 4928, 4929, 4930, 4930, 4931, 4931, 4932, 4932, 4933, 4934, 4935, 4935, 4936, 4937, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4943, 4944, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4946, 4947, 4947, 4948, 4949, 4950, 4950, 4951, 4952, 4952, 4953, 4953, 4954, 4954, 4955, 4956, 4957, 4957, 4958, 4959, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4965, 4966, 4967, 4967, 4967, 4967, 4967, 4967, 4967, 4968, 4969, 4969, 4970, 4971, 4972, 4972, 4973, 4974, 4974, 4975, 4975, 4976, 4976, 4977, 4978, 4979, 4979, 4980, 4981, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4987, 4988, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4990, 4991, 4991, 4992, 4993, 4994, 4994, 4995, 4996, 4996, 4997, 4997, 4998, 4998, 4999, 5000, 5001, 5001, 5002, 5003, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5009, 5010, 5011, 5011, 5011, 5011, 5011, 5011, 5011, 5012, 5013, 5013, 5014, 5015, 5016, 5016, 5017, 5018, 5018, 5019, 5019, 5020, 5020, 5021, 5022, 5023, 5023, 5024, 5025, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5031, 5032, 5033, 5033, 5033, 5033, 5033, 5033, 5033, 5034, 5035, 5035, 5036, 5037, 5038, 5038, 5039, 5040, 5040, 5041, 5041, 5042, 5042, 5043, 5044, 5045, 5045, 5046, 5047, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5053, 5054, 5055, 5055, 5055, 5055, 5055, 5055, 5055, 5056, 5057, 5057, 5058, 5059, 5060, 5060, 5061, 5062, 5062, 5063, 5063, 5064, 5064, 5065, 5066, 5067, 5067, 5068, 5069, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5075, 5076, 5077, 5077, 5077, 5077, 5077, 5077, 5077, 5078, 5079, 5079, 5080, 5081, 5082, 5082, 5083, 5084, 5084, 5085, 5085, 5086, 5086, 5087, 5088, 5089, 5089, 5090, 5091, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5097, 5098, 5099, 5099, 5099, 5099, 5099, 5099, 5099, 5100, 5101, 5101, 5102, 5103, 5104, 5104, 5105, 5106, 5106, 5107, 5107, 5108, 5108, 5109, 5110, 5111, 5111, 5112, 5113, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5119, 5120, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5122, 5123, 5123, 5124, 5125, 5126, 5126, 5127, 5128, 5128, 5129, 5129, 5130, 5130, 5131, 5132, 5133, 5133, 5134, 5135, 5135, 5136, 5137, 5138, 5139, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 0, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306 } ; static yyconst flex_int16_t yy_nxt[21825] = { 0, 3306, 60, 61, 86, 86, 110, 62, 87, 87, 111, 63, 214, 64, 65, 215, 66, 67, 91, 68, 69, 92, 93, 228, 70, 71, 229, 72, 73, 74, 75, 76, 74, 74, 74, 74, 91, 74, 74, 92, 93, 97, 97, 756, 105, 98, 98, 105, 99, 99, 106, 110, 124, 106, 135, 111, 160, 161, 136, 125, 74, 74, 74, 74, 75, 76, 74, 74, 74, 74, 716, 74, 74, 124, 107, 108, 127, 107, 108, 128, 125, 127, 135, 129, 128, 131, 136, 132, 129, 160, 161, 672, 133, 624, 74, 74, 74, 78, 79, 78, 78, 78, 78, 78, 80, 81, 78, 131, 574, 132, 168, 140, 141, 523, 133, 142, 140, 141, 143, 145, 142, 447, 169, 143, 170, 197, 146, 305, 78, 78, 78, 78, 79, 78, 78, 78, 78, 78, 80, 81, 78, 145, 148, 148, 195, 196, 149, 149, 146, 150, 150, 199, 175, 199, 203, 508, 176, 177, 202, 209, 210, 505, 78, 78, 78, 115, 399, 178, 228, 116, 179, 229, 117, 118, 119, 206, 366, 120, 207, 208, 211, 217, 218, 207, 208, 121, 223, 216, 122, 115, 224, 214, 199, 116, 215, 225, 117, 118, 119, 224, 230, 120, 237, 239, 228, 245, 246, 229, 228, 121, 240, 229, 122, 155, 156, 157, 155, 155, 155, 155, 155, 155, 155, 232, 233, 228, 235, 241, 229, 228, 229, 243, 229, 251, 240, 244, 234, 252, 236, 253, 267, 268, 271, 252, 155, 155, 155, 155, 156, 157, 155, 155, 155, 155, 155, 155, 155, 256, 258, 262, 257, 264, 256, 239, 265, 257, 261, 272, 273, 311, 344, 206, 3305, 310, 314, 315, 325, 326, 155, 155, 155, 181, 3304, 182, 659, 317, 318, 183, 314, 315, 655, 184, 223, 185, 319, 186, 330, 314, 315, 187, 323, 188, 190, 215, 3303, 190, 190, 190, 190, 324, 190, 190, 335, 323, 332, 336, 215, 337, 330, 3302, 335, 335, 335, 336, 336, 336, 335, 243, 341, 336, 346, 244, 703, 190, 190, 193, 300, 344, 700, 300, 300, 300, 300, 339, 300, 300, 335, 251, 352, 336, 256, 350, 350, 257, 354, 359, 342, 264, 256, 340, 265, 257, 358, 362, 363, 272, 273, 300, 300, 302, 300, 3296, 3285, 300, 300, 300, 300, 311, 300, 300, 206, 403, 359, 406, 407, 317, 408, 319, 406, 407, 406, 407, 206, 239, 415, 406, 407, 215, 346, 359, 432, 300, 300, 300, 393, 432, 443, 393, 393, 393, 393, 324, 393, 393, 481, 415, 223, 332, 215, 423, 419, 419, 424, 337, 3301, 411, 423, 423, 423, 424, 424, 427, 428, 3300, 337, 393, 393, 395, 393, 426, 199, 393, 393, 393, 393, 423, 393, 393, 424, 423, 243, 251, 424, 352, 244, 437, 441, 437, 264, 257, 429, 265, 311, 3299, 206, 430, 485, 488, 489, 393, 393, 393, 393, 743, 324, 393, 393, 393, 393, 741, 393, 393, 317, 490, 319, 488, 489, 488, 489, 206, 3298, 206, 488, 489, 488, 489, 497, 223, 332, 215, 239, 501, 501, 393, 393, 393, 474, 512, 3288, 474, 474, 474, 474, 324, 474, 474, 504, 497, 504, 505, 215, 505, 491, 337, 3287, 507, 346, 504, 493, 504, 505, 504, 505, 512, 505, 3286, 533, 474, 474, 476, 474, 3297, 509, 474, 474, 474, 474, 243, 474, 474, 251, 244, 352, 354, 516, 441, 516, 441, 257, 359, 257, 264, 199, 510, 265, 311, 519, 549, 239, 537, 215, 474, 474, 474, 474, 563, 311, 474, 474, 474, 474, 206, 474, 474, 540, 541, 317, 542, 319, 540, 541, 540, 541, 206, 346, 206, 540, 541, 540, 541, 206, 563, 359, 540, 541, 474, 474, 474, 474, 570, 3295, 474, 474, 474, 474, 324, 474, 474, 583, 549, 223, 332, 215, 3292, 553, 553, 543, 556, 3292, 337, 557, 556, 544, 556, 557, 545, 557, 3282, 3277, 474, 474, 474, 525, 3267, 199, 525, 525, 525, 525, 559, 525, 525, 556, 243, 251, 557, 556, 244, 567, 557, 352, 3267, 264, 311, 567, 265, 223, 587, 206, 560, 603, 590, 591, 525, 525, 527, 525, 3248, 3241, 525, 525, 525, 525, 599, 525, 525, 215, 561, 317, 592, 319, 590, 591, 590, 591, 206, 239, 206, 590, 591, 590, 591, 206, 613, 346, 590, 591, 525, 525, 525, 525, 613, 3231, 525, 525, 525, 525, 596, 525, 525, 590, 591, 324, 332, 3231, 359, 599, 603, 593, 215, 606, 337, 620, 607, 594, 606, 606, 595, 607, 607, 3212, 525, 525, 525, 525, 307, 3205, 525, 525, 525, 525, 609, 525, 525, 606, 606, 243, 607, 611, 428, 244, 251, 352, 610, 264, 617, 617, 265, 311, 3195, 206, 199, 635, 638, 639, 525, 525, 525, 525, 3195, 3176, 525, 525, 525, 525, 3169, 525, 525, 317, 640, 319, 638, 639, 638, 639, 206, 239, 206, 638, 639, 638, 639, 206, 661, 596, 638, 639, 638, 639, 525, 525, 525, 576, 3159, 3159, 576, 576, 576, 576, 647, 576, 576, 215, 324, 3140, 223, 3133, 647, 641, 651, 215, 332, 346, 654, 642, 651, 655, 643, 654, 661, 359, 658, 428, 576, 576, 576, 576, 668, 307, 576, 576, 576, 576, 337, 576, 576, 654, 654, 243, 655, 655, 657, 244, 251, 352, 3123, 264, 665, 665, 265, 692, 311, 223, 215, 199, 680, 696, 576, 576, 576, 576, 3123, 3104, 576, 576, 576, 576, 206, 576, 576, 683, 684, 317, 685, 319, 683, 684, 683, 684, 206, 239, 206, 683, 684, 683, 684, 206, 705, 346, 683, 684, 576, 576, 576, 576, 705, 3097, 576, 576, 576, 576, 596, 576, 576, 683, 684, 324, 332, 3087, 359, 692, 696, 686, 215, 699, 337, 712, 700, 687, 699, 699, 688, 700, 702, 428, 576, 576, 576, 576, 307, 3087, 576, 576, 576, 576, 243, 576, 576, 251, 244, 352, 311, 709, 264, 709, 722, 265, 206, 3068, 733, 725, 726, 215, 317, 727, 199, 725, 726, 3061, 576, 576, 576, 626, 3051, 3051, 626, 626, 626, 626, 319, 626, 626, 725, 726, 206, 239, 206, 725, 726, 725, 726, 206, 745, 596, 725, 726, 725, 726, 223, 3032, 346, 359, 737, 626, 626, 626, 626, 745, 752, 626, 626, 626, 626, 3025, 626, 626, 332, 728, 324, 3015, 737, 740, 733, 729, 741, 215, 730, 337, 243, 251, 3015, 740, 244, 749, 741, 239, 2996, 626, 626, 626, 626, 2989, 783, 626, 626, 626, 626, 352, 626, 626, 264, 749, 311, 265, 206, 2979, 761, 764, 765, 317, 766, 319, 764, 765, 764, 765, 206, 2979, 346, 764, 765, 626, 626, 626, 626, 783, 2960, 626, 626, 626, 626, 206, 626, 626, 764, 765, 206, 2953, 596, 764, 765, 764, 765, 772, 324, 359, 215, 2943, 772, 767, 223, 215, 790, 239, 776, 626, 626, 626, 674, 2943, 820, 674, 674, 674, 674, 332, 674, 674, 768, 776, 779, 769, 337, 780, 243, 2924, 779, 251, 244, 780, 352, 787, 264, 311, 787, 265, 346, 798, 2917, 674, 674, 674, 674, 820, 2907, 674, 674, 674, 674, 206, 674, 674, 801, 802, 317, 803, 319, 801, 802, 801, 802, 206, 359, 206, 801, 802, 801, 802, 206, 827, 239, 801, 802, 674, 674, 674, 718, 857, 2907, 718, 718, 718, 718, 596, 718, 718, 801, 802, 809, 324, 2888, 215, 2881, 809, 804, 223, 215, 332, 2871, 813, 805, 813, 816, 806, 2871, 817, 337, 718, 718, 718, 816, 243, 251, 817, 352, 244, 824, 264, 824, 311, 265, 206, 2852, 835, 838, 839, 317, 840, 319, 838, 839, 838, 839, 206, 346, 206, 838, 839, 838, 839, 206, 857, 596, 838, 839, 838, 839, 846, 324, 223, 215, 2845, 846, 850, 332, 215, 853, 337, 850, 854, 2835, 853, 2835, 243, 854, 251, 841, 244, 2816, 861, 352, 359, 842, 264, 861, 843, 265, 311, 864, 206, 2809, 872, 875, 876, 317, 877, 319, 875, 876, 875, 876, 206, 239, 206, 875, 876, 875, 876, 206, 894, 596, 875, 876, 875, 876, 883, 324, 223, 215, 2799, 883, 887, 332, 215, 890, 337, 887, 891, 346, 890, 2799, 2780, 891, 243, 878, 894, 2773, 244, 251, 359, 879, 352, 898, 880, 264, 898, 901, 265, 311, 2763, 206, 2763, 908, 911, 912, 317, 913, 319, 911, 912, 911, 912, 206, 239, 206, 911, 912, 911, 912, 206, 930, 596, 911, 912, 911, 912, 919, 324, 223, 215, 2744, 919, 923, 332, 215, 926, 337, 923, 927, 346, 926, 2737, 2727, 927, 243, 914, 930, 2727, 244, 251, 359, 915, 352, 934, 916, 264, 934, 937, 265, 311, 2708, 206, 2701, 944, 947, 948, 317, 949, 319, 947, 948, 947, 948, 206, 239, 206, 947, 948, 947, 948, 206, 966, 596, 947, 948, 947, 948, 955, 324, 223, 215, 2691, 955, 959, 332, 215, 962, 337, 959, 963, 346, 962, 2691, 2672, 963, 243, 950, 966, 2665, 244, 251, 359, 951, 352, 970, 952, 264, 970, 973, 265, 311, 2655, 206, 2655, 980, 983, 984, 317, 985, 319, 983, 984, 983, 984, 206, 239, 206, 983, 984, 983, 984, 206, 1002, 596, 983, 984, 983, 984, 991, 324, 223, 215, 2636, 991, 995, 332, 215, 998, 337, 995, 999, 346, 998, 2629, 2619, 999, 243, 986, 1002, 2619, 244, 251, 359, 987, 352, 1006, 988, 264, 1006, 1009, 265, 311, 2600, 206, 2593, 1016, 1019, 1020, 317, 1021, 319, 1019, 1020, 1019, 1020, 206, 239, 206, 1019, 1020, 1019, 1020, 206, 1038, 596, 1019, 1020, 1019, 1020, 1027, 324, 223, 215, 2583, 1027, 1031, 332, 215, 1034, 337, 1031, 1035, 346, 1034, 2583, 2564, 1035, 243, 1022, 1038, 2557, 244, 251, 359, 1023, 352, 1042, 1024, 264, 1042, 1045, 265, 311, 2547, 206, 2547, 1052, 1055, 1056, 317, 1057, 319, 1055, 1056, 1055, 1056, 206, 239, 206, 1055, 1056, 1055, 1056, 206, 1074, 596, 1055, 1056, 1055, 1056, 1063, 324, 223, 215, 2528, 1063, 1067, 332, 215, 1070, 337, 1067, 1071, 346, 1070, 2521, 2511, 1071, 243, 1058, 1074, 2511, 244, 251, 359, 1059, 352, 1078, 1060, 264, 1078, 1081, 265, 311, 2492, 206, 2485, 1088, 1091, 1092, 317, 1093, 319, 1091, 1092, 1091, 1092, 206, 239, 206, 1091, 1092, 1091, 1092, 206, 1110, 596, 1091, 1092, 1091, 1092, 1099, 324, 223, 215, 2475, 1099, 1103, 332, 215, 1106, 337, 1103, 1107, 346, 1106, 2475, 2456, 1107, 243, 1094, 1110, 2449, 244, 251, 359, 1095, 352, 1114, 1096, 264, 1114, 1117, 265, 311, 2439, 206, 2439, 1124, 1127, 1128, 317, 1129, 319, 1127, 1128, 1127, 1128, 206, 239, 206, 1127, 1128, 1127, 1128, 206, 1146, 596, 1127, 1128, 1127, 1128, 1135, 324, 223, 215, 2420, 1135, 1139, 332, 215, 1142, 337, 1139, 1143, 346, 1142, 2413, 2403, 1143, 243, 1130, 1146, 2403, 244, 251, 359, 1131, 352, 1150, 1132, 264, 1150, 1153, 265, 311, 2384, 206, 2377, 1160, 1163, 1164, 317, 1165, 319, 1163, 1164, 1163, 1164, 206, 239, 206, 1163, 1164, 1163, 1164, 206, 1182, 596, 1163, 1164, 1163, 1164, 1171, 324, 223, 215, 2367, 1171, 1175, 332, 215, 1178, 337, 1175, 1179, 346, 1178, 2367, 2348, 1179, 243, 1166, 1182, 2341, 244, 251, 359, 1167, 352, 1186, 1168, 264, 1186, 1189, 265, 311, 2331, 206, 2331, 1196, 1199, 1200, 317, 1201, 319, 1199, 1200, 1199, 1200, 206, 239, 206, 1199, 1200, 1199, 1200, 206, 1218, 596, 1199, 1200, 1199, 1200, 1207, 324, 223, 215, 2312, 1207, 1211, 332, 215, 1214, 337, 1211, 1215, 346, 1214, 2305, 2295, 1215, 243, 1202, 1218, 2295, 244, 251, 359, 1203, 352, 1222, 1204, 264, 1222, 1225, 265, 311, 2276, 206, 2269, 1232, 1235, 1236, 317, 1237, 319, 1235, 1236, 1235, 1236, 206, 239, 206, 1235, 1236, 1235, 1236, 206, 1254, 596, 1235, 1236, 1235, 1236, 1243, 324, 223, 215, 2259, 1243, 1247, 332, 215, 1250, 337, 1247, 1251, 346, 1250, 2259, 2240, 1251, 243, 1238, 1254, 2233, 244, 251, 359, 1239, 352, 1258, 1240, 264, 1258, 1261, 265, 311, 2223, 206, 2223, 1268, 1271, 1272, 317, 1273, 319, 1271, 1272, 1271, 1272, 206, 239, 206, 1271, 1272, 1271, 1272, 206, 1290, 596, 1271, 1272, 1271, 1272, 1279, 324, 223, 215, 2204, 1279, 1283, 332, 215, 1286, 337, 1283, 1287, 346, 1286, 2197, 2187, 1287, 243, 1274, 1290, 2187, 244, 251, 359, 1275, 352, 1294, 1276, 264, 1294, 1297, 265, 311, 2168, 206, 2161, 1304, 1307, 1308, 317, 1309, 319, 1307, 1308, 1307, 1308, 206, 239, 206, 1307, 1308, 1307, 1308, 206, 1326, 596, 1307, 1308, 1307, 1308, 1315, 324, 223, 215, 2151, 1315, 1319, 332, 215, 1322, 337, 1319, 1323, 346, 1322, 2151, 2132, 1323, 243, 1310, 1326, 2125, 244, 251, 359, 1311, 352, 1330, 1312, 264, 1330, 1333, 265, 311, 2115, 206, 2115, 1340, 1343, 1344, 317, 1345, 319, 1343, 1344, 1343, 1344, 206, 239, 206, 1343, 1344, 1343, 1344, 206, 1362, 596, 1343, 1344, 1343, 1344, 1351, 324, 223, 215, 2096, 1351, 1355, 332, 215, 1358, 337, 1355, 1359, 346, 1358, 2089, 2079, 1359, 243, 1346, 1362, 2079, 244, 251, 359, 1347, 352, 1366, 1348, 264, 1366, 1369, 265, 311, 2060, 206, 2053, 1376, 1379, 1380, 317, 1381, 319, 1379, 1380, 1379, 1380, 206, 239, 206, 1379, 1380, 1379, 1380, 206, 1398, 596, 1379, 1380, 1379, 1380, 1387, 324, 223, 215, 2043, 1387, 1391, 332, 215, 1394, 337, 1391, 1395, 346, 1394, 2043, 2024, 1395, 243, 1382, 1398, 2017, 244, 251, 359, 1383, 352, 1402, 1384, 264, 1402, 1405, 265, 311, 2007, 206, 2007, 1412, 1415, 1416, 317, 1417, 319, 1415, 1416, 1415, 1416, 206, 239, 206, 1415, 1416, 1415, 1416, 206, 1434, 596, 1415, 1416, 1415, 1416, 1423, 324, 223, 215, 1988, 1423, 1427, 332, 215, 1430, 337, 1427, 1431, 346, 1430, 1981, 1971, 1431, 243, 1418, 1434, 1971, 244, 251, 359, 1419, 352, 1438, 1420, 264, 1438, 1441, 265, 311, 1952, 206, 1945, 1448, 1451, 1452, 317, 1453, 319, 1451, 1452, 1451, 1452, 206, 239, 206, 1451, 1452, 1451, 1452, 206, 1470, 596, 1451, 1452, 1451, 1452, 1459, 324, 223, 215, 1935, 1459, 1463, 332, 215, 1466, 337, 1463, 1467, 346, 1466, 1935, 1916, 1467, 243, 1454, 1470, 1909, 244, 251, 359, 1455, 352, 1474, 1456, 264, 1474, 1477, 265, 311, 1899, 206, 1899, 1484, 1487, 1488, 317, 1489, 319, 1487, 1488, 1487, 1488, 206, 239, 206, 1487, 1488, 1487, 1488, 206, 1506, 596, 1487, 1488, 1487, 1488, 1495, 324, 223, 215, 1880, 1495, 1499, 332, 215, 1502, 337, 1499, 1503, 346, 1502, 1873, 1863, 1503, 243, 1490, 1506, 1863, 244, 251, 359, 1491, 352, 1510, 1492, 264, 1510, 1513, 265, 311, 1844, 206, 1837, 1520, 1523, 1524, 317, 1525, 319, 1523, 1524, 1523, 1524, 206, 239, 206, 1523, 1524, 1523, 1524, 206, 1542, 596, 1523, 1524, 1523, 1524, 1531, 324, 223, 215, 1827, 1531, 1535, 332, 215, 1538, 337, 1535, 1539, 346, 1538, 1827, 1808, 1539, 243, 1526, 1542, 1801, 244, 251, 359, 1527, 352, 1546, 1528, 264, 1546, 1549, 265, 311, 1791, 206, 1791, 1556, 1559, 1560, 317, 1561, 319, 1559, 1560, 1559, 1560, 206, 239, 206, 1559, 1560, 1559, 1560, 206, 1578, 596, 1559, 1560, 1559, 1560, 1567, 324, 223, 215, 1772, 1567, 1571, 332, 215, 1574, 337, 1571, 1575, 346, 1574, 1765, 1755, 1575, 243, 1562, 1578, 1755, 244, 251, 359, 1563, 352, 1582, 1564, 264, 1582, 1585, 265, 311, 1736, 206, 1729, 1592, 1595, 1596, 317, 1597, 319, 1595, 1596, 1595, 1596, 206, 239, 206, 1595, 1596, 1595, 1596, 206, 1614, 596, 1595, 1596, 1595, 1596, 1603, 324, 223, 215, 1719, 1603, 1607, 332, 215, 1610, 337, 1607, 1611, 346, 1610, 1719, 1700, 1611, 243, 1598, 1614, 1693, 244, 251, 359, 1599, 352, 1618, 1600, 264, 1618, 1621, 265, 311, 1683, 206, 1683, 1628, 1631, 1632, 317, 1633, 319, 1631, 1632, 1631, 1632, 206, 239, 206, 1631, 1632, 1631, 1632, 206, 1650, 596, 1631, 1632, 1631, 1632, 1639, 324, 223, 215, 1664, 1639, 1643, 332, 215, 1646, 337, 1643, 1647, 346, 1646, 1657, 1647, 1647, 243, 1634, 1650, 1647, 244, 251, 359, 1635, 352, 1654, 1636, 264, 1654, 1657, 265, 311, 1628, 206, 1621, 1664, 1667, 1668, 317, 1669, 319, 1667, 1668, 1667, 1668, 206, 239, 206, 1667, 1668, 1667, 1668, 206, 1686, 596, 1667, 1668, 1667, 1668, 1675, 324, 223, 215, 1611, 1675, 1679, 332, 215, 1682, 337, 1679, 1683, 346, 1682, 1611, 1592, 1683, 243, 1670, 1686, 1585, 244, 251, 359, 1671, 352, 1690, 1672, 264, 1690, 1693, 265, 311, 1575, 206, 1575, 1700, 1703, 1704, 317, 1705, 319, 1703, 1704, 1703, 1704, 206, 239, 206, 1703, 1704, 1703, 1704, 206, 1722, 596, 1703, 1704, 1703, 1704, 1711, 324, 223, 215, 1556, 1711, 1715, 332, 215, 1718, 337, 1715, 1719, 346, 1718, 1549, 1539, 1719, 243, 1706, 1722, 1539, 244, 251, 359, 1707, 352, 1726, 1708, 264, 1726, 1729, 265, 311, 1520, 206, 1513, 1736, 1739, 1740, 317, 1741, 319, 1739, 1740, 1739, 1740, 206, 239, 206, 1739, 1740, 1739, 1740, 206, 1758, 596, 1739, 1740, 1739, 1740, 1747, 324, 223, 215, 1503, 1747, 1751, 332, 215, 1754, 337, 1751, 1755, 346, 1754, 1503, 1484, 1755, 243, 1742, 1758, 1477, 244, 251, 359, 1743, 352, 1762, 1744, 264, 1762, 1765, 265, 311, 1467, 206, 1467, 1772, 1775, 1776, 317, 1777, 319, 1775, 1776, 1775, 1776, 206, 239, 206, 1775, 1776, 1775, 1776, 206, 1794, 596, 1775, 1776, 1775, 1776, 1783, 324, 223, 215, 1448, 1783, 1787, 332, 215, 1790, 337, 1787, 1791, 346, 1790, 1441, 1431, 1791, 243, 1778, 1794, 1431, 244, 251, 359, 1779, 352, 1798, 1780, 264, 1798, 1801, 265, 311, 1412, 206, 1405, 1808, 1811, 1812, 317, 1813, 319, 1811, 1812, 1811, 1812, 206, 239, 206, 1811, 1812, 1811, 1812, 206, 1830, 596, 1811, 1812, 1811, 1812, 1819, 324, 223, 215, 1395, 1819, 1823, 332, 215, 1826, 337, 1823, 1827, 346, 1826, 1395, 1376, 1827, 243, 1814, 1830, 1369, 244, 251, 359, 1815, 352, 1834, 1816, 264, 1834, 1837, 265, 311, 1359, 206, 1359, 1844, 1847, 1848, 317, 1849, 319, 1847, 1848, 1847, 1848, 206, 239, 206, 1847, 1848, 1847, 1848, 206, 1866, 596, 1847, 1848, 1847, 1848, 1855, 324, 223, 215, 1340, 1855, 1859, 332, 215, 1862, 337, 1859, 1863, 346, 1862, 1333, 1323, 1863, 243, 1850, 1866, 1323, 244, 251, 359, 1851, 352, 1870, 1852, 264, 1870, 1873, 265, 311, 1304, 206, 1297, 1880, 1883, 1884, 317, 1885, 319, 1883, 1884, 1883, 1884, 206, 239, 206, 1883, 1884, 1883, 1884, 206, 1902, 596, 1883, 1884, 1883, 1884, 1891, 324, 223, 215, 1287, 1891, 1895, 332, 215, 1898, 337, 1895, 1899, 346, 1898, 1287, 1268, 1899, 243, 1886, 1902, 1261, 244, 251, 359, 1887, 352, 1906, 1888, 264, 1906, 1909, 265, 311, 1251, 206, 1251, 1916, 1919, 1920, 317, 1921, 319, 1919, 1920, 1919, 1920, 206, 239, 206, 1919, 1920, 1919, 1920, 206, 1938, 596, 1919, 1920, 1919, 1920, 1927, 324, 223, 215, 1232, 1927, 1931, 332, 215, 1934, 337, 1931, 1935, 346, 1934, 1225, 1215, 1935, 243, 1922, 1938, 1215, 244, 251, 359, 1923, 352, 1942, 1924, 264, 1942, 1945, 265, 311, 1196, 206, 1189, 1952, 1955, 1956, 317, 1957, 319, 1955, 1956, 1955, 1956, 206, 239, 206, 1955, 1956, 1955, 1956, 206, 1974, 596, 1955, 1956, 1955, 1956, 1963, 324, 223, 215, 1179, 1963, 1967, 332, 215, 1970, 337, 1967, 1971, 346, 1970, 1179, 1160, 1971, 243, 1958, 1974, 1153, 244, 251, 359, 1959, 352, 1978, 1960, 264, 1978, 1981, 265, 311, 1143, 206, 1143, 1988, 1991, 1992, 317, 1993, 319, 1991, 1992, 1991, 1992, 206, 239, 206, 1991, 1992, 1991, 1992, 206, 2010, 596, 1991, 1992, 1991, 1992, 1999, 324, 223, 215, 1124, 1999, 2003, 332, 215, 2006, 337, 2003, 2007, 346, 2006, 1117, 1107, 2007, 243, 1994, 2010, 1107, 244, 251, 359, 1995, 352, 2014, 1996, 264, 2014, 2017, 265, 311, 1088, 206, 1081, 2024, 2027, 2028, 317, 2029, 319, 2027, 2028, 2027, 2028, 206, 239, 206, 2027, 2028, 2027, 2028, 206, 2046, 596, 2027, 2028, 2027, 2028, 2035, 324, 223, 215, 1071, 2035, 2039, 332, 215, 2042, 337, 2039, 2043, 346, 2042, 1071, 1052, 2043, 243, 2030, 2046, 1045, 244, 251, 359, 2031, 352, 2050, 2032, 264, 2050, 2053, 265, 311, 1035, 206, 1035, 2060, 2063, 2064, 317, 2065, 319, 2063, 2064, 2063, 2064, 206, 239, 206, 2063, 2064, 2063, 2064, 206, 2082, 596, 2063, 2064, 2063, 2064, 2071, 324, 223, 215, 1016, 2071, 2075, 332, 215, 2078, 337, 2075, 2079, 346, 2078, 1009, 999, 2079, 243, 2066, 2082, 999, 244, 251, 359, 2067, 352, 2086, 2068, 264, 2086, 2089, 265, 311, 980, 206, 973, 2096, 2099, 2100, 317, 2101, 319, 2099, 2100, 2099, 2100, 206, 239, 206, 2099, 2100, 2099, 2100, 206, 2118, 596, 2099, 2100, 2099, 2100, 2107, 324, 223, 215, 963, 2107, 2111, 332, 215, 2114, 337, 2111, 2115, 346, 2114, 963, 944, 2115, 243, 2102, 2118, 937, 244, 251, 359, 2103, 352, 2122, 2104, 264, 2122, 2125, 265, 311, 927, 206, 927, 2132, 2135, 2136, 317, 2137, 319, 2135, 2136, 2135, 2136, 206, 239, 206, 2135, 2136, 2135, 2136, 206, 2154, 596, 2135, 2136, 2135, 2136, 2143, 324, 223, 215, 908, 2143, 2147, 332, 215, 2150, 337, 2147, 2151, 346, 2150, 901, 891, 2151, 243, 2138, 2154, 891, 244, 251, 359, 2139, 352, 2158, 2140, 264, 2158, 2161, 265, 311, 872, 206, 864, 2168, 2171, 2172, 317, 2173, 319, 2171, 2172, 2171, 2172, 206, 239, 206, 2171, 2172, 2171, 2172, 206, 2190, 596, 2171, 2172, 2171, 2172, 2179, 324, 223, 215, 854, 2179, 2183, 332, 215, 2186, 337, 2183, 2187, 346, 2186, 854, 835, 2187, 243, 2174, 2190, 827, 244, 251, 359, 2175, 352, 2194, 2176, 264, 2194, 2197, 265, 311, 817, 206, 817, 2204, 2207, 2208, 317, 2209, 319, 2207, 2208, 2207, 2208, 206, 239, 206, 2207, 2208, 2207, 2208, 206, 2226, 596, 2207, 2208, 2207, 2208, 2215, 324, 223, 215, 798, 2215, 2219, 332, 215, 2222, 337, 2219, 2223, 346, 2222, 790, 780, 2223, 243, 2210, 2226, 780, 244, 251, 359, 2211, 352, 2230, 2212, 264, 2230, 2233, 265, 311, 780, 206, 761, 2240, 2243, 2244, 317, 2245, 319, 2243, 2244, 2243, 2244, 206, 239, 206, 2243, 2244, 2243, 2244, 206, 2262, 596, 2243, 2244, 2243, 2244, 2251, 324, 223, 215, 752, 2251, 2255, 332, 215, 2258, 337, 2255, 2259, 346, 2258, 741, 741, 2259, 243, 2246, 2262, 741, 244, 251, 359, 2247, 352, 2266, 2248, 264, 2266, 2269, 265, 311, 722, 206, 712, 2276, 2279, 2280, 317, 2281, 319, 2279, 2280, 2279, 2280, 206, 239, 206, 2279, 2280, 2279, 2280, 206, 2298, 596, 2279, 2280, 2279, 2280, 2287, 324, 223, 215, 700, 2287, 2291, 332, 215, 2294, 337, 2291, 2295, 346, 2294, 700, 700, 2295, 243, 2282, 2298, 689, 244, 251, 359, 2283, 352, 2302, 2284, 264, 2302, 2305, 265, 311, 680, 206, 668, 2312, 2315, 2316, 317, 2317, 319, 2315, 2316, 2315, 2316, 206, 239, 206, 2315, 2316, 2315, 2316, 206, 2334, 596, 2315, 2316, 2315, 2316, 2323, 324, 223, 215, 655, 2323, 2327, 332, 215, 2330, 337, 2327, 2331, 346, 2330, 655, 644, 2331, 243, 2318, 2334, 635, 244, 251, 359, 2319, 352, 2338, 2320, 264, 2338, 2341, 265, 311, 307, 206, 620, 2348, 2351, 2352, 317, 2353, 319, 2351, 2352, 2351, 2352, 206, 239, 206, 2351, 2352, 2351, 2352, 206, 2370, 596, 2351, 2352, 2351, 2352, 2359, 324, 223, 215, 607, 2359, 2363, 332, 215, 2366, 337, 2363, 2367, 346, 2366, 607, 587, 2367, 243, 2354, 2370, 583, 244, 251, 359, 2355, 352, 2374, 2356, 264, 2374, 2377, 265, 311, 570, 206, 557, 2384, 2387, 2388, 317, 2389, 319, 2387, 2388, 2387, 2388, 206, 239, 206, 2387, 2388, 2387, 2388, 206, 2406, 596, 2387, 2388, 2387, 2388, 2395, 324, 223, 215, 557, 2395, 2399, 332, 215, 2402, 337, 2399, 2403, 346, 2402, 557, 546, 2403, 243, 2390, 2406, 537, 244, 251, 359, 2391, 352, 2410, 2392, 264, 2410, 2413, 265, 311, 533, 206, 519, 2420, 2423, 2424, 317, 2425, 319, 2423, 2424, 2423, 2424, 206, 239, 206, 2423, 2424, 2423, 2424, 206, 2442, 596, 2423, 2424, 2423, 2424, 2431, 324, 223, 215, 505, 2431, 2435, 332, 215, 2438, 337, 2435, 2439, 346, 2438, 505, 494, 2439, 243, 2426, 2442, 492, 244, 251, 359, 2427, 352, 2446, 2428, 264, 2446, 2449, 265, 311, 485, 206, 481, 2456, 2459, 2460, 317, 2461, 319, 2459, 2460, 2459, 2460, 206, 239, 206, 2459, 2460, 2459, 2460, 206, 2478, 596, 2459, 2460, 2459, 2460, 2467, 324, 223, 215, 473, 2467, 2471, 332, 215, 2474, 337, 2471, 2475, 346, 2474, 472, 471, 2475, 243, 2462, 2478, 470, 244, 251, 359, 2463, 352, 2482, 2464, 264, 2482, 2485, 265, 311, 469, 206, 468, 2492, 2495, 2496, 317, 2497, 319, 2495, 2496, 2495, 2496, 206, 239, 206, 2495, 2496, 2495, 2496, 206, 2514, 596, 2495, 2496, 2495, 2496, 2503, 324, 223, 215, 467, 2503, 2507, 332, 215, 2510, 337, 2507, 2511, 346, 2510, 466, 465, 2511, 243, 2498, 2514, 464, 244, 251, 359, 2499, 352, 2518, 2500, 264, 2518, 2521, 265, 311, 463, 206, 462, 2528, 2531, 2532, 317, 2533, 319, 2531, 2532, 2531, 2532, 206, 239, 206, 2531, 2532, 2531, 2532, 206, 2550, 596, 2531, 2532, 2531, 2532, 2539, 324, 223, 215, 461, 2539, 2543, 332, 215, 2546, 337, 2543, 2547, 346, 2546, 460, 459, 2547, 243, 2534, 2550, 458, 244, 251, 359, 2535, 352, 2554, 2536, 264, 2554, 2557, 265, 311, 457, 206, 456, 2564, 2567, 2568, 317, 2569, 319, 2567, 2568, 2567, 2568, 206, 239, 206, 2567, 2568, 2567, 2568, 206, 2586, 596, 2567, 2568, 2567, 2568, 2575, 324, 223, 215, 455, 2575, 2579, 332, 215, 2582, 337, 2579, 2583, 346, 2582, 454, 453, 2583, 243, 2570, 2586, 452, 244, 251, 359, 2571, 352, 2590, 2572, 264, 2590, 2593, 265, 311, 451, 206, 450, 2600, 2603, 2604, 317, 2605, 319, 2603, 2604, 2603, 2604, 206, 239, 206, 2603, 2604, 2603, 2604, 206, 2622, 596, 2603, 2604, 2603, 2604, 2611, 324, 223, 215, 449, 2611, 2615, 332, 215, 2618, 337, 2615, 2619, 346, 2618, 443, 351, 2619, 243, 2606, 2622, 438, 244, 251, 359, 2607, 352, 2626, 2608, 264, 2626, 2629, 265, 311, 345, 206, 433, 2636, 2639, 2640, 317, 2641, 319, 2639, 2640, 2639, 2640, 206, 239, 206, 2639, 2640, 2639, 2640, 206, 2658, 596, 2639, 2640, 2639, 2640, 2647, 324, 223, 215, 424, 2647, 2651, 332, 215, 2654, 337, 2651, 2655, 346, 2654, 424, 331, 2655, 243, 2642, 2658, 420, 244, 251, 359, 2643, 352, 2662, 2644, 264, 2662, 2665, 265, 311, 412, 206, 316, 2672, 2675, 2676, 317, 2677, 319, 2675, 2676, 2675, 2676, 206, 239, 206, 2675, 2676, 2675, 2676, 206, 2694, 596, 2675, 2676, 2675, 2676, 2683, 324, 223, 215, 410, 2683, 2687, 332, 215, 2690, 337, 2687, 2691, 346, 2690, 409, 403, 2691, 243, 2678, 2694, 307, 244, 251, 359, 2679, 352, 2698, 2680, 264, 2698, 2701, 265, 311, 399, 206, 392, 2708, 2711, 2712, 317, 2713, 319, 2711, 2712, 2711, 2712, 206, 239, 206, 2711, 2712, 2711, 2712, 206, 2730, 596, 2711, 2712, 2711, 2712, 2719, 324, 223, 215, 391, 2719, 2723, 332, 215, 2726, 337, 2723, 2727, 346, 2726, 390, 389, 2727, 243, 2714, 2730, 388, 244, 251, 359, 2715, 352, 2734, 2716, 264, 2734, 2737, 265, 311, 387, 206, 386, 2744, 2747, 2748, 317, 2749, 319, 2747, 2748, 2747, 2748, 206, 239, 206, 2747, 2748, 2747, 2748, 206, 2766, 596, 2747, 2748, 2747, 2748, 2755, 324, 223, 215, 385, 2755, 2759, 332, 215, 2762, 337, 2759, 2763, 346, 2762, 384, 383, 2763, 243, 2750, 2766, 382, 244, 251, 359, 2751, 352, 2770, 2752, 264, 2770, 2773, 265, 311, 381, 206, 380, 2780, 2783, 2784, 317, 2785, 319, 2783, 2784, 2783, 2784, 206, 239, 206, 2783, 2784, 2783, 2784, 206, 2802, 596, 2783, 2784, 2783, 2784, 2791, 324, 223, 215, 379, 2791, 2795, 332, 215, 2798, 337, 2795, 2799, 346, 2798, 378, 377, 2799, 243, 2786, 2802, 376, 244, 251, 359, 2787, 352, 2806, 2788, 264, 2806, 2809, 265, 311, 375, 206, 374, 2816, 2819, 2820, 317, 2821, 319, 2819, 2820, 2819, 2820, 206, 239, 206, 2819, 2820, 2819, 2820, 206, 2838, 596, 2819, 2820, 2819, 2820, 2827, 324, 223, 215, 373, 2827, 2831, 332, 215, 2834, 337, 2831, 2835, 346, 2834, 372, 371, 2835, 243, 2822, 2838, 370, 244, 251, 359, 2823, 352, 2842, 2824, 264, 2842, 2845, 265, 311, 369, 206, 368, 2852, 2855, 2856, 317, 2857, 319, 2855, 2856, 2855, 2856, 206, 239, 206, 2855, 2856, 2855, 2856, 206, 2874, 596, 2855, 2856, 2855, 2856, 2863, 324, 223, 215, 361, 2863, 2867, 332, 215, 2870, 337, 2867, 2871, 346, 2870, 358, 356, 2871, 243, 2858, 2874, 351, 244, 251, 359, 2859, 352, 2878, 2860, 264, 2878, 2881, 265, 311, 351, 206, 345, 2888, 2891, 2892, 317, 2893, 319, 2891, 2892, 2891, 2892, 206, 239, 206, 2891, 2892, 2891, 2892, 206, 2910, 596, 2891, 2892, 2891, 2892, 2899, 324, 223, 215, 345, 2899, 2903, 332, 215, 2906, 337, 2903, 2907, 346, 2906, 336, 336, 2907, 243, 2894, 2910, 336, 244, 251, 359, 2895, 352, 2914, 2896, 264, 2914, 2917, 265, 311, 331, 206, 331, 2924, 2927, 2928, 317, 2929, 319, 2927, 2928, 2927, 2928, 206, 239, 206, 2927, 2928, 2927, 2928, 206, 2946, 596, 2927, 2928, 2927, 2928, 2935, 324, 223, 215, 221, 2935, 2939, 332, 215, 2942, 337, 2939, 2943, 346, 2942, 316, 320, 2943, 243, 2930, 2946, 316, 244, 251, 359, 2931, 352, 2950, 2932, 264, 2950, 2953, 265, 311, 310, 206, 307, 2960, 2963, 2964, 317, 2965, 319, 2963, 2964, 2963, 2964, 206, 239, 206, 2963, 2964, 2963, 2964, 206, 2982, 596, 2963, 2964, 2963, 2964, 2971, 324, 223, 215, 305, 2971, 2975, 332, 215, 2978, 337, 2975, 2979, 346, 2978, 191, 299, 2979, 243, 2966, 2982, 298, 244, 251, 359, 2967, 352, 2986, 2968, 264, 2986, 2989, 265, 311, 297, 206, 296, 2996, 2999, 3000, 317, 3001, 319, 2999, 3000, 2999, 3000, 206, 239, 206, 2999, 3000, 2999, 3000, 206, 3018, 596, 2999, 3000, 2999, 3000, 3007, 324, 223, 215, 295, 3007, 3011, 332, 215, 3014, 337, 3011, 3015, 346, 3014, 294, 293, 3015, 243, 3002, 3018, 292, 244, 251, 359, 3003, 352, 3022, 3004, 264, 3022, 3025, 265, 311, 291, 206, 290, 3032, 3035, 3036, 317, 3037, 319, 3035, 3036, 3035, 3036, 206, 239, 206, 3035, 3036, 3035, 3036, 206, 3054, 596, 3035, 3036, 3035, 3036, 3043, 324, 223, 215, 289, 3043, 3047, 332, 215, 3050, 337, 3047, 3051, 346, 3050, 288, 287, 3051, 243, 3038, 3054, 286, 244, 251, 359, 3039, 352, 3058, 3040, 264, 3058, 3061, 265, 311, 285, 206, 284, 3068, 3071, 3072, 317, 3073, 319, 3071, 3072, 3071, 3072, 206, 239, 206, 3071, 3072, 3071, 3072, 206, 3090, 596, 3071, 3072, 3071, 3072, 3079, 324, 223, 215, 283, 3079, 3083, 332, 215, 3086, 337, 3083, 3087, 346, 3086, 282, 281, 3087, 243, 3074, 3090, 280, 244, 251, 359, 3075, 352, 3094, 3076, 264, 3094, 3097, 265, 311, 279, 206, 278, 3104, 3107, 3108, 317, 3109, 319, 3107, 3108, 3107, 3108, 206, 239, 206, 3107, 3108, 3107, 3108, 206, 3126, 596, 3107, 3108, 3107, 3108, 3115, 324, 223, 215, 277, 3115, 3119, 332, 215, 3122, 337, 3119, 3123, 346, 3122, 276, 275, 3123, 243, 3110, 3126, 266, 244, 251, 359, 3111, 352, 3130, 3112, 264, 3130, 3133, 265, 311, 261, 206, 259, 3140, 3143, 3144, 317, 3145, 319, 3143, 3144, 3143, 3144, 206, 239, 206, 3143, 3144, 3143, 3144, 206, 3162, 596, 3143, 3144, 3143, 3144, 3151, 324, 223, 215, 249, 3151, 3155, 332, 215, 3158, 337, 3155, 3159, 346, 3158, 247, 221, 3159, 243, 3146, 3162, 202, 244, 251, 359, 3147, 352, 3166, 3148, 264, 3166, 3169, 265, 311, 191, 206, 189, 3176, 3179, 3180, 317, 3181, 319, 3179, 3180, 3179, 3180, 206, 239, 206, 3179, 3180, 3179, 3180, 206, 3198, 596, 3179, 3180, 3179, 3180, 3187, 324, 223, 215, 180, 3187, 3191, 332, 215, 3194, 337, 3191, 3195, 346, 3194, 174, 173, 3195, 243, 3182, 3198, 172, 244, 251, 359, 3183, 352, 3202, 3184, 264, 3202, 3205, 265, 311, 171, 206, 167, 3212, 3215, 3216, 317, 3217, 319, 3215, 3216, 3215, 3216, 206, 239, 206, 3215, 3216, 3215, 3216, 206, 3234, 596, 3215, 3216, 3215, 3216, 3223, 324, 223, 215, 166, 3223, 3227, 332, 215, 3230, 337, 3227, 3231, 346, 3230, 165, 164, 3231, 243, 3218, 3234, 3306, 244, 251, 359, 3219, 352, 3238, 3220, 264, 3238, 3241, 265, 311, 163, 206, 163, 3248, 3251, 3252, 317, 3253, 319, 3251, 3252, 3251, 3252, 206, 239, 206, 3251, 3252, 3251, 3252, 206, 3270, 596, 3251, 3252, 3251, 3252, 3259, 324, 223, 215, 154, 3259, 3263, 332, 215, 3266, 337, 3263, 3267, 346, 3266, 154, 152, 3267, 243, 3254, 3270, 152, 244, 251, 359, 3255, 352, 3274, 3256, 264, 3274, 3277, 265, 311, 138, 206, 138, 3282, 3283, 3284, 317, 3285, 319, 3283, 3284, 3283, 3284, 206, 239, 206, 3283, 3284, 3283, 3284, 206, 3293, 596, 3283, 3284, 3283, 3284, 3289, 324, 223, 215, 113, 3289, 3290, 332, 215, 3291, 337, 3290, 3292, 346, 3291, 113, 103, 3292, 243, 3286, 3293, 103, 244, 251, 359, 3287, 352, 3294, 3288, 264, 3294, 3295, 265, 58, 58, 58, 58, 58, 58, 58, 58, 58, 77, 77, 77, 77, 77, 77, 77, 77, 77, 82, 82, 82, 82, 82, 82, 82, 82, 82, 83, 83, 83, 83, 83, 83, 83, 83, 83, 85, 85, 85, 85, 85, 85, 85, 85, 85, 88, 88, 88, 88, 88, 88, 88, 88, 88, 90, 90, 90, 90, 90, 90, 90, 90, 90, 94, 94, 94, 94, 94, 94, 94, 94, 94, 96, 96, 96, 96, 96, 96, 96, 96, 96, 100, 100, 100, 100, 100, 100, 100, 100, 100, 102, 102, 102, 102, 102, 102, 102, 102, 102, 104, 104, 104, 104, 104, 104, 104, 104, 104, 109, 109, 109, 109, 109, 109, 109, 109, 109, 112, 112, 112, 112, 112, 112, 112, 112, 112, 114, 114, 114, 114, 114, 114, 114, 114, 114, 123, 123, 123, 123, 123, 123, 123, 123, 123, 126, 126, 126, 126, 126, 126, 126, 126, 126, 130, 130, 130, 130, 130, 130, 130, 130, 130, 134, 134, 134, 134, 134, 134, 134, 134, 134, 137, 137, 137, 137, 137, 137, 137, 137, 137, 139, 139, 139, 139, 139, 139, 139, 139, 139, 144, 144, 144, 144, 144, 144, 144, 144, 144, 147, 147, 147, 147, 147, 147, 147, 147, 147, 151, 151, 151, 151, 151, 151, 151, 151, 151, 153, 153, 153, 153, 153, 153, 153, 153, 153, 158, 158, 158, 158, 158, 158, 158, 158, 158, 159, 159, 159, 159, 159, 159, 159, 159, 159, 162, 162, 162, 162, 162, 162, 162, 162, 162, 190, 101, 101, 190, 190, 190, 190, 190, 190, 192, 95, 95, 192, 192, 192, 192, 192, 192, 194, 89, 89, 194, 198, 84, 84, 198, 198, 200, 59, 200, 200, 200, 200, 200, 200, 200, 201, 3306, 201, 201, 201, 201, 201, 201, 201, 204, 3306, 204, 204, 204, 204, 204, 204, 204, 205, 205, 205, 205, 205, 205, 205, 205, 205, 212, 3306, 212, 212, 212, 212, 212, 212, 212, 213, 3306, 213, 213, 213, 213, 213, 213, 213, 219, 3306, 219, 219, 219, 219, 219, 219, 219, 220, 3306, 220, 220, 220, 220, 220, 220, 220, 222, 222, 222, 222, 222, 222, 222, 222, 222, 226, 3306, 226, 226, 226, 226, 226, 226, 226, 227, 3306, 227, 227, 227, 227, 3306, 227, 227, 231, 231, 231, 231, 231, 231, 3306, 231, 231, 238, 238, 238, 238, 238, 238, 238, 238, 238, 242, 3306, 242, 242, 242, 242, 242, 242, 242, 248, 3306, 248, 3306, 248, 248, 248, 248, 248, 250, 250, 250, 250, 250, 250, 250, 250, 250, 254, 3306, 254, 254, 254, 254, 254, 254, 254, 255, 3306, 255, 255, 255, 255, 255, 255, 255, 260, 3306, 260, 260, 260, 260, 260, 260, 260, 263, 3306, 263, 263, 263, 263, 263, 263, 263, 269, 3306, 269, 269, 269, 269, 269, 269, 269, 270, 3306, 270, 270, 270, 270, 270, 270, 270, 274, 3306, 274, 274, 274, 274, 274, 274, 274, 300, 3306, 3306, 300, 300, 300, 300, 300, 300, 301, 3306, 3306, 301, 301, 301, 301, 301, 301, 303, 3306, 3306, 303, 303, 303, 303, 303, 303, 304, 3306, 3306, 304, 306, 3306, 3306, 306, 306, 308, 3306, 308, 308, 308, 308, 308, 308, 308, 309, 3306, 309, 309, 309, 309, 309, 309, 309, 312, 3306, 312, 312, 312, 312, 312, 312, 312, 313, 313, 313, 313, 313, 313, 313, 313, 313, 321, 3306, 321, 321, 321, 321, 321, 321, 321, 322, 3306, 322, 322, 322, 322, 322, 322, 322, 327, 3306, 327, 327, 327, 327, 327, 327, 327, 328, 3306, 328, 328, 328, 328, 328, 328, 328, 329, 329, 329, 329, 329, 329, 329, 329, 329, 333, 3306, 333, 333, 333, 333, 333, 333, 333, 334, 3306, 334, 334, 334, 334, 3306, 334, 334, 338, 3306, 338, 338, 338, 338, 3306, 338, 338, 343, 343, 343, 343, 343, 343, 343, 343, 343, 347, 3306, 347, 347, 347, 347, 347, 347, 347, 348, 3306, 348, 3306, 348, 348, 348, 348, 348, 349, 349, 349, 349, 349, 349, 349, 349, 349, 353, 3306, 353, 353, 353, 353, 353, 353, 353, 355, 3306, 355, 355, 355, 3306, 355, 355, 355, 357, 3306, 357, 357, 357, 357, 357, 357, 357, 360, 3306, 360, 360, 360, 360, 360, 360, 360, 364, 3306, 364, 364, 364, 364, 364, 364, 364, 365, 3306, 365, 365, 365, 365, 365, 365, 365, 367, 3306, 367, 367, 367, 367, 367, 367, 367, 393, 3306, 3306, 393, 393, 393, 393, 393, 393, 394, 3306, 3306, 394, 394, 394, 394, 394, 394, 396, 3306, 3306, 396, 396, 396, 396, 396, 396, 397, 3306, 3306, 397, 397, 397, 397, 397, 397, 398, 3306, 3306, 398, 400, 3306, 3306, 400, 400, 401, 3306, 401, 401, 401, 401, 401, 401, 401, 402, 3306, 402, 402, 402, 402, 402, 402, 402, 404, 3306, 404, 404, 404, 404, 404, 404, 404, 405, 405, 405, 405, 405, 405, 405, 405, 405, 413, 3306, 413, 413, 413, 413, 413, 413, 413, 414, 3306, 414, 414, 414, 414, 414, 414, 414, 416, 3306, 416, 416, 416, 416, 416, 416, 416, 417, 3306, 417, 417, 417, 417, 417, 417, 417, 418, 418, 418, 418, 418, 418, 418, 418, 418, 421, 3306, 421, 421, 421, 421, 421, 421, 421, 422, 3306, 422, 422, 422, 422, 3306, 422, 422, 425, 3306, 425, 425, 425, 425, 3306, 425, 425, 431, 431, 431, 431, 431, 431, 431, 431, 431, 434, 3306, 434, 434, 434, 434, 434, 434, 434, 435, 3306, 435, 3306, 435, 435, 435, 435, 435, 436, 436, 436, 436, 436, 436, 436, 436, 436, 439, 3306, 439, 439, 439, 439, 439, 439, 439, 440, 3306, 440, 440, 440, 440, 440, 440, 440, 442, 3306, 442, 442, 442, 442, 442, 442, 442, 444, 3306, 444, 444, 444, 444, 444, 444, 444, 445, 3306, 445, 445, 445, 445, 445, 445, 445, 446, 3306, 446, 446, 446, 446, 446, 446, 446, 448, 3306, 448, 448, 448, 448, 448, 448, 448, 474, 3306, 3306, 474, 474, 474, 474, 474, 474, 475, 3306, 3306, 475, 475, 475, 475, 475, 475, 477, 3306, 3306, 477, 477, 477, 477, 477, 477, 478, 3306, 3306, 478, 478, 478, 478, 478, 478, 479, 3306, 3306, 479, 479, 479, 479, 479, 479, 480, 3306, 3306, 480, 482, 3306, 3306, 482, 482, 483, 3306, 483, 483, 483, 483, 483, 483, 483, 484, 3306, 484, 484, 484, 484, 484, 484, 484, 486, 3306, 486, 486, 486, 486, 486, 486, 486, 487, 487, 487, 487, 487, 487, 487, 487, 487, 495, 3306, 495, 495, 495, 495, 495, 495, 495, 496, 3306, 496, 496, 496, 496, 496, 496, 496, 498, 3306, 498, 498, 498, 498, 498, 498, 498, 499, 3306, 499, 499, 499, 499, 499, 499, 499, 500, 500, 500, 500, 500, 500, 500, 500, 500, 502, 3306, 502, 502, 502, 502, 502, 502, 502, 503, 3306, 503, 503, 503, 503, 3306, 503, 503, 506, 3306, 506, 506, 506, 506, 3306, 506, 506, 511, 511, 511, 511, 511, 511, 511, 511, 511, 513, 3306, 513, 513, 513, 513, 513, 513, 513, 514, 3306, 514, 3306, 514, 514, 514, 514, 514, 515, 515, 515, 515, 515, 515, 515, 515, 515, 517, 3306, 517, 517, 517, 517, 517, 517, 517, 518, 3306, 518, 518, 518, 518, 518, 518, 518, 520, 3306, 520, 520, 520, 520, 520, 520, 520, 521, 3306, 521, 521, 521, 521, 521, 521, 521, 522, 3306, 522, 522, 522, 522, 522, 522, 522, 524, 3306, 524, 524, 524, 524, 524, 524, 524, 525, 3306, 3306, 525, 525, 525, 525, 525, 525, 526, 3306, 3306, 526, 526, 526, 526, 526, 526, 528, 3306, 3306, 528, 528, 528, 528, 528, 528, 529, 3306, 3306, 529, 529, 529, 529, 529, 529, 530, 3306, 3306, 530, 530, 530, 530, 530, 530, 531, 3306, 3306, 531, 531, 531, 531, 531, 531, 532, 3306, 3306, 532, 534, 3306, 3306, 534, 534, 535, 3306, 535, 535, 535, 535, 535, 535, 535, 536, 3306, 536, 536, 536, 536, 536, 536, 536, 538, 3306, 538, 538, 538, 538, 538, 538, 538, 539, 539, 539, 539, 539, 539, 539, 539, 539, 547, 3306, 547, 547, 547, 547, 547, 547, 547, 548, 3306, 548, 548, 548, 548, 548, 548, 548, 550, 3306, 550, 550, 550, 550, 550, 550, 550, 551, 3306, 551, 551, 551, 551, 551, 551, 551, 552, 552, 552, 552, 552, 552, 552, 552, 552, 554, 3306, 554, 554, 554, 554, 554, 554, 554, 555, 3306, 555, 555, 555, 555, 3306, 555, 555, 558, 3306, 558, 558, 558, 558, 3306, 558, 558, 562, 562, 562, 562, 562, 562, 562, 562, 562, 564, 3306, 564, 564, 564, 564, 564, 564, 564, 565, 3306, 565, 3306, 565, 565, 565, 565, 565, 566, 566, 566, 566, 566, 566, 566, 566, 566, 568, 3306, 568, 568, 568, 568, 568, 568, 568, 569, 3306, 569, 569, 569, 569, 569, 569, 569, 571, 3306, 571, 571, 571, 571, 571, 571, 571, 572, 3306, 572, 572, 572, 572, 572, 572, 572, 573, 3306, 573, 573, 573, 573, 573, 573, 573, 575, 3306, 575, 575, 575, 575, 575, 575, 575, 576, 3306, 3306, 576, 576, 576, 576, 576, 576, 577, 3306, 3306, 577, 577, 577, 577, 577, 577, 578, 3306, 3306, 578, 578, 578, 578, 578, 578, 579, 3306, 3306, 579, 579, 579, 579, 579, 579, 580, 3306, 3306, 580, 580, 580, 580, 580, 580, 581, 3306, 3306, 581, 581, 581, 581, 581, 581, 582, 3306, 3306, 582, 584, 3306, 3306, 584, 584, 585, 3306, 585, 585, 585, 585, 585, 585, 585, 586, 3306, 586, 586, 586, 586, 586, 586, 586, 588, 3306, 588, 588, 588, 588, 588, 588, 588, 589, 589, 589, 589, 589, 589, 589, 589, 589, 597, 3306, 597, 597, 597, 597, 597, 597, 597, 598, 3306, 598, 598, 598, 598, 598, 598, 598, 600, 3306, 600, 600, 600, 600, 600, 600, 600, 601, 3306, 601, 601, 601, 601, 601, 601, 601, 602, 602, 602, 602, 602, 602, 602, 602, 602, 604, 3306, 604, 604, 604, 604, 604, 604, 604, 605, 3306, 605, 605, 605, 605, 3306, 605, 605, 608, 3306, 608, 608, 608, 608, 3306, 608, 608, 612, 612, 612, 612, 612, 612, 612, 612, 612, 614, 3306, 614, 614, 614, 614, 614, 614, 614, 615, 3306, 615, 3306, 615, 615, 615, 615, 615, 616, 616, 616, 616, 616, 616, 616, 616, 616, 618, 3306, 618, 618, 618, 618, 618, 618, 618, 619, 3306, 619, 619, 619, 619, 619, 619, 619, 621, 3306, 621, 621, 621, 621, 621, 621, 621, 622, 3306, 622, 622, 622, 622, 622, 622, 622, 623, 3306, 623, 623, 623, 623, 623, 623, 623, 625, 3306, 625, 625, 625, 625, 625, 625, 625, 626, 3306, 3306, 626, 626, 626, 626, 626, 626, 627, 3306, 3306, 627, 627, 627, 627, 627, 627, 628, 3306, 3306, 628, 628, 628, 628, 628, 628, 629, 3306, 3306, 629, 629, 629, 629, 629, 629, 630, 3306, 3306, 630, 630, 630, 630, 630, 630, 631, 3306, 3306, 631, 632, 3306, 3306, 632, 632, 633, 3306, 633, 633, 633, 633, 633, 633, 633, 634, 3306, 634, 634, 634, 634, 634, 634, 634, 636, 3306, 636, 636, 636, 636, 636, 636, 636, 637, 637, 637, 637, 637, 637, 637, 637, 637, 645, 3306, 645, 645, 645, 645, 645, 645, 645, 646, 3306, 646, 646, 646, 646, 646, 646, 646, 648, 3306, 648, 648, 648, 648, 648, 648, 648, 649, 3306, 649, 649, 649, 649, 649, 649, 649, 650, 650, 650, 650, 650, 650, 650, 650, 650, 652, 3306, 652, 652, 652, 652, 652, 652, 652, 653, 3306, 653, 653, 653, 653, 3306, 653, 653, 656, 3306, 656, 656, 656, 656, 3306, 656, 656, 660, 660, 660, 660, 660, 660, 660, 660, 660, 662, 3306, 662, 662, 662, 662, 662, 662, 662, 663, 3306, 663, 3306, 663, 663, 663, 663, 663, 664, 664, 664, 664, 664, 664, 664, 664, 664, 666, 3306, 666, 666, 666, 666, 666, 666, 666, 667, 3306, 667, 667, 667, 667, 667, 667, 667, 669, 3306, 669, 669, 669, 669, 669, 669, 669, 670, 3306, 670, 670, 670, 670, 670, 670, 670, 671, 3306, 671, 671, 671, 671, 671, 671, 671, 673, 3306, 673, 673, 673, 673, 673, 673, 673, 674, 3306, 3306, 674, 674, 674, 674, 674, 674, 675, 3306, 3306, 675, 675, 675, 675, 675, 675, 676, 3306, 3306, 676, 676, 676, 676, 676, 676, 677, 3306, 3306, 677, 677, 678, 3306, 678, 678, 678, 678, 678, 678, 678, 679, 3306, 679, 679, 679, 679, 679, 679, 679, 681, 3306, 681, 681, 681, 681, 681, 681, 681, 682, 682, 682, 682, 682, 682, 682, 682, 682, 690, 3306, 690, 690, 690, 690, 690, 690, 690, 691, 3306, 691, 691, 691, 691, 691, 691, 691, 693, 3306, 693, 693, 693, 693, 693, 693, 693, 694, 3306, 694, 694, 694, 694, 694, 694, 694, 695, 695, 695, 695, 695, 695, 695, 695, 695, 697, 3306, 697, 697, 697, 697, 697, 697, 697, 698, 3306, 698, 698, 698, 698, 3306, 698, 698, 701, 3306, 701, 701, 701, 701, 3306, 701, 701, 704, 704, 704, 704, 704, 704, 704, 704, 704, 706, 3306, 706, 706, 706, 706, 706, 706, 706, 707, 3306, 707, 3306, 707, 707, 707, 707, 707, 708, 708, 708, 708, 708, 708, 708, 708, 708, 710, 3306, 710, 710, 710, 710, 710, 710, 710, 711, 3306, 711, 711, 711, 711, 711, 711, 711, 713, 3306, 713, 713, 713, 713, 713, 713, 713, 714, 3306, 714, 714, 714, 714, 714, 714, 714, 715, 3306, 715, 715, 715, 715, 715, 715, 715, 717, 3306, 717, 717, 717, 717, 717, 717, 717, 718, 3306, 3306, 718, 718, 718, 718, 718, 718, 719, 3306, 3306, 719, 719, 719, 719, 719, 719, 720, 3306, 720, 720, 720, 720, 720, 720, 720, 721, 3306, 721, 721, 721, 721, 721, 721, 721, 723, 3306, 723, 723, 723, 723, 723, 723, 723, 724, 724, 724, 724, 724, 724, 724, 724, 724, 731, 3306, 731, 731, 731, 731, 731, 731, 731, 732, 3306, 732, 732, 732, 732, 732, 732, 732, 734, 3306, 734, 734, 734, 734, 734, 734, 734, 735, 3306, 735, 735, 735, 735, 735, 735, 735, 736, 736, 736, 736, 736, 736, 736, 736, 736, 738, 3306, 738, 738, 738, 738, 738, 738, 738, 739, 3306, 739, 739, 739, 739, 3306, 739, 739, 742, 3306, 742, 742, 742, 742, 3306, 742, 742, 744, 744, 744, 744, 744, 744, 744, 744, 744, 746, 3306, 746, 746, 746, 746, 746, 746, 746, 747, 3306, 747, 3306, 747, 747, 747, 747, 747, 748, 748, 748, 748, 748, 748, 748, 748, 748, 750, 3306, 750, 750, 750, 750, 750, 750, 750, 751, 3306, 751, 751, 751, 751, 751, 751, 751, 753, 3306, 753, 753, 753, 753, 753, 753, 753, 754, 3306, 754, 754, 754, 754, 754, 754, 754, 755, 3306, 755, 755, 755, 755, 755, 755, 755, 757, 3306, 757, 757, 757, 757, 757, 757, 757, 758, 3306, 3306, 758, 758, 758, 758, 758, 758, 759, 3306, 759, 759, 759, 759, 759, 759, 759, 760, 3306, 760, 760, 760, 760, 760, 760, 760, 762, 3306, 762, 762, 762, 762, 762, 762, 762, 763, 763, 763, 763, 763, 763, 763, 763, 763, 770, 3306, 770, 770, 770, 770, 770, 770, 770, 771, 3306, 771, 771, 771, 771, 771, 771, 771, 773, 3306, 773, 773, 773, 773, 773, 773, 773, 774, 3306, 774, 774, 774, 774, 774, 774, 774, 775, 775, 775, 775, 775, 775, 775, 775, 775, 777, 3306, 777, 777, 777, 777, 777, 777, 777, 778, 3306, 778, 778, 778, 778, 3306, 778, 778, 781, 3306, 781, 781, 781, 781, 3306, 781, 781, 782, 782, 782, 782, 782, 782, 782, 782, 782, 784, 3306, 784, 784, 784, 784, 784, 784, 784, 785, 3306, 785, 3306, 785, 785, 785, 785, 785, 786, 786, 786, 786, 786, 786, 786, 786, 786, 788, 3306, 788, 788, 788, 788, 788, 788, 788, 789, 3306, 789, 789, 789, 789, 789, 789, 789, 791, 3306, 791, 791, 791, 791, 791, 791, 791, 792, 3306, 792, 792, 792, 792, 792, 792, 792, 793, 3306, 793, 793, 793, 793, 793, 793, 793, 794, 3306, 794, 794, 794, 794, 794, 794, 794, 795, 3306, 3306, 795, 795, 795, 795, 795, 795, 796, 3306, 796, 796, 796, 796, 796, 796, 796, 797, 3306, 797, 797, 797, 797, 797, 797, 797, 799, 3306, 799, 799, 799, 799, 799, 799, 799, 800, 800, 800, 800, 800, 800, 800, 800, 800, 807, 3306, 807, 807, 807, 807, 807, 807, 807, 808, 3306, 808, 808, 808, 808, 808, 808, 808, 810, 3306, 810, 810, 810, 810, 810, 810, 810, 811, 3306, 811, 811, 811, 811, 811, 811, 811, 812, 812, 812, 812, 812, 812, 812, 812, 812, 814, 3306, 814, 814, 814, 814, 814, 814, 814, 815, 3306, 815, 815, 815, 815, 3306, 815, 815, 818, 3306, 818, 818, 818, 818, 3306, 818, 818, 819, 819, 819, 819, 819, 819, 819, 819, 819, 821, 3306, 821, 821, 821, 821, 821, 821, 821, 822, 3306, 822, 3306, 822, 822, 822, 822, 822, 823, 823, 823, 823, 823, 823, 823, 823, 823, 825, 3306, 825, 825, 825, 825, 825, 825, 825, 826, 3306, 826, 826, 826, 826, 826, 826, 826, 828, 3306, 828, 828, 828, 828, 828, 828, 828, 829, 3306, 829, 829, 829, 829, 829, 829, 829, 830, 3306, 830, 830, 830, 830, 830, 830, 830, 831, 3306, 831, 831, 831, 831, 831, 831, 831, 832, 3306, 3306, 832, 832, 832, 832, 832, 832, 833, 3306, 833, 833, 833, 833, 833, 833, 833, 834, 3306, 834, 834, 834, 834, 834, 834, 834, 836, 3306, 836, 836, 836, 836, 836, 836, 836, 837, 837, 837, 837, 837, 837, 837, 837, 837, 844, 3306, 844, 844, 844, 844, 844, 844, 844, 845, 3306, 845, 845, 845, 845, 845, 845, 845, 847, 3306, 847, 847, 847, 847, 847, 847, 847, 848, 3306, 848, 848, 848, 848, 848, 848, 848, 849, 849, 849, 849, 849, 849, 849, 849, 849, 851, 3306, 851, 851, 851, 851, 851, 851, 851, 852, 3306, 852, 852, 852, 852, 3306, 852, 852, 855, 3306, 855, 855, 855, 855, 3306, 855, 855, 856, 856, 856, 856, 856, 856, 856, 856, 856, 858, 3306, 858, 858, 858, 858, 858, 858, 858, 859, 3306, 859, 3306, 859, 859, 859, 859, 859, 860, 860, 860, 860, 860, 860, 860, 860, 860, 862, 3306, 862, 862, 862, 862, 862, 862, 862, 863, 3306, 863, 863, 863, 863, 863, 863, 863, 865, 3306, 865, 865, 865, 865, 865, 865, 865, 866, 3306, 866, 866, 866, 866, 866, 866, 866, 867, 3306, 867, 867, 867, 867, 867, 867, 867, 868, 3306, 868, 868, 868, 868, 868, 868, 868, 869, 3306, 3306, 869, 869, 869, 869, 869, 869, 870, 3306, 870, 870, 870, 870, 870, 870, 870, 871, 3306, 871, 871, 871, 871, 871, 871, 871, 873, 3306, 873, 873, 873, 873, 873, 873, 873, 874, 874, 874, 874, 874, 874, 874, 874, 874, 881, 3306, 881, 881, 881, 881, 881, 881, 881, 882, 3306, 882, 882, 882, 882, 882, 882, 882, 884, 3306, 884, 884, 884, 884, 884, 884, 884, 885, 3306, 885, 885, 885, 885, 885, 885, 885, 886, 886, 886, 886, 886, 886, 886, 886, 886, 888, 3306, 888, 888, 888, 888, 888, 888, 888, 889, 3306, 889, 889, 889, 889, 3306, 889, 889, 892, 3306, 892, 892, 892, 892, 3306, 892, 892, 893, 893, 893, 893, 893, 893, 893, 893, 893, 895, 3306, 895, 895, 895, 895, 895, 895, 895, 896, 3306, 896, 3306, 896, 896, 896, 896, 896, 897, 897, 897, 897, 897, 897, 897, 897, 897, 899, 3306, 899, 899, 899, 899, 899, 899, 899, 900, 3306, 900, 900, 900, 900, 900, 900, 900, 902, 3306, 902, 902, 902, 902, 902, 902, 902, 903, 3306, 903, 903, 903, 903, 903, 903, 903, 904, 3306, 904, 904, 904, 904, 904, 904, 904, 905, 3306, 905, 905, 905, 905, 905, 905, 905, 906, 3306, 906, 906, 906, 906, 906, 906, 906, 907, 3306, 907, 907, 907, 907, 907, 907, 907, 909, 3306, 909, 909, 909, 909, 909, 909, 909, 910, 910, 910, 910, 910, 910, 910, 910, 910, 917, 3306, 917, 917, 917, 917, 917, 917, 917, 918, 3306, 918, 918, 918, 918, 918, 918, 918, 920, 3306, 920, 920, 920, 920, 920, 920, 920, 921, 3306, 921, 921, 921, 921, 921, 921, 921, 922, 922, 922, 922, 922, 922, 922, 922, 922, 924, 3306, 924, 924, 924, 924, 924, 924, 924, 925, 3306, 925, 925, 925, 925, 3306, 925, 925, 928, 3306, 928, 928, 928, 928, 3306, 928, 928, 929, 929, 929, 929, 929, 929, 929, 929, 929, 931, 3306, 931, 931, 931, 931, 931, 931, 931, 932, 3306, 932, 3306, 932, 932, 932, 932, 932, 933, 933, 933, 933, 933, 933, 933, 933, 933, 935, 3306, 935, 935, 935, 935, 935, 935, 935, 936, 3306, 936, 936, 936, 936, 936, 936, 936, 938, 3306, 938, 938, 938, 938, 938, 938, 938, 939, 3306, 939, 939, 939, 939, 939, 939, 939, 940, 3306, 940, 940, 940, 940, 940, 940, 940, 941, 3306, 941, 941, 941, 941, 941, 941, 941, 942, 3306, 942, 942, 942, 942, 942, 942, 942, 943, 3306, 943, 943, 943, 943, 943, 943, 943, 945, 3306, 945, 945, 945, 945, 945, 945, 945, 946, 946, 946, 946, 946, 946, 946, 946, 946, 953, 3306, 953, 953, 953, 953, 953, 953, 953, 954, 3306, 954, 954, 954, 954, 954, 954, 954, 956, 3306, 956, 956, 956, 956, 956, 956, 956, 957, 3306, 957, 957, 957, 957, 957, 957, 957, 958, 958, 958, 958, 958, 958, 958, 958, 958, 960, 3306, 960, 960, 960, 960, 960, 960, 960, 961, 3306, 961, 961, 961, 961, 3306, 961, 961, 964, 3306, 964, 964, 964, 964, 3306, 964, 964, 965, 965, 965, 965, 965, 965, 965, 965, 965, 967, 3306, 967, 967, 967, 967, 967, 967, 967, 968, 3306, 968, 3306, 968, 968, 968, 968, 968, 969, 969, 969, 969, 969, 969, 969, 969, 969, 971, 3306, 971, 971, 971, 971, 971, 971, 971, 972, 3306, 972, 972, 972, 972, 972, 972, 972, 974, 3306, 974, 974, 974, 974, 974, 974, 974, 975, 3306, 975, 975, 975, 975, 975, 975, 975, 976, 3306, 976, 976, 976, 976, 976, 976, 976, 977, 3306, 977, 977, 977, 977, 977, 977, 977, 978, 3306, 978, 978, 978, 978, 978, 978, 978, 979, 3306, 979, 979, 979, 979, 979, 979, 979, 981, 3306, 981, 981, 981, 981, 981, 981, 981, 982, 982, 982, 982, 982, 982, 982, 982, 982, 989, 3306, 989, 989, 989, 989, 989, 989, 989, 990, 3306, 990, 990, 990, 990, 990, 990, 990, 992, 3306, 992, 992, 992, 992, 992, 992, 992, 993, 3306, 993, 993, 993, 993, 993, 993, 993, 994, 994, 994, 994, 994, 994, 994, 994, 994, 996, 3306, 996, 996, 996, 996, 996, 996, 996, 997, 3306, 997, 997, 997, 997, 3306, 997, 997, 1000, 3306, 1000, 1000, 1000, 1000, 3306, 1000, 1000, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1003, 3306, 1003, 1003, 1003, 1003, 1003, 1003, 1003, 1004, 3306, 1004, 3306, 1004, 1004, 1004, 1004, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1005, 1005, 1005, 1007, 3306, 1007, 1007, 1007, 1007, 1007, 1007, 1007, 1008, 3306, 1008, 1008, 1008, 1008, 1008, 1008, 1008, 1010, 3306, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 1011, 3306, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1012, 3306, 1012, 1012, 1012, 1012, 1012, 1012, 1012, 1013, 3306, 1013, 1013, 1013, 1013, 1013, 1013, 1013, 1014, 3306, 1014, 1014, 1014, 1014, 1014, 1014, 1014, 1015, 3306, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1017, 3306, 1017, 1017, 1017, 1017, 1017, 1017, 1017, 1018, 1018, 1018, 1018, 1018, 1018, 1018, 1018, 1018, 1025, 3306, 1025, 1025, 1025, 1025, 1025, 1025, 1025, 1026, 3306, 1026, 1026, 1026, 1026, 1026, 1026, 1026, 1028, 3306, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1029, 3306, 1029, 1029, 1029, 1029, 1029, 1029, 1029, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1030, 1032, 3306, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1033, 3306, 1033, 1033, 1033, 1033, 3306, 1033, 1033, 1036, 3306, 1036, 1036, 1036, 1036, 3306, 1036, 1036, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1037, 1039, 3306, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1040, 3306, 1040, 3306, 1040, 1040, 1040, 1040, 1040, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1041, 1043, 3306, 1043, 1043, 1043, 1043, 1043, 1043, 1043, 1044, 3306, 1044, 1044, 1044, 1044, 1044, 1044, 1044, 1046, 3306, 1046, 1046, 1046, 1046, 1046, 1046, 1046, 1047, 3306, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1048, 3306, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1049, 3306, 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1050, 3306, 1050, 1050, 1050, 1050, 1050, 1050, 1050, 1051, 3306, 1051, 1051, 1051, 1051, 1051, 1051, 1051, 1053, 3306, 1053, 1053, 1053, 1053, 1053, 1053, 1053, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1054, 1061, 3306, 1061, 1061, 1061, 1061, 1061, 1061, 1061, 1062, 3306, 1062, 1062, 1062, 1062, 1062, 1062, 1062, 1064, 3306, 1064, 1064, 1064, 1064, 1064, 1064, 1064, 1065, 3306, 1065, 1065, 1065, 1065, 1065, 1065, 1065, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1066, 1068, 3306, 1068, 1068, 1068, 1068, 1068, 1068, 1068, 1069, 3306, 1069, 1069, 1069, 1069, 3306, 1069, 1069, 1072, 3306, 1072, 1072, 1072, 1072, 3306, 1072, 1072, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1075, 3306, 1075, 1075, 1075, 1075, 1075, 1075, 1075, 1076, 3306, 1076, 3306, 1076, 1076, 1076, 1076, 1076, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1077, 1079, 3306, 1079, 1079, 1079, 1079, 1079, 1079, 1079, 1080, 3306, 1080, 1080, 1080, 1080, 1080, 1080, 1080, 1082, 3306, 1082, 1082, 1082, 1082, 1082, 1082, 1082, 1083, 3306, 1083, 1083, 1083, 1083, 1083, 1083, 1083, 1084, 3306, 1084, 1084, 1084, 1084, 1084, 1084, 1084, 1085, 3306, 1085, 1085, 1085, 1085, 1085, 1085, 1085, 1086, 3306, 1086, 1086, 1086, 1086, 1086, 1086, 1086, 1087, 3306, 1087, 1087, 1087, 1087, 1087, 1087, 1087, 1089, 3306, 1089, 1089, 1089, 1089, 1089, 1089, 1089, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1097, 3306, 1097, 1097, 1097, 1097, 1097, 1097, 1097, 1098, 3306, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1100, 3306, 1100, 1100, 1100, 1100, 1100, 1100, 1100, 1101, 3306, 1101, 1101, 1101, 1101, 1101, 1101, 1101, 1102, 1102, 1102, 1102, 1102, 1102, 1102, 1102, 1102, 1104, 3306, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1105, 3306, 1105, 1105, 1105, 1105, 3306, 1105, 1105, 1108, 3306, 1108, 1108, 1108, 1108, 3306, 1108, 1108, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1111, 3306, 1111, 1111, 1111, 1111, 1111, 1111, 1111, 1112, 3306, 1112, 3306, 1112, 1112, 1112, 1112, 1112, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1113, 1115, 3306, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1116, 3306, 1116, 1116, 1116, 1116, 1116, 1116, 1116, 1118, 3306, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1119, 3306, 1119, 1119, 1119, 1119, 1119, 1119, 1119, 1120, 3306, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1121, 3306, 1121, 1121, 1121, 1121, 1121, 1121, 1121, 1122, 3306, 1122, 1122, 1122, 1122, 1122, 1122, 1122, 1123, 3306, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1125, 3306, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1133, 3306, 1133, 1133, 1133, 1133, 1133, 1133, 1133, 1134, 3306, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1136, 3306, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1137, 3306, 1137, 1137, 1137, 1137, 1137, 1137, 1137, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1138, 1140, 3306, 1140, 1140, 1140, 1140, 1140, 1140, 1140, 1141, 3306, 1141, 1141, 1141, 1141, 3306, 1141, 1141, 1144, 3306, 1144, 1144, 1144, 1144, 3306, 1144, 1144, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1145, 1147, 3306, 1147, 1147, 1147, 1147, 1147, 1147, 1147, 1148, 3306, 1148, 3306, 1148, 1148, 1148, 1148, 1148, 1149, 1149, 1149, 1149, 1149, 1149, 1149, 1149, 1149, 1151, 3306, 1151, 1151, 1151, 1151, 1151, 1151, 1151, 1152, 3306, 1152, 1152, 1152, 1152, 1152, 1152, 1152, 1154, 3306, 1154, 1154, 1154, 1154, 1154, 1154, 1154, 1155, 3306, 1155, 1155, 1155, 1155, 1155, 1155, 1155, 1156, 3306, 1156, 1156, 1156, 1156, 1156, 1156, 1156, 1157, 3306, 1157, 1157, 1157, 1157, 1157, 1157, 1157, 1158, 3306, 1158, 1158, 1158, 1158, 1158, 1158, 1158, 1159, 3306, 1159, 1159, 1159, 1159, 1159, 1159, 1159, 1161, 3306, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1169, 3306, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1170, 3306, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1172, 3306, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1173, 3306, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1176, 3306, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1177, 3306, 1177, 1177, 1177, 1177, 3306, 1177, 1177, 1180, 3306, 1180, 1180, 1180, 1180, 3306, 1180, 1180, 1181, 1181, 1181, 1181, 1181, 1181, 1181, 1181, 1181, 1183, 3306, 1183, 1183, 1183, 1183, 1183, 1183, 1183, 1184, 3306, 1184, 3306, 1184, 1184, 1184, 1184, 1184, 1185, 1185, 1185, 1185, 1185, 1185, 1185, 1185, 1185, 1187, 3306, 1187, 1187, 1187, 1187, 1187, 1187, 1187, 1188, 3306, 1188, 1188, 1188, 1188, 1188, 1188, 1188, 1190, 3306, 1190, 1190, 1190, 1190, 1190, 1190, 1190, 1191, 3306, 1191, 1191, 1191, 1191, 1191, 1191, 1191, 1192, 3306, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1193, 3306, 1193, 1193, 1193, 1193, 1193, 1193, 1193, 1194, 3306, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1195, 3306, 1195, 1195, 1195, 1195, 1195, 1195, 1195, 1197, 3306, 1197, 1197, 1197, 1197, 1197, 1197, 1197, 1198, 1198, 1198, 1198, 1198, 1198, 1198, 1198, 1198, 1205, 3306, 1205, 1205, 1205, 1205, 1205, 1205, 1205, 1206, 3306, 1206, 1206, 1206, 1206, 1206, 1206, 1206, 1208, 3306, 1208, 1208, 1208, 1208, 1208, 1208, 1208, 1209, 3306, 1209, 1209, 1209, 1209, 1209, 1209, 1209, 1210, 1210, 1210, 1210, 1210, 1210, 1210, 1210, 1210, 1212, 3306, 1212, 1212, 1212, 1212, 1212, 1212, 1212, 1213, 3306, 1213, 1213, 1213, 1213, 3306, 1213, 1213, 1216, 3306, 1216, 1216, 1216, 1216, 3306, 1216, 1216, 1217, 1217, 1217, 1217, 1217, 1217, 1217, 1217, 1217, 1219, 3306, 1219, 1219, 1219, 1219, 1219, 1219, 1219, 1220, 3306, 1220, 3306, 1220, 1220, 1220, 1220, 1220, 1221, 1221, 1221, 1221, 1221, 1221, 1221, 1221, 1221, 1223, 3306, 1223, 1223, 1223, 1223, 1223, 1223, 1223, 1224, 3306, 1224, 1224, 1224, 1224, 1224, 1224, 1224, 1226, 3306, 1226, 1226, 1226, 1226, 1226, 1226, 1226, 1227, 3306, 1227, 1227, 1227, 1227, 1227, 1227, 1227, 1228, 3306, 1228, 1228, 1228, 1228, 1228, 1228, 1228, 1229, 3306, 1229, 1229, 1229, 1229, 1229, 1229, 1229, 1230, 3306, 1230, 1230, 1230, 1230, 1230, 1230, 1230, 1231, 3306, 1231, 1231, 1231, 1231, 1231, 1231, 1231, 1233, 3306, 1233, 1233, 1233, 1233, 1233, 1233, 1233, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1241, 3306, 1241, 1241, 1241, 1241, 1241, 1241, 1241, 1242, 3306, 1242, 1242, 1242, 1242, 1242, 1242, 1242, 1244, 3306, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1245, 3306, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1248, 3306, 1248, 1248, 1248, 1248, 1248, 1248, 1248, 1249, 3306, 1249, 1249, 1249, 1249, 3306, 1249, 1249, 1252, 3306, 1252, 1252, 1252, 1252, 3306, 1252, 1252, 1253, 1253, 1253, 1253, 1253, 1253, 1253, 1253, 1253, 1255, 3306, 1255, 1255, 1255, 1255, 1255, 1255, 1255, 1256, 3306, 1256, 3306, 1256, 1256, 1256, 1256, 1256, 1257, 1257, 1257, 1257, 1257, 1257, 1257, 1257, 1257, 1259, 3306, 1259, 1259, 1259, 1259, 1259, 1259, 1259, 1260, 3306, 1260, 1260, 1260, 1260, 1260, 1260, 1260, 1262, 3306, 1262, 1262, 1262, 1262, 1262, 1262, 1262, 1263, 3306, 1263, 1263, 1263, 1263, 1263, 1263, 1263, 1264, 3306, 1264, 1264, 1264, 1264, 1264, 1264, 1264, 1265, 3306, 1265, 1265, 1265, 1265, 1265, 1265, 1265, 1266, 3306, 1266, 1266, 1266, 1266, 1266, 1266, 1266, 1267, 3306, 1267, 1267, 1267, 1267, 1267, 1267, 1267, 1269, 3306, 1269, 1269, 1269, 1269, 1269, 1269, 1269, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1277, 3306, 1277, 1277, 1277, 1277, 1277, 1277, 1277, 1278, 3306, 1278, 1278, 1278, 1278, 1278, 1278, 1278, 1280, 3306, 1280, 1280, 1280, 1280, 1280, 1280, 1280, 1281, 3306, 1281, 1281, 1281, 1281, 1281, 1281, 1281, 1282, 1282, 1282, 1282, 1282, 1282, 1282, 1282, 1282, 1284, 3306, 1284, 1284, 1284, 1284, 1284, 1284, 1284, 1285, 3306, 1285, 1285, 1285, 1285, 3306, 1285, 1285, 1288, 3306, 1288, 1288, 1288, 1288, 3306, 1288, 1288, 1289, 1289, 1289, 1289, 1289, 1289, 1289, 1289, 1289, 1291, 3306, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1292, 3306, 1292, 3306, 1292, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1293, 1293, 1293, 1293, 1293, 1293, 1295, 3306, 1295, 1295, 1295, 1295, 1295, 1295, 1295, 1296, 3306, 1296, 1296, 1296, 1296, 1296, 1296, 1296, 1298, 3306, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1299, 3306, 1299, 1299, 1299, 1299, 1299, 1299, 1299, 1300, 3306, 1300, 1300, 1300, 1300, 1300, 1300, 1300, 1301, 3306, 1301, 1301, 1301, 1301, 1301, 1301, 1301, 1302, 3306, 1302, 1302, 1302, 1302, 1302, 1302, 1302, 1303, 3306, 1303, 1303, 1303, 1303, 1303, 1303, 1303, 1305, 3306, 1305, 1305, 1305, 1305, 1305, 1305, 1305, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1313, 3306, 1313, 1313, 1313, 1313, 1313, 1313, 1313, 1314, 3306, 1314, 1314, 1314, 1314, 1314, 1314, 1314, 1316, 3306, 1316, 1316, 1316, 1316, 1316, 1316, 1316, 1317, 3306, 1317, 1317, 1317, 1317, 1317, 1317, 1317, 1318, 1318, 1318, 1318, 1318, 1318, 1318, 1318, 1318, 1320, 3306, 1320, 1320, 1320, 1320, 1320, 1320, 1320, 1321, 3306, 1321, 1321, 1321, 1321, 3306, 1321, 1321, 1324, 3306, 1324, 1324, 1324, 1324, 3306, 1324, 1324, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1327, 3306, 1327, 1327, 1327, 1327, 1327, 1327, 1327, 1328, 3306, 1328, 3306, 1328, 1328, 1328, 1328, 1328, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1329, 1331, 3306, 1331, 1331, 1331, 1331, 1331, 1331, 1331, 1332, 3306, 1332, 1332, 1332, 1332, 1332, 1332, 1332, 1334, 3306, 1334, 1334, 1334, 1334, 1334, 1334, 1334, 1335, 3306, 1335, 1335, 1335, 1335, 1335, 1335, 1335, 1336, 3306, 1336, 1336, 1336, 1336, 1336, 1336, 1336, 1337, 3306, 1337, 1337, 1337, 1337, 1337, 1337, 1337, 1338, 3306, 1338, 1338, 1338, 1338, 1338, 1338, 1338, 1339, 3306, 1339, 1339, 1339, 1339, 1339, 1339, 1339, 1341, 3306, 1341, 1341, 1341, 1341, 1341, 1341, 1341, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1342, 1349, 3306, 1349, 1349, 1349, 1349, 1349, 1349, 1349, 1350, 3306, 1350, 1350, 1350, 1350, 1350, 1350, 1350, 1352, 3306, 1352, 1352, 1352, 1352, 1352, 1352, 1352, 1353, 3306, 1353, 1353, 1353, 1353, 1353, 1353, 1353, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1354, 1356, 3306, 1356, 1356, 1356, 1356, 1356, 1356, 1356, 1357, 3306, 1357, 1357, 1357, 1357, 3306, 1357, 1357, 1360, 3306, 1360, 1360, 1360, 1360, 3306, 1360, 1360, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1361, 1363, 3306, 1363, 1363, 1363, 1363, 1363, 1363, 1363, 1364, 3306, 1364, 3306, 1364, 1364, 1364, 1364, 1364, 1365, 1365, 1365, 1365, 1365, 1365, 1365, 1365, 1365, 1367, 3306, 1367, 1367, 1367, 1367, 1367, 1367, 1367, 1368, 3306, 1368, 1368, 1368, 1368, 1368, 1368, 1368, 1370, 3306, 1370, 1370, 1370, 1370, 1370, 1370, 1370, 1371, 3306, 1371, 1371, 1371, 1371, 1371, 1371, 1371, 1372, 3306, 1372, 1372, 1372, 1372, 1372, 1372, 1372, 1373, 3306, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1374, 3306, 1374, 1374, 1374, 1374, 1374, 1374, 1374, 1375, 3306, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1377, 3306, 1377, 1377, 1377, 1377, 1377, 1377, 1377, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1385, 3306, 1385, 1385, 1385, 1385, 1385, 1385, 1385, 1386, 3306, 1386, 1386, 1386, 1386, 1386, 1386, 1386, 1388, 3306, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1389, 3306, 1389, 1389, 1389, 1389, 1389, 1389, 1389, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1390, 1392, 3306, 1392, 1392, 1392, 1392, 1392, 1392, 1392, 1393, 3306, 1393, 1393, 1393, 1393, 3306, 1393, 1393, 1396, 3306, 1396, 1396, 1396, 1396, 3306, 1396, 1396, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1397, 1399, 3306, 1399, 1399, 1399, 1399, 1399, 1399, 1399, 1400, 3306, 1400, 3306, 1400, 1400, 1400, 1400, 1400, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1403, 3306, 1403, 1403, 1403, 1403, 1403, 1403, 1403, 1404, 3306, 1404, 1404, 1404, 1404, 1404, 1404, 1404, 1406, 3306, 1406, 1406, 1406, 1406, 1406, 1406, 1406, 1407, 3306, 1407, 1407, 1407, 1407, 1407, 1407, 1407, 1408, 3306, 1408, 1408, 1408, 1408, 1408, 1408, 1408, 1409, 3306, 1409, 1409, 1409, 1409, 1409, 1409, 1409, 1410, 3306, 1410, 1410, 1410, 1410, 1410, 1410, 1410, 1411, 3306, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1413, 3306, 1413, 1413, 1413, 1413, 1413, 1413, 1413, 1414, 1414, 1414, 1414, 1414, 1414, 1414, 1414, 1414, 1421, 3306, 1421, 1421, 1421, 1421, 1421, 1421, 1421, 1422, 3306, 1422, 1422, 1422, 1422, 1422, 1422, 1422, 1424, 3306, 1424, 1424, 1424, 1424, 1424, 1424, 1424, 1425, 3306, 1425, 1425, 1425, 1425, 1425, 1425, 1425, 1426, 1426, 1426, 1426, 1426, 1426, 1426, 1426, 1426, 1428, 3306, 1428, 1428, 1428, 1428, 1428, 1428, 1428, 1429, 3306, 1429, 1429, 1429, 1429, 3306, 1429, 1429, 1432, 3306, 1432, 1432, 1432, 1432, 3306, 1432, 1432, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1433, 1435, 3306, 1435, 1435, 1435, 1435, 1435, 1435, 1435, 1436, 3306, 1436, 3306, 1436, 1436, 1436, 1436, 1436, 1437, 1437, 1437, 1437, 1437, 1437, 1437, 1437, 1437, 1439, 3306, 1439, 1439, 1439, 1439, 1439, 1439, 1439, 1440, 3306, 1440, 1440, 1440, 1440, 1440, 1440, 1440, 1442, 3306, 1442, 1442, 1442, 1442, 1442, 1442, 1442, 1443, 3306, 1443, 1443, 1443, 1443, 1443, 1443, 1443, 1444, 3306, 1444, 1444, 1444, 1444, 1444, 1444, 1444, 1445, 3306, 1445, 1445, 1445, 1445, 1445, 1445, 1445, 1446, 3306, 1446, 1446, 1446, 1446, 1446, 1446, 1446, 1447, 3306, 1447, 1447, 1447, 1447, 1447, 1447, 1447, 1449, 3306, 1449, 1449, 1449, 1449, 1449, 1449, 1449, 1450, 1450, 1450, 1450, 1450, 1450, 1450, 1450, 1450, 1457, 3306, 1457, 1457, 1457, 1457, 1457, 1457, 1457, 1458, 3306, 1458, 1458, 1458, 1458, 1458, 1458, 1458, 1460, 3306, 1460, 1460, 1460, 1460, 1460, 1460, 1460, 1461, 3306, 1461, 1461, 1461, 1461, 1461, 1461, 1461, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1462, 1464, 3306, 1464, 1464, 1464, 1464, 1464, 1464, 1464, 1465, 3306, 1465, 1465, 1465, 1465, 3306, 1465, 1465, 1468, 3306, 1468, 1468, 1468, 1468, 3306, 1468, 1468, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1471, 3306, 1471, 1471, 1471, 1471, 1471, 1471, 1471, 1472, 3306, 1472, 3306, 1472, 1472, 1472, 1472, 1472, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1473, 1475, 3306, 1475, 1475, 1475, 1475, 1475, 1475, 1475, 1476, 3306, 1476, 1476, 1476, 1476, 1476, 1476, 1476, 1478, 3306, 1478, 1478, 1478, 1478, 1478, 1478, 1478, 1479, 3306, 1479, 1479, 1479, 1479, 1479, 1479, 1479, 1480, 3306, 1480, 1480, 1480, 1480, 1480, 1480, 1480, 1481, 3306, 1481, 1481, 1481, 1481, 1481, 1481, 1481, 1482, 3306, 1482, 1482, 1482, 1482, 1482, 1482, 1482, 1483, 3306, 1483, 1483, 1483, 1483, 1483, 1483, 1483, 1485, 3306, 1485, 1485, 1485, 1485, 1485, 1485, 1485, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1486, 1493, 3306, 1493, 1493, 1493, 1493, 1493, 1493, 1493, 1494, 3306, 1494, 1494, 1494, 1494, 1494, 1494, 1494, 1496, 3306, 1496, 1496, 1496, 1496, 1496, 1496, 1496, 1497, 3306, 1497, 1497, 1497, 1497, 1497, 1497, 1497, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1498, 1500, 3306, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1501, 3306, 1501, 1501, 1501, 1501, 3306, 1501, 1501, 1504, 3306, 1504, 1504, 1504, 1504, 3306, 1504, 1504, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1507, 3306, 1507, 1507, 1507, 1507, 1507, 1507, 1507, 1508, 3306, 1508, 3306, 1508, 1508, 1508, 1508, 1508, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1509, 1511, 3306, 1511, 1511, 1511, 1511, 1511, 1511, 1511, 1512, 3306, 1512, 1512, 1512, 1512, 1512, 1512, 1512, 1514, 3306, 1514, 1514, 1514, 1514, 1514, 1514, 1514, 1515, 3306, 1515, 1515, 1515, 1515, 1515, 1515, 1515, 1516, 3306, 1516, 1516, 1516, 1516, 1516, 1516, 1516, 1517, 3306, 1517, 1517, 1517, 1517, 1517, 1517, 1517, 1518, 3306, 1518, 1518, 1518, 1518, 1518, 1518, 1518, 1519, 3306, 1519, 1519, 1519, 1519, 1519, 1519, 1519, 1521, 3306, 1521, 1521, 1521, 1521, 1521, 1521, 1521, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1522, 1529, 3306, 1529, 1529, 1529, 1529, 1529, 1529, 1529, 1530, 3306, 1530, 1530, 1530, 1530, 1530, 1530, 1530, 1532, 3306, 1532, 1532, 1532, 1532, 1532, 1532, 1532, 1533, 3306, 1533, 1533, 1533, 1533, 1533, 1533, 1533, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1534, 1536, 3306, 1536, 1536, 1536, 1536, 1536, 1536, 1536, 1537, 3306, 1537, 1537, 1537, 1537, 3306, 1537, 1537, 1540, 3306, 1540, 1540, 1540, 1540, 3306, 1540, 1540, 1541, 1541, 1541, 1541, 1541, 1541, 1541, 1541, 1541, 1543, 3306, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1544, 3306, 1544, 3306, 1544, 1544, 1544, 1544, 1544, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1547, 3306, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1548, 3306, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1550, 3306, 1550, 1550, 1550, 1550, 1550, 1550, 1550, 1551, 3306, 1551, 1551, 1551, 1551, 1551, 1551, 1551, 1552, 3306, 1552, 1552, 1552, 1552, 1552, 1552, 1552, 1553, 3306, 1553, 1553, 1553, 1553, 1553, 1553, 1553, 1554, 3306, 1554, 1554, 1554, 1554, 1554, 1554, 1554, 1555, 3306, 1555, 1555, 1555, 1555, 1555, 1555, 1555, 1557, 3306, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1558, 1565, 3306, 1565, 1565, 1565, 1565, 1565, 1565, 1565, 1566, 3306, 1566, 1566, 1566, 1566, 1566, 1566, 1566, 1568, 3306, 1568, 1568, 1568, 1568, 1568, 1568, 1568, 1569, 3306, 1569, 1569, 1569, 1569, 1569, 1569, 1569, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1572, 3306, 1572, 1572, 1572, 1572, 1572, 1572, 1572, 1573, 3306, 1573, 1573, 1573, 1573, 3306, 1573, 1573, 1576, 3306, 1576, 1576, 1576, 1576, 3306, 1576, 1576, 1577, 1577, 1577, 1577, 1577, 1577, 1577, 1577, 1577, 1579, 3306, 1579, 1579, 1579, 1579, 1579, 1579, 1579, 1580, 3306, 1580, 3306, 1580, 1580, 1580, 1580, 1580, 1581, 1581, 1581, 1581, 1581, 1581, 1581, 1581, 1581, 1583, 3306, 1583, 1583, 1583, 1583, 1583, 1583, 1583, 1584, 3306, 1584, 1584, 1584, 1584, 1584, 1584, 1584, 1586, 3306, 1586, 1586, 1586, 1586, 1586, 1586, 1586, 1587, 3306, 1587, 1587, 1587, 1587, 1587, 1587, 1587, 1588, 3306, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1589, 3306, 1589, 1589, 1589, 1589, 1589, 1589, 1589, 1590, 3306, 1590, 1590, 1590, 1590, 1590, 1590, 1590, 1591, 3306, 1591, 1591, 1591, 1591, 1591, 1591, 1591, 1593, 3306, 1593, 1593, 1593, 1593, 1593, 1593, 1593, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1594, 1601, 3306, 1601, 1601, 1601, 1601, 1601, 1601, 1601, 1602, 3306, 1602, 1602, 1602, 1602, 1602, 1602, 1602, 1604, 3306, 1604, 1604, 1604, 1604, 1604, 1604, 1604, 1605, 3306, 1605, 1605, 1605, 1605, 1605, 1605, 1605, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1606, 1608, 3306, 1608, 1608, 1608, 1608, 1608, 1608, 1608, 1609, 3306, 1609, 1609, 1609, 1609, 3306, 1609, 1609, 1612, 3306, 1612, 1612, 1612, 1612, 3306, 1612, 1612, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1613, 1615, 3306, 1615, 1615, 1615, 1615, 1615, 1615, 1615, 1616, 3306, 1616, 3306, 1616, 1616, 1616, 1616, 1616, 1617, 1617, 1617, 1617, 1617, 1617, 1617, 1617, 1617, 1619, 3306, 1619, 1619, 1619, 1619, 1619, 1619, 1619, 1620, 3306, 1620, 1620, 1620, 1620, 1620, 1620, 1620, 1622, 3306, 1622, 1622, 1622, 1622, 1622, 1622, 1622, 1623, 3306, 1623, 1623, 1623, 1623, 1623, 1623, 1623, 1624, 3306, 1624, 1624, 1624, 1624, 1624, 1624, 1624, 1625, 3306, 1625, 1625, 1625, 1625, 1625, 1625, 1625, 1626, 3306, 1626, 1626, 1626, 1626, 1626, 1626, 1626, 1627, 3306, 1627, 1627, 1627, 1627, 1627, 1627, 1627, 1629, 3306, 1629, 1629, 1629, 1629, 1629, 1629, 1629, 1630, 1630, 1630, 1630, 1630, 1630, 1630, 1630, 1630, 1637, 3306, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1638, 3306, 1638, 1638, 1638, 1638, 1638, 1638, 1638, 1640, 3306, 1640, 1640, 1640, 1640, 1640, 1640, 1640, 1641, 3306, 1641, 1641, 1641, 1641, 1641, 1641, 1641, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1642, 1644, 3306, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1645, 3306, 1645, 1645, 1645, 1645, 3306, 1645, 1645, 1648, 3306, 1648, 1648, 1648, 1648, 3306, 1648, 1648, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1651, 3306, 1651, 1651, 1651, 1651, 1651, 1651, 1651, 1652, 3306, 1652, 3306, 1652, 1652, 1652, 1652, 1652, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1653, 1655, 3306, 1655, 1655, 1655, 1655, 1655, 1655, 1655, 1656, 3306, 1656, 1656, 1656, 1656, 1656, 1656, 1656, 1658, 3306, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1659, 3306, 1659, 1659, 1659, 1659, 1659, 1659, 1659, 1660, 3306, 1660, 1660, 1660, 1660, 1660, 1660, 1660, 1661, 3306, 1661, 1661, 1661, 1661, 1661, 1661, 1661, 1662, 3306, 1662, 1662, 1662, 1662, 1662, 1662, 1662, 1663, 3306, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1665, 3306, 1665, 1665, 1665, 1665, 1665, 1665, 1665, 1666, 1666, 1666, 1666, 1666, 1666, 1666, 1666, 1666, 1673, 3306, 1673, 1673, 1673, 1673, 1673, 1673, 1673, 1674, 3306, 1674, 1674, 1674, 1674, 1674, 1674, 1674, 1676, 3306, 1676, 1676, 1676, 1676, 1676, 1676, 1676, 1677, 3306, 1677, 1677, 1677, 1677, 1677, 1677, 1677, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1678, 1680, 3306, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1681, 3306, 1681, 1681, 1681, 1681, 3306, 1681, 1681, 1684, 3306, 1684, 1684, 1684, 1684, 3306, 1684, 1684, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1685, 1687, 3306, 1687, 1687, 1687, 1687, 1687, 1687, 1687, 1688, 3306, 1688, 3306, 1688, 1688, 1688, 1688, 1688, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1689, 1691, 3306, 1691, 1691, 1691, 1691, 1691, 1691, 1691, 1692, 3306, 1692, 1692, 1692, 1692, 1692, 1692, 1692, 1694, 3306, 1694, 1694, 1694, 1694, 1694, 1694, 1694, 1695, 3306, 1695, 1695, 1695, 1695, 1695, 1695, 1695, 1696, 3306, 1696, 1696, 1696, 1696, 1696, 1696, 1696, 1697, 3306, 1697, 1697, 1697, 1697, 1697, 1697, 1697, 1698, 3306, 1698, 1698, 1698, 1698, 1698, 1698, 1698, 1699, 3306, 1699, 1699, 1699, 1699, 1699, 1699, 1699, 1701, 3306, 1701, 1701, 1701, 1701, 1701, 1701, 1701, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1702, 1709, 3306, 1709, 1709, 1709, 1709, 1709, 1709, 1709, 1710, 3306, 1710, 1710, 1710, 1710, 1710, 1710, 1710, 1712, 3306, 1712, 1712, 1712, 1712, 1712, 1712, 1712, 1713, 3306, 1713, 1713, 1713, 1713, 1713, 1713, 1713, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1714, 1716, 3306, 1716, 1716, 1716, 1716, 1716, 1716, 1716, 1717, 3306, 1717, 1717, 1717, 1717, 3306, 1717, 1717, 1720, 3306, 1720, 1720, 1720, 1720, 3306, 1720, 1720, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1723, 3306, 1723, 1723, 1723, 1723, 1723, 1723, 1723, 1724, 3306, 1724, 3306, 1724, 1724, 1724, 1724, 1724, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1725, 1727, 3306, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1728, 3306, 1728, 1728, 1728, 1728, 1728, 1728, 1728, 1730, 3306, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1731, 3306, 1731, 1731, 1731, 1731, 1731, 1731, 1731, 1732, 3306, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1733, 3306, 1733, 1733, 1733, 1733, 1733, 1733, 1733, 1734, 3306, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1735, 3306, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1737, 3306, 1737, 1737, 1737, 1737, 1737, 1737, 1737, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1745, 3306, 1745, 1745, 1745, 1745, 1745, 1745, 1745, 1746, 3306, 1746, 1746, 1746, 1746, 1746, 1746, 1746, 1748, 3306, 1748, 1748, 1748, 1748, 1748, 1748, 1748, 1749, 3306, 1749, 1749, 1749, 1749, 1749, 1749, 1749, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1750, 1752, 3306, 1752, 1752, 1752, 1752, 1752, 1752, 1752, 1753, 3306, 1753, 1753, 1753, 1753, 3306, 1753, 1753, 1756, 3306, 1756, 1756, 1756, 1756, 3306, 1756, 1756, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1759, 3306, 1759, 1759, 1759, 1759, 1759, 1759, 1759, 1760, 3306, 1760, 3306, 1760, 1760, 1760, 1760, 1760, 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1761, 1763, 3306, 1763, 1763, 1763, 1763, 1763, 1763, 1763, 1764, 3306, 1764, 1764, 1764, 1764, 1764, 1764, 1764, 1766, 3306, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1767, 3306, 1767, 1767, 1767, 1767, 1767, 1767, 1767, 1768, 3306, 1768, 1768, 1768, 1768, 1768, 1768, 1768, 1769, 3306, 1769, 1769, 1769, 1769, 1769, 1769, 1769, 1770, 3306, 1770, 1770, 1770, 1770, 1770, 1770, 1770, 1771, 3306, 1771, 1771, 1771, 1771, 1771, 1771, 1771, 1773, 3306, 1773, 1773, 1773, 1773, 1773, 1773, 1773, 1774, 1774, 1774, 1774, 1774, 1774, 1774, 1774, 1774, 1781, 3306, 1781, 1781, 1781, 1781, 1781, 1781, 1781, 1782, 3306, 1782, 1782, 1782, 1782, 1782, 1782, 1782, 1784, 3306, 1784, 1784, 1784, 1784, 1784, 1784, 1784, 1785, 3306, 1785, 1785, 1785, 1785, 1785, 1785, 1785, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1786, 1788, 3306, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1789, 3306, 1789, 1789, 1789, 1789, 3306, 1789, 1789, 1792, 3306, 1792, 1792, 1792, 1792, 3306, 1792, 1792, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1793, 1795, 3306, 1795, 1795, 1795, 1795, 1795, 1795, 1795, 1796, 3306, 1796, 3306, 1796, 1796, 1796, 1796, 1796, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1797, 1799, 3306, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1800, 3306, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1802, 3306, 1802, 1802, 1802, 1802, 1802, 1802, 1802, 1803, 3306, 1803, 1803, 1803, 1803, 1803, 1803, 1803, 1804, 3306, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1805, 3306, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1806, 3306, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1807, 3306, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1809, 3306, 1809, 1809, 1809, 1809, 1809, 1809, 1809, 1810, 1810, 1810, 1810, 1810, 1810, 1810, 1810, 1810, 1817, 3306, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1818, 3306, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1820, 3306, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1821, 3306, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1822, 1822, 1822, 1822, 1822, 1822, 1822, 1822, 1822, 1824, 3306, 1824, 1824, 1824, 1824, 1824, 1824, 1824, 1825, 3306, 1825, 1825, 1825, 1825, 3306, 1825, 1825, 1828, 3306, 1828, 1828, 1828, 1828, 3306, 1828, 1828, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1829, 1831, 3306, 1831, 1831, 1831, 1831, 1831, 1831, 1831, 1832, 3306, 1832, 3306, 1832, 1832, 1832, 1832, 1832, 1833, 1833, 1833, 1833, 1833, 1833, 1833, 1833, 1833, 1835, 3306, 1835, 1835, 1835, 1835, 1835, 1835, 1835, 1836, 3306, 1836, 1836, 1836, 1836, 1836, 1836, 1836, 1838, 3306, 1838, 1838, 1838, 1838, 1838, 1838, 1838, 1839, 3306, 1839, 1839, 1839, 1839, 1839, 1839, 1839, 1840, 3306, 1840, 1840, 1840, 1840, 1840, 1840, 1840, 1841, 3306, 1841, 1841, 1841, 1841, 1841, 1841, 1841, 1842, 3306, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1843, 3306, 1843, 1843, 1843, 1843, 1843, 1843, 1843, 1845, 3306, 1845, 1845, 1845, 1845, 1845, 1845, 1845, 1846, 1846, 1846, 1846, 1846, 1846, 1846, 1846, 1846, 1853, 3306, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1854, 3306, 1854, 1854, 1854, 1854, 1854, 1854, 1854, 1856, 3306, 1856, 1856, 1856, 1856, 1856, 1856, 1856, 1857, 3306, 1857, 1857, 1857, 1857, 1857, 1857, 1857, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1858, 1860, 3306, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1861, 3306, 1861, 1861, 1861, 1861, 3306, 1861, 1861, 1864, 3306, 1864, 1864, 1864, 1864, 3306, 1864, 1864, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1865, 1867, 3306, 1867, 1867, 1867, 1867, 1867, 1867, 1867, 1868, 3306, 1868, 3306, 1868, 1868, 1868, 1868, 1868, 1869, 1869, 1869, 1869, 1869, 1869, 1869, 1869, 1869, 1871, 3306, 1871, 1871, 1871, 1871, 1871, 1871, 1871, 1872, 3306, 1872, 1872, 1872, 1872, 1872, 1872, 1872, 1874, 3306, 1874, 1874, 1874, 1874, 1874, 1874, 1874, 1875, 3306, 1875, 1875, 1875, 1875, 1875, 1875, 1875, 1876, 3306, 1876, 1876, 1876, 1876, 1876, 1876, 1876, 1877, 3306, 1877, 1877, 1877, 1877, 1877, 1877, 1877, 1878, 3306, 1878, 1878, 1878, 1878, 1878, 1878, 1878, 1879, 3306, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1881, 3306, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1889, 3306, 1889, 1889, 1889, 1889, 1889, 1889, 1889, 1890, 3306, 1890, 1890, 1890, 1890, 1890, 1890, 1890, 1892, 3306, 1892, 1892, 1892, 1892, 1892, 1892, 1892, 1893, 3306, 1893, 1893, 1893, 1893, 1893, 1893, 1893, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1894, 1896, 3306, 1896, 1896, 1896, 1896, 1896, 1896, 1896, 1897, 3306, 1897, 1897, 1897, 1897, 3306, 1897, 1897, 1900, 3306, 1900, 1900, 1900, 1900, 3306, 1900, 1900, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1901, 1903, 3306, 1903, 1903, 1903, 1903, 1903, 1903, 1903, 1904, 3306, 1904, 3306, 1904, 1904, 1904, 1904, 1904, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1905, 1907, 3306, 1907, 1907, 1907, 1907, 1907, 1907, 1907, 1908, 3306, 1908, 1908, 1908, 1908, 1908, 1908, 1908, 1910, 3306, 1910, 1910, 1910, 1910, 1910, 1910, 1910, 1911, 3306, 1911, 1911, 1911, 1911, 1911, 1911, 1911, 1912, 3306, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1913, 3306, 1913, 1913, 1913, 1913, 1913, 1913, 1913, 1914, 3306, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1915, 3306, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1917, 3306, 1917, 1917, 1917, 1917, 1917, 1917, 1917, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1925, 3306, 1925, 1925, 1925, 1925, 1925, 1925, 1925, 1926, 3306, 1926, 1926, 1926, 1926, 1926, 1926, 1926, 1928, 3306, 1928, 1928, 1928, 1928, 1928, 1928, 1928, 1929, 3306, 1929, 1929, 1929, 1929, 1929, 1929, 1929, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1930, 1932, 3306, 1932, 1932, 1932, 1932, 1932, 1932, 1932, 1933, 3306, 1933, 1933, 1933, 1933, 3306, 1933, 1933, 1936, 3306, 1936, 1936, 1936, 1936, 3306, 1936, 1936, 1937, 1937, 1937, 1937, 1937, 1937, 1937, 1937, 1937, 1939, 3306, 1939, 1939, 1939, 1939, 1939, 1939, 1939, 1940, 3306, 1940, 3306, 1940, 1940, 1940, 1940, 1940, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1941, 1943, 3306, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1944, 3306, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1946, 3306, 1946, 1946, 1946, 1946, 1946, 1946, 1946, 1947, 3306, 1947, 1947, 1947, 1947, 1947, 1947, 1947, 1948, 3306, 1948, 1948, 1948, 1948, 1948, 1948, 1948, 1949, 3306, 1949, 1949, 1949, 1949, 1949, 1949, 1949, 1950, 3306, 1950, 1950, 1950, 1950, 1950, 1950, 1950, 1951, 3306, 1951, 1951, 1951, 1951, 1951, 1951, 1951, 1953, 3306, 1953, 1953, 1953, 1953, 1953, 1953, 1953, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1954, 1961, 3306, 1961, 1961, 1961, 1961, 1961, 1961, 1961, 1962, 3306, 1962, 1962, 1962, 1962, 1962, 1962, 1962, 1964, 3306, 1964, 1964, 1964, 1964, 1964, 1964, 1964, 1965, 3306, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 1966, 1966, 1966, 1966, 1966, 1966, 1966, 1966, 1966, 1968, 3306, 1968, 1968, 1968, 1968, 1968, 1968, 1968, 1969, 3306, 1969, 1969, 1969, 1969, 3306, 1969, 1969, 1972, 3306, 1972, 1972, 1972, 1972, 3306, 1972, 1972, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1973, 1975, 3306, 1975, 1975, 1975, 1975, 1975, 1975, 1975, 1976, 3306, 1976, 3306, 1976, 1976, 1976, 1976, 1976, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1977, 1979, 3306, 1979, 1979, 1979, 1979, 1979, 1979, 1979, 1980, 3306, 1980, 1980, 1980, 1980, 1980, 1980, 1980, 1982, 3306, 1982, 1982, 1982, 1982, 1982, 1982, 1982, 1983, 3306, 1983, 1983, 1983, 1983, 1983, 1983, 1983, 1984, 3306, 1984, 1984, 1984, 1984, 1984, 1984, 1984, 1985, 3306, 1985, 1985, 1985, 1985, 1985, 1985, 1985, 1986, 3306, 1986, 1986, 1986, 1986, 1986, 1986, 1986, 1987, 3306, 1987, 1987, 1987, 1987, 1987, 1987, 1987, 1989, 3306, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1990, 1997, 3306, 1997, 1997, 1997, 1997, 1997, 1997, 1997, 1998, 3306, 1998, 1998, 1998, 1998, 1998, 1998, 1998, 2000, 3306, 2000, 2000, 2000, 2000, 2000, 2000, 2000, 2001, 3306, 2001, 2001, 2001, 2001, 2001, 2001, 2001, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2002, 2004, 3306, 2004, 2004, 2004, 2004, 2004, 2004, 2004, 2005, 3306, 2005, 2005, 2005, 2005, 3306, 2005, 2005, 2008, 3306, 2008, 2008, 2008, 2008, 3306, 2008, 2008, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2009, 2011, 3306, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2012, 3306, 2012, 3306, 2012, 2012, 2012, 2012, 2012, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2015, 3306, 2015, 2015, 2015, 2015, 2015, 2015, 2015, 2016, 3306, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2018, 3306, 2018, 2018, 2018, 2018, 2018, 2018, 2018, 2019, 3306, 2019, 2019, 2019, 2019, 2019, 2019, 2019, 2020, 3306, 2020, 2020, 2020, 2020, 2020, 2020, 2020, 2021, 3306, 2021, 2021, 2021, 2021, 2021, 2021, 2021, 2022, 3306, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2023, 3306, 2023, 2023, 2023, 2023, 2023, 2023, 2023, 2025, 3306, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2033, 3306, 2033, 2033, 2033, 2033, 2033, 2033, 2033, 2034, 3306, 2034, 2034, 2034, 2034, 2034, 2034, 2034, 2036, 3306, 2036, 2036, 2036, 2036, 2036, 2036, 2036, 2037, 3306, 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2038, 2038, 2038, 2038, 2038, 2038, 2038, 2038, 2038, 2040, 3306, 2040, 2040, 2040, 2040, 2040, 2040, 2040, 2041, 3306, 2041, 2041, 2041, 2041, 3306, 2041, 2041, 2044, 3306, 2044, 2044, 2044, 2044, 3306, 2044, 2044, 2045, 2045, 2045, 2045, 2045, 2045, 2045, 2045, 2045, 2047, 3306, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2048, 3306, 2048, 3306, 2048, 2048, 2048, 2048, 2048, 2049, 2049, 2049, 2049, 2049, 2049, 2049, 2049, 2049, 2051, 3306, 2051, 2051, 2051, 2051, 2051, 2051, 2051, 2052, 3306, 2052, 2052, 2052, 2052, 2052, 2052, 2052, 2054, 3306, 2054, 2054, 2054, 2054, 2054, 2054, 2054, 2055, 3306, 2055, 2055, 2055, 2055, 2055, 2055, 2055, 2056, 3306, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2057, 3306, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2058, 3306, 2058, 2058, 2058, 2058, 2058, 2058, 2058, 2059, 3306, 2059, 2059, 2059, 2059, 2059, 2059, 2059, 2061, 3306, 2061, 2061, 2061, 2061, 2061, 2061, 2061, 2062, 2062, 2062, 2062, 2062, 2062, 2062, 2062, 2062, 2069, 3306, 2069, 2069, 2069, 2069, 2069, 2069, 2069, 2070, 3306, 2070, 2070, 2070, 2070, 2070, 2070, 2070, 2072, 3306, 2072, 2072, 2072, 2072, 2072, 2072, 2072, 2073, 3306, 2073, 2073, 2073, 2073, 2073, 2073, 2073, 2074, 2074, 2074, 2074, 2074, 2074, 2074, 2074, 2074, 2076, 3306, 2076, 2076, 2076, 2076, 2076, 2076, 2076, 2077, 3306, 2077, 2077, 2077, 2077, 3306, 2077, 2077, 2080, 3306, 2080, 2080, 2080, 2080, 3306, 2080, 2080, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2081, 2083, 3306, 2083, 2083, 2083, 2083, 2083, 2083, 2083, 2084, 3306, 2084, 3306, 2084, 2084, 2084, 2084, 2084, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2087, 3306, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2088, 3306, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2090, 3306, 2090, 2090, 2090, 2090, 2090, 2090, 2090, 2091, 3306, 2091, 2091, 2091, 2091, 2091, 2091, 2091, 2092, 3306, 2092, 2092, 2092, 2092, 2092, 2092, 2092, 2093, 3306, 2093, 2093, 2093, 2093, 2093, 2093, 2093, 2094, 3306, 2094, 2094, 2094, 2094, 2094, 2094, 2094, 2095, 3306, 2095, 2095, 2095, 2095, 2095, 2095, 2095, 2097, 3306, 2097, 2097, 2097, 2097, 2097, 2097, 2097, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2098, 2105, 3306, 2105, 2105, 2105, 2105, 2105, 2105, 2105, 2106, 3306, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2108, 3306, 2108, 2108, 2108, 2108, 2108, 2108, 2108, 2109, 3306, 2109, 2109, 2109, 2109, 2109, 2109, 2109, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2110, 2112, 3306, 2112, 2112, 2112, 2112, 2112, 2112, 2112, 2113, 3306, 2113, 2113, 2113, 2113, 3306, 2113, 2113, 2116, 3306, 2116, 2116, 2116, 2116, 3306, 2116, 2116, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2117, 2119, 3306, 2119, 2119, 2119, 2119, 2119, 2119, 2119, 2120, 3306, 2120, 3306, 2120, 2120, 2120, 2120, 2120, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2121, 2123, 3306, 2123, 2123, 2123, 2123, 2123, 2123, 2123, 2124, 3306, 2124, 2124, 2124, 2124, 2124, 2124, 2124, 2126, 3306, 2126, 2126, 2126, 2126, 2126, 2126, 2126, 2127, 3306, 2127, 2127, 2127, 2127, 2127, 2127, 2127, 2128, 3306, 2128, 2128, 2128, 2128, 2128, 2128, 2128, 2129, 3306, 2129, 2129, 2129, 2129, 2129, 2129, 2129, 2130, 3306, 2130, 2130, 2130, 2130, 2130, 2130, 2130, 2131, 3306, 2131, 2131, 2131, 2131, 2131, 2131, 2131, 2133, 3306, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2134, 2141, 3306, 2141, 2141, 2141, 2141, 2141, 2141, 2141, 2142, 3306, 2142, 2142, 2142, 2142, 2142, 2142, 2142, 2144, 3306, 2144, 2144, 2144, 2144, 2144, 2144, 2144, 2145, 3306, 2145, 2145, 2145, 2145, 2145, 2145, 2145, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2146, 2148, 3306, 2148, 2148, 2148, 2148, 2148, 2148, 2148, 2149, 3306, 2149, 2149, 2149, 2149, 3306, 2149, 2149, 2152, 3306, 2152, 2152, 2152, 2152, 3306, 2152, 2152, 2153, 2153, 2153, 2153, 2153, 2153, 2153, 2153, 2153, 2155, 3306, 2155, 2155, 2155, 2155, 2155, 2155, 2155, 2156, 3306, 2156, 3306, 2156, 2156, 2156, 2156, 2156, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2157, 2159, 3306, 2159, 2159, 2159, 2159, 2159, 2159, 2159, 2160, 3306, 2160, 2160, 2160, 2160, 2160, 2160, 2160, 2162, 3306, 2162, 2162, 2162, 2162, 2162, 2162, 2162, 2163, 3306, 2163, 2163, 2163, 2163, 2163, 2163, 2163, 2164, 3306, 2164, 2164, 2164, 2164, 2164, 2164, 2164, 2165, 3306, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2166, 3306, 2166, 2166, 2166, 2166, 2166, 2166, 2166, 2167, 3306, 2167, 2167, 2167, 2167, 2167, 2167, 2167, 2169, 3306, 2169, 2169, 2169, 2169, 2169, 2169, 2169, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2170, 2177, 3306, 2177, 2177, 2177, 2177, 2177, 2177, 2177, 2178, 3306, 2178, 2178, 2178, 2178, 2178, 2178, 2178, 2180, 3306, 2180, 2180, 2180, 2180, 2180, 2180, 2180, 2181, 3306, 2181, 2181, 2181, 2181, 2181, 2181, 2181, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2182, 2184, 3306, 2184, 2184, 2184, 2184, 2184, 2184, 2184, 2185, 3306, 2185, 2185, 2185, 2185, 3306, 2185, 2185, 2188, 3306, 2188, 2188, 2188, 2188, 3306, 2188, 2188, 2189, 2189, 2189, 2189, 2189, 2189, 2189, 2189, 2189, 2191, 3306, 2191, 2191, 2191, 2191, 2191, 2191, 2191, 2192, 3306, 2192, 3306, 2192, 2192, 2192, 2192, 2192, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2193, 2195, 3306, 2195, 2195, 2195, 2195, 2195, 2195, 2195, 2196, 3306, 2196, 2196, 2196, 2196, 2196, 2196, 2196, 2198, 3306, 2198, 2198, 2198, 2198, 2198, 2198, 2198, 2199, 3306, 2199, 2199, 2199, 2199, 2199, 2199, 2199, 2200, 3306, 2200, 2200, 2200, 2200, 2200, 2200, 2200, 2201, 3306, 2201, 2201, 2201, 2201, 2201, 2201, 2201, 2202, 3306, 2202, 2202, 2202, 2202, 2202, 2202, 2202, 2203, 3306, 2203, 2203, 2203, 2203, 2203, 2203, 2203, 2205, 3306, 2205, 2205, 2205, 2205, 2205, 2205, 2205, 2206, 2206, 2206, 2206, 2206, 2206, 2206, 2206, 2206, 2213, 3306, 2213, 2213, 2213, 2213, 2213, 2213, 2213, 2214, 3306, 2214, 2214, 2214, 2214, 2214, 2214, 2214, 2216, 3306, 2216, 2216, 2216, 2216, 2216, 2216, 2216, 2217, 3306, 2217, 2217, 2217, 2217, 2217, 2217, 2217, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2218, 2220, 3306, 2220, 2220, 2220, 2220, 2220, 2220, 2220, 2221, 3306, 2221, 2221, 2221, 2221, 3306, 2221, 2221, 2224, 3306, 2224, 2224, 2224, 2224, 3306, 2224, 2224, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2225, 2227, 3306, 2227, 2227, 2227, 2227, 2227, 2227, 2227, 2228, 3306, 2228, 3306, 2228, 2228, 2228, 2228, 2228, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2229, 2231, 3306, 2231, 2231, 2231, 2231, 2231, 2231, 2231, 2232, 3306, 2232, 2232, 2232, 2232, 2232, 2232, 2232, 2234, 3306, 2234, 2234, 2234, 2234, 2234, 2234, 2234, 2235, 3306, 2235, 2235, 2235, 2235, 2235, 2235, 2235, 2236, 3306, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2237, 3306, 2237, 2237, 2237, 2237, 2237, 2237, 2237, 2238, 3306, 2238, 2238, 2238, 2238, 2238, 2238, 2238, 2239, 3306, 2239, 2239, 2239, 2239, 2239, 2239, 2239, 2241, 3306, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2249, 3306, 2249, 2249, 2249, 2249, 2249, 2249, 2249, 2250, 3306, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2252, 3306, 2252, 2252, 2252, 2252, 2252, 2252, 2252, 2253, 3306, 2253, 2253, 2253, 2253, 2253, 2253, 2253, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2256, 3306, 2256, 2256, 2256, 2256, 2256, 2256, 2256, 2257, 3306, 2257, 2257, 2257, 2257, 3306, 2257, 2257, 2260, 3306, 2260, 2260, 2260, 2260, 3306, 2260, 2260, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2261, 2263, 3306, 2263, 2263, 2263, 2263, 2263, 2263, 2263, 2264, 3306, 2264, 3306, 2264, 2264, 2264, 2264, 2264, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2265, 2267, 3306, 2267, 2267, 2267, 2267, 2267, 2267, 2267, 2268, 3306, 2268, 2268, 2268, 2268, 2268, 2268, 2268, 2270, 3306, 2270, 2270, 2270, 2270, 2270, 2270, 2270, 2271, 3306, 2271, 2271, 2271, 2271, 2271, 2271, 2271, 2272, 3306, 2272, 2272, 2272, 2272, 2272, 2272, 2272, 2273, 3306, 2273, 2273, 2273, 2273, 2273, 2273, 2273, 2274, 3306, 2274, 2274, 2274, 2274, 2274, 2274, 2274, 2275, 3306, 2275, 2275, 2275, 2275, 2275, 2275, 2275, 2277, 3306, 2277, 2277, 2277, 2277, 2277, 2277, 2277, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2285, 3306, 2285, 2285, 2285, 2285, 2285, 2285, 2285, 2286, 3306, 2286, 2286, 2286, 2286, 2286, 2286, 2286, 2288, 3306, 2288, 2288, 2288, 2288, 2288, 2288, 2288, 2289, 3306, 2289, 2289, 2289, 2289, 2289, 2289, 2289, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2292, 3306, 2292, 2292, 2292, 2292, 2292, 2292, 2292, 2293, 3306, 2293, 2293, 2293, 2293, 3306, 2293, 2293, 2296, 3306, 2296, 2296, 2296, 2296, 3306, 2296, 2296, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2297, 2299, 3306, 2299, 2299, 2299, 2299, 2299, 2299, 2299, 2300, 3306, 2300, 3306, 2300, 2300, 2300, 2300, 2300, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2301, 2303, 3306, 2303, 2303, 2303, 2303, 2303, 2303, 2303, 2304, 3306, 2304, 2304, 2304, 2304, 2304, 2304, 2304, 2306, 3306, 2306, 2306, 2306, 2306, 2306, 2306, 2306, 2307, 3306, 2307, 2307, 2307, 2307, 2307, 2307, 2307, 2308, 3306, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2309, 3306, 2309, 2309, 2309, 2309, 2309, 2309, 2309, 2310, 3306, 2310, 2310, 2310, 2310, 2310, 2310, 2310, 2311, 3306, 2311, 2311, 2311, 2311, 2311, 2311, 2311, 2313, 3306, 2313, 2313, 2313, 2313, 2313, 2313, 2313, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2321, 3306, 2321, 2321, 2321, 2321, 2321, 2321, 2321, 2322, 3306, 2322, 2322, 2322, 2322, 2322, 2322, 2322, 2324, 3306, 2324, 2324, 2324, 2324, 2324, 2324, 2324, 2325, 3306, 2325, 2325, 2325, 2325, 2325, 2325, 2325, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2326, 2328, 3306, 2328, 2328, 2328, 2328, 2328, 2328, 2328, 2329, 3306, 2329, 2329, 2329, 2329, 3306, 2329, 2329, 2332, 3306, 2332, 2332, 2332, 2332, 3306, 2332, 2332, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2333, 2335, 3306, 2335, 2335, 2335, 2335, 2335, 2335, 2335, 2336, 3306, 2336, 3306, 2336, 2336, 2336, 2336, 2336, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2337, 2339, 3306, 2339, 2339, 2339, 2339, 2339, 2339, 2339, 2340, 3306, 2340, 2340, 2340, 2340, 2340, 2340, 2340, 2342, 3306, 2342, 2342, 2342, 2342, 2342, 2342, 2342, 2343, 3306, 2343, 2343, 2343, 2343, 2343, 2343, 2343, 2344, 3306, 2344, 2344, 2344, 2344, 2344, 2344, 2344, 2345, 3306, 2345, 2345, 2345, 2345, 2345, 2345, 2345, 2346, 3306, 2346, 2346, 2346, 2346, 2346, 2346, 2346, 2347, 3306, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2349, 3306, 2349, 2349, 2349, 2349, 2349, 2349, 2349, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2357, 3306, 2357, 2357, 2357, 2357, 2357, 2357, 2357, 2358, 3306, 2358, 2358, 2358, 2358, 2358, 2358, 2358, 2360, 3306, 2360, 2360, 2360, 2360, 2360, 2360, 2360, 2361, 3306, 2361, 2361, 2361, 2361, 2361, 2361, 2361, 2362, 2362, 2362, 2362, 2362, 2362, 2362, 2362, 2362, 2364, 3306, 2364, 2364, 2364, 2364, 2364, 2364, 2364, 2365, 3306, 2365, 2365, 2365, 2365, 3306, 2365, 2365, 2368, 3306, 2368, 2368, 2368, 2368, 3306, 2368, 2368, 2369, 2369, 2369, 2369, 2369, 2369, 2369, 2369, 2369, 2371, 3306, 2371, 2371, 2371, 2371, 2371, 2371, 2371, 2372, 3306, 2372, 3306, 2372, 2372, 2372, 2372, 2372, 2373, 2373, 2373, 2373, 2373, 2373, 2373, 2373, 2373, 2375, 3306, 2375, 2375, 2375, 2375, 2375, 2375, 2375, 2376, 3306, 2376, 2376, 2376, 2376, 2376, 2376, 2376, 2378, 3306, 2378, 2378, 2378, 2378, 2378, 2378, 2378, 2379, 3306, 2379, 2379, 2379, 2379, 2379, 2379, 2379, 2380, 3306, 2380, 2380, 2380, 2380, 2380, 2380, 2380, 2381, 3306, 2381, 2381, 2381, 2381, 2381, 2381, 2381, 2382, 3306, 2382, 2382, 2382, 2382, 2382, 2382, 2382, 2383, 3306, 2383, 2383, 2383, 2383, 2383, 2383, 2383, 2385, 3306, 2385, 2385, 2385, 2385, 2385, 2385, 2385, 2386, 2386, 2386, 2386, 2386, 2386, 2386, 2386, 2386, 2393, 3306, 2393, 2393, 2393, 2393, 2393, 2393, 2393, 2394, 3306, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2396, 3306, 2396, 2396, 2396, 2396, 2396, 2396, 2396, 2397, 3306, 2397, 2397, 2397, 2397, 2397, 2397, 2397, 2398, 2398, 2398, 2398, 2398, 2398, 2398, 2398, 2398, 2400, 3306, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2401, 3306, 2401, 2401, 2401, 2401, 3306, 2401, 2401, 2404, 3306, 2404, 2404, 2404, 2404, 3306, 2404, 2404, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2407, 3306, 2407, 2407, 2407, 2407, 2407, 2407, 2407, 2408, 3306, 2408, 3306, 2408, 2408, 2408, 2408, 2408, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2409, 2411, 3306, 2411, 2411, 2411, 2411, 2411, 2411, 2411, 2412, 3306, 2412, 2412, 2412, 2412, 2412, 2412, 2412, 2414, 3306, 2414, 2414, 2414, 2414, 2414, 2414, 2414, 2415, 3306, 2415, 2415, 2415, 2415, 2415, 2415, 2415, 2416, 3306, 2416, 2416, 2416, 2416, 2416, 2416, 2416, 2417, 3306, 2417, 2417, 2417, 2417, 2417, 2417, 2417, 2418, 3306, 2418, 2418, 2418, 2418, 2418, 2418, 2418, 2419, 3306, 2419, 2419, 2419, 2419, 2419, 2419, 2419, 2421, 3306, 2421, 2421, 2421, 2421, 2421, 2421, 2421, 2422, 2422, 2422, 2422, 2422, 2422, 2422, 2422, 2422, 2429, 3306, 2429, 2429, 2429, 2429, 2429, 2429, 2429, 2430, 3306, 2430, 2430, 2430, 2430, 2430, 2430, 2430, 2432, 3306, 2432, 2432, 2432, 2432, 2432, 2432, 2432, 2433, 3306, 2433, 2433, 2433, 2433, 2433, 2433, 2433, 2434, 2434, 2434, 2434, 2434, 2434, 2434, 2434, 2434, 2436, 3306, 2436, 2436, 2436, 2436, 2436, 2436, 2436, 2437, 3306, 2437, 2437, 2437, 2437, 3306, 2437, 2437, 2440, 3306, 2440, 2440, 2440, 2440, 3306, 2440, 2440, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2443, 3306, 2443, 2443, 2443, 2443, 2443, 2443, 2443, 2444, 3306, 2444, 3306, 2444, 2444, 2444, 2444, 2444, 2445, 2445, 2445, 2445, 2445, 2445, 2445, 2445, 2445, 2447, 3306, 2447, 2447, 2447, 2447, 2447, 2447, 2447, 2448, 3306, 2448, 2448, 2448, 2448, 2448, 2448, 2448, 2450, 3306, 2450, 2450, 2450, 2450, 2450, 2450, 2450, 2451, 3306, 2451, 2451, 2451, 2451, 2451, 2451, 2451, 2452, 3306, 2452, 2452, 2452, 2452, 2452, 2452, 2452, 2453, 3306, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 2454, 3306, 2454, 2454, 2454, 2454, 2454, 2454, 2454, 2455, 3306, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2457, 3306, 2457, 2457, 2457, 2457, 2457, 2457, 2457, 2458, 2458, 2458, 2458, 2458, 2458, 2458, 2458, 2458, 2465, 3306, 2465, 2465, 2465, 2465, 2465, 2465, 2465, 2466, 3306, 2466, 2466, 2466, 2466, 2466, 2466, 2466, 2468, 3306, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2469, 3306, 2469, 2469, 2469, 2469, 2469, 2469, 2469, 2470, 2470, 2470, 2470, 2470, 2470, 2470, 2470, 2470, 2472, 3306, 2472, 2472, 2472, 2472, 2472, 2472, 2472, 2473, 3306, 2473, 2473, 2473, 2473, 3306, 2473, 2473, 2476, 3306, 2476, 2476, 2476, 2476, 3306, 2476, 2476, 2477, 2477, 2477, 2477, 2477, 2477, 2477, 2477, 2477, 2479, 3306, 2479, 2479, 2479, 2479, 2479, 2479, 2479, 2480, 3306, 2480, 3306, 2480, 2480, 2480, 2480, 2480, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2481, 2483, 3306, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2484, 3306, 2484, 2484, 2484, 2484, 2484, 2484, 2484, 2486, 3306, 2486, 2486, 2486, 2486, 2486, 2486, 2486, 2487, 3306, 2487, 2487, 2487, 2487, 2487, 2487, 2487, 2488, 3306, 2488, 2488, 2488, 2488, 2488, 2488, 2488, 2489, 3306, 2489, 2489, 2489, 2489, 2489, 2489, 2489, 2490, 3306, 2490, 2490, 2490, 2490, 2490, 2490, 2490, 2491, 3306, 2491, 2491, 2491, 2491, 2491, 2491, 2491, 2493, 3306, 2493, 2493, 2493, 2493, 2493, 2493, 2493, 2494, 2494, 2494, 2494, 2494, 2494, 2494, 2494, 2494, 2501, 3306, 2501, 2501, 2501, 2501, 2501, 2501, 2501, 2502, 3306, 2502, 2502, 2502, 2502, 2502, 2502, 2502, 2504, 3306, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2505, 3306, 2505, 2505, 2505, 2505, 2505, 2505, 2505, 2506, 2506, 2506, 2506, 2506, 2506, 2506, 2506, 2506, 2508, 3306, 2508, 2508, 2508, 2508, 2508, 2508, 2508, 2509, 3306, 2509, 2509, 2509, 2509, 3306, 2509, 2509, 2512, 3306, 2512, 2512, 2512, 2512, 3306, 2512, 2512, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2515, 3306, 2515, 2515, 2515, 2515, 2515, 2515, 2515, 2516, 3306, 2516, 3306, 2516, 2516, 2516, 2516, 2516, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2517, 2519, 3306, 2519, 2519, 2519, 2519, 2519, 2519, 2519, 2520, 3306, 2520, 2520, 2520, 2520, 2520, 2520, 2520, 2522, 3306, 2522, 2522, 2522, 2522, 2522, 2522, 2522, 2523, 3306, 2523, 2523, 2523, 2523, 2523, 2523, 2523, 2524, 3306, 2524, 2524, 2524, 2524, 2524, 2524, 2524, 2525, 3306, 2525, 2525, 2525, 2525, 2525, 2525, 2525, 2526, 3306, 2526, 2526, 2526, 2526, 2526, 2526, 2526, 2527, 3306, 2527, 2527, 2527, 2527, 2527, 2527, 2527, 2529, 3306, 2529, 2529, 2529, 2529, 2529, 2529, 2529, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2530, 2537, 3306, 2537, 2537, 2537, 2537, 2537, 2537, 2537, 2538, 3306, 2538, 2538, 2538, 2538, 2538, 2538, 2538, 2540, 3306, 2540, 2540, 2540, 2540, 2540, 2540, 2540, 2541, 3306, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2542, 2544, 3306, 2544, 2544, 2544, 2544, 2544, 2544, 2544, 2545, 3306, 2545, 2545, 2545, 2545, 3306, 2545, 2545, 2548, 3306, 2548, 2548, 2548, 2548, 3306, 2548, 2548, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2549, 2551, 3306, 2551, 2551, 2551, 2551, 2551, 2551, 2551, 2552, 3306, 2552, 3306, 2552, 2552, 2552, 2552, 2552, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2553, 2555, 3306, 2555, 2555, 2555, 2555, 2555, 2555, 2555, 2556, 3306, 2556, 2556, 2556, 2556, 2556, 2556, 2556, 2558, 3306, 2558, 2558, 2558, 2558, 2558, 2558, 2558, 2559, 3306, 2559, 2559, 2559, 2559, 2559, 2559, 2559, 2560, 3306, 2560, 2560, 2560, 2560, 2560, 2560, 2560, 2561, 3306, 2561, 2561, 2561, 2561, 2561, 2561, 2561, 2562, 3306, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2563, 3306, 2563, 2563, 2563, 2563, 2563, 2563, 2563, 2565, 3306, 2565, 2565, 2565, 2565, 2565, 2565, 2565, 2566, 2566, 2566, 2566, 2566, 2566, 2566, 2566, 2566, 2573, 3306, 2573, 2573, 2573, 2573, 2573, 2573, 2573, 2574, 3306, 2574, 2574, 2574, 2574, 2574, 2574, 2574, 2576, 3306, 2576, 2576, 2576, 2576, 2576, 2576, 2576, 2577, 3306, 2577, 2577, 2577, 2577, 2577, 2577, 2577, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2578, 2580, 3306, 2580, 2580, 2580, 2580, 2580, 2580, 2580, 2581, 3306, 2581, 2581, 2581, 2581, 3306, 2581, 2581, 2584, 3306, 2584, 2584, 2584, 2584, 3306, 2584, 2584, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2587, 3306, 2587, 2587, 2587, 2587, 2587, 2587, 2587, 2588, 3306, 2588, 3306, 2588, 2588, 2588, 2588, 2588, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2589, 2591, 3306, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2592, 3306, 2592, 2592, 2592, 2592, 2592, 2592, 2592, 2594, 3306, 2594, 2594, 2594, 2594, 2594, 2594, 2594, 2595, 3306, 2595, 2595, 2595, 2595, 2595, 2595, 2595, 2596, 3306, 2596, 2596, 2596, 2596, 2596, 2596, 2596, 2597, 3306, 2597, 2597, 2597, 2597, 2597, 2597, 2597, 2598, 3306, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2599, 3306, 2599, 2599, 2599, 2599, 2599, 2599, 2599, 2601, 3306, 2601, 2601, 2601, 2601, 2601, 2601, 2601, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2602, 2609, 3306, 2609, 2609, 2609, 2609, 2609, 2609, 2609, 2610, 3306, 2610, 2610, 2610, 2610, 2610, 2610, 2610, 2612, 3306, 2612, 2612, 2612, 2612, 2612, 2612, 2612, 2613, 3306, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2614, 2614, 2614, 2614, 2614, 2614, 2614, 2614, 2614, 2616, 3306, 2616, 2616, 2616, 2616, 2616, 2616, 2616, 2617, 3306, 2617, 2617, 2617, 2617, 3306, 2617, 2617, 2620, 3306, 2620, 2620, 2620, 2620, 3306, 2620, 2620, 2621, 2621, 2621, 2621, 2621, 2621, 2621, 2621, 2621, 2623, 3306, 2623, 2623, 2623, 2623, 2623, 2623, 2623, 2624, 3306, 2624, 3306, 2624, 2624, 2624, 2624, 2624, 2625, 2625, 2625, 2625, 2625, 2625, 2625, 2625, 2625, 2627, 3306, 2627, 2627, 2627, 2627, 2627, 2627, 2627, 2628, 3306, 2628, 2628, 2628, 2628, 2628, 2628, 2628, 2630, 3306, 2630, 2630, 2630, 2630, 2630, 2630, 2630, 2631, 3306, 2631, 2631, 2631, 2631, 2631, 2631, 2631, 2632, 3306, 2632, 2632, 2632, 2632, 2632, 2632, 2632, 2633, 3306, 2633, 2633, 2633, 2633, 2633, 2633, 2633, 2634, 3306, 2634, 2634, 2634, 2634, 2634, 2634, 2634, 2635, 3306, 2635, 2635, 2635, 2635, 2635, 2635, 2635, 2637, 3306, 2637, 2637, 2637, 2637, 2637, 2637, 2637, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2638, 2645, 3306, 2645, 2645, 2645, 2645, 2645, 2645, 2645, 2646, 3306, 2646, 2646, 2646, 2646, 2646, 2646, 2646, 2648, 3306, 2648, 2648, 2648, 2648, 2648, 2648, 2648, 2649, 3306, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2650, 2650, 2650, 2650, 2650, 2650, 2650, 2650, 2650, 2652, 3306, 2652, 2652, 2652, 2652, 2652, 2652, 2652, 2653, 3306, 2653, 2653, 2653, 2653, 3306, 2653, 2653, 2656, 3306, 2656, 2656, 2656, 2656, 3306, 2656, 2656, 2657, 2657, 2657, 2657, 2657, 2657, 2657, 2657, 2657, 2659, 3306, 2659, 2659, 2659, 2659, 2659, 2659, 2659, 2660, 3306, 2660, 3306, 2660, 2660, 2660, 2660, 2660, 2661, 2661, 2661, 2661, 2661, 2661, 2661, 2661, 2661, 2663, 3306, 2663, 2663, 2663, 2663, 2663, 2663, 2663, 2664, 3306, 2664, 2664, 2664, 2664, 2664, 2664, 2664, 2666, 3306, 2666, 2666, 2666, 2666, 2666, 2666, 2666, 2667, 3306, 2667, 2667, 2667, 2667, 2667, 2667, 2667, 2668, 3306, 2668, 2668, 2668, 2668, 2668, 2668, 2668, 2669, 3306, 2669, 2669, 2669, 2669, 2669, 2669, 2669, 2670, 3306, 2670, 2670, 2670, 2670, 2670, 2670, 2670, 2671, 3306, 2671, 2671, 2671, 2671, 2671, 2671, 2671, 2673, 3306, 2673, 2673, 2673, 2673, 2673, 2673, 2673, 2674, 2674, 2674, 2674, 2674, 2674, 2674, 2674, 2674, 2681, 3306, 2681, 2681, 2681, 2681, 2681, 2681, 2681, 2682, 3306, 2682, 2682, 2682, 2682, 2682, 2682, 2682, 2684, 3306, 2684, 2684, 2684, 2684, 2684, 2684, 2684, 2685, 3306, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2686, 2686, 2686, 2686, 2686, 2686, 2686, 2686, 2686, 2688, 3306, 2688, 2688, 2688, 2688, 2688, 2688, 2688, 2689, 3306, 2689, 2689, 2689, 2689, 3306, 2689, 2689, 2692, 3306, 2692, 2692, 2692, 2692, 3306, 2692, 2692, 2693, 2693, 2693, 2693, 2693, 2693, 2693, 2693, 2693, 2695, 3306, 2695, 2695, 2695, 2695, 2695, 2695, 2695, 2696, 3306, 2696, 3306, 2696, 2696, 2696, 2696, 2696, 2697, 2697, 2697, 2697, 2697, 2697, 2697, 2697, 2697, 2699, 3306, 2699, 2699, 2699, 2699, 2699, 2699, 2699, 2700, 3306, 2700, 2700, 2700, 2700, 2700, 2700, 2700, 2702, 3306, 2702, 2702, 2702, 2702, 2702, 2702, 2702, 2703, 3306, 2703, 2703, 2703, 2703, 2703, 2703, 2703, 2704, 3306, 2704, 2704, 2704, 2704, 2704, 2704, 2704, 2705, 3306, 2705, 2705, 2705, 2705, 2705, 2705, 2705, 2706, 3306, 2706, 2706, 2706, 2706, 2706, 2706, 2706, 2707, 3306, 2707, 2707, 2707, 2707, 2707, 2707, 2707, 2709, 3306, 2709, 2709, 2709, 2709, 2709, 2709, 2709, 2710, 2710, 2710, 2710, 2710, 2710, 2710, 2710, 2710, 2717, 3306, 2717, 2717, 2717, 2717, 2717, 2717, 2717, 2718, 3306, 2718, 2718, 2718, 2718, 2718, 2718, 2718, 2720, 3306, 2720, 2720, 2720, 2720, 2720, 2720, 2720, 2721, 3306, 2721, 2721, 2721, 2721, 2721, 2721, 2721, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2722, 2724, 3306, 2724, 2724, 2724, 2724, 2724, 2724, 2724, 2725, 3306, 2725, 2725, 2725, 2725, 3306, 2725, 2725, 2728, 3306, 2728, 2728, 2728, 2728, 3306, 2728, 2728, 2729, 2729, 2729, 2729, 2729, 2729, 2729, 2729, 2729, 2731, 3306, 2731, 2731, 2731, 2731, 2731, 2731, 2731, 2732, 3306, 2732, 3306, 2732, 2732, 2732, 2732, 2732, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2733, 2735, 3306, 2735, 2735, 2735, 2735, 2735, 2735, 2735, 2736, 3306, 2736, 2736, 2736, 2736, 2736, 2736, 2736, 2738, 3306, 2738, 2738, 2738, 2738, 2738, 2738, 2738, 2739, 3306, 2739, 2739, 2739, 2739, 2739, 2739, 2739, 2740, 3306, 2740, 2740, 2740, 2740, 2740, 2740, 2740, 2741, 3306, 2741, 2741, 2741, 2741, 2741, 2741, 2741, 2742, 3306, 2742, 2742, 2742, 2742, 2742, 2742, 2742, 2743, 3306, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2745, 3306, 2745, 2745, 2745, 2745, 2745, 2745, 2745, 2746, 2746, 2746, 2746, 2746, 2746, 2746, 2746, 2746, 2753, 3306, 2753, 2753, 2753, 2753, 2753, 2753, 2753, 2754, 3306, 2754, 2754, 2754, 2754, 2754, 2754, 2754, 2756, 3306, 2756, 2756, 2756, 2756, 2756, 2756, 2756, 2757, 3306, 2757, 2757, 2757, 2757, 2757, 2757, 2757, 2758, 2758, 2758, 2758, 2758, 2758, 2758, 2758, 2758, 2760, 3306, 2760, 2760, 2760, 2760, 2760, 2760, 2760, 2761, 3306, 2761, 2761, 2761, 2761, 3306, 2761, 2761, 2764, 3306, 2764, 2764, 2764, 2764, 3306, 2764, 2764, 2765, 2765, 2765, 2765, 2765, 2765, 2765, 2765, 2765, 2767, 3306, 2767, 2767, 2767, 2767, 2767, 2767, 2767, 2768, 3306, 2768, 3306, 2768, 2768, 2768, 2768, 2768, 2769, 2769, 2769, 2769, 2769, 2769, 2769, 2769, 2769, 2771, 3306, 2771, 2771, 2771, 2771, 2771, 2771, 2771, 2772, 3306, 2772, 2772, 2772, 2772, 2772, 2772, 2772, 2774, 3306, 2774, 2774, 2774, 2774, 2774, 2774, 2774, 2775, 3306, 2775, 2775, 2775, 2775, 2775, 2775, 2775, 2776, 3306, 2776, 2776, 2776, 2776, 2776, 2776, 2776, 2777, 3306, 2777, 2777, 2777, 2777, 2777, 2777, 2777, 2778, 3306, 2778, 2778, 2778, 2778, 2778, 2778, 2778, 2779, 3306, 2779, 2779, 2779, 2779, 2779, 2779, 2779, 2781, 3306, 2781, 2781, 2781, 2781, 2781, 2781, 2781, 2782, 2782, 2782, 2782, 2782, 2782, 2782, 2782, 2782, 2789, 3306, 2789, 2789, 2789, 2789, 2789, 2789, 2789, 2790, 3306, 2790, 2790, 2790, 2790, 2790, 2790, 2790, 2792, 3306, 2792, 2792, 2792, 2792, 2792, 2792, 2792, 2793, 3306, 2793, 2793, 2793, 2793, 2793, 2793, 2793, 2794, 2794, 2794, 2794, 2794, 2794, 2794, 2794, 2794, 2796, 3306, 2796, 2796, 2796, 2796, 2796, 2796, 2796, 2797, 3306, 2797, 2797, 2797, 2797, 3306, 2797, 2797, 2800, 3306, 2800, 2800, 2800, 2800, 3306, 2800, 2800, 2801, 2801, 2801, 2801, 2801, 2801, 2801, 2801, 2801, 2803, 3306, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2804, 3306, 2804, 3306, 2804, 2804, 2804, 2804, 2804, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2807, 3306, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2808, 3306, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2810, 3306, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2811, 3306, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2812, 3306, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2813, 3306, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2814, 3306, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2815, 3306, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2817, 3306, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2825, 3306, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2826, 3306, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2828, 3306, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2829, 3306, 2829, 2829, 2829, 2829, 2829, 2829, 2829, 2830, 2830, 2830, 2830, 2830, 2830, 2830, 2830, 2830, 2832, 3306, 2832, 2832, 2832, 2832, 2832, 2832, 2832, 2833, 3306, 2833, 2833, 2833, 2833, 3306, 2833, 2833, 2836, 3306, 2836, 2836, 2836, 2836, 3306, 2836, 2836, 2837, 2837, 2837, 2837, 2837, 2837, 2837, 2837, 2837, 2839, 3306, 2839, 2839, 2839, 2839, 2839, 2839, 2839, 2840, 3306, 2840, 3306, 2840, 2840, 2840, 2840, 2840, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2843, 3306, 2843, 2843, 2843, 2843, 2843, 2843, 2843, 2844, 3306, 2844, 2844, 2844, 2844, 2844, 2844, 2844, 2846, 3306, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2847, 3306, 2847, 2847, 2847, 2847, 2847, 2847, 2847, 2848, 3306, 2848, 2848, 2848, 2848, 2848, 2848, 2848, 2849, 3306, 2849, 2849, 2849, 2849, 2849, 2849, 2849, 2850, 3306, 2850, 2850, 2850, 2850, 2850, 2850, 2850, 2851, 3306, 2851, 2851, 2851, 2851, 2851, 2851, 2851, 2853, 3306, 2853, 2853, 2853, 2853, 2853, 2853, 2853, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2861, 3306, 2861, 2861, 2861, 2861, 2861, 2861, 2861, 2862, 3306, 2862, 2862, 2862, 2862, 2862, 2862, 2862, 2864, 3306, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2865, 3306, 2865, 2865, 2865, 2865, 2865, 2865, 2865, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2868, 3306, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2869, 3306, 2869, 2869, 2869, 2869, 3306, 2869, 2869, 2872, 3306, 2872, 2872, 2872, 2872, 3306, 2872, 2872, 2873, 2873, 2873, 2873, 2873, 2873, 2873, 2873, 2873, 2875, 3306, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2876, 3306, 2876, 3306, 2876, 2876, 2876, 2876, 2876, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2879, 3306, 2879, 2879, 2879, 2879, 2879, 2879, 2879, 2880, 3306, 2880, 2880, 2880, 2880, 2880, 2880, 2880, 2882, 3306, 2882, 2882, 2882, 2882, 2882, 2882, 2882, 2883, 3306, 2883, 2883, 2883, 2883, 2883, 2883, 2883, 2884, 3306, 2884, 2884, 2884, 2884, 2884, 2884, 2884, 2885, 3306, 2885, 2885, 2885, 2885, 2885, 2885, 2885, 2886, 3306, 2886, 2886, 2886, 2886, 2886, 2886, 2886, 2887, 3306, 2887, 2887, 2887, 2887, 2887, 2887, 2887, 2889, 3306, 2889, 2889, 2889, 2889, 2889, 2889, 2889, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2897, 3306, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2898, 3306, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2900, 3306, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2901, 3306, 2901, 2901, 2901, 2901, 2901, 2901, 2901, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2904, 3306, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2905, 3306, 2905, 2905, 2905, 2905, 3306, 2905, 2905, 2908, 3306, 2908, 2908, 2908, 2908, 3306, 2908, 2908, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2911, 3306, 2911, 2911, 2911, 2911, 2911, 2911, 2911, 2912, 3306, 2912, 3306, 2912, 2912, 2912, 2912, 2912, 2913, 2913, 2913, 2913, 2913, 2913, 2913, 2913, 2913, 2915, 3306, 2915, 2915, 2915, 2915, 2915, 2915, 2915, 2916, 3306, 2916, 2916, 2916, 2916, 2916, 2916, 2916, 2918, 3306, 2918, 2918, 2918, 2918, 2918, 2918, 2918, 2919, 3306, 2919, 2919, 2919, 2919, 2919, 2919, 2919, 2920, 3306, 2920, 2920, 2920, 2920, 2920, 2920, 2920, 2921, 3306, 2921, 2921, 2921, 2921, 2921, 2921, 2921, 2922, 3306, 2922, 2922, 2922, 2922, 2922, 2922, 2922, 2923, 3306, 2923, 2923, 2923, 2923, 2923, 2923, 2923, 2925, 3306, 2925, 2925, 2925, 2925, 2925, 2925, 2925, 2926, 2926, 2926, 2926, 2926, 2926, 2926, 2926, 2926, 2933, 3306, 2933, 2933, 2933, 2933, 2933, 2933, 2933, 2934, 3306, 2934, 2934, 2934, 2934, 2934, 2934, 2934, 2936, 3306, 2936, 2936, 2936, 2936, 2936, 2936, 2936, 2937, 3306, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2940, 3306, 2940, 2940, 2940, 2940, 2940, 2940, 2940, 2941, 3306, 2941, 2941, 2941, 2941, 3306, 2941, 2941, 2944, 3306, 2944, 2944, 2944, 2944, 3306, 2944, 2944, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2947, 3306, 2947, 2947, 2947, 2947, 2947, 2947, 2947, 2948, 3306, 2948, 3306, 2948, 2948, 2948, 2948, 2948, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2951, 3306, 2951, 2951, 2951, 2951, 2951, 2951, 2951, 2952, 3306, 2952, 2952, 2952, 2952, 2952, 2952, 2952, 2954, 3306, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2955, 3306, 2955, 2955, 2955, 2955, 2955, 2955, 2955, 2956, 3306, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2957, 3306, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2958, 3306, 2958, 2958, 2958, 2958, 2958, 2958, 2958, 2959, 3306, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2961, 3306, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2969, 3306, 2969, 2969, 2969, 2969, 2969, 2969, 2969, 2970, 3306, 2970, 2970, 2970, 2970, 2970, 2970, 2970, 2972, 3306, 2972, 2972, 2972, 2972, 2972, 2972, 2972, 2973, 3306, 2973, 2973, 2973, 2973, 2973, 2973, 2973, 2974, 2974, 2974, 2974, 2974, 2974, 2974, 2974, 2974, 2976, 3306, 2976, 2976, 2976, 2976, 2976, 2976, 2976, 2977, 3306, 2977, 2977, 2977, 2977, 3306, 2977, 2977, 2980, 3306, 2980, 2980, 2980, 2980, 3306, 2980, 2980, 2981, 2981, 2981, 2981, 2981, 2981, 2981, 2981, 2981, 2983, 3306, 2983, 2983, 2983, 2983, 2983, 2983, 2983, 2984, 3306, 2984, 3306, 2984, 2984, 2984, 2984, 2984, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2985, 2987, 3306, 2987, 2987, 2987, 2987, 2987, 2987, 2987, 2988, 3306, 2988, 2988, 2988, 2988, 2988, 2988, 2988, 2990, 3306, 2990, 2990, 2990, 2990, 2990, 2990, 2990, 2991, 3306, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2992, 3306, 2992, 2992, 2992, 2992, 2992, 2992, 2992, 2993, 3306, 2993, 2993, 2993, 2993, 2993, 2993, 2993, 2994, 3306, 2994, 2994, 2994, 2994, 2994, 2994, 2994, 2995, 3306, 2995, 2995, 2995, 2995, 2995, 2995, 2995, 2997, 3306, 2997, 2997, 2997, 2997, 2997, 2997, 2997, 2998, 2998, 2998, 2998, 2998, 2998, 2998, 2998, 2998, 3005, 3306, 3005, 3005, 3005, 3005, 3005, 3005, 3005, 3006, 3306, 3006, 3006, 3006, 3006, 3006, 3006, 3006, 3008, 3306, 3008, 3008, 3008, 3008, 3008, 3008, 3008, 3009, 3306, 3009, 3009, 3009, 3009, 3009, 3009, 3009, 3010, 3010, 3010, 3010, 3010, 3010, 3010, 3010, 3010, 3012, 3306, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3013, 3306, 3013, 3013, 3013, 3013, 3306, 3013, 3013, 3016, 3306, 3016, 3016, 3016, 3016, 3306, 3016, 3016, 3017, 3017, 3017, 3017, 3017, 3017, 3017, 3017, 3017, 3019, 3306, 3019, 3019, 3019, 3019, 3019, 3019, 3019, 3020, 3306, 3020, 3306, 3020, 3020, 3020, 3020, 3020, 3021, 3021, 3021, 3021, 3021, 3021, 3021, 3021, 3021, 3023, 3306, 3023, 3023, 3023, 3023, 3023, 3023, 3023, 3024, 3306, 3024, 3024, 3024, 3024, 3024, 3024, 3024, 3026, 3306, 3026, 3026, 3026, 3026, 3026, 3026, 3026, 3027, 3306, 3027, 3027, 3027, 3027, 3027, 3027, 3027, 3028, 3306, 3028, 3028, 3028, 3028, 3028, 3028, 3028, 3029, 3306, 3029, 3029, 3029, 3029, 3029, 3029, 3029, 3030, 3306, 3030, 3030, 3030, 3030, 3030, 3030, 3030, 3031, 3306, 3031, 3031, 3031, 3031, 3031, 3031, 3031, 3033, 3306, 3033, 3033, 3033, 3033, 3033, 3033, 3033, 3034, 3034, 3034, 3034, 3034, 3034, 3034, 3034, 3034, 3041, 3306, 3041, 3041, 3041, 3041, 3041, 3041, 3041, 3042, 3306, 3042, 3042, 3042, 3042, 3042, 3042, 3042, 3044, 3306, 3044, 3044, 3044, 3044, 3044, 3044, 3044, 3045, 3306, 3045, 3045, 3045, 3045, 3045, 3045, 3045, 3046, 3046, 3046, 3046, 3046, 3046, 3046, 3046, 3046, 3048, 3306, 3048, 3048, 3048, 3048, 3048, 3048, 3048, 3049, 3306, 3049, 3049, 3049, 3049, 3306, 3049, 3049, 3052, 3306, 3052, 3052, 3052, 3052, 3306, 3052, 3052, 3053, 3053, 3053, 3053, 3053, 3053, 3053, 3053, 3053, 3055, 3306, 3055, 3055, 3055, 3055, 3055, 3055, 3055, 3056, 3306, 3056, 3306, 3056, 3056, 3056, 3056, 3056, 3057, 3057, 3057, 3057, 3057, 3057, 3057, 3057, 3057, 3059, 3306, 3059, 3059, 3059, 3059, 3059, 3059, 3059, 3060, 3306, 3060, 3060, 3060, 3060, 3060, 3060, 3060, 3062, 3306, 3062, 3062, 3062, 3062, 3062, 3062, 3062, 3063, 3306, 3063, 3063, 3063, 3063, 3063, 3063, 3063, 3064, 3306, 3064, 3064, 3064, 3064, 3064, 3064, 3064, 3065, 3306, 3065, 3065, 3065, 3065, 3065, 3065, 3065, 3066, 3306, 3066, 3066, 3066, 3066, 3066, 3066, 3066, 3067, 3306, 3067, 3067, 3067, 3067, 3067, 3067, 3067, 3069, 3306, 3069, 3069, 3069, 3069, 3069, 3069, 3069, 3070, 3070, 3070, 3070, 3070, 3070, 3070, 3070, 3070, 3077, 3306, 3077, 3077, 3077, 3077, 3077, 3077, 3077, 3078, 3306, 3078, 3078, 3078, 3078, 3078, 3078, 3078, 3080, 3306, 3080, 3080, 3080, 3080, 3080, 3080, 3080, 3081, 3306, 3081, 3081, 3081, 3081, 3081, 3081, 3081, 3082, 3082, 3082, 3082, 3082, 3082, 3082, 3082, 3082, 3084, 3306, 3084, 3084, 3084, 3084, 3084, 3084, 3084, 3085, 3306, 3085, 3085, 3085, 3085, 3306, 3085, 3085, 3088, 3306, 3088, 3088, 3088, 3088, 3306, 3088, 3088, 3089, 3089, 3089, 3089, 3089, 3089, 3089, 3089, 3089, 3091, 3306, 3091, 3091, 3091, 3091, 3091, 3091, 3091, 3092, 3306, 3092, 3306, 3092, 3092, 3092, 3092, 3092, 3093, 3093, 3093, 3093, 3093, 3093, 3093, 3093, 3093, 3095, 3306, 3095, 3095, 3095, 3095, 3095, 3095, 3095, 3096, 3306, 3096, 3096, 3096, 3096, 3096, 3096, 3096, 3098, 3306, 3098, 3098, 3098, 3098, 3098, 3098, 3098, 3099, 3306, 3099, 3099, 3099, 3099, 3099, 3099, 3099, 3100, 3306, 3100, 3100, 3100, 3100, 3100, 3100, 3100, 3101, 3306, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3102, 3306, 3102, 3102, 3102, 3102, 3102, 3102, 3102, 3103, 3306, 3103, 3103, 3103, 3103, 3103, 3103, 3103, 3105, 3306, 3105, 3105, 3105, 3105, 3105, 3105, 3105, 3106, 3106, 3106, 3106, 3106, 3106, 3106, 3106, 3106, 3113, 3306, 3113, 3113, 3113, 3113, 3113, 3113, 3113, 3114, 3306, 3114, 3114, 3114, 3114, 3114, 3114, 3114, 3116, 3306, 3116, 3116, 3116, 3116, 3116, 3116, 3116, 3117, 3306, 3117, 3117, 3117, 3117, 3117, 3117, 3117, 3118, 3118, 3118, 3118, 3118, 3118, 3118, 3118, 3118, 3120, 3306, 3120, 3120, 3120, 3120, 3120, 3120, 3120, 3121, 3306, 3121, 3121, 3121, 3121, 3306, 3121, 3121, 3124, 3306, 3124, 3124, 3124, 3124, 3306, 3124, 3124, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3127, 3306, 3127, 3127, 3127, 3127, 3127, 3127, 3127, 3128, 3306, 3128, 3306, 3128, 3128, 3128, 3128, 3128, 3129, 3129, 3129, 3129, 3129, 3129, 3129, 3129, 3129, 3131, 3306, 3131, 3131, 3131, 3131, 3131, 3131, 3131, 3132, 3306, 3132, 3132, 3132, 3132, 3132, 3132, 3132, 3134, 3306, 3134, 3134, 3134, 3134, 3134, 3134, 3134, 3135, 3306, 3135, 3135, 3135, 3135, 3135, 3135, 3135, 3136, 3306, 3136, 3136, 3136, 3136, 3136, 3136, 3136, 3137, 3306, 3137, 3137, 3137, 3137, 3137, 3137, 3137, 3138, 3306, 3138, 3138, 3138, 3138, 3138, 3138, 3138, 3139, 3306, 3139, 3139, 3139, 3139, 3139, 3139, 3139, 3141, 3306, 3141, 3141, 3141, 3141, 3141, 3141, 3141, 3142, 3142, 3142, 3142, 3142, 3142, 3142, 3142, 3142, 3149, 3306, 3149, 3149, 3149, 3149, 3149, 3149, 3149, 3150, 3306, 3150, 3150, 3150, 3150, 3150, 3150, 3150, 3152, 3306, 3152, 3152, 3152, 3152, 3152, 3152, 3152, 3153, 3306, 3153, 3153, 3153, 3153, 3153, 3153, 3153, 3154, 3154, 3154, 3154, 3154, 3154, 3154, 3154, 3154, 3156, 3306, 3156, 3156, 3156, 3156, 3156, 3156, 3156, 3157, 3306, 3157, 3157, 3157, 3157, 3306, 3157, 3157, 3160, 3306, 3160, 3160, 3160, 3160, 3306, 3160, 3160, 3161, 3161, 3161, 3161, 3161, 3161, 3161, 3161, 3161, 3163, 3306, 3163, 3163, 3163, 3163, 3163, 3163, 3163, 3164, 3306, 3164, 3306, 3164, 3164, 3164, 3164, 3164, 3165, 3165, 3165, 3165, 3165, 3165, 3165, 3165, 3165, 3167, 3306, 3167, 3167, 3167, 3167, 3167, 3167, 3167, 3168, 3306, 3168, 3168, 3168, 3168, 3168, 3168, 3168, 3170, 3306, 3170, 3170, 3170, 3170, 3170, 3170, 3170, 3171, 3306, 3171, 3171, 3171, 3171, 3171, 3171, 3171, 3172, 3306, 3172, 3172, 3172, 3172, 3172, 3172, 3172, 3173, 3306, 3173, 3173, 3173, 3173, 3173, 3173, 3173, 3174, 3306, 3174, 3174, 3174, 3174, 3174, 3174, 3174, 3175, 3306, 3175, 3175, 3175, 3175, 3175, 3175, 3175, 3177, 3306, 3177, 3177, 3177, 3177, 3177, 3177, 3177, 3178, 3178, 3178, 3178, 3178, 3178, 3178, 3178, 3178, 3185, 3306, 3185, 3185, 3185, 3185, 3185, 3185, 3185, 3186, 3306, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3188, 3306, 3188, 3188, 3188, 3188, 3188, 3188, 3188, 3189, 3306, 3189, 3189, 3189, 3189, 3189, 3189, 3189, 3190, 3190, 3190, 3190, 3190, 3190, 3190, 3190, 3190, 3192, 3306, 3192, 3192, 3192, 3192, 3192, 3192, 3192, 3193, 3306, 3193, 3193, 3193, 3193, 3306, 3193, 3193, 3196, 3306, 3196, 3196, 3196, 3196, 3306, 3196, 3196, 3197, 3197, 3197, 3197, 3197, 3197, 3197, 3197, 3197, 3199, 3306, 3199, 3199, 3199, 3199, 3199, 3199, 3199, 3200, 3306, 3200, 3306, 3200, 3200, 3200, 3200, 3200, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 3201, 3203, 3306, 3203, 3203, 3203, 3203, 3203, 3203, 3203, 3204, 3306, 3204, 3204, 3204, 3204, 3204, 3204, 3204, 3206, 3306, 3206, 3206, 3206, 3206, 3206, 3206, 3206, 3207, 3306, 3207, 3207, 3207, 3207, 3207, 3207, 3207, 3208, 3306, 3208, 3208, 3208, 3208, 3208, 3208, 3208, 3209, 3306, 3209, 3209, 3209, 3209, 3209, 3209, 3209, 3210, 3306, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3211, 3306, 3211, 3211, 3211, 3211, 3211, 3211, 3211, 3213, 3306, 3213, 3213, 3213, 3213, 3213, 3213, 3213, 3214, 3214, 3214, 3214, 3214, 3214, 3214, 3214, 3214, 3221, 3306, 3221, 3221, 3221, 3221, 3221, 3221, 3221, 3222, 3306, 3222, 3222, 3222, 3222, 3222, 3222, 3222, 3224, 3306, 3224, 3224, 3224, 3224, 3224, 3224, 3224, 3225, 3306, 3225, 3225, 3225, 3225, 3225, 3225, 3225, 3226, 3226, 3226, 3226, 3226, 3226, 3226, 3226, 3226, 3228, 3306, 3228, 3228, 3228, 3228, 3228, 3228, 3228, 3229, 3306, 3229, 3229, 3229, 3229, 3306, 3229, 3229, 3232, 3306, 3232, 3232, 3232, 3232, 3306, 3232, 3232, 3233, 3233, 3233, 3233, 3233, 3233, 3233, 3233, 3233, 3235, 3306, 3235, 3235, 3235, 3235, 3235, 3235, 3235, 3236, 3306, 3236, 3306, 3236, 3236, 3236, 3236, 3236, 3237, 3237, 3237, 3237, 3237, 3237, 3237, 3237, 3237, 3239, 3306, 3239, 3239, 3239, 3239, 3239, 3239, 3239, 3240, 3306, 3240, 3240, 3240, 3240, 3240, 3240, 3240, 3242, 3306, 3242, 3242, 3242, 3242, 3242, 3242, 3242, 3243, 3306, 3243, 3243, 3243, 3243, 3243, 3243, 3243, 3244, 3306, 3244, 3244, 3244, 3244, 3244, 3244, 3244, 3245, 3306, 3245, 3245, 3245, 3245, 3245, 3245, 3245, 3246, 3306, 3246, 3246, 3246, 3246, 3246, 3246, 3246, 3247, 3306, 3247, 3247, 3247, 3247, 3247, 3247, 3247, 3249, 3306, 3249, 3249, 3249, 3249, 3249, 3249, 3249, 3250, 3250, 3250, 3250, 3250, 3250, 3250, 3250, 3250, 3257, 3306, 3257, 3257, 3257, 3257, 3257, 3257, 3257, 3258, 3306, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3260, 3306, 3260, 3260, 3260, 3260, 3260, 3260, 3260, 3261, 3306, 3261, 3261, 3261, 3261, 3261, 3261, 3261, 3262, 3262, 3262, 3262, 3262, 3262, 3262, 3262, 3262, 3264, 3306, 3264, 3264, 3264, 3264, 3264, 3264, 3264, 3265, 3306, 3265, 3265, 3265, 3265, 3306, 3265, 3265, 3268, 3306, 3268, 3268, 3268, 3268, 3306, 3268, 3268, 3269, 3269, 3269, 3269, 3269, 3269, 3269, 3269, 3269, 3271, 3306, 3271, 3271, 3271, 3271, 3271, 3271, 3271, 3272, 3306, 3272, 3306, 3272, 3272, 3272, 3272, 3272, 3273, 3273, 3273, 3273, 3273, 3273, 3273, 3273, 3273, 3275, 3306, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3276, 3306, 3276, 3276, 3276, 3276, 3276, 3276, 3276, 3278, 3306, 3278, 3278, 3278, 3278, 3278, 3278, 3278, 3279, 3306, 3279, 3279, 3279, 3279, 3279, 3279, 3279, 3280, 3306, 3280, 3280, 3280, 3280, 3280, 3280, 3280, 3281, 3306, 3281, 3281, 3281, 3281, 3281, 3281, 3281, 57, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306 } ; static yyconst flex_int16_t yy_chk[21825] = { 0, 0, 2, 2, 9, 10, 25, 2, 9, 10, 25, 2, 96, 2, 2, 96, 2, 2, 13, 2, 2, 13, 13, 114, 2, 2, 114, 2, 2, 3, 3, 3, 3, 3, 3, 3, 14, 3, 3, 14, 14, 17, 18, 3594, 23, 17, 18, 24, 17, 18, 23, 26, 31, 24, 37, 26, 53, 53, 37, 31, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3569, 4, 4, 32, 23, 23, 33, 24, 24, 33, 32, 34, 38, 33, 34, 35, 38, 35, 34, 54, 54, 3542, 35, 3512, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 36, 3481, 36, 65, 41, 41, 3450, 36, 41, 42, 42, 41, 43, 42, 3420, 65, 42, 65, 82, 43, 198, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 44, 45, 46, 81, 81, 45, 46, 44, 45, 46, 82, 70, 198, 87, 427, 70, 70, 87, 92, 92, 427, 6, 6, 6, 29, 306, 70, 122, 29, 70, 122, 29, 29, 29, 90, 3390, 29, 90, 90, 93, 99, 99, 93, 93, 29, 109, 98, 29, 30, 109, 98, 306, 30, 98, 111, 30, 30, 30, 111, 116, 30, 122, 123, 116, 128, 128, 116, 120, 30, 123, 120, 30, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 117, 117, 119, 120, 125, 119, 121, 117, 126, 121, 134, 125, 126, 119, 134, 121, 136, 150, 150, 3361, 136, 51, 51, 51, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 139, 142, 146, 139, 147, 142, 238, 147, 142, 146, 161, 161, 202, 238, 205, 3303, 202, 205, 205, 215, 215, 52, 52, 52, 72, 3302, 72, 611, 207, 207, 72, 207, 207, 611, 72, 222, 72, 208, 72, 222, 208, 208, 72, 213, 72, 77, 213, 3298, 77, 77, 77, 77, 214, 77, 77, 227, 214, 224, 227, 214, 228, 224, 3296, 236, 228, 234, 236, 228, 234, 237, 242, 236, 237, 240, 242, 658, 77, 77, 77, 192, 240, 658, 192, 192, 192, 192, 234, 192, 192, 235, 250, 252, 235, 255, 250, 252, 255, 256, 261, 237, 263, 256, 235, 263, 256, 261, 265, 265, 273, 273, 192, 192, 192, 193, 3283, 3283, 193, 193, 193, 193, 310, 193, 193, 313, 310, 3295, 313, 313, 314, 314, 315, 314, 314, 315, 315, 318, 343, 322, 318, 318, 322, 344, 358, 343, 193, 193, 193, 301, 344, 358, 301, 301, 301, 301, 323, 301, 301, 400, 323, 329, 330, 323, 334, 329, 330, 334, 335, 3294, 318, 339, 335, 340, 339, 335, 340, 340, 3293, 3291, 301, 301, 301, 302, 339, 400, 302, 302, 302, 302, 341, 302, 302, 341, 342, 347, 349, 342, 350, 347, 349, 355, 350, 360, 355, 341, 360, 403, 3290, 405, 342, 403, 405, 405, 302, 302, 302, 303, 702, 3289, 303, 303, 303, 303, 702, 303, 303, 406, 406, 407, 406, 406, 407, 407, 408, 3288, 411, 408, 408, 411, 411, 414, 418, 419, 414, 431, 418, 419, 303, 303, 303, 394, 431, 3287, 394, 394, 394, 394, 415, 394, 394, 422, 415, 426, 422, 415, 426, 408, 423, 3286, 426, 432, 423, 411, 429, 423, 430, 429, 432, 430, 3285, 482, 394, 394, 394, 395, 3284, 429, 395, 395, 395, 395, 434, 395, 395, 436, 434, 437, 441, 436, 440, 437, 441, 440, 443, 441, 444, 482, 430, 444, 485, 443, 496, 511, 485, 496, 395, 395, 395, 396, 511, 3282, 396, 396, 396, 396, 487, 396, 396, 487, 487, 488, 488, 489, 488, 488, 489, 489, 490, 512, 491, 490, 490, 491, 491, 493, 512, 519, 493, 493, 396, 396, 396, 397, 519, 3276, 397, 397, 397, 397, 497, 397, 397, 534, 497, 500, 501, 497, 3268, 500, 501, 490, 503, 3267, 504, 503, 507, 491, 504, 507, 493, 504, 3247, 3240, 397, 397, 397, 475, 3232, 534, 475, 475, 475, 475, 507, 475, 475, 509, 513, 515, 509, 510, 513, 515, 510, 516, 3231, 520, 537, 516, 520, 552, 537, 539, 509, 552, 539, 539, 475, 475, 475, 476, 3211, 3204, 476, 476, 476, 476, 548, 476, 476, 548, 510, 540, 540, 541, 540, 540, 541, 541, 542, 562, 543, 542, 542, 543, 543, 544, 562, 563, 544, 544, 476, 476, 476, 477, 563, 3196, 477, 477, 477, 477, 545, 477, 477, 545, 545, 549, 553, 3195, 570, 549, 553, 542, 549, 555, 556, 570, 555, 543, 556, 559, 544, 556, 559, 3175, 477, 477, 477, 478, 584, 3168, 478, 478, 478, 478, 559, 478, 478, 560, 561, 564, 560, 561, 561, 564, 566, 567, 560, 571, 566, 567, 571, 587, 3160, 589, 584, 587, 589, 589, 478, 478, 478, 479, 3159, 3139, 479, 479, 479, 479, 3132, 479, 479, 590, 590, 591, 590, 590, 591, 591, 592, 612, 593, 592, 592, 593, 593, 594, 612, 595, 594, 594, 595, 595, 479, 479, 479, 526, 3124, 3123, 526, 526, 526, 526, 598, 526, 526, 598, 599, 3103, 602, 3096, 599, 592, 602, 599, 603, 613, 605, 593, 603, 605, 594, 610, 613, 620, 610, 610, 526, 526, 526, 527, 620, 632, 527, 527, 527, 527, 606, 527, 527, 609, 606, 614, 609, 606, 609, 614, 616, 617, 3088, 621, 616, 617, 621, 646, 635, 650, 646, 632, 635, 650, 527, 527, 527, 528, 3087, 3067, 528, 528, 528, 528, 637, 528, 528, 637, 637, 638, 638, 639, 638, 638, 639, 639, 640, 660, 641, 640, 640, 641, 641, 642, 660, 661, 642, 642, 528, 528, 528, 529, 661, 3060, 529, 529, 529, 529, 643, 529, 529, 643, 643, 647, 651, 3052, 668, 647, 651, 640, 647, 653, 654, 668, 653, 641, 654, 657, 642, 654, 657, 657, 529, 529, 529, 530, 677, 3051, 530, 530, 530, 530, 662, 530, 530, 664, 662, 665, 680, 664, 669, 665, 680, 669, 682, 3031, 691, 682, 682, 691, 683, 683, 677, 683, 683, 3024, 530, 530, 530, 577, 3016, 3015, 577, 577, 577, 577, 684, 577, 577, 684, 684, 685, 704, 686, 685, 685, 686, 686, 687, 704, 688, 687, 687, 688, 688, 695, 2995, 705, 712, 695, 577, 577, 577, 578, 705, 712, 578, 578, 578, 578, 2988, 578, 578, 696, 685, 692, 2980, 696, 698, 692, 686, 698, 692, 687, 699, 706, 708, 2979, 699, 706, 708, 699, 744, 2959, 578, 578, 578, 579, 2952, 744, 579, 579, 579, 579, 709, 579, 579, 713, 709, 722, 713, 724, 2944, 722, 724, 724, 725, 725, 726, 725, 725, 726, 726, 727, 2943, 745, 727, 727, 579, 579, 579, 580, 745, 2923, 580, 580, 580, 580, 728, 580, 580, 728, 728, 729, 2916, 730, 729, 729, 730, 730, 732, 733, 752, 732, 2908, 733, 727, 736, 733, 752, 782, 736, 580, 580, 580, 628, 2907, 782, 628, 628, 628, 628, 737, 628, 628, 728, 737, 739, 729, 740, 739, 746, 2887, 740, 748, 746, 740, 749, 748, 753, 761, 749, 753, 783, 761, 2880, 628, 628, 628, 629, 783, 2872, 629, 629, 629, 629, 763, 629, 629, 763, 763, 764, 764, 765, 764, 764, 765, 765, 766, 790, 767, 766, 766, 767, 767, 768, 790, 819, 768, 768, 629, 629, 629, 675, 819, 2871, 675, 675, 675, 675, 769, 675, 675, 769, 769, 771, 772, 2851, 771, 2844, 772, 766, 775, 772, 776, 2836, 775, 767, 776, 778, 768, 2835, 778, 779, 675, 675, 675, 779, 784, 786, 779, 787, 784, 786, 791, 787, 798, 791, 800, 2815, 798, 800, 800, 801, 801, 802, 801, 801, 802, 802, 803, 820, 804, 803, 803, 804, 804, 805, 820, 806, 805, 805, 806, 806, 808, 809, 812, 808, 2808, 809, 812, 813, 809, 815, 816, 813, 815, 2800, 816, 2799, 821, 816, 823, 803, 821, 2779, 823, 824, 827, 804, 828, 824, 805, 828, 835, 827, 837, 2772, 835, 837, 837, 838, 838, 839, 838, 838, 839, 839, 840, 856, 841, 840, 840, 841, 841, 842, 856, 843, 842, 842, 843, 843, 845, 846, 849, 845, 2764, 846, 849, 850, 846, 852, 853, 850, 852, 857, 853, 2763, 2743, 853, 858, 840, 857, 2736, 858, 860, 864, 841, 861, 860, 842, 865, 861, 864, 865, 872, 2728, 874, 2727, 872, 874, 874, 875, 875, 876, 875, 875, 876, 876, 877, 893, 878, 877, 877, 878, 878, 879, 893, 880, 879, 879, 880, 880, 882, 883, 886, 882, 2707, 883, 886, 887, 883, 889, 890, 887, 889, 894, 890, 2700, 2692, 890, 895, 877, 894, 2691, 895, 897, 901, 878, 898, 897, 879, 902, 898, 901, 902, 908, 2671, 910, 2664, 908, 910, 910, 911, 911, 912, 911, 911, 912, 912, 913, 929, 914, 913, 913, 914, 914, 915, 929, 916, 915, 915, 916, 916, 918, 919, 922, 918, 2656, 919, 922, 923, 919, 925, 926, 923, 925, 930, 926, 2655, 2635, 926, 931, 913, 930, 2628, 931, 933, 937, 914, 934, 933, 915, 938, 934, 937, 938, 944, 2620, 946, 2619, 944, 946, 946, 947, 947, 948, 947, 947, 948, 948, 949, 965, 950, 949, 949, 950, 950, 951, 965, 952, 951, 951, 952, 952, 954, 955, 958, 954, 2599, 955, 958, 959, 955, 961, 962, 959, 961, 966, 962, 2592, 2584, 962, 967, 949, 966, 2583, 967, 969, 973, 950, 970, 969, 951, 974, 970, 973, 974, 980, 2563, 982, 2556, 980, 982, 982, 983, 983, 984, 983, 983, 984, 984, 985, 1001, 986, 985, 985, 986, 986, 987, 1001, 988, 987, 987, 988, 988, 990, 991, 994, 990, 2548, 991, 994, 995, 991, 997, 998, 995, 997, 1002, 998, 2547, 2527, 998, 1003, 985, 1002, 2520, 1003, 1005, 1009, 986, 1006, 1005, 987, 1010, 1006, 1009, 1010, 1016, 2512, 1018, 2511, 1016, 1018, 1018, 1019, 1019, 1020, 1019, 1019, 1020, 1020, 1021, 1037, 1022, 1021, 1021, 1022, 1022, 1023, 1037, 1024, 1023, 1023, 1024, 1024, 1026, 1027, 1030, 1026, 2491, 1027, 1030, 1031, 1027, 1033, 1034, 1031, 1033, 1038, 1034, 2484, 2476, 1034, 1039, 1021, 1038, 2475, 1039, 1041, 1045, 1022, 1042, 1041, 1023, 1046, 1042, 1045, 1046, 1052, 2455, 1054, 2448, 1052, 1054, 1054, 1055, 1055, 1056, 1055, 1055, 1056, 1056, 1057, 1073, 1058, 1057, 1057, 1058, 1058, 1059, 1073, 1060, 1059, 1059, 1060, 1060, 1062, 1063, 1066, 1062, 2440, 1063, 1066, 1067, 1063, 1069, 1070, 1067, 1069, 1074, 1070, 2439, 2419, 1070, 1075, 1057, 1074, 2412, 1075, 1077, 1081, 1058, 1078, 1077, 1059, 1082, 1078, 1081, 1082, 1088, 2404, 1090, 2403, 1088, 1090, 1090, 1091, 1091, 1092, 1091, 1091, 1092, 1092, 1093, 1109, 1094, 1093, 1093, 1094, 1094, 1095, 1109, 1096, 1095, 1095, 1096, 1096, 1098, 1099, 1102, 1098, 2383, 1099, 1102, 1103, 1099, 1105, 1106, 1103, 1105, 1110, 1106, 2376, 2368, 1106, 1111, 1093, 1110, 2367, 1111, 1113, 1117, 1094, 1114, 1113, 1095, 1118, 1114, 1117, 1118, 1124, 2347, 1126, 2340, 1124, 1126, 1126, 1127, 1127, 1128, 1127, 1127, 1128, 1128, 1129, 1145, 1130, 1129, 1129, 1130, 1130, 1131, 1145, 1132, 1131, 1131, 1132, 1132, 1134, 1135, 1138, 1134, 2332, 1135, 1138, 1139, 1135, 1141, 1142, 1139, 1141, 1146, 1142, 2331, 2311, 1142, 1147, 1129, 1146, 2304, 1147, 1149, 1153, 1130, 1150, 1149, 1131, 1154, 1150, 1153, 1154, 1160, 2296, 1162, 2295, 1160, 1162, 1162, 1163, 1163, 1164, 1163, 1163, 1164, 1164, 1165, 1181, 1166, 1165, 1165, 1166, 1166, 1167, 1181, 1168, 1167, 1167, 1168, 1168, 1170, 1171, 1174, 1170, 2275, 1171, 1174, 1175, 1171, 1177, 1178, 1175, 1177, 1182, 1178, 2268, 2260, 1178, 1183, 1165, 1182, 2259, 1183, 1185, 1189, 1166, 1186, 1185, 1167, 1190, 1186, 1189, 1190, 1196, 2239, 1198, 2232, 1196, 1198, 1198, 1199, 1199, 1200, 1199, 1199, 1200, 1200, 1201, 1217, 1202, 1201, 1201, 1202, 1202, 1203, 1217, 1204, 1203, 1203, 1204, 1204, 1206, 1207, 1210, 1206, 2224, 1207, 1210, 1211, 1207, 1213, 1214, 1211, 1213, 1218, 1214, 2223, 2203, 1214, 1219, 1201, 1218, 2196, 1219, 1221, 1225, 1202, 1222, 1221, 1203, 1226, 1222, 1225, 1226, 1232, 2188, 1234, 2187, 1232, 1234, 1234, 1235, 1235, 1236, 1235, 1235, 1236, 1236, 1237, 1253, 1238, 1237, 1237, 1238, 1238, 1239, 1253, 1240, 1239, 1239, 1240, 1240, 1242, 1243, 1246, 1242, 2167, 1243, 1246, 1247, 1243, 1249, 1250, 1247, 1249, 1254, 1250, 2160, 2152, 1250, 1255, 1237, 1254, 2151, 1255, 1257, 1261, 1238, 1258, 1257, 1239, 1262, 1258, 1261, 1262, 1268, 2131, 1270, 2124, 1268, 1270, 1270, 1271, 1271, 1272, 1271, 1271, 1272, 1272, 1273, 1289, 1274, 1273, 1273, 1274, 1274, 1275, 1289, 1276, 1275, 1275, 1276, 1276, 1278, 1279, 1282, 1278, 2116, 1279, 1282, 1283, 1279, 1285, 1286, 1283, 1285, 1290, 1286, 2115, 2095, 1286, 1291, 1273, 1290, 2088, 1291, 1293, 1297, 1274, 1294, 1293, 1275, 1298, 1294, 1297, 1298, 1304, 2080, 1306, 2079, 1304, 1306, 1306, 1307, 1307, 1308, 1307, 1307, 1308, 1308, 1309, 1325, 1310, 1309, 1309, 1310, 1310, 1311, 1325, 1312, 1311, 1311, 1312, 1312, 1314, 1315, 1318, 1314, 2059, 1315, 1318, 1319, 1315, 1321, 1322, 1319, 1321, 1326, 1322, 2052, 2044, 1322, 1327, 1309, 1326, 2043, 1327, 1329, 1333, 1310, 1330, 1329, 1311, 1334, 1330, 1333, 1334, 1340, 2023, 1342, 2016, 1340, 1342, 1342, 1343, 1343, 1344, 1343, 1343, 1344, 1344, 1345, 1361, 1346, 1345, 1345, 1346, 1346, 1347, 1361, 1348, 1347, 1347, 1348, 1348, 1350, 1351, 1354, 1350, 2008, 1351, 1354, 1355, 1351, 1357, 1358, 1355, 1357, 1362, 1358, 2007, 1987, 1358, 1363, 1345, 1362, 1980, 1363, 1365, 1369, 1346, 1366, 1365, 1347, 1370, 1366, 1369, 1370, 1376, 1972, 1378, 1971, 1376, 1378, 1378, 1379, 1379, 1380, 1379, 1379, 1380, 1380, 1381, 1397, 1382, 1381, 1381, 1382, 1382, 1383, 1397, 1384, 1383, 1383, 1384, 1384, 1386, 1387, 1390, 1386, 1951, 1387, 1390, 1391, 1387, 1393, 1394, 1391, 1393, 1398, 1394, 1944, 1936, 1394, 1399, 1381, 1398, 1935, 1399, 1401, 1405, 1382, 1402, 1401, 1383, 1406, 1402, 1405, 1406, 1412, 1915, 1414, 1908, 1412, 1414, 1414, 1415, 1415, 1416, 1415, 1415, 1416, 1416, 1417, 1433, 1418, 1417, 1417, 1418, 1418, 1419, 1433, 1420, 1419, 1419, 1420, 1420, 1422, 1423, 1426, 1422, 1900, 1423, 1426, 1427, 1423, 1429, 1430, 1427, 1429, 1434, 1430, 1899, 1879, 1430, 1435, 1417, 1434, 1872, 1435, 1437, 1441, 1418, 1438, 1437, 1419, 1442, 1438, 1441, 1442, 1448, 1864, 1450, 1863, 1448, 1450, 1450, 1451, 1451, 1452, 1451, 1451, 1452, 1452, 1453, 1469, 1454, 1453, 1453, 1454, 1454, 1455, 1469, 1456, 1455, 1455, 1456, 1456, 1458, 1459, 1462, 1458, 1843, 1459, 1462, 1463, 1459, 1465, 1466, 1463, 1465, 1470, 1466, 1836, 1828, 1466, 1471, 1453, 1470, 1827, 1471, 1473, 1477, 1454, 1474, 1473, 1455, 1478, 1474, 1477, 1478, 1484, 1807, 1486, 1800, 1484, 1486, 1486, 1487, 1487, 1488, 1487, 1487, 1488, 1488, 1489, 1505, 1490, 1489, 1489, 1490, 1490, 1491, 1505, 1492, 1491, 1491, 1492, 1492, 1494, 1495, 1498, 1494, 1792, 1495, 1498, 1499, 1495, 1501, 1502, 1499, 1501, 1506, 1502, 1791, 1771, 1502, 1507, 1489, 1506, 1764, 1507, 1509, 1513, 1490, 1510, 1509, 1491, 1514, 1510, 1513, 1514, 1520, 1756, 1522, 1755, 1520, 1522, 1522, 1523, 1523, 1524, 1523, 1523, 1524, 1524, 1525, 1541, 1526, 1525, 1525, 1526, 1526, 1527, 1541, 1528, 1527, 1527, 1528, 1528, 1530, 1531, 1534, 1530, 1735, 1531, 1534, 1535, 1531, 1537, 1538, 1535, 1537, 1542, 1538, 1728, 1720, 1538, 1543, 1525, 1542, 1719, 1543, 1545, 1549, 1526, 1546, 1545, 1527, 1550, 1546, 1549, 1550, 1556, 1699, 1558, 1692, 1556, 1558, 1558, 1559, 1559, 1560, 1559, 1559, 1560, 1560, 1561, 1577, 1562, 1561, 1561, 1562, 1562, 1563, 1577, 1564, 1563, 1563, 1564, 1564, 1566, 1567, 1570, 1566, 1684, 1567, 1570, 1571, 1567, 1573, 1574, 1571, 1573, 1578, 1574, 1683, 1663, 1574, 1579, 1561, 1578, 1656, 1579, 1581, 1585, 1562, 1582, 1581, 1563, 1586, 1582, 1585, 1586, 1592, 1648, 1594, 1647, 1592, 1594, 1594, 1595, 1595, 1596, 1595, 1595, 1596, 1596, 1597, 1613, 1598, 1597, 1597, 1598, 1598, 1599, 1613, 1600, 1599, 1599, 1600, 1600, 1602, 1603, 1606, 1602, 1627, 1603, 1606, 1607, 1603, 1609, 1610, 1607, 1609, 1614, 1610, 1620, 1612, 1610, 1615, 1597, 1614, 1611, 1615, 1617, 1621, 1598, 1618, 1617, 1599, 1622, 1618, 1621, 1622, 1628, 1591, 1630, 1584, 1628, 1630, 1630, 1631, 1631, 1632, 1631, 1631, 1632, 1632, 1633, 1649, 1634, 1633, 1633, 1634, 1634, 1635, 1649, 1636, 1635, 1635, 1636, 1636, 1638, 1639, 1642, 1638, 1576, 1639, 1642, 1643, 1639, 1645, 1646, 1643, 1645, 1650, 1646, 1575, 1555, 1646, 1651, 1633, 1650, 1548, 1651, 1653, 1657, 1634, 1654, 1653, 1635, 1658, 1654, 1657, 1658, 1664, 1540, 1666, 1539, 1664, 1666, 1666, 1667, 1667, 1668, 1667, 1667, 1668, 1668, 1669, 1685, 1670, 1669, 1669, 1670, 1670, 1671, 1685, 1672, 1671, 1671, 1672, 1672, 1674, 1675, 1678, 1674, 1519, 1675, 1678, 1679, 1675, 1681, 1682, 1679, 1681, 1686, 1682, 1512, 1504, 1682, 1687, 1669, 1686, 1503, 1687, 1689, 1693, 1670, 1690, 1689, 1671, 1694, 1690, 1693, 1694, 1700, 1483, 1702, 1476, 1700, 1702, 1702, 1703, 1703, 1704, 1703, 1703, 1704, 1704, 1705, 1721, 1706, 1705, 1705, 1706, 1706, 1707, 1721, 1708, 1707, 1707, 1708, 1708, 1710, 1711, 1714, 1710, 1468, 1711, 1714, 1715, 1711, 1717, 1718, 1715, 1717, 1722, 1718, 1467, 1447, 1718, 1723, 1705, 1722, 1440, 1723, 1725, 1729, 1706, 1726, 1725, 1707, 1730, 1726, 1729, 1730, 1736, 1432, 1738, 1431, 1736, 1738, 1738, 1739, 1739, 1740, 1739, 1739, 1740, 1740, 1741, 1757, 1742, 1741, 1741, 1742, 1742, 1743, 1757, 1744, 1743, 1743, 1744, 1744, 1746, 1747, 1750, 1746, 1411, 1747, 1750, 1751, 1747, 1753, 1754, 1751, 1753, 1758, 1754, 1404, 1396, 1754, 1759, 1741, 1758, 1395, 1759, 1761, 1765, 1742, 1762, 1761, 1743, 1766, 1762, 1765, 1766, 1772, 1375, 1774, 1368, 1772, 1774, 1774, 1775, 1775, 1776, 1775, 1775, 1776, 1776, 1777, 1793, 1778, 1777, 1777, 1778, 1778, 1779, 1793, 1780, 1779, 1779, 1780, 1780, 1782, 1783, 1786, 1782, 1360, 1783, 1786, 1787, 1783, 1789, 1790, 1787, 1789, 1794, 1790, 1359, 1339, 1790, 1795, 1777, 1794, 1332, 1795, 1797, 1801, 1778, 1798, 1797, 1779, 1802, 1798, 1801, 1802, 1808, 1324, 1810, 1323, 1808, 1810, 1810, 1811, 1811, 1812, 1811, 1811, 1812, 1812, 1813, 1829, 1814, 1813, 1813, 1814, 1814, 1815, 1829, 1816, 1815, 1815, 1816, 1816, 1818, 1819, 1822, 1818, 1303, 1819, 1822, 1823, 1819, 1825, 1826, 1823, 1825, 1830, 1826, 1296, 1288, 1826, 1831, 1813, 1830, 1287, 1831, 1833, 1837, 1814, 1834, 1833, 1815, 1838, 1834, 1837, 1838, 1844, 1267, 1846, 1260, 1844, 1846, 1846, 1847, 1847, 1848, 1847, 1847, 1848, 1848, 1849, 1865, 1850, 1849, 1849, 1850, 1850, 1851, 1865, 1852, 1851, 1851, 1852, 1852, 1854, 1855, 1858, 1854, 1252, 1855, 1858, 1859, 1855, 1861, 1862, 1859, 1861, 1866, 1862, 1251, 1231, 1862, 1867, 1849, 1866, 1224, 1867, 1869, 1873, 1850, 1870, 1869, 1851, 1874, 1870, 1873, 1874, 1880, 1216, 1882, 1215, 1880, 1882, 1882, 1883, 1883, 1884, 1883, 1883, 1884, 1884, 1885, 1901, 1886, 1885, 1885, 1886, 1886, 1887, 1901, 1888, 1887, 1887, 1888, 1888, 1890, 1891, 1894, 1890, 1195, 1891, 1894, 1895, 1891, 1897, 1898, 1895, 1897, 1902, 1898, 1188, 1180, 1898, 1903, 1885, 1902, 1179, 1903, 1905, 1909, 1886, 1906, 1905, 1887, 1910, 1906, 1909, 1910, 1916, 1159, 1918, 1152, 1916, 1918, 1918, 1919, 1919, 1920, 1919, 1919, 1920, 1920, 1921, 1937, 1922, 1921, 1921, 1922, 1922, 1923, 1937, 1924, 1923, 1923, 1924, 1924, 1926, 1927, 1930, 1926, 1144, 1927, 1930, 1931, 1927, 1933, 1934, 1931, 1933, 1938, 1934, 1143, 1123, 1934, 1939, 1921, 1938, 1116, 1939, 1941, 1945, 1922, 1942, 1941, 1923, 1946, 1942, 1945, 1946, 1952, 1108, 1954, 1107, 1952, 1954, 1954, 1955, 1955, 1956, 1955, 1955, 1956, 1956, 1957, 1973, 1958, 1957, 1957, 1958, 1958, 1959, 1973, 1960, 1959, 1959, 1960, 1960, 1962, 1963, 1966, 1962, 1087, 1963, 1966, 1967, 1963, 1969, 1970, 1967, 1969, 1974, 1970, 1080, 1072, 1970, 1975, 1957, 1974, 1071, 1975, 1977, 1981, 1958, 1978, 1977, 1959, 1982, 1978, 1981, 1982, 1988, 1051, 1990, 1044, 1988, 1990, 1990, 1991, 1991, 1992, 1991, 1991, 1992, 1992, 1993, 2009, 1994, 1993, 1993, 1994, 1994, 1995, 2009, 1996, 1995, 1995, 1996, 1996, 1998, 1999, 2002, 1998, 1036, 1999, 2002, 2003, 1999, 2005, 2006, 2003, 2005, 2010, 2006, 1035, 1015, 2006, 2011, 1993, 2010, 1008, 2011, 2013, 2017, 1994, 2014, 2013, 1995, 2018, 2014, 2017, 2018, 2024, 1000, 2026, 999, 2024, 2026, 2026, 2027, 2027, 2028, 2027, 2027, 2028, 2028, 2029, 2045, 2030, 2029, 2029, 2030, 2030, 2031, 2045, 2032, 2031, 2031, 2032, 2032, 2034, 2035, 2038, 2034, 979, 2035, 2038, 2039, 2035, 2041, 2042, 2039, 2041, 2046, 2042, 972, 964, 2042, 2047, 2029, 2046, 963, 2047, 2049, 2053, 2030, 2050, 2049, 2031, 2054, 2050, 2053, 2054, 2060, 943, 2062, 936, 2060, 2062, 2062, 2063, 2063, 2064, 2063, 2063, 2064, 2064, 2065, 2081, 2066, 2065, 2065, 2066, 2066, 2067, 2081, 2068, 2067, 2067, 2068, 2068, 2070, 2071, 2074, 2070, 928, 2071, 2074, 2075, 2071, 2077, 2078, 2075, 2077, 2082, 2078, 927, 907, 2078, 2083, 2065, 2082, 900, 2083, 2085, 2089, 2066, 2086, 2085, 2067, 2090, 2086, 2089, 2090, 2096, 892, 2098, 891, 2096, 2098, 2098, 2099, 2099, 2100, 2099, 2099, 2100, 2100, 2101, 2117, 2102, 2101, 2101, 2102, 2102, 2103, 2117, 2104, 2103, 2103, 2104, 2104, 2106, 2107, 2110, 2106, 871, 2107, 2110, 2111, 2107, 2113, 2114, 2111, 2113, 2118, 2114, 863, 855, 2114, 2119, 2101, 2118, 854, 2119, 2121, 2125, 2102, 2122, 2121, 2103, 2126, 2122, 2125, 2126, 2132, 834, 2134, 826, 2132, 2134, 2134, 2135, 2135, 2136, 2135, 2135, 2136, 2136, 2137, 2153, 2138, 2137, 2137, 2138, 2138, 2139, 2153, 2140, 2139, 2139, 2140, 2140, 2142, 2143, 2146, 2142, 818, 2143, 2146, 2147, 2143, 2149, 2150, 2147, 2149, 2154, 2150, 817, 797, 2150, 2155, 2137, 2154, 789, 2155, 2157, 2161, 2138, 2158, 2157, 2139, 2162, 2158, 2161, 2162, 2168, 781, 2170, 780, 2168, 2170, 2170, 2171, 2171, 2172, 2171, 2171, 2172, 2172, 2173, 2189, 2174, 2173, 2173, 2174, 2174, 2175, 2189, 2176, 2175, 2175, 2176, 2176, 2178, 2179, 2182, 2178, 760, 2179, 2182, 2183, 2179, 2185, 2186, 2183, 2185, 2190, 2186, 751, 743, 2186, 2191, 2173, 2190, 742, 2191, 2193, 2197, 2174, 2194, 2193, 2175, 2198, 2194, 2197, 2198, 2204, 741, 2206, 721, 2204, 2206, 2206, 2207, 2207, 2208, 2207, 2207, 2208, 2208, 2209, 2225, 2210, 2209, 2209, 2210, 2210, 2211, 2225, 2212, 2211, 2211, 2212, 2212, 2214, 2215, 2218, 2214, 711, 2215, 2218, 2219, 2215, 2221, 2222, 2219, 2221, 2226, 2222, 703, 701, 2222, 2227, 2209, 2226, 700, 2227, 2229, 2233, 2210, 2230, 2229, 2211, 2234, 2230, 2233, 2234, 2240, 679, 2242, 667, 2240, 2242, 2242, 2243, 2243, 2244, 2243, 2243, 2244, 2244, 2245, 2261, 2246, 2245, 2245, 2246, 2246, 2247, 2261, 2248, 2247, 2247, 2248, 2248, 2250, 2251, 2254, 2250, 659, 2251, 2254, 2255, 2251, 2257, 2258, 2255, 2257, 2262, 2258, 656, 655, 2258, 2263, 2245, 2262, 644, 2263, 2265, 2269, 2246, 2266, 2265, 2247, 2270, 2266, 2269, 2270, 2276, 634, 2278, 619, 2276, 2278, 2278, 2279, 2279, 2280, 2279, 2279, 2280, 2280, 2281, 2297, 2282, 2281, 2281, 2282, 2282, 2283, 2297, 2284, 2283, 2283, 2284, 2284, 2286, 2287, 2290, 2286, 608, 2287, 2290, 2291, 2287, 2293, 2294, 2291, 2293, 2298, 2294, 607, 596, 2294, 2299, 2281, 2298, 586, 2299, 2301, 2305, 2282, 2302, 2301, 2283, 2306, 2302, 2305, 2306, 2312, 583, 2314, 569, 2312, 2314, 2314, 2315, 2315, 2316, 2315, 2315, 2316, 2316, 2317, 2333, 2318, 2317, 2317, 2318, 2318, 2319, 2333, 2320, 2319, 2319, 2320, 2320, 2322, 2323, 2326, 2322, 558, 2323, 2326, 2327, 2323, 2329, 2330, 2327, 2329, 2334, 2330, 557, 536, 2330, 2335, 2317, 2334, 533, 2335, 2337, 2341, 2318, 2338, 2337, 2319, 2342, 2338, 2341, 2342, 2348, 518, 2350, 508, 2348, 2350, 2350, 2351, 2351, 2352, 2351, 2351, 2352, 2352, 2353, 2369, 2354, 2353, 2353, 2354, 2354, 2355, 2369, 2356, 2355, 2355, 2356, 2356, 2358, 2359, 2362, 2358, 506, 2359, 2362, 2363, 2359, 2365, 2366, 2363, 2365, 2370, 2366, 505, 494, 2366, 2371, 2353, 2370, 484, 2371, 2373, 2377, 2354, 2374, 2373, 2355, 2378, 2374, 2377, 2378, 2384, 481, 2386, 442, 2384, 2386, 2386, 2387, 2387, 2388, 2387, 2387, 2388, 2388, 2389, 2405, 2390, 2389, 2389, 2390, 2390, 2391, 2405, 2392, 2391, 2391, 2392, 2392, 2394, 2395, 2398, 2394, 425, 2395, 2398, 2399, 2395, 2401, 2402, 2399, 2401, 2406, 2402, 424, 412, 2402, 2407, 2389, 2406, 410, 2407, 2409, 2413, 2390, 2410, 2409, 2391, 2414, 2410, 2413, 2414, 2420, 402, 2422, 399, 2420, 2422, 2422, 2423, 2423, 2424, 2423, 2423, 2424, 2424, 2425, 2441, 2426, 2425, 2425, 2426, 2426, 2427, 2441, 2428, 2427, 2427, 2428, 2428, 2430, 2431, 2434, 2430, 392, 2431, 2434, 2435, 2431, 2437, 2438, 2435, 2437, 2442, 2438, 391, 390, 2438, 2443, 2425, 2442, 389, 2443, 2445, 2449, 2426, 2446, 2445, 2427, 2450, 2446, 2449, 2450, 2456, 388, 2458, 387, 2456, 2458, 2458, 2459, 2459, 2460, 2459, 2459, 2460, 2460, 2461, 2477, 2462, 2461, 2461, 2462, 2462, 2463, 2477, 2464, 2463, 2463, 2464, 2464, 2466, 2467, 2470, 2466, 386, 2467, 2470, 2471, 2467, 2473, 2474, 2471, 2473, 2478, 2474, 385, 384, 2474, 2479, 2461, 2478, 383, 2479, 2481, 2485, 2462, 2482, 2481, 2463, 2486, 2482, 2485, 2486, 2492, 382, 2494, 381, 2492, 2494, 2494, 2495, 2495, 2496, 2495, 2495, 2496, 2496, 2497, 2513, 2498, 2497, 2497, 2498, 2498, 2499, 2513, 2500, 2499, 2499, 2500, 2500, 2502, 2503, 2506, 2502, 380, 2503, 2506, 2507, 2503, 2509, 2510, 2507, 2509, 2514, 2510, 379, 378, 2510, 2515, 2497, 2514, 377, 2515, 2517, 2521, 2498, 2518, 2517, 2499, 2522, 2518, 2521, 2522, 2528, 376, 2530, 375, 2528, 2530, 2530, 2531, 2531, 2532, 2531, 2531, 2532, 2532, 2533, 2549, 2534, 2533, 2533, 2534, 2534, 2535, 2549, 2536, 2535, 2535, 2536, 2536, 2538, 2539, 2542, 2538, 374, 2539, 2542, 2543, 2539, 2545, 2546, 2543, 2545, 2550, 2546, 373, 372, 2546, 2551, 2533, 2550, 371, 2551, 2553, 2557, 2534, 2554, 2553, 2535, 2558, 2554, 2557, 2558, 2564, 370, 2566, 369, 2564, 2566, 2566, 2567, 2567, 2568, 2567, 2567, 2568, 2568, 2569, 2585, 2570, 2569, 2569, 2570, 2570, 2571, 2585, 2572, 2571, 2571, 2572, 2572, 2574, 2575, 2578, 2574, 368, 2575, 2578, 2579, 2575, 2581, 2582, 2579, 2581, 2586, 2582, 357, 352, 2582, 2587, 2569, 2586, 351, 2587, 2589, 2593, 2570, 2590, 2589, 2571, 2594, 2590, 2593, 2594, 2600, 346, 2602, 345, 2600, 2602, 2602, 2603, 2603, 2604, 2603, 2603, 2604, 2604, 2605, 2621, 2606, 2605, 2605, 2606, 2606, 2607, 2621, 2608, 2607, 2607, 2608, 2608, 2610, 2611, 2614, 2610, 338, 2611, 2614, 2615, 2611, 2617, 2618, 2615, 2617, 2622, 2618, 336, 332, 2618, 2623, 2605, 2622, 331, 2623, 2625, 2629, 2606, 2626, 2625, 2607, 2630, 2626, 2629, 2630, 2636, 320, 2638, 319, 2636, 2638, 2638, 2639, 2639, 2640, 2639, 2639, 2640, 2640, 2641, 2657, 2642, 2641, 2641, 2642, 2642, 2643, 2657, 2644, 2643, 2643, 2644, 2644, 2646, 2647, 2650, 2646, 317, 2647, 2650, 2651, 2647, 2653, 2654, 2651, 2653, 2658, 2654, 316, 309, 2654, 2659, 2641, 2658, 307, 2659, 2661, 2665, 2642, 2662, 2661, 2643, 2666, 2662, 2665, 2666, 2672, 305, 2674, 299, 2672, 2674, 2674, 2675, 2675, 2676, 2675, 2675, 2676, 2676, 2677, 2693, 2678, 2677, 2677, 2678, 2678, 2679, 2693, 2680, 2679, 2679, 2680, 2680, 2682, 2683, 2686, 2682, 298, 2683, 2686, 2687, 2683, 2689, 2690, 2687, 2689, 2694, 2690, 297, 296, 2690, 2695, 2677, 2694, 295, 2695, 2697, 2701, 2678, 2698, 2697, 2679, 2702, 2698, 2701, 2702, 2708, 294, 2710, 293, 2708, 2710, 2710, 2711, 2711, 2712, 2711, 2711, 2712, 2712, 2713, 2729, 2714, 2713, 2713, 2714, 2714, 2715, 2729, 2716, 2715, 2715, 2716, 2716, 2718, 2719, 2722, 2718, 292, 2719, 2722, 2723, 2719, 2725, 2726, 2723, 2725, 2730, 2726, 291, 290, 2726, 2731, 2713, 2730, 289, 2731, 2733, 2737, 2714, 2734, 2733, 2715, 2738, 2734, 2737, 2738, 2744, 288, 2746, 287, 2744, 2746, 2746, 2747, 2747, 2748, 2747, 2747, 2748, 2748, 2749, 2765, 2750, 2749, 2749, 2750, 2750, 2751, 2765, 2752, 2751, 2751, 2752, 2752, 2754, 2755, 2758, 2754, 286, 2755, 2758, 2759, 2755, 2761, 2762, 2759, 2761, 2766, 2762, 285, 284, 2762, 2767, 2749, 2766, 283, 2767, 2769, 2773, 2750, 2770, 2769, 2751, 2774, 2770, 2773, 2774, 2780, 282, 2782, 281, 2780, 2782, 2782, 2783, 2783, 2784, 2783, 2783, 2784, 2784, 2785, 2801, 2786, 2785, 2785, 2786, 2786, 2787, 2801, 2788, 2787, 2787, 2788, 2788, 2790, 2791, 2794, 2790, 280, 2791, 2794, 2795, 2791, 2797, 2798, 2795, 2797, 2802, 2798, 279, 278, 2798, 2803, 2785, 2802, 277, 2803, 2805, 2809, 2786, 2806, 2805, 2787, 2810, 2806, 2809, 2810, 2816, 276, 2818, 275, 2816, 2818, 2818, 2819, 2819, 2820, 2819, 2819, 2820, 2820, 2821, 2837, 2822, 2821, 2821, 2822, 2822, 2823, 2837, 2824, 2823, 2823, 2824, 2824, 2826, 2827, 2830, 2826, 264, 2827, 2830, 2831, 2827, 2833, 2834, 2831, 2833, 2838, 2834, 260, 257, 2834, 2839, 2821, 2838, 253, 2839, 2841, 2845, 2822, 2842, 2841, 2823, 2846, 2842, 2845, 2846, 2852, 251, 2854, 241, 2852, 2854, 2854, 2855, 2855, 2856, 2855, 2855, 2856, 2856, 2857, 2873, 2858, 2857, 2857, 2858, 2858, 2859, 2873, 2860, 2859, 2859, 2860, 2860, 2862, 2863, 2866, 2862, 239, 2863, 2866, 2867, 2863, 2869, 2870, 2867, 2869, 2874, 2870, 233, 231, 2870, 2875, 2857, 2874, 229, 2875, 2877, 2881, 2858, 2878, 2877, 2859, 2882, 2878, 2881, 2882, 2888, 225, 2890, 223, 2888, 2890, 2890, 2891, 2891, 2892, 2891, 2891, 2892, 2892, 2893, 2909, 2894, 2893, 2893, 2894, 2894, 2895, 2909, 2896, 2895, 2895, 2896, 2896, 2898, 2899, 2902, 2898, 221, 2899, 2902, 2903, 2899, 2905, 2906, 2903, 2905, 2910, 2906, 211, 210, 2906, 2911, 2893, 2910, 206, 2911, 2913, 2917, 2894, 2914, 2913, 2895, 2918, 2914, 2917, 2918, 2924, 201, 2926, 199, 2924, 2926, 2926, 2927, 2927, 2928, 2927, 2927, 2928, 2928, 2929, 2945, 2930, 2929, 2929, 2930, 2930, 2931, 2945, 2932, 2931, 2931, 2932, 2932, 2934, 2935, 2938, 2934, 197, 2935, 2938, 2939, 2935, 2941, 2942, 2939, 2941, 2946, 2942, 191, 189, 2942, 2947, 2929, 2946, 188, 2947, 2949, 2953, 2930, 2950, 2949, 2931, 2954, 2950, 2953, 2954, 2960, 187, 2962, 186, 2960, 2962, 2962, 2963, 2963, 2964, 2963, 2963, 2964, 2964, 2965, 2981, 2966, 2965, 2965, 2966, 2966, 2967, 2981, 2968, 2967, 2967, 2968, 2968, 2970, 2971, 2974, 2970, 185, 2971, 2974, 2975, 2971, 2977, 2978, 2975, 2977, 2982, 2978, 184, 183, 2978, 2983, 2965, 2982, 182, 2983, 2985, 2989, 2966, 2986, 2985, 2967, 2990, 2986, 2989, 2990, 2996, 181, 2998, 180, 2996, 2998, 2998, 2999, 2999, 3000, 2999, 2999, 3000, 3000, 3001, 3017, 3002, 3001, 3001, 3002, 3002, 3003, 3017, 3004, 3003, 3003, 3004, 3004, 3006, 3007, 3010, 3006, 179, 3007, 3010, 3011, 3007, 3013, 3014, 3011, 3013, 3018, 3014, 178, 177, 3014, 3019, 3001, 3018, 176, 3019, 3021, 3025, 3002, 3022, 3021, 3003, 3026, 3022, 3025, 3026, 3032, 175, 3034, 174, 3032, 3034, 3034, 3035, 3035, 3036, 3035, 3035, 3036, 3036, 3037, 3053, 3038, 3037, 3037, 3038, 3038, 3039, 3053, 3040, 3039, 3039, 3040, 3040, 3042, 3043, 3046, 3042, 173, 3043, 3046, 3047, 3043, 3049, 3050, 3047, 3049, 3054, 3050, 172, 171, 3050, 3055, 3037, 3054, 170, 3055, 3057, 3061, 3038, 3058, 3057, 3039, 3062, 3058, 3061, 3062, 3068, 169, 3070, 168, 3068, 3070, 3070, 3071, 3071, 3072, 3071, 3071, 3072, 3072, 3073, 3089, 3074, 3073, 3073, 3074, 3074, 3075, 3089, 3076, 3075, 3075, 3076, 3076, 3078, 3079, 3082, 3078, 167, 3079, 3082, 3083, 3079, 3085, 3086, 3083, 3085, 3090, 3086, 166, 164, 3086, 3091, 3073, 3090, 149, 3091, 3093, 3097, 3074, 3094, 3093, 3075, 3098, 3094, 3097, 3098, 3104, 144, 3106, 143, 3104, 3106, 3106, 3107, 3107, 3108, 3107, 3107, 3108, 3108, 3109, 3125, 3110, 3109, 3109, 3110, 3110, 3111, 3125, 3112, 3111, 3111, 3112, 3112, 3114, 3115, 3118, 3114, 133, 3115, 3118, 3119, 3115, 3121, 3122, 3119, 3121, 3126, 3122, 129, 106, 3122, 3127, 3109, 3126, 85, 3127, 3129, 3133, 3110, 3130, 3129, 3111, 3134, 3130, 3133, 3134, 3140, 76, 3142, 73, 3140, 3142, 3142, 3143, 3143, 3144, 3143, 3143, 3144, 3144, 3145, 3161, 3146, 3145, 3145, 3146, 3146, 3147, 3161, 3148, 3147, 3147, 3148, 3148, 3150, 3151, 3154, 3150, 71, 3151, 3154, 3155, 3151, 3157, 3158, 3155, 3157, 3162, 3158, 69, 68, 3158, 3163, 3145, 3162, 67, 3163, 3165, 3169, 3146, 3166, 3165, 3147, 3170, 3166, 3169, 3170, 3176, 66, 3178, 64, 3176, 3178, 3178, 3179, 3179, 3180, 3179, 3179, 3180, 3180, 3181, 3197, 3182, 3181, 3181, 3182, 3182, 3183, 3197, 3184, 3183, 3183, 3184, 3184, 3186, 3187, 3190, 3186, 63, 3187, 3190, 3191, 3187, 3193, 3194, 3191, 3193, 3198, 3194, 62, 61, 3194, 3199, 3181, 3198, 57, 3199, 3201, 3205, 3182, 3202, 3201, 3183, 3206, 3202, 3205, 3206, 3212, 56, 3214, 55, 3212, 3214, 3214, 3215, 3215, 3216, 3215, 3215, 3216, 3216, 3217, 3233, 3218, 3217, 3217, 3218, 3218, 3219, 3233, 3220, 3219, 3219, 3220, 3220, 3222, 3223, 3226, 3222, 50, 3223, 3226, 3227, 3223, 3229, 3230, 3227, 3229, 3234, 3230, 49, 48, 3230, 3235, 3217, 3234, 47, 3235, 3237, 3241, 3218, 3238, 3237, 3219, 3242, 3238, 3241, 3242, 3248, 40, 3250, 39, 3248, 3250, 3250, 3251, 3251, 3252, 3251, 3251, 3252, 3252, 3253, 3269, 3254, 3253, 3253, 3254, 3254, 3255, 3269, 3256, 3255, 3255, 3256, 3256, 3258, 3259, 3262, 3258, 28, 3259, 3262, 3263, 3259, 3265, 3266, 3263, 3265, 3270, 3266, 27, 22, 3266, 3271, 3253, 3270, 21, 3271, 3273, 3277, 3254, 3274, 3273, 3255, 3278, 3274, 3277, 3278, 3307, 3307, 3307, 3307, 3307, 3307, 3307, 3307, 3307, 3308, 3308, 3308, 3308, 3308, 3308, 3308, 3308, 3308, 3309, 3309, 3309, 3309, 3309, 3309, 3309, 3309, 3309, 3310, 3310, 3310, 3310, 3310, 3310, 3310, 3310, 3310, 3311, 3311, 3311, 3311, 3311, 3311, 3311, 3311, 3311, 3312, 3312, 3312, 3312, 3312, 3312, 3312, 3312, 3312, 3313, 3313, 3313, 3313, 3313, 3313, 3313, 3313, 3313, 3314, 3314, 3314, 3314, 3314, 3314, 3314, 3314, 3314, 3315, 3315, 3315, 3315, 3315, 3315, 3315, 3315, 3315, 3316, 3316, 3316, 3316, 3316, 3316, 3316, 3316, 3316, 3317, 3317, 3317, 3317, 3317, 3317, 3317, 3317, 3317, 3318, 3318, 3318, 3318, 3318, 3318, 3318, 3318, 3318, 3319, 3319, 3319, 3319, 3319, 3319, 3319, 3319, 3319, 3320, 3320, 3320, 3320, 3320, 3320, 3320, 3320, 3320, 3321, 3321, 3321, 3321, 3321, 3321, 3321, 3321, 3321, 3322, 3322, 3322, 3322, 3322, 3322, 3322, 3322, 3322, 3323, 3323, 3323, 3323, 3323, 3323, 3323, 3323, 3323, 3324, 3324, 3324, 3324, 3324, 3324, 3324, 3324, 3324, 3325, 3325, 3325, 3325, 3325, 3325, 3325, 3325, 3325, 3326, 3326, 3326, 3326, 3326, 3326, 3326, 3326, 3326, 3327, 3327, 3327, 3327, 3327, 3327, 3327, 3327, 3327, 3328, 3328, 3328, 3328, 3328, 3328, 3328, 3328, 3328, 3329, 3329, 3329, 3329, 3329, 3329, 3329, 3329, 3329, 3330, 3330, 3330, 3330, 3330, 3330, 3330, 3330, 3330, 3331, 3331, 3331, 3331, 3331, 3331, 3331, 3331, 3331, 3332, 3332, 3332, 3332, 3332, 3332, 3332, 3332, 3332, 3333, 3333, 3333, 3333, 3333, 3333, 3333, 3333, 3333, 3334, 3334, 3334, 3334, 3334, 3334, 3334, 3334, 3334, 3335, 20, 19, 3335, 3335, 3335, 3335, 3335, 3335, 3336, 16, 15, 3336, 3336, 3336, 3336, 3336, 3336, 3337, 12, 11, 3337, 3338, 8, 7, 3338, 3338, 3339, 1, 3339, 3339, 3339, 3339, 3339, 3339, 3339, 3340, 0, 3340, 3340, 3340, 3340, 3340, 3340, 3340, 3341, 0, 3341, 3341, 3341, 3341, 3341, 3341, 3341, 3342, 3342, 3342, 3342, 3342, 3342, 3342, 3342, 3342, 3343, 0, 3343, 3343, 3343, 3343, 3343, 3343, 3343, 3344, 0, 3344, 3344, 3344, 3344, 3344, 3344, 3344, 3345, 0, 3345, 3345, 3345, 3345, 3345, 3345, 3345, 3346, 0, 3346, 3346, 3346, 3346, 3346, 3346, 3346, 3347, 3347, 3347, 3347, 3347, 3347, 3347, 3347, 3347, 3348, 0, 3348, 3348, 3348, 3348, 3348, 3348, 3348, 3349, 0, 3349, 3349, 3349, 3349, 0, 3349, 3349, 3350, 3350, 3350, 3350, 3350, 3350, 0, 3350, 3350, 3351, 3351, 3351, 3351, 3351, 3351, 3351, 3351, 3351, 3352, 0, 3352, 3352, 3352, 3352, 3352, 3352, 3352, 3353, 0, 3353, 0, 3353, 3353, 3353, 3353, 3353, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3355, 0, 3355, 3355, 3355, 3355, 3355, 3355, 3355, 3356, 0, 3356, 3356, 3356, 3356, 3356, 3356, 3356, 3357, 0, 3357, 3357, 3357, 3357, 3357, 3357, 3357, 3358, 0, 3358, 3358, 3358, 3358, 3358, 3358, 3358, 3359, 0, 3359, 3359, 3359, 3359, 3359, 3359, 3359, 3360, 0, 3360, 3360, 3360, 3360, 3360, 3360, 3360, 3362, 0, 3362, 3362, 3362, 3362, 3362, 3362, 3362, 3363, 0, 0, 3363, 3363, 3363, 3363, 3363, 3363, 3364, 0, 0, 3364, 3364, 3364, 3364, 3364, 3364, 3365, 0, 0, 3365, 3365, 3365, 3365, 3365, 3365, 3366, 0, 0, 3366, 3367, 0, 0, 3367, 3367, 3368, 0, 3368, 3368, 3368, 3368, 3368, 3368, 3368, 3369, 0, 3369, 3369, 3369, 3369, 3369, 3369, 3369, 3370, 0, 3370, 3370, 3370, 3370, 3370, 3370, 3370, 3371, 3371, 3371, 3371, 3371, 3371, 3371, 3371, 3371, 3372, 0, 3372, 3372, 3372, 3372, 3372, 3372, 3372, 3373, 0, 3373, 3373, 3373, 3373, 3373, 3373, 3373, 3374, 0, 3374, 3374, 3374, 3374, 3374, 3374, 3374, 3375, 0, 3375, 3375, 3375, 3375, 3375, 3375, 3375, 3376, 3376, 3376, 3376, 3376, 3376, 3376, 3376, 3376, 3377, 0, 3377, 3377, 3377, 3377, 3377, 3377, 3377, 3378, 0, 3378, 3378, 3378, 3378, 0, 3378, 3378, 3379, 0, 3379, 3379, 3379, 3379, 0, 3379, 3379, 3380, 3380, 3380, 3380, 3380, 3380, 3380, 3380, 3380, 3381, 0, 3381, 3381, 3381, 3381, 3381, 3381, 3381, 3382, 0, 3382, 0, 3382, 3382, 3382, 3382, 3382, 3383, 3383, 3383, 3383, 3383, 3383, 3383, 3383, 3383, 3384, 0, 3384, 3384, 3384, 3384, 3384, 3384, 3384, 3385, 0, 3385, 3385, 3385, 0, 3385, 3385, 3385, 3386, 0, 3386, 3386, 3386, 3386, 3386, 3386, 3386, 3387, 0, 3387, 3387, 3387, 3387, 3387, 3387, 3387, 3388, 0, 3388, 3388, 3388, 3388, 3388, 3388, 3388, 3389, 0, 3389, 3389, 3389, 3389, 3389, 3389, 3389, 3391, 0, 3391, 3391, 3391, 3391, 3391, 3391, 3391, 3392, 0, 0, 3392, 3392, 3392, 3392, 3392, 3392, 3393, 0, 0, 3393, 3393, 3393, 3393, 3393, 3393, 3394, 0, 0, 3394, 3394, 3394, 3394, 3394, 3394, 3395, 0, 0, 3395, 3395, 3395, 3395, 3395, 3395, 3396, 0, 0, 3396, 3397, 0, 0, 3397, 3397, 3398, 0, 3398, 3398, 3398, 3398, 3398, 3398, 3398, 3399, 0, 3399, 3399, 3399, 3399, 3399, 3399, 3399, 3400, 0, 3400, 3400, 3400, 3400, 3400, 3400, 3400, 3401, 3401, 3401, 3401, 3401, 3401, 3401, 3401, 3401, 3402, 0, 3402, 3402, 3402, 3402, 3402, 3402, 3402, 3403, 0, 3403, 3403, 3403, 3403, 3403, 3403, 3403, 3404, 0, 3404, 3404, 3404, 3404, 3404, 3404, 3404, 3405, 0, 3405, 3405, 3405, 3405, 3405, 3405, 3405, 3406, 3406, 3406, 3406, 3406, 3406, 3406, 3406, 3406, 3407, 0, 3407, 3407, 3407, 3407, 3407, 3407, 3407, 3408, 0, 3408, 3408, 3408, 3408, 0, 3408, 3408, 3409, 0, 3409, 3409, 3409, 3409, 0, 3409, 3409, 3410, 3410, 3410, 3410, 3410, 3410, 3410, 3410, 3410, 3411, 0, 3411, 3411, 3411, 3411, 3411, 3411, 3411, 3412, 0, 3412, 0, 3412, 3412, 3412, 3412, 3412, 3413, 3413, 3413, 3413, 3413, 3413, 3413, 3413, 3413, 3414, 0, 3414, 3414, 3414, 3414, 3414, 3414, 3414, 3415, 0, 3415, 3415, 3415, 3415, 3415, 3415, 3415, 3416, 0, 3416, 3416, 3416, 3416, 3416, 3416, 3416, 3417, 0, 3417, 3417, 3417, 3417, 3417, 3417, 3417, 3418, 0, 3418, 3418, 3418, 3418, 3418, 3418, 3418, 3419, 0, 3419, 3419, 3419, 3419, 3419, 3419, 3419, 3421, 0, 3421, 3421, 3421, 3421, 3421, 3421, 3421, 3422, 0, 0, 3422, 3422, 3422, 3422, 3422, 3422, 3423, 0, 0, 3423, 3423, 3423, 3423, 3423, 3423, 3424, 0, 0, 3424, 3424, 3424, 3424, 3424, 3424, 3425, 0, 0, 3425, 3425, 3425, 3425, 3425, 3425, 3426, 0, 0, 3426, 3426, 3426, 3426, 3426, 3426, 3427, 0, 0, 3427, 3428, 0, 0, 3428, 3428, 3429, 0, 3429, 3429, 3429, 3429, 3429, 3429, 3429, 3430, 0, 3430, 3430, 3430, 3430, 3430, 3430, 3430, 3431, 0, 3431, 3431, 3431, 3431, 3431, 3431, 3431, 3432, 3432, 3432, 3432, 3432, 3432, 3432, 3432, 3432, 3433, 0, 3433, 3433, 3433, 3433, 3433, 3433, 3433, 3434, 0, 3434, 3434, 3434, 3434, 3434, 3434, 3434, 3435, 0, 3435, 3435, 3435, 3435, 3435, 3435, 3435, 3436, 0, 3436, 3436, 3436, 3436, 3436, 3436, 3436, 3437, 3437, 3437, 3437, 3437, 3437, 3437, 3437, 3437, 3438, 0, 3438, 3438, 3438, 3438, 3438, 3438, 3438, 3439, 0, 3439, 3439, 3439, 3439, 0, 3439, 3439, 3440, 0, 3440, 3440, 3440, 3440, 0, 3440, 3440, 3441, 3441, 3441, 3441, 3441, 3441, 3441, 3441, 3441, 3442, 0, 3442, 3442, 3442, 3442, 3442, 3442, 3442, 3443, 0, 3443, 0, 3443, 3443, 3443, 3443, 3443, 3444, 3444, 3444, 3444, 3444, 3444, 3444, 3444, 3444, 3445, 0, 3445, 3445, 3445, 3445, 3445, 3445, 3445, 3446, 0, 3446, 3446, 3446, 3446, 3446, 3446, 3446, 3447, 0, 3447, 3447, 3447, 3447, 3447, 3447, 3447, 3448, 0, 3448, 3448, 3448, 3448, 3448, 3448, 3448, 3449, 0, 3449, 3449, 3449, 3449, 3449, 3449, 3449, 3451, 0, 3451, 3451, 3451, 3451, 3451, 3451, 3451, 3452, 0, 0, 3452, 3452, 3452, 3452, 3452, 3452, 3453, 0, 0, 3453, 3453, 3453, 3453, 3453, 3453, 3454, 0, 0, 3454, 3454, 3454, 3454, 3454, 3454, 3455, 0, 0, 3455, 3455, 3455, 3455, 3455, 3455, 3456, 0, 0, 3456, 3456, 3456, 3456, 3456, 3456, 3457, 0, 0, 3457, 3457, 3457, 3457, 3457, 3457, 3458, 0, 0, 3458, 3459, 0, 0, 3459, 3459, 3460, 0, 3460, 3460, 3460, 3460, 3460, 3460, 3460, 3461, 0, 3461, 3461, 3461, 3461, 3461, 3461, 3461, 3462, 0, 3462, 3462, 3462, 3462, 3462, 3462, 3462, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3463, 3464, 0, 3464, 3464, 3464, 3464, 3464, 3464, 3464, 3465, 0, 3465, 3465, 3465, 3465, 3465, 3465, 3465, 3466, 0, 3466, 3466, 3466, 3466, 3466, 3466, 3466, 3467, 0, 3467, 3467, 3467, 3467, 3467, 3467, 3467, 3468, 3468, 3468, 3468, 3468, 3468, 3468, 3468, 3468, 3469, 0, 3469, 3469, 3469, 3469, 3469, 3469, 3469, 3470, 0, 3470, 3470, 3470, 3470, 0, 3470, 3470, 3471, 0, 3471, 3471, 3471, 3471, 0, 3471, 3471, 3472, 3472, 3472, 3472, 3472, 3472, 3472, 3472, 3472, 3473, 0, 3473, 3473, 3473, 3473, 3473, 3473, 3473, 3474, 0, 3474, 0, 3474, 3474, 3474, 3474, 3474, 3475, 3475, 3475, 3475, 3475, 3475, 3475, 3475, 3475, 3476, 0, 3476, 3476, 3476, 3476, 3476, 3476, 3476, 3477, 0, 3477, 3477, 3477, 3477, 3477, 3477, 3477, 3478, 0, 3478, 3478, 3478, 3478, 3478, 3478, 3478, 3479, 0, 3479, 3479, 3479, 3479, 3479, 3479, 3479, 3480, 0, 3480, 3480, 3480, 3480, 3480, 3480, 3480, 3482, 0, 3482, 3482, 3482, 3482, 3482, 3482, 3482, 3483, 0, 0, 3483, 3483, 3483, 3483, 3483, 3483, 3484, 0, 0, 3484, 3484, 3484, 3484, 3484, 3484, 3485, 0, 0, 3485, 3485, 3485, 3485, 3485, 3485, 3486, 0, 0, 3486, 3486, 3486, 3486, 3486, 3486, 3487, 0, 0, 3487, 3487, 3487, 3487, 3487, 3487, 3488, 0, 0, 3488, 3488, 3488, 3488, 3488, 3488, 3489, 0, 0, 3489, 3490, 0, 0, 3490, 3490, 3491, 0, 3491, 3491, 3491, 3491, 3491, 3491, 3491, 3492, 0, 3492, 3492, 3492, 3492, 3492, 3492, 3492, 3493, 0, 3493, 3493, 3493, 3493, 3493, 3493, 3493, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3494, 3495, 0, 3495, 3495, 3495, 3495, 3495, 3495, 3495, 3496, 0, 3496, 3496, 3496, 3496, 3496, 3496, 3496, 3497, 0, 3497, 3497, 3497, 3497, 3497, 3497, 3497, 3498, 0, 3498, 3498, 3498, 3498, 3498, 3498, 3498, 3499, 3499, 3499, 3499, 3499, 3499, 3499, 3499, 3499, 3500, 0, 3500, 3500, 3500, 3500, 3500, 3500, 3500, 3501, 0, 3501, 3501, 3501, 3501, 0, 3501, 3501, 3502, 0, 3502, 3502, 3502, 3502, 0, 3502, 3502, 3503, 3503, 3503, 3503, 3503, 3503, 3503, 3503, 3503, 3504, 0, 3504, 3504, 3504, 3504, 3504, 3504, 3504, 3505, 0, 3505, 0, 3505, 3505, 3505, 3505, 3505, 3506, 3506, 3506, 3506, 3506, 3506, 3506, 3506, 3506, 3507, 0, 3507, 3507, 3507, 3507, 3507, 3507, 3507, 3508, 0, 3508, 3508, 3508, 3508, 3508, 3508, 3508, 3509, 0, 3509, 3509, 3509, 3509, 3509, 3509, 3509, 3510, 0, 3510, 3510, 3510, 3510, 3510, 3510, 3510, 3511, 0, 3511, 3511, 3511, 3511, 3511, 3511, 3511, 3513, 0, 3513, 3513, 3513, 3513, 3513, 3513, 3513, 3514, 0, 0, 3514, 3514, 3514, 3514, 3514, 3514, 3515, 0, 0, 3515, 3515, 3515, 3515, 3515, 3515, 3516, 0, 0, 3516, 3516, 3516, 3516, 3516, 3516, 3517, 0, 0, 3517, 3517, 3517, 3517, 3517, 3517, 3518, 0, 0, 3518, 3518, 3518, 3518, 3518, 3518, 3519, 0, 0, 3519, 3520, 0, 0, 3520, 3520, 3521, 0, 3521, 3521, 3521, 3521, 3521, 3521, 3521, 3522, 0, 3522, 3522, 3522, 3522, 3522, 3522, 3522, 3523, 0, 3523, 3523, 3523, 3523, 3523, 3523, 3523, 3524, 3524, 3524, 3524, 3524, 3524, 3524, 3524, 3524, 3525, 0, 3525, 3525, 3525, 3525, 3525, 3525, 3525, 3526, 0, 3526, 3526, 3526, 3526, 3526, 3526, 3526, 3527, 0, 3527, 3527, 3527, 3527, 3527, 3527, 3527, 3528, 0, 3528, 3528, 3528, 3528, 3528, 3528, 3528, 3529, 3529, 3529, 3529, 3529, 3529, 3529, 3529, 3529, 3530, 0, 3530, 3530, 3530, 3530, 3530, 3530, 3530, 3531, 0, 3531, 3531, 3531, 3531, 0, 3531, 3531, 3532, 0, 3532, 3532, 3532, 3532, 0, 3532, 3532, 3533, 3533, 3533, 3533, 3533, 3533, 3533, 3533, 3533, 3534, 0, 3534, 3534, 3534, 3534, 3534, 3534, 3534, 3535, 0, 3535, 0, 3535, 3535, 3535, 3535, 3535, 3536, 3536, 3536, 3536, 3536, 3536, 3536, 3536, 3536, 3537, 0, 3537, 3537, 3537, 3537, 3537, 3537, 3537, 3538, 0, 3538, 3538, 3538, 3538, 3538, 3538, 3538, 3539, 0, 3539, 3539, 3539, 3539, 3539, 3539, 3539, 3540, 0, 3540, 3540, 3540, 3540, 3540, 3540, 3540, 3541, 0, 3541, 3541, 3541, 3541, 3541, 3541, 3541, 3543, 0, 3543, 3543, 3543, 3543, 3543, 3543, 3543, 3544, 0, 0, 3544, 3544, 3544, 3544, 3544, 3544, 3545, 0, 0, 3545, 3545, 3545, 3545, 3545, 3545, 3546, 0, 0, 3546, 3546, 3546, 3546, 3546, 3546, 3547, 0, 0, 3547, 3547, 3548, 0, 3548, 3548, 3548, 3548, 3548, 3548, 3548, 3549, 0, 3549, 3549, 3549, 3549, 3549, 3549, 3549, 3550, 0, 3550, 3550, 3550, 3550, 3550, 3550, 3550, 3551, 3551, 3551, 3551, 3551, 3551, 3551, 3551, 3551, 3552, 0, 3552, 3552, 3552, 3552, 3552, 3552, 3552, 3553, 0, 3553, 3553, 3553, 3553, 3553, 3553, 3553, 3554, 0, 3554, 3554, 3554, 3554, 3554, 3554, 3554, 3555, 0, 3555, 3555, 3555, 3555, 3555, 3555, 3555, 3556, 3556, 3556, 3556, 3556, 3556, 3556, 3556, 3556, 3557, 0, 3557, 3557, 3557, 3557, 3557, 3557, 3557, 3558, 0, 3558, 3558, 3558, 3558, 0, 3558, 3558, 3559, 0, 3559, 3559, 3559, 3559, 0, 3559, 3559, 3560, 3560, 3560, 3560, 3560, 3560, 3560, 3560, 3560, 3561, 0, 3561, 3561, 3561, 3561, 3561, 3561, 3561, 3562, 0, 3562, 0, 3562, 3562, 3562, 3562, 3562, 3563, 3563, 3563, 3563, 3563, 3563, 3563, 3563, 3563, 3564, 0, 3564, 3564, 3564, 3564, 3564, 3564, 3564, 3565, 0, 3565, 3565, 3565, 3565, 3565, 3565, 3565, 3566, 0, 3566, 3566, 3566, 3566, 3566, 3566, 3566, 3567, 0, 3567, 3567, 3567, 3567, 3567, 3567, 3567, 3568, 0, 3568, 3568, 3568, 3568, 3568, 3568, 3568, 3570, 0, 3570, 3570, 3570, 3570, 3570, 3570, 3570, 3571, 0, 0, 3571, 3571, 3571, 3571, 3571, 3571, 3572, 0, 0, 3572, 3572, 3572, 3572, 3572, 3572, 3573, 0, 3573, 3573, 3573, 3573, 3573, 3573, 3573, 3574, 0, 3574, 3574, 3574, 3574, 3574, 3574, 3574, 3575, 0, 3575, 3575, 3575, 3575, 3575, 3575, 3575, 3576, 3576, 3576, 3576, 3576, 3576, 3576, 3576, 3576, 3577, 0, 3577, 3577, 3577, 3577, 3577, 3577, 3577, 3578, 0, 3578, 3578, 3578, 3578, 3578, 3578, 3578, 3579, 0, 3579, 3579, 3579, 3579, 3579, 3579, 3579, 3580, 0, 3580, 3580, 3580, 3580, 3580, 3580, 3580, 3581, 3581, 3581, 3581, 3581, 3581, 3581, 3581, 3581, 3582, 0, 3582, 3582, 3582, 3582, 3582, 3582, 3582, 3583, 0, 3583, 3583, 3583, 3583, 0, 3583, 3583, 3584, 0, 3584, 3584, 3584, 3584, 0, 3584, 3584, 3585, 3585, 3585, 3585, 3585, 3585, 3585, 3585, 3585, 3586, 0, 3586, 3586, 3586, 3586, 3586, 3586, 3586, 3587, 0, 3587, 0, 3587, 3587, 3587, 3587, 3587, 3588, 3588, 3588, 3588, 3588, 3588, 3588, 3588, 3588, 3589, 0, 3589, 3589, 3589, 3589, 3589, 3589, 3589, 3590, 0, 3590, 3590, 3590, 3590, 3590, 3590, 3590, 3591, 0, 3591, 3591, 3591, 3591, 3591, 3591, 3591, 3592, 0, 3592, 3592, 3592, 3592, 3592, 3592, 3592, 3593, 0, 3593, 3593, 3593, 3593, 3593, 3593, 3593, 3595, 0, 3595, 3595, 3595, 3595, 3595, 3595, 3595, 3596, 0, 0, 3596, 3596, 3596, 3596, 3596, 3596, 3597, 0, 3597, 3597, 3597, 3597, 3597, 3597, 3597, 3598, 0, 3598, 3598, 3598, 3598, 3598, 3598, 3598, 3599, 0, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3600, 3600, 3600, 3600, 3600, 3600, 3600, 3600, 3600, 3601, 0, 3601, 3601, 3601, 3601, 3601, 3601, 3601, 3602, 0, 3602, 3602, 3602, 3602, 3602, 3602, 3602, 3603, 0, 3603, 3603, 3603, 3603, 3603, 3603, 3603, 3604, 0, 3604, 3604, 3604, 3604, 3604, 3604, 3604, 3605, 3605, 3605, 3605, 3605, 3605, 3605, 3605, 3605, 3606, 0, 3606, 3606, 3606, 3606, 3606, 3606, 3606, 3607, 0, 3607, 3607, 3607, 3607, 0, 3607, 3607, 3608, 0, 3608, 3608, 3608, 3608, 0, 3608, 3608, 3609, 3609, 3609, 3609, 3609, 3609, 3609, 3609, 3609, 3610, 0, 3610, 3610, 3610, 3610, 3610, 3610, 3610, 3611, 0, 3611, 0, 3611, 3611, 3611, 3611, 3611, 3612, 3612, 3612, 3612, 3612, 3612, 3612, 3612, 3612, 3613, 0, 3613, 3613, 3613, 3613, 3613, 3613, 3613, 3614, 0, 3614, 3614, 3614, 3614, 3614, 3614, 3614, 3615, 0, 3615, 3615, 3615, 3615, 3615, 3615, 3615, 3616, 0, 3616, 3616, 3616, 3616, 3616, 3616, 3616, 3617, 0, 3617, 3617, 3617, 3617, 3617, 3617, 3617, 3618, 0, 3618, 3618, 3618, 3618, 3618, 3618, 3618, 3619, 0, 0, 3619, 3619, 3619, 3619, 3619, 3619, 3620, 0, 3620, 3620, 3620, 3620, 3620, 3620, 3620, 3621, 0, 3621, 3621, 3621, 3621, 3621, 3621, 3621, 3622, 0, 3622, 3622, 3622, 3622, 3622, 3622, 3622, 3623, 3623, 3623, 3623, 3623, 3623, 3623, 3623, 3623, 3624, 0, 3624, 3624, 3624, 3624, 3624, 3624, 3624, 3625, 0, 3625, 3625, 3625, 3625, 3625, 3625, 3625, 3626, 0, 3626, 3626, 3626, 3626, 3626, 3626, 3626, 3627, 0, 3627, 3627, 3627, 3627, 3627, 3627, 3627, 3628, 3628, 3628, 3628, 3628, 3628, 3628, 3628, 3628, 3629, 0, 3629, 3629, 3629, 3629, 3629, 3629, 3629, 3630, 0, 3630, 3630, 3630, 3630, 0, 3630, 3630, 3631, 0, 3631, 3631, 3631, 3631, 0, 3631, 3631, 3632, 3632, 3632, 3632, 3632, 3632, 3632, 3632, 3632, 3633, 0, 3633, 3633, 3633, 3633, 3633, 3633, 3633, 3634, 0, 3634, 0, 3634, 3634, 3634, 3634, 3634, 3635, 3635, 3635, 3635, 3635, 3635, 3635, 3635, 3635, 3636, 0, 3636, 3636, 3636, 3636, 3636, 3636, 3636, 3637, 0, 3637, 3637, 3637, 3637, 3637, 3637, 3637, 3638, 0, 3638, 3638, 3638, 3638, 3638, 3638, 3638, 3639, 0, 3639, 3639, 3639, 3639, 3639, 3639, 3639, 3640, 0, 3640, 3640, 3640, 3640, 3640, 3640, 3640, 3641, 0, 3641, 3641, 3641, 3641, 3641, 3641, 3641, 3642, 0, 0, 3642, 3642, 3642, 3642, 3642, 3642, 3643, 0, 3643, 3643, 3643, 3643, 3643, 3643, 3643, 3644, 0, 3644, 3644, 3644, 3644, 3644, 3644, 3644, 3645, 0, 3645, 3645, 3645, 3645, 3645, 3645, 3645, 3646, 3646, 3646, 3646, 3646, 3646, 3646, 3646, 3646, 3647, 0, 3647, 3647, 3647, 3647, 3647, 3647, 3647, 3648, 0, 3648, 3648, 3648, 3648, 3648, 3648, 3648, 3649, 0, 3649, 3649, 3649, 3649, 3649, 3649, 3649, 3650, 0, 3650, 3650, 3650, 3650, 3650, 3650, 3650, 3651, 3651, 3651, 3651, 3651, 3651, 3651, 3651, 3651, 3652, 0, 3652, 3652, 3652, 3652, 3652, 3652, 3652, 3653, 0, 3653, 3653, 3653, 3653, 0, 3653, 3653, 3654, 0, 3654, 3654, 3654, 3654, 0, 3654, 3654, 3655, 3655, 3655, 3655, 3655, 3655, 3655, 3655, 3655, 3656, 0, 3656, 3656, 3656, 3656, 3656, 3656, 3656, 3657, 0, 3657, 0, 3657, 3657, 3657, 3657, 3657, 3658, 3658, 3658, 3658, 3658, 3658, 3658, 3658, 3658, 3659, 0, 3659, 3659, 3659, 3659, 3659, 3659, 3659, 3660, 0, 3660, 3660, 3660, 3660, 3660, 3660, 3660, 3661, 0, 3661, 3661, 3661, 3661, 3661, 3661, 3661, 3662, 0, 3662, 3662, 3662, 3662, 3662, 3662, 3662, 3663, 0, 3663, 3663, 3663, 3663, 3663, 3663, 3663, 3664, 0, 3664, 3664, 3664, 3664, 3664, 3664, 3664, 3665, 0, 0, 3665, 3665, 3665, 3665, 3665, 3665, 3666, 0, 3666, 3666, 3666, 3666, 3666, 3666, 3666, 3667, 0, 3667, 3667, 3667, 3667, 3667, 3667, 3667, 3668, 0, 3668, 3668, 3668, 3668, 3668, 3668, 3668, 3669, 3669, 3669, 3669, 3669, 3669, 3669, 3669, 3669, 3670, 0, 3670, 3670, 3670, 3670, 3670, 3670, 3670, 3671, 0, 3671, 3671, 3671, 3671, 3671, 3671, 3671, 3672, 0, 3672, 3672, 3672, 3672, 3672, 3672, 3672, 3673, 0, 3673, 3673, 3673, 3673, 3673, 3673, 3673, 3674, 3674, 3674, 3674, 3674, 3674, 3674, 3674, 3674, 3675, 0, 3675, 3675, 3675, 3675, 3675, 3675, 3675, 3676, 0, 3676, 3676, 3676, 3676, 0, 3676, 3676, 3677, 0, 3677, 3677, 3677, 3677, 0, 3677, 3677, 3678, 3678, 3678, 3678, 3678, 3678, 3678, 3678, 3678, 3679, 0, 3679, 3679, 3679, 3679, 3679, 3679, 3679, 3680, 0, 3680, 0, 3680, 3680, 3680, 3680, 3680, 3681, 3681, 3681, 3681, 3681, 3681, 3681, 3681, 3681, 3682, 0, 3682, 3682, 3682, 3682, 3682, 3682, 3682, 3683, 0, 3683, 3683, 3683, 3683, 3683, 3683, 3683, 3684, 0, 3684, 3684, 3684, 3684, 3684, 3684, 3684, 3685, 0, 3685, 3685, 3685, 3685, 3685, 3685, 3685, 3686, 0, 3686, 3686, 3686, 3686, 3686, 3686, 3686, 3687, 0, 3687, 3687, 3687, 3687, 3687, 3687, 3687, 3688, 0, 3688, 3688, 3688, 3688, 3688, 3688, 3688, 3689, 0, 3689, 3689, 3689, 3689, 3689, 3689, 3689, 3690, 0, 3690, 3690, 3690, 3690, 3690, 3690, 3690, 3691, 3691, 3691, 3691, 3691, 3691, 3691, 3691, 3691, 3692, 0, 3692, 3692, 3692, 3692, 3692, 3692, 3692, 3693, 0, 3693, 3693, 3693, 3693, 3693, 3693, 3693, 3694, 0, 3694, 3694, 3694, 3694, 3694, 3694, 3694, 3695, 0, 3695, 3695, 3695, 3695, 3695, 3695, 3695, 3696, 3696, 3696, 3696, 3696, 3696, 3696, 3696, 3696, 3697, 0, 3697, 3697, 3697, 3697, 3697, 3697, 3697, 3698, 0, 3698, 3698, 3698, 3698, 0, 3698, 3698, 3699, 0, 3699, 3699, 3699, 3699, 0, 3699, 3699, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3700, 3701, 0, 3701, 3701, 3701, 3701, 3701, 3701, 3701, 3702, 0, 3702, 0, 3702, 3702, 3702, 3702, 3702, 3703, 3703, 3703, 3703, 3703, 3703, 3703, 3703, 3703, 3704, 0, 3704, 3704, 3704, 3704, 3704, 3704, 3704, 3705, 0, 3705, 3705, 3705, 3705, 3705, 3705, 3705, 3706, 0, 3706, 3706, 3706, 3706, 3706, 3706, 3706, 3707, 0, 3707, 3707, 3707, 3707, 3707, 3707, 3707, 3708, 0, 3708, 3708, 3708, 3708, 3708, 3708, 3708, 3709, 0, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3710, 0, 3710, 3710, 3710, 3710, 3710, 3710, 3710, 3711, 0, 3711, 3711, 3711, 3711, 3711, 3711, 3711, 3712, 0, 3712, 3712, 3712, 3712, 3712, 3712, 3712, 3713, 3713, 3713, 3713, 3713, 3713, 3713, 3713, 3713, 3714, 0, 3714, 3714, 3714, 3714, 3714, 3714, 3714, 3715, 0, 3715, 3715, 3715, 3715, 3715, 3715, 3715, 3716, 0, 3716, 3716, 3716, 3716, 3716, 3716, 3716, 3717, 0, 3717, 3717, 3717, 3717, 3717, 3717, 3717, 3718, 3718, 3718, 3718, 3718, 3718, 3718, 3718, 3718, 3719, 0, 3719, 3719, 3719, 3719, 3719, 3719, 3719, 3720, 0, 3720, 3720, 3720, 3720, 0, 3720, 3720, 3721, 0, 3721, 3721, 3721, 3721, 0, 3721, 3721, 3722, 3722, 3722, 3722, 3722, 3722, 3722, 3722, 3722, 3723, 0, 3723, 3723, 3723, 3723, 3723, 3723, 3723, 3724, 0, 3724, 0, 3724, 3724, 3724, 3724, 3724, 3725, 3725, 3725, 3725, 3725, 3725, 3725, 3725, 3725, 3726, 0, 3726, 3726, 3726, 3726, 3726, 3726, 3726, 3727, 0, 3727, 3727, 3727, 3727, 3727, 3727, 3727, 3728, 0, 3728, 3728, 3728, 3728, 3728, 3728, 3728, 3729, 0, 3729, 3729, 3729, 3729, 3729, 3729, 3729, 3730, 0, 3730, 3730, 3730, 3730, 3730, 3730, 3730, 3731, 0, 3731, 3731, 3731, 3731, 3731, 3731, 3731, 3732, 0, 3732, 3732, 3732, 3732, 3732, 3732, 3732, 3733, 0, 3733, 3733, 3733, 3733, 3733, 3733, 3733, 3734, 0, 3734, 3734, 3734, 3734, 3734, 3734, 3734, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3735, 3736, 0, 3736, 3736, 3736, 3736, 3736, 3736, 3736, 3737, 0, 3737, 3737, 3737, 3737, 3737, 3737, 3737, 3738, 0, 3738, 3738, 3738, 3738, 3738, 3738, 3738, 3739, 0, 3739, 3739, 3739, 3739, 3739, 3739, 3739, 3740, 3740, 3740, 3740, 3740, 3740, 3740, 3740, 3740, 3741, 0, 3741, 3741, 3741, 3741, 3741, 3741, 3741, 3742, 0, 3742, 3742, 3742, 3742, 0, 3742, 3742, 3743, 0, 3743, 3743, 3743, 3743, 0, 3743, 3743, 3744, 3744, 3744, 3744, 3744, 3744, 3744, 3744, 3744, 3745, 0, 3745, 3745, 3745, 3745, 3745, 3745, 3745, 3746, 0, 3746, 0, 3746, 3746, 3746, 3746, 3746, 3747, 3747, 3747, 3747, 3747, 3747, 3747, 3747, 3747, 3748, 0, 3748, 3748, 3748, 3748, 3748, 3748, 3748, 3749, 0, 3749, 3749, 3749, 3749, 3749, 3749, 3749, 3750, 0, 3750, 3750, 3750, 3750, 3750, 3750, 3750, 3751, 0, 3751, 3751, 3751, 3751, 3751, 3751, 3751, 3752, 0, 3752, 3752, 3752, 3752, 3752, 3752, 3752, 3753, 0, 3753, 3753, 3753, 3753, 3753, 3753, 3753, 3754, 0, 3754, 3754, 3754, 3754, 3754, 3754, 3754, 3755, 0, 3755, 3755, 3755, 3755, 3755, 3755, 3755, 3756, 0, 3756, 3756, 3756, 3756, 3756, 3756, 3756, 3757, 3757, 3757, 3757, 3757, 3757, 3757, 3757, 3757, 3758, 0, 3758, 3758, 3758, 3758, 3758, 3758, 3758, 3759, 0, 3759, 3759, 3759, 3759, 3759, 3759, 3759, 3760, 0, 3760, 3760, 3760, 3760, 3760, 3760, 3760, 3761, 0, 3761, 3761, 3761, 3761, 3761, 3761, 3761, 3762, 3762, 3762, 3762, 3762, 3762, 3762, 3762, 3762, 3763, 0, 3763, 3763, 3763, 3763, 3763, 3763, 3763, 3764, 0, 3764, 3764, 3764, 3764, 0, 3764, 3764, 3765, 0, 3765, 3765, 3765, 3765, 0, 3765, 3765, 3766, 3766, 3766, 3766, 3766, 3766, 3766, 3766, 3766, 3767, 0, 3767, 3767, 3767, 3767, 3767, 3767, 3767, 3768, 0, 3768, 0, 3768, 3768, 3768, 3768, 3768, 3769, 3769, 3769, 3769, 3769, 3769, 3769, 3769, 3769, 3770, 0, 3770, 3770, 3770, 3770, 3770, 3770, 3770, 3771, 0, 3771, 3771, 3771, 3771, 3771, 3771, 3771, 3772, 0, 3772, 3772, 3772, 3772, 3772, 3772, 3772, 3773, 0, 3773, 3773, 3773, 3773, 3773, 3773, 3773, 3774, 0, 3774, 3774, 3774, 3774, 3774, 3774, 3774, 3775, 0, 3775, 3775, 3775, 3775, 3775, 3775, 3775, 3776, 0, 3776, 3776, 3776, 3776, 3776, 3776, 3776, 3777, 0, 3777, 3777, 3777, 3777, 3777, 3777, 3777, 3778, 0, 3778, 3778, 3778, 3778, 3778, 3778, 3778, 3779, 3779, 3779, 3779, 3779, 3779, 3779, 3779, 3779, 3780, 0, 3780, 3780, 3780, 3780, 3780, 3780, 3780, 3781, 0, 3781, 3781, 3781, 3781, 3781, 3781, 3781, 3782, 0, 3782, 3782, 3782, 3782, 3782, 3782, 3782, 3783, 0, 3783, 3783, 3783, 3783, 3783, 3783, 3783, 3784, 3784, 3784, 3784, 3784, 3784, 3784, 3784, 3784, 3785, 0, 3785, 3785, 3785, 3785, 3785, 3785, 3785, 3786, 0, 3786, 3786, 3786, 3786, 0, 3786, 3786, 3787, 0, 3787, 3787, 3787, 3787, 0, 3787, 3787, 3788, 3788, 3788, 3788, 3788, 3788, 3788, 3788, 3788, 3789, 0, 3789, 3789, 3789, 3789, 3789, 3789, 3789, 3790, 0, 3790, 0, 3790, 3790, 3790, 3790, 3790, 3791, 3791, 3791, 3791, 3791, 3791, 3791, 3791, 3791, 3792, 0, 3792, 3792, 3792, 3792, 3792, 3792, 3792, 3793, 0, 3793, 3793, 3793, 3793, 3793, 3793, 3793, 3794, 0, 3794, 3794, 3794, 3794, 3794, 3794, 3794, 3795, 0, 3795, 3795, 3795, 3795, 3795, 3795, 3795, 3796, 0, 3796, 3796, 3796, 3796, 3796, 3796, 3796, 3797, 0, 3797, 3797, 3797, 3797, 3797, 3797, 3797, 3798, 0, 3798, 3798, 3798, 3798, 3798, 3798, 3798, 3799, 0, 3799, 3799, 3799, 3799, 3799, 3799, 3799, 3800, 0, 3800, 3800, 3800, 3800, 3800, 3800, 3800, 3801, 3801, 3801, 3801, 3801, 3801, 3801, 3801, 3801, 3802, 0, 3802, 3802, 3802, 3802, 3802, 3802, 3802, 3803, 0, 3803, 3803, 3803, 3803, 3803, 3803, 3803, 3804, 0, 3804, 3804, 3804, 3804, 3804, 3804, 3804, 3805, 0, 3805, 3805, 3805, 3805, 3805, 3805, 3805, 3806, 3806, 3806, 3806, 3806, 3806, 3806, 3806, 3806, 3807, 0, 3807, 3807, 3807, 3807, 3807, 3807, 3807, 3808, 0, 3808, 3808, 3808, 3808, 0, 3808, 3808, 3809, 0, 3809, 3809, 3809, 3809, 0, 3809, 3809, 3810, 3810, 3810, 3810, 3810, 3810, 3810, 3810, 3810, 3811, 0, 3811, 3811, 3811, 3811, 3811, 3811, 3811, 3812, 0, 3812, 0, 3812, 3812, 3812, 3812, 3812, 3813, 3813, 3813, 3813, 3813, 3813, 3813, 3813, 3813, 3814, 0, 3814, 3814, 3814, 3814, 3814, 3814, 3814, 3815, 0, 3815, 3815, 3815, 3815, 3815, 3815, 3815, 3816, 0, 3816, 3816, 3816, 3816, 3816, 3816, 3816, 3817, 0, 3817, 3817, 3817, 3817, 3817, 3817, 3817, 3818, 0, 3818, 3818, 3818, 3818, 3818, 3818, 3818, 3819, 0, 3819, 3819, 3819, 3819, 3819, 3819, 3819, 3820, 0, 3820, 3820, 3820, 3820, 3820, 3820, 3820, 3821, 0, 3821, 3821, 3821, 3821, 3821, 3821, 3821, 3822, 0, 3822, 3822, 3822, 3822, 3822, 3822, 3822, 3823, 3823, 3823, 3823, 3823, 3823, 3823, 3823, 3823, 3824, 0, 3824, 3824, 3824, 3824, 3824, 3824, 3824, 3825, 0, 3825, 3825, 3825, 3825, 3825, 3825, 3825, 3826, 0, 3826, 3826, 3826, 3826, 3826, 3826, 3826, 3827, 0, 3827, 3827, 3827, 3827, 3827, 3827, 3827, 3828, 3828, 3828, 3828, 3828, 3828, 3828, 3828, 3828, 3829, 0, 3829, 3829, 3829, 3829, 3829, 3829, 3829, 3830, 0, 3830, 3830, 3830, 3830, 0, 3830, 3830, 3831, 0, 3831, 3831, 3831, 3831, 0, 3831, 3831, 3832, 3832, 3832, 3832, 3832, 3832, 3832, 3832, 3832, 3833, 0, 3833, 3833, 3833, 3833, 3833, 3833, 3833, 3834, 0, 3834, 0, 3834, 3834, 3834, 3834, 3834, 3835, 3835, 3835, 3835, 3835, 3835, 3835, 3835, 3835, 3836, 0, 3836, 3836, 3836, 3836, 3836, 3836, 3836, 3837, 0, 3837, 3837, 3837, 3837, 3837, 3837, 3837, 3838, 0, 3838, 3838, 3838, 3838, 3838, 3838, 3838, 3839, 0, 3839, 3839, 3839, 3839, 3839, 3839, 3839, 3840, 0, 3840, 3840, 3840, 3840, 3840, 3840, 3840, 3841, 0, 3841, 3841, 3841, 3841, 3841, 3841, 3841, 3842, 0, 3842, 3842, 3842, 3842, 3842, 3842, 3842, 3843, 0, 3843, 3843, 3843, 3843, 3843, 3843, 3843, 3844, 0, 3844, 3844, 3844, 3844, 3844, 3844, 3844, 3845, 3845, 3845, 3845, 3845, 3845, 3845, 3845, 3845, 3846, 0, 3846, 3846, 3846, 3846, 3846, 3846, 3846, 3847, 0, 3847, 3847, 3847, 3847, 3847, 3847, 3847, 3848, 0, 3848, 3848, 3848, 3848, 3848, 3848, 3848, 3849, 0, 3849, 3849, 3849, 3849, 3849, 3849, 3849, 3850, 3850, 3850, 3850, 3850, 3850, 3850, 3850, 3850, 3851, 0, 3851, 3851, 3851, 3851, 3851, 3851, 3851, 3852, 0, 3852, 3852, 3852, 3852, 0, 3852, 3852, 3853, 0, 3853, 3853, 3853, 3853, 0, 3853, 3853, 3854, 3854, 3854, 3854, 3854, 3854, 3854, 3854, 3854, 3855, 0, 3855, 3855, 3855, 3855, 3855, 3855, 3855, 3856, 0, 3856, 0, 3856, 3856, 3856, 3856, 3856, 3857, 3857, 3857, 3857, 3857, 3857, 3857, 3857, 3857, 3858, 0, 3858, 3858, 3858, 3858, 3858, 3858, 3858, 3859, 0, 3859, 3859, 3859, 3859, 3859, 3859, 3859, 3860, 0, 3860, 3860, 3860, 3860, 3860, 3860, 3860, 3861, 0, 3861, 3861, 3861, 3861, 3861, 3861, 3861, 3862, 0, 3862, 3862, 3862, 3862, 3862, 3862, 3862, 3863, 0, 3863, 3863, 3863, 3863, 3863, 3863, 3863, 3864, 0, 3864, 3864, 3864, 3864, 3864, 3864, 3864, 3865, 0, 3865, 3865, 3865, 3865, 3865, 3865, 3865, 3866, 0, 3866, 3866, 3866, 3866, 3866, 3866, 3866, 3867, 3867, 3867, 3867, 3867, 3867, 3867, 3867, 3867, 3868, 0, 3868, 3868, 3868, 3868, 3868, 3868, 3868, 3869, 0, 3869, 3869, 3869, 3869, 3869, 3869, 3869, 3870, 0, 3870, 3870, 3870, 3870, 3870, 3870, 3870, 3871, 0, 3871, 3871, 3871, 3871, 3871, 3871, 3871, 3872, 3872, 3872, 3872, 3872, 3872, 3872, 3872, 3872, 3873, 0, 3873, 3873, 3873, 3873, 3873, 3873, 3873, 3874, 0, 3874, 3874, 3874, 3874, 0, 3874, 3874, 3875, 0, 3875, 3875, 3875, 3875, 0, 3875, 3875, 3876, 3876, 3876, 3876, 3876, 3876, 3876, 3876, 3876, 3877, 0, 3877, 3877, 3877, 3877, 3877, 3877, 3877, 3878, 0, 3878, 0, 3878, 3878, 3878, 3878, 3878, 3879, 3879, 3879, 3879, 3879, 3879, 3879, 3879, 3879, 3880, 0, 3880, 3880, 3880, 3880, 3880, 3880, 3880, 3881, 0, 3881, 3881, 3881, 3881, 3881, 3881, 3881, 3882, 0, 3882, 3882, 3882, 3882, 3882, 3882, 3882, 3883, 0, 3883, 3883, 3883, 3883, 3883, 3883, 3883, 3884, 0, 3884, 3884, 3884, 3884, 3884, 3884, 3884, 3885, 0, 3885, 3885, 3885, 3885, 3885, 3885, 3885, 3886, 0, 3886, 3886, 3886, 3886, 3886, 3886, 3886, 3887, 0, 3887, 3887, 3887, 3887, 3887, 3887, 3887, 3888, 0, 3888, 3888, 3888, 3888, 3888, 3888, 3888, 3889, 3889, 3889, 3889, 3889, 3889, 3889, 3889, 3889, 3890, 0, 3890, 3890, 3890, 3890, 3890, 3890, 3890, 3891, 0, 3891, 3891, 3891, 3891, 3891, 3891, 3891, 3892, 0, 3892, 3892, 3892, 3892, 3892, 3892, 3892, 3893, 0, 3893, 3893, 3893, 3893, 3893, 3893, 3893, 3894, 3894, 3894, 3894, 3894, 3894, 3894, 3894, 3894, 3895, 0, 3895, 3895, 3895, 3895, 3895, 3895, 3895, 3896, 0, 3896, 3896, 3896, 3896, 0, 3896, 3896, 3897, 0, 3897, 3897, 3897, 3897, 0, 3897, 3897, 3898, 3898, 3898, 3898, 3898, 3898, 3898, 3898, 3898, 3899, 0, 3899, 3899, 3899, 3899, 3899, 3899, 3899, 3900, 0, 3900, 0, 3900, 3900, 3900, 3900, 3900, 3901, 3901, 3901, 3901, 3901, 3901, 3901, 3901, 3901, 3902, 0, 3902, 3902, 3902, 3902, 3902, 3902, 3902, 3903, 0, 3903, 3903, 3903, 3903, 3903, 3903, 3903, 3904, 0, 3904, 3904, 3904, 3904, 3904, 3904, 3904, 3905, 0, 3905, 3905, 3905, 3905, 3905, 3905, 3905, 3906, 0, 3906, 3906, 3906, 3906, 3906, 3906, 3906, 3907, 0, 3907, 3907, 3907, 3907, 3907, 3907, 3907, 3908, 0, 3908, 3908, 3908, 3908, 3908, 3908, 3908, 3909, 0, 3909, 3909, 3909, 3909, 3909, 3909, 3909, 3910, 0, 3910, 3910, 3910, 3910, 3910, 3910, 3910, 3911, 3911, 3911, 3911, 3911, 3911, 3911, 3911, 3911, 3912, 0, 3912, 3912, 3912, 3912, 3912, 3912, 3912, 3913, 0, 3913, 3913, 3913, 3913, 3913, 3913, 3913, 3914, 0, 3914, 3914, 3914, 3914, 3914, 3914, 3914, 3915, 0, 3915, 3915, 3915, 3915, 3915, 3915, 3915, 3916, 3916, 3916, 3916, 3916, 3916, 3916, 3916, 3916, 3917, 0, 3917, 3917, 3917, 3917, 3917, 3917, 3917, 3918, 0, 3918, 3918, 3918, 3918, 0, 3918, 3918, 3919, 0, 3919, 3919, 3919, 3919, 0, 3919, 3919, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3921, 0, 3921, 3921, 3921, 3921, 3921, 3921, 3921, 3922, 0, 3922, 0, 3922, 3922, 3922, 3922, 3922, 3923, 3923, 3923, 3923, 3923, 3923, 3923, 3923, 3923, 3924, 0, 3924, 3924, 3924, 3924, 3924, 3924, 3924, 3925, 0, 3925, 3925, 3925, 3925, 3925, 3925, 3925, 3926, 0, 3926, 3926, 3926, 3926, 3926, 3926, 3926, 3927, 0, 3927, 3927, 3927, 3927, 3927, 3927, 3927, 3928, 0, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3929, 0, 3929, 3929, 3929, 3929, 3929, 3929, 3929, 3930, 0, 3930, 3930, 3930, 3930, 3930, 3930, 3930, 3931, 0, 3931, 3931, 3931, 3931, 3931, 3931, 3931, 3932, 0, 3932, 3932, 3932, 3932, 3932, 3932, 3932, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3933, 3934, 0, 3934, 3934, 3934, 3934, 3934, 3934, 3934, 3935, 0, 3935, 3935, 3935, 3935, 3935, 3935, 3935, 3936, 0, 3936, 3936, 3936, 3936, 3936, 3936, 3936, 3937, 0, 3937, 3937, 3937, 3937, 3937, 3937, 3937, 3938, 3938, 3938, 3938, 3938, 3938, 3938, 3938, 3938, 3939, 0, 3939, 3939, 3939, 3939, 3939, 3939, 3939, 3940, 0, 3940, 3940, 3940, 3940, 0, 3940, 3940, 3941, 0, 3941, 3941, 3941, 3941, 0, 3941, 3941, 3942, 3942, 3942, 3942, 3942, 3942, 3942, 3942, 3942, 3943, 0, 3943, 3943, 3943, 3943, 3943, 3943, 3943, 3944, 0, 3944, 0, 3944, 3944, 3944, 3944, 3944, 3945, 3945, 3945, 3945, 3945, 3945, 3945, 3945, 3945, 3946, 0, 3946, 3946, 3946, 3946, 3946, 3946, 3946, 3947, 0, 3947, 3947, 3947, 3947, 3947, 3947, 3947, 3948, 0, 3948, 3948, 3948, 3948, 3948, 3948, 3948, 3949, 0, 3949, 3949, 3949, 3949, 3949, 3949, 3949, 3950, 0, 3950, 3950, 3950, 3950, 3950, 3950, 3950, 3951, 0, 3951, 3951, 3951, 3951, 3951, 3951, 3951, 3952, 0, 3952, 3952, 3952, 3952, 3952, 3952, 3952, 3953, 0, 3953, 3953, 3953, 3953, 3953, 3953, 3953, 3954, 0, 3954, 3954, 3954, 3954, 3954, 3954, 3954, 3955, 3955, 3955, 3955, 3955, 3955, 3955, 3955, 3955, 3956, 0, 3956, 3956, 3956, 3956, 3956, 3956, 3956, 3957, 0, 3957, 3957, 3957, 3957, 3957, 3957, 3957, 3958, 0, 3958, 3958, 3958, 3958, 3958, 3958, 3958, 3959, 0, 3959, 3959, 3959, 3959, 3959, 3959, 3959, 3960, 3960, 3960, 3960, 3960, 3960, 3960, 3960, 3960, 3961, 0, 3961, 3961, 3961, 3961, 3961, 3961, 3961, 3962, 0, 3962, 3962, 3962, 3962, 0, 3962, 3962, 3963, 0, 3963, 3963, 3963, 3963, 0, 3963, 3963, 3964, 3964, 3964, 3964, 3964, 3964, 3964, 3964, 3964, 3965, 0, 3965, 3965, 3965, 3965, 3965, 3965, 3965, 3966, 0, 3966, 0, 3966, 3966, 3966, 3966, 3966, 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3967, 3968, 0, 3968, 3968, 3968, 3968, 3968, 3968, 3968, 3969, 0, 3969, 3969, 3969, 3969, 3969, 3969, 3969, 3970, 0, 3970, 3970, 3970, 3970, 3970, 3970, 3970, 3971, 0, 3971, 3971, 3971, 3971, 3971, 3971, 3971, 3972, 0, 3972, 3972, 3972, 3972, 3972, 3972, 3972, 3973, 0, 3973, 3973, 3973, 3973, 3973, 3973, 3973, 3974, 0, 3974, 3974, 3974, 3974, 3974, 3974, 3974, 3975, 0, 3975, 3975, 3975, 3975, 3975, 3975, 3975, 3976, 0, 3976, 3976, 3976, 3976, 3976, 3976, 3976, 3977, 3977, 3977, 3977, 3977, 3977, 3977, 3977, 3977, 3978, 0, 3978, 3978, 3978, 3978, 3978, 3978, 3978, 3979, 0, 3979, 3979, 3979, 3979, 3979, 3979, 3979, 3980, 0, 3980, 3980, 3980, 3980, 3980, 3980, 3980, 3981, 0, 3981, 3981, 3981, 3981, 3981, 3981, 3981, 3982, 3982, 3982, 3982, 3982, 3982, 3982, 3982, 3982, 3983, 0, 3983, 3983, 3983, 3983, 3983, 3983, 3983, 3984, 0, 3984, 3984, 3984, 3984, 0, 3984, 3984, 3985, 0, 3985, 3985, 3985, 3985, 0, 3985, 3985, 3986, 3986, 3986, 3986, 3986, 3986, 3986, 3986, 3986, 3987, 0, 3987, 3987, 3987, 3987, 3987, 3987, 3987, 3988, 0, 3988, 0, 3988, 3988, 3988, 3988, 3988, 3989, 3989, 3989, 3989, 3989, 3989, 3989, 3989, 3989, 3990, 0, 3990, 3990, 3990, 3990, 3990, 3990, 3990, 3991, 0, 3991, 3991, 3991, 3991, 3991, 3991, 3991, 3992, 0, 3992, 3992, 3992, 3992, 3992, 3992, 3992, 3993, 0, 3993, 3993, 3993, 3993, 3993, 3993, 3993, 3994, 0, 3994, 3994, 3994, 3994, 3994, 3994, 3994, 3995, 0, 3995, 3995, 3995, 3995, 3995, 3995, 3995, 3996, 0, 3996, 3996, 3996, 3996, 3996, 3996, 3996, 3997, 0, 3997, 3997, 3997, 3997, 3997, 3997, 3997, 3998, 0, 3998, 3998, 3998, 3998, 3998, 3998, 3998, 3999, 3999, 3999, 3999, 3999, 3999, 3999, 3999, 3999, 4000, 0, 4000, 4000, 4000, 4000, 4000, 4000, 4000, 4001, 0, 4001, 4001, 4001, 4001, 4001, 4001, 4001, 4002, 0, 4002, 4002, 4002, 4002, 4002, 4002, 4002, 4003, 0, 4003, 4003, 4003, 4003, 4003, 4003, 4003, 4004, 4004, 4004, 4004, 4004, 4004, 4004, 4004, 4004, 4005, 0, 4005, 4005, 4005, 4005, 4005, 4005, 4005, 4006, 0, 4006, 4006, 4006, 4006, 0, 4006, 4006, 4007, 0, 4007, 4007, 4007, 4007, 0, 4007, 4007, 4008, 4008, 4008, 4008, 4008, 4008, 4008, 4008, 4008, 4009, 0, 4009, 4009, 4009, 4009, 4009, 4009, 4009, 4010, 0, 4010, 0, 4010, 4010, 4010, 4010, 4010, 4011, 4011, 4011, 4011, 4011, 4011, 4011, 4011, 4011, 4012, 0, 4012, 4012, 4012, 4012, 4012, 4012, 4012, 4013, 0, 4013, 4013, 4013, 4013, 4013, 4013, 4013, 4014, 0, 4014, 4014, 4014, 4014, 4014, 4014, 4014, 4015, 0, 4015, 4015, 4015, 4015, 4015, 4015, 4015, 4016, 0, 4016, 4016, 4016, 4016, 4016, 4016, 4016, 4017, 0, 4017, 4017, 4017, 4017, 4017, 4017, 4017, 4018, 0, 4018, 4018, 4018, 4018, 4018, 4018, 4018, 4019, 0, 4019, 4019, 4019, 4019, 4019, 4019, 4019, 4020, 0, 4020, 4020, 4020, 4020, 4020, 4020, 4020, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4021, 4022, 0, 4022, 4022, 4022, 4022, 4022, 4022, 4022, 4023, 0, 4023, 4023, 4023, 4023, 4023, 4023, 4023, 4024, 0, 4024, 4024, 4024, 4024, 4024, 4024, 4024, 4025, 0, 4025, 4025, 4025, 4025, 4025, 4025, 4025, 4026, 4026, 4026, 4026, 4026, 4026, 4026, 4026, 4026, 4027, 0, 4027, 4027, 4027, 4027, 4027, 4027, 4027, 4028, 0, 4028, 4028, 4028, 4028, 0, 4028, 4028, 4029, 0, 4029, 4029, 4029, 4029, 0, 4029, 4029, 4030, 4030, 4030, 4030, 4030, 4030, 4030, 4030, 4030, 4031, 0, 4031, 4031, 4031, 4031, 4031, 4031, 4031, 4032, 0, 4032, 0, 4032, 4032, 4032, 4032, 4032, 4033, 4033, 4033, 4033, 4033, 4033, 4033, 4033, 4033, 4034, 0, 4034, 4034, 4034, 4034, 4034, 4034, 4034, 4035, 0, 4035, 4035, 4035, 4035, 4035, 4035, 4035, 4036, 0, 4036, 4036, 4036, 4036, 4036, 4036, 4036, 4037, 0, 4037, 4037, 4037, 4037, 4037, 4037, 4037, 4038, 0, 4038, 4038, 4038, 4038, 4038, 4038, 4038, 4039, 0, 4039, 4039, 4039, 4039, 4039, 4039, 4039, 4040, 0, 4040, 4040, 4040, 4040, 4040, 4040, 4040, 4041, 0, 4041, 4041, 4041, 4041, 4041, 4041, 4041, 4042, 0, 4042, 4042, 4042, 4042, 4042, 4042, 4042, 4043, 4043, 4043, 4043, 4043, 4043, 4043, 4043, 4043, 4044, 0, 4044, 4044, 4044, 4044, 4044, 4044, 4044, 4045, 0, 4045, 4045, 4045, 4045, 4045, 4045, 4045, 4046, 0, 4046, 4046, 4046, 4046, 4046, 4046, 4046, 4047, 0, 4047, 4047, 4047, 4047, 4047, 4047, 4047, 4048, 4048, 4048, 4048, 4048, 4048, 4048, 4048, 4048, 4049, 0, 4049, 4049, 4049, 4049, 4049, 4049, 4049, 4050, 0, 4050, 4050, 4050, 4050, 0, 4050, 4050, 4051, 0, 4051, 4051, 4051, 4051, 0, 4051, 4051, 4052, 4052, 4052, 4052, 4052, 4052, 4052, 4052, 4052, 4053, 0, 4053, 4053, 4053, 4053, 4053, 4053, 4053, 4054, 0, 4054, 0, 4054, 4054, 4054, 4054, 4054, 4055, 4055, 4055, 4055, 4055, 4055, 4055, 4055, 4055, 4056, 0, 4056, 4056, 4056, 4056, 4056, 4056, 4056, 4057, 0, 4057, 4057, 4057, 4057, 4057, 4057, 4057, 4058, 0, 4058, 4058, 4058, 4058, 4058, 4058, 4058, 4059, 0, 4059, 4059, 4059, 4059, 4059, 4059, 4059, 4060, 0, 4060, 4060, 4060, 4060, 4060, 4060, 4060, 4061, 0, 4061, 4061, 4061, 4061, 4061, 4061, 4061, 4062, 0, 4062, 4062, 4062, 4062, 4062, 4062, 4062, 4063, 0, 4063, 4063, 4063, 4063, 4063, 4063, 4063, 4064, 0, 4064, 4064, 4064, 4064, 4064, 4064, 4064, 4065, 4065, 4065, 4065, 4065, 4065, 4065, 4065, 4065, 4066, 0, 4066, 4066, 4066, 4066, 4066, 4066, 4066, 4067, 0, 4067, 4067, 4067, 4067, 4067, 4067, 4067, 4068, 0, 4068, 4068, 4068, 4068, 4068, 4068, 4068, 4069, 0, 4069, 4069, 4069, 4069, 4069, 4069, 4069, 4070, 4070, 4070, 4070, 4070, 4070, 4070, 4070, 4070, 4071, 0, 4071, 4071, 4071, 4071, 4071, 4071, 4071, 4072, 0, 4072, 4072, 4072, 4072, 0, 4072, 4072, 4073, 0, 4073, 4073, 4073, 4073, 0, 4073, 4073, 4074, 4074, 4074, 4074, 4074, 4074, 4074, 4074, 4074, 4075, 0, 4075, 4075, 4075, 4075, 4075, 4075, 4075, 4076, 0, 4076, 0, 4076, 4076, 4076, 4076, 4076, 4077, 4077, 4077, 4077, 4077, 4077, 4077, 4077, 4077, 4078, 0, 4078, 4078, 4078, 4078, 4078, 4078, 4078, 4079, 0, 4079, 4079, 4079, 4079, 4079, 4079, 4079, 4080, 0, 4080, 4080, 4080, 4080, 4080, 4080, 4080, 4081, 0, 4081, 4081, 4081, 4081, 4081, 4081, 4081, 4082, 0, 4082, 4082, 4082, 4082, 4082, 4082, 4082, 4083, 0, 4083, 4083, 4083, 4083, 4083, 4083, 4083, 4084, 0, 4084, 4084, 4084, 4084, 4084, 4084, 4084, 4085, 0, 4085, 4085, 4085, 4085, 4085, 4085, 4085, 4086, 0, 4086, 4086, 4086, 4086, 4086, 4086, 4086, 4087, 4087, 4087, 4087, 4087, 4087, 4087, 4087, 4087, 4088, 0, 4088, 4088, 4088, 4088, 4088, 4088, 4088, 4089, 0, 4089, 4089, 4089, 4089, 4089, 4089, 4089, 4090, 0, 4090, 4090, 4090, 4090, 4090, 4090, 4090, 4091, 0, 4091, 4091, 4091, 4091, 4091, 4091, 4091, 4092, 4092, 4092, 4092, 4092, 4092, 4092, 4092, 4092, 4093, 0, 4093, 4093, 4093, 4093, 4093, 4093, 4093, 4094, 0, 4094, 4094, 4094, 4094, 0, 4094, 4094, 4095, 0, 4095, 4095, 4095, 4095, 0, 4095, 4095, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4097, 0, 4097, 4097, 4097, 4097, 4097, 4097, 4097, 4098, 0, 4098, 0, 4098, 4098, 4098, 4098, 4098, 4099, 4099, 4099, 4099, 4099, 4099, 4099, 4099, 4099, 4100, 0, 4100, 4100, 4100, 4100, 4100, 4100, 4100, 4101, 0, 4101, 4101, 4101, 4101, 4101, 4101, 4101, 4102, 0, 4102, 4102, 4102, 4102, 4102, 4102, 4102, 4103, 0, 4103, 4103, 4103, 4103, 4103, 4103, 4103, 4104, 0, 4104, 4104, 4104, 4104, 4104, 4104, 4104, 4105, 0, 4105, 4105, 4105, 4105, 4105, 4105, 4105, 4106, 0, 4106, 4106, 4106, 4106, 4106, 4106, 4106, 4107, 0, 4107, 4107, 4107, 4107, 4107, 4107, 4107, 4108, 0, 4108, 4108, 4108, 4108, 4108, 4108, 4108, 4109, 4109, 4109, 4109, 4109, 4109, 4109, 4109, 4109, 4110, 0, 4110, 4110, 4110, 4110, 4110, 4110, 4110, 4111, 0, 4111, 4111, 4111, 4111, 4111, 4111, 4111, 4112, 0, 4112, 4112, 4112, 4112, 4112, 4112, 4112, 4113, 0, 4113, 4113, 4113, 4113, 4113, 4113, 4113, 4114, 4114, 4114, 4114, 4114, 4114, 4114, 4114, 4114, 4115, 0, 4115, 4115, 4115, 4115, 4115, 4115, 4115, 4116, 0, 4116, 4116, 4116, 4116, 0, 4116, 4116, 4117, 0, 4117, 4117, 4117, 4117, 0, 4117, 4117, 4118, 4118, 4118, 4118, 4118, 4118, 4118, 4118, 4118, 4119, 0, 4119, 4119, 4119, 4119, 4119, 4119, 4119, 4120, 0, 4120, 0, 4120, 4120, 4120, 4120, 4120, 4121, 4121, 4121, 4121, 4121, 4121, 4121, 4121, 4121, 4122, 0, 4122, 4122, 4122, 4122, 4122, 4122, 4122, 4123, 0, 4123, 4123, 4123, 4123, 4123, 4123, 4123, 4124, 0, 4124, 4124, 4124, 4124, 4124, 4124, 4124, 4125, 0, 4125, 4125, 4125, 4125, 4125, 4125, 4125, 4126, 0, 4126, 4126, 4126, 4126, 4126, 4126, 4126, 4127, 0, 4127, 4127, 4127, 4127, 4127, 4127, 4127, 4128, 0, 4128, 4128, 4128, 4128, 4128, 4128, 4128, 4129, 0, 4129, 4129, 4129, 4129, 4129, 4129, 4129, 4130, 0, 4130, 4130, 4130, 4130, 4130, 4130, 4130, 4131, 4131, 4131, 4131, 4131, 4131, 4131, 4131, 4131, 4132, 0, 4132, 4132, 4132, 4132, 4132, 4132, 4132, 4133, 0, 4133, 4133, 4133, 4133, 4133, 4133, 4133, 4134, 0, 4134, 4134, 4134, 4134, 4134, 4134, 4134, 4135, 0, 4135, 4135, 4135, 4135, 4135, 4135, 4135, 4136, 4136, 4136, 4136, 4136, 4136, 4136, 4136, 4136, 4137, 0, 4137, 4137, 4137, 4137, 4137, 4137, 4137, 4138, 0, 4138, 4138, 4138, 4138, 0, 4138, 4138, 4139, 0, 4139, 4139, 4139, 4139, 0, 4139, 4139, 4140, 4140, 4140, 4140, 4140, 4140, 4140, 4140, 4140, 4141, 0, 4141, 4141, 4141, 4141, 4141, 4141, 4141, 4142, 0, 4142, 0, 4142, 4142, 4142, 4142, 4142, 4143, 4143, 4143, 4143, 4143, 4143, 4143, 4143, 4143, 4144, 0, 4144, 4144, 4144, 4144, 4144, 4144, 4144, 4145, 0, 4145, 4145, 4145, 4145, 4145, 4145, 4145, 4146, 0, 4146, 4146, 4146, 4146, 4146, 4146, 4146, 4147, 0, 4147, 4147, 4147, 4147, 4147, 4147, 4147, 4148, 0, 4148, 4148, 4148, 4148, 4148, 4148, 4148, 4149, 0, 4149, 4149, 4149, 4149, 4149, 4149, 4149, 4150, 0, 4150, 4150, 4150, 4150, 4150, 4150, 4150, 4151, 0, 4151, 4151, 4151, 4151, 4151, 4151, 4151, 4152, 0, 4152, 4152, 4152, 4152, 4152, 4152, 4152, 4153, 4153, 4153, 4153, 4153, 4153, 4153, 4153, 4153, 4154, 0, 4154, 4154, 4154, 4154, 4154, 4154, 4154, 4155, 0, 4155, 4155, 4155, 4155, 4155, 4155, 4155, 4156, 0, 4156, 4156, 4156, 4156, 4156, 4156, 4156, 4157, 0, 4157, 4157, 4157, 4157, 4157, 4157, 4157, 4158, 4158, 4158, 4158, 4158, 4158, 4158, 4158, 4158, 4159, 0, 4159, 4159, 4159, 4159, 4159, 4159, 4159, 4160, 0, 4160, 4160, 4160, 4160, 0, 4160, 4160, 4161, 0, 4161, 4161, 4161, 4161, 0, 4161, 4161, 4162, 4162, 4162, 4162, 4162, 4162, 4162, 4162, 4162, 4163, 0, 4163, 4163, 4163, 4163, 4163, 4163, 4163, 4164, 0, 4164, 0, 4164, 4164, 4164, 4164, 4164, 4165, 4165, 4165, 4165, 4165, 4165, 4165, 4165, 4165, 4166, 0, 4166, 4166, 4166, 4166, 4166, 4166, 4166, 4167, 0, 4167, 4167, 4167, 4167, 4167, 4167, 4167, 4168, 0, 4168, 4168, 4168, 4168, 4168, 4168, 4168, 4169, 0, 4169, 4169, 4169, 4169, 4169, 4169, 4169, 4170, 0, 4170, 4170, 4170, 4170, 4170, 4170, 4170, 4171, 0, 4171, 4171, 4171, 4171, 4171, 4171, 4171, 4172, 0, 4172, 4172, 4172, 4172, 4172, 4172, 4172, 4173, 0, 4173, 4173, 4173, 4173, 4173, 4173, 4173, 4174, 0, 4174, 4174, 4174, 4174, 4174, 4174, 4174, 4175, 4175, 4175, 4175, 4175, 4175, 4175, 4175, 4175, 4176, 0, 4176, 4176, 4176, 4176, 4176, 4176, 4176, 4177, 0, 4177, 4177, 4177, 4177, 4177, 4177, 4177, 4178, 0, 4178, 4178, 4178, 4178, 4178, 4178, 4178, 4179, 0, 4179, 4179, 4179, 4179, 4179, 4179, 4179, 4180, 4180, 4180, 4180, 4180, 4180, 4180, 4180, 4180, 4181, 0, 4181, 4181, 4181, 4181, 4181, 4181, 4181, 4182, 0, 4182, 4182, 4182, 4182, 0, 4182, 4182, 4183, 0, 4183, 4183, 4183, 4183, 0, 4183, 4183, 4184, 4184, 4184, 4184, 4184, 4184, 4184, 4184, 4184, 4185, 0, 4185, 4185, 4185, 4185, 4185, 4185, 4185, 4186, 0, 4186, 0, 4186, 4186, 4186, 4186, 4186, 4187, 4187, 4187, 4187, 4187, 4187, 4187, 4187, 4187, 4188, 0, 4188, 4188, 4188, 4188, 4188, 4188, 4188, 4189, 0, 4189, 4189, 4189, 4189, 4189, 4189, 4189, 4190, 0, 4190, 4190, 4190, 4190, 4190, 4190, 4190, 4191, 0, 4191, 4191, 4191, 4191, 4191, 4191, 4191, 4192, 0, 4192, 4192, 4192, 4192, 4192, 4192, 4192, 4193, 0, 4193, 4193, 4193, 4193, 4193, 4193, 4193, 4194, 0, 4194, 4194, 4194, 4194, 4194, 4194, 4194, 4195, 0, 4195, 4195, 4195, 4195, 4195, 4195, 4195, 4196, 0, 4196, 4196, 4196, 4196, 4196, 4196, 4196, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4197, 4198, 0, 4198, 4198, 4198, 4198, 4198, 4198, 4198, 4199, 0, 4199, 4199, 4199, 4199, 4199, 4199, 4199, 4200, 0, 4200, 4200, 4200, 4200, 4200, 4200, 4200, 4201, 0, 4201, 4201, 4201, 4201, 4201, 4201, 4201, 4202, 4202, 4202, 4202, 4202, 4202, 4202, 4202, 4202, 4203, 0, 4203, 4203, 4203, 4203, 4203, 4203, 4203, 4204, 0, 4204, 4204, 4204, 4204, 0, 4204, 4204, 4205, 0, 4205, 4205, 4205, 4205, 0, 4205, 4205, 4206, 4206, 4206, 4206, 4206, 4206, 4206, 4206, 4206, 4207, 0, 4207, 4207, 4207, 4207, 4207, 4207, 4207, 4208, 0, 4208, 0, 4208, 4208, 4208, 4208, 4208, 4209, 4209, 4209, 4209, 4209, 4209, 4209, 4209, 4209, 4210, 0, 4210, 4210, 4210, 4210, 4210, 4210, 4210, 4211, 0, 4211, 4211, 4211, 4211, 4211, 4211, 4211, 4212, 0, 4212, 4212, 4212, 4212, 4212, 4212, 4212, 4213, 0, 4213, 4213, 4213, 4213, 4213, 4213, 4213, 4214, 0, 4214, 4214, 4214, 4214, 4214, 4214, 4214, 4215, 0, 4215, 4215, 4215, 4215, 4215, 4215, 4215, 4216, 0, 4216, 4216, 4216, 4216, 4216, 4216, 4216, 4217, 0, 4217, 4217, 4217, 4217, 4217, 4217, 4217, 4218, 0, 4218, 4218, 4218, 4218, 4218, 4218, 4218, 4219, 4219, 4219, 4219, 4219, 4219, 4219, 4219, 4219, 4220, 0, 4220, 4220, 4220, 4220, 4220, 4220, 4220, 4221, 0, 4221, 4221, 4221, 4221, 4221, 4221, 4221, 4222, 0, 4222, 4222, 4222, 4222, 4222, 4222, 4222, 4223, 0, 4223, 4223, 4223, 4223, 4223, 4223, 4223, 4224, 4224, 4224, 4224, 4224, 4224, 4224, 4224, 4224, 4225, 0, 4225, 4225, 4225, 4225, 4225, 4225, 4225, 4226, 0, 4226, 4226, 4226, 4226, 0, 4226, 4226, 4227, 0, 4227, 4227, 4227, 4227, 0, 4227, 4227, 4228, 4228, 4228, 4228, 4228, 4228, 4228, 4228, 4228, 4229, 0, 4229, 4229, 4229, 4229, 4229, 4229, 4229, 4230, 0, 4230, 0, 4230, 4230, 4230, 4230, 4230, 4231, 4231, 4231, 4231, 4231, 4231, 4231, 4231, 4231, 4232, 0, 4232, 4232, 4232, 4232, 4232, 4232, 4232, 4233, 0, 4233, 4233, 4233, 4233, 4233, 4233, 4233, 4234, 0, 4234, 4234, 4234, 4234, 4234, 4234, 4234, 4235, 0, 4235, 4235, 4235, 4235, 4235, 4235, 4235, 4236, 0, 4236, 4236, 4236, 4236, 4236, 4236, 4236, 4237, 0, 4237, 4237, 4237, 4237, 4237, 4237, 4237, 4238, 0, 4238, 4238, 4238, 4238, 4238, 4238, 4238, 4239, 0, 4239, 4239, 4239, 4239, 4239, 4239, 4239, 4240, 0, 4240, 4240, 4240, 4240, 4240, 4240, 4240, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4241, 4242, 0, 4242, 4242, 4242, 4242, 4242, 4242, 4242, 4243, 0, 4243, 4243, 4243, 4243, 4243, 4243, 4243, 4244, 0, 4244, 4244, 4244, 4244, 4244, 4244, 4244, 4245, 0, 4245, 4245, 4245, 4245, 4245, 4245, 4245, 4246, 4246, 4246, 4246, 4246, 4246, 4246, 4246, 4246, 4247, 0, 4247, 4247, 4247, 4247, 4247, 4247, 4247, 4248, 0, 4248, 4248, 4248, 4248, 0, 4248, 4248, 4249, 0, 4249, 4249, 4249, 4249, 0, 4249, 4249, 4250, 4250, 4250, 4250, 4250, 4250, 4250, 4250, 4250, 4251, 0, 4251, 4251, 4251, 4251, 4251, 4251, 4251, 4252, 0, 4252, 0, 4252, 4252, 4252, 4252, 4252, 4253, 4253, 4253, 4253, 4253, 4253, 4253, 4253, 4253, 4254, 0, 4254, 4254, 4254, 4254, 4254, 4254, 4254, 4255, 0, 4255, 4255, 4255, 4255, 4255, 4255, 4255, 4256, 0, 4256, 4256, 4256, 4256, 4256, 4256, 4256, 4257, 0, 4257, 4257, 4257, 4257, 4257, 4257, 4257, 4258, 0, 4258, 4258, 4258, 4258, 4258, 4258, 4258, 4259, 0, 4259, 4259, 4259, 4259, 4259, 4259, 4259, 4260, 0, 4260, 4260, 4260, 4260, 4260, 4260, 4260, 4261, 0, 4261, 4261, 4261, 4261, 4261, 4261, 4261, 4262, 0, 4262, 4262, 4262, 4262, 4262, 4262, 4262, 4263, 4263, 4263, 4263, 4263, 4263, 4263, 4263, 4263, 4264, 0, 4264, 4264, 4264, 4264, 4264, 4264, 4264, 4265, 0, 4265, 4265, 4265, 4265, 4265, 4265, 4265, 4266, 0, 4266, 4266, 4266, 4266, 4266, 4266, 4266, 4267, 0, 4267, 4267, 4267, 4267, 4267, 4267, 4267, 4268, 4268, 4268, 4268, 4268, 4268, 4268, 4268, 4268, 4269, 0, 4269, 4269, 4269, 4269, 4269, 4269, 4269, 4270, 0, 4270, 4270, 4270, 4270, 0, 4270, 4270, 4271, 0, 4271, 4271, 4271, 4271, 0, 4271, 4271, 4272, 4272, 4272, 4272, 4272, 4272, 4272, 4272, 4272, 4273, 0, 4273, 4273, 4273, 4273, 4273, 4273, 4273, 4274, 0, 4274, 0, 4274, 4274, 4274, 4274, 4274, 4275, 4275, 4275, 4275, 4275, 4275, 4275, 4275, 4275, 4276, 0, 4276, 4276, 4276, 4276, 4276, 4276, 4276, 4277, 0, 4277, 4277, 4277, 4277, 4277, 4277, 4277, 4278, 0, 4278, 4278, 4278, 4278, 4278, 4278, 4278, 4279, 0, 4279, 4279, 4279, 4279, 4279, 4279, 4279, 4280, 0, 4280, 4280, 4280, 4280, 4280, 4280, 4280, 4281, 0, 4281, 4281, 4281, 4281, 4281, 4281, 4281, 4282, 0, 4282, 4282, 4282, 4282, 4282, 4282, 4282, 4283, 0, 4283, 4283, 4283, 4283, 4283, 4283, 4283, 4284, 0, 4284, 4284, 4284, 4284, 4284, 4284, 4284, 4285, 4285, 4285, 4285, 4285, 4285, 4285, 4285, 4285, 4286, 0, 4286, 4286, 4286, 4286, 4286, 4286, 4286, 4287, 0, 4287, 4287, 4287, 4287, 4287, 4287, 4287, 4288, 0, 4288, 4288, 4288, 4288, 4288, 4288, 4288, 4289, 0, 4289, 4289, 4289, 4289, 4289, 4289, 4289, 4290, 4290, 4290, 4290, 4290, 4290, 4290, 4290, 4290, 4291, 0, 4291, 4291, 4291, 4291, 4291, 4291, 4291, 4292, 0, 4292, 4292, 4292, 4292, 0, 4292, 4292, 4293, 0, 4293, 4293, 4293, 4293, 0, 4293, 4293, 4294, 4294, 4294, 4294, 4294, 4294, 4294, 4294, 4294, 4295, 0, 4295, 4295, 4295, 4295, 4295, 4295, 4295, 4296, 0, 4296, 0, 4296, 4296, 4296, 4296, 4296, 4297, 4297, 4297, 4297, 4297, 4297, 4297, 4297, 4297, 4298, 0, 4298, 4298, 4298, 4298, 4298, 4298, 4298, 4299, 0, 4299, 4299, 4299, 4299, 4299, 4299, 4299, 4300, 0, 4300, 4300, 4300, 4300, 4300, 4300, 4300, 4301, 0, 4301, 4301, 4301, 4301, 4301, 4301, 4301, 4302, 0, 4302, 4302, 4302, 4302, 4302, 4302, 4302, 4303, 0, 4303, 4303, 4303, 4303, 4303, 4303, 4303, 4304, 0, 4304, 4304, 4304, 4304, 4304, 4304, 4304, 4305, 0, 4305, 4305, 4305, 4305, 4305, 4305, 4305, 4306, 0, 4306, 4306, 4306, 4306, 4306, 4306, 4306, 4307, 4307, 4307, 4307, 4307, 4307, 4307, 4307, 4307, 4308, 0, 4308, 4308, 4308, 4308, 4308, 4308, 4308, 4309, 0, 4309, 4309, 4309, 4309, 4309, 4309, 4309, 4310, 0, 4310, 4310, 4310, 4310, 4310, 4310, 4310, 4311, 0, 4311, 4311, 4311, 4311, 4311, 4311, 4311, 4312, 4312, 4312, 4312, 4312, 4312, 4312, 4312, 4312, 4313, 0, 4313, 4313, 4313, 4313, 4313, 4313, 4313, 4314, 0, 4314, 4314, 4314, 4314, 0, 4314, 4314, 4315, 0, 4315, 4315, 4315, 4315, 0, 4315, 4315, 4316, 4316, 4316, 4316, 4316, 4316, 4316, 4316, 4316, 4317, 0, 4317, 4317, 4317, 4317, 4317, 4317, 4317, 4318, 0, 4318, 0, 4318, 4318, 4318, 4318, 4318, 4319, 4319, 4319, 4319, 4319, 4319, 4319, 4319, 4319, 4320, 0, 4320, 4320, 4320, 4320, 4320, 4320, 4320, 4321, 0, 4321, 4321, 4321, 4321, 4321, 4321, 4321, 4322, 0, 4322, 4322, 4322, 4322, 4322, 4322, 4322, 4323, 0, 4323, 4323, 4323, 4323, 4323, 4323, 4323, 4324, 0, 4324, 4324, 4324, 4324, 4324, 4324, 4324, 4325, 0, 4325, 4325, 4325, 4325, 4325, 4325, 4325, 4326, 0, 4326, 4326, 4326, 4326, 4326, 4326, 4326, 4327, 0, 4327, 4327, 4327, 4327, 4327, 4327, 4327, 4328, 0, 4328, 4328, 4328, 4328, 4328, 4328, 4328, 4329, 4329, 4329, 4329, 4329, 4329, 4329, 4329, 4329, 4330, 0, 4330, 4330, 4330, 4330, 4330, 4330, 4330, 4331, 0, 4331, 4331, 4331, 4331, 4331, 4331, 4331, 4332, 0, 4332, 4332, 4332, 4332, 4332, 4332, 4332, 4333, 0, 4333, 4333, 4333, 4333, 4333, 4333, 4333, 4334, 4334, 4334, 4334, 4334, 4334, 4334, 4334, 4334, 4335, 0, 4335, 4335, 4335, 4335, 4335, 4335, 4335, 4336, 0, 4336, 4336, 4336, 4336, 0, 4336, 4336, 4337, 0, 4337, 4337, 4337, 4337, 0, 4337, 4337, 4338, 4338, 4338, 4338, 4338, 4338, 4338, 4338, 4338, 4339, 0, 4339, 4339, 4339, 4339, 4339, 4339, 4339, 4340, 0, 4340, 0, 4340, 4340, 4340, 4340, 4340, 4341, 4341, 4341, 4341, 4341, 4341, 4341, 4341, 4341, 4342, 0, 4342, 4342, 4342, 4342, 4342, 4342, 4342, 4343, 0, 4343, 4343, 4343, 4343, 4343, 4343, 4343, 4344, 0, 4344, 4344, 4344, 4344, 4344, 4344, 4344, 4345, 0, 4345, 4345, 4345, 4345, 4345, 4345, 4345, 4346, 0, 4346, 4346, 4346, 4346, 4346, 4346, 4346, 4347, 0, 4347, 4347, 4347, 4347, 4347, 4347, 4347, 4348, 0, 4348, 4348, 4348, 4348, 4348, 4348, 4348, 4349, 0, 4349, 4349, 4349, 4349, 4349, 4349, 4349, 4350, 0, 4350, 4350, 4350, 4350, 4350, 4350, 4350, 4351, 4351, 4351, 4351, 4351, 4351, 4351, 4351, 4351, 4352, 0, 4352, 4352, 4352, 4352, 4352, 4352, 4352, 4353, 0, 4353, 4353, 4353, 4353, 4353, 4353, 4353, 4354, 0, 4354, 4354, 4354, 4354, 4354, 4354, 4354, 4355, 0, 4355, 4355, 4355, 4355, 4355, 4355, 4355, 4356, 4356, 4356, 4356, 4356, 4356, 4356, 4356, 4356, 4357, 0, 4357, 4357, 4357, 4357, 4357, 4357, 4357, 4358, 0, 4358, 4358, 4358, 4358, 0, 4358, 4358, 4359, 0, 4359, 4359, 4359, 4359, 0, 4359, 4359, 4360, 4360, 4360, 4360, 4360, 4360, 4360, 4360, 4360, 4361, 0, 4361, 4361, 4361, 4361, 4361, 4361, 4361, 4362, 0, 4362, 0, 4362, 4362, 4362, 4362, 4362, 4363, 4363, 4363, 4363, 4363, 4363, 4363, 4363, 4363, 4364, 0, 4364, 4364, 4364, 4364, 4364, 4364, 4364, 4365, 0, 4365, 4365, 4365, 4365, 4365, 4365, 4365, 4366, 0, 4366, 4366, 4366, 4366, 4366, 4366, 4366, 4367, 0, 4367, 4367, 4367, 4367, 4367, 4367, 4367, 4368, 0, 4368, 4368, 4368, 4368, 4368, 4368, 4368, 4369, 0, 4369, 4369, 4369, 4369, 4369, 4369, 4369, 4370, 0, 4370, 4370, 4370, 4370, 4370, 4370, 4370, 4371, 0, 4371, 4371, 4371, 4371, 4371, 4371, 4371, 4372, 0, 4372, 4372, 4372, 4372, 4372, 4372, 4372, 4373, 4373, 4373, 4373, 4373, 4373, 4373, 4373, 4373, 4374, 0, 4374, 4374, 4374, 4374, 4374, 4374, 4374, 4375, 0, 4375, 4375, 4375, 4375, 4375, 4375, 4375, 4376, 0, 4376, 4376, 4376, 4376, 4376, 4376, 4376, 4377, 0, 4377, 4377, 4377, 4377, 4377, 4377, 4377, 4378, 4378, 4378, 4378, 4378, 4378, 4378, 4378, 4378, 4379, 0, 4379, 4379, 4379, 4379, 4379, 4379, 4379, 4380, 0, 4380, 4380, 4380, 4380, 0, 4380, 4380, 4381, 0, 4381, 4381, 4381, 4381, 0, 4381, 4381, 4382, 4382, 4382, 4382, 4382, 4382, 4382, 4382, 4382, 4383, 0, 4383, 4383, 4383, 4383, 4383, 4383, 4383, 4384, 0, 4384, 0, 4384, 4384, 4384, 4384, 4384, 4385, 4385, 4385, 4385, 4385, 4385, 4385, 4385, 4385, 4386, 0, 4386, 4386, 4386, 4386, 4386, 4386, 4386, 4387, 0, 4387, 4387, 4387, 4387, 4387, 4387, 4387, 4388, 0, 4388, 4388, 4388, 4388, 4388, 4388, 4388, 4389, 0, 4389, 4389, 4389, 4389, 4389, 4389, 4389, 4390, 0, 4390, 4390, 4390, 4390, 4390, 4390, 4390, 4391, 0, 4391, 4391, 4391, 4391, 4391, 4391, 4391, 4392, 0, 4392, 4392, 4392, 4392, 4392, 4392, 4392, 4393, 0, 4393, 4393, 4393, 4393, 4393, 4393, 4393, 4394, 0, 4394, 4394, 4394, 4394, 4394, 4394, 4394, 4395, 4395, 4395, 4395, 4395, 4395, 4395, 4395, 4395, 4396, 0, 4396, 4396, 4396, 4396, 4396, 4396, 4396, 4397, 0, 4397, 4397, 4397, 4397, 4397, 4397, 4397, 4398, 0, 4398, 4398, 4398, 4398, 4398, 4398, 4398, 4399, 0, 4399, 4399, 4399, 4399, 4399, 4399, 4399, 4400, 4400, 4400, 4400, 4400, 4400, 4400, 4400, 4400, 4401, 0, 4401, 4401, 4401, 4401, 4401, 4401, 4401, 4402, 0, 4402, 4402, 4402, 4402, 0, 4402, 4402, 4403, 0, 4403, 4403, 4403, 4403, 0, 4403, 4403, 4404, 4404, 4404, 4404, 4404, 4404, 4404, 4404, 4404, 4405, 0, 4405, 4405, 4405, 4405, 4405, 4405, 4405, 4406, 0, 4406, 0, 4406, 4406, 4406, 4406, 4406, 4407, 4407, 4407, 4407, 4407, 4407, 4407, 4407, 4407, 4408, 0, 4408, 4408, 4408, 4408, 4408, 4408, 4408, 4409, 0, 4409, 4409, 4409, 4409, 4409, 4409, 4409, 4410, 0, 4410, 4410, 4410, 4410, 4410, 4410, 4410, 4411, 0, 4411, 4411, 4411, 4411, 4411, 4411, 4411, 4412, 0, 4412, 4412, 4412, 4412, 4412, 4412, 4412, 4413, 0, 4413, 4413, 4413, 4413, 4413, 4413, 4413, 4414, 0, 4414, 4414, 4414, 4414, 4414, 4414, 4414, 4415, 0, 4415, 4415, 4415, 4415, 4415, 4415, 4415, 4416, 0, 4416, 4416, 4416, 4416, 4416, 4416, 4416, 4417, 4417, 4417, 4417, 4417, 4417, 4417, 4417, 4417, 4418, 0, 4418, 4418, 4418, 4418, 4418, 4418, 4418, 4419, 0, 4419, 4419, 4419, 4419, 4419, 4419, 4419, 4420, 0, 4420, 4420, 4420, 4420, 4420, 4420, 4420, 4421, 0, 4421, 4421, 4421, 4421, 4421, 4421, 4421, 4422, 4422, 4422, 4422, 4422, 4422, 4422, 4422, 4422, 4423, 0, 4423, 4423, 4423, 4423, 4423, 4423, 4423, 4424, 0, 4424, 4424, 4424, 4424, 0, 4424, 4424, 4425, 0, 4425, 4425, 4425, 4425, 0, 4425, 4425, 4426, 4426, 4426, 4426, 4426, 4426, 4426, 4426, 4426, 4427, 0, 4427, 4427, 4427, 4427, 4427, 4427, 4427, 4428, 0, 4428, 0, 4428, 4428, 4428, 4428, 4428, 4429, 4429, 4429, 4429, 4429, 4429, 4429, 4429, 4429, 4430, 0, 4430, 4430, 4430, 4430, 4430, 4430, 4430, 4431, 0, 4431, 4431, 4431, 4431, 4431, 4431, 4431, 4432, 0, 4432, 4432, 4432, 4432, 4432, 4432, 4432, 4433, 0, 4433, 4433, 4433, 4433, 4433, 4433, 4433, 4434, 0, 4434, 4434, 4434, 4434, 4434, 4434, 4434, 4435, 0, 4435, 4435, 4435, 4435, 4435, 4435, 4435, 4436, 0, 4436, 4436, 4436, 4436, 4436, 4436, 4436, 4437, 0, 4437, 4437, 4437, 4437, 4437, 4437, 4437, 4438, 0, 4438, 4438, 4438, 4438, 4438, 4438, 4438, 4439, 4439, 4439, 4439, 4439, 4439, 4439, 4439, 4439, 4440, 0, 4440, 4440, 4440, 4440, 4440, 4440, 4440, 4441, 0, 4441, 4441, 4441, 4441, 4441, 4441, 4441, 4442, 0, 4442, 4442, 4442, 4442, 4442, 4442, 4442, 4443, 0, 4443, 4443, 4443, 4443, 4443, 4443, 4443, 4444, 4444, 4444, 4444, 4444, 4444, 4444, 4444, 4444, 4445, 0, 4445, 4445, 4445, 4445, 4445, 4445, 4445, 4446, 0, 4446, 4446, 4446, 4446, 0, 4446, 4446, 4447, 0, 4447, 4447, 4447, 4447, 0, 4447, 4447, 4448, 4448, 4448, 4448, 4448, 4448, 4448, 4448, 4448, 4449, 0, 4449, 4449, 4449, 4449, 4449, 4449, 4449, 4450, 0, 4450, 0, 4450, 4450, 4450, 4450, 4450, 4451, 4451, 4451, 4451, 4451, 4451, 4451, 4451, 4451, 4452, 0, 4452, 4452, 4452, 4452, 4452, 4452, 4452, 4453, 0, 4453, 4453, 4453, 4453, 4453, 4453, 4453, 4454, 0, 4454, 4454, 4454, 4454, 4454, 4454, 4454, 4455, 0, 4455, 4455, 4455, 4455, 4455, 4455, 4455, 4456, 0, 4456, 4456, 4456, 4456, 4456, 4456, 4456, 4457, 0, 4457, 4457, 4457, 4457, 4457, 4457, 4457, 4458, 0, 4458, 4458, 4458, 4458, 4458, 4458, 4458, 4459, 0, 4459, 4459, 4459, 4459, 4459, 4459, 4459, 4460, 0, 4460, 4460, 4460, 4460, 4460, 4460, 4460, 4461, 4461, 4461, 4461, 4461, 4461, 4461, 4461, 4461, 4462, 0, 4462, 4462, 4462, 4462, 4462, 4462, 4462, 4463, 0, 4463, 4463, 4463, 4463, 4463, 4463, 4463, 4464, 0, 4464, 4464, 4464, 4464, 4464, 4464, 4464, 4465, 0, 4465, 4465, 4465, 4465, 4465, 4465, 4465, 4466, 4466, 4466, 4466, 4466, 4466, 4466, 4466, 4466, 4467, 0, 4467, 4467, 4467, 4467, 4467, 4467, 4467, 4468, 0, 4468, 4468, 4468, 4468, 0, 4468, 4468, 4469, 0, 4469, 4469, 4469, 4469, 0, 4469, 4469, 4470, 4470, 4470, 4470, 4470, 4470, 4470, 4470, 4470, 4471, 0, 4471, 4471, 4471, 4471, 4471, 4471, 4471, 4472, 0, 4472, 0, 4472, 4472, 4472, 4472, 4472, 4473, 4473, 4473, 4473, 4473, 4473, 4473, 4473, 4473, 4474, 0, 4474, 4474, 4474, 4474, 4474, 4474, 4474, 4475, 0, 4475, 4475, 4475, 4475, 4475, 4475, 4475, 4476, 0, 4476, 4476, 4476, 4476, 4476, 4476, 4476, 4477, 0, 4477, 4477, 4477, 4477, 4477, 4477, 4477, 4478, 0, 4478, 4478, 4478, 4478, 4478, 4478, 4478, 4479, 0, 4479, 4479, 4479, 4479, 4479, 4479, 4479, 4480, 0, 4480, 4480, 4480, 4480, 4480, 4480, 4480, 4481, 0, 4481, 4481, 4481, 4481, 4481, 4481, 4481, 4482, 0, 4482, 4482, 4482, 4482, 4482, 4482, 4482, 4483, 4483, 4483, 4483, 4483, 4483, 4483, 4483, 4483, 4484, 0, 4484, 4484, 4484, 4484, 4484, 4484, 4484, 4485, 0, 4485, 4485, 4485, 4485, 4485, 4485, 4485, 4486, 0, 4486, 4486, 4486, 4486, 4486, 4486, 4486, 4487, 0, 4487, 4487, 4487, 4487, 4487, 4487, 4487, 4488, 4488, 4488, 4488, 4488, 4488, 4488, 4488, 4488, 4489, 0, 4489, 4489, 4489, 4489, 4489, 4489, 4489, 4490, 0, 4490, 4490, 4490, 4490, 0, 4490, 4490, 4491, 0, 4491, 4491, 4491, 4491, 0, 4491, 4491, 4492, 4492, 4492, 4492, 4492, 4492, 4492, 4492, 4492, 4493, 0, 4493, 4493, 4493, 4493, 4493, 4493, 4493, 4494, 0, 4494, 0, 4494, 4494, 4494, 4494, 4494, 4495, 4495, 4495, 4495, 4495, 4495, 4495, 4495, 4495, 4496, 0, 4496, 4496, 4496, 4496, 4496, 4496, 4496, 4497, 0, 4497, 4497, 4497, 4497, 4497, 4497, 4497, 4498, 0, 4498, 4498, 4498, 4498, 4498, 4498, 4498, 4499, 0, 4499, 4499, 4499, 4499, 4499, 4499, 4499, 4500, 0, 4500, 4500, 4500, 4500, 4500, 4500, 4500, 4501, 0, 4501, 4501, 4501, 4501, 4501, 4501, 4501, 4502, 0, 4502, 4502, 4502, 4502, 4502, 4502, 4502, 4503, 0, 4503, 4503, 4503, 4503, 4503, 4503, 4503, 4504, 0, 4504, 4504, 4504, 4504, 4504, 4504, 4504, 4505, 4505, 4505, 4505, 4505, 4505, 4505, 4505, 4505, 4506, 0, 4506, 4506, 4506, 4506, 4506, 4506, 4506, 4507, 0, 4507, 4507, 4507, 4507, 4507, 4507, 4507, 4508, 0, 4508, 4508, 4508, 4508, 4508, 4508, 4508, 4509, 0, 4509, 4509, 4509, 4509, 4509, 4509, 4509, 4510, 4510, 4510, 4510, 4510, 4510, 4510, 4510, 4510, 4511, 0, 4511, 4511, 4511, 4511, 4511, 4511, 4511, 4512, 0, 4512, 4512, 4512, 4512, 0, 4512, 4512, 4513, 0, 4513, 4513, 4513, 4513, 0, 4513, 4513, 4514, 4514, 4514, 4514, 4514, 4514, 4514, 4514, 4514, 4515, 0, 4515, 4515, 4515, 4515, 4515, 4515, 4515, 4516, 0, 4516, 0, 4516, 4516, 4516, 4516, 4516, 4517, 4517, 4517, 4517, 4517, 4517, 4517, 4517, 4517, 4518, 0, 4518, 4518, 4518, 4518, 4518, 4518, 4518, 4519, 0, 4519, 4519, 4519, 4519, 4519, 4519, 4519, 4520, 0, 4520, 4520, 4520, 4520, 4520, 4520, 4520, 4521, 0, 4521, 4521, 4521, 4521, 4521, 4521, 4521, 4522, 0, 4522, 4522, 4522, 4522, 4522, 4522, 4522, 4523, 0, 4523, 4523, 4523, 4523, 4523, 4523, 4523, 4524, 0, 4524, 4524, 4524, 4524, 4524, 4524, 4524, 4525, 0, 4525, 4525, 4525, 4525, 4525, 4525, 4525, 4526, 0, 4526, 4526, 4526, 4526, 4526, 4526, 4526, 4527, 4527, 4527, 4527, 4527, 4527, 4527, 4527, 4527, 4528, 0, 4528, 4528, 4528, 4528, 4528, 4528, 4528, 4529, 0, 4529, 4529, 4529, 4529, 4529, 4529, 4529, 4530, 0, 4530, 4530, 4530, 4530, 4530, 4530, 4530, 4531, 0, 4531, 4531, 4531, 4531, 4531, 4531, 4531, 4532, 4532, 4532, 4532, 4532, 4532, 4532, 4532, 4532, 4533, 0, 4533, 4533, 4533, 4533, 4533, 4533, 4533, 4534, 0, 4534, 4534, 4534, 4534, 0, 4534, 4534, 4535, 0, 4535, 4535, 4535, 4535, 0, 4535, 4535, 4536, 4536, 4536, 4536, 4536, 4536, 4536, 4536, 4536, 4537, 0, 4537, 4537, 4537, 4537, 4537, 4537, 4537, 4538, 0, 4538, 0, 4538, 4538, 4538, 4538, 4538, 4539, 4539, 4539, 4539, 4539, 4539, 4539, 4539, 4539, 4540, 0, 4540, 4540, 4540, 4540, 4540, 4540, 4540, 4541, 0, 4541, 4541, 4541, 4541, 4541, 4541, 4541, 4542, 0, 4542, 4542, 4542, 4542, 4542, 4542, 4542, 4543, 0, 4543, 4543, 4543, 4543, 4543, 4543, 4543, 4544, 0, 4544, 4544, 4544, 4544, 4544, 4544, 4544, 4545, 0, 4545, 4545, 4545, 4545, 4545, 4545, 4545, 4546, 0, 4546, 4546, 4546, 4546, 4546, 4546, 4546, 4547, 0, 4547, 4547, 4547, 4547, 4547, 4547, 4547, 4548, 0, 4548, 4548, 4548, 4548, 4548, 4548, 4548, 4549, 4549, 4549, 4549, 4549, 4549, 4549, 4549, 4549, 4550, 0, 4550, 4550, 4550, 4550, 4550, 4550, 4550, 4551, 0, 4551, 4551, 4551, 4551, 4551, 4551, 4551, 4552, 0, 4552, 4552, 4552, 4552, 4552, 4552, 4552, 4553, 0, 4553, 4553, 4553, 4553, 4553, 4553, 4553, 4554, 4554, 4554, 4554, 4554, 4554, 4554, 4554, 4554, 4555, 0, 4555, 4555, 4555, 4555, 4555, 4555, 4555, 4556, 0, 4556, 4556, 4556, 4556, 0, 4556, 4556, 4557, 0, 4557, 4557, 4557, 4557, 0, 4557, 4557, 4558, 4558, 4558, 4558, 4558, 4558, 4558, 4558, 4558, 4559, 0, 4559, 4559, 4559, 4559, 4559, 4559, 4559, 4560, 0, 4560, 0, 4560, 4560, 4560, 4560, 4560, 4561, 4561, 4561, 4561, 4561, 4561, 4561, 4561, 4561, 4562, 0, 4562, 4562, 4562, 4562, 4562, 4562, 4562, 4563, 0, 4563, 4563, 4563, 4563, 4563, 4563, 4563, 4564, 0, 4564, 4564, 4564, 4564, 4564, 4564, 4564, 4565, 0, 4565, 4565, 4565, 4565, 4565, 4565, 4565, 4566, 0, 4566, 4566, 4566, 4566, 4566, 4566, 4566, 4567, 0, 4567, 4567, 4567, 4567, 4567, 4567, 4567, 4568, 0, 4568, 4568, 4568, 4568, 4568, 4568, 4568, 4569, 0, 4569, 4569, 4569, 4569, 4569, 4569, 4569, 4570, 0, 4570, 4570, 4570, 4570, 4570, 4570, 4570, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4571, 4572, 0, 4572, 4572, 4572, 4572, 4572, 4572, 4572, 4573, 0, 4573, 4573, 4573, 4573, 4573, 4573, 4573, 4574, 0, 4574, 4574, 4574, 4574, 4574, 4574, 4574, 4575, 0, 4575, 4575, 4575, 4575, 4575, 4575, 4575, 4576, 4576, 4576, 4576, 4576, 4576, 4576, 4576, 4576, 4577, 0, 4577, 4577, 4577, 4577, 4577, 4577, 4577, 4578, 0, 4578, 4578, 4578, 4578, 0, 4578, 4578, 4579, 0, 4579, 4579, 4579, 4579, 0, 4579, 4579, 4580, 4580, 4580, 4580, 4580, 4580, 4580, 4580, 4580, 4581, 0, 4581, 4581, 4581, 4581, 4581, 4581, 4581, 4582, 0, 4582, 0, 4582, 4582, 4582, 4582, 4582, 4583, 4583, 4583, 4583, 4583, 4583, 4583, 4583, 4583, 4584, 0, 4584, 4584, 4584, 4584, 4584, 4584, 4584, 4585, 0, 4585, 4585, 4585, 4585, 4585, 4585, 4585, 4586, 0, 4586, 4586, 4586, 4586, 4586, 4586, 4586, 4587, 0, 4587, 4587, 4587, 4587, 4587, 4587, 4587, 4588, 0, 4588, 4588, 4588, 4588, 4588, 4588, 4588, 4589, 0, 4589, 4589, 4589, 4589, 4589, 4589, 4589, 4590, 0, 4590, 4590, 4590, 4590, 4590, 4590, 4590, 4591, 0, 4591, 4591, 4591, 4591, 4591, 4591, 4591, 4592, 0, 4592, 4592, 4592, 4592, 4592, 4592, 4592, 4593, 4593, 4593, 4593, 4593, 4593, 4593, 4593, 4593, 4594, 0, 4594, 4594, 4594, 4594, 4594, 4594, 4594, 4595, 0, 4595, 4595, 4595, 4595, 4595, 4595, 4595, 4596, 0, 4596, 4596, 4596, 4596, 4596, 4596, 4596, 4597, 0, 4597, 4597, 4597, 4597, 4597, 4597, 4597, 4598, 4598, 4598, 4598, 4598, 4598, 4598, 4598, 4598, 4599, 0, 4599, 4599, 4599, 4599, 4599, 4599, 4599, 4600, 0, 4600, 4600, 4600, 4600, 0, 4600, 4600, 4601, 0, 4601, 4601, 4601, 4601, 0, 4601, 4601, 4602, 4602, 4602, 4602, 4602, 4602, 4602, 4602, 4602, 4603, 0, 4603, 4603, 4603, 4603, 4603, 4603, 4603, 4604, 0, 4604, 0, 4604, 4604, 4604, 4604, 4604, 4605, 4605, 4605, 4605, 4605, 4605, 4605, 4605, 4605, 4606, 0, 4606, 4606, 4606, 4606, 4606, 4606, 4606, 4607, 0, 4607, 4607, 4607, 4607, 4607, 4607, 4607, 4608, 0, 4608, 4608, 4608, 4608, 4608, 4608, 4608, 4609, 0, 4609, 4609, 4609, 4609, 4609, 4609, 4609, 4610, 0, 4610, 4610, 4610, 4610, 4610, 4610, 4610, 4611, 0, 4611, 4611, 4611, 4611, 4611, 4611, 4611, 4612, 0, 4612, 4612, 4612, 4612, 4612, 4612, 4612, 4613, 0, 4613, 4613, 4613, 4613, 4613, 4613, 4613, 4614, 0, 4614, 4614, 4614, 4614, 4614, 4614, 4614, 4615, 4615, 4615, 4615, 4615, 4615, 4615, 4615, 4615, 4616, 0, 4616, 4616, 4616, 4616, 4616, 4616, 4616, 4617, 0, 4617, 4617, 4617, 4617, 4617, 4617, 4617, 4618, 0, 4618, 4618, 4618, 4618, 4618, 4618, 4618, 4619, 0, 4619, 4619, 4619, 4619, 4619, 4619, 4619, 4620, 4620, 4620, 4620, 4620, 4620, 4620, 4620, 4620, 4621, 0, 4621, 4621, 4621, 4621, 4621, 4621, 4621, 4622, 0, 4622, 4622, 4622, 4622, 0, 4622, 4622, 4623, 0, 4623, 4623, 4623, 4623, 0, 4623, 4623, 4624, 4624, 4624, 4624, 4624, 4624, 4624, 4624, 4624, 4625, 0, 4625, 4625, 4625, 4625, 4625, 4625, 4625, 4626, 0, 4626, 0, 4626, 4626, 4626, 4626, 4626, 4627, 4627, 4627, 4627, 4627, 4627, 4627, 4627, 4627, 4628, 0, 4628, 4628, 4628, 4628, 4628, 4628, 4628, 4629, 0, 4629, 4629, 4629, 4629, 4629, 4629, 4629, 4630, 0, 4630, 4630, 4630, 4630, 4630, 4630, 4630, 4631, 0, 4631, 4631, 4631, 4631, 4631, 4631, 4631, 4632, 0, 4632, 4632, 4632, 4632, 4632, 4632, 4632, 4633, 0, 4633, 4633, 4633, 4633, 4633, 4633, 4633, 4634, 0, 4634, 4634, 4634, 4634, 4634, 4634, 4634, 4635, 0, 4635, 4635, 4635, 4635, 4635, 4635, 4635, 4636, 0, 4636, 4636, 4636, 4636, 4636, 4636, 4636, 4637, 4637, 4637, 4637, 4637, 4637, 4637, 4637, 4637, 4638, 0, 4638, 4638, 4638, 4638, 4638, 4638, 4638, 4639, 0, 4639, 4639, 4639, 4639, 4639, 4639, 4639, 4640, 0, 4640, 4640, 4640, 4640, 4640, 4640, 4640, 4641, 0, 4641, 4641, 4641, 4641, 4641, 4641, 4641, 4642, 4642, 4642, 4642, 4642, 4642, 4642, 4642, 4642, 4643, 0, 4643, 4643, 4643, 4643, 4643, 4643, 4643, 4644, 0, 4644, 4644, 4644, 4644, 0, 4644, 4644, 4645, 0, 4645, 4645, 4645, 4645, 0, 4645, 4645, 4646, 4646, 4646, 4646, 4646, 4646, 4646, 4646, 4646, 4647, 0, 4647, 4647, 4647, 4647, 4647, 4647, 4647, 4648, 0, 4648, 0, 4648, 4648, 4648, 4648, 4648, 4649, 4649, 4649, 4649, 4649, 4649, 4649, 4649, 4649, 4650, 0, 4650, 4650, 4650, 4650, 4650, 4650, 4650, 4651, 0, 4651, 4651, 4651, 4651, 4651, 4651, 4651, 4652, 0, 4652, 4652, 4652, 4652, 4652, 4652, 4652, 4653, 0, 4653, 4653, 4653, 4653, 4653, 4653, 4653, 4654, 0, 4654, 4654, 4654, 4654, 4654, 4654, 4654, 4655, 0, 4655, 4655, 4655, 4655, 4655, 4655, 4655, 4656, 0, 4656, 4656, 4656, 4656, 4656, 4656, 4656, 4657, 0, 4657, 4657, 4657, 4657, 4657, 4657, 4657, 4658, 0, 4658, 4658, 4658, 4658, 4658, 4658, 4658, 4659, 4659, 4659, 4659, 4659, 4659, 4659, 4659, 4659, 4660, 0, 4660, 4660, 4660, 4660, 4660, 4660, 4660, 4661, 0, 4661, 4661, 4661, 4661, 4661, 4661, 4661, 4662, 0, 4662, 4662, 4662, 4662, 4662, 4662, 4662, 4663, 0, 4663, 4663, 4663, 4663, 4663, 4663, 4663, 4664, 4664, 4664, 4664, 4664, 4664, 4664, 4664, 4664, 4665, 0, 4665, 4665, 4665, 4665, 4665, 4665, 4665, 4666, 0, 4666, 4666, 4666, 4666, 0, 4666, 4666, 4667, 0, 4667, 4667, 4667, 4667, 0, 4667, 4667, 4668, 4668, 4668, 4668, 4668, 4668, 4668, 4668, 4668, 4669, 0, 4669, 4669, 4669, 4669, 4669, 4669, 4669, 4670, 0, 4670, 0, 4670, 4670, 4670, 4670, 4670, 4671, 4671, 4671, 4671, 4671, 4671, 4671, 4671, 4671, 4672, 0, 4672, 4672, 4672, 4672, 4672, 4672, 4672, 4673, 0, 4673, 4673, 4673, 4673, 4673, 4673, 4673, 4674, 0, 4674, 4674, 4674, 4674, 4674, 4674, 4674, 4675, 0, 4675, 4675, 4675, 4675, 4675, 4675, 4675, 4676, 0, 4676, 4676, 4676, 4676, 4676, 4676, 4676, 4677, 0, 4677, 4677, 4677, 4677, 4677, 4677, 4677, 4678, 0, 4678, 4678, 4678, 4678, 4678, 4678, 4678, 4679, 0, 4679, 4679, 4679, 4679, 4679, 4679, 4679, 4680, 0, 4680, 4680, 4680, 4680, 4680, 4680, 4680, 4681, 4681, 4681, 4681, 4681, 4681, 4681, 4681, 4681, 4682, 0, 4682, 4682, 4682, 4682, 4682, 4682, 4682, 4683, 0, 4683, 4683, 4683, 4683, 4683, 4683, 4683, 4684, 0, 4684, 4684, 4684, 4684, 4684, 4684, 4684, 4685, 0, 4685, 4685, 4685, 4685, 4685, 4685, 4685, 4686, 4686, 4686, 4686, 4686, 4686, 4686, 4686, 4686, 4687, 0, 4687, 4687, 4687, 4687, 4687, 4687, 4687, 4688, 0, 4688, 4688, 4688, 4688, 0, 4688, 4688, 4689, 0, 4689, 4689, 4689, 4689, 0, 4689, 4689, 4690, 4690, 4690, 4690, 4690, 4690, 4690, 4690, 4690, 4691, 0, 4691, 4691, 4691, 4691, 4691, 4691, 4691, 4692, 0, 4692, 0, 4692, 4692, 4692, 4692, 4692, 4693, 4693, 4693, 4693, 4693, 4693, 4693, 4693, 4693, 4694, 0, 4694, 4694, 4694, 4694, 4694, 4694, 4694, 4695, 0, 4695, 4695, 4695, 4695, 4695, 4695, 4695, 4696, 0, 4696, 4696, 4696, 4696, 4696, 4696, 4696, 4697, 0, 4697, 4697, 4697, 4697, 4697, 4697, 4697, 4698, 0, 4698, 4698, 4698, 4698, 4698, 4698, 4698, 4699, 0, 4699, 4699, 4699, 4699, 4699, 4699, 4699, 4700, 0, 4700, 4700, 4700, 4700, 4700, 4700, 4700, 4701, 0, 4701, 4701, 4701, 4701, 4701, 4701, 4701, 4702, 0, 4702, 4702, 4702, 4702, 4702, 4702, 4702, 4703, 4703, 4703, 4703, 4703, 4703, 4703, 4703, 4703, 4704, 0, 4704, 4704, 4704, 4704, 4704, 4704, 4704, 4705, 0, 4705, 4705, 4705, 4705, 4705, 4705, 4705, 4706, 0, 4706, 4706, 4706, 4706, 4706, 4706, 4706, 4707, 0, 4707, 4707, 4707, 4707, 4707, 4707, 4707, 4708, 4708, 4708, 4708, 4708, 4708, 4708, 4708, 4708, 4709, 0, 4709, 4709, 4709, 4709, 4709, 4709, 4709, 4710, 0, 4710, 4710, 4710, 4710, 0, 4710, 4710, 4711, 0, 4711, 4711, 4711, 4711, 0, 4711, 4711, 4712, 4712, 4712, 4712, 4712, 4712, 4712, 4712, 4712, 4713, 0, 4713, 4713, 4713, 4713, 4713, 4713, 4713, 4714, 0, 4714, 0, 4714, 4714, 4714, 4714, 4714, 4715, 4715, 4715, 4715, 4715, 4715, 4715, 4715, 4715, 4716, 0, 4716, 4716, 4716, 4716, 4716, 4716, 4716, 4717, 0, 4717, 4717, 4717, 4717, 4717, 4717, 4717, 4718, 0, 4718, 4718, 4718, 4718, 4718, 4718, 4718, 4719, 0, 4719, 4719, 4719, 4719, 4719, 4719, 4719, 4720, 0, 4720, 4720, 4720, 4720, 4720, 4720, 4720, 4721, 0, 4721, 4721, 4721, 4721, 4721, 4721, 4721, 4722, 0, 4722, 4722, 4722, 4722, 4722, 4722, 4722, 4723, 0, 4723, 4723, 4723, 4723, 4723, 4723, 4723, 4724, 0, 4724, 4724, 4724, 4724, 4724, 4724, 4724, 4725, 4725, 4725, 4725, 4725, 4725, 4725, 4725, 4725, 4726, 0, 4726, 4726, 4726, 4726, 4726, 4726, 4726, 4727, 0, 4727, 4727, 4727, 4727, 4727, 4727, 4727, 4728, 0, 4728, 4728, 4728, 4728, 4728, 4728, 4728, 4729, 0, 4729, 4729, 4729, 4729, 4729, 4729, 4729, 4730, 4730, 4730, 4730, 4730, 4730, 4730, 4730, 4730, 4731, 0, 4731, 4731, 4731, 4731, 4731, 4731, 4731, 4732, 0, 4732, 4732, 4732, 4732, 0, 4732, 4732, 4733, 0, 4733, 4733, 4733, 4733, 0, 4733, 4733, 4734, 4734, 4734, 4734, 4734, 4734, 4734, 4734, 4734, 4735, 0, 4735, 4735, 4735, 4735, 4735, 4735, 4735, 4736, 0, 4736, 0, 4736, 4736, 4736, 4736, 4736, 4737, 4737, 4737, 4737, 4737, 4737, 4737, 4737, 4737, 4738, 0, 4738, 4738, 4738, 4738, 4738, 4738, 4738, 4739, 0, 4739, 4739, 4739, 4739, 4739, 4739, 4739, 4740, 0, 4740, 4740, 4740, 4740, 4740, 4740, 4740, 4741, 0, 4741, 4741, 4741, 4741, 4741, 4741, 4741, 4742, 0, 4742, 4742, 4742, 4742, 4742, 4742, 4742, 4743, 0, 4743, 4743, 4743, 4743, 4743, 4743, 4743, 4744, 0, 4744, 4744, 4744, 4744, 4744, 4744, 4744, 4745, 0, 4745, 4745, 4745, 4745, 4745, 4745, 4745, 4746, 0, 4746, 4746, 4746, 4746, 4746, 4746, 4746, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4747, 4748, 0, 4748, 4748, 4748, 4748, 4748, 4748, 4748, 4749, 0, 4749, 4749, 4749, 4749, 4749, 4749, 4749, 4750, 0, 4750, 4750, 4750, 4750, 4750, 4750, 4750, 4751, 0, 4751, 4751, 4751, 4751, 4751, 4751, 4751, 4752, 4752, 4752, 4752, 4752, 4752, 4752, 4752, 4752, 4753, 0, 4753, 4753, 4753, 4753, 4753, 4753, 4753, 4754, 0, 4754, 4754, 4754, 4754, 0, 4754, 4754, 4755, 0, 4755, 4755, 4755, 4755, 0, 4755, 4755, 4756, 4756, 4756, 4756, 4756, 4756, 4756, 4756, 4756, 4757, 0, 4757, 4757, 4757, 4757, 4757, 4757, 4757, 4758, 0, 4758, 0, 4758, 4758, 4758, 4758, 4758, 4759, 4759, 4759, 4759, 4759, 4759, 4759, 4759, 4759, 4760, 0, 4760, 4760, 4760, 4760, 4760, 4760, 4760, 4761, 0, 4761, 4761, 4761, 4761, 4761, 4761, 4761, 4762, 0, 4762, 4762, 4762, 4762, 4762, 4762, 4762, 4763, 0, 4763, 4763, 4763, 4763, 4763, 4763, 4763, 4764, 0, 4764, 4764, 4764, 4764, 4764, 4764, 4764, 4765, 0, 4765, 4765, 4765, 4765, 4765, 4765, 4765, 4766, 0, 4766, 4766, 4766, 4766, 4766, 4766, 4766, 4767, 0, 4767, 4767, 4767, 4767, 4767, 4767, 4767, 4768, 0, 4768, 4768, 4768, 4768, 4768, 4768, 4768, 4769, 4769, 4769, 4769, 4769, 4769, 4769, 4769, 4769, 4770, 0, 4770, 4770, 4770, 4770, 4770, 4770, 4770, 4771, 0, 4771, 4771, 4771, 4771, 4771, 4771, 4771, 4772, 0, 4772, 4772, 4772, 4772, 4772, 4772, 4772, 4773, 0, 4773, 4773, 4773, 4773, 4773, 4773, 4773, 4774, 4774, 4774, 4774, 4774, 4774, 4774, 4774, 4774, 4775, 0, 4775, 4775, 4775, 4775, 4775, 4775, 4775, 4776, 0, 4776, 4776, 4776, 4776, 0, 4776, 4776, 4777, 0, 4777, 4777, 4777, 4777, 0, 4777, 4777, 4778, 4778, 4778, 4778, 4778, 4778, 4778, 4778, 4778, 4779, 0, 4779, 4779, 4779, 4779, 4779, 4779, 4779, 4780, 0, 4780, 0, 4780, 4780, 4780, 4780, 4780, 4781, 4781, 4781, 4781, 4781, 4781, 4781, 4781, 4781, 4782, 0, 4782, 4782, 4782, 4782, 4782, 4782, 4782, 4783, 0, 4783, 4783, 4783, 4783, 4783, 4783, 4783, 4784, 0, 4784, 4784, 4784, 4784, 4784, 4784, 4784, 4785, 0, 4785, 4785, 4785, 4785, 4785, 4785, 4785, 4786, 0, 4786, 4786, 4786, 4786, 4786, 4786, 4786, 4787, 0, 4787, 4787, 4787, 4787, 4787, 4787, 4787, 4788, 0, 4788, 4788, 4788, 4788, 4788, 4788, 4788, 4789, 0, 4789, 4789, 4789, 4789, 4789, 4789, 4789, 4790, 0, 4790, 4790, 4790, 4790, 4790, 4790, 4790, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4791, 4792, 0, 4792, 4792, 4792, 4792, 4792, 4792, 4792, 4793, 0, 4793, 4793, 4793, 4793, 4793, 4793, 4793, 4794, 0, 4794, 4794, 4794, 4794, 4794, 4794, 4794, 4795, 0, 4795, 4795, 4795, 4795, 4795, 4795, 4795, 4796, 4796, 4796, 4796, 4796, 4796, 4796, 4796, 4796, 4797, 0, 4797, 4797, 4797, 4797, 4797, 4797, 4797, 4798, 0, 4798, 4798, 4798, 4798, 0, 4798, 4798, 4799, 0, 4799, 4799, 4799, 4799, 0, 4799, 4799, 4800, 4800, 4800, 4800, 4800, 4800, 4800, 4800, 4800, 4801, 0, 4801, 4801, 4801, 4801, 4801, 4801, 4801, 4802, 0, 4802, 0, 4802, 4802, 4802, 4802, 4802, 4803, 4803, 4803, 4803, 4803, 4803, 4803, 4803, 4803, 4804, 0, 4804, 4804, 4804, 4804, 4804, 4804, 4804, 4805, 0, 4805, 4805, 4805, 4805, 4805, 4805, 4805, 4806, 0, 4806, 4806, 4806, 4806, 4806, 4806, 4806, 4807, 0, 4807, 4807, 4807, 4807, 4807, 4807, 4807, 4808, 0, 4808, 4808, 4808, 4808, 4808, 4808, 4808, 4809, 0, 4809, 4809, 4809, 4809, 4809, 4809, 4809, 4810, 0, 4810, 4810, 4810, 4810, 4810, 4810, 4810, 4811, 0, 4811, 4811, 4811, 4811, 4811, 4811, 4811, 4812, 0, 4812, 4812, 4812, 4812, 4812, 4812, 4812, 4813, 4813, 4813, 4813, 4813, 4813, 4813, 4813, 4813, 4814, 0, 4814, 4814, 4814, 4814, 4814, 4814, 4814, 4815, 0, 4815, 4815, 4815, 4815, 4815, 4815, 4815, 4816, 0, 4816, 4816, 4816, 4816, 4816, 4816, 4816, 4817, 0, 4817, 4817, 4817, 4817, 4817, 4817, 4817, 4818, 4818, 4818, 4818, 4818, 4818, 4818, 4818, 4818, 4819, 0, 4819, 4819, 4819, 4819, 4819, 4819, 4819, 4820, 0, 4820, 4820, 4820, 4820, 0, 4820, 4820, 4821, 0, 4821, 4821, 4821, 4821, 0, 4821, 4821, 4822, 4822, 4822, 4822, 4822, 4822, 4822, 4822, 4822, 4823, 0, 4823, 4823, 4823, 4823, 4823, 4823, 4823, 4824, 0, 4824, 0, 4824, 4824, 4824, 4824, 4824, 4825, 4825, 4825, 4825, 4825, 4825, 4825, 4825, 4825, 4826, 0, 4826, 4826, 4826, 4826, 4826, 4826, 4826, 4827, 0, 4827, 4827, 4827, 4827, 4827, 4827, 4827, 4828, 0, 4828, 4828, 4828, 4828, 4828, 4828, 4828, 4829, 0, 4829, 4829, 4829, 4829, 4829, 4829, 4829, 4830, 0, 4830, 4830, 4830, 4830, 4830, 4830, 4830, 4831, 0, 4831, 4831, 4831, 4831, 4831, 4831, 4831, 4832, 0, 4832, 4832, 4832, 4832, 4832, 4832, 4832, 4833, 0, 4833, 4833, 4833, 4833, 4833, 4833, 4833, 4834, 0, 4834, 4834, 4834, 4834, 4834, 4834, 4834, 4835, 4835, 4835, 4835, 4835, 4835, 4835, 4835, 4835, 4836, 0, 4836, 4836, 4836, 4836, 4836, 4836, 4836, 4837, 0, 4837, 4837, 4837, 4837, 4837, 4837, 4837, 4838, 0, 4838, 4838, 4838, 4838, 4838, 4838, 4838, 4839, 0, 4839, 4839, 4839, 4839, 4839, 4839, 4839, 4840, 4840, 4840, 4840, 4840, 4840, 4840, 4840, 4840, 4841, 0, 4841, 4841, 4841, 4841, 4841, 4841, 4841, 4842, 0, 4842, 4842, 4842, 4842, 0, 4842, 4842, 4843, 0, 4843, 4843, 4843, 4843, 0, 4843, 4843, 4844, 4844, 4844, 4844, 4844, 4844, 4844, 4844, 4844, 4845, 0, 4845, 4845, 4845, 4845, 4845, 4845, 4845, 4846, 0, 4846, 0, 4846, 4846, 4846, 4846, 4846, 4847, 4847, 4847, 4847, 4847, 4847, 4847, 4847, 4847, 4848, 0, 4848, 4848, 4848, 4848, 4848, 4848, 4848, 4849, 0, 4849, 4849, 4849, 4849, 4849, 4849, 4849, 4850, 0, 4850, 4850, 4850, 4850, 4850, 4850, 4850, 4851, 0, 4851, 4851, 4851, 4851, 4851, 4851, 4851, 4852, 0, 4852, 4852, 4852, 4852, 4852, 4852, 4852, 4853, 0, 4853, 4853, 4853, 4853, 4853, 4853, 4853, 4854, 0, 4854, 4854, 4854, 4854, 4854, 4854, 4854, 4855, 0, 4855, 4855, 4855, 4855, 4855, 4855, 4855, 4856, 0, 4856, 4856, 4856, 4856, 4856, 4856, 4856, 4857, 4857, 4857, 4857, 4857, 4857, 4857, 4857, 4857, 4858, 0, 4858, 4858, 4858, 4858, 4858, 4858, 4858, 4859, 0, 4859, 4859, 4859, 4859, 4859, 4859, 4859, 4860, 0, 4860, 4860, 4860, 4860, 4860, 4860, 4860, 4861, 0, 4861, 4861, 4861, 4861, 4861, 4861, 4861, 4862, 4862, 4862, 4862, 4862, 4862, 4862, 4862, 4862, 4863, 0, 4863, 4863, 4863, 4863, 4863, 4863, 4863, 4864, 0, 4864, 4864, 4864, 4864, 0, 4864, 4864, 4865, 0, 4865, 4865, 4865, 4865, 0, 4865, 4865, 4866, 4866, 4866, 4866, 4866, 4866, 4866, 4866, 4866, 4867, 0, 4867, 4867, 4867, 4867, 4867, 4867, 4867, 4868, 0, 4868, 0, 4868, 4868, 4868, 4868, 4868, 4869, 4869, 4869, 4869, 4869, 4869, 4869, 4869, 4869, 4870, 0, 4870, 4870, 4870, 4870, 4870, 4870, 4870, 4871, 0, 4871, 4871, 4871, 4871, 4871, 4871, 4871, 4872, 0, 4872, 4872, 4872, 4872, 4872, 4872, 4872, 4873, 0, 4873, 4873, 4873, 4873, 4873, 4873, 4873, 4874, 0, 4874, 4874, 4874, 4874, 4874, 4874, 4874, 4875, 0, 4875, 4875, 4875, 4875, 4875, 4875, 4875, 4876, 0, 4876, 4876, 4876, 4876, 4876, 4876, 4876, 4877, 0, 4877, 4877, 4877, 4877, 4877, 4877, 4877, 4878, 0, 4878, 4878, 4878, 4878, 4878, 4878, 4878, 4879, 4879, 4879, 4879, 4879, 4879, 4879, 4879, 4879, 4880, 0, 4880, 4880, 4880, 4880, 4880, 4880, 4880, 4881, 0, 4881, 4881, 4881, 4881, 4881, 4881, 4881, 4882, 0, 4882, 4882, 4882, 4882, 4882, 4882, 4882, 4883, 0, 4883, 4883, 4883, 4883, 4883, 4883, 4883, 4884, 4884, 4884, 4884, 4884, 4884, 4884, 4884, 4884, 4885, 0, 4885, 4885, 4885, 4885, 4885, 4885, 4885, 4886, 0, 4886, 4886, 4886, 4886, 0, 4886, 4886, 4887, 0, 4887, 4887, 4887, 4887, 0, 4887, 4887, 4888, 4888, 4888, 4888, 4888, 4888, 4888, 4888, 4888, 4889, 0, 4889, 4889, 4889, 4889, 4889, 4889, 4889, 4890, 0, 4890, 0, 4890, 4890, 4890, 4890, 4890, 4891, 4891, 4891, 4891, 4891, 4891, 4891, 4891, 4891, 4892, 0, 4892, 4892, 4892, 4892, 4892, 4892, 4892, 4893, 0, 4893, 4893, 4893, 4893, 4893, 4893, 4893, 4894, 0, 4894, 4894, 4894, 4894, 4894, 4894, 4894, 4895, 0, 4895, 4895, 4895, 4895, 4895, 4895, 4895, 4896, 0, 4896, 4896, 4896, 4896, 4896, 4896, 4896, 4897, 0, 4897, 4897, 4897, 4897, 4897, 4897, 4897, 4898, 0, 4898, 4898, 4898, 4898, 4898, 4898, 4898, 4899, 0, 4899, 4899, 4899, 4899, 4899, 4899, 4899, 4900, 0, 4900, 4900, 4900, 4900, 4900, 4900, 4900, 4901, 4901, 4901, 4901, 4901, 4901, 4901, 4901, 4901, 4902, 0, 4902, 4902, 4902, 4902, 4902, 4902, 4902, 4903, 0, 4903, 4903, 4903, 4903, 4903, 4903, 4903, 4904, 0, 4904, 4904, 4904, 4904, 4904, 4904, 4904, 4905, 0, 4905, 4905, 4905, 4905, 4905, 4905, 4905, 4906, 4906, 4906, 4906, 4906, 4906, 4906, 4906, 4906, 4907, 0, 4907, 4907, 4907, 4907, 4907, 4907, 4907, 4908, 0, 4908, 4908, 4908, 4908, 0, 4908, 4908, 4909, 0, 4909, 4909, 4909, 4909, 0, 4909, 4909, 4910, 4910, 4910, 4910, 4910, 4910, 4910, 4910, 4910, 4911, 0, 4911, 4911, 4911, 4911, 4911, 4911, 4911, 4912, 0, 4912, 0, 4912, 4912, 4912, 4912, 4912, 4913, 4913, 4913, 4913, 4913, 4913, 4913, 4913, 4913, 4914, 0, 4914, 4914, 4914, 4914, 4914, 4914, 4914, 4915, 0, 4915, 4915, 4915, 4915, 4915, 4915, 4915, 4916, 0, 4916, 4916, 4916, 4916, 4916, 4916, 4916, 4917, 0, 4917, 4917, 4917, 4917, 4917, 4917, 4917, 4918, 0, 4918, 4918, 4918, 4918, 4918, 4918, 4918, 4919, 0, 4919, 4919, 4919, 4919, 4919, 4919, 4919, 4920, 0, 4920, 4920, 4920, 4920, 4920, 4920, 4920, 4921, 0, 4921, 4921, 4921, 4921, 4921, 4921, 4921, 4922, 0, 4922, 4922, 4922, 4922, 4922, 4922, 4922, 4923, 4923, 4923, 4923, 4923, 4923, 4923, 4923, 4923, 4924, 0, 4924, 4924, 4924, 4924, 4924, 4924, 4924, 4925, 0, 4925, 4925, 4925, 4925, 4925, 4925, 4925, 4926, 0, 4926, 4926, 4926, 4926, 4926, 4926, 4926, 4927, 0, 4927, 4927, 4927, 4927, 4927, 4927, 4927, 4928, 4928, 4928, 4928, 4928, 4928, 4928, 4928, 4928, 4929, 0, 4929, 4929, 4929, 4929, 4929, 4929, 4929, 4930, 0, 4930, 4930, 4930, 4930, 0, 4930, 4930, 4931, 0, 4931, 4931, 4931, 4931, 0, 4931, 4931, 4932, 4932, 4932, 4932, 4932, 4932, 4932, 4932, 4932, 4933, 0, 4933, 4933, 4933, 4933, 4933, 4933, 4933, 4934, 0, 4934, 0, 4934, 4934, 4934, 4934, 4934, 4935, 4935, 4935, 4935, 4935, 4935, 4935, 4935, 4935, 4936, 0, 4936, 4936, 4936, 4936, 4936, 4936, 4936, 4937, 0, 4937, 4937, 4937, 4937, 4937, 4937, 4937, 4938, 0, 4938, 4938, 4938, 4938, 4938, 4938, 4938, 4939, 0, 4939, 4939, 4939, 4939, 4939, 4939, 4939, 4940, 0, 4940, 4940, 4940, 4940, 4940, 4940, 4940, 4941, 0, 4941, 4941, 4941, 4941, 4941, 4941, 4941, 4942, 0, 4942, 4942, 4942, 4942, 4942, 4942, 4942, 4943, 0, 4943, 4943, 4943, 4943, 4943, 4943, 4943, 4944, 0, 4944, 4944, 4944, 4944, 4944, 4944, 4944, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4945, 4946, 0, 4946, 4946, 4946, 4946, 4946, 4946, 4946, 4947, 0, 4947, 4947, 4947, 4947, 4947, 4947, 4947, 4948, 0, 4948, 4948, 4948, 4948, 4948, 4948, 4948, 4949, 0, 4949, 4949, 4949, 4949, 4949, 4949, 4949, 4950, 4950, 4950, 4950, 4950, 4950, 4950, 4950, 4950, 4951, 0, 4951, 4951, 4951, 4951, 4951, 4951, 4951, 4952, 0, 4952, 4952, 4952, 4952, 0, 4952, 4952, 4953, 0, 4953, 4953, 4953, 4953, 0, 4953, 4953, 4954, 4954, 4954, 4954, 4954, 4954, 4954, 4954, 4954, 4955, 0, 4955, 4955, 4955, 4955, 4955, 4955, 4955, 4956, 0, 4956, 0, 4956, 4956, 4956, 4956, 4956, 4957, 4957, 4957, 4957, 4957, 4957, 4957, 4957, 4957, 4958, 0, 4958, 4958, 4958, 4958, 4958, 4958, 4958, 4959, 0, 4959, 4959, 4959, 4959, 4959, 4959, 4959, 4960, 0, 4960, 4960, 4960, 4960, 4960, 4960, 4960, 4961, 0, 4961, 4961, 4961, 4961, 4961, 4961, 4961, 4962, 0, 4962, 4962, 4962, 4962, 4962, 4962, 4962, 4963, 0, 4963, 4963, 4963, 4963, 4963, 4963, 4963, 4964, 0, 4964, 4964, 4964, 4964, 4964, 4964, 4964, 4965, 0, 4965, 4965, 4965, 4965, 4965, 4965, 4965, 4966, 0, 4966, 4966, 4966, 4966, 4966, 4966, 4966, 4967, 4967, 4967, 4967, 4967, 4967, 4967, 4967, 4967, 4968, 0, 4968, 4968, 4968, 4968, 4968, 4968, 4968, 4969, 0, 4969, 4969, 4969, 4969, 4969, 4969, 4969, 4970, 0, 4970, 4970, 4970, 4970, 4970, 4970, 4970, 4971, 0, 4971, 4971, 4971, 4971, 4971, 4971, 4971, 4972, 4972, 4972, 4972, 4972, 4972, 4972, 4972, 4972, 4973, 0, 4973, 4973, 4973, 4973, 4973, 4973, 4973, 4974, 0, 4974, 4974, 4974, 4974, 0, 4974, 4974, 4975, 0, 4975, 4975, 4975, 4975, 0, 4975, 4975, 4976, 4976, 4976, 4976, 4976, 4976, 4976, 4976, 4976, 4977, 0, 4977, 4977, 4977, 4977, 4977, 4977, 4977, 4978, 0, 4978, 0, 4978, 4978, 4978, 4978, 4978, 4979, 4979, 4979, 4979, 4979, 4979, 4979, 4979, 4979, 4980, 0, 4980, 4980, 4980, 4980, 4980, 4980, 4980, 4981, 0, 4981, 4981, 4981, 4981, 4981, 4981, 4981, 4982, 0, 4982, 4982, 4982, 4982, 4982, 4982, 4982, 4983, 0, 4983, 4983, 4983, 4983, 4983, 4983, 4983, 4984, 0, 4984, 4984, 4984, 4984, 4984, 4984, 4984, 4985, 0, 4985, 4985, 4985, 4985, 4985, 4985, 4985, 4986, 0, 4986, 4986, 4986, 4986, 4986, 4986, 4986, 4987, 0, 4987, 4987, 4987, 4987, 4987, 4987, 4987, 4988, 0, 4988, 4988, 4988, 4988, 4988, 4988, 4988, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4989, 4990, 0, 4990, 4990, 4990, 4990, 4990, 4990, 4990, 4991, 0, 4991, 4991, 4991, 4991, 4991, 4991, 4991, 4992, 0, 4992, 4992, 4992, 4992, 4992, 4992, 4992, 4993, 0, 4993, 4993, 4993, 4993, 4993, 4993, 4993, 4994, 4994, 4994, 4994, 4994, 4994, 4994, 4994, 4994, 4995, 0, 4995, 4995, 4995, 4995, 4995, 4995, 4995, 4996, 0, 4996, 4996, 4996, 4996, 0, 4996, 4996, 4997, 0, 4997, 4997, 4997, 4997, 0, 4997, 4997, 4998, 4998, 4998, 4998, 4998, 4998, 4998, 4998, 4998, 4999, 0, 4999, 4999, 4999, 4999, 4999, 4999, 4999, 5000, 0, 5000, 0, 5000, 5000, 5000, 5000, 5000, 5001, 5001, 5001, 5001, 5001, 5001, 5001, 5001, 5001, 5002, 0, 5002, 5002, 5002, 5002, 5002, 5002, 5002, 5003, 0, 5003, 5003, 5003, 5003, 5003, 5003, 5003, 5004, 0, 5004, 5004, 5004, 5004, 5004, 5004, 5004, 5005, 0, 5005, 5005, 5005, 5005, 5005, 5005, 5005, 5006, 0, 5006, 5006, 5006, 5006, 5006, 5006, 5006, 5007, 0, 5007, 5007, 5007, 5007, 5007, 5007, 5007, 5008, 0, 5008, 5008, 5008, 5008, 5008, 5008, 5008, 5009, 0, 5009, 5009, 5009, 5009, 5009, 5009, 5009, 5010, 0, 5010, 5010, 5010, 5010, 5010, 5010, 5010, 5011, 5011, 5011, 5011, 5011, 5011, 5011, 5011, 5011, 5012, 0, 5012, 5012, 5012, 5012, 5012, 5012, 5012, 5013, 0, 5013, 5013, 5013, 5013, 5013, 5013, 5013, 5014, 0, 5014, 5014, 5014, 5014, 5014, 5014, 5014, 5015, 0, 5015, 5015, 5015, 5015, 5015, 5015, 5015, 5016, 5016, 5016, 5016, 5016, 5016, 5016, 5016, 5016, 5017, 0, 5017, 5017, 5017, 5017, 5017, 5017, 5017, 5018, 0, 5018, 5018, 5018, 5018, 0, 5018, 5018, 5019, 0, 5019, 5019, 5019, 5019, 0, 5019, 5019, 5020, 5020, 5020, 5020, 5020, 5020, 5020, 5020, 5020, 5021, 0, 5021, 5021, 5021, 5021, 5021, 5021, 5021, 5022, 0, 5022, 0, 5022, 5022, 5022, 5022, 5022, 5023, 5023, 5023, 5023, 5023, 5023, 5023, 5023, 5023, 5024, 0, 5024, 5024, 5024, 5024, 5024, 5024, 5024, 5025, 0, 5025, 5025, 5025, 5025, 5025, 5025, 5025, 5026, 0, 5026, 5026, 5026, 5026, 5026, 5026, 5026, 5027, 0, 5027, 5027, 5027, 5027, 5027, 5027, 5027, 5028, 0, 5028, 5028, 5028, 5028, 5028, 5028, 5028, 5029, 0, 5029, 5029, 5029, 5029, 5029, 5029, 5029, 5030, 0, 5030, 5030, 5030, 5030, 5030, 5030, 5030, 5031, 0, 5031, 5031, 5031, 5031, 5031, 5031, 5031, 5032, 0, 5032, 5032, 5032, 5032, 5032, 5032, 5032, 5033, 5033, 5033, 5033, 5033, 5033, 5033, 5033, 5033, 5034, 0, 5034, 5034, 5034, 5034, 5034, 5034, 5034, 5035, 0, 5035, 5035, 5035, 5035, 5035, 5035, 5035, 5036, 0, 5036, 5036, 5036, 5036, 5036, 5036, 5036, 5037, 0, 5037, 5037, 5037, 5037, 5037, 5037, 5037, 5038, 5038, 5038, 5038, 5038, 5038, 5038, 5038, 5038, 5039, 0, 5039, 5039, 5039, 5039, 5039, 5039, 5039, 5040, 0, 5040, 5040, 5040, 5040, 0, 5040, 5040, 5041, 0, 5041, 5041, 5041, 5041, 0, 5041, 5041, 5042, 5042, 5042, 5042, 5042, 5042, 5042, 5042, 5042, 5043, 0, 5043, 5043, 5043, 5043, 5043, 5043, 5043, 5044, 0, 5044, 0, 5044, 5044, 5044, 5044, 5044, 5045, 5045, 5045, 5045, 5045, 5045, 5045, 5045, 5045, 5046, 0, 5046, 5046, 5046, 5046, 5046, 5046, 5046, 5047, 0, 5047, 5047, 5047, 5047, 5047, 5047, 5047, 5048, 0, 5048, 5048, 5048, 5048, 5048, 5048, 5048, 5049, 0, 5049, 5049, 5049, 5049, 5049, 5049, 5049, 5050, 0, 5050, 5050, 5050, 5050, 5050, 5050, 5050, 5051, 0, 5051, 5051, 5051, 5051, 5051, 5051, 5051, 5052, 0, 5052, 5052, 5052, 5052, 5052, 5052, 5052, 5053, 0, 5053, 5053, 5053, 5053, 5053, 5053, 5053, 5054, 0, 5054, 5054, 5054, 5054, 5054, 5054, 5054, 5055, 5055, 5055, 5055, 5055, 5055, 5055, 5055, 5055, 5056, 0, 5056, 5056, 5056, 5056, 5056, 5056, 5056, 5057, 0, 5057, 5057, 5057, 5057, 5057, 5057, 5057, 5058, 0, 5058, 5058, 5058, 5058, 5058, 5058, 5058, 5059, 0, 5059, 5059, 5059, 5059, 5059, 5059, 5059, 5060, 5060, 5060, 5060, 5060, 5060, 5060, 5060, 5060, 5061, 0, 5061, 5061, 5061, 5061, 5061, 5061, 5061, 5062, 0, 5062, 5062, 5062, 5062, 0, 5062, 5062, 5063, 0, 5063, 5063, 5063, 5063, 0, 5063, 5063, 5064, 5064, 5064, 5064, 5064, 5064, 5064, 5064, 5064, 5065, 0, 5065, 5065, 5065, 5065, 5065, 5065, 5065, 5066, 0, 5066, 0, 5066, 5066, 5066, 5066, 5066, 5067, 5067, 5067, 5067, 5067, 5067, 5067, 5067, 5067, 5068, 0, 5068, 5068, 5068, 5068, 5068, 5068, 5068, 5069, 0, 5069, 5069, 5069, 5069, 5069, 5069, 5069, 5070, 0, 5070, 5070, 5070, 5070, 5070, 5070, 5070, 5071, 0, 5071, 5071, 5071, 5071, 5071, 5071, 5071, 5072, 0, 5072, 5072, 5072, 5072, 5072, 5072, 5072, 5073, 0, 5073, 5073, 5073, 5073, 5073, 5073, 5073, 5074, 0, 5074, 5074, 5074, 5074, 5074, 5074, 5074, 5075, 0, 5075, 5075, 5075, 5075, 5075, 5075, 5075, 5076, 0, 5076, 5076, 5076, 5076, 5076, 5076, 5076, 5077, 5077, 5077, 5077, 5077, 5077, 5077, 5077, 5077, 5078, 0, 5078, 5078, 5078, 5078, 5078, 5078, 5078, 5079, 0, 5079, 5079, 5079, 5079, 5079, 5079, 5079, 5080, 0, 5080, 5080, 5080, 5080, 5080, 5080, 5080, 5081, 0, 5081, 5081, 5081, 5081, 5081, 5081, 5081, 5082, 5082, 5082, 5082, 5082, 5082, 5082, 5082, 5082, 5083, 0, 5083, 5083, 5083, 5083, 5083, 5083, 5083, 5084, 0, 5084, 5084, 5084, 5084, 0, 5084, 5084, 5085, 0, 5085, 5085, 5085, 5085, 0, 5085, 5085, 5086, 5086, 5086, 5086, 5086, 5086, 5086, 5086, 5086, 5087, 0, 5087, 5087, 5087, 5087, 5087, 5087, 5087, 5088, 0, 5088, 0, 5088, 5088, 5088, 5088, 5088, 5089, 5089, 5089, 5089, 5089, 5089, 5089, 5089, 5089, 5090, 0, 5090, 5090, 5090, 5090, 5090, 5090, 5090, 5091, 0, 5091, 5091, 5091, 5091, 5091, 5091, 5091, 5092, 0, 5092, 5092, 5092, 5092, 5092, 5092, 5092, 5093, 0, 5093, 5093, 5093, 5093, 5093, 5093, 5093, 5094, 0, 5094, 5094, 5094, 5094, 5094, 5094, 5094, 5095, 0, 5095, 5095, 5095, 5095, 5095, 5095, 5095, 5096, 0, 5096, 5096, 5096, 5096, 5096, 5096, 5096, 5097, 0, 5097, 5097, 5097, 5097, 5097, 5097, 5097, 5098, 0, 5098, 5098, 5098, 5098, 5098, 5098, 5098, 5099, 5099, 5099, 5099, 5099, 5099, 5099, 5099, 5099, 5100, 0, 5100, 5100, 5100, 5100, 5100, 5100, 5100, 5101, 0, 5101, 5101, 5101, 5101, 5101, 5101, 5101, 5102, 0, 5102, 5102, 5102, 5102, 5102, 5102, 5102, 5103, 0, 5103, 5103, 5103, 5103, 5103, 5103, 5103, 5104, 5104, 5104, 5104, 5104, 5104, 5104, 5104, 5104, 5105, 0, 5105, 5105, 5105, 5105, 5105, 5105, 5105, 5106, 0, 5106, 5106, 5106, 5106, 0, 5106, 5106, 5107, 0, 5107, 5107, 5107, 5107, 0, 5107, 5107, 5108, 5108, 5108, 5108, 5108, 5108, 5108, 5108, 5108, 5109, 0, 5109, 5109, 5109, 5109, 5109, 5109, 5109, 5110, 0, 5110, 0, 5110, 5110, 5110, 5110, 5110, 5111, 5111, 5111, 5111, 5111, 5111, 5111, 5111, 5111, 5112, 0, 5112, 5112, 5112, 5112, 5112, 5112, 5112, 5113, 0, 5113, 5113, 5113, 5113, 5113, 5113, 5113, 5114, 0, 5114, 5114, 5114, 5114, 5114, 5114, 5114, 5115, 0, 5115, 5115, 5115, 5115, 5115, 5115, 5115, 5116, 0, 5116, 5116, 5116, 5116, 5116, 5116, 5116, 5117, 0, 5117, 5117, 5117, 5117, 5117, 5117, 5117, 5118, 0, 5118, 5118, 5118, 5118, 5118, 5118, 5118, 5119, 0, 5119, 5119, 5119, 5119, 5119, 5119, 5119, 5120, 0, 5120, 5120, 5120, 5120, 5120, 5120, 5120, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5121, 5122, 0, 5122, 5122, 5122, 5122, 5122, 5122, 5122, 5123, 0, 5123, 5123, 5123, 5123, 5123, 5123, 5123, 5124, 0, 5124, 5124, 5124, 5124, 5124, 5124, 5124, 5125, 0, 5125, 5125, 5125, 5125, 5125, 5125, 5125, 5126, 5126, 5126, 5126, 5126, 5126, 5126, 5126, 5126, 5127, 0, 5127, 5127, 5127, 5127, 5127, 5127, 5127, 5128, 0, 5128, 5128, 5128, 5128, 0, 5128, 5128, 5129, 0, 5129, 5129, 5129, 5129, 0, 5129, 5129, 5130, 5130, 5130, 5130, 5130, 5130, 5130, 5130, 5130, 5131, 0, 5131, 5131, 5131, 5131, 5131, 5131, 5131, 5132, 0, 5132, 0, 5132, 5132, 5132, 5132, 5132, 5133, 5133, 5133, 5133, 5133, 5133, 5133, 5133, 5133, 5134, 0, 5134, 5134, 5134, 5134, 5134, 5134, 5134, 5135, 0, 5135, 5135, 5135, 5135, 5135, 5135, 5135, 5136, 0, 5136, 5136, 5136, 5136, 5136, 5136, 5136, 5137, 0, 5137, 5137, 5137, 5137, 5137, 5137, 5137, 5138, 0, 5138, 5138, 5138, 5138, 5138, 5138, 5138, 5139, 0, 5139, 5139, 5139, 5139, 5139, 5139, 5139, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306, 3306 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int sprot_flex_debug; int sprot_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *sprottext; #line 1 "sequence/sprotl.l" /* sprotl.l - SWISSPROT sequence lexer */ #line 4 "sequence/sprotl.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/sproty.h" #define YY_NO_INPUT 1 #line 6791 "sequence/sprotl.c" #define INITIAL 0 #define IDTAG 1 #define ACTAG 2 #define DTTAG 3 #define DETAG 4 #define GNTAG 5 #define OSTAG 6 #define OGTAG 7 #define OCTAG 8 #define OXTAG 9 #define OHTAG 10 #define RNTAG 11 #define RPTAG 12 #define RCTAG 13 #define RXTAG 14 #define RGTAG 15 #define RATAG 16 #define RTTAG 17 #define RLTAG 18 #define CCTAG 19 #define DRTAG 20 #define PETAG 21 #define KWTAG 22 #define FTTAG 23 #define SQTAG 24 #define SEQTAG 25 #define ENDTAG 26 #define IDTA2 27 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int sprotlex_destroy (void ); int sprotget_debug (void ); void sprotset_debug (int debug_flag ); YY_EXTRA_TYPE sprotget_extra (void ); void sprotset_extra (YY_EXTRA_TYPE user_defined ); FILE *sprotget_in (void ); void sprotset_in (FILE * _in_str ); FILE *sprotget_out (void ); void sprotset_out (FILE * _out_str ); int sprotget_leng (void ); char *sprotget_text (void ); int sprotget_lineno (void ); void sprotset_lineno (int _line_number ); YYSTYPE * sprotget_lval (void ); void sprotset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int sprotwrap (void ); #else extern int sprotwrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( sprottext, sprotleng, 1, sprotout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( sprotin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( sprotin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, sprotin))==0 && ferror(sprotin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(sprotin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int sprotlex \ (YYSTYPE * yylval_param ); #define YY_DECL int sprotlex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after sprottext and sprotleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( sprotleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (sprottext[sprotleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 68 "sequence/sprotl.l" #line 7016 "sequence/sprotl.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! sprotin ) sprotin = stdin; if ( ! sprotout ) sprotout = stdout; if ( ! YY_CURRENT_BUFFER ) { sprotensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = sprot_create_buffer(sprotin,YY_BUF_SIZE ); } sprot_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of sprottext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3307 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 3306 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 70 "sequence/sprotl.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 72 "sequence/sprotl.l" { BEGIN IDTAG; return ID; } YY_BREAK case 3: YY_RULE_SETUP #line 73 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return IDNAM; } YY_BREAK case 4: YY_RULE_SETUP #line 74 "sequence/sprotl.l" { BEGIN IDTA2; return SPC; } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 75 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 6: YY_RULE_SETUP #line 77 "sequence/sprotl.l" { return TXT; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 78 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 8: YY_RULE_SETUP #line 80 "sequence/sprotl.l" { BEGIN ACTAG; return AC; } YY_BREAK case 9: YY_RULE_SETUP #line 81 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return ACNUM; } YY_BREAK case 10: YY_RULE_SETUP #line 82 "sequence/sprotl.l" { return SEP; } YY_BREAK case 11: /* rule 11 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 83 "sequence/sprotl.l" { return TER; } YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 84 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 13: YY_RULE_SETUP #line 85 "sequence/sprotl.l" { return ERR; } YY_BREAK case 14: YY_RULE_SETUP #line 87 "sequence/sprotl.l" { BEGIN DTTAG; return DT; } YY_BREAK case 15: YY_RULE_SETUP #line 88 "sequence/sprotl.l" { return TXT; } YY_BREAK case 16: /* rule 16 can match eol */ YY_RULE_SETUP #line 89 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 17: YY_RULE_SETUP #line 91 "sequence/sprotl.l" { BEGIN DETAG; return DE; } YY_BREAK case 18: /* rule 18 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 92 "sequence/sprotl.l" { return TER; } YY_BREAK case 19: /* rule 19 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 93 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return DETXT; } YY_BREAK case 20: YY_RULE_SETUP #line 94 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return DETXT; } YY_BREAK case 21: /* rule 21 can match eol */ YY_RULE_SETUP #line 95 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 22: YY_RULE_SETUP #line 97 "sequence/sprotl.l" { BEGIN GNTAG; return GN; } YY_BREAK case 23: YY_RULE_SETUP #line 98 "sequence/sprotl.l" { return TXT; } YY_BREAK case 24: /* rule 24 can match eol */ YY_RULE_SETUP #line 99 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 25: YY_RULE_SETUP #line 101 "sequence/sprotl.l" { BEGIN OSTAG; return OS; } YY_BREAK case 26: /* rule 26 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 102 "sequence/sprotl.l" { return TER3; } YY_BREAK case 27: /* rule 27 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 103 "sequence/sprotl.l" { return TER2; } YY_BREAK case 28: /* rule 28 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 104 "sequence/sprotl.l" { return TER; } YY_BREAK case 29: /* rule 29 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 105 "sequence/sprotl.l" { return OSTXT; } YY_BREAK case 30: /* rule 30 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 8; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 106 "sequence/sprotl.l" { return OSTXT; } YY_BREAK case 31: /* rule 31 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 4; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 107 "sequence/sprotl.l" { return OSTXT; } YY_BREAK case 32: /* rule 32 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 108 "sequence/sprotl.l" { return OSTX2; } YY_BREAK case 33: /* rule 33 can match eol */ YY_RULE_SETUP #line 109 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 34: YY_RULE_SETUP #line 110 "sequence/sprotl.l" { return ERR; } YY_BREAK case 35: YY_RULE_SETUP #line 112 "sequence/sprotl.l" { BEGIN OGTAG; return OG; } YY_BREAK case 36: YY_RULE_SETUP #line 113 "sequence/sprotl.l" { return TXT; } YY_BREAK case 37: /* rule 37 can match eol */ YY_RULE_SETUP #line 114 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 38: YY_RULE_SETUP #line 116 "sequence/sprotl.l" { BEGIN OCTAG; return OC; } YY_BREAK case 39: YY_RULE_SETUP #line 117 "sequence/sprotl.l" { return SEP; } YY_BREAK case 40: /* rule 40 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 118 "sequence/sprotl.l" { return TER2; } YY_BREAK case 41: /* rule 41 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 119 "sequence/sprotl.l" { return TER; } YY_BREAK case 42: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 120 "sequence/sprotl.l" { return OCNOD; } YY_BREAK case 43: /* rule 43 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 121 "sequence/sprotl.l" { return OCNOD; } YY_BREAK case 44: /* rule 44 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 122 "sequence/sprotl.l" { return OCNOD; } YY_BREAK case 45: /* rule 45 can match eol */ YY_RULE_SETUP #line 123 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 46: YY_RULE_SETUP #line 124 "sequence/sprotl.l" { return ERR; } YY_BREAK case 47: YY_RULE_SETUP #line 126 "sequence/sprotl.l" { BEGIN OXTAG; return OX; } YY_BREAK case 48: YY_RULE_SETUP #line 127 "sequence/sprotl.l" { return TXT; } YY_BREAK case 49: /* rule 49 can match eol */ YY_RULE_SETUP #line 128 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 50: YY_RULE_SETUP #line 130 "sequence/sprotl.l" { BEGIN OHTAG; return OH; } YY_BREAK case 51: YY_RULE_SETUP #line 131 "sequence/sprotl.l" { return TXT; } YY_BREAK case 52: /* rule 52 can match eol */ YY_RULE_SETUP #line 132 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 53: YY_RULE_SETUP #line 134 "sequence/sprotl.l" { BEGIN RNTAG; return RN; } YY_BREAK case 54: YY_RULE_SETUP #line 135 "sequence/sprotl.l" { return OBR; } YY_BREAK case 55: YY_RULE_SETUP #line 136 "sequence/sprotl.l" { return CBR; } YY_BREAK case 56: YY_RULE_SETUP #line 137 "sequence/sprotl.l" { return INT; } YY_BREAK case 57: /* rule 57 can match eol */ YY_RULE_SETUP #line 138 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 58: YY_RULE_SETUP #line 139 "sequence/sprotl.l" { return ERR; } YY_BREAK case 59: YY_RULE_SETUP #line 141 "sequence/sprotl.l" { BEGIN RPTAG; return RP; } YY_BREAK case 60: /* rule 60 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 142 "sequence/sprotl.l" { return TER; } YY_BREAK case 61: /* rule 61 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 143 "sequence/sprotl.l" { return TXT; } YY_BREAK case 62: /* rule 62 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 144 "sequence/sprotl.l" { return TXT; } YY_BREAK case 63: /* rule 63 can match eol */ YY_RULE_SETUP #line 145 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 64: YY_RULE_SETUP #line 146 "sequence/sprotl.l" { return ERR; } YY_BREAK case 65: YY_RULE_SETUP #line 148 "sequence/sprotl.l" { BEGIN RCTAG; return RC; } YY_BREAK case 66: YY_RULE_SETUP #line 149 "sequence/sprotl.l" { return TXT; } YY_BREAK case 67: /* rule 67 can match eol */ YY_RULE_SETUP #line 150 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 68: YY_RULE_SETUP #line 152 "sequence/sprotl.l" { BEGIN RXTAG; return RX; } YY_BREAK case 69: YY_RULE_SETUP #line 153 "sequence/sprotl.l" { return EQU; } YY_BREAK case 70: YY_RULE_SETUP #line 154 "sequence/sprotl.l" { return SEP; } YY_BREAK case 71: /* rule 71 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 155 "sequence/sprotl.l" { return TER; } YY_BREAK case 72: /* rule 72 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 156 "sequence/sprotl.l" { return TER2; } YY_BREAK case 73: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 157 "sequence/sprotl.l" { return RXKEY; } YY_BREAK case 74: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 158 "sequence/sprotl.l" { return RXKEY; } YY_BREAK case 75: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 159 "sequence/sprotl.l" { return RXVAL; } YY_BREAK case 76: /* rule 76 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 160 "sequence/sprotl.l" { return RXVAL; } YY_BREAK case 77: /* rule 77 can match eol */ YY_RULE_SETUP #line 161 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 78: YY_RULE_SETUP #line 162 "sequence/sprotl.l" { return ERR; } YY_BREAK case 79: YY_RULE_SETUP #line 164 "sequence/sprotl.l" { BEGIN RGTAG; return RG; } YY_BREAK case 80: /* rule 80 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 165 "sequence/sprotl.l" { return TER; } YY_BREAK case 81: /* rule 81 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 166 "sequence/sprotl.l" { return TXT; } YY_BREAK case 82: /* rule 82 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 167 "sequence/sprotl.l" { return TXT; } YY_BREAK case 83: /* rule 83 can match eol */ YY_RULE_SETUP #line 168 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 84: YY_RULE_SETUP #line 169 "sequence/sprotl.l" { return ERR; } YY_BREAK case 85: YY_RULE_SETUP #line 171 "sequence/sprotl.l" { BEGIN RATAG; return RA; } YY_BREAK case 86: YY_RULE_SETUP #line 172 "sequence/sprotl.l" { return SEP; } YY_BREAK case 87: /* rule 87 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 173 "sequence/sprotl.l" { return TER2; } YY_BREAK case 88: /* rule 88 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 174 "sequence/sprotl.l" { return TER; } YY_BREAK case 89: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 175 "sequence/sprotl.l" { return RAAUT; } YY_BREAK case 90: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 176 "sequence/sprotl.l" { return RAAUT; } YY_BREAK case 91: /* rule 91 can match eol */ YY_RULE_SETUP #line 177 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 92: YY_RULE_SETUP #line 178 "sequence/sprotl.l" { return ERR; } YY_BREAK case 93: YY_RULE_SETUP #line 180 "sequence/sprotl.l" { BEGIN RTTAG; return RT; } YY_BREAK case 94: /* rule 94 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 181 "sequence/sprotl.l" { return TER; } YY_BREAK case 95: YY_RULE_SETUP #line 182 "sequence/sprotl.l" { return QUO; } YY_BREAK case 96: YY_RULE_SETUP #line 183 "sequence/sprotl.l" { return TXT; } YY_BREAK case 97: /* rule 97 can match eol */ YY_RULE_SETUP #line 184 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 98: YY_RULE_SETUP #line 186 "sequence/sprotl.l" { BEGIN RLTAG; return RL; } YY_BREAK case 99: /* rule 99 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 187 "sequence/sprotl.l" { return TER; } YY_BREAK case 100: /* rule 100 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 188 "sequence/sprotl.l" { return TXT; } YY_BREAK case 101: /* rule 101 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 3; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 189 "sequence/sprotl.l" { return TXT; } YY_BREAK case 102: /* rule 102 can match eol */ YY_RULE_SETUP #line 190 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 103: YY_RULE_SETUP #line 191 "sequence/sprotl.l" { return ERR; } YY_BREAK case 104: YY_RULE_SETUP #line 193 "sequence/sprotl.l" { BEGIN CCTAG; return CC; } YY_BREAK case 105: YY_RULE_SETUP #line 194 "sequence/sprotl.l" { return TXT; } YY_BREAK case 106: /* rule 106 can match eol */ YY_RULE_SETUP #line 195 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 107: YY_RULE_SETUP #line 197 "sequence/sprotl.l" { BEGIN DRTAG; return DR; } YY_BREAK case 108: YY_RULE_SETUP #line 198 "sequence/sprotl.l" { return SEP; } YY_BREAK case 109: /* rule 109 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 199 "sequence/sprotl.l" { return TER; } YY_BREAK case 110: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 200 "sequence/sprotl.l" { return DRVAL; } YY_BREAK case 111: /* rule 111 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 201 "sequence/sprotl.l" { return DRVAL; } YY_BREAK case 112: /* rule 112 can match eol */ YY_RULE_SETUP #line 202 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 113: YY_RULE_SETUP #line 203 "sequence/sprotl.l" { return ERR; } YY_BREAK case 114: YY_RULE_SETUP #line 205 "sequence/sprotl.l" { BEGIN PETAG; return PE; } YY_BREAK case 115: /* rule 115 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 206 "sequence/sprotl.l" { return TER; } YY_BREAK case 116: /* rule 116 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 207 "sequence/sprotl.l" { return TXT; } YY_BREAK case 117: /* rule 117 can match eol */ YY_RULE_SETUP #line 208 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 118: YY_RULE_SETUP #line 209 "sequence/sprotl.l" { return ERR; } YY_BREAK case 119: YY_RULE_SETUP #line 211 "sequence/sprotl.l" { BEGIN KWTAG; return KW; } YY_BREAK case 120: YY_RULE_SETUP #line 212 "sequence/sprotl.l" { return SEP; } YY_BREAK case 121: /* rule 121 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 213 "sequence/sprotl.l" { return TER; } YY_BREAK case 122: /* rule 122 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 214 "sequence/sprotl.l" { return TER2; } YY_BREAK case 123: *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 215 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return KWORD; } YY_BREAK case 124: /* rule 124 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 216 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return KWORD; } YY_BREAK case 125: /* rule 125 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 2; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 217 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return KWORD; } YY_BREAK case 126: /* rule 126 can match eol */ YY_RULE_SETUP #line 218 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 127: YY_RULE_SETUP #line 219 "sequence/sprotl.l" { return ERR; } YY_BREAK case 128: YY_RULE_SETUP #line 221 "sequence/sprotl.l" { BEGIN FTTAG; return FT; } YY_BREAK case 129: YY_RULE_SETUP #line 222 "sequence/sprotl.l" { return TXT; } YY_BREAK case 130: /* rule 130 can match eol */ YY_RULE_SETUP #line 223 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 131: YY_RULE_SETUP #line 225 "sequence/sprotl.l" { BEGIN SQTAG; return SQ; } YY_BREAK case 132: YY_RULE_SETUP #line 226 "sequence/sprotl.l" { return TXT; } YY_BREAK case 133: /* rule 133 can match eol */ YY_RULE_SETUP #line 227 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 134: YY_RULE_SETUP #line 229 "sequence/sprotl.l" { BEGIN SEQTAG; return SEQ; } YY_BREAK case 135: YY_RULE_SETUP #line 230 "sequence/sprotl.l" { yylval->str = strdup(sprottext); return SEQBAS; } YY_BREAK case 136: YY_RULE_SETUP #line 231 "sequence/sprotl.l" { return SPC; } YY_BREAK case 137: /* rule 137 can match eol */ YY_RULE_SETUP #line 232 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 138: YY_RULE_SETUP #line 233 "sequence/sprotl.l" { return ERR; } YY_BREAK case 139: YY_RULE_SETUP #line 235 "sequence/sprotl.l" { BEGIN ENDTAG; return END; } YY_BREAK case 140: /* rule 140 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up sprottext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up sprottext again */ YY_RULE_SETUP #line 236 "sequence/sprotl.l" ; /* Trailing spaces ignored */ YY_BREAK case YY_STATE_EOF(ENDTAG): #line 237 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 141: /* rule 141 can match eol */ YY_RULE_SETUP #line 238 "sequence/sprotl.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 142: YY_RULE_SETUP #line 239 "sequence/sprotl.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(IDTAG): case YY_STATE_EOF(ACTAG): case YY_STATE_EOF(DTTAG): case YY_STATE_EOF(DETAG): case YY_STATE_EOF(GNTAG): case YY_STATE_EOF(OSTAG): case YY_STATE_EOF(OGTAG): case YY_STATE_EOF(OCTAG): case YY_STATE_EOF(OXTAG): case YY_STATE_EOF(OHTAG): case YY_STATE_EOF(RNTAG): case YY_STATE_EOF(RPTAG): case YY_STATE_EOF(RCTAG): case YY_STATE_EOF(RXTAG): case YY_STATE_EOF(RGTAG): case YY_STATE_EOF(RATAG): case YY_STATE_EOF(RTTAG): case YY_STATE_EOF(RLTAG): case YY_STATE_EOF(CCTAG): case YY_STATE_EOF(DRTAG): case YY_STATE_EOF(PETAG): case YY_STATE_EOF(KWTAG): case YY_STATE_EOF(FTTAG): case YY_STATE_EOF(SQTAG): case YY_STATE_EOF(SEQTAG): case YY_STATE_EOF(IDTA2): #line 241 "sequence/sprotl.l" { return NUL; } YY_BREAK case 143: /* rule 143 can match eol */ YY_RULE_SETUP #line 242 "sequence/sprotl.l" { return ERR; } YY_BREAK case 144: YY_RULE_SETUP #line 243 "sequence/sprotl.l" { return ERR; } YY_BREAK case 145: YY_RULE_SETUP #line 245 "sequence/sprotl.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 8062 "sequence/sprotl.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed sprotin at a new source and called * sprotlex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = sprotin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( sprotwrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * sprottext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of sprotlex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ sprotrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; sprotrestart(sprotin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) sprotrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3307 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3307 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 3306); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ sprotrestart(sprotin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( sprotwrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve sprottext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void sprotrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ sprotensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = sprot_create_buffer(sprotin,YY_BUF_SIZE ); } sprot_init_buffer(YY_CURRENT_BUFFER,input_file ); sprot_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void sprot_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * sprotpop_buffer_state(); * sprotpush_buffer_state(new_buffer); */ sprotensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; sprot_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (sprotwrap()) processing, but the only time this flag * is looked at is after sprotwrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void sprot_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; sprotin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE sprot_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) sprotalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in sprot_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) sprotalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in sprot_create_buffer()" ); b->yy_is_our_buffer = 1; sprot_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with sprot_create_buffer() * */ void sprot_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) sprotfree((void *) b->yy_ch_buf ); sprotfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a sprotrestart() or at EOF. */ static void sprot_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; sprot_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then sprot_init_buffer was _probably_ * called from sprotrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void sprot_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) sprot_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void sprotpush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; sprotensure_buffer_stack(); /* This block is copied from sprot_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from sprot_switch_to_buffer. */ sprot_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void sprotpop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; sprot_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { sprot_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void sprotensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)sprotalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in sprotensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)sprotrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in sprotensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE sprot_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) sprotalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in sprot_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; sprot_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to sprotlex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * sprot_scan_bytes() instead. */ YY_BUFFER_STATE sprot_scan_string (yyconst char * yystr ) { return sprot_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to sprotlex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE sprot_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) sprotalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in sprot_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = sprot_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in sprot_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up sprottext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ sprottext[sprotleng] = (yy_hold_char); \ (yy_c_buf_p) = sprottext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ sprotleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int sprotget_lineno (void) { return sprotlineno; } /** Get the input stream. * */ FILE *sprotget_in (void) { return sprotin; } /** Get the output stream. * */ FILE *sprotget_out (void) { return sprotout; } /** Get the length of the current token. * */ int sprotget_leng (void) { return sprotleng; } /** Get the current token. * */ char *sprotget_text (void) { return sprottext; } /** Set the current line number. * @param _line_number * */ void sprotset_lineno (int _line_number ) { sprotlineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see sprot_switch_to_buffer */ void sprotset_in (FILE * _in_str ) { sprotin = _in_str ; } void sprotset_out (FILE * _out_str ) { sprotout = _out_str ; } int sprotget_debug (void) { return sprot_flex_debug; } void sprotset_debug (int _bdebug ) { sprot_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from sprotlex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT sprotin = stdin; sprotout = stdout; #else sprotin = (FILE *) 0; sprotout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * sprotlex_init() */ return 0; } /* sprotlex_destroy is for both reentrant and non-reentrant scanners. */ int sprotlex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ sprot_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; sprotpop_buffer_state(); } /* Destroy the stack itself. */ sprotfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * sprotlex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *sprotalloc (yy_size_t size ) { return (void *) malloc( size ); } void *sprotrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void sprotfree (void * ptr ) { free( (char *) ptr ); /* see sprotrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 245 "sequence/sprotl.l" squizz-0.99b+dfsg.orig/lib/sequence/codatay.y0000644000175000017500000001131612102264322021146 0ustar osallouosallou/* codatay.y - CODATA sequence parser */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/codatay.h" void codataset_in(FILE *); int codatalex(YYSTYPE *); int codatalex_destroy(void); static void yyerror(sequence_t *, const char *); sequence_t *codatay_parse(FILE *); int codatay_check(FILE *); %} %pure-parser %parse-param { sequence_t *seq } %union { char *str; } %destructor { free($$); } %token CNT EOL ERR INT NUL NXT SEP SPC TXT %token EN ENTXT %token ENNAM %token TI %token TITXT %token AL %token CT %token OR %token DA %token AC %token ACNUM %token RE %token CO %token GE %token FU %token CX %token CL %token KE %token FE %token SU %token SE %token SN %token SEQ %token BAS %token END %% codata : annots sequence end { return 0; /*NOTREACHED*/ } | NUL { return -1; /*NOTREACHED*/ } ; annots : entry title altnam contain organi date access refs comms genetic complex function classif kwords feats ; entry : enline ; enline : EN ennam entxt EOL ; ennam : ENNAM { parse_namadd(seq, $1); } ; entxt : entxt ENTXT | ; title : tiline1 tilines | ; tilines : tilines tiline2 | ; tiline1 : TI titxt EOL ; tiline2 : NXT titxt EOL ; titxt : titxt TITXT { parse_dscadd2(seq, $2); } | TITXT { parse_dscadd1(seq, $1); } ; altnam : alline1 allines | ; allines : allines alline2 | ; alline1 : AL altxt EOL ; alline2 : NXT altxt EOL ; altxt : altxt TXT | TXT ; contain : ctline1 ctlines | ; ctlines : ctlines ctline2 | ; ctline1 : CT cttxt EOL ; ctline2 : NXT cttxt EOL ; cttxt : cttxt TXT | TXT ; organi : orline1 orlines | ; orlines : orlines orline2 | ; orline1 : OR ortxt EOL ; orline2 : NXT ortxt EOL ; ortxt : ortxt TXT | TXT ; date : daline1 dalines | ; dalines : dalines daline2 | daline2 ; daline1 : DA datxt EOL ; daline2 : NXT datxt EOL ; datxt : datxt TXT | TXT ; access : acline1 aclines acline3 | acline | ; aclines : aclines acline2 | ; acline : AC aclist EOL ; acline1 : AC aclist CNT EOL ; acline2 : NXT aclist CNT EOL ; acline3 : NXT aclist EOL ; aclist : aclist SEP ACNUM { parse_accadd(seq, $3); } | ACNUM { parse_accadd(seq, $1); } ; refs : refs refent | ; refent : reline1 relines ; relines : relines reline2 | reline2 ; reline1 : RE retxt EOL ; reline2 : NXT retxt EOL ; retxt : retxt TXT | TXT ; comms : comms coment | ; coment : coline1 colines ; colines : colines coline2 | ; coline1 : CO cotxt EOL ; coline2 : NXT cotxt EOL ; cotxt : cotxt TXT | TXT ; genetic : genetic genent | ; genent : geline1 gelines ; gelines : gelines geline2 | geline2 ; geline1 : GE getxt EOL | GE EOL ; geline2 : NXT getxt EOL ; getxt : getxt TXT | TXT ; complex : complex cmpent | ; cmpent : cxline1 cxlines ; cxlines : cxlines cxline2 | ; cxline1 : CX cxtxt EOL ; cxline2 : NXT cxtxt EOL ; cxtxt : cxtxt TXT | TXT ; function : function funent | ; funent : fuline1 fulines ; fulines : fulines fuline2 | ; fuline1 : FU futxt EOL | FU EOL ; fuline2 : NXT futxt EOL ; futxt : futxt TXT | TXT ; classif : clline1 cllines | ; cllines : cllines clline2 | ; clline1 : CL cltxt EOL ; clline2 : NXT cltxt EOL ; cltxt : cltxt TXT | TXT ; kwords : keline1 kelines | ; kelines : kelines keline2 | ; keline1 : KE ketxt EOL ; keline2 : NXT ketxt EOL ; ketxt : ketxt TXT | TXT ; feats : feline1 felines | ; felines : felines feline2 | feline2 ; feline1 : FE EOL ; feline2 : NXT fetxt EOL ; fetxt : fetxt TXT | TXT ; sequence : seqhead seqdata ; seqhead : suline seline snline ; suline : SU sutxt EOL | ; sutxt : sutxt TXT | TXT ; seline : SE EOL ; snline : SN snlist EOL ; snlist : snlist SPC INT | INT ; seqdata : seqdata seqline | seqline ; seqline : SEQ INT seqlist seqsep EOL ; seqlist : seqlist SEP BAS { parse_stradd(seq, $3); } | SEP BAS { parse_stradd(seq, $2); } ; seqsep : SEP | ; end : END EOL ; %% /* Checks CODATA sequence */ int codatay_check(FILE *f) { int i; codataset_in(f); i = yyparse(NULL); if (i == 0) { return i; } codatalex_destroy(); return i; } /* Parse CODATA sequence */ sequence_t *codatay_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } codataset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } codatalex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/fasta.c0000644000175000017500000000213010755360541020600 0ustar osallouosallou/* fasta.c - FASTA sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #include "sequence.h" #include "sequence/fasta.h" /* Functions prototypes */ extern sequence_t *fastay_parse(FILE *); extern int fastay_check(FILE *); /* Parse FASTA sequence */ sequence_t *fasta_parse(FILE *f) { sequence_t *seq; seq = fastay_parse(f); return seq; } /* Check FASTA formatted sequence */ int fasta_check(FILE *f) { int i; i = fastay_check(f); return i; } /* Print FASTA sequence */ void fasta_print(FILE *f, sequence_t *seq) { char *p, c; const char *q; int max; long l; if (seq == NULL) { return; } /* Header */ q = (seq->nam != NULL) ? seq->nam : "unknown"; (void)fprintf(f, ">%s", q); if (seq->dsc) { (void)fprintf(f, " %s", seq->dsc); } (void)fputc('\n', f); /* Sequence */ p = seq->str; max = 80; while (*p) { l = p - seq->str; if (l % max == 0 && l > 0) { (void)fputc('\n', f); } c = *p; if (c == '~' || c == '.' || c == '?') { c = '-'; } (void)fputc(c, f); p++; } (void)fputc('\n', f); return; } squizz-0.99b+dfsg.orig/lib/sequence/gdey.h0000644000175000017500000000441312077264474020454 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, TAG = 262, NAM = 263, BAS = 264 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define TAG 262 #define NAM 263 #define BAS 264 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/gdey.y" char *str; /* Line 2068 of yacc.c */ #line 72 "sequence/gdey.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/utils.c0000644000175000017500000000102412075271712020641 0ustar osallouosallou/* utils.c - Sequence generic utilities functions */ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "utils.h" /* Generic sequence name fixing */ char *sequence_fixnam(const char *nam) { const char *tmp; char *p, *new; tmp = (nam == NULL) ? "unknown" : nam; if ((new = strdup(tmp)) == NULL) { return NULL; } /* Relplace all spaces characters */ p = new; while (*p) { if (*p == ' ') { *p = '_'; } p++; } return new; } squizz-0.99b+dfsg.orig/lib/sequence/gcgy.h0000644000175000017500000000451312077264127020451 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, INT = 261, NUL = 262, SPC = 263, TER = 264, TXT = 265, BAS = 266 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define INT 261 #define NUL 262 #define SPC 263 #define TER 264 #define TXT 265 #define BAS 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/gcgy.y" char *str; /* Line 2068 of yacc.c */ #line 76 "sequence/gcgy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/nbrf.c0000644000175000017500000000226710155375461020445 0ustar osallouosallou/* nbrf.c - NBRF sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #include "sequence.h" #include "sequence/nbrf.h" /* Functions prototypes */ extern sequence_t *nbrfy_parse(FILE *); extern int nbrfy_check(FILE *); /* Parse NBRF sequence */ sequence_t *nbrf_parse(FILE *f) { sequence_t *seq; seq = nbrfy_parse(f); return seq; } /* Check NBRF sequence */ int nbrf_check(FILE *f) { int i; i = nbrfy_check(f); return i; } /* Print NBRF sequence */ void nbrf_print(FILE *f, sequence_t *seq) { char *p; const char *q, *r; int max; long l; seqtyp_t t; if (seq == NULL) { return; } t = sequence_type(seq->str); /* Header */ q = (t == SEQTYP_PRO) ? "P1" : "DL"; r = (seq->nam != NULL) ? seq->nam : "unknown"; (void)fprintf(f, ">%s;%s\n", q, r); if (seq->dsc) { (void)fprintf(f, "%s", seq->dsc); } (void)fputc('\n', f); /* Sequence */ p = seq->str; max = 80; while (*p) { l = p - seq->str; if (l % max == 0 && l > 0) { (void)fputc('\n', f); } if (*p == '*' && *(p+1) == '\0') { break; } (void)fputc(*p, f); p++; } l = p - seq->str; (void)fputc('*', f); (void)fputc('\n', f); return; } squizz-0.99b+dfsg.orig/lib/sequence/rawy.c0000644000175000017500000013213112102264455020464 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse rawparse #define yylex rawlex #define yyerror rawerror #define yylval rawlval #define yychar rawchar #define yydebug rawdebug #define yynerrs rawnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/rawy.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/rawy.h" void rawset_in(FILE *); int rawlex(YYSTYPE *); int rawlex_destroy(void); static void yyerror(sequence_t *seq, const char *); int rawy_check(FILE *); sequence_t *rawy_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/rawy.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { ERR = 258, NUL = 259, BAS = 260 }; #endif /* Tokens. */ #define ERR 258 #define NUL 259 #define BAS 260 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/rawy.y" char *str; /* Line 293 of yacc.c */ #line 153 "sequence/rawy.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 165 "sequence/rawy.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 5 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 4 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 6 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 4 /* YYNRULES -- Number of rules. */ #define YYNRULES 6 /* YYNRULES -- Number of states. */ #define YYNSTATES 9 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 260 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 6, 8, 11, 13 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 7, 0, -1, 8, 9, -1, 4, -1, 8, 5, -1, 5, -1, 4, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 37, 37, 38, 41, 42, 45 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "ERR", "NUL", "BAS", "$accept", "raw", "sequence", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 6, 7, 7, 8, 8, 9 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 2, 1, 2, 1, 1 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 5, 0, 0, 1, 6, 4, 2 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 3, 4, 8 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -5 static const yytype_int8 yypact[] = { -4, -5, -5, 4, -2, -5, -5, -5, -5 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -5, -5, -5, -5 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 1, 2, 6, 7, 5 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-5)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_uint8 yycheck[] = { 4, 5, 4, 5, 0 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 4, 5, 7, 8, 0, 4, 5, 9 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 5: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/rawy.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1088 "sequence/rawy.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 37 "sequence/rawy.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 38 "sequence/rawy.y" { return -1; /*NOTREACHED*/ } break; case 4: /* Line 1806 of yacc.c */ #line 41 "sequence/rawy.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; case 5: /* Line 1806 of yacc.c */ #line 42 "sequence/rawy.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1418 "sequence/rawy.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 47 "sequence/rawy.y" /* Checks RAW sequence */ int rawy_check(FILE *f) { int i; rawset_in(f); i = yyparse(NULL); if (i == 0) { return i; } rawlex_destroy(); return i; } /* Parse RAW sequence */ sequence_t *rawy_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return (seq); } rawset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } rawlex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/genbank.c0000644000175000017500000001075412071546372021123 0ustar osallouosallou/* genbank.c - GENBANK sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef STDC_HEADERS # include #endif #include #include "sequence.h" #include "sequence/genbank.h" /* Functions prototypes */ extern sequence_t *genbanky_parse(FILE *); extern int genbanky_check(FILE *); /* Parse GENBANK sequence */ sequence_t *genbank_parse(FILE *f) { sequence_t *seq; seq = genbanky_parse(f); return seq; } /* Check GENBANK sequence */ int genbank_check(FILE *f) { int i; i = genbanky_check(f); return i; } /* Print GENBANK sequence */ void genbank_print(FILE *f, sequence_t *seq) { char *p, *q, *z, **x; const char *r, *s, *u; int i, j, max; long l; size_t len, sep; time_t tt; struct tm ts; static const char *mon[] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" }; if (seq == NULL) { return; } /* Inits */ max = 80; /* Name */ r = "XXX"; u = (seq->nam != NULL) ? seq->nam : "UNKNOWN"; tt = time(NULL); (void)localtime_r(&tt, &ts); s = mon[ts.tm_mon]; (void)fprintf(f, "LOCUS %-16.16s %11lu bp", u, seq->strlen); (void)fprintf(f, " %3s%-6s %-8s %3s", r, r, r, r); (void)fprintf(f, " %02i-%3s-%4i\n", ts.tm_mday, s, ts.tm_year+1900); /* Description */ p = seq->dsc; i = 1; while (p && *p) { while (*p && *p == ' ') { p++; } if (!*p) { continue; } if (i == 1) { (void)fprintf(f, "DEFINITION "); i = 0; } else { (void)fprintf(f, " "); } q = p; j = 0; while (*q && q - p < max - 13) { q++; } z = q; while (/*CONSTCOND*/1) { /* Do not split words */ if (q - p > 0 && *q && *q != ' ' && j == 0) { q--; continue; } /* Split words longer than max */ if (q - p > 0 && *q && *q != '-' && j == 1) { q--; continue; } if (q == p) { q = z; if (j == 1) { break; } j = 1; continue; } /* Check for trailing '-', '.' */ if (*q == '-' && q - p + 1 > max - 13) { q--; continue; } if (*q == '\0' && q - p + 1 > max - 13) { q--; continue; } if (*q == '-') { q++; } break; } while (*p && q - p > 0) { (void)fputc(*p, f); p++; } if (*p == '\0') { (void)fputc('.', f); } (void)fputc('\n', f); p = q; } /* Accession */ if (seq->acc != NULL) { x = seq->acc; l = 0; (void)fprintf(f, "ACCESSION "); while (x && *x) { len = strlen(*x); if (l + len + 1 > max - 12) { l = 0; (void)fprintf(f, "\n"); } r = (l == 0) ? " " : " "; if (x == seq->acc) { r = ""; } (void)fprintf(f, "%s%s", r, *x); l += strlen(r) + len; x++; } (void)fputc('\n', f); } /* Version + GI */ if (seq->ver != 0 && seq->acc && *seq->acc) { (void)fprintf(f, "VERSION %s.%d", *seq->acc, seq->ver); if (seq->gi != 0) { (void)fprintf(f, " GI:%d", seq->gi); } (void)fputc('\n', f); } /* Keywords */ x = seq->kwd; l = 12; (void)fprintf(f, "KEYWORDS "); while (x && *x) { p = *x; i = 0; while (p && *p) { switch (l) { case 0: s = " "; break; case 12: s = ""; break; default: s = "; "; break; } sep = strlen(s); while (*p && *p == ' ') { p++; } q = p; while (*q && l + sep + q - p < max - 1) { q++; } if (*q == '\0' && l + sep + q - p + 1 > max - 1) { q--; } while (/*CONSTCOND*/1) { /* Do not split words */ while (q - p > 0 && *q && *q != ' ' && i == 0) { q--; continue; } /* Split words longer than max-1 */ while (q - p > 0 && *q && *q != '-' && i == 1) { q--; continue; } /* Check for trailing '-' */ if (*q == '-' && l + sep + q - p + 1 >= max - 1) { q--; continue; } if (*q == '-') { q++; } break; } if (q - p == 0) { if (l != 0) { (void)fprintf(f, ";\n"); } else { i = 1; } l = 0; continue; } (void)fprintf(f, "%s", s); l += sep; l += q - p; while (*p && q - p > 0) { (void)fputc(*p, f); p++; } if (*p) { (void)fputc('\n', f); l = 0; } i = 0; p = q; } x++; } (void)fprintf(f, ".\n"); /* FIXME: Sequence header */ (void)fprintf(f, "ORIGIN \n"); /* Sequence */ p = seq->str; while (*p) { l = p - seq->str; if (l % 60 == 0 && l > 0) { (void)fputc('\n', f); } if (l % 60 == 0) { (void)fprintf(f, " %8li ", l + 1); } if (l % 10 == 0 && l % 60 != 0) { (void)fputc(' ', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } (void)fputc('\n', f); /* End */ (void)fprintf(f, "//\n"); return; } squizz-0.99b+dfsg.orig/lib/sequence/gcg.h0000644000175000017500000000043710155322741020251 0ustar osallouosallou/* gcg.h - GCG sequence functions */ #ifndef __SEQUENCE_GCG_H_ #define __SEQUENCE_GCG_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *gcg_parse(FILE *); int gcg_check(FILE *); void gcg_print(FILE *, sequence_t *); #endif /* __SEQUENCE_GCG_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/embly.c0000644000175000017500000021246112102264453020615 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse emblparse #define yylex embllex #define yyerror emblerror #define yylval embllval #define yychar emblchar #define yydebug embldebug #define yynerrs emblnerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/embly.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/embly.h" void emblset_in(FILE *); int embllex(YYSTYPE *); int embllex_destroy(void); static void yyerror(sequence_t *, const char *); int embly_check(FILE *); sequence_t *embly_parse(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/embly.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, INT = 260, MIN = 261, NUL = 262, NUM = 263, QUO = 264, SEP = 265, SPC = 266, TER = 267, TER2 = 268, TXT = 269, CBR = 270, OBR = 271, ID = 272, IDNAM = 273, AC = 274, ACNUM = 275, SV = 276, SVNUM = 277, PR = 278, PRDAT = 279, DT = 280, DE = 281, DETXT = 282, KW = 283, KWORD = 284, KWOR2 = 285, OS = 286, OSTXT = 287, OC = 288, OCNOD = 289, OCNO2 = 290, OG = 291, RN = 292, RC = 293, RP = 294, RX = 295, RXDB = 296, RXID = 297, RG = 298, RA = 299, RAAUT = 300, RT = 301, RL = 302, DR = 303, AH = 304, AS = 305, FH = 306, FT = 307, CC = 308, CO = 309, SQ = 310, SEQ = 311, SEQBAS = 312, END = 313 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define INT 260 #define MIN 261 #define NUL 262 #define NUM 263 #define QUO 264 #define SEP 265 #define SPC 266 #define TER 267 #define TER2 268 #define TXT 269 #define CBR 270 #define OBR 271 #define ID 272 #define IDNAM 273 #define AC 274 #define ACNUM 275 #define SV 276 #define SVNUM 277 #define PR 278 #define PRDAT 279 #define DT 280 #define DE 281 #define DETXT 282 #define KW 283 #define KWORD 284 #define KWOR2 285 #define OS 286 #define OSTXT 287 #define OC 288 #define OCNOD 289 #define OCNO2 290 #define OG 291 #define RN 292 #define RC 293 #define RP 294 #define RX 295 #define RXDB 296 #define RXID 297 #define RG 298 #define RA 299 #define RAAUT 300 #define RT 301 #define RL 302 #define DR 303 #define AH 304 #define AS 305 #define FH 306 #define FT 307 #define CC 308 #define CO 309 #define SQ 310 #define SEQ 311 #define SEQBAS 312 #define END 313 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/embly.y" char *str; int num; /* Line 293 of yacc.c */ #line 259 "sequence/embly.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 271 "sequence/embly.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 8 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 180 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 59 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 104 /* YYNRULES -- Number of rules. */ #define YYNRULES 170 /* YYNRULES -- Number of states. */ #define YYNSTATES 269 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 313 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 7, 9, 23, 25, 30, 33, 34, 37, 38, 43, 47, 49, 51, 52, 58, 60, 61, 66, 70, 72, 75, 76, 80, 83, 85, 88, 89, 93, 96, 98, 101, 102, 105, 108, 109, 114, 119, 123, 127, 129, 131, 132, 135, 136, 140, 142, 146, 148, 151, 152, 155, 156, 161, 165, 170, 174, 176, 177, 179, 181, 184, 185, 189, 192, 194, 197, 198, 207, 209, 215, 218, 219, 223, 226, 228, 231, 232, 235, 236, 241, 245, 249, 251, 255, 258, 259, 266, 269, 270, 274, 277, 279, 282, 285, 286, 291, 296, 300, 302, 303, 307, 309, 310, 313, 314, 321, 325, 330, 334, 340, 345, 348, 350, 353, 355, 359, 362, 364, 367, 368, 372, 375, 377, 380, 381, 384, 385, 389, 392, 394, 397, 399, 403, 406, 408, 411, 415, 418, 419, 422, 424, 428, 431, 433, 436, 437, 441, 444, 445, 449, 451, 454, 457, 459, 463, 466, 468, 470, 474, 477, 479, 482, 484, 489, 493, 495, 498, 499 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 60, 0, -1, 61, 151, 162, -1, 7, -1, 62, 65, 68, 70, 73, 76, 79, 85, 99, 132, 148, 136, 135, -1, 63, -1, 17, 18, 64, 3, -1, 64, 14, -1, -1, 65, 66, -1, -1, 19, 67, 12, 3, -1, 67, 10, 20, -1, 20, -1, 69, -1, -1, 21, 20, 10, 22, 3, -1, 71, -1, -1, 23, 72, 12, 3, -1, 72, 10, 24, -1, 24, -1, 74, 74, -1, -1, 25, 75, 3, -1, 75, 14, -1, 14, -1, 76, 77, -1, -1, 26, 78, 3, -1, 78, 27, -1, 27, -1, 80, 82, -1, -1, 80, 81, -1, 80, 83, -1, -1, 28, 84, 13, 3, -1, 28, 84, 12, 3, -1, 28, 84, 3, -1, 84, 10, 29, -1, 29, -1, 30, -1, -1, 85, 86, -1, -1, 87, 90, 96, -1, 88, -1, 31, 89, 3, -1, 32, -1, 91, 93, -1, -1, 91, 92, -1, -1, 33, 94, 13, 3, -1, 33, 94, 3, -1, 33, 94, 12, 3, -1, 94, 10, 95, -1, 95, -1, -1, 34, -1, 35, -1, 96, 97, -1, -1, 36, 98, 3, -1, 98, 14, -1, 14, -1, 99, 100, -1, -1, 101, 103, 106, 112, 114, 117, 122, 129, -1, 102, -1, 37, 16, 5, 15, 3, -1, 103, 104, -1, -1, 38, 105, 3, -1, 105, 14, -1, 14, -1, 107, 109, -1, -1, 107, 108, -1, -1, 39, 110, 12, 3, -1, 39, 110, 3, -1, 110, 10, 111, -1, 111, -1, 5, 6, 5, -1, 112, 113, -1, -1, 40, 41, 10, 42, 12, 3, -1, 114, 115, -1, -1, 43, 116, 3, -1, 116, 14, -1, 14, -1, 118, 120, -1, 118, 119, -1, -1, 44, 121, 13, 3, -1, 44, 121, 12, 3, -1, 121, 10, 45, -1, 45, -1, -1, 125, 123, 127, -1, 124, -1, -1, 123, 126, -1, -1, 46, 9, 128, 9, 12, 3, -1, 46, 12, 3, -1, 46, 9, 128, 3, -1, 46, 128, 3, -1, 46, 128, 9, 12, 3, -1, 46, 9, 12, 3, -1, 128, 14, -1, 14, -1, 129, 130, -1, 130, -1, 47, 131, 3, -1, 131, 14, -1, 14, -1, 132, 133, -1, -1, 48, 134, 3, -1, 134, 14, -1, 14, -1, 142, 145, -1, -1, 137, 139, -1, -1, 49, 138, 3, -1, 138, 14, -1, 14, -1, 139, 140, -1, 140, -1, 50, 141, 3, -1, 141, 14, -1, 14, -1, 143, 143, -1, 51, 144, 3, -1, 144, 14, -1, -1, 145, 146, -1, 146, -1, 52, 147, 3, -1, 147, 14, -1, 14, -1, 148, 149, -1, -1, 53, 150, 3, -1, 150, 14, -1, -1, 152, 155, 158, -1, 152, -1, 155, 158, -1, 152, 153, -1, 153, -1, 54, 154, 3, -1, 154, 14, -1, 14, -1, 156, -1, 55, 157, 3, -1, 157, 14, -1, 14, -1, 158, 159, -1, 159, -1, 56, 160, 161, 3, -1, 160, 10, 57, -1, 57, -1, 11, 5, -1, -1, 58, 3, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 75, 75, 76, 79, 81, 82, 84, 84, 86, 86, 87, 88, 89, 92, 92, 93, 96, 96, 97, 98, 98, 100, 100, 101, 102, 102, 104, 104, 105, 106, 107, 110, 110, 111, 111, 111, 112, 113, 114, 115, 116, 117, 118, 121, 121, 122, 124, 125, 126, 128, 128, 129, 129, 130, 130, 131, 132, 132, 132, 133, 133, 135, 135, 136, 137, 137, 139, 139, 140, 142, 143, 145, 145, 146, 147, 147, 149, 149, 150, 150, 151, 152, 153, 153, 154, 156, 156, 157, 159, 159, 160, 161, 161, 163, 164, 164, 165, 166, 167, 167, 167, 169, 169, 169, 170, 170, 171, 171, 172, 173, 174, 174, 175, 175, 177, 177, 178, 179, 179, 181, 181, 182, 183, 183, 185, 185, 187, 187, 188, 189, 189, 190, 190, 191, 192, 192, 194, 195, 196, 196, 198, 198, 199, 200, 200, 202, 202, 203, 204, 204, 206, 206, 206, 208, 208, 209, 210, 210, 212, 213, 214, 214, 216, 216, 217, 218, 219, 221, 221, 223 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "EOL", "ERR", "INT", "MIN", "NUL", "NUM", "QUO", "SEP", "SPC", "TER", "TER2", "TXT", "CBR", "OBR", "ID", "IDNAM", "AC", "ACNUM", "SV", "SVNUM", "PR", "PRDAT", "DT", "DE", "DETXT", "KW", "KWORD", "KWOR2", "OS", "OSTXT", "OC", "OCNOD", "OCNO2", "OG", "RN", "RC", "RP", "RX", "RXDB", "RXID", "RG", "RA", "RAAUT", "RT", "RL", "DR", "AH", "AS", "FH", "FT", "CC", "CO", "SQ", "SEQ", "SEQBAS", "END", "$accept", "embl", "annots", "locus", "idline", "idtxt", "access", "acline", "aclist", "vers", "svline", "proj", "prline", "prlist", "date", "dtline", "dttxt", "desc", "deline", "detxt", "kwords", "kwlines", "kwline1", "kwline2", "kwline3", "kwlist", "orgas", "orgent", "orgspe", "osline", "ostxt", "orgcla", "oclines", "ocline1", "ocline2", "oclist", "ocnode", "orggan", "ogline", "ogtxt", "refs", "refent", "refnum", "rnline", "refcom", "rcline", "rctxt", "refpos", "rplines", "rpline1", "rpline2", "rplist", "rpval", "refxdb", "rxline", "refgrp", "rgline", "rgtxt", "refaut", "ralines", "raline1", "raline2", "ralist", "reftit", "rtlines", "rtline", "rtline1", "rtline2", "rtline3", "rttxt", "refloc", "rlline", "rltxt", "dbref", "drline", "drtxt", "feats", "asmb", "ahline", "ahtxt", "aslines", "asline", "astxt", "feathead", "fhline", "fhtxt", "featdata", "ftline", "fttxt", "comm", "ccline", "cctxt", "sequence", "seqcont", "coline", "cotxt", "seqhead", "sqline", "sqtxt", "seqdata", "seqline", "seqlist", "seqnum", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 59, 60, 60, 61, 62, 63, 64, 64, 65, 65, 66, 67, 67, 68, 68, 69, 70, 70, 71, 72, 72, 73, 73, 74, 75, 75, 76, 76, 77, 78, 78, 79, 79, 80, 80, 80, 81, 82, 83, 84, 84, 84, 84, 85, 85, 86, 87, 88, 89, 90, 90, 91, 91, 92, 92, 93, 94, 94, 94, 95, 95, 96, 96, 97, 98, 98, 99, 99, 100, 101, 102, 103, 103, 104, 105, 105, 106, 106, 107, 107, 108, 109, 110, 110, 111, 112, 112, 113, 114, 114, 115, 116, 116, 117, 118, 118, 119, 120, 121, 121, 121, 122, 122, 122, 123, 123, 124, 124, 125, 126, 127, 127, 128, 128, 129, 129, 130, 131, 131, 132, 132, 133, 134, 134, 135, 135, 136, 136, 137, 138, 138, 139, 139, 140, 141, 141, 142, 143, 144, 144, 145, 145, 146, 147, 147, 148, 148, 149, 150, 150, 151, 151, 151, 152, 152, 153, 154, 154, 155, 156, 157, 157, 158, 158, 159, 160, 160, 161, 161, 162 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 13, 1, 4, 2, 0, 2, 0, 4, 3, 1, 1, 0, 5, 1, 0, 4, 3, 1, 2, 0, 3, 2, 1, 2, 0, 3, 2, 1, 2, 0, 2, 2, 0, 4, 4, 3, 3, 1, 1, 0, 2, 0, 3, 1, 3, 1, 2, 0, 2, 0, 4, 3, 4, 3, 1, 0, 1, 1, 2, 0, 3, 2, 1, 2, 0, 8, 1, 5, 2, 0, 3, 2, 1, 2, 0, 2, 0, 4, 3, 3, 1, 3, 2, 0, 6, 2, 0, 3, 2, 1, 2, 2, 0, 4, 4, 3, 1, 0, 3, 1, 0, 2, 0, 6, 3, 4, 3, 5, 4, 2, 1, 2, 1, 3, 2, 1, 2, 0, 3, 2, 1, 2, 0, 2, 0, 3, 2, 1, 2, 1, 3, 2, 1, 2, 3, 2, 0, 2, 1, 3, 2, 1, 2, 0, 3, 2, 0, 3, 1, 2, 2, 1, 3, 2, 1, 1, 3, 2, 1, 2, 1, 4, 3, 1, 2, 0, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 0, 10, 5, 8, 1, 0, 0, 0, 152, 155, 0, 159, 15, 0, 158, 0, 162, 0, 0, 2, 154, 0, 0, 153, 164, 0, 0, 9, 18, 14, 6, 7, 156, 157, 160, 161, 170, 151, 167, 169, 163, 13, 0, 0, 0, 23, 17, 0, 0, 0, 0, 0, 0, 21, 0, 0, 28, 0, 166, 168, 165, 12, 11, 0, 0, 0, 26, 0, 33, 22, 16, 20, 19, 24, 25, 0, 27, 45, 0, 31, 0, 68, 43, 34, 32, 35, 29, 30, 0, 44, 51, 47, 121, 41, 42, 0, 49, 0, 63, 0, 0, 67, 73, 70, 147, 39, 0, 0, 0, 48, 46, 59, 52, 50, 0, 78, 0, 120, 128, 40, 38, 37, 0, 62, 60, 61, 0, 58, 0, 0, 72, 87, 0, 124, 0, 0, 150, 126, 0, 146, 66, 0, 55, 0, 0, 0, 0, 76, 0, 90, 0, 79, 77, 122, 123, 131, 0, 0, 140, 4, 0, 0, 0, 127, 133, 64, 65, 57, 56, 54, 71, 74, 75, 0, 86, 96, 0, 0, 84, 129, 130, 148, 149, 0, 0, 125, 142, 137, 136, 0, 132, 0, 0, 89, 104, 0, 0, 82, 0, 0, 138, 139, 145, 0, 141, 134, 135, 0, 93, 0, 0, 0, 103, 106, 101, 95, 94, 85, 83, 81, 143, 144, 0, 91, 92, 0, 0, 0, 69, 116, 0, 100, 0, 0, 114, 0, 108, 119, 0, 115, 0, 105, 102, 0, 0, 0, 88, 109, 0, 113, 117, 118, 0, 0, 99, 98, 97, 0, 0, 110, 0, 107, 112, 0, 111 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 3, 4, 5, 6, 17, 16, 31, 46, 32, 33, 49, 50, 58, 60, 61, 71, 72, 80, 84, 81, 82, 87, 88, 89, 99, 85, 93, 94, 95, 101, 102, 103, 116, 117, 130, 131, 114, 127, 145, 96, 105, 106, 107, 119, 134, 152, 135, 136, 155, 156, 181, 182, 153, 178, 179, 197, 213, 198, 199, 219, 220, 236, 215, 234, 216, 217, 245, 246, 239, 232, 233, 242, 108, 121, 138, 163, 141, 142, 160, 167, 168, 193, 164, 165, 187, 189, 190, 207, 122, 143, 161, 11, 12, 13, 19, 14, 15, 21, 27, 28, 43, 53, 23 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -84 static const yytype_int16 yypact[] = { 39, -84, -14, 63, -21, -84, -84, -84, -84, 33, 59, -5, -21, -84, 15, -84, 47, 2, -84, 3, -84, 4, 72, -84, -84, 15, 27, 15, -84, 68, 69, -84, 64, -84, -84, -84, -84, -84, -84, -84, -84, 15, -84, 67, -84, -84, 57, 73, 66, 70, -84, 34, 87, 90, 74, 93, 75, -84, 60, 84, -84, 70, -84, -84, -84, -84, -84, 96, 76, 98, -84, 7, 48, -84, -84, -84, -84, -84, -84, 77, -84, -84, 78, -84, -3, 71, 50, -84, -84, -84, -84, -84, 79, -84, 80, -84, 81, -84, -84, 32, -84, 100, -84, 82, 89, -84, -84, -84, 61, -84, 83, 104, 105, -84, 85, 51, -84, -84, 109, 43, 102, -84, 11, -84, -84, -84, 103, -84, -84, -84, 38, -84, 95, 106, -84, -84, 86, -84, 8, 108, -84, 88, 91, -84, -84, 9, -84, 51, 116, 120, 121, -84, 16, 92, 122, -84, -84, -84, -84, -84, 17, 22, -84, -84, 94, 88, 112, 91, -84, -84, -84, -84, -84, -84, -84, -84, -84, 97, -84, 99, 123, 49, -84, -84, -84, -84, -84, 23, 114, 94, -84, -84, -84, 24, -84, 124, 117, -84, 101, 107, 125, -84, 122, 130, -84, -84, -84, 25, -84, -84, -84, 110, -84, 26, 53, 111, -84, -84, 115, -84, -84, -84, -84, -84, -84, -84, 128, -84, -84, 129, 132, 131, 111, -84, 113, -84, 45, 133, -84, -1, -84, -84, 29, -84, 40, -84, -84, 118, 134, 141, -84, -84, 136, -84, -84, -84, 137, 0, -84, -84, -84, 147, 150, -84, 142, -84, -84, 152, -84 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, 119, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, 10, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -46, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -84, -83, -84, -70, -84, -84, -84, -84, -84, -84, -84, -84, -84, -2, -84, -84, 1, -84, -84, -25, -84, -84, -84, -84, -84, -84, 155, -84, 156, -84, -84, 144, -26, -84, -84, -84 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -81 static const yytype_int16 yytable[] = { 90, 44, 251, 263, 7, 34, 36, 38, 252, 264, 77, 157, 169, 253, 253, 44, 35, 37, 39, 175, 183, 78, 158, 170, 91, 185, 204, 209, 224, 227, 176, 184, 254, 9, 10, 109, 186, 205, 210, 225, 228, 146, 110, 255, 111, 112, 1, 18, 147, 256, 148, 149, 201, 22, 238, 247, 2, 248, 249, 202, 139, 203, 229, 8, 140, 230, 29, 54, 30, 55, 68, 26, 69, 20, 79, 40, -36, 51, 52, 97, 98, 133, -80, 56, 42, 128, 129, 48, 45, 47, 57, 62, 63, 64, 65, 59, 66, 67, 70, 74, 75, 76, 92, 113, 83, 118, 86, 124, 125, 120, 150, 100, 123, -53, 132, 115, 137, 144, 104, 172, 151, 126, 159, 173, 174, 154, 192, 180, 206, 200, 221, 212, 177, 223, 211, 240, 250, 259, 195, 162, 237, 166, 196, 238, 260, 241, 188, 214, 261, 262, 265, 218, 226, 266, 267, 268, 222, 171, 231, 244, 235, 257, 243, 258, 208, 194, 191, 24, 25, 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-84)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int16 yycheck[] = { 3, 27, 3, 3, 18, 3, 3, 3, 9, 9, 3, 3, 3, 14, 14, 41, 14, 14, 14, 3, 3, 14, 14, 14, 27, 3, 3, 3, 3, 3, 14, 14, 3, 54, 55, 3, 14, 14, 14, 14, 14, 3, 10, 14, 12, 13, 7, 14, 10, 9, 12, 13, 3, 58, 14, 10, 17, 12, 13, 10, 49, 12, 9, 0, 53, 12, 19, 10, 21, 12, 10, 56, 12, 14, 26, 3, 28, 10, 11, 29, 30, 38, 39, 10, 57, 34, 35, 23, 20, 20, 24, 57, 5, 3, 20, 25, 3, 22, 14, 3, 24, 3, 31, 3, 27, 16, 28, 3, 3, 48, 15, 32, 29, 33, 5, 33, 14, 14, 37, 3, 14, 36, 14, 3, 3, 39, 14, 5, 14, 6, 5, 14, 40, 3, 10, 3, 3, 3, 41, 51, 12, 50, 43, 14, 3, 14, 52, 46, 12, 12, 3, 44, 42, 3, 12, 3, 202, 147, 47, 46, 45, 244, 232, 45, 189, 167, 165, 12, 12, 25, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 61 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 7, 17, 60, 61, 62, 63, 18, 0, 54, 55, 151, 152, 153, 155, 156, 65, 64, 14, 154, 14, 157, 58, 162, 153, 155, 56, 158, 159, 19, 21, 66, 68, 69, 3, 14, 3, 14, 3, 14, 3, 158, 57, 160, 159, 20, 67, 20, 23, 70, 71, 10, 11, 161, 10, 12, 10, 24, 72, 25, 73, 74, 57, 5, 3, 20, 3, 22, 10, 12, 14, 75, 76, 74, 3, 24, 3, 3, 14, 26, 77, 79, 80, 27, 78, 85, 28, 81, 82, 83, 3, 27, 31, 86, 87, 88, 99, 29, 30, 84, 32, 89, 90, 91, 37, 100, 101, 102, 132, 3, 10, 12, 13, 3, 96, 33, 92, 93, 16, 103, 48, 133, 148, 29, 3, 3, 36, 97, 34, 35, 94, 95, 5, 38, 104, 106, 107, 14, 134, 49, 53, 136, 137, 149, 14, 98, 3, 10, 12, 13, 15, 14, 105, 112, 39, 108, 109, 3, 14, 14, 138, 150, 51, 135, 142, 143, 50, 139, 140, 3, 14, 95, 3, 3, 3, 3, 14, 40, 113, 114, 5, 110, 111, 3, 14, 3, 14, 144, 52, 145, 146, 143, 14, 141, 140, 41, 43, 115, 117, 118, 6, 3, 10, 12, 3, 14, 14, 147, 146, 3, 14, 10, 14, 116, 46, 122, 124, 125, 44, 119, 120, 5, 111, 3, 3, 14, 42, 3, 14, 9, 12, 47, 129, 130, 123, 45, 121, 12, 14, 128, 3, 14, 131, 130, 46, 126, 127, 10, 12, 13, 3, 3, 9, 14, 3, 14, 9, 128, 45, 3, 3, 12, 12, 3, 9, 3, 3, 12, 3 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 18: /* "IDNAM" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1474 "sequence/embly.c" break; case 20: /* "ACNUM" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1483 "sequence/embly.c" break; case 22: /* "SVNUM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/embly.y" {}; /* Line 1391 of yacc.c */ #line 1492 "sequence/embly.c" break; case 27: /* "DETXT" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1501 "sequence/embly.c" break; case 29: /* "KWORD" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1510 "sequence/embly.c" break; case 30: /* "KWOR2" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1519 "sequence/embly.c" break; case 32: /* "OSTXT" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1528 "sequence/embly.c" break; case 34: /* "OCNOD" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1537 "sequence/embly.c" break; case 35: /* "OCNO2" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1546 "sequence/embly.c" break; case 57: /* "SEQBAS" */ /* Line 1391 of yacc.c */ #line 31 "sequence/embly.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1555 "sequence/embly.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 75 "sequence/embly.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 76 "sequence/embly.y" { return -1; /*NOTREACHED*/ } break; case 6: /* Line 1806 of yacc.c */ #line 82 "sequence/embly.y" { parse_namadd(seq, (yyvsp[(2) - (4)].str)); } break; case 12: /* Line 1806 of yacc.c */ #line 88 "sequence/embly.y" { parse_accadd(seq, (yyvsp[(3) - (3)].str)); } break; case 13: /* Line 1806 of yacc.c */ #line 89 "sequence/embly.y" { parse_accadd(seq, (yyvsp[(1) - (1)].str)); } break; case 16: /* Line 1806 of yacc.c */ #line 93 "sequence/embly.y" { parse_veradd(seq, (yyvsp[(4) - (5)].num)); } break; case 30: /* Line 1806 of yacc.c */ #line 106 "sequence/embly.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 31: /* Line 1806 of yacc.c */ #line 107 "sequence/embly.y" { parse_dscadd1(seq, (yyvsp[(1) - (1)].str)); } break; case 40: /* Line 1806 of yacc.c */ #line 115 "sequence/embly.y" { parse_kwdadd(seq, (yyvsp[(3) - (3)].str)); } break; case 41: /* Line 1806 of yacc.c */ #line 116 "sequence/embly.y" { parse_kwdadd(seq, (yyvsp[(1) - (1)].str)); } break; case 42: /* Line 1806 of yacc.c */ #line 117 "sequence/embly.y" { parse_kwdupd(seq, (yyvsp[(1) - (1)].str)); } break; case 166: /* Line 1806 of yacc.c */ #line 218 "sequence/embly.y" { parse_stradd(seq, (yyvsp[(3) - (3)].str)); } break; case 167: /* Line 1806 of yacc.c */ #line 219 "sequence/embly.y" { parse_stradd(seq, (yyvsp[(1) - (1)].str)); } break; /* Line 1806 of yacc.c */ #line 1948 "sequence/embly.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 225 "sequence/embly.y" /* Checks EMBL sequence */ int embly_check(FILE *f) { int i; emblset_in(f); i = yyparse(NULL); if (i == 0) { return i; } embllex_destroy(); return i; } /* Parse EMBL sequence */ sequence_t *embly_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } emblset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } embllex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/gde.c0000644000175000017500000000212310155322741020235 0ustar osallouosallou/* gde.c - GDE sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #include "sequence.h" #include "sequence/gde.h" /* Functions prototypes */ extern sequence_t *gdey_parse(FILE *); extern int gdey_check(FILE *); /* Parse GDE sequence */ sequence_t *gde_parse(FILE *f) { sequence_t *seq; seq = gdey_parse(f); return seq; } /* Checks GDE sequence */ int gde_check(FILE *f) { int i; i = gdey_check(f); return i; } /* Print GDE sequence */ void gde_print(FILE *f, sequence_t *seq) { char *p, c; const char *q; int max; long l; seqtyp_t typ; if (seq == NULL) { return; } typ = sequence_type(seq->str); c = (typ == SEQTYP_PRO) ? '%' : '#'; /* Header */ q = (seq->nam != NULL) ? seq->nam : "unknown"; (void)fprintf(f, "%c%s\n", c, q); /* Sequence */ p = seq->str; max = 80; while (*p) { l = p - seq->str; if (l % max == 0 && l > 0) { (void)fputc('\n', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } l = p - seq->str; if (l % max != 0) { (void)fputc('\n', f); } return; } squizz-0.99b+dfsg.orig/lib/sequence/genbanky.h0000644000175000017500000000730712077265000021311 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { EOL = 258, ERR = 259, INT = 260, NUL = 261, NUM = 262, NXT = 263, SEP = 264, SPC = 265, TER = 266, TER2 = 267, TXT = 268, LO = 269, LONAM = 270, DE = 271, DETXT = 272, DA = 273, AC = 274, ACNUM = 275, VE = 276, GI = 277, VENUM = 278, GINUM = 279, PJ = 280, LN = 281, DB = 282, KE = 283, KEWRD = 284, KEWR2 = 285, SE = 286, SO = 287, OG = 288, RE = 289, RA = 290, RC = 291, RT = 292, RJ = 293, RM = 294, RP = 295, RR = 296, CO = 297, PR = 298, FE = 299, BC = 300, WE = 301, PI = 302, LE = 303, OR = 304, WGS = 305, SCA = 306, CON = 307, SEQ = 308, SEQBAS = 309, END = 310 }; #endif /* Tokens. */ #define EOL 258 #define ERR 259 #define INT 260 #define NUL 261 #define NUM 262 #define NXT 263 #define SEP 264 #define SPC 265 #define TER 266 #define TER2 267 #define TXT 268 #define LO 269 #define LONAM 270 #define DE 271 #define DETXT 272 #define DA 273 #define AC 274 #define ACNUM 275 #define VE 276 #define GI 277 #define VENUM 278 #define GINUM 279 #define PJ 280 #define LN 281 #define DB 282 #define KE 283 #define KEWRD 284 #define KEWR2 285 #define SE 286 #define SO 287 #define OG 288 #define RE 289 #define RA 290 #define RC 291 #define RT 292 #define RJ 293 #define RM 294 #define RP 295 #define RR 296 #define CO 297 #define PR 298 #define FE 299 #define BC 300 #define WE 301 #define PI 302 #define LE 303 #define OR 304 #define WGS 305 #define SCA 306 #define CON 307 #define SEQ 308 #define SEQBAS 309 #define END 310 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/genbanky.y" char *str; int num; /* Line 2068 of yacc.c */ #line 164 "sequence/genbanky.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/codatay.h0000644000175000017500000000613612077257450021150 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { CNT = 258, EOL = 259, ERR = 260, INT = 261, NUL = 262, NXT = 263, SEP = 264, SPC = 265, TXT = 266, EN = 267, ENTXT = 268, ENNAM = 269, TI = 270, TITXT = 271, AL = 272, CT = 273, OR = 274, DA = 275, AC = 276, ACNUM = 277, RE = 278, CO = 279, GE = 280, FU = 281, CX = 282, CL = 283, KE = 284, FE = 285, SU = 286, SE = 287, SN = 288, SEQ = 289, BAS = 290, END = 291 }; #endif /* Tokens. */ #define CNT 258 #define EOL 259 #define ERR 260 #define INT 261 #define NUL 262 #define NXT 263 #define SEP 264 #define SPC 265 #define TXT 266 #define EN 267 #define ENTXT 268 #define ENNAM 269 #define TI 270 #define TITXT 271 #define AL 272 #define CT 273 #define OR 274 #define DA 275 #define AC 276 #define ACNUM 277 #define RE 278 #define CO 279 #define GE 280 #define FU 281 #define CX 282 #define CL 283 #define KE 284 #define FE 285 #define SU 286 #define SE 287 #define SN 288 #define SEQ 289 #define BAS 290 #define END 291 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/codatay.y" char *str; /* Line 2068 of yacc.c */ #line 126 "sequence/codatay.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/nbrf.h0000644000175000017500000000044710155322741020441 0ustar osallouosallou/* nbrf.h - NBRF sequence functions */ #ifndef __SEQUENCE_NBRF_H_ #define __SEQUENCE_NBRF_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *nbrf_parse(FILE *); int nbrf_check(FILE *); void nbrf_print(FILE *, sequence_t *); #endif /* __SEQUENCE_NBRF_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/protein.c0000644000175000017500000000254410533555703021173 0ustar osallouosallou/* protein.c - Protein sequence functions */ #ifdef HAVE_CONFIG_H # include #endif #include #include "extern/file.h" #include "sequence/protein.h" /* Global variables */ /* FIXME: To be loaded from external file ... */ /* ??? X = 118.8860 */ #ifdef notyet /* Average isotopic masses of amino acids, from */ static float aaw[26] = { 071.0788, ???.????, 103.1388, 115.0886, 129.1155, 147.1766, 057.0519, 137.1411, 113.1594, ???.????, 128.1741, 113.1594, 131.1926, 114.1038, ???.????, 097.1167, 128.1307, 156.1875, 087.0782, 101.1051, ???.????, 099.1326, 186.2132, ???.????, 163.1760, ???.???? }; #endif static float aaw[26] = { 071.0788, 114.5962, 103.1388, 115.0886, 129.1155, 147.1766, 057.0519, /*A-G*/ 137.1411, 113.1594, 113.1594, 128.1741, 113.1594, 131.1926, 114.1038, /*H-N*/ 000.0000, 097.1167, 128.1307, 156.1875, 087.0782, 101.1051, 000.0000, /*O-U*/ 099.1326, 186.2132, 110.0000, 163.1760, 128.6231 }; /*V-Z*/ /* Get molecular weigth */ float protein_weight(char *seq) { char *p; float w; int i; /* Water average mass (H + OH) ... */ w = 18.01524; p = seq; while (*p) { if (! isalpha((unsigned char)*p)) { p++; continue; } i = toupper((unsigned char)*p) - 'A'; w += aaw[i]; p++; } return w; } squizz-0.99b+dfsg.orig/lib/sequence/codata.c0000644000175000017500000000562211765612324020747 0ustar osallouosallou/* codata.c - CODATA sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/codata.h" #include "sequence/protein.h" /* Functions prototypes */ extern sequence_t *codatay_parse(FILE *); extern int codatay_check(FILE *); unsigned int codata_checksum(char *); /* Parse CODATA sequence */ sequence_t *codata_parse(FILE *f) { sequence_t *seq; seq = codatay_parse(f); return seq; } /* Checks CODATA sequence */ int codata_check(FILE *f) { int i; i = codatay_check(f); return i; } /* Print CODATA sequence */ void codata_print(FILE *f, sequence_t *seq) { char *p, *q, **x; const char *r, *s; float w; int i, max; long l; size_t len, sep; unsigned int c; if (seq == NULL) { return; } /* Inits */ max = 80; /* Name */ r = (seq->nam != NULL) ? seq->nam : "UNKNWN" ; s = "complete"; (void)fprintf(f, "ENTRY %.6s #type %s\n", r, s); /* Description */ p = seq->dsc; i = 1; while (p && *p) { while (*p && *p == ' ') { p++; } if (i == 1) { (void)fprintf(f, "TITLE "); i = 0; } else { (void)fprintf(f, " "); } q = p; while (*q && q - p < max - 16) { q++; } while (*q && *q != ' ') { q--; } while (*p && q - p > 0) { (void)fputc(*p, f); p++; } (void)fputc('\n', f); p = q; } /* Accession */ x = seq->acc; l = 0; while (x && *x) { switch (l) { case 0: s = "ACCESSIONS "; break; case 16: s = ""; break; default: s = "; "; break; } len = strlen(*x); sep = strlen(s); if (l + sep + len + 2 > max - 5) { l = 0; (void)fprintf(f, ";\n"); continue; } (void)fprintf(f, "%s%s", s, *x); l += sep + len; x++; } if (l != 0) { (void)fputc('\n', f); } /* Sequence Header */ w = protein_weight(seq->str); c = codata_checksum(seq->str); (void)fprintf(f, "SUMMARY #length %lu", seq->strlen); (void)fprintf(f, " #molecular-weight %u ", (unsigned int)w); (void)fprintf(f, " #checksum %u", c); (void)fputc('\n', f); /* Sequence */ (void)fprintf(f, "SEQUENCE\n"); (void)fprintf(f, " "); for (i = 5; i <= 30; i += 5) { (void)fprintf(f, "%10i", i); } (void)fputc('\n', f); p = seq->str; while (*p) { l = p - seq->str; if (l % 30 == 0 && l > 0) { (void)fputc('\n', f); } if (l % 30 == 0) { (void)fprintf(f, "%8li", l+1); } if (*p == '*') { p++; continue; } (void)fputc(' ', f); (void)fputc(*p, f); p++; } (void)fputc('\n', f); /* End */ (void)fprintf(f, "///\n"); return; } /* Codata sequence checksum */ unsigned int codata_checksum(char *seq) { char *p; unsigned int nb, lsum, cksum; p = seq; cksum = nb = 0; while (*p) { nb++; cksum += nb * (*p); if (nb == 57) { nb = 0; } p++; } lsum = cksum / 10000; cksum -= lsum * 10000; return cksum; } squizz-0.99b+dfsg.orig/lib/sequence/codatay.c0000644000175000017500000020034212102264455021126 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.5" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse codataparse #define yylex codatalex #define yyerror codataerror #define yylval codatalval #define yychar codatachar #define yydebug codatadebug #define yynerrs codatanerrs /* Copy the first part of user declarations. */ /* Line 268 of yacc.c */ #line 3 "sequence/codatay.y" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/parse.h" #include "sequence/codatay.h" void codataset_in(FILE *); int codatalex(YYSTYPE *); int codatalex_destroy(void); static void yyerror(sequence_t *, const char *); sequence_t *codatay_parse(FILE *); int codatay_check(FILE *); /* Line 268 of yacc.c */ #line 103 "sequence/codatay.c" /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { CNT = 258, EOL = 259, ERR = 260, INT = 261, NUL = 262, NXT = 263, SEP = 264, SPC = 265, TXT = 266, EN = 267, ENTXT = 268, ENNAM = 269, TI = 270, TITXT = 271, AL = 272, CT = 273, OR = 274, DA = 275, AC = 276, ACNUM = 277, RE = 278, CO = 279, GE = 280, FU = 281, CX = 282, CL = 283, KE = 284, FE = 285, SU = 286, SE = 287, SN = 288, SEQ = 289, BAS = 290, END = 291 }; #endif /* Tokens. */ #define CNT 258 #define EOL 259 #define ERR 260 #define INT 261 #define NUL 262 #define NXT 263 #define SEP 264 #define SPC 265 #define TXT 266 #define EN 267 #define ENTXT 268 #define ENNAM 269 #define TI 270 #define TITXT 271 #define AL 272 #define CT 273 #define OR 274 #define DA 275 #define AC 276 #define ACNUM 277 #define RE 278 #define CO 279 #define GE 280 #define FU 281 #define CX 282 #define CL 283 #define KE 284 #define FE 285 #define SU 286 #define SE 287 #define SN 288 #define SEQ 289 #define BAS 290 #define END 291 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 293 of yacc.c */ #line 29 "sequence/codatay.y" char *str; /* Line 293 of yacc.c */ #line 215 "sequence/codatay.c" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif /* Copy the second part of user declarations. */ /* Line 343 of yacc.c */ #line 227 "sequence/codatay.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int yyi) #else static int YYID (yyi) int yyi; #endif { return yyi; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 9 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 160 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 37 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 96 /* YYNRULES -- Number of rules. */ #define YYNRULES 149 /* YYNRULES -- Number of states. */ #define YYNSTATES 231 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 291 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint16 yyprhs[] = { 0, 0, 3, 7, 9, 25, 27, 32, 34, 37, 38, 41, 42, 45, 46, 50, 54, 57, 59, 62, 63, 66, 67, 71, 75, 78, 80, 83, 84, 87, 88, 92, 96, 99, 101, 104, 105, 108, 109, 113, 117, 120, 122, 125, 126, 129, 131, 135, 139, 142, 144, 148, 150, 151, 154, 155, 159, 164, 169, 173, 177, 179, 182, 183, 186, 189, 191, 195, 199, 202, 204, 207, 208, 211, 214, 215, 219, 223, 226, 228, 231, 232, 235, 238, 240, 244, 247, 251, 254, 256, 259, 260, 263, 266, 267, 271, 275, 278, 280, 283, 284, 287, 290, 291, 295, 298, 302, 305, 307, 310, 311, 314, 315, 319, 323, 326, 328, 331, 332, 335, 336, 340, 344, 347, 349, 352, 353, 356, 358, 361, 365, 368, 370, 373, 377, 381, 382, 385, 387, 390, 394, 398, 400, 403, 405, 411, 415, 418, 420, 421 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { 38, 0, -1, 39, 121, 132, -1, 7, -1, 40, 44, 49, 54, 59, 64, 69, 76, 82, 88, 94, 100, 106, 111, 116, -1, 41, -1, 12, 42, 43, 4, -1, 14, -1, 43, 13, -1, -1, 46, 45, -1, -1, 45, 47, -1, -1, 15, 48, 4, -1, 8, 48, 4, -1, 48, 16, -1, 16, -1, 51, 50, -1, -1, 50, 52, -1, -1, 17, 53, 4, -1, 8, 53, 4, -1, 53, 11, -1, 11, -1, 56, 55, -1, -1, 55, 57, -1, -1, 18, 58, 4, -1, 8, 58, 4, -1, 58, 11, -1, 11, -1, 61, 60, -1, -1, 60, 62, -1, -1, 19, 63, 4, -1, 8, 63, 4, -1, 63, 11, -1, 11, -1, 66, 65, -1, -1, 65, 67, -1, 67, -1, 20, 68, 4, -1, 8, 68, 4, -1, 68, 11, -1, 11, -1, 72, 70, 74, -1, 71, -1, -1, 70, 73, -1, -1, 21, 75, 4, -1, 21, 75, 3, 4, -1, 8, 75, 3, 4, -1, 8, 75, 4, -1, 75, 9, 22, -1, 22, -1, 76, 77, -1, -1, 79, 78, -1, 78, 80, -1, 80, -1, 23, 81, 4, -1, 8, 81, 4, -1, 81, 11, -1, 11, -1, 82, 83, -1, -1, 85, 84, -1, 84, 86, -1, -1, 24, 87, 4, -1, 8, 87, 4, -1, 87, 11, -1, 11, -1, 88, 89, -1, -1, 91, 90, -1, 90, 92, -1, 92, -1, 25, 93, 4, -1, 25, 4, -1, 8, 93, 4, -1, 93, 11, -1, 11, -1, 94, 95, -1, -1, 97, 96, -1, 96, 98, -1, -1, 27, 99, 4, -1, 8, 99, 4, -1, 99, 11, -1, 11, -1, 100, 101, -1, -1, 103, 102, -1, 102, 104, -1, -1, 26, 105, 4, -1, 26, 4, -1, 8, 105, 4, -1, 105, 11, -1, 11, -1, 108, 107, -1, -1, 107, 109, -1, -1, 28, 110, 4, -1, 8, 110, 4, -1, 110, 11, -1, 11, -1, 113, 112, -1, -1, 112, 114, -1, -1, 29, 115, 4, -1, 8, 115, 4, -1, 115, 11, -1, 11, -1, 118, 117, -1, -1, 117, 119, -1, 119, -1, 30, 4, -1, 8, 120, 4, -1, 120, 11, -1, 11, -1, 122, 128, -1, 123, 125, 126, -1, 31, 124, 4, -1, -1, 124, 11, -1, 11, -1, 32, 4, -1, 33, 127, 4, -1, 127, 10, 6, -1, 6, -1, 128, 129, -1, 129, -1, 34, 6, 130, 131, 4, -1, 130, 9, 35, -1, 9, 35, -1, 9, -1, -1, 36, 4, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { 0, 61, 61, 62, 65, 68, 69, 70, 72, 72, 74, 74, 75, 75, 76, 77, 78, 79, 82, 82, 83, 83, 84, 85, 86, 86, 88, 88, 89, 89, 90, 91, 92, 92, 94, 94, 95, 95, 96, 97, 98, 98, 100, 100, 101, 101, 102, 103, 104, 104, 106, 106, 106, 107, 107, 108, 109, 110, 111, 112, 113, 116, 116, 117, 118, 118, 119, 120, 121, 121, 123, 123, 124, 125, 125, 126, 127, 128, 128, 130, 130, 131, 132, 132, 133, 133, 134, 135, 135, 137, 137, 138, 139, 139, 140, 141, 142, 142, 144, 144, 145, 146, 146, 147, 147, 148, 149, 149, 151, 151, 152, 152, 153, 154, 155, 155, 157, 157, 158, 158, 159, 160, 161, 161, 163, 163, 164, 164, 165, 166, 167, 167, 169, 171, 173, 173, 174, 174, 176, 178, 179, 179, 181, 181, 182, 183, 184, 186, 186, 188 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "CNT", "EOL", "ERR", "INT", "NUL", "NXT", "SEP", "SPC", "TXT", "EN", "ENTXT", "ENNAM", "TI", "TITXT", "AL", "CT", "OR", "DA", "AC", "ACNUM", "RE", "CO", "GE", "FU", "CX", "CL", "KE", "FE", "SU", "SE", "SN", "SEQ", "BAS", "END", "$accept", "codata", "annots", "entry", "enline", "ennam", "entxt", "title", "tilines", "tiline1", "tiline2", "titxt", "altnam", "allines", "alline1", "alline2", "altxt", "contain", "ctlines", "ctline1", "ctline2", "cttxt", "organi", "orlines", "orline1", "orline2", "ortxt", "date", "dalines", "daline1", "daline2", "datxt", "access", "aclines", "acline", "acline1", "acline2", "acline3", "aclist", "refs", "refent", "relines", "reline1", "reline2", "retxt", "comms", "coment", "colines", "coline1", "coline2", "cotxt", "genetic", "genent", "gelines", "geline1", "geline2", "getxt", "complex", "cmpent", "cxlines", "cxline1", "cxline2", "cxtxt", "function", "funent", "fulines", "fuline1", "fuline2", "futxt", "classif", "cllines", "clline1", "clline2", "cltxt", "kwords", "kelines", "keline1", "keline2", "ketxt", "feats", "felines", "feline1", "feline2", "fetxt", "sequence", "seqhead", "suline", "sutxt", "seline", "snline", "snlist", "seqdata", "seqline", "seqlist", "seqsep", "end", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 37, 38, 38, 39, 40, 41, 42, 43, 43, 44, 44, 45, 45, 46, 47, 48, 48, 49, 49, 50, 50, 51, 52, 53, 53, 54, 54, 55, 55, 56, 57, 58, 58, 59, 59, 60, 60, 61, 62, 63, 63, 64, 64, 65, 65, 66, 67, 68, 68, 69, 69, 69, 70, 70, 71, 72, 73, 74, 75, 75, 76, 76, 77, 78, 78, 79, 80, 81, 81, 82, 82, 83, 84, 84, 85, 86, 87, 87, 88, 88, 89, 90, 90, 91, 91, 92, 93, 93, 94, 94, 95, 96, 96, 97, 98, 99, 99, 100, 100, 101, 102, 102, 103, 103, 104, 105, 105, 106, 106, 107, 107, 108, 109, 110, 110, 111, 111, 112, 112, 113, 114, 115, 115, 116, 116, 117, 117, 118, 119, 120, 120, 121, 122, 123, 123, 124, 124, 125, 126, 127, 127, 128, 128, 129, 130, 130, 131, 131, 132 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 3, 1, 15, 1, 4, 1, 2, 0, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 1, 3, 3, 2, 1, 3, 1, 0, 2, 0, 3, 4, 4, 3, 3, 1, 2, 0, 2, 2, 1, 3, 3, 2, 1, 2, 0, 2, 2, 0, 3, 3, 2, 1, 2, 0, 2, 2, 1, 3, 2, 3, 2, 1, 2, 0, 2, 2, 0, 3, 3, 2, 1, 2, 0, 2, 2, 0, 3, 2, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 0, 3, 3, 2, 1, 2, 0, 2, 1, 2, 3, 2, 1, 2, 3, 3, 0, 2, 1, 2, 3, 3, 1, 2, 1, 5, 3, 2, 1, 0, 2 }; /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM. Performed when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 0, 3, 0, 0, 135, 11, 5, 7, 9, 1, 0, 0, 0, 0, 0, 19, 13, 0, 137, 0, 0, 2, 0, 132, 143, 0, 0, 17, 0, 0, 27, 21, 10, 6, 8, 134, 136, 149, 0, 142, 138, 0, 133, 14, 16, 25, 0, 0, 35, 29, 18, 0, 12, 0, 148, 141, 0, 22, 24, 33, 0, 0, 43, 37, 26, 0, 20, 0, 146, 147, 0, 139, 0, 30, 32, 41, 0, 0, 52, 0, 34, 0, 28, 0, 15, 145, 144, 140, 38, 40, 49, 0, 0, 62, 51, 54, 0, 42, 45, 0, 36, 0, 23, 46, 48, 60, 0, 71, 0, 0, 44, 0, 31, 0, 55, 0, 0, 61, 0, 80, 0, 53, 50, 47, 39, 56, 59, 69, 0, 0, 63, 65, 0, 70, 74, 90, 0, 66, 68, 0, 64, 78, 0, 72, 0, 79, 0, 99, 0, 58, 67, 75, 77, 0, 73, 85, 88, 0, 0, 81, 83, 0, 89, 93, 109, 57, 0, 84, 87, 0, 82, 97, 0, 91, 0, 0, 98, 102, 117, 111, 76, 86, 94, 96, 0, 92, 104, 107, 0, 115, 0, 100, 0, 125, 119, 108, 0, 103, 106, 112, 114, 0, 101, 123, 0, 0, 4, 0, 116, 0, 110, 95, 0, 120, 122, 128, 0, 124, 127, 0, 118, 0, 105, 131, 0, 126, 0, 113, 129, 130, 121 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 3, 4, 5, 6, 8, 17, 15, 32, 16, 52, 28, 30, 50, 31, 66, 46, 48, 64, 49, 82, 60, 62, 80, 63, 100, 76, 78, 97, 79, 98, 91, 93, 108, 94, 95, 121, 122, 106, 107, 117, 130, 118, 131, 128, 119, 133, 143, 134, 154, 142, 135, 145, 159, 146, 160, 157, 147, 162, 173, 163, 185, 172, 164, 176, 191, 177, 202, 188, 178, 195, 179, 210, 190, 193, 208, 194, 220, 204, 206, 217, 207, 218, 224, 11, 12, 13, 19, 26, 42, 56, 23, 24, 54, 70, 21 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -74 static const yytype_int8 yypact[] = { 63, -74, -9, 68, 48, 57, -74, -74, -74, -74, 49, 37, 40, 50, 62, 59, -74, -2, -74, -1, 73, -74, 74, 40, -74, 77, 51, -74, -4, 72, 67, -74, 78, -74, -74, -74, -74, -74, 79, -74, -74, 81, -74, -74, -74, -74, 3, 80, 70, -74, 82, 62, -74, 64, 83, -74, 61, -74, -74, -74, 4, 84, 76, -74, 85, 72, -74, -3, -74, 65, 90, -74, 91, -74, -74, -74, 5, 87, 86, 93, 94, 80, -74, 13, -74, -74, -74, -74, -74, -74, -74, 14, 88, -74, -74, -74, 87, 93, -74, 84, -74, 15, -74, -74, -74, -74, 58, 89, 95, 16, -74, 17, -74, 100, -74, 92, 97, -74, 98, 96, 88, -74, -74, -74, -74, -74, -74, -74, 18, 97, 98, -74, 102, -74, -74, 99, 60, -74, -74, 19, -74, -74, 27, 101, 28, -74, 103, 104, 111, -74, -74, -74, -74, 102, -74, -74, -74, 29, 105, 103, -74, 106, -74, -74, -22, -74, 30, -74, -74, 31, -74, -74, 32, 110, 33, 108, -74, -74, 107, -74, -74, -74, -74, -74, 106, -74, -74, -74, 41, -74, 42, 113, 112, 75, -74, 114, 43, -74, -74, -74, -74, 115, -74, -74, 44, 121, -74, 119, 120, 108, -74, -74, 45, -74, -74, -74, 118, 119, -74, 112, -74, 46, -74, -74, 47, -74, 55, -74, -74, -74, -74 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -74, -74, -74, -74, -74, -74, -74, -74, -74, -74, -74, 109, -74, -74, -74, -74, 69, -74, -74, -74, -74, 52, -74, -74, -74, -74, 36, -74, -74, -74, 35, 34, -74, -74, -74, -74, -74, -74, 20, -74, -74, -74, -74, 7, 9, -74, -74, -74, -74, -74, -14, -74, -74, -74, -74, -18, -16, -74, -74, -74, -74, -74, -41, -74, -74, -74, -74, -74, -57, -74, -74, -74, -74, -64, -74, -74, -74, -74, -73, -74, -74, -74, -70, -74, -74, -74, -74, -74, -74, -74, -74, -74, 125, -74, -74, -74 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 43, 84, 33, 35, 174, 7, 175, 57, 73, 88, 36, 34, 44, 44, 58, 74, 89, 102, 103, 112, 123, 124, 137, 150, 58, 104, 74, 104, 89, 138, 138, 151, 155, 167, 180, 181, 182, 186, 152, 156, 168, 152, 168, 183, 187, 197, 199, 211, 213, 222, 227, 228, 198, 200, 183, 214, 198, 200, 229, 230, 18, 113, 114, 148, 149, 71, 214, 115, 9, 115, 1, 72, 14, 20, 22, 2, 29, 37, 27, 10, 38, 40, 25, 45, 41, 47, 51, 55, 53, 61, 65, 59, 69, 81, 86, 75, 77, 87, 90, 68, 85, 96, 99, 120, 125, 205, 129, 92, 127, 153, 105, 158, 116, 141, 126, 165, 156, 171, 184, 189, 132, 201, 209, 203, 144, 215, 187, 216, 219, 223, 109, 161, 110, 101, 83, 111, 192, 140, 139, 166, 136, 170, 169, 196, 212, 221, 226, 225, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67 }; #define yypact_value_is_default(yystate) \ ((yystate) == (-74)) #define yytable_value_is_error(yytable_value) \ YYID (0) static const yytype_int16 yycheck[] = { 4, 4, 4, 4, 26, 14, 28, 4, 4, 4, 11, 13, 16, 16, 11, 11, 11, 4, 4, 4, 4, 4, 4, 4, 11, 11, 11, 11, 11, 11, 11, 4, 4, 4, 4, 4, 4, 4, 11, 11, 11, 11, 11, 11, 11, 4, 4, 4, 4, 4, 4, 4, 11, 11, 11, 11, 11, 11, 11, 4, 11, 3, 4, 3, 4, 4, 11, 9, 0, 9, 7, 10, 15, 36, 34, 12, 17, 4, 16, 31, 6, 4, 32, 11, 33, 18, 8, 6, 9, 19, 8, 11, 9, 8, 4, 11, 20, 6, 11, 35, 35, 8, 8, 8, 4, 30, 8, 21, 11, 8, 22, 8, 23, 11, 22, 4, 11, 11, 8, 11, 24, 8, 8, 11, 25, 4, 11, 8, 8, 11, 96, 27, 97, 81, 65, 99, 29, 130, 129, 153, 120, 159, 158, 184, 201, 209, 219, 217, 23, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 51 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 7, 12, 38, 39, 40, 41, 14, 42, 0, 31, 121, 122, 123, 15, 44, 46, 43, 11, 124, 36, 132, 34, 128, 129, 32, 125, 16, 48, 17, 49, 51, 45, 4, 13, 4, 11, 4, 6, 129, 4, 33, 126, 4, 16, 11, 53, 18, 54, 56, 50, 8, 47, 9, 130, 6, 127, 4, 11, 11, 58, 19, 59, 61, 55, 8, 52, 48, 35, 9, 131, 4, 10, 4, 11, 11, 63, 20, 64, 66, 60, 8, 57, 53, 4, 35, 4, 6, 4, 11, 11, 68, 21, 69, 71, 72, 8, 65, 67, 8, 62, 58, 4, 4, 11, 22, 75, 76, 70, 68, 67, 63, 4, 3, 4, 9, 23, 77, 79, 82, 8, 73, 74, 4, 4, 4, 22, 11, 81, 8, 78, 80, 24, 83, 85, 88, 75, 4, 11, 81, 80, 11, 87, 84, 25, 89, 91, 94, 3, 4, 4, 4, 11, 8, 86, 4, 11, 93, 8, 90, 92, 27, 95, 97, 100, 4, 87, 4, 11, 93, 92, 11, 99, 96, 26, 28, 101, 103, 106, 108, 4, 4, 4, 11, 8, 98, 4, 11, 105, 11, 110, 102, 29, 111, 113, 107, 99, 4, 11, 4, 11, 8, 104, 11, 115, 30, 116, 118, 112, 8, 109, 4, 105, 4, 11, 4, 8, 117, 119, 8, 114, 110, 4, 11, 120, 119, 115, 4, 4, 11, 4 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. However, YYFAIL appears to be in use. Nevertheless, it is formally deprecated in Bison 2.4.2's NEWS entry, where a plan to phase it out is discussed. */ #define YYFAIL goto yyerrlab #if defined YYFAIL /* This is here to suppress warnings from the GCC cpp's -Wunused-macros. Normally we don't worry about that warning, but some users do, and we want to make it easy for users to remove YYFAIL uses, which will produce warnings from Bison 2.5. */ #endif #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (seq, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, seq); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (!yyvaluep) return; YYUSE (seq); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, sequence_t *seq) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, seq) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; sequence_t *seq; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, seq); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) #else static void yy_stack_print (yybottom, yytop) yytype_int16 *yybottom; yytype_int16 *yytop; #endif { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, sequence_t *seq) #else static void yy_reduce_print (yyvsp, yyrule, seq) YYSTYPE *yyvsp; int yyrule; sequence_t *seq; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , seq); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, seq); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = 0; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - Assume YYFAIL is not used. It's too flawed to consider. See for details. YYERROR is fine as it does not invoke this function. - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, sequence_t *seq) #else static void yydestruct (yymsg, yytype, yyvaluep, seq) const char *yymsg; int yytype; YYSTYPE *yyvaluep; sequence_t *seq; #endif { YYUSE (yyvaluep); YYUSE (seq); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { case 14: /* "ENNAM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/codatay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1388 "sequence/codatay.c" break; case 16: /* "TITXT" */ /* Line 1391 of yacc.c */ #line 30 "sequence/codatay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1397 "sequence/codatay.c" break; case 22: /* "ACNUM" */ /* Line 1391 of yacc.c */ #line 30 "sequence/codatay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1406 "sequence/codatay.c" break; case 35: /* "BAS" */ /* Line 1391 of yacc.c */ #line 30 "sequence/codatay.y" { free((yyvaluep->str)); }; /* Line 1391 of yacc.c */ #line 1415 "sequence/codatay.c" break; default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (sequence_t *seq); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (sequence_t *seq) #else int yyparse (seq) sequence_t *seq; #endif #endif { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: `yyss': related to states. `yyvs': related to semantic values. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yytoken = 0; yyss = yyssa; yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: /* Line 1806 of yacc.c */ #line 61 "sequence/codatay.y" { return 0; /*NOTREACHED*/ } break; case 3: /* Line 1806 of yacc.c */ #line 62 "sequence/codatay.y" { return -1; /*NOTREACHED*/ } break; case 7: /* Line 1806 of yacc.c */ #line 70 "sequence/codatay.y" { parse_namadd(seq, (yyvsp[(1) - (1)].str)); } break; case 16: /* Line 1806 of yacc.c */ #line 78 "sequence/codatay.y" { parse_dscadd2(seq, (yyvsp[(2) - (2)].str)); } break; case 17: /* Line 1806 of yacc.c */ #line 79 "sequence/codatay.y" { parse_dscadd1(seq, (yyvsp[(1) - (1)].str)); } break; case 59: /* Line 1806 of yacc.c */ #line 112 "sequence/codatay.y" { parse_accadd(seq, (yyvsp[(3) - (3)].str)); } break; case 60: /* Line 1806 of yacc.c */ #line 113 "sequence/codatay.y" { parse_accadd(seq, (yyvsp[(1) - (1)].str)); } break; case 145: /* Line 1806 of yacc.c */ #line 183 "sequence/codatay.y" { parse_stradd(seq, (yyvsp[(3) - (3)].str)); } break; case 146: /* Line 1806 of yacc.c */ #line 184 "sequence/codatay.y" { parse_stradd(seq, (yyvsp[(2) - (2)].str)); } break; /* Line 1806 of yacc.c */ #line 1780 "sequence/codatay.c" default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* 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]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (seq, YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (seq, yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, seq); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, seq); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined(yyoverflow) || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (seq, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, seq); } /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, seq); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } /* Line 2067 of yacc.c */ #line 190 "sequence/codatay.y" /* Checks CODATA sequence */ int codatay_check(FILE *f) { int i; codataset_in(f); i = yyparse(NULL); if (i == 0) { return i; } codatalex_destroy(); return i; } /* Parse CODATA sequence */ sequence_t *codatay_parse(FILE *f) { int i; sequence_t *seq; seq = sequence_new(); if (seq == NULL) { return seq; } codataset_in(f); i = yyparse((void *)seq); if (i == 0) { return seq; } codatalex_destroy(); sequence_free(seq); return NULL; } /* Helpers ... */ /*ARGSUSED*/ static void yyerror(sequence_t *seq, const char *s) { return; } squizz-0.99b+dfsg.orig/lib/sequence/embl.h0000644000175000017500000000044710155322741020431 0ustar osallouosallou/* embl.h - EMBL sequence functions */ #ifndef __SEQUENCE_EMBL_H_ #define __SEQUENCE_EMBL_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *embl_parse(FILE *); int embl_check(FILE *); void embl_print(FILE *, sequence_t *); #endif /* __SEQUENCE_EMBL_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/ig.h0000644000175000017500000000042710155322741020107 0ustar osallouosallou/* ig.h - IG sequence functions */ #ifndef __SEQUENCE_IG_H_ #define __SEQUENCE_IG_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *ig_parse(FILE *); int ig_check(FILE *); void ig_print(FILE *, sequence_t *); #endif /* __SEQUENCE_IG_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/gdel.c0000644000175000017500000015122512075270512020422 0ustar osallouosallou#line 2 "sequence/gdel.c" #line 4 "sequence/gdel.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer gde_create_buffer #define yy_delete_buffer gde_delete_buffer #define yy_flex_debug gde_flex_debug #define yy_init_buffer gde_init_buffer #define yy_flush_buffer gde_flush_buffer #define yy_load_buffer_state gde_load_buffer_state #define yy_switch_to_buffer gde_switch_to_buffer #define yyin gdein #define yyleng gdeleng #define yylex gdelex #define yylineno gdelineno #define yyout gdeout #define yyrestart gderestart #define yytext gdetext #define yywrap gdewrap #define yyalloc gdealloc #define yyrealloc gderealloc #define yyfree gdefree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE gderestart(gdein ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int gdeleng; extern FILE *gdein, *gdeout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up gdetext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up gdetext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via gderestart()), so that the user can continue scanning by * just pointing gdein at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when gdetext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int gdeleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow gdewrap()'s to do buffer switches * instead of setting up a fresh gdein. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void gderestart (FILE *input_file ); void gde_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE gde_create_buffer (FILE *file,int size ); void gde_delete_buffer (YY_BUFFER_STATE b ); void gde_flush_buffer (YY_BUFFER_STATE b ); void gdepush_buffer_state (YY_BUFFER_STATE new_buffer ); void gdepop_buffer_state (void ); static void gdeensure_buffer_stack (void ); static void gde_load_buffer_state (void ); static void gde_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER gde_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE gde_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE gde_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE gde_scan_bytes (yyconst char *bytes,int len ); void *gdealloc (yy_size_t ); void *gderealloc (void *,yy_size_t ); void gdefree (void * ); #define yy_new_buffer gde_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ gdeensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ gde_create_buffer(gdein,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ gdeensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ gde_create_buffer(gdein,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define gdewrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *gdein = (FILE *) 0, *gdeout = (FILE *) 0; typedef int yy_state_type; extern int gdelineno; int gdelineno = 1; extern char *gdetext; #define yytext_ptr gdetext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up gdetext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ gdeleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 14 #define YY_END_OF_BUFFER 15 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[181] = { 0, 0, 0, 0, 0, 0, 0, 15, 13, 12, 1, 2, 3, 3, 5, 6, 11, 10, 9, 7, 3, 4, 8, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 5, 1, 6, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 1, 1, 1, 1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[9] = { 0, 1, 1, 2, 2, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[262] = { 0, 261, 0, 5, 8, 12, 0, 263, 265, 265, 265, 265, 0, 259, 265, 258, 265, 265, 16, 16, 0, 265, 265, 18, 0, 20, 0, 22, 0, 24, 0, 26, 0, 28, 0, 30, 0, 32, 0, 34, 0, 36, 0, 38, 0, 40, 0, 42, 0, 44, 0, 46, 0, 48, 0, 50, 0, 52, 0, 54, 0, 56, 0, 58, 0, 60, 0, 62, 0, 64, 0, 66, 0, 68, 0, 70, 0, 72, 0, 74, 0, 76, 0, 78, 0, 80, 0, 82, 0, 84, 0, 86, 0, 88, 0, 90, 0, 92, 0, 94, 0, 96, 0, 98, 0, 100, 0, 102, 0, 104, 0, 106, 0, 108, 0, 110, 0, 112, 0, 114, 0, 116, 0, 118, 0, 120, 0, 122, 0, 124, 0, 126, 0, 128, 0, 130, 0, 132, 0, 134, 0, 136, 0, 138, 0, 140, 0, 142, 0, 144, 0, 146, 0, 148, 0, 150, 0, 152, 0, 154, 0, 156, 0, 158, 0, 160, 0, 162, 0, 164, 0, 166, 0, 168, 0, 170, 0, 172, 265, 265, 265, 180, 182, 259, 258, 257, 256, 255, 254, 253, 252, 251, 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 210, 209, 208, 207, 206, 205, 204, 203, 202, 201, 200, 199, 198, 197, 196, 195, 194, 193, 192, 191, 190, 189, 188, 187, 186, 185, 184, 3, 1, 0 } ; static yyconst flex_int16_t yy_def[262] = { 0, 181, 181, 182, 182, 180, 5, 180, 180, 180, 180, 180, 183, 183, 180, 180, 180, 180, 180, 180, 184, 180, 180, 180, 185, 180, 186, 180, 187, 180, 188, 180, 189, 180, 190, 180, 191, 180, 192, 180, 193, 180, 194, 180, 195, 180, 196, 180, 197, 180, 198, 180, 199, 180, 200, 180, 201, 180, 202, 180, 203, 180, 204, 180, 205, 180, 206, 180, 207, 180, 208, 180, 209, 180, 210, 180, 211, 180, 212, 180, 213, 180, 214, 180, 215, 180, 216, 180, 217, 180, 218, 180, 219, 180, 220, 180, 221, 180, 222, 180, 223, 180, 224, 180, 225, 180, 226, 180, 227, 180, 228, 180, 229, 180, 230, 180, 231, 180, 232, 180, 233, 180, 234, 180, 235, 180, 236, 180, 237, 180, 238, 180, 239, 180, 240, 180, 241, 180, 242, 180, 243, 180, 244, 180, 245, 180, 246, 180, 247, 180, 248, 180, 249, 180, 250, 180, 251, 180, 252, 180, 253, 180, 254, 180, 255, 180, 256, 180, 257, 180, 258, 180, 259, 180, 260, 180, 261, 180, 180, 180, 0, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180, 180 } ; static yyconst flex_int16_t yy_nxt[274] = { 0, 178, 176, 10, 174, 11, 11, 13, 14, 15, 13, 14, 15, 16, 17, 18, 17, 16, 16, 19, 19, 22, 22, 23, 23, 25, 25, 27, 27, 29, 29, 31, 31, 33, 33, 35, 35, 37, 37, 39, 39, 41, 41, 43, 43, 45, 45, 47, 47, 49, 49, 51, 51, 53, 53, 55, 55, 57, 57, 59, 59, 61, 61, 63, 63, 65, 65, 67, 67, 69, 69, 71, 71, 73, 73, 75, 75, 77, 77, 79, 79, 81, 81, 83, 83, 85, 85, 87, 87, 89, 89, 91, 91, 93, 93, 95, 95, 97, 97, 99, 99, 101, 101, 103, 103, 105, 105, 107, 107, 109, 109, 111, 111, 113, 113, 115, 115, 117, 117, 119, 119, 121, 121, 123, 123, 125, 125, 127, 127, 129, 129, 131, 131, 133, 133, 135, 135, 137, 137, 139, 139, 141, 141, 143, 143, 145, 145, 147, 147, 149, 149, 151, 151, 153, 153, 155, 155, 157, 157, 159, 159, 161, 161, 163, 163, 165, 165, 167, 167, 169, 169, 171, 171, 173, 173, 175, 175, 177, 177, 179, 179, 8, 8, 12, 12, 172, 170, 168, 166, 164, 162, 160, 158, 156, 154, 152, 150, 148, 146, 144, 142, 140, 138, 136, 134, 132, 130, 128, 126, 124, 122, 120, 118, 116, 114, 112, 110, 108, 106, 104, 102, 100, 98, 96, 94, 92, 90, 88, 86, 84, 82, 80, 78, 76, 74, 72, 70, 68, 66, 64, 62, 60, 58, 56, 54, 52, 50, 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 20, 21, 21, 180, 9, 7, 180, 180, 180, 180, 180, 180, 180, 180 } ; static yyconst flex_int16_t yy_chk[274] = { 0, 261, 260, 2, 259, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 18, 18, 19, 19, 23, 23, 25, 25, 27, 27, 29, 29, 31, 31, 33, 33, 35, 35, 37, 37, 39, 39, 41, 41, 43, 43, 45, 45, 47, 47, 49, 49, 51, 51, 53, 53, 55, 55, 57, 57, 59, 59, 61, 61, 63, 63, 65, 65, 67, 67, 69, 69, 71, 71, 73, 73, 75, 75, 77, 77, 79, 79, 81, 81, 83, 83, 85, 85, 87, 87, 89, 89, 91, 91, 93, 93, 95, 95, 97, 97, 99, 99, 101, 101, 103, 103, 105, 105, 107, 107, 109, 109, 111, 111, 113, 113, 115, 115, 117, 117, 119, 119, 121, 121, 123, 123, 125, 125, 127, 127, 129, 129, 131, 131, 133, 133, 135, 135, 137, 137, 139, 139, 141, 141, 143, 143, 145, 145, 147, 147, 149, 149, 151, 151, 153, 153, 155, 155, 157, 157, 159, 159, 161, 161, 163, 163, 165, 165, 167, 167, 169, 169, 171, 171, 173, 173, 175, 175, 177, 177, 181, 181, 182, 182, 258, 257, 256, 255, 254, 253, 252, 251, 250, 249, 248, 247, 246, 245, 244, 243, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 210, 209, 208, 207, 206, 205, 204, 203, 202, 201, 200, 199, 198, 197, 196, 195, 194, 193, 192, 191, 190, 189, 188, 187, 186, 185, 184, 183, 15, 13, 7, 1, 180, 180, 180, 180, 180, 180, 180, 180, 180 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int gde_flex_debug; int gde_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *gdetext; #line 1 "sequence/gdel.l" /* gdel.l - GDE sequence lexer */ #line 4 "sequence/gdel.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/gdey.h" #define YY_NO_INPUT 1 #line 626 "sequence/gdel.c" #define INITIAL 0 #define HEAD 1 #define SEQS 2 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int gdelex_destroy (void ); int gdeget_debug (void ); void gdeset_debug (int debug_flag ); YY_EXTRA_TYPE gdeget_extra (void ); void gdeset_extra (YY_EXTRA_TYPE user_defined ); FILE *gdeget_in (void ); void gdeset_in (FILE * _in_str ); FILE *gdeget_out (void ); void gdeset_out (FILE * _out_str ); int gdeget_leng (void ); char *gdeget_text (void ); int gdeget_lineno (void ); void gdeset_lineno (int _line_number ); YYSTYPE * gdeget_lval (void ); void gdeset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int gdewrap (void ); #else extern int gdewrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( gdetext, gdeleng, 1, gdeout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( gdein )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( gdein ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, gdein))==0 && ferror(gdein)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(gdein); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int gdelex \ (YYSTYPE * yylval_param ); #define YY_DECL int gdelex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after gdetext and gdeleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( gdeleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (gdetext[gdeleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 36 "sequence/gdel.l" #line 826 "sequence/gdel.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! gdein ) gdein = stdin; if ( ! gdeout ) gdeout = stdout; if ( ! YY_CURRENT_BUFFER ) { gdeensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = gde_create_buffer(gdein,YY_BUF_SIZE ); } gde_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of gdetext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 181 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_current_state != 180 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 38 "sequence/gdel.l" ; /* Empty lines ignored */ YY_BREAK case 2: YY_RULE_SETUP #line 40 "sequence/gdel.l" { BEGIN HEAD; return TAG; } YY_BREAK case 3: YY_RULE_SETUP #line 41 "sequence/gdel.l" { yylval->str = strdup(gdetext); return NAM; } YY_BREAK case 4: /* rule 4 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gdetext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up gdetext again */ YY_RULE_SETUP #line 42 "sequence/gdel.l" ; /* Ignore trailing spaces */ YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 43 "sequence/gdel.l" { BEGIN SEQS; return EOL; } YY_BREAK case 6: YY_RULE_SETUP #line 44 "sequence/gdel.l" { return ERR; } YY_BREAK case 7: YY_RULE_SETUP #line 46 "sequence/gdel.l" { yylval->str = strdup(gdetext); return BAS; } YY_BREAK case 8: /* rule 8 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up gdetext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up gdetext again */ YY_RULE_SETUP #line 47 "sequence/gdel.l" { BEGIN INITIAL; return END; } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP #line 48 "sequence/gdel.l" ; /* Newlines ignored */ YY_BREAK case 10: YY_RULE_SETUP #line 49 "sequence/gdel.l" ; /* Spaces ignored */ YY_BREAK case YY_STATE_EOF(SEQS): #line 50 "sequence/gdel.l" { BEGIN INITIAL; return END; } YY_BREAK case 11: YY_RULE_SETUP #line 51 "sequence/gdel.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(HEAD): #line 53 "sequence/gdel.l" { return NUL; } YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP #line 54 "sequence/gdel.l" { return ERR; } YY_BREAK case 13: YY_RULE_SETUP #line 55 "sequence/gdel.l" { return ERR; } YY_BREAK case 14: YY_RULE_SETUP #line 57 "sequence/gdel.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 999 "sequence/gdel.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed gdein at a new source and called * gdelex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = gdein; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( gdewrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * gdetext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of gdelex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ gderealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; gderestart(gdein ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) gderealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 181 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 181 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 180); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ gderestart(gdein ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( gdewrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve gdetext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void gderestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ gdeensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = gde_create_buffer(gdein,YY_BUF_SIZE ); } gde_init_buffer(YY_CURRENT_BUFFER,input_file ); gde_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void gde_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * gdepop_buffer_state(); * gdepush_buffer_state(new_buffer); */ gdeensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; gde_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (gdewrap()) processing, but the only time this flag * is looked at is after gdewrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void gde_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; gdein = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE gde_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) gdealloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in gde_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) gdealloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in gde_create_buffer()" ); b->yy_is_our_buffer = 1; gde_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with gde_create_buffer() * */ void gde_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) gdefree((void *) b->yy_ch_buf ); gdefree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a gderestart() or at EOF. */ static void gde_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; gde_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then gde_init_buffer was _probably_ * called from gderestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void gde_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) gde_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void gdepush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; gdeensure_buffer_stack(); /* This block is copied from gde_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from gde_switch_to_buffer. */ gde_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void gdepop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; gde_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { gde_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void gdeensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)gdealloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in gdeensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)gderealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in gdeensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE gde_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) gdealloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in gde_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; gde_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to gdelex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * gde_scan_bytes() instead. */ YY_BUFFER_STATE gde_scan_string (yyconst char * yystr ) { return gde_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to gdelex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE gde_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) gdealloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in gde_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = gde_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in gde_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up gdetext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ gdetext[gdeleng] = (yy_hold_char); \ (yy_c_buf_p) = gdetext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ gdeleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int gdeget_lineno (void) { return gdelineno; } /** Get the input stream. * */ FILE *gdeget_in (void) { return gdein; } /** Get the output stream. * */ FILE *gdeget_out (void) { return gdeout; } /** Get the length of the current token. * */ int gdeget_leng (void) { return gdeleng; } /** Get the current token. * */ char *gdeget_text (void) { return gdetext; } /** Set the current line number. * @param _line_number * */ void gdeset_lineno (int _line_number ) { gdelineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see gde_switch_to_buffer */ void gdeset_in (FILE * _in_str ) { gdein = _in_str ; } void gdeset_out (FILE * _out_str ) { gdeout = _out_str ; } int gdeget_debug (void) { return gde_flex_debug; } void gdeset_debug (int _bdebug ) { gde_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from gdelex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT gdein = stdin; gdeout = stdout; #else gdein = (FILE *) 0; gdeout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * gdelex_init() */ return 0; } /* gdelex_destroy is for both reentrant and non-reentrant scanners. */ int gdelex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ gde_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; gdepop_buffer_state(); } /* Destroy the stack itself. */ gdefree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * gdelex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *gdealloc (yy_size_t size ) { return (void *) malloc( size ); } void *gderealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void gdefree (void * ptr ) { free( (char *) ptr ); /* see gderealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 57 "sequence/gdel.l" squizz-0.99b+dfsg.orig/lib/sequence/codatal.c0000644000175000017500000142677012105151226021123 0ustar osallouosallou#line 2 "sequence/codatal.c" #line 4 "sequence/codatal.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer codata_create_buffer #define yy_delete_buffer codata_delete_buffer #define yy_flex_debug codata_flex_debug #define yy_init_buffer codata_init_buffer #define yy_flush_buffer codata_flush_buffer #define yy_load_buffer_state codata_load_buffer_state #define yy_switch_to_buffer codata_switch_to_buffer #define yyin codatain #define yyleng codataleng #define yylex codatalex #define yylineno codatalineno #define yyout codataout #define yyrestart codatarestart #define yytext codatatext #define yywrap codatawrap #define yyalloc codataalloc #define yyrealloc codatarealloc #define yyfree codatafree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #ifdef _LIBC #include "namespace.h" #endif #include #include #include #include /* end standard C headers. */ /* $NetBSD: flexint.h,v 1.1.1.1 2009/10/26 00:26:19 christos Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE codatarestart(codatain ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int codataleng; extern FILE *codatain, *codataout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up codatatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up codatatext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via codatarestart()), so that the user can continue scanning by * just pointing codatain at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when codatatext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int codataleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow codatawrap()'s to do buffer switches * instead of setting up a fresh codatain. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void codatarestart (FILE *input_file ); void codata_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE codata_create_buffer (FILE *file,int size ); void codata_delete_buffer (YY_BUFFER_STATE b ); void codata_flush_buffer (YY_BUFFER_STATE b ); void codatapush_buffer_state (YY_BUFFER_STATE new_buffer ); void codatapop_buffer_state (void ); static void codataensure_buffer_stack (void ); static void codata_load_buffer_state (void ); static void codata_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER codata_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE codata_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE codata_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE codata_scan_bytes (yyconst char *bytes,int len ); void *codataalloc (yy_size_t ); void *codatarealloc (void *,yy_size_t ); void codatafree (void * ); #define yy_new_buffer codata_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ codataensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ codata_create_buffer(codatain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ codataensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ codata_create_buffer(codatain,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define codatawrap(n) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *codatain = (FILE *) 0, *codataout = (FILE *) 0; typedef int yy_state_type; extern int codatalineno; int codatalineno = 1; extern char *codatatext; #define yytext_ptr codatatext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up codatatext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ codataleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 110 #define YY_END_OF_BUFFER 111 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[3679] = { 0, 111, 109, 110, 108, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 109, 110, 3, 110, 5, 110, 8, 11, 110, 10, 110, 11, 110, 11, 110, 16, 110, 18, 110, 16, 110, 21, 110, 23, 110, 21, 110, 26, 110, 28, 110, 26, 110, 31, 110, 33, 110, 31, 110, 36, 110, 38, 110, 36, 110, 46, 110, 45, 110, 46, 110, 46, 110, 46, 110, 49, 110, 51, 110, 49, 110, 54, 110, 56, 110, 54, 110, 59, 110, 61, 110, 59, 110, 64, 110, 66, 110, 64, 110, 69, 110, 71, 110, 69, 110, 74, 110, 76, 110, 74, 110, 79, 110, 81, 110, 79, 110, 84, 110, 86, 110, 84, 110, 88, 110, 89, 110, 92, 110, 91, 110, 97, 110, 96, 110, 95, 97, 110, 94, 97, 110, 95, 97, 110, 104, 110, 103, 110, 101, 104, 110, 100, 104, 110, 99, 104, 110, 98, 101, 104, 110, 107, 110, 106, 110, 12, 110, 13, 110, 3, 8, 9, 16, 16, 21, 21, 26, 26, 31, 31, 36, 36, 43, 42, 41, 49, 49, 54, 54, 59, 59, 64, 64, 69, 69, 74, 74, 79, 79, 84, 84, 88, 95, 94, 95, 102, 101, 99, 98, 101, 12, 105, 3, 8, 16, 16, 21, 21, 26, 26, 31, 31,16414, 36, 36, 49, 49, 16432, 54, 54, 59, 59,16442, 64, 64,16447, 69, 69,16452, 74, 74, 79, 79, 84, 84,16467, 88, 95, 12, 1, 6, 3, 4, 8, 16, 16, 21, 21, 26, 26, 31, 32, 8222, 31, 36, 36, 49, 50, 8240, 49, 54, 54, 59, 60, 8250, 59, 64, 65, 8255, 64, 69, 70, 8260, 69, 74, 74, 79, 79, 84, 85, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 82, 62, 57, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 90, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 7, 14, 3, 8, 16, 16, 21, 21, 26, 26, 31, 8222, 31, 36, 36, 49, 8240, 49, 54, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74, 79, 79, 84, 8275, 84, 88, 95, 12, 2, 39, 19, 72, 52, 67, 24, 34, 7, 62, 57, 77, 29, 47, 87, 14, 3, 8, 16, 16,16399, 21, 21,16404, 26, 26,16409, 31, 8222, 31, 36, 36,16419,16424, 49, 8240, 49, 54, 54, 16437, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 74,16457, 79, 79,16462, 84, 8275, 84, 88, 93, 95, 12, 3, 8, 16, 17, 8207, 16, 21, 22, 8212, 21, 26, 27, 8217, 26, 31, 8222, 31, 36, 37, 8227, 36, 44, 49, 8240, 49, 54, 55, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 75, 8265, 74, 79, 80, 8270, 79, 84, 8275, 84, 88, 93, 95, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 8232, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 93, 95, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 3, 8, 16, 8207, 16, 21, 8212, 21, 26, 8217, 26, 31, 8222, 31, 36, 8227, 36, 49, 8240, 49, 54, 8245, 54, 59, 8250, 59, 64, 8255, 64, 69, 8260, 69, 74, 8265, 74, 79, 8270, 79, 84, 8275, 84, 88, 12, 8207, 8212, 8217, 8222, 8227, 8240, 8245, 8250, 8255, 8260, 8265, 8270, 8275, 8207, 8212, 8217, 8222, 8227, 8240, 8245, 8250, 8255, 8260, 8265, 8270, 8275, 8207, 8212, 8217, 8222, 8227, 8240, 8245, 8250, 8255, 8260, 8265, 8270, 8275, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270, 8207, 8212, 8217, 8227, 8245, 8265, 8270 } ; static yyconst flex_int16_t yy_accept[3103] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 152, 155, 158, 160, 162, 165, 168, 171, 175, 177, 179, 181, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, 184, 184, 185, 186, 186, 187, 187, 188, 189, 189, 190, 191, 191, 192, 193, 193, 194, 195, 195, 196, 196, 197, 198, 199, 199, 199, 199, 200, 200, 201, 202, 202, 203, 204, 204, 205, 206, 206, 207, 208, 208, 209, 210, 210, 211, 212, 212, 213, 214, 214, 215, 216, 217, 218, 219, 220, 221, 222, 224, 225, 225, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, 227, 227, 228, 229, 229, 230, 231, 231, 232, 233, 233, 234, 235, 235, 237, 238, 238, 239, 239, 239, 240, 240, 242, 243, 243, 244, 245, 245, 247, 248, 248, 250, 251, 251, 253, 254, 254, 255, 256, 256, 257, 258, 258, 260, 261, 262, 263, 263, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, 265, 266, 267, 268, 269, 269, 270, 271, 271, 272, 273, 273, 274, 275, 276, 278, 279, 279, 280, 280, 280, 281, 282, 284, 285, 285, 286, 287, 288, 290, 291, 292, 294, 295, 296, 298, 299, 299, 300, 301, 301, 302, 303, 304, 306, 307, 308, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 310, 311, 312, 312, 313, 314, 314, 315, 316, 316, 317, 318, 320, 321, 321, 322, 322, 322, 323, 325, 326, 326, 327, 328, 330, 331, 333, 334, 336, 337, 337, 338, 339, 339, 340, 341, 343, 344, 345, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 346, 347, 348, 349, 349, 350, 351, 351, 352, 353, 353, 354, 355, 357, 358, 358, 359, 359, 359, 360, 362, 363, 363, 364, 365, 367, 368, 370, 371, 373, 374, 374, 375, 376, 376, 377, 378, 380, 381, 382, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 383, 384, 385, 386, 386, 387, 388, 388, 389, 390, 390, 391, 392, 394, 395, 395, 396, 396, 396, 397, 399, 400, 400, 401, 402, 404, 405, 407, 408, 410, 411, 411, 412, 413, 413, 414, 415, 417, 418, 419, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 420, 421, 422, 423, 423, 423, 423, 423, 423, 423, 424, 425, 426, 426, 427, 428, 428, 429, 430, 430, 431, 432, 434, 435, 435, 436, 436, 436, 437, 439, 440, 440, 441, 442, 444, 445, 447, 448, 450, 451, 451, 452, 453, 453, 454, 455, 457, 458, 459, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 461, 461, 461, 461, 462, 463, 464, 464, 465, 466, 466, 467, 468, 468, 469, 470, 472, 473, 473, 474, 474, 474, 475, 477, 478, 478, 479, 480, 482, 483, 485, 486, 488, 489, 489, 490, 491, 491, 492, 493, 495, 496, 497, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 498, 499, 500, 501, 501, 502, 503, 503, 504, 505, 505, 506, 507, 509, 510, 510, 511, 511, 511, 512, 514, 515, 515, 516, 517, 519, 520, 522, 523, 525, 526, 526, 527, 528, 528, 529, 530, 532, 533, 534, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 536, 537, 538, 538, 539, 540, 540, 541, 542, 542, 543, 544, 546, 547, 547, 548, 548, 548, 549, 551, 552, 552, 553, 554, 556, 557, 559, 560, 562, 563, 563, 564, 565, 565, 566, 567, 569, 570, 571, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 572, 573, 574, 575, 575, 576, 577, 577, 578, 579, 579, 580, 581, 583, 584, 584, 585, 585, 585, 586, 588, 589, 589, 590, 591, 593, 594, 596, 597, 599, 600, 600, 601, 602, 602, 603, 604, 606, 607, 608, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 609, 610, 611, 612, 612, 613, 614, 614, 615, 616, 616, 617, 618, 620, 621, 621, 622, 622, 622, 623, 625, 626, 626, 627, 628, 630, 631, 633, 634, 636, 637, 637, 638, 639, 639, 640, 641, 643, 644, 645, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, 647, 648, 649, 649, 650, 651, 651, 652, 653, 653, 654, 655, 657, 658, 658, 659, 659, 659, 660, 662, 663, 663, 664, 665, 667, 668, 670, 671, 673, 674, 674, 675, 676, 676, 677, 678, 680, 681, 682, 683, 683, 683, 683, 683, 683, 683, 683, 683, 684, 684, 684, 684, 684, 684, 684, 685, 686, 687, 688, 688, 689, 690, 690, 691, 692, 692, 693, 694, 696, 697, 697, 698, 698, 698, 699, 701, 702, 702, 703, 704, 706, 707, 709, 710, 712, 713, 713, 714, 715, 715, 716, 717, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 741, 743, 744, 744, 746, 747, 747, 749, 750, 752, 753, 753, 755, 755, 756, 757, 759, 760, 760, 762, 763, 765, 766, 768, 769, 771, 772, 772, 774, 775, 775, 777, 778, 780, 781, 783, 784, 785, 786, 787, 788, 790, 791, 792, 794, 795, 796, 798, 799, 801, 802, 803, 805, 806, 806, 807, 809, 810, 811, 813, 814, 816, 817, 819, 820, 822, 823, 824, 826, 827, 828, 830, 831, 833, 834, 836, 837, 838, 839, 840, 842, 843, 845, 846, 848, 849, 851, 852, 854, 855, 855, 856, 858, 859, 861, 862, 864, 865, 867, 868, 870, 871, 873, 874, 876, 877, 879, 880, 882, 883, 884, 885, 886, 888, 889, 891, 892, 894, 895, 897, 898, 900, 901, 903, 904, 906, 907, 909, 910, 912, 913, 915, 916, 918, 919, 921, 922, 924, 925, 926, 927, 928, 929, 931, 932, 934, 935, 937, 938, 940, 941, 943, 944, 946, 947, 949, 950, 952, 953, 955, 956, 958, 959, 961, 962, 964, 965, 967, 968, 969, 970, 971, 972, 974, 975, 977, 978, 980, 981, 983, 984, 986, 987, 989, 990, 992, 993, 995, 996, 998, 999, 1001, 1002, 1004, 1005, 1007, 1008, 1010, 1011, 1012, 1013, 1014, 1015, 1017, 1018, 1020, 1021, 1023, 1024, 1026, 1027, 1029, 1030, 1032, 1033, 1035, 1036, 1038, 1039, 1041, 1042, 1044, 1045, 1047, 1048, 1050, 1051, 1053, 1054, 1055, 1056, 1057, 1058, 1060, 1061, 1063, 1064, 1066, 1067, 1069, 1070, 1072, 1073, 1075, 1076, 1078, 1079, 1081, 1082, 1084, 1085, 1087, 1088, 1090, 1091, 1093, 1094, 1096, 1097, 1098, 1099, 1100, 1101, 1103, 1104, 1106, 1107, 1109, 1110, 1112, 1113, 1115, 1116, 1118, 1119, 1121, 1122, 1124, 1125, 1127, 1128, 1130, 1131, 1133, 1134, 1136, 1137, 1139, 1140, 1141, 1142, 1143, 1144, 1146, 1147, 1149, 1150, 1152, 1153, 1155, 1156, 1158, 1159, 1161, 1162, 1164, 1165, 1167, 1168, 1170, 1171, 1173, 1174, 1176, 1177, 1179, 1180, 1182, 1183, 1184, 1185, 1186, 1187, 1189, 1190, 1192, 1193, 1195, 1196, 1198, 1199, 1201, 1202, 1204, 1205, 1207, 1208, 1210, 1211, 1213, 1214, 1216, 1217, 1219, 1220, 1222, 1223, 1225, 1226, 1227, 1228, 1229, 1230, 1232, 1233, 1235, 1236, 1238, 1239, 1241, 1242, 1244, 1245, 1247, 1248, 1250, 1251, 1253, 1254, 1256, 1257, 1259, 1260, 1262, 1263, 1265, 1266, 1268, 1269, 1270, 1271, 1272, 1273, 1275, 1276, 1278, 1279, 1281, 1282, 1284, 1285, 1287, 1288, 1290, 1291, 1293, 1294, 1296, 1297, 1299, 1300, 1302, 1303, 1305, 1306, 1308, 1309, 1311, 1312, 1313, 1314, 1315, 1316, 1318, 1319, 1321, 1322, 1324, 1325, 1327, 1328, 1330, 1331, 1333, 1334, 1336, 1337, 1339, 1340, 1342, 1343, 1345, 1346, 1348, 1349, 1351, 1352, 1354, 1355, 1356, 1357, 1358, 1359, 1361, 1362, 1364, 1365, 1367, 1368, 1370, 1371, 1373, 1374, 1376, 1377, 1379, 1380, 1382, 1383, 1385, 1386, 1388, 1389, 1391, 1392, 1394, 1395, 1397, 1398, 1399, 1400, 1401, 1402, 1404, 1405, 1407, 1408, 1410, 1411, 1413, 1414, 1416, 1417, 1419, 1420, 1422, 1423, 1425, 1426, 1428, 1429, 1431, 1432, 1434, 1435, 1437, 1438, 1440, 1441, 1442, 1443, 1444, 1445, 1447, 1448, 1450, 1451, 1453, 1454, 1456, 1457, 1459, 1460, 1462, 1463, 1465, 1466, 1468, 1469, 1471, 1472, 1474, 1475, 1477, 1478, 1480, 1481, 1483, 1484, 1485, 1486, 1487, 1488, 1490, 1491, 1493, 1494, 1496, 1497, 1499, 1500, 1502, 1503, 1505, 1506, 1508, 1509, 1511, 1512, 1514, 1515, 1517, 1518, 1520, 1521, 1523, 1524, 1526, 1527, 1528, 1529, 1530, 1531, 1533, 1534, 1536, 1537, 1539, 1540, 1542, 1543, 1545, 1546, 1548, 1549, 1551, 1552, 1554, 1555, 1557, 1558, 1560, 1561, 1563, 1564, 1566, 1567, 1569, 1570, 1571, 1572, 1573, 1574, 1576, 1577, 1579, 1580, 1582, 1583, 1585, 1586, 1588, 1589, 1591, 1592, 1594, 1595, 1597, 1598, 1600, 1601, 1603, 1604, 1606, 1607, 1609, 1610, 1612, 1613, 1614, 1615, 1616, 1617, 1619, 1620, 1622, 1623, 1625, 1626, 1628, 1629, 1631, 1632, 1634, 1635, 1637, 1638, 1640, 1641, 1643, 1644, 1646, 1647, 1649, 1650, 1652, 1653, 1655, 1656, 1657, 1658, 1659, 1660, 1662, 1663, 1665, 1666, 1668, 1669, 1671, 1672, 1674, 1675, 1677, 1678, 1680, 1681, 1683, 1684, 1686, 1687, 1689, 1690, 1692, 1693, 1695, 1696, 1698, 1699, 1700, 1701, 1702, 1703, 1705, 1706, 1708, 1709, 1711, 1712, 1714, 1715, 1717, 1718, 1720, 1721, 1723, 1724, 1726, 1727, 1729, 1730, 1732, 1733, 1735, 1736, 1738, 1739, 1741, 1742, 1743, 1744, 1745, 1746, 1748, 1749, 1751, 1752, 1754, 1755, 1757, 1758, 1760, 1761, 1763, 1764, 1766, 1767, 1769, 1770, 1772, 1773, 1775, 1776, 1778, 1779, 1781, 1782, 1784, 1785, 1786, 1787, 1788, 1789, 1791, 1792, 1794, 1795, 1797, 1798, 1800, 1801, 1803, 1804, 1806, 1807, 1809, 1810, 1812, 1813, 1815, 1816, 1818, 1819, 1821, 1822, 1824, 1825, 1827, 1828, 1829, 1830, 1831, 1832, 1834, 1835, 1837, 1838, 1840, 1841, 1843, 1844, 1846, 1847, 1849, 1850, 1852, 1853, 1855, 1856, 1858, 1859, 1861, 1862, 1864, 1865, 1867, 1868, 1870, 1871, 1872, 1873, 1874, 1875, 1877, 1878, 1880, 1881, 1883, 1884, 1886, 1887, 1889, 1890, 1892, 1893, 1895, 1896, 1898, 1899, 1901, 1902, 1904, 1905, 1907, 1908, 1910, 1911, 1913, 1914, 1915, 1916, 1917, 1918, 1920, 1921, 1923, 1924, 1926, 1927, 1929, 1930, 1932, 1933, 1935, 1936, 1938, 1939, 1941, 1942, 1944, 1945, 1947, 1948, 1950, 1951, 1953, 1954, 1956, 1957, 1958, 1959, 1960, 1961, 1963, 1964, 1966, 1967, 1969, 1970, 1972, 1973, 1975, 1976, 1978, 1979, 1981, 1982, 1984, 1985, 1987, 1988, 1990, 1991, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010, 2012, 2013, 2015, 2016, 2018, 2019, 2021, 2022, 2024, 2025, 2027, 2028, 2030, 2031, 2033, 2034, 2036, 2037, 2039, 2040, 2042, 2043, 2044, 2045, 2046, 2047, 2049, 2050, 2052, 2053, 2055, 2056, 2058, 2059, 2061, 2062, 2064, 2065, 2067, 2068, 2070, 2071, 2073, 2074, 2076, 2077, 2079, 2080, 2082, 2083, 2085, 2086, 2087, 2088, 2089, 2090, 2092, 2093, 2095, 2096, 2098, 2099, 2101, 2102, 2104, 2105, 2107, 2108, 2110, 2111, 2113, 2114, 2116, 2117, 2119, 2120, 2122, 2123, 2125, 2126, 2128, 2129, 2130, 2131, 2132, 2133, 2135, 2136, 2138, 2139, 2141, 2142, 2144, 2145, 2147, 2148, 2150, 2151, 2153, 2154, 2156, 2157, 2159, 2160, 2162, 2163, 2165, 2166, 2168, 2169, 2171, 2172, 2173, 2174, 2175, 2176, 2178, 2179, 2181, 2182, 2184, 2185, 2187, 2188, 2190, 2191, 2193, 2194, 2196, 2197, 2199, 2200, 2202, 2203, 2205, 2206, 2208, 2209, 2211, 2212, 2214, 2215, 2216, 2217, 2218, 2219, 2221, 2222, 2224, 2225, 2227, 2228, 2230, 2231, 2233, 2234, 2236, 2237, 2239, 2240, 2242, 2243, 2245, 2246, 2248, 2249, 2251, 2252, 2254, 2255, 2257, 2258, 2259, 2260, 2261, 2262, 2264, 2265, 2267, 2268, 2270, 2271, 2273, 2274, 2276, 2277, 2279, 2280, 2282, 2283, 2285, 2286, 2288, 2289, 2291, 2292, 2294, 2295, 2297, 2298, 2300, 2301, 2302, 2303, 2304, 2305, 2307, 2308, 2310, 2311, 2313, 2314, 2316, 2317, 2319, 2320, 2322, 2323, 2325, 2326, 2328, 2329, 2331, 2332, 2334, 2335, 2337, 2338, 2340, 2341, 2343, 2344, 2345, 2346, 2347, 2348, 2350, 2351, 2353, 2354, 2356, 2357, 2359, 2360, 2362, 2363, 2365, 2366, 2368, 2369, 2371, 2372, 2374, 2375, 2377, 2378, 2380, 2381, 2383, 2384, 2386, 2387, 2388, 2389, 2390, 2391, 2393, 2394, 2396, 2397, 2399, 2400, 2402, 2403, 2405, 2406, 2408, 2409, 2411, 2412, 2414, 2415, 2417, 2418, 2420, 2421, 2423, 2424, 2426, 2427, 2429, 2430, 2431, 2432, 2433, 2434, 2436, 2437, 2439, 2440, 2442, 2443, 2445, 2446, 2448, 2449, 2451, 2452, 2454, 2455, 2457, 2458, 2460, 2461, 2463, 2464, 2466, 2467, 2469, 2470, 2472, 2473, 2474, 2475, 2476, 2477, 2479, 2480, 2482, 2483, 2485, 2486, 2488, 2489, 2491, 2492, 2494, 2495, 2497, 2498, 2500, 2501, 2503, 2504, 2506, 2507, 2509, 2510, 2512, 2513, 2515, 2516, 2517, 2518, 2519, 2520, 2522, 2523, 2525, 2526, 2528, 2529, 2531, 2532, 2534, 2535, 2537, 2538, 2540, 2541, 2543, 2544, 2546, 2547, 2549, 2550, 2552, 2553, 2555, 2556, 2558, 2559, 2560, 2561, 2562, 2563, 2565, 2566, 2568, 2569, 2571, 2572, 2574, 2575, 2577, 2578, 2580, 2581, 2583, 2584, 2586, 2587, 2589, 2590, 2592, 2593, 2595, 2596, 2598, 2599, 2601, 2602, 2603, 2604, 2605, 2606, 2608, 2609, 2611, 2612, 2614, 2615, 2617, 2618, 2620, 2621, 2623, 2624, 2626, 2627, 2629, 2630, 2632, 2633, 2635, 2636, 2638, 2639, 2641, 2642, 2644, 2645, 2646, 2647, 2648, 2649, 2651, 2652, 2654, 2655, 2657, 2658, 2660, 2661, 2663, 2664, 2666, 2667, 2669, 2670, 2672, 2673, 2675, 2676, 2678, 2679, 2681, 2682, 2684, 2685, 2687, 2688, 2689, 2690, 2691, 2692, 2694, 2695, 2697, 2698, 2700, 2701, 2703, 2704, 2706, 2707, 2709, 2710, 2712, 2713, 2715, 2716, 2718, 2719, 2721, 2722, 2724, 2725, 2727, 2728, 2730, 2731, 2732, 2733, 2734, 2735, 2737, 2738, 2740, 2741, 2743, 2744, 2746, 2747, 2749, 2750, 2752, 2753, 2755, 2756, 2758, 2759, 2761, 2762, 2764, 2765, 2767, 2768, 2770, 2771, 2773, 2774, 2775, 2776, 2777, 2778, 2780, 2781, 2783, 2784, 2786, 2787, 2789, 2790, 2792, 2793, 2795, 2796, 2798, 2799, 2801, 2802, 2804, 2805, 2807, 2808, 2810, 2811, 2813, 2814, 2816, 2817, 2818, 2819, 2820, 2821, 2823, 2824, 2826, 2827, 2829, 2830, 2832, 2833, 2835, 2836, 2838, 2839, 2841, 2842, 2844, 2845, 2847, 2848, 2850, 2851, 2853, 2854, 2856, 2857, 2859, 2860, 2861, 2862, 2863, 2864, 2866, 2867, 2869, 2870, 2872, 2873, 2875, 2876, 2878, 2879, 2881, 2882, 2884, 2885, 2887, 2888, 2890, 2891, 2893, 2894, 2896, 2897, 2899, 2900, 2902, 2903, 2904, 2905, 2906, 2907, 2909, 2910, 2912, 2913, 2915, 2916, 2918, 2919, 2921, 2922, 2924, 2925, 2927, 2928, 2930, 2931, 2933, 2934, 2936, 2937, 2939, 2940, 2942, 2943, 2945, 2946, 2947, 2948, 2949, 2950, 2952, 2953, 2955, 2956, 2958, 2959, 2961, 2962, 2964, 2965, 2967, 2968, 2970, 2971, 2973, 2974, 2976, 2977, 2979, 2980, 2982, 2983, 2985, 2986, 2988, 2989, 2990, 2991, 2992, 2993, 2995, 2996, 2998, 2999, 3001, 3002, 3004, 3005, 3007, 3008, 3010, 3011, 3013, 3014, 3016, 3017, 3019, 3020, 3022, 3023, 3025, 3026, 3028, 3029, 3031, 3032, 3033, 3034, 3035, 3036, 3038, 3039, 3041, 3042, 3044, 3045, 3047, 3048, 3050, 3051, 3053, 3054, 3056, 3057, 3059, 3060, 3062, 3063, 3065, 3066, 3068, 3069, 3071, 3072, 3074, 3075, 3076, 3077, 3078, 3079, 3081, 3082, 3084, 3085, 3087, 3088, 3090, 3091, 3093, 3094, 3096, 3097, 3099, 3100, 3102, 3103, 3105, 3106, 3108, 3109, 3111, 3112, 3114, 3115, 3117, 3118, 3119, 3120, 3121, 3122, 3124, 3125, 3127, 3128, 3130, 3131, 3133, 3134, 3136, 3137, 3139, 3140, 3142, 3143, 3145, 3146, 3148, 3149, 3151, 3152, 3154, 3155, 3157, 3158, 3160, 3161, 3162, 3163, 3164, 3165, 3167, 3168, 3170, 3171, 3173, 3174, 3176, 3177, 3179, 3180, 3182, 3183, 3185, 3186, 3188, 3189, 3191, 3192, 3194, 3195, 3197, 3198, 3200, 3201, 3203, 3204, 3205, 3206, 3207, 3208, 3210, 3211, 3213, 3214, 3216, 3217, 3219, 3220, 3222, 3223, 3225, 3226, 3228, 3229, 3231, 3232, 3234, 3235, 3237, 3238, 3240, 3241, 3243, 3244, 3246, 3247, 3248, 3249, 3250, 3251, 3253, 3254, 3256, 3257, 3259, 3260, 3262, 3263, 3265, 3266, 3268, 3269, 3271, 3272, 3274, 3275, 3277, 3278, 3280, 3281, 3283, 3284, 3286, 3287, 3289, 3290, 3291, 3292, 3293, 3294, 3296, 3297, 3299, 3300, 3302, 3303, 3305, 3306, 3308, 3309, 3311, 3312, 3314, 3315, 3317, 3318, 3320, 3321, 3323, 3324, 3326, 3327, 3329, 3330, 3332, 3333, 3334, 3335, 3336, 3337, 3339, 3340, 3342, 3343, 3345, 3346, 3348, 3349, 3351, 3352, 3354, 3355, 3357, 3358, 3360, 3361, 3363, 3364, 3366, 3367, 3369, 3370, 3372, 3373, 3375, 3376, 3377, 3378, 3379, 3380, 3382, 3383, 3385, 3386, 3388, 3389, 3391, 3392, 3394, 3395, 3397, 3398, 3400, 3401, 3403, 3404, 3406, 3407, 3409, 3410, 3412, 3413, 3415, 3416, 3418, 3419, 3420, 3421, 3422, 3423, 3425, 3426, 3428, 3429, 3431, 3432, 3434, 3435, 3437, 3438, 3440, 3441, 3443, 3444, 3446, 3447, 3449, 3450, 3452, 3453, 3455, 3456, 3458, 3459, 3461, 3462, 3463, 3464, 3465, 3466, 3468, 3469, 3471, 3472, 3474, 3475, 3477, 3478, 3480, 3481, 3483, 3484, 3486, 3487, 3489, 3490, 3492, 3493, 3495, 3496, 3498, 3499, 3501, 3502, 3504, 3505, 3506, 3507, 3508, 3509, 3511, 3512, 3514, 3515, 3517, 3518, 3520, 3521, 3523, 3524, 3526, 3527, 3529, 3530, 3532, 3533, 3535, 3536, 3538, 3539, 3541, 3542, 3544, 3545, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3679 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 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, 3, 1, 1, 4, 1, 1, 1, 1, 5, 6, 1, 1, 7, 8, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 1, 12, 1, 13, 1, 1, 1, 14, 15, 16, 17, 18, 19, 20, 15, 21, 15, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 15, 33, 34, 35, 15, 1, 36, 1, 1, 37, 1, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[39] = { 0, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 5, 1, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 1, 5, 7 } ; static yyconst flex_int16_t yy_base[5519] = { 0, 3032, 0, 3025, 3018, 37, 40, 3013, 43, 3012, 45, 3011, 47, 3004, 49, 2997, 51, 54, 91, 2990, 66, 2983, 68, 2976, 70, 2969, 72, 2962, 74, 2955, 76, 2948, 78, 2941, 80, 2934, 2927, 2920, 2913, 103, 105, 128, 165, 2906, 2899, 2892, 2885, 2880,17518,17518, 2871, 2856, 120, 2856, 86, 107, 117, 141, 108, 142, 84, 143, 176, 159, 2818, 0, 2817, 0,17518, 82,17518, 0, 2849, 2842, 0, 2835, 2828, 0, 2821, 2814, 0, 2807, 2800, 0, 2793, 2786,17518, 2779, 115, 111, 2772, 0, 2765, 2758, 0, 2751, 2744, 0, 2737, 2730, 0, 2723, 2716, 0, 2709, 2702, 0, 2695, 2690, 0, 2689, 2688, 0, 2681, 2674, 0,17518,17518,17518,17518,17518, 2667, 2652, 2653,17518, 2646, 206,17518, 2631, 2632,17518, 17518, 0,17518, 2625, 2611, 116, 2611, 147, 122, 144, 179, 152, 153, 178, 182, 185, 151, 186, 195, 190, 193, 192, 2571, 0, 2564, 0,17518, 149, 0, 2590, 2583, 0, 2576, 2569, 0, 2562, 2555, 0, 2548, 2541, 0, 2534, 2529, 2528,17518,17518, 2519, 188, 2512, 2513, 0, 2506, 2499, 0, 2492, 2485, 0, 2478, 2471, 0, 2464, 2457, 0, 2450, 2443, 0, 2436, 2429, 0, 2422, 2415, 0, 2408, 2401, 0, 2394, 2379, 2380,17518, 0, 2365, 2368, 0, 194,17518, 2368, 2366, 187, 217, 85, 219, 197, 221, 223, 224, 226, 227, 154, 230, 229, 228, 233, 231, 2360, 0, 2319, 0, 0, 2345, 2338, 0, 2331, 2324, 0, 2317, 2310, 0, 2303, 0, 0, 2296, 2289, 2282, 2275, 0, 2268, 0, 0, 2261, 2254, 0, 2247, 0, 0, 2240, 0, 0, 2233, 0, 0, 2226, 2219, 0, 2212, 2207, 0, 2206, 0, 0, 2205, 0, 2198,17518, 2191, 234, 237, 235, 238, 245, 247, 2184, 246, 248, 255, 256, 250, 259, 260, 264, 269, 267,17518, 0,17518, 0, 0, 2177, 2170, 0, 2163, 2156, 0, 2149, 2142, 0,17518, 0, 0, 2135, 2128, 2121, 2114, 0,17518, 0, 0, 2107, 2100, 0,17518, 0, 0,17518, 0, 0,17518, 0, 0, 2093, 2086, 0, 2079, 2072, 0,17518, 0, 0, 2065, 0, 2032, 2051, 266, 268, 270, 272, 274, 285, 271, 2046, 275, 287, 291, 292, 295, 296, 297, 298, 2045, 0, 0, 0, 2044, 2037, 0, 2034, 2033, 0, 2026, 2019, 0, 0, 0, 2012, 2005, 1998, 1991, 0, 0, 0, 1984, 1977, 0, 0, 0, 0, 0, 0, 0, 1970, 1963, 0, 1956, 1949, 0, 0, 0, 1942, 0, 1935, 1928, 299, 304, 300, 302, 306, 307, 320, 321, 308, 310, 314, 322, 312, 328, 331, 332, 335, 0, 0, 0, 1921, 1914, 0, 1907, 1900, 0, 1893, 1886, 0, 0, 0, 1881, 1880, 1879, 1872, 0, 0, 0, 1869, 1868, 0, 0, 0, 0, 0, 0, 0, 1861, 1854, 0, 1847, 1840, 0, 0, 0, 1833, 0, 1803, 1819, 334, 338, 341, 1812, 1805, 342, 343, 346, 353, 345, 347, 349, 354, 355, 356, 1798, 358, 0, 0, 0, 1791, 1784, 0, 1777, 1770, 0, 1763, 1756, 0, 0, 0, 1749, 1742, 1735, 1728, 0, 0, 0, 1721, 1716, 0, 0, 0, 0, 0, 0, 0, 1715, 1714, 0, 1707, 1704, 0, 0, 0, 1703, 0, 1696, 1689, 360, 362, 365, 379, 380, 1682, 381, 383,17518, 1675, 1668, 1661, 1654, 372, 390, 391, 392, 0, 0, 0, 1647, 1640, 0, 1633, 1626, 0, 1619, 1612, 0, 0, 0, 1605, 1598, 1591, 1584, 0, 0, 0, 1577, 1570, 0, 0, 0, 0, 0, 0, 0, 1563, 1556, 0, 1551, 1550, 0, 0, 0, 1549, 0, 1514, 1539, 373, 361, 393, 394, 398, 401, 402, 405, 408, 409, 411, 412, 1538, 17518, 419, 415, 421, 0, 0, 0, 1531, 1524, 0, 1517, 1510, 0, 1503, 1496, 0, 0, 0, 1489, 1482, 1475, 1468, 0, 0, 0, 1461, 1454, 0, 0, 0, 0, 0, 0, 0, 1447, 1440, 0, 1433, 1426, 0, 0, 0, 1419, 0, 1412, 1405, 1398, 1369, 422, 423, 425, 427, 429, 431, 433, 435, 437, 439, 441, 443, 447, 0, 0, 0, 1386, 1385, 0, 1384, 1377, 0, 1374, 1373, 0, 0, 0, 1366, 1359, 1352, 1345, 0, 0, 0, 1338, 1331, 0, 0, 0, 0, 0, 0, 0, 1324, 1317, 0, 1310, 1303, 0, 0, 0, 1296, 0, 1274, 449, 1271, 1257, 451, 453, 455, 457, 459, 461, 463, 465, 467, 469, 471, 473, 0, 0, 0, 1268, 1261, 0, 1254, 1247, 0, 1240, 1233, 0, 0, 0, 1226, 1221, 1220, 1219, 0, 0, 0, 1212, 1209, 0, 0, 0, 0, 0, 0, 0, 1208, 1201, 0, 1194, 1187, 0, 0, 0, 1180, 0, 1173, 475, 1145, 1136, 477, 479, 481, 483, 485, 487, 489, 491, 493, 495, 497, 499, 0, 0, 0, 1152, 1145, 0, 1138, 1131, 0, 1124, 1117, 0, 0, 0, 1110, 1103, 1096, 1089, 0, 0, 0, 1082, 1075, 0, 0, 0, 0, 0, 0, 0, 1068, 1061, 0, 1056, 1055, 0, 0, 0, 1054, 0, 1029, 501, 1029, 1021, 503, 505, 507, 509, 511, 513, 515, 517, 519, 521, 523, 525, 0, 0, 0, 1036, 1029, 0, 1022, 1015, 0, 1008, 1001, 0, 0, 0, 994, 987, 980, 973, 0, 0, 0, 966, 959, 0, 0, 0, 0, 0, 0, 0, 952, 945, 0, 938, 933, 0, 0, 0, 932, 0, 931, 527, 897, 921, 529, 531, 533, 535, 537, 539, 541, 543, 545, 547, 549, 551, 0, 0, 0, 920, 913, 0, 906, 899, 0, 892, 885, 0, 0, 0, 878, 871, 864, 857, 0, 0, 0, 850, 840, 0, 0, 0, 0, 0, 0, 0, 833, 826, 0, 819, 812, 0, 0, 0, 807, 0, 784, 553, 805, 798, 555, 557, 559, 561, 563, 565, 567, 569, 571, 573, 575, 577, 0, 0, 0, 795, 794, 0, 630, 629, 0, 628, 627, 0, 0, 0, 626, 625, 624, 623, 0, 0, 0, 622, 621, 0, 0, 0, 0, 0, 0, 0, 620, 619, 0, 618, 617, 0, 0, 0, 616, 0,17518, 579,17518,17518, 581, 583, 585, 587, 589, 591, 593, 595, 597, 599, 601, 603, 0, 0, 0, 615, 0, 0, 614, 0, 0, 613, 0, 0, 0, 0, 612, 0, 611, 0, 0, 0, 0, 610, 0, 0, 0, 0, 0, 0, 0, 0, 609, 0, 0, 607, 0, 0, 0, 0, 445, 0, 0, 0, 0, 17518, 0, 0,17518, 0, 0,17518, 0, 0, 0, 0,17518, 0,17518, 597, 0, 0, 0,17518, 0, 0, 0, 0, 0, 0, 0, 0,17518, 0, 0, 17518, 0, 0, 0, 0, 370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17518,17518,17518, 0,17518, 0,17518, 0,17518, 0, 17518, 0,17518, 0,17518, 0,17518, 0,17518, 0, 17518, 0,17518, 0,17518, 0,17518, 0,17518,17518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,17518, 0,17518, 0,17518,17518,17518, 0, 0,17518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,17518,17518,17518,17518,17518,17518,17518, 17518, 634, 641, 648, 655, 662, 669, 676, 683, 690, 697, 704, 711, 718, 725, 732, 739, 746, 753, 760, 767, 774, 781, 788, 793, 799, 806, 813, 820, 827, 834, 841, 844, 851, 858, 865, 872, 879, 886, 893, 900, 907, 914, 919, 925, 932, 939, 946, 953, 960, 967, 974, 981, 988, 995, 1002, 1009, 1016, 1023, 1030, 1037, 1042, 1048, 1055, 1062, 1069, 1076, 1083, 1090, 1097, 1104, 1111, 1118, 1125, 1132, 1139, 1146, 1153, 1160, 1167, 1174, 1181, 1188, 1195, 1202, 1207, 1213, 1220, 1227, 1234, 1241, 1248, 1255, 1262, 1269, 1276, 1283, 1290, 1297, 1304, 1311, 1318, 1325, 1332, 1339, 1346, 1353, 1360, 1367, 1372, 1378, 1385, 1392, 1399, 1406, 1413, 1420, 1427, 1434, 1441, 1448, 1455, 1462, 1469, 1476, 1483, 1490, 1497, 1504, 1511, 1518, 1525, 1532, 1537, 1543, 1550, 1557, 1564, 1571, 1578, 1585, 1592, 1599, 1606, 1613, 1620, 1627, 1634, 1641, 1648, 1655, 1662, 1669, 1676, 1683, 1690, 1697, 1702, 1708, 1715, 1722, 1729, 1736, 1743, 1750, 1757, 1764, 1771, 1778, 1785, 1792, 1799, 1806, 1813, 1820, 1827, 1834, 1841, 1848, 1855, 1862, 1867, 1873, 1880, 1887, 1894, 1901, 1908, 1915, 1922, 1929, 1936, 1943, 1950, 1957, 1964, 1971, 1978, 1985, 1992, 1999, 2006, 2013, 2020, 2027, 2032, 2038, 2045, 2052, 2059, 2066, 2073, 2080, 2087, 2094, 2101, 2108, 2115, 2122, 2129, 2136, 2143, 2150, 2157, 2164, 2171, 2178, 2185, 2192, 2199, 2206, 2213, 2220, 2227, 2234, 2241, 2248, 2255, 2262, 2269, 2276, 2283, 2290, 2297, 2304, 2311, 2318, 2325, 2332, 2339, 2346, 2353, 2360, 2367, 2374, 2381, 2388, 2395, 2402, 2409, 2416, 2423, 2430, 2437, 2444, 2451, 2458, 2465, 2472, 2479, 2486, 2493, 2500, 2507, 2514, 2521, 2528, 2535, 2542, 2549, 2556, 2563, 2570, 2577, 2584, 2591, 2598, 2605, 2612, 2619, 2626, 2633, 2640, 2647, 2654, 2661, 2668, 2675, 2682, 2689, 2696, 2703, 2710, 2717, 2724, 2731, 2738, 2745, 2752, 2759, 2766, 2773, 2780, 2787, 2794, 2801, 2808, 2815, 2822, 2829, 2836, 2843, 2850, 2857, 2864, 2871, 2878, 2885, 2892, 2899, 2906, 2913, 2920, 2927, 2934, 2941, 2948, 2955, 2962, 2969, 2976, 2983, 2990, 2997, 3004, 3011, 3018, 3025, 3032, 3039, 3046, 3053, 3060, 3067, 3074, 3081, 3088, 3095, 3102, 3109, 3116, 3123, 3130, 3137, 3144, 3151, 3158, 3165, 3172, 3179, 3186, 3193, 3200, 3207, 3214, 3221, 3228, 3235, 3242, 3244, 3251, 3258, 3265, 3272, 3279, 3286, 3293, 3300, 3307, 3314, 3321, 3328, 3335, 3342, 3349, 3356, 3363, 3370, 3377, 3384, 3391, 3398, 3405, 3412, 3419, 3426, 3433, 3440, 3447, 3454, 3461, 3468, 3475, 3482, 3489, 3496, 3503, 3510, 3517, 3524, 3531, 3538, 3545, 3552, 3559, 3566, 3573, 3580, 3587, 3594, 3601, 3608, 3615, 3622, 3629, 3636, 3643, 3650, 3657, 3664, 3671, 3678, 3685, 3692, 3699, 3706, 3713, 3720, 3727, 3734, 3741, 3748, 3755, 3762, 3769, 3776, 3783, 3790, 3797, 3804, 3811, 3818, 3825, 3832, 3839, 3846, 3853, 3860, 3867, 3874, 3881, 3888, 3895, 3902, 3909, 3916, 3923, 3930, 3937, 3944, 3951, 3958, 3965, 3972, 3979, 3986, 3993, 4000, 4007, 4014, 4021, 4028, 4035, 4042, 4049, 4056, 4063, 4070, 4077, 4084, 4091, 4098, 4105, 4112, 4119, 4126, 4133, 4140, 4147, 4154, 4161, 4168, 4175, 4182, 4189, 4196, 4203, 4210, 4217, 4224, 4231, 4238, 4245, 4252, 4259, 4266, 4273, 4280, 4287, 4294, 4301, 4308, 4315, 4322, 4329, 4336, 4343, 4350, 4357, 4364, 4371, 4378, 4385, 4392, 4399, 4406, 4413, 4420, 4427, 4434, 4441, 4448, 4455, 4462, 4469, 4476, 4483, 4490, 4497, 4504, 4511, 4518, 4525, 4532, 4539, 4546, 4553, 4560, 4567, 4574, 4581, 4588, 4595, 4602, 4609, 4616, 4623, 4630, 4637, 4644, 4651, 4658, 4665, 4672, 4679, 4686, 4693, 4700, 4707, 4714, 4721, 4728, 4735, 4742, 4749, 4756, 4763, 4770, 4777, 4784, 4791, 4798, 4805, 4812, 4819, 4826, 4833, 4840, 4847, 4854, 4861, 4868, 4875, 4882, 4889, 4896, 4903, 4910, 4917, 4924, 4931, 4938, 4945, 4952, 4959, 4966, 4973, 4980, 4987, 4994, 5001, 5008, 5015, 5022, 5029, 5036, 5043, 5050, 5057, 5064, 5071, 5078, 5085, 5092, 5099, 5106, 5113, 5120, 5127, 5134, 5141, 5148, 5155, 5162, 5169, 5176, 5183, 5190, 5197, 5204, 5211, 5218, 5225, 5232, 5239, 5246, 5253, 5260, 5267, 5274, 5281, 5288, 5295, 5302, 5309, 5316, 5323, 5330, 5337, 5344, 5351, 5358, 5365, 5372, 5379, 5386, 5393, 5400, 5407, 5414, 5421, 5428, 5435, 5442, 5449, 5456, 5463, 5470, 5477, 5484, 5491, 5498, 5505, 5512, 5519, 5526, 5533, 5540, 5547, 5554, 5561, 5568, 5575, 5582, 5589, 5596, 5603, 5610, 5617, 5624, 5631, 5638, 5645, 5652, 5659, 5666, 5673, 5680, 5687, 5694, 5701, 5708, 5715, 5722, 5729, 5736, 5743, 5750, 5757, 5764, 5771, 5778, 5785, 5792, 5799, 5806, 5813, 5820, 5827, 5834, 5841, 5848, 5855, 5862, 5869, 5876, 5883, 5890, 5897, 5904, 5911, 5918, 5925, 5932, 5939, 5946, 5953, 5960, 5967, 5974, 5981, 5988, 5995, 6002, 6009, 6016, 6023, 6030, 6037, 6044, 6051, 6058, 6065, 6072, 6079, 6086, 6093, 6100, 6107, 6114, 6121, 6128, 6135, 6142, 6149, 6156, 6163, 6170, 6177, 6184, 6191, 6198, 6205, 6212, 6219, 6226, 6233, 6240, 6247, 6254, 6261, 6268, 6275, 6282, 6289, 6296, 6303, 6310, 6317, 6324, 6331, 6338, 6345, 6352, 6359, 6366, 6373, 6380, 6387, 6394, 6401, 6408, 6415, 6422, 6429, 6436, 6443, 6450, 6457, 6464, 6471, 6478, 6485, 6492, 6499, 6506, 6513, 6520, 6527, 6534, 6541, 6548, 6555, 6562, 6569, 6576, 6583, 6590, 6597, 6604, 6611, 6618, 6625, 6632, 6639, 6646, 6653, 6660, 6667, 6674, 6681, 6688, 6695, 6702, 6709, 6716, 6723, 6730, 6737, 6744, 6751, 6758, 6765, 6772, 6779, 6786, 6793, 6800, 6807, 6814, 6821, 6828, 6835, 6842, 6849, 6856, 6863, 6870, 6877, 6884, 6891, 6898, 6905, 6912, 6919, 6926, 6933, 6940, 6947, 6954, 6961, 6968, 6975, 6982, 6989, 6996, 7003, 7010, 7017, 7024, 7031, 7038, 7045, 7052, 7059, 7066, 7073, 7080, 7087, 7094, 7101, 7108, 7115, 7122, 7129, 7136, 7143, 7150, 7157, 7164, 7171, 7178, 7185, 7192, 7199, 7206, 7213, 7220, 7227, 7234, 7241, 7248, 7255, 7262, 7269, 7276, 7283, 7290, 7297, 7304, 7311, 7318, 7325, 7332, 7339, 7346, 7353, 7360, 7367, 7374, 7381, 7388, 7395, 7402, 7409, 7416, 7423, 7430, 7437, 7444, 7451, 7458, 7465, 7472, 7479, 7486, 7493, 7500, 7507, 7514, 7521, 7528, 7535, 7542, 7549, 7556, 7563, 7570, 7577, 7584, 7591, 7598, 7605, 7612, 7619, 7626, 7633, 7640, 7647, 7654, 7661, 7668, 7675, 7682, 7689, 7696, 7703, 7710, 7717, 7724, 7731, 7738, 7745, 7752, 7759, 7766, 7773, 7780, 7787, 7794, 7801, 7808, 7815, 7822, 7829, 7836, 7843, 7850, 7857, 7864, 7871, 7878, 7885, 7892, 7899, 7906, 7913, 7920, 7927, 7934, 7941, 7948, 7955, 7962, 7969, 7976, 7983, 7990, 7997, 8004, 8011, 8018, 8025, 8032, 8039, 8046, 8053, 8060, 8067, 8074, 8081, 8088, 8095, 8102, 8109, 8116, 8123, 8130, 8137, 8144, 8151, 8158, 8165, 8172, 8179, 8186, 8193, 8200, 8207, 8214, 8221, 8228, 8235, 8242, 8249, 8256, 8263, 8270, 8277, 8284, 8291, 8298, 8305, 8312, 8319, 8326, 8333, 8340, 8347, 8354, 8361, 8368, 8375, 8382, 8389, 8396, 8403, 8410, 8417, 8424, 8431, 8438, 8445, 8452, 8459, 8466, 8473, 8480, 8487, 8494, 8501, 8508, 8515, 8522, 8529, 8536, 8543, 8550, 8557, 8564, 8571, 8578, 8585, 8592, 8599, 8606, 8613, 8620, 8627, 8634, 8641, 8648, 8655, 8662, 8669, 8676, 8683, 8690, 8697, 8704, 8711, 8718, 8725, 8732, 8739, 8746, 8753, 8760, 8767, 8774, 8781, 8788, 8795, 8802, 8809, 8816, 8823, 8830, 8837, 8844, 8851, 8858, 8865, 8872, 8879, 8886, 8893, 8900, 8907, 8914, 8921, 8928, 8935, 8942, 8949, 8956, 8963, 8970, 8977, 8984, 8991, 8998, 9005, 9012, 9019, 9026, 9033, 9040, 9047, 9054, 9061, 9068, 9075, 9082, 9089, 9096, 9103, 9110, 9117, 9124, 9131, 9138, 9145, 9152, 9159, 9166, 9173, 9180, 9187, 9194, 9201, 9208, 9215, 9222, 9229, 9236, 9243, 9250, 9257, 9264, 9271, 9278, 9285, 9292, 9299, 9306, 9313, 9320, 9327, 9334, 9341, 9348, 9355, 9362, 9369, 9376, 9383, 9390, 9397, 9404, 9411, 9418, 9425, 9432, 9439, 9446, 9453, 9460, 9467, 9474, 9481, 9488, 9495, 9502, 9509, 9516, 9523, 9530, 9537, 9544, 9551, 9558, 9565, 9572, 9579, 9586, 9593, 9600, 9607, 9614, 9621, 9628, 9635, 9642, 9649, 9656, 9663, 9670, 9677, 9684, 9691, 9698, 9705, 9712, 9719, 9726, 9733, 9740, 9747, 9754, 9761, 9768, 9775, 9782, 9789, 9796, 9803, 9810, 9817, 9824, 9831, 9838, 9845, 9852, 9859, 9866, 9873, 9880, 9887, 9894, 9901, 9908, 9915, 9922, 9929, 9936, 9943, 9950, 9957, 9964, 9971, 9978, 9985, 9992, 9999,10006,10013,10020,10027,10034, 10041,10048,10055,10062,10069,10076,10083,10090,10097,10104, 10111,10118,10125,10132,10139,10146,10153,10160,10167,10174, 10181,10188,10195,10202,10209,10216,10223,10230,10237,10244, 10251,10258,10265,10272,10279,10286,10293,10300,10307,10314, 10321,10328,10335,10342,10349,10356,10363,10370,10377,10384, 10391,10398,10405,10412,10419,10426,10433,10440,10447,10454, 10461,10468,10475,10482,10489,10496,10503,10510,10517,10524, 10531,10538,10545,10552,10559,10566,10573,10580,10587,10594, 10601,10608,10615,10622,10629,10636,10643,10650,10657,10664, 10671,10678,10685,10692,10699,10706,10713,10720,10727,10734, 10741,10748,10755,10762,10769,10776,10783,10790,10797,10804, 10811,10818,10825,10832,10839,10846,10853,10860,10867,10874, 10881,10888,10895,10902,10909,10916,10923,10930,10937,10944, 10951,10958,10965,10972,10979,10986,10993,11000,11007,11014, 11021,11028,11035,11042,11049,11056,11063,11070,11077,11084, 11091,11098,11105,11112,11119,11126,11133,11140,11147,11154, 11161,11168,11175,11182,11189,11196,11203,11210,11217,11224, 11231,11238,11245,11252,11259,11266,11273,11280,11287,11294, 11301,11308,11315,11322,11329,11336,11343,11350,11357,11364, 11371,11378,11385,11392,11399,11406,11413,11420,11427,11434, 11441,11448,11455,11462,11469,11476,11483,11490,11497,11504, 11511,11518,11525,11532,11539,11546,11553,11560,11567,11574, 11581,11588,11595,11602,11609,11616,11623,11630,11637,11644, 11651,11658,11665,11672,11679,11686,11693,11700,11707,11714, 11721,11728,11735,11742,11749,11756,11763,11770,11777,11784, 11791,11798,11805,11812,11819,11826,11833,11840,11847,11854, 11861,11868,11875,11882,11889,11896,11903,11910,11917,11924, 11931,11938,11945,11952,11959,11966,11973,11980,11987,11994, 12001,12008,12015,12022,12029,12036,12043,12050,12057,12064, 12071,12078,12085,12092,12099,12106,12113,12120,12127,12134, 12141,12148,12155,12162,12169,12176,12183,12190,12197,12204, 12211,12218,12225,12232,12239,12246,12253,12260,12267,12274, 12281,12288,12295,12302,12309,12316,12323,12330,12337,12344, 12351,12358,12365,12372,12379,12386,12393,12400,12407,12414, 12421,12428,12435,12442,12449,12456,12463,12470,12477,12484, 12491,12498,12505,12512,12519,12526,12533,12540,12547,12554, 12561,12568,12575,12582,12589,12596,12603,12610,12617,12624, 12631,12638,12645,12652,12659,12666,12673,12680,12687,12694, 12701,12708,12715,12722,12729,12736,12743,12750,12757,12764, 12771,12778,12785,12792,12799,12806,12813,12820,12827,12834, 12841,12848,12855,12862,12869,12876,12883,12890,12897,12904, 12911,12918,12925,12932,12939,12946,12953,12960,12967,12974, 12981,12988,12995,13002,13009,13016,13023,13030,13037,13044, 13051,13058,13065,13072,13079,13086,13093,13100,13107,13114, 13121,13128,13135,13142,13149,13156,13163,13170,13177,13184, 13191,13198,13205,13212,13219,13226,13233,13240,13247,13254, 13261,13268,13275,13282,13289,13296,13303,13310,13317,13324, 13331,13338,13345,13352,13359,13366,13373,13380,13387,13394, 13401,13408,13415,13422,13429,13436,13443,13450,13457,13464, 13471,13478,13485,13492,13499,13506,13513,13520,13527,13534, 13541,13548,13555,13562,13569,13576,13583,13590,13597,13604, 13611,13618,13625,13632,13639,13646,13653,13660,13667,13674, 13681,13688,13695,13702,13709,13716,13723,13730,13737,13744, 13751,13758,13765,13772,13779,13786,13793,13800,13807,13814, 13821,13828,13835,13842,13849,13856,13863,13870,13877,13884, 13891,13898,13905,13912,13919,13926,13933,13940,13947,13954, 13961,13968,13975,13982,13989,13996,14003,14010,14017,14024, 14031,14038,14045,14052,14059,14066,14073,14080,14087,14094, 14101,14108,14115,14122,14129,14136,14143,14150,14157,14164, 14171,14178,14185,14192,14199,14206,14213,14220,14227,14234, 14241,14248,14255,14262,14269,14276,14283,14290,14297,14304, 14311,14318,14325,14332,14339,14346,14353,14360,14367,14374, 14381,14388,14395,14402,14409,14416,14423,14430,14437,14444, 14451,14458,14465,14472,14479,14486,14493,14500,14507,14514, 14521,14528,14535,14542,14549,14556,14563,14570,14577,14584, 14591,14598,14605,14612,14619,14626,14633,14640,14647,14654, 14661,14668,14675,14682,14689,14696,14703,14710,14717,14724, 14731,14738,14745,14752,14759,14766,14773,14780,14787,14794, 14801,14808,14815,14822,14829,14836,14843,14850,14857,14864, 14871,14878,14885,14892,14899,14906,14913,14920,14927,14934, 14941,14948,14955,14962,14969,14976,14983,14990,14997,15004, 15011,15018,15025,15032,15039,15046,15053,15060,15067,15074, 15081,15088,15095,15102,15109,15116,15123,15130,15137,15144, 15151,15158,15165,15172,15179,15186,15193,15200,15207,15214, 15221,15228,15235,15242,15249,15256,15263,15270,15277,15284, 15291,15298,15305,15312,15319,15326,15333,15340,15347,15354, 15361,15368,15375,15382,15389,15396,15403,15410,15417,15424, 15431,15438,15445,15452,15459,15466,15473,15480,15487,15494, 15501,15508,15515,15522,15529,15536,15543,15550,15557,15564, 15571,15578,15585,15592,15599,15606,15613,15620,15627,15634, 15641,15648,15655,15662,15669,15676,15683,15690,15697,15704, 15711,15718,15725,15732,15739,15746,15753,15760,15767,15774, 15781,15788,15795,15802,15809,15816,15823,15830,15837,15844, 15851,15858,15865,15872,15879,15886,15893,15900,15907,15914, 15921,15928,15935,15942,15949,15956,15963,15970,15977,15984, 15991,15998,16005,16012,16019,16026,16033,16040,16047,16054, 16061,16068,16075,16082,16089,16096,16103,16110,16117,16124, 16131,16138,16145,16152,16159,16166,16173,16180,16187,16194, 16201,16208,16215,16222,16229,16236,16243,16250,16257,16264, 16271,16278,16285,16292,16299,16306,16313,16320,16327,16334, 16341,16348,16355,16362,16369,16376,16383,16390,16397,16404, 16411,16418,16425,16432,16439,16446,16453,16460,16467,16474, 16481,16488,16495,16502,16509,16516,16523,16530,16537,16544, 16551,16558,16565,16572,16579,16586,16593,16600,16607,16614, 16621,16628,16635,16642,16649,16656,16663,16670,16677,16684, 16691,16698,16705,16712,16719,16726,16733,16740,16747,16754, 16761,16768,16775,16782,16789,16796,16803,16810,16817,16824, 16831,16838,16845,16852,16859,16866,16873,16880,16887,16894, 16901,16908,16915,16922,16929,16936,16943,16950,16957,16964, 16971,16978,16985,16992,16999,17006,17013,17020,17027,17034, 17041,17048,17055,17062,17069,17076,17083,17090,17097,17104, 17111,17118,17125,17132,17139,17146,17153,17160,17167,17174, 17181,17188,17195,17202,17209,17216,17223,17230,17237,17244, 17251,17258,17265,17272,17279,17286,17293,17300,17307,17314, 17321,17328,17335,17342,17349,17356,17363,17370,17377,17384, 17391,17398,17405,17412,17419,17426,17433,17440,17447,17454, 17461,17468,17475,17482,17489,17496,17503,17510 } ; static yyconst flex_int16_t yy_def[5519] = { 0, 3102, 3101, 3103, 3103, 3104, 3104, 3105, 3105, 3106, 3106, 3107, 3107, 3108, 3108, 3109, 3109, 3110, 3110, 3111, 3111, 3112, 3112, 3113, 3113, 3114, 3114, 3115, 3115, 3116, 3116, 3117, 3117, 3118, 3118, 3119, 3119, 3120, 3120, 3121, 3121, 3122, 3122, 3123, 3123, 3124, 3124, 3101, 3101, 3101, 3101, 3101, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 3101, 3126, 3101, 3127, 3101, 3101, 3101, 3128, 3101, 3128, 3129, 3101, 3129, 3130, 3101, 3130, 3131, 3101, 3131, 3132, 3101, 3132, 3101, 3101, 3101, 3133, 3101, 3134, 3101, 3134, 3135, 3101, 3135, 3136, 3101, 3136, 3137, 3101, 3137, 3138, 3101, 3138, 3139, 3101, 3139, 3140, 3101, 3140, 3141, 3101, 3141, 3142, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 126, 3101, 3101, 3143, 3101, 3101, 3101, 3101, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3144, 3101, 3145, 3101, 3146, 3101, 3101, 3147, 3101, 3147, 3148, 3101, 3148, 3149, 3101, 3149, 3150, 3101, 3150, 3151, 3101, 3151, 3101, 3101, 3101, 3101, 3133, 3101, 3101, 3152, 3101, 3152, 3153, 3101, 3153, 3154, 3101, 3154, 3155, 3101, 3155, 3156, 3101, 3156, 3157, 3101, 3157, 3158, 3101, 3158, 3159, 3101, 3159, 3160, 3101, 3101, 3101, 3101, 126, 3101, 126, 3161, 3101, 3101, 3101, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3162, 3101, 3163, 3101, 3164, 3165, 3101, 3165, 3166, 3101, 3166, 3167, 3101, 3167, 3168, 3101, 3169, 3170, 3101, 3170, 3101, 3101, 3171, 3101, 3172, 3173, 3101, 3173, 3174, 3101, 3175, 3176, 3101, 3177, 3178, 3101, 3179, 3180, 3101, 3180, 3181, 3101, 3181, 3182, 3101, 3183, 3184, 3101, 3185, 3101, 3101, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3186, 3101, 3187, 3101, 3188, 3189, 3101, 3189, 3190, 3101, 3190, 3191, 3101, 3191, 3192, 3101, 3193, 3194, 3101, 3194, 3101, 3101, 3195, 3101, 3196, 3197, 3101, 3197, 3198, 3101, 3199, 3200, 3101, 3201, 3202, 3101, 3203, 3204, 3101, 3204, 3205, 3101, 3205, 3206, 3101, 3207, 3208, 3101, 3209, 3101, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3101, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3210, 3211, 3212, 3213, 3101, 3213, 3214, 3101, 3214, 3215, 3101, 3215, 3216, 3217, 3218, 3101, 3218, 3101, 3101, 3219, 3220, 3221, 3101, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3101, 3228, 3229, 3101, 3229, 3230, 3231, 3232, 3101, 3233, 3101, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3101, 3101, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3101, 3235, 3236, 3237, 3101, 3237, 3238, 3101, 3238, 3239, 3101, 3239, 3240, 3241, 3242, 3101, 3242, 3101, 3101, 3243, 3244, 3245, 3101, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3101, 3252, 3253, 3101, 3253, 3254, 3255, 3256, 3101, 3257, 3101, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3101, 3101, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3258, 3101, 3259, 3260, 3261, 3101, 3261, 3262, 3101, 3262, 3263, 3101, 3263, 3264, 3265, 3266, 3101, 3266, 3101, 3101, 3267, 3268, 3269, 3101, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3101, 3276, 3277, 3101, 3277, 3278, 3279, 3280, 3101, 3281, 3101, 3282, 3282, 3282, 3282, 3101, 3101, 3282, 3101, 3101, 3101, 3282, 3282, 3282, 3282, 3282, 3282, 3101, 3101, 3283, 3284, 3285, 3101, 3285, 3286, 3101, 3286, 3287, 3101, 3287, 3288, 3289, 3290, 3101, 3290, 3101, 3101, 3291, 3292, 3293, 3101, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3101, 3300, 3301, 3101, 3301, 3302, 3303, 3304, 3101, 3305, 3101, 3306, 3306, 3306, 3306, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3306, 3101, 3101, 3101, 3101, 3307, 3308, 3309, 3101, 3309, 3310, 3101, 3310, 3311, 3101, 3311, 3312, 3313, 3314, 3101, 3314, 3101, 3101, 3315, 3316, 3317, 3101, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3101, 3324, 3325, 3101, 3325, 3326, 3327, 3328, 3101, 3329, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3330, 3331, 3332, 3101, 3332, 3333, 3101, 3333, 3334, 3101, 3334, 3335, 3336, 3337, 3101, 3337, 3101, 3101, 3338, 3339, 3340, 3101, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3101, 3347, 3348, 3101, 3348, 3349, 3350, 3351, 3101, 3352, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3353, 3354, 3355, 3101, 3355, 3356, 3101, 3356, 3357, 3101, 3357, 3358, 3359, 3360, 3101, 3360, 3101, 3101, 3361, 3362, 3363, 3101, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3101, 3370, 3371, 3101, 3371, 3372, 3373, 3374, 3101, 3375, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3376, 3377, 3378, 3101, 3378, 3379, 3101, 3379, 3380, 3101, 3380, 3381, 3382, 3383, 3101, 3383, 3101, 3101, 3384, 3385, 3386, 3101, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3101, 3393, 3394, 3101, 3394, 3395, 3396, 3397, 3101, 3398, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3399, 3400, 3401, 3101, 3401, 3402, 3101, 3402, 3403, 3101, 3403, 3404, 3405, 3406, 3101, 3406, 3101, 3101, 3407, 3408, 3409, 3101, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3101, 3416, 3417, 3101, 3417, 3418, 3419, 3420, 3101, 3421, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3422, 3423, 3424, 3101, 3424, 3425, 3101, 3425, 3426, 3101, 3426, 3427, 3428, 3429, 3101, 3429, 3101, 3101, 3430, 3431, 3432, 3101, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3101, 3439, 3440, 3101, 3440, 3441, 3442, 3443, 3101, 3444, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3445, 3446, 3447, 3101, 3447, 3448, 3101, 3448, 3449, 3101, 3449, 3450, 3451, 3452, 3101, 3452, 3101, 3101, 3453, 3454, 3455, 3101, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3101, 3462, 3463, 3101, 3463, 3464, 3465, 3466, 3101, 3467, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3468, 3469, 3470, 3101, 3471, 3472, 3101, 3473, 3474, 3101, 3475, 3476, 3477, 3478, 3101, 3479, 3101, 3480, 3481, 3482, 3483, 3101, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3101, 3492, 3493, 3101, 3494, 3495, 3496, 3497, 3101, 3498, 3499, 3500, 3501, 3101, 3502, 3503, 3101, 3504, 3505, 3101, 3506, 3507, 3508, 3509, 3101, 3510, 3101, 3480, 3511, 3512, 3513, 3101, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3101, 3522, 3523, 3101, 3524, 3525, 3526, 3527, 3101, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3101, 3101, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3101, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619, 3620, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3640, 3641, 3642, 3643, 3644, 3645, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3655, 3656, 3657, 3658, 3659, 3660, 3661, 3662, 3663, 3664, 3665, 3666, 3667, 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679, 3680, 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691, 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387, 4388, 4389, 4390, 4391, 4392, 4393, 4394, 4395, 4396, 4397, 4398, 4399, 4400, 4401, 4402, 4403, 4404, 4405, 4406, 4407, 4408, 4409, 4410, 4411, 4412, 4413, 4414, 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427, 4428, 4429, 4430, 4431, 4432, 4433, 4434, 4435, 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452, 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466, 4467, 4468, 4469, 4470, 4471, 4472, 4473, 4474, 4475, 4476, 4477, 4478, 4479, 4480, 4481, 4482, 4483, 4484, 4485, 4486, 4487, 4488, 4489, 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4550, 4551, 4552, 4553, 4554, 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4569, 4570, 4571, 4572, 4573, 4574, 4575, 4576, 4577, 4578, 4579, 4580, 4581, 4582, 4583, 4584, 4585, 4586, 4587, 4588, 4589, 4590, 4591, 4592, 4593, 4594, 4595, 4596, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828, 4829, 4830, 4831, 4832, 4833, 4834, 4835, 4836, 4837, 4838, 4839, 4840, 4841, 4842, 4843, 4844, 4845, 4846, 4847, 4848, 4849, 4850, 4851, 4852, 4853, 4854, 4855, 4856, 4857, 4858, 4859, 4860, 4861, 4862, 4863, 4864, 4865, 4866, 4867, 4868, 4869, 4870, 4871, 4872, 4873, 4874, 4875, 4876, 4877, 4878, 4879, 4880, 4881, 4882, 4883, 4884, 4885, 4886, 4887, 4888, 4889, 4890, 4891, 4892, 4893, 4894, 4895, 4896, 4897, 4898, 4899, 4900, 4901, 4902, 4903, 4904, 4905, 4906, 4907, 4908, 4909, 4910, 4911, 4912, 4913, 4914, 4915, 4916, 4917, 4918, 4919, 4920, 4921, 4922, 4923, 4924, 4925, 4926, 4927, 4928, 4929, 4930, 4931, 4932, 4933, 4934, 4935, 4936, 4937, 4938, 4939, 4940, 4941, 4942, 4943, 4944, 4945, 4946, 4947, 4948, 4949, 4950, 4951, 4952, 4953, 4954, 4955, 4956, 4957, 4958, 4959, 4960, 4961, 4962, 4963, 4964, 4965, 4966, 4967, 4968, 4969, 4970, 4971, 4972, 4973, 4974, 4975, 4976, 4977, 4978, 4979, 4980, 4981, 4982, 4983, 4984, 4985, 4986, 4987, 4988, 4989, 4990, 4991, 4992, 4993, 4994, 4995, 4996, 4997, 4998, 4999, 5000, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5037, 5038, 5039, 5040, 5041, 5042, 5043, 5044, 5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, 5066, 5067, 5068, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5077, 5078, 5079, 5080, 5081, 5082, 5083, 5084, 5085, 5086, 5087, 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5117, 5118, 5119, 5120, 5121, 5122, 5123, 5124, 5125, 5126, 5127, 5128, 5129, 5130, 5131, 5132, 5133, 5134, 5135, 5136, 5137, 5138, 5139, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5147, 5148, 5149, 5150, 5151, 5152, 5153, 5154, 5155, 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5163, 5164, 5165, 5166, 5167, 5168, 5169, 5170, 5171, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, 5197, 5198, 5199, 5200, 5201, 5202, 5203, 5204, 5205, 5206, 5207, 5208, 5209, 5210, 5211, 5212, 5213, 5214, 5215, 5216, 5217, 5218, 5219, 5220, 5221, 5222, 5223, 5224, 5225, 5226, 5227, 5228, 5229, 5230, 5231, 5232, 5233, 5234, 5235, 5236, 5237, 5238, 5239, 5240, 5241, 5242, 5243, 5244, 5245, 5246, 5247, 5248, 5249, 5250, 5251, 5252, 5253, 5254, 5255, 5256, 5257, 5258, 5259, 5260, 5261, 5262, 5263, 5264, 5265, 5266, 5267, 5268, 5269, 5270, 5271, 5272, 5273, 5274, 5275, 5276, 5277, 5278, 5279, 5280, 5281, 5282, 5283, 5284, 5285, 5286, 5287, 5288, 5289, 5290, 5291, 5292, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5306, 5307, 5308, 5309, 5310, 5311, 5312, 5313, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5322, 5323, 5324, 5325, 5326, 5327, 5328, 5329, 5330, 5331, 5332, 5333, 5334, 5335, 5336, 5337, 5338, 5339, 5340, 5341, 5342, 5343, 5344, 5345, 5346, 5347, 5348, 5349, 5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359, 5360, 5361, 5362, 5363, 5364, 5365, 5366, 5367, 5368, 5369, 5370, 5371, 5372, 5373, 5374, 5375, 5376, 5377, 5378, 5379, 5380, 5381, 5382, 5383, 5384, 5385, 5386, 5387, 5388, 3101, 3101, 3101, 5389, 3101, 5390, 3101, 5391, 3101, 5392, 3101, 5393, 3101, 5394, 3101, 5395, 3101, 5396, 3101, 5397, 3101, 5398, 3101, 5399, 3101, 5400, 3101, 5401, 3101, 3101, 5402, 5403, 5404, 5405, 5406, 5407, 5408, 5409, 5410, 5411, 5412, 5413, 5414, 5415, 5416, 5417, 5418, 5419, 5420, 5421, 5422, 5423, 5424, 5425, 5426, 5427, 5428, 5429, 5430, 3101, 5431, 3101, 5432, 3101, 3101, 3101, 5433, 5434, 3101, 5435, 5436, 5437, 5438, 5439, 5440, 5441, 5442, 5443, 5444, 5445, 5446, 5447, 5448, 5449, 5450, 5451, 5452, 5453, 5454, 5455, 5456, 5457, 5458, 5459, 5460, 5461, 5462, 5463, 5464, 5465, 5466, 5467, 5468, 5469, 5470, 5471, 5472, 5473, 5474, 5475, 5476, 5477, 5478, 5479, 5480, 5481, 5482, 5483, 5484, 5485, 5486, 5487, 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502, 5503, 5504, 5505, 5506, 5507, 5508, 5509, 5510, 5511, 5512, 5513, 5514, 5515, 5516, 5517, 5518, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 0, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101 } ; static yyconst flex_int16_t yy_nxt[17557] = { 0, 48, 49, 50, 48, 48, 48, 48, 48, 48, 51, 48, 48, 48, 52, 53, 54, 55, 56, 57, 58, 53, 59, 53, 53, 53, 60, 53, 53, 61, 62, 63, 53, 53, 53, 53, 64, 48, 48, 68, 69, 70, 68, 69, 70, 72, 73, 75, 76, 78, 79, 81, 82, 84, 85, 86, 87, 86, 86, 86, 86, 86, 86, 86, 86, 86, 88, 86, 92, 93, 95, 96, 98, 99, 101, 102, 104, 105, 107, 108, 110, 111, 113, 114, 157, 158, 206, 136, 136, 136, 86, 86, 86, 87, 90, 86, 86, 86, 86, 86, 86, 86, 86, 88, 86, 120, 121, 120, 123, 140, 136, 136, 141, 148, 122, 287, 122, 175, 176, 136, 136, 142, 177, 136, 216, 136, 146, 86, 86, 124, 125, 126, 124, 126, 126, 126, 138, 126, 126, 128, 124, 126, 143, 139, 136, 136, 136, 136, 179, 1090, 136, 157, 158, 219, 136, 136, 136, 136, 220, 144, 147, 149, 136, 218, 124, 124, 124, 125, 129, 124, 126, 126, 126, 145, 126, 126, 128, 124, 126, 136, 152, 136, 136, 223, 224, 136, 228, 296, 136, 136, 136, 1090, 225, 136, 150, 136, 136, 214, 136, 177, 136, 124, 124, 221, 222, 285, 229, 226, 151, 210, 227, 210, 210, 210, 230, 210, 210, 232, 231, 210, 136, 282, 136, 233, 136, 179, 136, 136, 290, 136, 136, 136, 136, 136, 136, 286, 136, 136, 136, 291, 136, 136, 294, 288, 297, 295, 289, 298, 136, 136, 136, 136, 292, 136, 301, 293, 355, 300, 136, 136, 299, 357, 136, 136, 352, 354, 353, 136, 356, 136, 136, 136, 136, 136, 417, 136, 363, 136, 136, 216, 360, 359, 366, 367, 364, 368, 361, 362, 136, 365, 136, 413, 415, 412, 136, 136, 411, 414, 136, 136, 136, 136, 136, 136, 419, 136, 416, 136, 420, 136, 136, 136, 421, 136, 424, 136, 423, 136, 471, 472, 470, 422, 425, 476, 477, 136, 478, 426, 216, 216, 480, 136, 475, 473, 136, 136, 479, 136, 486, 481, 474, 136, 482, 216, 136, 136, 535, 484, 136, 536, 136, 216, 136, 483, 216, 537, 136, 136, 136, 136, 529, 545, 531, 136, 136, 136, 216, 485, 136, 530, 538, 542, 534, 1109, 543, 136, 136, 539, 541, 540, 589, 590, 591, 592, 594, 588, 595, 216, 216, 216, 600, 216, 601, 602, 603, 604, 136, 650, 648, 216, 216, 651, 216, 647, 652, 653, 216, 649, 654, 216, 216, 655, 656, 216, 657, 658, 216, 216, 660, 216, 216, 601, 602, 216, 661, 136, 706, 216, 707, 216, 708, 216, 709, 216, 710, 216, 711, 216, 712, 216, 713, 216, 714, 216, 715, 216, 716, 216, 1076, 216, 717, 216, 759, 705, 762, 216, 763, 216, 764, 216, 765, 216, 766, 216, 767, 216, 768, 216, 769, 216, 770, 216, 771, 216, 772, 216, 773, 216, 815, 216, 818, 216, 819, 216, 820, 216, 821, 216, 822, 216, 823, 216, 824, 216, 825, 216, 826, 216, 827, 216, 828, 216, 829, 216, 871, 216, 874, 216, 875, 216, 876, 216, 877, 216, 878, 216, 879, 216, 880, 216, 881, 216, 882, 216, 883, 216, 884, 216, 885, 216, 927, 216, 930, 216, 931, 216, 932, 216, 933, 216, 934, 216, 935, 216, 936, 216, 937, 216, 938, 216, 939, 216, 940, 216, 941, 216, 983, 216, 986, 216, 987, 216, 988, 216, 989, 216, 990, 216, 991, 216, 992, 216, 993, 216, 994, 216, 995, 216, 996, 216, 997, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 136, 216, 1090, 216, 1071, 216, 1068, 1059, 1054, 1052, 1047, 1044, 1041, 1036, 1032, 1031, 1029, 1028, 1020, 1019, 1015, 1014, 1013, 1012, 1008, 1007, 1005, 1004, 1091, 48, 48, 48, 48, 48, 48, 48, 65, 65, 65, 65, 65, 65, 65, 67, 67, 67, 67, 67, 67, 67, 71, 71, 71, 71, 71, 71, 71, 74, 74, 74, 74, 74, 74, 74, 77, 77, 77, 77, 77, 77, 77, 80, 80, 80, 80, 80, 80, 80, 83, 83, 83, 83, 83, 83, 83, 89, 89, 89, 89, 89, 89, 89, 91, 91, 91, 91, 91, 91, 91, 94, 94, 94, 94, 94, 94, 94, 97, 97, 97, 97, 97, 97, 97, 100, 100, 100, 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 106, 106, 106, 106, 106, 106, 106, 109, 109, 109, 109, 109, 109, 109, 112, 112, 112, 112, 112, 112, 112, 115, 115, 115, 115, 115, 115, 115, 117, 117, 117, 117, 117, 117, 117, 119, 119, 119, 119, 119, 119, 119, 127, 127, 127, 127, 127, 127, 127, 130, 130, 130, 130, 130, 130, 130, 132, 132, 132, 132, 132, 132, 132, 137, 1002, 1001, 137, 154, 985, 154, 154, 154, 154, 154, 156, 984, 982, 980, 156, 156, 156, 159, 976, 159, 159, 159, 159, 159, 162, 975, 162, 162, 162, 162, 162, 165, 973, 165, 165, 165, 165, 165, 168, 972, 168, 168, 168, 168, 168, 171, 964, 171, 171, 171, 171, 171, 178, 178, 178, 181, 963, 181, 181, 181, 181, 181, 184, 959, 184, 184, 184, 184, 184, 187, 958, 187, 187, 187, 187, 187, 190, 957, 190, 190, 190, 190, 190, 193, 956, 193, 193, 193, 193, 193, 196, 952, 196, 196, 196, 196, 196, 199, 951, 199, 199, 199, 199, 199, 202, 949, 202, 202, 202, 202, 202, 205, 948, 205, 205, 205, 205, 205, 213, 946, 213, 213, 213, 213, 213, 217, 945, 929, 217, 235, 928, 235, 235, 235, 235, 235, 237, 926, 924, 920, 237, 237, 237, 238, 919, 238, 238, 238, 238, 238, 241, 917, 241, 241, 241, 241, 241, 244, 916, 244, 244, 244, 244, 244, 247, 908, 247, 247, 247, 247, 247, 250, 907, 250, 250, 250, 250, 250, 255, 903, 255, 255, 255, 255, 255, 258, 902, 258, 258, 258, 258, 258, 261, 901, 261, 261, 261, 261, 261, 264, 900, 264, 264, 264, 264, 264, 267, 896, 267, 267, 267, 267, 267, 270, 895, 270, 270, 270, 270, 270, 273, 893, 273, 273, 273, 273, 273, 276, 892, 276, 276, 276, 276, 276, 279, 890, 279, 279, 279, 279, 279, 281, 889, 281, 281, 281, 281, 281, 284, 873, 872, 284, 303, 870, 303, 303, 303, 303, 303, 305, 868, 864, 863, 305, 305, 305, 306, 861, 306, 306, 306, 306, 306, 309, 860, 309, 309, 309, 309, 309, 312, 852, 312, 312, 312, 312, 312, 315, 851, 315, 315, 315, 315, 315, 317, 847, 317, 317, 317, 317, 317, 318, 846, 318, 318, 318, 318, 318, 323, 845, 323, 323, 323, 323, 323, 325, 844, 325, 325, 325, 325, 325, 326, 840, 326, 326, 326, 326, 326, 329, 839, 329, 329, 329, 329, 329, 331, 837, 331, 331, 331, 331, 331, 332, 836, 332, 332, 332, 332, 332, 334, 834, 334, 334, 334, 334, 334, 335, 833, 335, 335, 335, 335, 335, 337, 817, 337, 337, 337, 337, 337, 338, 816, 338, 338, 338, 338, 338, 341, 814, 341, 341, 341, 341, 341, 344, 812, 344, 344, 344, 344, 344, 346, 808, 346, 346, 346, 346, 346, 347, 807, 347, 347, 347, 347, 347, 349, 805, 349, 349, 349, 349, 349, 351, 804, 796, 351, 369, 795, 369, 369, 369, 369, 369, 370, 791, 790, 789, 370, 370, 370, 371, 788, 371, 371, 371, 371, 371, 374, 784, 374, 374, 374, 374, 374, 377, 783, 377, 377, 377, 377, 377, 380, 781, 380, 380, 380, 380, 380, 381, 780, 381, 381, 381, 381, 381, 382, 778, 382, 382, 382, 382, 382, 387, 777, 387, 387, 387, 387, 387, 388, 761, 388, 388, 388, 388, 388, 389, 760, 389, 389, 389, 389, 389, 392, 758, 392, 392, 392, 392, 392, 393, 756, 393, 393, 393, 393, 393, 394, 752, 394, 394, 394, 394, 394, 395, 751, 395, 395, 395, 395, 395, 396, 749, 396, 396, 396, 396, 396, 397, 748, 397, 397, 397, 397, 397, 398, 740, 398, 398, 398, 398, 398, 401, 739, 401, 401, 401, 401, 401, 404, 735, 404, 404, 404, 404, 404, 405, 734, 405, 405, 405, 405, 405, 406, 733, 406, 406, 406, 406, 406, 408, 732, 408, 408, 408, 408, 408, 410, 728, 727, 410, 428, 725, 428, 428, 428, 428, 428, 429, 724, 722, 721, 429, 429, 429, 430, 704, 430, 430, 430, 430, 430, 433, 703, 433, 433, 433, 433, 433, 436, 136, 436, 436, 436, 436, 436, 439, 702, 439, 439, 439, 439, 439, 440, 700, 440, 440, 440, 440, 440, 441, 696, 441, 441, 441, 441, 441, 446, 695, 446, 446, 446, 446, 446, 447, 693, 447, 447, 447, 447, 447, 448, 692, 448, 448, 448, 448, 448, 451, 684, 451, 451, 451, 451, 451, 452, 683, 452, 452, 452, 452, 452, 453, 679, 453, 453, 453, 453, 453, 454, 678, 454, 454, 454, 454, 454, 455, 677, 455, 455, 455, 455, 455, 456, 676, 456, 456, 456, 456, 456, 457, 672, 457, 457, 457, 457, 457, 460, 671, 460, 460, 460, 460, 460, 463, 669, 463, 463, 463, 463, 463, 464, 668, 464, 464, 464, 464, 464, 465, 666, 465, 465, 465, 465, 465, 467, 665, 467, 467, 467, 467, 467, 469, 659, 136, 469, 487, 645, 487, 487, 487, 487, 487, 488, 643, 639, 638, 488, 488, 488, 489, 636, 489, 489, 489, 489, 489, 492, 635, 492, 492, 492, 492, 492, 495, 627, 495, 495, 495, 495, 495, 498, 626, 498, 498, 498, 498, 498, 499, 622, 499, 499, 499, 499, 499, 500, 621, 500, 500, 500, 500, 500, 505, 620, 505, 505, 505, 505, 505, 506, 619, 506, 506, 506, 506, 506, 507, 615, 507, 507, 507, 507, 507, 510, 614, 510, 510, 510, 510, 510, 511, 612, 511, 511, 511, 511, 511, 512, 611, 512, 512, 512, 512, 512, 513, 609, 513, 513, 513, 513, 513, 514, 608, 514, 514, 514, 514, 514, 515, 599, 515, 515, 515, 515, 515, 516, 598, 516, 516, 516, 516, 516, 519, 597, 519, 519, 519, 519, 519, 522, 596, 522, 522, 522, 522, 522, 523, 593, 523, 523, 523, 523, 523, 524, 136, 524, 524, 524, 524, 524, 526, 586, 526, 526, 526, 526, 526, 528, 584, 580, 528, 546, 579, 546, 546, 546, 546, 546, 547, 577, 576, 568, 547, 547, 547, 548, 567, 548, 548, 548, 548, 548, 551, 563, 551, 551, 551, 551, 551, 554, 562, 554, 554, 554, 554, 554, 557, 561, 557, 557, 557, 557, 557, 558, 560, 558, 558, 558, 558, 558, 559, 556, 559, 559, 559, 559, 559, 564, 555, 564, 564, 564, 564, 564, 565, 553, 565, 565, 565, 565, 565, 566, 552, 566, 566, 566, 566, 566, 569, 550, 569, 569, 569, 569, 569, 570, 549, 570, 570, 570, 570, 570, 571, 544, 571, 571, 571, 571, 571, 572, 533, 572, 572, 572, 572, 572, 573, 532, 573, 573, 573, 573, 573, 574, 136, 574, 574, 574, 574, 574, 575, 527, 575, 575, 575, 575, 575, 578, 525, 578, 578, 578, 578, 578, 581, 521, 581, 581, 581, 581, 581, 582, 520, 582, 582, 582, 582, 582, 583, 518, 583, 583, 583, 583, 583, 585, 517, 585, 585, 585, 585, 585, 587, 509, 508, 587, 605, 504, 605, 605, 605, 605, 605, 606, 503, 502, 501, 606, 606, 606, 607, 497, 607, 607, 607, 607, 607, 610, 496, 610, 610, 610, 610, 610, 613, 494, 613, 613, 613, 613, 613, 616, 493, 616, 616, 616, 616, 616, 617, 491, 617, 617, 617, 617, 617, 618, 490, 618, 618, 618, 618, 618, 623, 136, 623, 623, 623, 623, 623, 624, 468, 624, 624, 624, 624, 624, 625, 466, 625, 625, 625, 625, 625, 628, 462, 628, 628, 628, 628, 628, 629, 461, 629, 629, 629, 629, 629, 630, 459, 630, 630, 630, 630, 630, 631, 458, 631, 631, 631, 631, 631, 632, 450, 632, 632, 632, 632, 632, 633, 449, 633, 633, 633, 633, 633, 634, 445, 634, 634, 634, 634, 634, 637, 444, 637, 637, 637, 637, 637, 640, 443, 640, 640, 640, 640, 640, 641, 442, 641, 641, 641, 641, 641, 642, 438, 642, 642, 642, 642, 642, 644, 437, 644, 644, 644, 644, 644, 646, 435, 434, 646, 662, 432, 662, 662, 662, 662, 662, 663, 431, 427, 418, 663, 663, 663, 664, 136, 664, 664, 664, 664, 664, 667, 409, 667, 667, 667, 667, 667, 670, 407, 670, 670, 670, 670, 670, 673, 403, 673, 673, 673, 673, 673, 674, 402, 674, 674, 674, 674, 674, 675, 400, 675, 675, 675, 675, 675, 680, 399, 680, 680, 680, 680, 680, 681, 391, 681, 681, 681, 681, 681, 682, 390, 682, 682, 682, 682, 682, 685, 386, 685, 685, 685, 685, 685, 686, 385, 686, 686, 686, 686, 686, 687, 384, 687, 687, 687, 687, 687, 688, 383, 688, 688, 688, 688, 688, 689, 379, 689, 689, 689, 689, 689, 690, 378, 690, 690, 690, 690, 690, 691, 376, 691, 691, 691, 691, 691, 694, 375, 694, 694, 694, 694, 694, 697, 373, 697, 697, 697, 697, 697, 698, 372, 698, 698, 698, 698, 698, 699, 358, 699, 699, 699, 699, 699, 701, 136, 701, 701, 701, 701, 701, 718, 350, 718, 718, 718, 718, 718, 719, 348, 345, 343, 719, 719, 719, 720, 342, 720, 720, 720, 720, 720, 723, 340, 723, 723, 723, 723, 723, 726, 339, 726, 726, 726, 726, 726, 729, 336, 729, 729, 729, 729, 729, 730, 333, 730, 730, 730, 730, 730, 731, 330, 731, 731, 731, 731, 731, 736, 328, 736, 736, 736, 736, 736, 737, 327, 737, 737, 737, 737, 737, 738, 324, 738, 738, 738, 738, 738, 741, 322, 741, 741, 741, 741, 741, 742, 321, 742, 742, 742, 742, 742, 743, 320, 743, 743, 743, 743, 743, 744, 319, 744, 744, 744, 744, 744, 745, 316, 745, 745, 745, 745, 745, 746, 314, 746, 746, 746, 746, 746, 747, 313, 747, 747, 747, 747, 747, 750, 311, 750, 750, 750, 750, 750, 753, 310, 753, 753, 753, 753, 753, 754, 308, 754, 754, 754, 754, 754, 755, 307, 755, 755, 755, 755, 755, 757, 304, 757, 757, 757, 757, 757, 774, 302, 774, 774, 774, 774, 774, 775, 136, 283, 212, 775, 775, 775, 776, 211, 776, 776, 776, 776, 776, 779, 280, 779, 779, 779, 779, 779, 782, 207, 782, 782, 782, 782, 782, 785, 206, 785, 785, 785, 785, 785, 786, 278, 786, 786, 786, 786, 786, 787, 277, 787, 787, 787, 787, 787, 792, 275, 792, 792, 792, 792, 792, 793, 274, 793, 793, 793, 793, 793, 794, 272, 794, 794, 794, 794, 794, 797, 271, 797, 797, 797, 797, 797, 798, 269, 798, 798, 798, 798, 798, 799, 268, 799, 799, 799, 799, 799, 800, 266, 800, 800, 800, 800, 800, 801, 265, 801, 801, 801, 801, 801, 802, 263, 802, 802, 802, 802, 802, 803, 262, 803, 803, 803, 803, 803, 806, 260, 806, 806, 806, 806, 806, 809, 259, 809, 809, 809, 809, 809, 810, 257, 810, 810, 810, 810, 810, 811, 256, 811, 811, 811, 811, 811, 813, 254, 813, 813, 813, 813, 813, 830, 177, 830, 830, 830, 830, 830, 831, 177, 253, 252, 831, 831, 831, 832, 251, 832, 832, 832, 832, 832, 835, 249, 835, 835, 835, 835, 835, 838, 248, 838, 838, 838, 838, 838, 841, 246, 841, 841, 841, 841, 841, 842, 245, 842, 842, 842, 842, 842, 843, 243, 843, 843, 843, 843, 843, 848, 242, 848, 848, 848, 848, 848, 849, 240, 849, 849, 849, 849, 849, 850, 239, 850, 850, 850, 850, 850, 853, 236, 853, 853, 853, 853, 853, 854, 234, 854, 854, 854, 854, 854, 855, 136, 855, 855, 855, 855, 855, 856, 215, 856, 856, 856, 856, 856, 857, 214, 857, 857, 857, 857, 857, 858, 212, 858, 858, 858, 858, 858, 859, 211, 859, 859, 859, 859, 859, 862, 209, 862, 862, 862, 862, 862, 865, 208, 865, 865, 865, 865, 865, 866, 207, 866, 866, 866, 866, 866, 867, 206, 867, 867, 867, 867, 867, 869, 204, 869, 869, 869, 869, 869, 886, 203, 886, 886, 886, 886, 886, 887, 201, 200, 198, 887, 887, 887, 888, 197, 888, 888, 888, 888, 888, 891, 195, 891, 891, 891, 891, 891, 894, 194, 894, 894, 894, 894, 894, 897, 192, 897, 897, 897, 897, 897, 898, 191, 898, 898, 898, 898, 898, 899, 189, 899, 899, 899, 899, 899, 904, 188, 904, 904, 904, 904, 904, 905, 186, 905, 905, 905, 905, 905, 906, 185, 906, 906, 906, 906, 906, 909, 183, 909, 909, 909, 909, 909, 910, 182, 910, 910, 910, 910, 910, 911, 180, 911, 911, 911, 911, 911, 912, 174, 912, 912, 912, 912, 912, 913, 173, 913, 913, 913, 913, 913, 914, 172, 914, 914, 914, 914, 914, 915, 170, 915, 915, 915, 915, 915, 918, 169, 918, 918, 918, 918, 918, 921, 167, 921, 921, 921, 921, 921, 922, 166, 922, 922, 922, 922, 922, 923, 164, 923, 923, 923, 923, 923, 925, 163, 925, 925, 925, 925, 925, 942, 161, 942, 942, 942, 942, 942, 943, 160, 155, 153, 943, 943, 943, 944, 136, 944, 944, 944, 944, 944, 947, 135, 947, 947, 947, 947, 947, 950, 134, 950, 950, 950, 950, 950, 953, 3101, 953, 953, 953, 953, 953, 954, 133, 954, 954, 954, 954, 954, 955, 133, 955, 955, 955, 955, 955, 960, 131, 960, 960, 960, 960, 960, 961, 131, 961, 961, 961, 961, 961, 962, 118, 962, 962, 962, 962, 962, 965, 118, 965, 965, 965, 965, 965, 966, 116, 966, 966, 966, 966, 966, 967, 116, 967, 967, 967, 967, 967, 968, 113, 968, 968, 968, 968, 968, 969, 110, 969, 969, 969, 969, 969, 970, 107, 970, 970, 970, 970, 970, 971, 104, 971, 971, 971, 971, 971, 974, 101, 974, 974, 974, 974, 974, 977, 98, 977, 977, 977, 977, 977, 978, 95, 978, 978, 978, 978, 978, 979, 92, 979, 979, 979, 979, 979, 981, 84, 981, 981, 981, 981, 981, 998, 81, 998, 998, 998, 998, 998, 999, 78, 75, 72, 999, 999, 999, 1000, 66, 1000, 1000, 1000, 1000, 1000, 1003, 66, 1003, 1003, 1003, 1003, 1003, 1006, 49, 1006, 1006, 1006, 1006, 1006, 1009, 3101, 1009, 1009, 1009, 1009, 1009, 1010, 3101, 1010, 1010, 1010, 1010, 1010, 1011, 3101, 1011, 1011, 1011, 1011, 1011, 1016, 3101, 1016, 1016, 1016, 1016, 1016, 1017, 3101, 1017, 1017, 1017, 1017, 1017, 1018, 3101, 1018, 1018, 1018, 1018, 1018, 1021, 3101, 1021, 1021, 1021, 1021, 1021, 1022, 3101, 1022, 1022, 1022, 1022, 1022, 1023, 3101, 1023, 1023, 1023, 1023, 1023, 1024, 3101, 1024, 1024, 1024, 1024, 1024, 1025, 3101, 1025, 1025, 1025, 1025, 1025, 1026, 3101, 1026, 1026, 1026, 1026, 1026, 1027, 3101, 1027, 1027, 1027, 1027, 1027, 1030, 3101, 1030, 1030, 1030, 1030, 1030, 1033, 3101, 1033, 1033, 1033, 1033, 1033, 1034, 3101, 1034, 1034, 1034, 1034, 1034, 1035, 3101, 1035, 1035, 1035, 1035, 1035, 1037, 3101, 1037, 1037, 1037, 1037, 1037, 1038, 3101, 1038, 1038, 1038, 1038, 1038, 1039, 3101, 3101, 3101, 1039, 1039, 1039, 1040, 3101, 1040, 1040, 1040, 1040, 1040, 1042, 3101, 1042, 1042, 1042, 1042, 1042, 1043, 3101, 1043, 1043, 1043, 1043, 1043, 1045, 3101, 1045, 1045, 1045, 1045, 1045, 1046, 3101, 1046, 1046, 1046, 1046, 1046, 1048, 3101, 1048, 1048, 1048, 1048, 1048, 1049, 3101, 1049, 1049, 1049, 1049, 1049, 1050, 3101, 1050, 1050, 1050, 1050, 1050, 1051, 3101, 1051, 1051, 1051, 1051, 1051, 1053, 3101, 1053, 1053, 1053, 1053, 1053, 1055, 1055, 1056, 3101, 1056, 1056, 1056, 1056, 1056, 1057, 3101, 1057, 1057, 1057, 1057, 1057, 1058, 3101, 1058, 1058, 1058, 1058, 1058, 1060, 3101, 1060, 1060, 1060, 1060, 1060, 1061, 3101, 1061, 1061, 1061, 1061, 1061, 1062, 3101, 1062, 1062, 1062, 1062, 1062, 1063, 3101, 1063, 1063, 1063, 1063, 1063, 1064, 3101, 1064, 1064, 1064, 1064, 1064, 1065, 3101, 1065, 1065, 1065, 1065, 1065, 1066, 3101, 1066, 1066, 1066, 1066, 1066, 1067, 3101, 1067, 1067, 1067, 1067, 1067, 1069, 3101, 1069, 1069, 1069, 1069, 1069, 1070, 3101, 1070, 1070, 1070, 1070, 1070, 1072, 3101, 1072, 1072, 1072, 1072, 1072, 1073, 3101, 1073, 1073, 1073, 1073, 1073, 1074, 3101, 1074, 1074, 1074, 1074, 1074, 1075, 3101, 1075, 1075, 1075, 1075, 1075, 1077, 3101, 1077, 1077, 1077, 1077, 1077, 1078, 3101, 1078, 1078, 1078, 1078, 1078, 1079, 3101, 3101, 3101, 1079, 1079, 1079, 1080, 3101, 1080, 1080, 1080, 1080, 1080, 1081, 3101, 1081, 1081, 1081, 1081, 1081, 1082, 3101, 1082, 1082, 1082, 1082, 1082, 1083, 3101, 1083, 1083, 1083, 1083, 1083, 1084, 3101, 1084, 1084, 1084, 1084, 1084, 1085, 3101, 1085, 1085, 1085, 1085, 1085, 1086, 3101, 1086, 1086, 1086, 1086, 1086, 1087, 3101, 1087, 1087, 1087, 1087, 1087, 1088, 3101, 1088, 1088, 1088, 1088, 1088, 1089, 3101, 1089, 1089, 1089, 1089, 1089, 1092, 3101, 1092, 1092, 1092, 1092, 1092, 1093, 3101, 1093, 1093, 1093, 1093, 1093, 1094, 3101, 1094, 1094, 1094, 1094, 1094, 1095, 3101, 1095, 1095, 1095, 1095, 1095, 1096, 3101, 1096, 1096, 1096, 1096, 1096, 1097, 3101, 1097, 1097, 1097, 1097, 1097, 1098, 3101, 1098, 1098, 1098, 1098, 1098, 1099, 3101, 1099, 1099, 1099, 1099, 1099, 1100, 3101, 1100, 1100, 1100, 1100, 1100, 1101, 3101, 1101, 1101, 1101, 1101, 1101, 1102, 3101, 1102, 1102, 1102, 1102, 1102, 1103, 3101, 1103, 1103, 1103, 1103, 1103, 1104, 3101, 1104, 1104, 1104, 1104, 1104, 1105, 3101, 1105, 1105, 1105, 1105, 1105, 1106, 3101, 1106, 1106, 1106, 1106, 1106, 1107, 3101, 1107, 1107, 1107, 1107, 1107, 1108, 3101, 1108, 1108, 1108, 1108, 1108, 1110, 3101, 1110, 1110, 1110, 1110, 1110, 1111, 3101, 1111, 1111, 1111, 1111, 1111, 1112, 3101, 3101, 3101, 1112, 1112, 1112, 1113, 3101, 1113, 1113, 1113, 1113, 1113, 1114, 3101, 1114, 1114, 1114, 1114, 1114, 1115, 3101, 1115, 1115, 1115, 1115, 1115, 1116, 3101, 1116, 1116, 1116, 1116, 1116, 1117, 3101, 1117, 1117, 1117, 1117, 1117, 1118, 3101, 1118, 1118, 1118, 1118, 1118, 1119, 3101, 1119, 1119, 1119, 1119, 1119, 1120, 3101, 1120, 1120, 1120, 1120, 1120, 1121, 3101, 1121, 1121, 1121, 1121, 1121, 1122, 3101, 1122, 1122, 1122, 1122, 1122, 1123, 3101, 1123, 1123, 1123, 1123, 1123, 1124, 3101, 1124, 1124, 1124, 1124, 1124, 1125, 3101, 1125, 1125, 1125, 1125, 1125, 1126, 3101, 1126, 1126, 1126, 1126, 1126, 1127, 3101, 1127, 1127, 1127, 1127, 1127, 1128, 3101, 1128, 1128, 1128, 1128, 1128, 1129, 3101, 1129, 1129, 1129, 1129, 1129, 1130, 3101, 1130, 1130, 1130, 1130, 1130, 1131, 3101, 1131, 1131, 1131, 1131, 1131, 1132, 3101, 1132, 1132, 1132, 1132, 1132, 1133, 3101, 1133, 1133, 1133, 1133, 1133, 1134, 3101, 1134, 1134, 1134, 1134, 1134, 1135, 3101, 1135, 1135, 1135, 1135, 1135, 1136, 3101, 1136, 1136, 1136, 1136, 1136, 1137, 3101, 1137, 1137, 1137, 1137, 1137, 1138, 3101, 1138, 1138, 1138, 1138, 1138, 1139, 3101, 1139, 1139, 1139, 1139, 1139, 1140, 3101, 1140, 1140, 1140, 1140, 1140, 1141, 3101, 1141, 1141, 1141, 1141, 1141, 1142, 3101, 3101, 3101, 1142, 1142, 1142, 1143, 3101, 1143, 1143, 1143, 1143, 1143, 1144, 3101, 1144, 1144, 1144, 1144, 1144, 1145, 3101, 1145, 1145, 1145, 1145, 1145, 1146, 3101, 1146, 1146, 1146, 1146, 1146, 1147, 3101, 1147, 1147, 1147, 1147, 1147, 1148, 3101, 1148, 1148, 1148, 1148, 1148, 1149, 3101, 1149, 1149, 1149, 1149, 1149, 1150, 3101, 1150, 1150, 1150, 1150, 1150, 1151, 3101, 1151, 1151, 1151, 1151, 1151, 1152, 3101, 1152, 1152, 1152, 1152, 1152, 1153, 3101, 1153, 1153, 1153, 1153, 1153, 1154, 3101, 1154, 1154, 1154, 1154, 1154, 1155, 3101, 1155, 1155, 1155, 1155, 1155, 1156, 3101, 1156, 1156, 1156, 1156, 1156, 1157, 3101, 1157, 1157, 1157, 1157, 1157, 1158, 3101, 1158, 1158, 1158, 1158, 1158, 1159, 3101, 1159, 1159, 1159, 1159, 1159, 1160, 3101, 1160, 1160, 1160, 1160, 1160, 1161, 3101, 1161, 1161, 1161, 1161, 1161, 1162, 3101, 1162, 1162, 1162, 1162, 1162, 1163, 3101, 1163, 1163, 1163, 1163, 1163, 1164, 3101, 1164, 1164, 1164, 1164, 1164, 1165, 3101, 1165, 1165, 1165, 1165, 1165, 1166, 3101, 1166, 1166, 1166, 1166, 1166, 1167, 3101, 1167, 1167, 1167, 1167, 1167, 1168, 3101, 1168, 1168, 1168, 1168, 1168, 1169, 3101, 1169, 1169, 1169, 1169, 1169, 1170, 3101, 1170, 1170, 1170, 1170, 1170, 1171, 3101, 1171, 1171, 1171, 1171, 1171, 1172, 3101, 3101, 3101, 1172, 1172, 1172, 1173, 3101, 1173, 1173, 1173, 1173, 1173, 1174, 3101, 1174, 1174, 1174, 1174, 1174, 1175, 3101, 1175, 1175, 1175, 1175, 1175, 1176, 3101, 1176, 1176, 1176, 1176, 1176, 1177, 3101, 1177, 1177, 1177, 1177, 1177, 1178, 3101, 1178, 1178, 1178, 1178, 1178, 1179, 3101, 1179, 1179, 1179, 1179, 1179, 1180, 3101, 1180, 1180, 1180, 1180, 1180, 1181, 3101, 1181, 1181, 1181, 1181, 1181, 1182, 3101, 1182, 1182, 1182, 1182, 1182, 1183, 3101, 1183, 1183, 1183, 1183, 1183, 1184, 3101, 1184, 1184, 1184, 1184, 1184, 1185, 3101, 1185, 1185, 1185, 1185, 1185, 1186, 3101, 1186, 1186, 1186, 1186, 1186, 1187, 3101, 1187, 1187, 1187, 1187, 1187, 1188, 3101, 1188, 1188, 1188, 1188, 1188, 1189, 3101, 1189, 1189, 1189, 1189, 1189, 1190, 3101, 1190, 1190, 1190, 1190, 1190, 1191, 3101, 1191, 1191, 1191, 1191, 1191, 1192, 3101, 1192, 1192, 1192, 1192, 1192, 1193, 3101, 1193, 1193, 1193, 1193, 1193, 1194, 3101, 1194, 1194, 1194, 1194, 1194, 1195, 3101, 1195, 1195, 1195, 1195, 1195, 1196, 3101, 1196, 1196, 1196, 1196, 1196, 1197, 3101, 1197, 1197, 1197, 1197, 1197, 1198, 3101, 1198, 1198, 1198, 1198, 1198, 1199, 3101, 1199, 1199, 1199, 1199, 1199, 1200, 3101, 1200, 1200, 1200, 1200, 1200, 1201, 3101, 1201, 1201, 1201, 1201, 1201, 1202, 3101, 3101, 3101, 1202, 1202, 1202, 1203, 3101, 1203, 1203, 1203, 1203, 1203, 1204, 3101, 1204, 1204, 1204, 1204, 1204, 1205, 3101, 1205, 1205, 1205, 1205, 1205, 1206, 3101, 1206, 1206, 1206, 1206, 1206, 1207, 3101, 1207, 1207, 1207, 1207, 1207, 1208, 3101, 1208, 1208, 1208, 1208, 1208, 1209, 3101, 1209, 1209, 1209, 1209, 1209, 1210, 3101, 1210, 1210, 1210, 1210, 1210, 1211, 3101, 1211, 1211, 1211, 1211, 1211, 1212, 3101, 1212, 1212, 1212, 1212, 1212, 1213, 3101, 1213, 1213, 1213, 1213, 1213, 1214, 3101, 1214, 1214, 1214, 1214, 1214, 1215, 3101, 1215, 1215, 1215, 1215, 1215, 1216, 3101, 1216, 1216, 1216, 1216, 1216, 1217, 3101, 1217, 1217, 1217, 1217, 1217, 1218, 3101, 1218, 1218, 1218, 1218, 1218, 1219, 3101, 1219, 1219, 1219, 1219, 1219, 1220, 3101, 1220, 1220, 1220, 1220, 1220, 1221, 3101, 1221, 1221, 1221, 1221, 1221, 1222, 3101, 1222, 1222, 1222, 1222, 1222, 1223, 3101, 1223, 1223, 1223, 1223, 1223, 1224, 3101, 1224, 1224, 1224, 1224, 1224, 1225, 3101, 1225, 1225, 1225, 1225, 1225, 1226, 3101, 1226, 1226, 1226, 1226, 1226, 1227, 3101, 1227, 1227, 1227, 1227, 1227, 1228, 3101, 1228, 1228, 1228, 1228, 1228, 1229, 3101, 1229, 1229, 1229, 1229, 1229, 1230, 3101, 1230, 1230, 1230, 1230, 1230, 1231, 3101, 1231, 1231, 1231, 1231, 1231, 1232, 3101, 3101, 3101, 1232, 1232, 1232, 1233, 3101, 1233, 1233, 1233, 1233, 1233, 1234, 3101, 1234, 1234, 1234, 1234, 1234, 1235, 3101, 1235, 1235, 1235, 1235, 1235, 1236, 3101, 1236, 1236, 1236, 1236, 1236, 1237, 3101, 1237, 1237, 1237, 1237, 1237, 1238, 3101, 1238, 1238, 1238, 1238, 1238, 1239, 3101, 1239, 1239, 1239, 1239, 1239, 1240, 3101, 1240, 1240, 1240, 1240, 1240, 1241, 3101, 1241, 1241, 1241, 1241, 1241, 1242, 3101, 1242, 1242, 1242, 1242, 1242, 1243, 3101, 1243, 1243, 1243, 1243, 1243, 1244, 3101, 1244, 1244, 1244, 1244, 1244, 1245, 3101, 1245, 1245, 1245, 1245, 1245, 1246, 3101, 1246, 1246, 1246, 1246, 1246, 1247, 3101, 1247, 1247, 1247, 1247, 1247, 1248, 3101, 1248, 1248, 1248, 1248, 1248, 1249, 3101, 1249, 1249, 1249, 1249, 1249, 1250, 3101, 1250, 1250, 1250, 1250, 1250, 1251, 3101, 1251, 1251, 1251, 1251, 1251, 1252, 3101, 1252, 1252, 1252, 1252, 1252, 1253, 3101, 1253, 1253, 1253, 1253, 1253, 1254, 3101, 1254, 1254, 1254, 1254, 1254, 1255, 3101, 1255, 1255, 1255, 1255, 1255, 1256, 3101, 1256, 1256, 1256, 1256, 1256, 1257, 3101, 1257, 1257, 1257, 1257, 1257, 1258, 3101, 1258, 1258, 1258, 1258, 1258, 1259, 3101, 1259, 1259, 1259, 1259, 1259, 1260, 3101, 1260, 1260, 1260, 1260, 1260, 1261, 3101, 1261, 1261, 1261, 1261, 1261, 1262, 3101, 3101, 3101, 1262, 1262, 1262, 1263, 3101, 1263, 1263, 1263, 1263, 1263, 1264, 3101, 1264, 1264, 1264, 1264, 1264, 1265, 3101, 1265, 1265, 1265, 1265, 1265, 1266, 3101, 1266, 1266, 1266, 1266, 1266, 1267, 3101, 1267, 1267, 1267, 1267, 1267, 1268, 3101, 1268, 1268, 1268, 1268, 1268, 1269, 3101, 1269, 1269, 1269, 1269, 1269, 1270, 3101, 1270, 1270, 1270, 1270, 1270, 1271, 3101, 1271, 1271, 1271, 1271, 1271, 1272, 3101, 1272, 1272, 1272, 1272, 1272, 1273, 3101, 1273, 1273, 1273, 1273, 1273, 1274, 3101, 1274, 1274, 1274, 1274, 1274, 1275, 3101, 1275, 1275, 1275, 1275, 1275, 1276, 3101, 1276, 1276, 1276, 1276, 1276, 1277, 3101, 1277, 1277, 1277, 1277, 1277, 1278, 3101, 1278, 1278, 1278, 1278, 1278, 1279, 3101, 1279, 1279, 1279, 1279, 1279, 1280, 3101, 1280, 1280, 1280, 1280, 1280, 1281, 3101, 1281, 1281, 1281, 1281, 1281, 1282, 3101, 1282, 1282, 1282, 1282, 1282, 1283, 3101, 1283, 1283, 1283, 1283, 1283, 1284, 3101, 1284, 1284, 1284, 1284, 1284, 1285, 3101, 1285, 1285, 1285, 1285, 1285, 1286, 3101, 1286, 1286, 1286, 1286, 1286, 1287, 3101, 1287, 1287, 1287, 1287, 1287, 1288, 3101, 1288, 1288, 1288, 1288, 1288, 1289, 3101, 1289, 1289, 1289, 1289, 1289, 1290, 3101, 1290, 1290, 1290, 1290, 1290, 1291, 3101, 1291, 1291, 1291, 1291, 1291, 1292, 3101, 3101, 3101, 1292, 1292, 1292, 1293, 3101, 1293, 1293, 1293, 1293, 1293, 1294, 3101, 1294, 1294, 1294, 1294, 1294, 1295, 3101, 1295, 1295, 1295, 1295, 1295, 1296, 3101, 1296, 1296, 1296, 1296, 1296, 1297, 3101, 1297, 1297, 1297, 1297, 1297, 1298, 3101, 1298, 1298, 1298, 1298, 1298, 1299, 3101, 1299, 1299, 1299, 1299, 1299, 1300, 3101, 1300, 1300, 1300, 1300, 1300, 1301, 3101, 1301, 1301, 1301, 1301, 1301, 1302, 3101, 1302, 1302, 1302, 1302, 1302, 1303, 3101, 1303, 1303, 1303, 1303, 1303, 1304, 3101, 1304, 1304, 1304, 1304, 1304, 1305, 3101, 1305, 1305, 1305, 1305, 1305, 1306, 3101, 1306, 1306, 1306, 1306, 1306, 1307, 3101, 1307, 1307, 1307, 1307, 1307, 1308, 3101, 1308, 1308, 1308, 1308, 1308, 1309, 3101, 1309, 1309, 1309, 1309, 1309, 1310, 3101, 1310, 1310, 1310, 1310, 1310, 1311, 3101, 1311, 1311, 1311, 1311, 1311, 1312, 3101, 1312, 1312, 1312, 1312, 1312, 1313, 3101, 1313, 1313, 1313, 1313, 1313, 1314, 3101, 1314, 1314, 1314, 1314, 1314, 1315, 3101, 1315, 1315, 1315, 1315, 1315, 1316, 3101, 1316, 1316, 1316, 1316, 1316, 1317, 3101, 1317, 1317, 1317, 1317, 1317, 1318, 3101, 1318, 1318, 1318, 1318, 1318, 1319, 3101, 1319, 1319, 1319, 1319, 1319, 1320, 3101, 1320, 1320, 1320, 1320, 1320, 1321, 3101, 1321, 1321, 1321, 1321, 1321, 1322, 3101, 3101, 3101, 1322, 1322, 1322, 1323, 3101, 1323, 1323, 1323, 1323, 1323, 1324, 3101, 1324, 1324, 1324, 1324, 1324, 1325, 3101, 1325, 1325, 1325, 1325, 1325, 1326, 3101, 1326, 1326, 1326, 1326, 1326, 1327, 3101, 1327, 1327, 1327, 1327, 1327, 1328, 3101, 1328, 1328, 1328, 1328, 1328, 1329, 3101, 1329, 1329, 1329, 1329, 1329, 1330, 3101, 1330, 1330, 1330, 1330, 1330, 1331, 3101, 1331, 1331, 1331, 1331, 1331, 1332, 3101, 1332, 1332, 1332, 1332, 1332, 1333, 3101, 1333, 1333, 1333, 1333, 1333, 1334, 3101, 1334, 1334, 1334, 1334, 1334, 1335, 3101, 1335, 1335, 1335, 1335, 1335, 1336, 3101, 1336, 1336, 1336, 1336, 1336, 1337, 3101, 1337, 1337, 1337, 1337, 1337, 1338, 3101, 1338, 1338, 1338, 1338, 1338, 1339, 3101, 1339, 1339, 1339, 1339, 1339, 1340, 3101, 1340, 1340, 1340, 1340, 1340, 1341, 3101, 1341, 1341, 1341, 1341, 1341, 1342, 3101, 1342, 1342, 1342, 1342, 1342, 1343, 3101, 1343, 1343, 1343, 1343, 1343, 1344, 3101, 1344, 1344, 1344, 1344, 1344, 1345, 3101, 1345, 1345, 1345, 1345, 1345, 1346, 3101, 1346, 1346, 1346, 1346, 1346, 1347, 3101, 1347, 1347, 1347, 1347, 1347, 1348, 3101, 1348, 1348, 1348, 1348, 1348, 1349, 3101, 1349, 1349, 1349, 1349, 1349, 1350, 3101, 1350, 1350, 1350, 1350, 1350, 1351, 3101, 1351, 1351, 1351, 1351, 1351, 1352, 3101, 3101, 3101, 1352, 1352, 1352, 1353, 3101, 1353, 1353, 1353, 1353, 1353, 1354, 3101, 1354, 1354, 1354, 1354, 1354, 1355, 3101, 1355, 1355, 1355, 1355, 1355, 1356, 3101, 1356, 1356, 1356, 1356, 1356, 1357, 3101, 1357, 1357, 1357, 1357, 1357, 1358, 3101, 1358, 1358, 1358, 1358, 1358, 1359, 3101, 1359, 1359, 1359, 1359, 1359, 1360, 3101, 1360, 1360, 1360, 1360, 1360, 1361, 3101, 1361, 1361, 1361, 1361, 1361, 1362, 3101, 1362, 1362, 1362, 1362, 1362, 1363, 3101, 1363, 1363, 1363, 1363, 1363, 1364, 3101, 1364, 1364, 1364, 1364, 1364, 1365, 3101, 1365, 1365, 1365, 1365, 1365, 1366, 3101, 1366, 1366, 1366, 1366, 1366, 1367, 3101, 1367, 1367, 1367, 1367, 1367, 1368, 3101, 1368, 1368, 1368, 1368, 1368, 1369, 3101, 1369, 1369, 1369, 1369, 1369, 1370, 3101, 1370, 1370, 1370, 1370, 1370, 1371, 3101, 1371, 1371, 1371, 1371, 1371, 1372, 3101, 1372, 1372, 1372, 1372, 1372, 1373, 3101, 1373, 1373, 1373, 1373, 1373, 1374, 3101, 1374, 1374, 1374, 1374, 1374, 1375, 3101, 1375, 1375, 1375, 1375, 1375, 1376, 3101, 1376, 1376, 1376, 1376, 1376, 1377, 3101, 1377, 1377, 1377, 1377, 1377, 1378, 3101, 1378, 1378, 1378, 1378, 1378, 1379, 3101, 1379, 1379, 1379, 1379, 1379, 1380, 3101, 1380, 1380, 1380, 1380, 1380, 1381, 3101, 1381, 1381, 1381, 1381, 1381, 1382, 3101, 3101, 3101, 1382, 1382, 1382, 1383, 3101, 1383, 1383, 1383, 1383, 1383, 1384, 3101, 1384, 1384, 1384, 1384, 1384, 1385, 3101, 1385, 1385, 1385, 1385, 1385, 1386, 3101, 1386, 1386, 1386, 1386, 1386, 1387, 3101, 1387, 1387, 1387, 1387, 1387, 1388, 3101, 1388, 1388, 1388, 1388, 1388, 1389, 3101, 1389, 1389, 1389, 1389, 1389, 1390, 3101, 1390, 1390, 1390, 1390, 1390, 1391, 3101, 1391, 1391, 1391, 1391, 1391, 1392, 3101, 1392, 1392, 1392, 1392, 1392, 1393, 3101, 1393, 1393, 1393, 1393, 1393, 1394, 3101, 1394, 1394, 1394, 1394, 1394, 1395, 3101, 1395, 1395, 1395, 1395, 1395, 1396, 3101, 1396, 1396, 1396, 1396, 1396, 1397, 3101, 1397, 1397, 1397, 1397, 1397, 1398, 3101, 1398, 1398, 1398, 1398, 1398, 1399, 3101, 1399, 1399, 1399, 1399, 1399, 1400, 3101, 1400, 1400, 1400, 1400, 1400, 1401, 3101, 1401, 1401, 1401, 1401, 1401, 1402, 3101, 1402, 1402, 1402, 1402, 1402, 1403, 3101, 1403, 1403, 1403, 1403, 1403, 1404, 3101, 1404, 1404, 1404, 1404, 1404, 1405, 3101, 1405, 1405, 1405, 1405, 1405, 1406, 3101, 1406, 1406, 1406, 1406, 1406, 1407, 3101, 1407, 1407, 1407, 1407, 1407, 1408, 3101, 1408, 1408, 1408, 1408, 1408, 1409, 3101, 1409, 1409, 1409, 1409, 1409, 1410, 3101, 1410, 1410, 1410, 1410, 1410, 1411, 3101, 1411, 1411, 1411, 1411, 1411, 1412, 3101, 3101, 3101, 1412, 1412, 1412, 1413, 3101, 1413, 1413, 1413, 1413, 1413, 1414, 3101, 1414, 1414, 1414, 1414, 1414, 1415, 3101, 1415, 1415, 1415, 1415, 1415, 1416, 3101, 1416, 1416, 1416, 1416, 1416, 1417, 3101, 1417, 1417, 1417, 1417, 1417, 1418, 3101, 1418, 1418, 1418, 1418, 1418, 1419, 3101, 1419, 1419, 1419, 1419, 1419, 1420, 3101, 1420, 1420, 1420, 1420, 1420, 1421, 3101, 1421, 1421, 1421, 1421, 1421, 1422, 3101, 1422, 1422, 1422, 1422, 1422, 1423, 3101, 1423, 1423, 1423, 1423, 1423, 1424, 3101, 1424, 1424, 1424, 1424, 1424, 1425, 3101, 1425, 1425, 1425, 1425, 1425, 1426, 3101, 1426, 1426, 1426, 1426, 1426, 1427, 3101, 1427, 1427, 1427, 1427, 1427, 1428, 3101, 1428, 1428, 1428, 1428, 1428, 1429, 3101, 1429, 1429, 1429, 1429, 1429, 1430, 3101, 1430, 1430, 1430, 1430, 1430, 1431, 3101, 1431, 1431, 1431, 1431, 1431, 1432, 3101, 1432, 1432, 1432, 1432, 1432, 1433, 3101, 1433, 1433, 1433, 1433, 1433, 1434, 3101, 1434, 1434, 1434, 1434, 1434, 1435, 3101, 1435, 1435, 1435, 1435, 1435, 1436, 3101, 1436, 1436, 1436, 1436, 1436, 1437, 3101, 1437, 1437, 1437, 1437, 1437, 1438, 3101, 1438, 1438, 1438, 1438, 1438, 1439, 3101, 1439, 1439, 1439, 1439, 1439, 1440, 3101, 1440, 1440, 1440, 1440, 1440, 1441, 3101, 1441, 1441, 1441, 1441, 1441, 1442, 3101, 3101, 3101, 1442, 1442, 1442, 1443, 3101, 1443, 1443, 1443, 1443, 1443, 1444, 3101, 1444, 1444, 1444, 1444, 1444, 1445, 3101, 1445, 1445, 1445, 1445, 1445, 1446, 3101, 1446, 1446, 1446, 1446, 1446, 1447, 3101, 1447, 1447, 1447, 1447, 1447, 1448, 3101, 1448, 1448, 1448, 1448, 1448, 1449, 3101, 1449, 1449, 1449, 1449, 1449, 1450, 3101, 1450, 1450, 1450, 1450, 1450, 1451, 3101, 1451, 1451, 1451, 1451, 1451, 1452, 3101, 1452, 1452, 1452, 1452, 1452, 1453, 3101, 1453, 1453, 1453, 1453, 1453, 1454, 3101, 1454, 1454, 1454, 1454, 1454, 1455, 3101, 1455, 1455, 1455, 1455, 1455, 1456, 3101, 1456, 1456, 1456, 1456, 1456, 1457, 3101, 1457, 1457, 1457, 1457, 1457, 1458, 3101, 1458, 1458, 1458, 1458, 1458, 1459, 3101, 1459, 1459, 1459, 1459, 1459, 1460, 3101, 1460, 1460, 1460, 1460, 1460, 1461, 3101, 1461, 1461, 1461, 1461, 1461, 1462, 3101, 1462, 1462, 1462, 1462, 1462, 1463, 3101, 1463, 1463, 1463, 1463, 1463, 1464, 3101, 1464, 1464, 1464, 1464, 1464, 1465, 3101, 1465, 1465, 1465, 1465, 1465, 1466, 3101, 1466, 1466, 1466, 1466, 1466, 1467, 3101, 1467, 1467, 1467, 1467, 1467, 1468, 3101, 1468, 1468, 1468, 1468, 1468, 1469, 3101, 1469, 1469, 1469, 1469, 1469, 1470, 3101, 1470, 1470, 1470, 1470, 1470, 1471, 3101, 1471, 1471, 1471, 1471, 1471, 1472, 3101, 3101, 3101, 1472, 1472, 1472, 1473, 3101, 1473, 1473, 1473, 1473, 1473, 1474, 3101, 1474, 1474, 1474, 1474, 1474, 1475, 3101, 1475, 1475, 1475, 1475, 1475, 1476, 3101, 1476, 1476, 1476, 1476, 1476, 1477, 3101, 1477, 1477, 1477, 1477, 1477, 1478, 3101, 1478, 1478, 1478, 1478, 1478, 1479, 3101, 1479, 1479, 1479, 1479, 1479, 1480, 3101, 1480, 1480, 1480, 1480, 1480, 1481, 3101, 1481, 1481, 1481, 1481, 1481, 1482, 3101, 1482, 1482, 1482, 1482, 1482, 1483, 3101, 1483, 1483, 1483, 1483, 1483, 1484, 3101, 1484, 1484, 1484, 1484, 1484, 1485, 3101, 1485, 1485, 1485, 1485, 1485, 1486, 3101, 1486, 1486, 1486, 1486, 1486, 1487, 3101, 1487, 1487, 1487, 1487, 1487, 1488, 3101, 1488, 1488, 1488, 1488, 1488, 1489, 3101, 1489, 1489, 1489, 1489, 1489, 1490, 3101, 1490, 1490, 1490, 1490, 1490, 1491, 3101, 1491, 1491, 1491, 1491, 1491, 1492, 3101, 1492, 1492, 1492, 1492, 1492, 1493, 3101, 1493, 1493, 1493, 1493, 1493, 1494, 3101, 1494, 1494, 1494, 1494, 1494, 1495, 3101, 1495, 1495, 1495, 1495, 1495, 1496, 3101, 1496, 1496, 1496, 1496, 1496, 1497, 3101, 1497, 1497, 1497, 1497, 1497, 1498, 3101, 1498, 1498, 1498, 1498, 1498, 1499, 3101, 1499, 1499, 1499, 1499, 1499, 1500, 3101, 1500, 1500, 1500, 1500, 1500, 1501, 3101, 1501, 1501, 1501, 1501, 1501, 1502, 3101, 3101, 3101, 1502, 1502, 1502, 1503, 3101, 1503, 1503, 1503, 1503, 1503, 1504, 3101, 1504, 1504, 1504, 1504, 1504, 1505, 3101, 1505, 1505, 1505, 1505, 1505, 1506, 3101, 1506, 1506, 1506, 1506, 1506, 1507, 3101, 1507, 1507, 1507, 1507, 1507, 1508, 3101, 1508, 1508, 1508, 1508, 1508, 1509, 3101, 1509, 1509, 1509, 1509, 1509, 1510, 3101, 1510, 1510, 1510, 1510, 1510, 1511, 3101, 1511, 1511, 1511, 1511, 1511, 1512, 3101, 1512, 1512, 1512, 1512, 1512, 1513, 3101, 1513, 1513, 1513, 1513, 1513, 1514, 3101, 1514, 1514, 1514, 1514, 1514, 1515, 3101, 1515, 1515, 1515, 1515, 1515, 1516, 3101, 1516, 1516, 1516, 1516, 1516, 1517, 3101, 1517, 1517, 1517, 1517, 1517, 1518, 3101, 1518, 1518, 1518, 1518, 1518, 1519, 3101, 1519, 1519, 1519, 1519, 1519, 1520, 3101, 1520, 1520, 1520, 1520, 1520, 1521, 3101, 1521, 1521, 1521, 1521, 1521, 1522, 3101, 1522, 1522, 1522, 1522, 1522, 1523, 3101, 1523, 1523, 1523, 1523, 1523, 1524, 3101, 1524, 1524, 1524, 1524, 1524, 1525, 3101, 1525, 1525, 1525, 1525, 1525, 1526, 3101, 1526, 1526, 1526, 1526, 1526, 1527, 3101, 1527, 1527, 1527, 1527, 1527, 1528, 3101, 1528, 1528, 1528, 1528, 1528, 1529, 3101, 1529, 1529, 1529, 1529, 1529, 1530, 3101, 1530, 1530, 1530, 1530, 1530, 1531, 3101, 1531, 1531, 1531, 1531, 1531, 1532, 3101, 3101, 3101, 1532, 1532, 1532, 1533, 3101, 1533, 1533, 1533, 1533, 1533, 1534, 3101, 1534, 1534, 1534, 1534, 1534, 1535, 3101, 1535, 1535, 1535, 1535, 1535, 1536, 3101, 1536, 1536, 1536, 1536, 1536, 1537, 3101, 1537, 1537, 1537, 1537, 1537, 1538, 3101, 1538, 1538, 1538, 1538, 1538, 1539, 3101, 1539, 1539, 1539, 1539, 1539, 1540, 3101, 1540, 1540, 1540, 1540, 1540, 1541, 3101, 1541, 1541, 1541, 1541, 1541, 1542, 3101, 1542, 1542, 1542, 1542, 1542, 1543, 3101, 1543, 1543, 1543, 1543, 1543, 1544, 3101, 1544, 1544, 1544, 1544, 1544, 1545, 3101, 1545, 1545, 1545, 1545, 1545, 1546, 3101, 1546, 1546, 1546, 1546, 1546, 1547, 3101, 1547, 1547, 1547, 1547, 1547, 1548, 3101, 1548, 1548, 1548, 1548, 1548, 1549, 3101, 1549, 1549, 1549, 1549, 1549, 1550, 3101, 1550, 1550, 1550, 1550, 1550, 1551, 3101, 1551, 1551, 1551, 1551, 1551, 1552, 3101, 1552, 1552, 1552, 1552, 1552, 1553, 3101, 1553, 1553, 1553, 1553, 1553, 1554, 3101, 1554, 1554, 1554, 1554, 1554, 1555, 3101, 1555, 1555, 1555, 1555, 1555, 1556, 3101, 1556, 1556, 1556, 1556, 1556, 1557, 3101, 1557, 1557, 1557, 1557, 1557, 1558, 3101, 1558, 1558, 1558, 1558, 1558, 1559, 3101, 1559, 1559, 1559, 1559, 1559, 1560, 3101, 1560, 1560, 1560, 1560, 1560, 1561, 3101, 1561, 1561, 1561, 1561, 1561, 1562, 3101, 3101, 3101, 1562, 1562, 1562, 1563, 3101, 1563, 1563, 1563, 1563, 1563, 1564, 3101, 1564, 1564, 1564, 1564, 1564, 1565, 3101, 1565, 1565, 1565, 1565, 1565, 1566, 3101, 1566, 1566, 1566, 1566, 1566, 1567, 3101, 1567, 1567, 1567, 1567, 1567, 1568, 3101, 1568, 1568, 1568, 1568, 1568, 1569, 3101, 1569, 1569, 1569, 1569, 1569, 1570, 3101, 1570, 1570, 1570, 1570, 1570, 1571, 3101, 1571, 1571, 1571, 1571, 1571, 1572, 3101, 1572, 1572, 1572, 1572, 1572, 1573, 3101, 1573, 1573, 1573, 1573, 1573, 1574, 3101, 1574, 1574, 1574, 1574, 1574, 1575, 3101, 1575, 1575, 1575, 1575, 1575, 1576, 3101, 1576, 1576, 1576, 1576, 1576, 1577, 3101, 1577, 1577, 1577, 1577, 1577, 1578, 3101, 1578, 1578, 1578, 1578, 1578, 1579, 3101, 1579, 1579, 1579, 1579, 1579, 1580, 3101, 1580, 1580, 1580, 1580, 1580, 1581, 3101, 1581, 1581, 1581, 1581, 1581, 1582, 3101, 1582, 1582, 1582, 1582, 1582, 1583, 3101, 1583, 1583, 1583, 1583, 1583, 1584, 3101, 1584, 1584, 1584, 1584, 1584, 1585, 3101, 1585, 1585, 1585, 1585, 1585, 1586, 3101, 1586, 1586, 1586, 1586, 1586, 1587, 3101, 1587, 1587, 1587, 1587, 1587, 1588, 3101, 1588, 1588, 1588, 1588, 1588, 1589, 3101, 1589, 1589, 1589, 1589, 1589, 1590, 3101, 1590, 1590, 1590, 1590, 1590, 1591, 3101, 1591, 1591, 1591, 1591, 1591, 1592, 3101, 3101, 3101, 1592, 1592, 1592, 1593, 3101, 1593, 1593, 1593, 1593, 1593, 1594, 3101, 1594, 1594, 1594, 1594, 1594, 1595, 3101, 1595, 1595, 1595, 1595, 1595, 1596, 3101, 1596, 1596, 1596, 1596, 1596, 1597, 3101, 1597, 1597, 1597, 1597, 1597, 1598, 3101, 1598, 1598, 1598, 1598, 1598, 1599, 3101, 1599, 1599, 1599, 1599, 1599, 1600, 3101, 1600, 1600, 1600, 1600, 1600, 1601, 3101, 1601, 1601, 1601, 1601, 1601, 1602, 3101, 1602, 1602, 1602, 1602, 1602, 1603, 3101, 1603, 1603, 1603, 1603, 1603, 1604, 3101, 1604, 1604, 1604, 1604, 1604, 1605, 3101, 1605, 1605, 1605, 1605, 1605, 1606, 3101, 1606, 1606, 1606, 1606, 1606, 1607, 3101, 1607, 1607, 1607, 1607, 1607, 1608, 3101, 1608, 1608, 1608, 1608, 1608, 1609, 3101, 1609, 1609, 1609, 1609, 1609, 1610, 3101, 1610, 1610, 1610, 1610, 1610, 1611, 3101, 1611, 1611, 1611, 1611, 1611, 1612, 3101, 1612, 1612, 1612, 1612, 1612, 1613, 3101, 1613, 1613, 1613, 1613, 1613, 1614, 3101, 1614, 1614, 1614, 1614, 1614, 1615, 3101, 1615, 1615, 1615, 1615, 1615, 1616, 3101, 1616, 1616, 1616, 1616, 1616, 1617, 3101, 1617, 1617, 1617, 1617, 1617, 1618, 3101, 1618, 1618, 1618, 1618, 1618, 1619, 3101, 1619, 1619, 1619, 1619, 1619, 1620, 3101, 1620, 1620, 1620, 1620, 1620, 1621, 3101, 1621, 1621, 1621, 1621, 1621, 1622, 3101, 3101, 3101, 1622, 1622, 1622, 1623, 3101, 1623, 1623, 1623, 1623, 1623, 1624, 3101, 1624, 1624, 1624, 1624, 1624, 1625, 3101, 1625, 1625, 1625, 1625, 1625, 1626, 3101, 1626, 1626, 1626, 1626, 1626, 1627, 3101, 1627, 1627, 1627, 1627, 1627, 1628, 3101, 1628, 1628, 1628, 1628, 1628, 1629, 3101, 1629, 1629, 1629, 1629, 1629, 1630, 3101, 1630, 1630, 1630, 1630, 1630, 1631, 3101, 1631, 1631, 1631, 1631, 1631, 1632, 3101, 1632, 1632, 1632, 1632, 1632, 1633, 3101, 1633, 1633, 1633, 1633, 1633, 1634, 3101, 1634, 1634, 1634, 1634, 1634, 1635, 3101, 1635, 1635, 1635, 1635, 1635, 1636, 3101, 1636, 1636, 1636, 1636, 1636, 1637, 3101, 1637, 1637, 1637, 1637, 1637, 1638, 3101, 1638, 1638, 1638, 1638, 1638, 1639, 3101, 1639, 1639, 1639, 1639, 1639, 1640, 3101, 1640, 1640, 1640, 1640, 1640, 1641, 3101, 1641, 1641, 1641, 1641, 1641, 1642, 3101, 1642, 1642, 1642, 1642, 1642, 1643, 3101, 1643, 1643, 1643, 1643, 1643, 1644, 3101, 1644, 1644, 1644, 1644, 1644, 1645, 3101, 1645, 1645, 1645, 1645, 1645, 1646, 3101, 1646, 1646, 1646, 1646, 1646, 1647, 3101, 1647, 1647, 1647, 1647, 1647, 1648, 3101, 1648, 1648, 1648, 1648, 1648, 1649, 3101, 1649, 1649, 1649, 1649, 1649, 1650, 3101, 1650, 1650, 1650, 1650, 1650, 1651, 3101, 1651, 1651, 1651, 1651, 1651, 1652, 3101, 3101, 3101, 1652, 1652, 1652, 1653, 3101, 1653, 1653, 1653, 1653, 1653, 1654, 3101, 1654, 1654, 1654, 1654, 1654, 1655, 3101, 1655, 1655, 1655, 1655, 1655, 1656, 3101, 1656, 1656, 1656, 1656, 1656, 1657, 3101, 1657, 1657, 1657, 1657, 1657, 1658, 3101, 1658, 1658, 1658, 1658, 1658, 1659, 3101, 1659, 1659, 1659, 1659, 1659, 1660, 3101, 1660, 1660, 1660, 1660, 1660, 1661, 3101, 1661, 1661, 1661, 1661, 1661, 1662, 3101, 1662, 1662, 1662, 1662, 1662, 1663, 3101, 1663, 1663, 1663, 1663, 1663, 1664, 3101, 1664, 1664, 1664, 1664, 1664, 1665, 3101, 1665, 1665, 1665, 1665, 1665, 1666, 3101, 1666, 1666, 1666, 1666, 1666, 1667, 3101, 1667, 1667, 1667, 1667, 1667, 1668, 3101, 1668, 1668, 1668, 1668, 1668, 1669, 3101, 1669, 1669, 1669, 1669, 1669, 1670, 3101, 1670, 1670, 1670, 1670, 1670, 1671, 3101, 1671, 1671, 1671, 1671, 1671, 1672, 3101, 1672, 1672, 1672, 1672, 1672, 1673, 3101, 1673, 1673, 1673, 1673, 1673, 1674, 3101, 1674, 1674, 1674, 1674, 1674, 1675, 3101, 1675, 1675, 1675, 1675, 1675, 1676, 3101, 1676, 1676, 1676, 1676, 1676, 1677, 3101, 1677, 1677, 1677, 1677, 1677, 1678, 3101, 1678, 1678, 1678, 1678, 1678, 1679, 3101, 1679, 1679, 1679, 1679, 1679, 1680, 3101, 1680, 1680, 1680, 1680, 1680, 1681, 3101, 1681, 1681, 1681, 1681, 1681, 1682, 3101, 3101, 3101, 1682, 1682, 1682, 1683, 3101, 1683, 1683, 1683, 1683, 1683, 1684, 3101, 1684, 1684, 1684, 1684, 1684, 1685, 3101, 1685, 1685, 1685, 1685, 1685, 1686, 3101, 1686, 1686, 1686, 1686, 1686, 1687, 3101, 1687, 1687, 1687, 1687, 1687, 1688, 3101, 1688, 1688, 1688, 1688, 1688, 1689, 3101, 1689, 1689, 1689, 1689, 1689, 1690, 3101, 1690, 1690, 1690, 1690, 1690, 1691, 3101, 1691, 1691, 1691, 1691, 1691, 1692, 3101, 1692, 1692, 1692, 1692, 1692, 1693, 3101, 1693, 1693, 1693, 1693, 1693, 1694, 3101, 1694, 1694, 1694, 1694, 1694, 1695, 3101, 1695, 1695, 1695, 1695, 1695, 1696, 3101, 1696, 1696, 1696, 1696, 1696, 1697, 3101, 1697, 1697, 1697, 1697, 1697, 1698, 3101, 1698, 1698, 1698, 1698, 1698, 1699, 3101, 1699, 1699, 1699, 1699, 1699, 1700, 3101, 1700, 1700, 1700, 1700, 1700, 1701, 3101, 1701, 1701, 1701, 1701, 1701, 1702, 3101, 1702, 1702, 1702, 1702, 1702, 1703, 3101, 1703, 1703, 1703, 1703, 1703, 1704, 3101, 1704, 1704, 1704, 1704, 1704, 1705, 3101, 1705, 1705, 1705, 1705, 1705, 1706, 3101, 1706, 1706, 1706, 1706, 1706, 1707, 3101, 1707, 1707, 1707, 1707, 1707, 1708, 3101, 1708, 1708, 1708, 1708, 1708, 1709, 3101, 1709, 1709, 1709, 1709, 1709, 1710, 3101, 1710, 1710, 1710, 1710, 1710, 1711, 3101, 1711, 1711, 1711, 1711, 1711, 1712, 3101, 3101, 3101, 1712, 1712, 1712, 1713, 3101, 1713, 1713, 1713, 1713, 1713, 1714, 3101, 1714, 1714, 1714, 1714, 1714, 1715, 3101, 1715, 1715, 1715, 1715, 1715, 1716, 3101, 1716, 1716, 1716, 1716, 1716, 1717, 3101, 1717, 1717, 1717, 1717, 1717, 1718, 3101, 1718, 1718, 1718, 1718, 1718, 1719, 3101, 1719, 1719, 1719, 1719, 1719, 1720, 3101, 1720, 1720, 1720, 1720, 1720, 1721, 3101, 1721, 1721, 1721, 1721, 1721, 1722, 3101, 1722, 1722, 1722, 1722, 1722, 1723, 3101, 1723, 1723, 1723, 1723, 1723, 1724, 3101, 1724, 1724, 1724, 1724, 1724, 1725, 3101, 1725, 1725, 1725, 1725, 1725, 1726, 3101, 1726, 1726, 1726, 1726, 1726, 1727, 3101, 1727, 1727, 1727, 1727, 1727, 1728, 3101, 1728, 1728, 1728, 1728, 1728, 1729, 3101, 1729, 1729, 1729, 1729, 1729, 1730, 3101, 1730, 1730, 1730, 1730, 1730, 1731, 3101, 1731, 1731, 1731, 1731, 1731, 1732, 3101, 1732, 1732, 1732, 1732, 1732, 1733, 3101, 1733, 1733, 1733, 1733, 1733, 1734, 3101, 1734, 1734, 1734, 1734, 1734, 1735, 3101, 1735, 1735, 1735, 1735, 1735, 1736, 3101, 1736, 1736, 1736, 1736, 1736, 1737, 3101, 1737, 1737, 1737, 1737, 1737, 1738, 3101, 1738, 1738, 1738, 1738, 1738, 1739, 3101, 1739, 1739, 1739, 1739, 1739, 1740, 3101, 1740, 1740, 1740, 1740, 1740, 1741, 3101, 1741, 1741, 1741, 1741, 1741, 1742, 3101, 3101, 3101, 1742, 1742, 1742, 1743, 3101, 1743, 1743, 1743, 1743, 1743, 1744, 3101, 1744, 1744, 1744, 1744, 1744, 1745, 3101, 1745, 1745, 1745, 1745, 1745, 1746, 3101, 1746, 1746, 1746, 1746, 1746, 1747, 3101, 1747, 1747, 1747, 1747, 1747, 1748, 3101, 1748, 1748, 1748, 1748, 1748, 1749, 3101, 1749, 1749, 1749, 1749, 1749, 1750, 3101, 1750, 1750, 1750, 1750, 1750, 1751, 3101, 1751, 1751, 1751, 1751, 1751, 1752, 3101, 1752, 1752, 1752, 1752, 1752, 1753, 3101, 1753, 1753, 1753, 1753, 1753, 1754, 3101, 1754, 1754, 1754, 1754, 1754, 1755, 3101, 1755, 1755, 1755, 1755, 1755, 1756, 3101, 1756, 1756, 1756, 1756, 1756, 1757, 3101, 1757, 1757, 1757, 1757, 1757, 1758, 3101, 1758, 1758, 1758, 1758, 1758, 1759, 3101, 1759, 1759, 1759, 1759, 1759, 1760, 3101, 1760, 1760, 1760, 1760, 1760, 1761, 3101, 1761, 1761, 1761, 1761, 1761, 1762, 3101, 1762, 1762, 1762, 1762, 1762, 1763, 3101, 1763, 1763, 1763, 1763, 1763, 1764, 3101, 1764, 1764, 1764, 1764, 1764, 1765, 3101, 1765, 1765, 1765, 1765, 1765, 1766, 3101, 1766, 1766, 1766, 1766, 1766, 1767, 3101, 1767, 1767, 1767, 1767, 1767, 1768, 3101, 1768, 1768, 1768, 1768, 1768, 1769, 3101, 1769, 1769, 1769, 1769, 1769, 1770, 3101, 1770, 1770, 1770, 1770, 1770, 1771, 3101, 1771, 1771, 1771, 1771, 1771, 1772, 3101, 3101, 3101, 1772, 1772, 1772, 1773, 3101, 1773, 1773, 1773, 1773, 1773, 1774, 3101, 1774, 1774, 1774, 1774, 1774, 1775, 3101, 1775, 1775, 1775, 1775, 1775, 1776, 3101, 1776, 1776, 1776, 1776, 1776, 1777, 3101, 1777, 1777, 1777, 1777, 1777, 1778, 3101, 1778, 1778, 1778, 1778, 1778, 1779, 3101, 1779, 1779, 1779, 1779, 1779, 1780, 3101, 1780, 1780, 1780, 1780, 1780, 1781, 3101, 1781, 1781, 1781, 1781, 1781, 1782, 3101, 1782, 1782, 1782, 1782, 1782, 1783, 3101, 1783, 1783, 1783, 1783, 1783, 1784, 3101, 1784, 1784, 1784, 1784, 1784, 1785, 3101, 1785, 1785, 1785, 1785, 1785, 1786, 3101, 1786, 1786, 1786, 1786, 1786, 1787, 3101, 1787, 1787, 1787, 1787, 1787, 1788, 3101, 1788, 1788, 1788, 1788, 1788, 1789, 3101, 1789, 1789, 1789, 1789, 1789, 1790, 3101, 1790, 1790, 1790, 1790, 1790, 1791, 3101, 1791, 1791, 1791, 1791, 1791, 1792, 3101, 1792, 1792, 1792, 1792, 1792, 1793, 3101, 1793, 1793, 1793, 1793, 1793, 1794, 3101, 1794, 1794, 1794, 1794, 1794, 1795, 3101, 1795, 1795, 1795, 1795, 1795, 1796, 3101, 1796, 1796, 1796, 1796, 1796, 1797, 3101, 1797, 1797, 1797, 1797, 1797, 1798, 3101, 1798, 1798, 1798, 1798, 1798, 1799, 3101, 1799, 1799, 1799, 1799, 1799, 1800, 3101, 1800, 1800, 1800, 1800, 1800, 1801, 3101, 1801, 1801, 1801, 1801, 1801, 1802, 3101, 3101, 3101, 1802, 1802, 1802, 1803, 3101, 1803, 1803, 1803, 1803, 1803, 1804, 3101, 1804, 1804, 1804, 1804, 1804, 1805, 3101, 1805, 1805, 1805, 1805, 1805, 1806, 3101, 1806, 1806, 1806, 1806, 1806, 1807, 3101, 1807, 1807, 1807, 1807, 1807, 1808, 3101, 1808, 1808, 1808, 1808, 1808, 1809, 3101, 1809, 1809, 1809, 1809, 1809, 1810, 3101, 1810, 1810, 1810, 1810, 1810, 1811, 3101, 1811, 1811, 1811, 1811, 1811, 1812, 3101, 1812, 1812, 1812, 1812, 1812, 1813, 3101, 1813, 1813, 1813, 1813, 1813, 1814, 3101, 1814, 1814, 1814, 1814, 1814, 1815, 3101, 1815, 1815, 1815, 1815, 1815, 1816, 3101, 1816, 1816, 1816, 1816, 1816, 1817, 3101, 1817, 1817, 1817, 1817, 1817, 1818, 3101, 1818, 1818, 1818, 1818, 1818, 1819, 3101, 1819, 1819, 1819, 1819, 1819, 1820, 3101, 1820, 1820, 1820, 1820, 1820, 1821, 3101, 1821, 1821, 1821, 1821, 1821, 1822, 3101, 1822, 1822, 1822, 1822, 1822, 1823, 3101, 1823, 1823, 1823, 1823, 1823, 1824, 3101, 1824, 1824, 1824, 1824, 1824, 1825, 3101, 1825, 1825, 1825, 1825, 1825, 1826, 3101, 1826, 1826, 1826, 1826, 1826, 1827, 3101, 1827, 1827, 1827, 1827, 1827, 1828, 3101, 1828, 1828, 1828, 1828, 1828, 1829, 3101, 1829, 1829, 1829, 1829, 1829, 1830, 3101, 1830, 1830, 1830, 1830, 1830, 1831, 3101, 1831, 1831, 1831, 1831, 1831, 1832, 3101, 3101, 3101, 1832, 1832, 1832, 1833, 3101, 1833, 1833, 1833, 1833, 1833, 1834, 3101, 1834, 1834, 1834, 1834, 1834, 1835, 3101, 1835, 1835, 1835, 1835, 1835, 1836, 3101, 1836, 1836, 1836, 1836, 1836, 1837, 3101, 1837, 1837, 1837, 1837, 1837, 1838, 3101, 1838, 1838, 1838, 1838, 1838, 1839, 3101, 1839, 1839, 1839, 1839, 1839, 1840, 3101, 1840, 1840, 1840, 1840, 1840, 1841, 3101, 1841, 1841, 1841, 1841, 1841, 1842, 3101, 1842, 1842, 1842, 1842, 1842, 1843, 3101, 1843, 1843, 1843, 1843, 1843, 1844, 3101, 1844, 1844, 1844, 1844, 1844, 1845, 3101, 1845, 1845, 1845, 1845, 1845, 1846, 3101, 1846, 1846, 1846, 1846, 1846, 1847, 3101, 1847, 1847, 1847, 1847, 1847, 1848, 3101, 1848, 1848, 1848, 1848, 1848, 1849, 3101, 1849, 1849, 1849, 1849, 1849, 1850, 3101, 1850, 1850, 1850, 1850, 1850, 1851, 3101, 1851, 1851, 1851, 1851, 1851, 1852, 3101, 1852, 1852, 1852, 1852, 1852, 1853, 3101, 1853, 1853, 1853, 1853, 1853, 1854, 3101, 1854, 1854, 1854, 1854, 1854, 1855, 3101, 1855, 1855, 1855, 1855, 1855, 1856, 3101, 1856, 1856, 1856, 1856, 1856, 1857, 3101, 1857, 1857, 1857, 1857, 1857, 1858, 3101, 1858, 1858, 1858, 1858, 1858, 1859, 3101, 1859, 1859, 1859, 1859, 1859, 1860, 3101, 1860, 1860, 1860, 1860, 1860, 1861, 3101, 1861, 1861, 1861, 1861, 1861, 1862, 3101, 3101, 3101, 1862, 1862, 1862, 1863, 3101, 1863, 1863, 1863, 1863, 1863, 1864, 3101, 1864, 1864, 1864, 1864, 1864, 1865, 3101, 1865, 1865, 1865, 1865, 1865, 1866, 3101, 1866, 1866, 1866, 1866, 1866, 1867, 3101, 1867, 1867, 1867, 1867, 1867, 1868, 3101, 1868, 1868, 1868, 1868, 1868, 1869, 3101, 1869, 1869, 1869, 1869, 1869, 1870, 3101, 1870, 1870, 1870, 1870, 1870, 1871, 3101, 1871, 1871, 1871, 1871, 1871, 1872, 3101, 1872, 1872, 1872, 1872, 1872, 1873, 3101, 1873, 1873, 1873, 1873, 1873, 1874, 3101, 1874, 1874, 1874, 1874, 1874, 1875, 3101, 1875, 1875, 1875, 1875, 1875, 1876, 3101, 1876, 1876, 1876, 1876, 1876, 1877, 3101, 1877, 1877, 1877, 1877, 1877, 1878, 3101, 1878, 1878, 1878, 1878, 1878, 1879, 3101, 1879, 1879, 1879, 1879, 1879, 1880, 3101, 1880, 1880, 1880, 1880, 1880, 1881, 3101, 1881, 1881, 1881, 1881, 1881, 1882, 3101, 1882, 1882, 1882, 1882, 1882, 1883, 3101, 1883, 1883, 1883, 1883, 1883, 1884, 3101, 1884, 1884, 1884, 1884, 1884, 1885, 3101, 1885, 1885, 1885, 1885, 1885, 1886, 3101, 1886, 1886, 1886, 1886, 1886, 1887, 3101, 1887, 1887, 1887, 1887, 1887, 1888, 3101, 1888, 1888, 1888, 1888, 1888, 1889, 3101, 1889, 1889, 1889, 1889, 1889, 1890, 3101, 1890, 1890, 1890, 1890, 1890, 1891, 3101, 1891, 1891, 1891, 1891, 1891, 1892, 3101, 3101, 3101, 1892, 1892, 1892, 1893, 3101, 1893, 1893, 1893, 1893, 1893, 1894, 3101, 1894, 1894, 1894, 1894, 1894, 1895, 3101, 1895, 1895, 1895, 1895, 1895, 1896, 3101, 1896, 1896, 1896, 1896, 1896, 1897, 3101, 1897, 1897, 1897, 1897, 1897, 1898, 3101, 1898, 1898, 1898, 1898, 1898, 1899, 3101, 1899, 1899, 1899, 1899, 1899, 1900, 3101, 1900, 1900, 1900, 1900, 1900, 1901, 3101, 1901, 1901, 1901, 1901, 1901, 1902, 3101, 1902, 1902, 1902, 1902, 1902, 1903, 3101, 1903, 1903, 1903, 1903, 1903, 1904, 3101, 1904, 1904, 1904, 1904, 1904, 1905, 3101, 1905, 1905, 1905, 1905, 1905, 1906, 3101, 1906, 1906, 1906, 1906, 1906, 1907, 3101, 1907, 1907, 1907, 1907, 1907, 1908, 3101, 1908, 1908, 1908, 1908, 1908, 1909, 3101, 1909, 1909, 1909, 1909, 1909, 1910, 3101, 1910, 1910, 1910, 1910, 1910, 1911, 3101, 1911, 1911, 1911, 1911, 1911, 1912, 3101, 1912, 1912, 1912, 1912, 1912, 1913, 3101, 1913, 1913, 1913, 1913, 1913, 1914, 3101, 1914, 1914, 1914, 1914, 1914, 1915, 3101, 1915, 1915, 1915, 1915, 1915, 1916, 3101, 1916, 1916, 1916, 1916, 1916, 1917, 3101, 1917, 1917, 1917, 1917, 1917, 1918, 3101, 1918, 1918, 1918, 1918, 1918, 1919, 3101, 1919, 1919, 1919, 1919, 1919, 1920, 3101, 1920, 1920, 1920, 1920, 1920, 1921, 3101, 1921, 1921, 1921, 1921, 1921, 1922, 3101, 3101, 3101, 1922, 1922, 1922, 1923, 3101, 1923, 1923, 1923, 1923, 1923, 1924, 3101, 1924, 1924, 1924, 1924, 1924, 1925, 3101, 1925, 1925, 1925, 1925, 1925, 1926, 3101, 1926, 1926, 1926, 1926, 1926, 1927, 3101, 1927, 1927, 1927, 1927, 1927, 1928, 3101, 1928, 1928, 1928, 1928, 1928, 1929, 3101, 1929, 1929, 1929, 1929, 1929, 1930, 3101, 1930, 1930, 1930, 1930, 1930, 1931, 3101, 1931, 1931, 1931, 1931, 1931, 1932, 3101, 1932, 1932, 1932, 1932, 1932, 1933, 3101, 1933, 1933, 1933, 1933, 1933, 1934, 3101, 1934, 1934, 1934, 1934, 1934, 1935, 3101, 1935, 1935, 1935, 1935, 1935, 1936, 3101, 1936, 1936, 1936, 1936, 1936, 1937, 3101, 1937, 1937, 1937, 1937, 1937, 1938, 3101, 1938, 1938, 1938, 1938, 1938, 1939, 3101, 1939, 1939, 1939, 1939, 1939, 1940, 3101, 1940, 1940, 1940, 1940, 1940, 1941, 3101, 1941, 1941, 1941, 1941, 1941, 1942, 3101, 1942, 1942, 1942, 1942, 1942, 1943, 3101, 1943, 1943, 1943, 1943, 1943, 1944, 3101, 1944, 1944, 1944, 1944, 1944, 1945, 3101, 1945, 1945, 1945, 1945, 1945, 1946, 3101, 1946, 1946, 1946, 1946, 1946, 1947, 3101, 1947, 1947, 1947, 1947, 1947, 1948, 3101, 1948, 1948, 1948, 1948, 1948, 1949, 3101, 1949, 1949, 1949, 1949, 1949, 1950, 3101, 1950, 1950, 1950, 1950, 1950, 1951, 3101, 1951, 1951, 1951, 1951, 1951, 1952, 3101, 3101, 3101, 1952, 1952, 1952, 1953, 3101, 1953, 1953, 1953, 1953, 1953, 1954, 3101, 1954, 1954, 1954, 1954, 1954, 1955, 3101, 1955, 1955, 1955, 1955, 1955, 1956, 3101, 1956, 1956, 1956, 1956, 1956, 1957, 3101, 1957, 1957, 1957, 1957, 1957, 1958, 3101, 1958, 1958, 1958, 1958, 1958, 1959, 3101, 1959, 1959, 1959, 1959, 1959, 1960, 3101, 1960, 1960, 1960, 1960, 1960, 1961, 3101, 1961, 1961, 1961, 1961, 1961, 1962, 3101, 1962, 1962, 1962, 1962, 1962, 1963, 3101, 1963, 1963, 1963, 1963, 1963, 1964, 3101, 1964, 1964, 1964, 1964, 1964, 1965, 3101, 1965, 1965, 1965, 1965, 1965, 1966, 3101, 1966, 1966, 1966, 1966, 1966, 1967, 3101, 1967, 1967, 1967, 1967, 1967, 1968, 3101, 1968, 1968, 1968, 1968, 1968, 1969, 3101, 1969, 1969, 1969, 1969, 1969, 1970, 3101, 1970, 1970, 1970, 1970, 1970, 1971, 3101, 1971, 1971, 1971, 1971, 1971, 1972, 3101, 1972, 1972, 1972, 1972, 1972, 1973, 3101, 1973, 1973, 1973, 1973, 1973, 1974, 3101, 1974, 1974, 1974, 1974, 1974, 1975, 3101, 1975, 1975, 1975, 1975, 1975, 1976, 3101, 1976, 1976, 1976, 1976, 1976, 1977, 3101, 1977, 1977, 1977, 1977, 1977, 1978, 3101, 1978, 1978, 1978, 1978, 1978, 1979, 3101, 1979, 1979, 1979, 1979, 1979, 1980, 3101, 1980, 1980, 1980, 1980, 1980, 1981, 3101, 1981, 1981, 1981, 1981, 1981, 1982, 3101, 3101, 3101, 1982, 1982, 1982, 1983, 3101, 1983, 1983, 1983, 1983, 1983, 1984, 3101, 1984, 1984, 1984, 1984, 1984, 1985, 3101, 1985, 1985, 1985, 1985, 1985, 1986, 3101, 1986, 1986, 1986, 1986, 1986, 1987, 3101, 1987, 1987, 1987, 1987, 1987, 1988, 3101, 1988, 1988, 1988, 1988, 1988, 1989, 3101, 1989, 1989, 1989, 1989, 1989, 1990, 3101, 1990, 1990, 1990, 1990, 1990, 1991, 3101, 1991, 1991, 1991, 1991, 1991, 1992, 3101, 1992, 1992, 1992, 1992, 1992, 1993, 3101, 1993, 1993, 1993, 1993, 1993, 1994, 3101, 1994, 1994, 1994, 1994, 1994, 1995, 3101, 1995, 1995, 1995, 1995, 1995, 1996, 3101, 1996, 1996, 1996, 1996, 1996, 1997, 3101, 1997, 1997, 1997, 1997, 1997, 1998, 3101, 1998, 1998, 1998, 1998, 1998, 1999, 3101, 1999, 1999, 1999, 1999, 1999, 2000, 3101, 2000, 2000, 2000, 2000, 2000, 2001, 3101, 2001, 2001, 2001, 2001, 2001, 2002, 3101, 2002, 2002, 2002, 2002, 2002, 2003, 3101, 2003, 2003, 2003, 2003, 2003, 2004, 3101, 2004, 2004, 2004, 2004, 2004, 2005, 3101, 2005, 2005, 2005, 2005, 2005, 2006, 3101, 2006, 2006, 2006, 2006, 2006, 2007, 3101, 2007, 2007, 2007, 2007, 2007, 2008, 3101, 2008, 2008, 2008, 2008, 2008, 2009, 3101, 2009, 2009, 2009, 2009, 2009, 2010, 3101, 2010, 2010, 2010, 2010, 2010, 2011, 3101, 2011, 2011, 2011, 2011, 2011, 2012, 3101, 3101, 3101, 2012, 2012, 2012, 2013, 3101, 2013, 2013, 2013, 2013, 2013, 2014, 3101, 2014, 2014, 2014, 2014, 2014, 2015, 3101, 2015, 2015, 2015, 2015, 2015, 2016, 3101, 2016, 2016, 2016, 2016, 2016, 2017, 3101, 2017, 2017, 2017, 2017, 2017, 2018, 3101, 2018, 2018, 2018, 2018, 2018, 2019, 3101, 2019, 2019, 2019, 2019, 2019, 2020, 3101, 2020, 2020, 2020, 2020, 2020, 2021, 3101, 2021, 2021, 2021, 2021, 2021, 2022, 3101, 2022, 2022, 2022, 2022, 2022, 2023, 3101, 2023, 2023, 2023, 2023, 2023, 2024, 3101, 2024, 2024, 2024, 2024, 2024, 2025, 3101, 2025, 2025, 2025, 2025, 2025, 2026, 3101, 2026, 2026, 2026, 2026, 2026, 2027, 3101, 2027, 2027, 2027, 2027, 2027, 2028, 3101, 2028, 2028, 2028, 2028, 2028, 2029, 3101, 2029, 2029, 2029, 2029, 2029, 2030, 3101, 2030, 2030, 2030, 2030, 2030, 2031, 3101, 2031, 2031, 2031, 2031, 2031, 2032, 3101, 2032, 2032, 2032, 2032, 2032, 2033, 3101, 2033, 2033, 2033, 2033, 2033, 2034, 3101, 2034, 2034, 2034, 2034, 2034, 2035, 3101, 2035, 2035, 2035, 2035, 2035, 2036, 3101, 2036, 2036, 2036, 2036, 2036, 2037, 3101, 2037, 2037, 2037, 2037, 2037, 2038, 3101, 2038, 2038, 2038, 2038, 2038, 2039, 3101, 2039, 2039, 2039, 2039, 2039, 2040, 3101, 2040, 2040, 2040, 2040, 2040, 2041, 3101, 2041, 2041, 2041, 2041, 2041, 2042, 3101, 3101, 3101, 2042, 2042, 2042, 2043, 3101, 2043, 2043, 2043, 2043, 2043, 2044, 3101, 2044, 2044, 2044, 2044, 2044, 2045, 3101, 2045, 2045, 2045, 2045, 2045, 2046, 3101, 2046, 2046, 2046, 2046, 2046, 2047, 3101, 2047, 2047, 2047, 2047, 2047, 2048, 3101, 2048, 2048, 2048, 2048, 2048, 2049, 3101, 2049, 2049, 2049, 2049, 2049, 2050, 3101, 2050, 2050, 2050, 2050, 2050, 2051, 3101, 2051, 2051, 2051, 2051, 2051, 2052, 3101, 2052, 2052, 2052, 2052, 2052, 2053, 3101, 2053, 2053, 2053, 2053, 2053, 2054, 3101, 2054, 2054, 2054, 2054, 2054, 2055, 3101, 2055, 2055, 2055, 2055, 2055, 2056, 3101, 2056, 2056, 2056, 2056, 2056, 2057, 3101, 2057, 2057, 2057, 2057, 2057, 2058, 3101, 2058, 2058, 2058, 2058, 2058, 2059, 3101, 2059, 2059, 2059, 2059, 2059, 2060, 3101, 2060, 2060, 2060, 2060, 2060, 2061, 3101, 2061, 2061, 2061, 2061, 2061, 2062, 3101, 2062, 2062, 2062, 2062, 2062, 2063, 3101, 2063, 2063, 2063, 2063, 2063, 2064, 3101, 2064, 2064, 2064, 2064, 2064, 2065, 3101, 2065, 2065, 2065, 2065, 2065, 2066, 3101, 2066, 2066, 2066, 2066, 2066, 2067, 3101, 2067, 2067, 2067, 2067, 2067, 2068, 3101, 2068, 2068, 2068, 2068, 2068, 2069, 3101, 2069, 2069, 2069, 2069, 2069, 2070, 3101, 2070, 2070, 2070, 2070, 2070, 2071, 3101, 2071, 2071, 2071, 2071, 2071, 2072, 3101, 3101, 3101, 2072, 2072, 2072, 2073, 3101, 2073, 2073, 2073, 2073, 2073, 2074, 3101, 2074, 2074, 2074, 2074, 2074, 2075, 3101, 2075, 2075, 2075, 2075, 2075, 2076, 3101, 2076, 2076, 2076, 2076, 2076, 2077, 3101, 2077, 2077, 2077, 2077, 2077, 2078, 3101, 2078, 2078, 2078, 2078, 2078, 2079, 3101, 2079, 2079, 2079, 2079, 2079, 2080, 3101, 2080, 2080, 2080, 2080, 2080, 2081, 3101, 2081, 2081, 2081, 2081, 2081, 2082, 3101, 2082, 2082, 2082, 2082, 2082, 2083, 3101, 2083, 2083, 2083, 2083, 2083, 2084, 3101, 2084, 2084, 2084, 2084, 2084, 2085, 3101, 2085, 2085, 2085, 2085, 2085, 2086, 3101, 2086, 2086, 2086, 2086, 2086, 2087, 3101, 2087, 2087, 2087, 2087, 2087, 2088, 3101, 2088, 2088, 2088, 2088, 2088, 2089, 3101, 2089, 2089, 2089, 2089, 2089, 2090, 3101, 2090, 2090, 2090, 2090, 2090, 2091, 3101, 2091, 2091, 2091, 2091, 2091, 2092, 3101, 2092, 2092, 2092, 2092, 2092, 2093, 3101, 2093, 2093, 2093, 2093, 2093, 2094, 3101, 2094, 2094, 2094, 2094, 2094, 2095, 3101, 2095, 2095, 2095, 2095, 2095, 2096, 3101, 2096, 2096, 2096, 2096, 2096, 2097, 3101, 2097, 2097, 2097, 2097, 2097, 2098, 3101, 2098, 2098, 2098, 2098, 2098, 2099, 3101, 2099, 2099, 2099, 2099, 2099, 2100, 3101, 2100, 2100, 2100, 2100, 2100, 2101, 3101, 2101, 2101, 2101, 2101, 2101, 2102, 3101, 3101, 3101, 2102, 2102, 2102, 2103, 3101, 2103, 2103, 2103, 2103, 2103, 2104, 3101, 2104, 2104, 2104, 2104, 2104, 2105, 3101, 2105, 2105, 2105, 2105, 2105, 2106, 3101, 2106, 2106, 2106, 2106, 2106, 2107, 3101, 2107, 2107, 2107, 2107, 2107, 2108, 3101, 2108, 2108, 2108, 2108, 2108, 2109, 3101, 2109, 2109, 2109, 2109, 2109, 2110, 3101, 2110, 2110, 2110, 2110, 2110, 2111, 3101, 2111, 2111, 2111, 2111, 2111, 2112, 3101, 2112, 2112, 2112, 2112, 2112, 2113, 3101, 2113, 2113, 2113, 2113, 2113, 2114, 3101, 2114, 2114, 2114, 2114, 2114, 2115, 3101, 2115, 2115, 2115, 2115, 2115, 2116, 3101, 2116, 2116, 2116, 2116, 2116, 2117, 3101, 2117, 2117, 2117, 2117, 2117, 2118, 3101, 2118, 2118, 2118, 2118, 2118, 2119, 3101, 2119, 2119, 2119, 2119, 2119, 2120, 3101, 2120, 2120, 2120, 2120, 2120, 2121, 3101, 2121, 2121, 2121, 2121, 2121, 2122, 3101, 2122, 2122, 2122, 2122, 2122, 2123, 3101, 2123, 2123, 2123, 2123, 2123, 2124, 3101, 2124, 2124, 2124, 2124, 2124, 2125, 3101, 2125, 2125, 2125, 2125, 2125, 2126, 3101, 2126, 2126, 2126, 2126, 2126, 2127, 3101, 2127, 2127, 2127, 2127, 2127, 2128, 3101, 2128, 2128, 2128, 2128, 2128, 2129, 3101, 2129, 2129, 2129, 2129, 2129, 2130, 3101, 2130, 2130, 2130, 2130, 2130, 2131, 3101, 2131, 2131, 2131, 2131, 2131, 2132, 3101, 3101, 3101, 2132, 2132, 2132, 2133, 3101, 2133, 2133, 2133, 2133, 2133, 2134, 3101, 2134, 2134, 2134, 2134, 2134, 2135, 3101, 2135, 2135, 2135, 2135, 2135, 2136, 3101, 2136, 2136, 2136, 2136, 2136, 2137, 3101, 2137, 2137, 2137, 2137, 2137, 2138, 3101, 2138, 2138, 2138, 2138, 2138, 2139, 3101, 2139, 2139, 2139, 2139, 2139, 2140, 3101, 2140, 2140, 2140, 2140, 2140, 2141, 3101, 2141, 2141, 2141, 2141, 2141, 2142, 3101, 2142, 2142, 2142, 2142, 2142, 2143, 3101, 2143, 2143, 2143, 2143, 2143, 2144, 3101, 2144, 2144, 2144, 2144, 2144, 2145, 3101, 2145, 2145, 2145, 2145, 2145, 2146, 3101, 2146, 2146, 2146, 2146, 2146, 2147, 3101, 2147, 2147, 2147, 2147, 2147, 2148, 3101, 2148, 2148, 2148, 2148, 2148, 2149, 3101, 2149, 2149, 2149, 2149, 2149, 2150, 3101, 2150, 2150, 2150, 2150, 2150, 2151, 3101, 2151, 2151, 2151, 2151, 2151, 2152, 3101, 2152, 2152, 2152, 2152, 2152, 2153, 3101, 2153, 2153, 2153, 2153, 2153, 2154, 3101, 2154, 2154, 2154, 2154, 2154, 2155, 3101, 2155, 2155, 2155, 2155, 2155, 2156, 3101, 2156, 2156, 2156, 2156, 2156, 2157, 3101, 2157, 2157, 2157, 2157, 2157, 2158, 3101, 2158, 2158, 2158, 2158, 2158, 2159, 3101, 2159, 2159, 2159, 2159, 2159, 2160, 3101, 2160, 2160, 2160, 2160, 2160, 2161, 3101, 2161, 2161, 2161, 2161, 2161, 2162, 3101, 3101, 3101, 2162, 2162, 2162, 2163, 3101, 2163, 2163, 2163, 2163, 2163, 2164, 3101, 2164, 2164, 2164, 2164, 2164, 2165, 3101, 2165, 2165, 2165, 2165, 2165, 2166, 3101, 2166, 2166, 2166, 2166, 2166, 2167, 3101, 2167, 2167, 2167, 2167, 2167, 2168, 3101, 2168, 2168, 2168, 2168, 2168, 2169, 3101, 2169, 2169, 2169, 2169, 2169, 2170, 3101, 2170, 2170, 2170, 2170, 2170, 2171, 3101, 2171, 2171, 2171, 2171, 2171, 2172, 3101, 2172, 2172, 2172, 2172, 2172, 2173, 3101, 2173, 2173, 2173, 2173, 2173, 2174, 3101, 2174, 2174, 2174, 2174, 2174, 2175, 3101, 2175, 2175, 2175, 2175, 2175, 2176, 3101, 2176, 2176, 2176, 2176, 2176, 2177, 3101, 2177, 2177, 2177, 2177, 2177, 2178, 3101, 2178, 2178, 2178, 2178, 2178, 2179, 3101, 2179, 2179, 2179, 2179, 2179, 2180, 3101, 2180, 2180, 2180, 2180, 2180, 2181, 3101, 2181, 2181, 2181, 2181, 2181, 2182, 3101, 2182, 2182, 2182, 2182, 2182, 2183, 3101, 2183, 2183, 2183, 2183, 2183, 2184, 3101, 2184, 2184, 2184, 2184, 2184, 2185, 3101, 2185, 2185, 2185, 2185, 2185, 2186, 3101, 2186, 2186, 2186, 2186, 2186, 2187, 3101, 2187, 2187, 2187, 2187, 2187, 2188, 3101, 2188, 2188, 2188, 2188, 2188, 2189, 3101, 2189, 2189, 2189, 2189, 2189, 2190, 3101, 2190, 2190, 2190, 2190, 2190, 2191, 3101, 2191, 2191, 2191, 2191, 2191, 2192, 3101, 3101, 3101, 2192, 2192, 2192, 2193, 3101, 2193, 2193, 2193, 2193, 2193, 2194, 3101, 2194, 2194, 2194, 2194, 2194, 2195, 3101, 2195, 2195, 2195, 2195, 2195, 2196, 3101, 2196, 2196, 2196, 2196, 2196, 2197, 3101, 2197, 2197, 2197, 2197, 2197, 2198, 3101, 2198, 2198, 2198, 2198, 2198, 2199, 3101, 2199, 2199, 2199, 2199, 2199, 2200, 3101, 2200, 2200, 2200, 2200, 2200, 2201, 3101, 2201, 2201, 2201, 2201, 2201, 2202, 3101, 2202, 2202, 2202, 2202, 2202, 2203, 3101, 2203, 2203, 2203, 2203, 2203, 2204, 3101, 2204, 2204, 2204, 2204, 2204, 2205, 3101, 2205, 2205, 2205, 2205, 2205, 2206, 3101, 2206, 2206, 2206, 2206, 2206, 2207, 3101, 2207, 2207, 2207, 2207, 2207, 2208, 3101, 2208, 2208, 2208, 2208, 2208, 2209, 3101, 2209, 2209, 2209, 2209, 2209, 2210, 3101, 2210, 2210, 2210, 2210, 2210, 2211, 3101, 2211, 2211, 2211, 2211, 2211, 2212, 3101, 2212, 2212, 2212, 2212, 2212, 2213, 3101, 2213, 2213, 2213, 2213, 2213, 2214, 3101, 2214, 2214, 2214, 2214, 2214, 2215, 3101, 2215, 2215, 2215, 2215, 2215, 2216, 3101, 2216, 2216, 2216, 2216, 2216, 2217, 3101, 2217, 2217, 2217, 2217, 2217, 2218, 3101, 2218, 2218, 2218, 2218, 2218, 2219, 3101, 2219, 2219, 2219, 2219, 2219, 2220, 3101, 2220, 2220, 2220, 2220, 2220, 2221, 3101, 2221, 2221, 2221, 2221, 2221, 2222, 3101, 3101, 3101, 2222, 2222, 2222, 2223, 3101, 2223, 2223, 2223, 2223, 2223, 2224, 3101, 2224, 2224, 2224, 2224, 2224, 2225, 3101, 2225, 2225, 2225, 2225, 2225, 2226, 3101, 2226, 2226, 2226, 2226, 2226, 2227, 3101, 2227, 2227, 2227, 2227, 2227, 2228, 3101, 2228, 2228, 2228, 2228, 2228, 2229, 3101, 2229, 2229, 2229, 2229, 2229, 2230, 3101, 2230, 2230, 2230, 2230, 2230, 2231, 3101, 2231, 2231, 2231, 2231, 2231, 2232, 3101, 2232, 2232, 2232, 2232, 2232, 2233, 3101, 2233, 2233, 2233, 2233, 2233, 2234, 3101, 2234, 2234, 2234, 2234, 2234, 2235, 3101, 2235, 2235, 2235, 2235, 2235, 2236, 3101, 2236, 2236, 2236, 2236, 2236, 2237, 3101, 2237, 2237, 2237, 2237, 2237, 2238, 3101, 2238, 2238, 2238, 2238, 2238, 2239, 3101, 2239, 2239, 2239, 2239, 2239, 2240, 3101, 2240, 2240, 2240, 2240, 2240, 2241, 3101, 2241, 2241, 2241, 2241, 2241, 2242, 3101, 2242, 2242, 2242, 2242, 2242, 2243, 3101, 2243, 2243, 2243, 2243, 2243, 2244, 3101, 2244, 2244, 2244, 2244, 2244, 2245, 3101, 2245, 2245, 2245, 2245, 2245, 2246, 3101, 2246, 2246, 2246, 2246, 2246, 2247, 3101, 2247, 2247, 2247, 2247, 2247, 2248, 3101, 2248, 2248, 2248, 2248, 2248, 2249, 3101, 2249, 2249, 2249, 2249, 2249, 2250, 3101, 2250, 2250, 2250, 2250, 2250, 2251, 3101, 2251, 2251, 2251, 2251, 2251, 2252, 3101, 3101, 3101, 2252, 2252, 2252, 2253, 3101, 2253, 2253, 2253, 2253, 2253, 2254, 3101, 2254, 2254, 2254, 2254, 2254, 2255, 3101, 2255, 2255, 2255, 2255, 2255, 2256, 3101, 2256, 2256, 2256, 2256, 2256, 2257, 3101, 2257, 2257, 2257, 2257, 2257, 2258, 3101, 2258, 2258, 2258, 2258, 2258, 2259, 3101, 2259, 2259, 2259, 2259, 2259, 2260, 3101, 2260, 2260, 2260, 2260, 2260, 2261, 3101, 2261, 2261, 2261, 2261, 2261, 2262, 3101, 2262, 2262, 2262, 2262, 2262, 2263, 3101, 2263, 2263, 2263, 2263, 2263, 2264, 3101, 2264, 2264, 2264, 2264, 2264, 2265, 3101, 2265, 2265, 2265, 2265, 2265, 2266, 3101, 2266, 2266, 2266, 2266, 2266, 2267, 3101, 2267, 2267, 2267, 2267, 2267, 2268, 3101, 2268, 2268, 2268, 2268, 2268, 2269, 3101, 2269, 2269, 2269, 2269, 2269, 2270, 3101, 2270, 2270, 2270, 2270, 2270, 2271, 3101, 2271, 2271, 2271, 2271, 2271, 2272, 3101, 2272, 2272, 2272, 2272, 2272, 2273, 3101, 2273, 2273, 2273, 2273, 2273, 2274, 3101, 2274, 2274, 2274, 2274, 2274, 2275, 3101, 2275, 2275, 2275, 2275, 2275, 2276, 3101, 2276, 2276, 2276, 2276, 2276, 2277, 3101, 2277, 2277, 2277, 2277, 2277, 2278, 3101, 2278, 2278, 2278, 2278, 2278, 2279, 3101, 2279, 2279, 2279, 2279, 2279, 2280, 3101, 2280, 2280, 2280, 2280, 2280, 2281, 3101, 2281, 2281, 2281, 2281, 2281, 2282, 3101, 3101, 3101, 2282, 2282, 2282, 2283, 3101, 2283, 2283, 2283, 2283, 2283, 2284, 3101, 2284, 2284, 2284, 2284, 2284, 2285, 3101, 2285, 2285, 2285, 2285, 2285, 2286, 3101, 2286, 2286, 2286, 2286, 2286, 2287, 3101, 2287, 2287, 2287, 2287, 2287, 2288, 3101, 2288, 2288, 2288, 2288, 2288, 2289, 3101, 2289, 2289, 2289, 2289, 2289, 2290, 3101, 2290, 2290, 2290, 2290, 2290, 2291, 3101, 2291, 2291, 2291, 2291, 2291, 2292, 3101, 2292, 2292, 2292, 2292, 2292, 2293, 3101, 2293, 2293, 2293, 2293, 2293, 2294, 3101, 2294, 2294, 2294, 2294, 2294, 2295, 3101, 2295, 2295, 2295, 2295, 2295, 2296, 3101, 2296, 2296, 2296, 2296, 2296, 2297, 3101, 2297, 2297, 2297, 2297, 2297, 2298, 3101, 2298, 2298, 2298, 2298, 2298, 2299, 3101, 2299, 2299, 2299, 2299, 2299, 2300, 3101, 2300, 2300, 2300, 2300, 2300, 2301, 3101, 2301, 2301, 2301, 2301, 2301, 2302, 3101, 2302, 2302, 2302, 2302, 2302, 2303, 3101, 2303, 2303, 2303, 2303, 2303, 2304, 3101, 2304, 2304, 2304, 2304, 2304, 2305, 3101, 2305, 2305, 2305, 2305, 2305, 2306, 3101, 2306, 2306, 2306, 2306, 2306, 2307, 3101, 2307, 2307, 2307, 2307, 2307, 2308, 3101, 2308, 2308, 2308, 2308, 2308, 2309, 3101, 2309, 2309, 2309, 2309, 2309, 2310, 3101, 2310, 2310, 2310, 2310, 2310, 2311, 3101, 2311, 2311, 2311, 2311, 2311, 2312, 3101, 3101, 3101, 2312, 2312, 2312, 2313, 3101, 2313, 2313, 2313, 2313, 2313, 2314, 3101, 2314, 2314, 2314, 2314, 2314, 2315, 3101, 2315, 2315, 2315, 2315, 2315, 2316, 3101, 2316, 2316, 2316, 2316, 2316, 2317, 3101, 2317, 2317, 2317, 2317, 2317, 2318, 3101, 2318, 2318, 2318, 2318, 2318, 2319, 3101, 2319, 2319, 2319, 2319, 2319, 2320, 3101, 2320, 2320, 2320, 2320, 2320, 2321, 3101, 2321, 2321, 2321, 2321, 2321, 2322, 3101, 2322, 2322, 2322, 2322, 2322, 2323, 3101, 2323, 2323, 2323, 2323, 2323, 2324, 3101, 2324, 2324, 2324, 2324, 2324, 2325, 3101, 2325, 2325, 2325, 2325, 2325, 2326, 3101, 2326, 2326, 2326, 2326, 2326, 2327, 3101, 2327, 2327, 2327, 2327, 2327, 2328, 3101, 2328, 2328, 2328, 2328, 2328, 2329, 3101, 2329, 2329, 2329, 2329, 2329, 2330, 3101, 2330, 2330, 2330, 2330, 2330, 2331, 3101, 2331, 2331, 2331, 2331, 2331, 2332, 3101, 2332, 2332, 2332, 2332, 2332, 2333, 3101, 2333, 2333, 2333, 2333, 2333, 2334, 3101, 2334, 2334, 2334, 2334, 2334, 2335, 3101, 2335, 2335, 2335, 2335, 2335, 2336, 3101, 2336, 2336, 2336, 2336, 2336, 2337, 3101, 2337, 2337, 2337, 2337, 2337, 2338, 3101, 2338, 2338, 2338, 2338, 2338, 2339, 3101, 2339, 2339, 2339, 2339, 2339, 2340, 3101, 2340, 2340, 2340, 2340, 2340, 2341, 3101, 2341, 2341, 2341, 2341, 2341, 2342, 3101, 3101, 3101, 2342, 2342, 2342, 2343, 3101, 2343, 2343, 2343, 2343, 2343, 2344, 3101, 2344, 2344, 2344, 2344, 2344, 2345, 3101, 2345, 2345, 2345, 2345, 2345, 2346, 3101, 2346, 2346, 2346, 2346, 2346, 2347, 3101, 2347, 2347, 2347, 2347, 2347, 2348, 3101, 2348, 2348, 2348, 2348, 2348, 2349, 3101, 2349, 2349, 2349, 2349, 2349, 2350, 3101, 2350, 2350, 2350, 2350, 2350, 2351, 3101, 2351, 2351, 2351, 2351, 2351, 2352, 3101, 2352, 2352, 2352, 2352, 2352, 2353, 3101, 2353, 2353, 2353, 2353, 2353, 2354, 3101, 2354, 2354, 2354, 2354, 2354, 2355, 3101, 2355, 2355, 2355, 2355, 2355, 2356, 3101, 2356, 2356, 2356, 2356, 2356, 2357, 3101, 2357, 2357, 2357, 2357, 2357, 2358, 3101, 2358, 2358, 2358, 2358, 2358, 2359, 3101, 2359, 2359, 2359, 2359, 2359, 2360, 3101, 2360, 2360, 2360, 2360, 2360, 2361, 3101, 2361, 2361, 2361, 2361, 2361, 2362, 3101, 2362, 2362, 2362, 2362, 2362, 2363, 3101, 2363, 2363, 2363, 2363, 2363, 2364, 3101, 2364, 2364, 2364, 2364, 2364, 2365, 3101, 2365, 2365, 2365, 2365, 2365, 2366, 3101, 2366, 2366, 2366, 2366, 2366, 2367, 3101, 2367, 2367, 2367, 2367, 2367, 2368, 3101, 2368, 2368, 2368, 2368, 2368, 2369, 3101, 2369, 2369, 2369, 2369, 2369, 2370, 3101, 2370, 2370, 2370, 2370, 2370, 2371, 3101, 2371, 2371, 2371, 2371, 2371, 2372, 3101, 3101, 3101, 2372, 2372, 2372, 2373, 3101, 2373, 2373, 2373, 2373, 2373, 2374, 3101, 2374, 2374, 2374, 2374, 2374, 2375, 3101, 2375, 2375, 2375, 2375, 2375, 2376, 3101, 2376, 2376, 2376, 2376, 2376, 2377, 3101, 2377, 2377, 2377, 2377, 2377, 2378, 3101, 2378, 2378, 2378, 2378, 2378, 2379, 3101, 2379, 2379, 2379, 2379, 2379, 2380, 3101, 2380, 2380, 2380, 2380, 2380, 2381, 3101, 2381, 2381, 2381, 2381, 2381, 2382, 3101, 2382, 2382, 2382, 2382, 2382, 2383, 3101, 2383, 2383, 2383, 2383, 2383, 2384, 3101, 2384, 2384, 2384, 2384, 2384, 2385, 3101, 2385, 2385, 2385, 2385, 2385, 2386, 3101, 2386, 2386, 2386, 2386, 2386, 2387, 3101, 2387, 2387, 2387, 2387, 2387, 2388, 3101, 2388, 2388, 2388, 2388, 2388, 2389, 3101, 2389, 2389, 2389, 2389, 2389, 2390, 3101, 2390, 2390, 2390, 2390, 2390, 2391, 3101, 2391, 2391, 2391, 2391, 2391, 2392, 3101, 2392, 2392, 2392, 2392, 2392, 2393, 3101, 2393, 2393, 2393, 2393, 2393, 2394, 3101, 2394, 2394, 2394, 2394, 2394, 2395, 3101, 2395, 2395, 2395, 2395, 2395, 2396, 3101, 2396, 2396, 2396, 2396, 2396, 2397, 3101, 2397, 2397, 2397, 2397, 2397, 2398, 3101, 2398, 2398, 2398, 2398, 2398, 2399, 3101, 2399, 2399, 2399, 2399, 2399, 2400, 3101, 2400, 2400, 2400, 2400, 2400, 2401, 3101, 2401, 2401, 2401, 2401, 2401, 2402, 3101, 3101, 3101, 2402, 2402, 2402, 2403, 3101, 2403, 2403, 2403, 2403, 2403, 2404, 3101, 2404, 2404, 2404, 2404, 2404, 2405, 3101, 2405, 2405, 2405, 2405, 2405, 2406, 3101, 2406, 2406, 2406, 2406, 2406, 2407, 3101, 2407, 2407, 2407, 2407, 2407, 2408, 3101, 2408, 2408, 2408, 2408, 2408, 2409, 3101, 2409, 2409, 2409, 2409, 2409, 2410, 3101, 2410, 2410, 2410, 2410, 2410, 2411, 3101, 2411, 2411, 2411, 2411, 2411, 2412, 3101, 2412, 2412, 2412, 2412, 2412, 2413, 3101, 2413, 2413, 2413, 2413, 2413, 2414, 3101, 2414, 2414, 2414, 2414, 2414, 2415, 3101, 2415, 2415, 2415, 2415, 2415, 2416, 3101, 2416, 2416, 2416, 2416, 2416, 2417, 3101, 2417, 2417, 2417, 2417, 2417, 2418, 3101, 2418, 2418, 2418, 2418, 2418, 2419, 3101, 2419, 2419, 2419, 2419, 2419, 2420, 3101, 2420, 2420, 2420, 2420, 2420, 2421, 3101, 2421, 2421, 2421, 2421, 2421, 2422, 3101, 2422, 2422, 2422, 2422, 2422, 2423, 3101, 2423, 2423, 2423, 2423, 2423, 2424, 3101, 2424, 2424, 2424, 2424, 2424, 2425, 3101, 2425, 2425, 2425, 2425, 2425, 2426, 3101, 2426, 2426, 2426, 2426, 2426, 2427, 3101, 2427, 2427, 2427, 2427, 2427, 2428, 3101, 2428, 2428, 2428, 2428, 2428, 2429, 3101, 2429, 2429, 2429, 2429, 2429, 2430, 3101, 2430, 2430, 2430, 2430, 2430, 2431, 3101, 2431, 2431, 2431, 2431, 2431, 2432, 3101, 3101, 3101, 2432, 2432, 2432, 2433, 3101, 2433, 2433, 2433, 2433, 2433, 2434, 3101, 2434, 2434, 2434, 2434, 2434, 2435, 3101, 2435, 2435, 2435, 2435, 2435, 2436, 3101, 2436, 2436, 2436, 2436, 2436, 2437, 3101, 2437, 2437, 2437, 2437, 2437, 2438, 3101, 2438, 2438, 2438, 2438, 2438, 2439, 3101, 2439, 2439, 2439, 2439, 2439, 2440, 3101, 2440, 2440, 2440, 2440, 2440, 2441, 3101, 2441, 2441, 2441, 2441, 2441, 2442, 3101, 2442, 2442, 2442, 2442, 2442, 2443, 3101, 2443, 2443, 2443, 2443, 2443, 2444, 3101, 2444, 2444, 2444, 2444, 2444, 2445, 3101, 2445, 2445, 2445, 2445, 2445, 2446, 3101, 2446, 2446, 2446, 2446, 2446, 2447, 3101, 2447, 2447, 2447, 2447, 2447, 2448, 3101, 2448, 2448, 2448, 2448, 2448, 2449, 3101, 2449, 2449, 2449, 2449, 2449, 2450, 3101, 2450, 2450, 2450, 2450, 2450, 2451, 3101, 2451, 2451, 2451, 2451, 2451, 2452, 3101, 2452, 2452, 2452, 2452, 2452, 2453, 3101, 2453, 2453, 2453, 2453, 2453, 2454, 3101, 2454, 2454, 2454, 2454, 2454, 2455, 3101, 2455, 2455, 2455, 2455, 2455, 2456, 3101, 2456, 2456, 2456, 2456, 2456, 2457, 3101, 2457, 2457, 2457, 2457, 2457, 2458, 3101, 2458, 2458, 2458, 2458, 2458, 2459, 3101, 2459, 2459, 2459, 2459, 2459, 2460, 3101, 2460, 2460, 2460, 2460, 2460, 2461, 3101, 2461, 2461, 2461, 2461, 2461, 2462, 3101, 3101, 3101, 2462, 2462, 2462, 2463, 3101, 2463, 2463, 2463, 2463, 2463, 2464, 3101, 2464, 2464, 2464, 2464, 2464, 2465, 3101, 2465, 2465, 2465, 2465, 2465, 2466, 3101, 2466, 2466, 2466, 2466, 2466, 2467, 3101, 2467, 2467, 2467, 2467, 2467, 2468, 3101, 2468, 2468, 2468, 2468, 2468, 2469, 3101, 2469, 2469, 2469, 2469, 2469, 2470, 3101, 2470, 2470, 2470, 2470, 2470, 2471, 3101, 2471, 2471, 2471, 2471, 2471, 2472, 3101, 2472, 2472, 2472, 2472, 2472, 2473, 3101, 2473, 2473, 2473, 2473, 2473, 2474, 3101, 2474, 2474, 2474, 2474, 2474, 2475, 3101, 2475, 2475, 2475, 2475, 2475, 2476, 3101, 2476, 2476, 2476, 2476, 2476, 2477, 3101, 2477, 2477, 2477, 2477, 2477, 2478, 3101, 2478, 2478, 2478, 2478, 2478, 2479, 3101, 2479, 2479, 2479, 2479, 2479, 2480, 3101, 2480, 2480, 2480, 2480, 2480, 2481, 3101, 2481, 2481, 2481, 2481, 2481, 2482, 3101, 2482, 2482, 2482, 2482, 2482, 2483, 3101, 2483, 2483, 2483, 2483, 2483, 2484, 3101, 2484, 2484, 2484, 2484, 2484, 2485, 3101, 2485, 2485, 2485, 2485, 2485, 2486, 3101, 2486, 2486, 2486, 2486, 2486, 2487, 3101, 2487, 2487, 2487, 2487, 2487, 2488, 3101, 2488, 2488, 2488, 2488, 2488, 2489, 3101, 2489, 2489, 2489, 2489, 2489, 2490, 3101, 2490, 2490, 2490, 2490, 2490, 2491, 3101, 2491, 2491, 2491, 2491, 2491, 2492, 3101, 3101, 3101, 2492, 2492, 2492, 2493, 3101, 2493, 2493, 2493, 2493, 2493, 2494, 3101, 2494, 2494, 2494, 2494, 2494, 2495, 3101, 2495, 2495, 2495, 2495, 2495, 2496, 3101, 2496, 2496, 2496, 2496, 2496, 2497, 3101, 2497, 2497, 2497, 2497, 2497, 2498, 3101, 2498, 2498, 2498, 2498, 2498, 2499, 3101, 2499, 2499, 2499, 2499, 2499, 2500, 3101, 2500, 2500, 2500, 2500, 2500, 2501, 3101, 2501, 2501, 2501, 2501, 2501, 2502, 3101, 2502, 2502, 2502, 2502, 2502, 2503, 3101, 2503, 2503, 2503, 2503, 2503, 2504, 3101, 2504, 2504, 2504, 2504, 2504, 2505, 3101, 2505, 2505, 2505, 2505, 2505, 2506, 3101, 2506, 2506, 2506, 2506, 2506, 2507, 3101, 2507, 2507, 2507, 2507, 2507, 2508, 3101, 2508, 2508, 2508, 2508, 2508, 2509, 3101, 2509, 2509, 2509, 2509, 2509, 2510, 3101, 2510, 2510, 2510, 2510, 2510, 2511, 3101, 2511, 2511, 2511, 2511, 2511, 2512, 3101, 2512, 2512, 2512, 2512, 2512, 2513, 3101, 2513, 2513, 2513, 2513, 2513, 2514, 3101, 2514, 2514, 2514, 2514, 2514, 2515, 3101, 2515, 2515, 2515, 2515, 2515, 2516, 3101, 2516, 2516, 2516, 2516, 2516, 2517, 3101, 2517, 2517, 2517, 2517, 2517, 2518, 3101, 2518, 2518, 2518, 2518, 2518, 2519, 3101, 2519, 2519, 2519, 2519, 2519, 2520, 3101, 2520, 2520, 2520, 2520, 2520, 2521, 3101, 2521, 2521, 2521, 2521, 2521, 2522, 3101, 3101, 3101, 2522, 2522, 2522, 2523, 3101, 2523, 2523, 2523, 2523, 2523, 2524, 3101, 2524, 2524, 2524, 2524, 2524, 2525, 3101, 2525, 2525, 2525, 2525, 2525, 2526, 3101, 2526, 2526, 2526, 2526, 2526, 2527, 3101, 2527, 2527, 2527, 2527, 2527, 2528, 3101, 2528, 2528, 2528, 2528, 2528, 2529, 3101, 2529, 2529, 2529, 2529, 2529, 2530, 3101, 2530, 2530, 2530, 2530, 2530, 2531, 3101, 2531, 2531, 2531, 2531, 2531, 2532, 3101, 2532, 2532, 2532, 2532, 2532, 2533, 3101, 2533, 2533, 2533, 2533, 2533, 2534, 3101, 2534, 2534, 2534, 2534, 2534, 2535, 3101, 2535, 2535, 2535, 2535, 2535, 2536, 3101, 2536, 2536, 2536, 2536, 2536, 2537, 3101, 2537, 2537, 2537, 2537, 2537, 2538, 3101, 2538, 2538, 2538, 2538, 2538, 2539, 3101, 2539, 2539, 2539, 2539, 2539, 2540, 3101, 2540, 2540, 2540, 2540, 2540, 2541, 3101, 2541, 2541, 2541, 2541, 2541, 2542, 3101, 2542, 2542, 2542, 2542, 2542, 2543, 3101, 2543, 2543, 2543, 2543, 2543, 2544, 3101, 2544, 2544, 2544, 2544, 2544, 2545, 3101, 2545, 2545, 2545, 2545, 2545, 2546, 3101, 2546, 2546, 2546, 2546, 2546, 2547, 3101, 2547, 2547, 2547, 2547, 2547, 2548, 3101, 2548, 2548, 2548, 2548, 2548, 2549, 3101, 2549, 2549, 2549, 2549, 2549, 2550, 3101, 2550, 2550, 2550, 2550, 2550, 2551, 3101, 2551, 2551, 2551, 2551, 2551, 2552, 3101, 3101, 3101, 2552, 2552, 2552, 2553, 3101, 2553, 2553, 2553, 2553, 2553, 2554, 3101, 2554, 2554, 2554, 2554, 2554, 2555, 3101, 2555, 2555, 2555, 2555, 2555, 2556, 3101, 2556, 2556, 2556, 2556, 2556, 2557, 3101, 2557, 2557, 2557, 2557, 2557, 2558, 3101, 2558, 2558, 2558, 2558, 2558, 2559, 3101, 2559, 2559, 2559, 2559, 2559, 2560, 3101, 2560, 2560, 2560, 2560, 2560, 2561, 3101, 2561, 2561, 2561, 2561, 2561, 2562, 3101, 2562, 2562, 2562, 2562, 2562, 2563, 3101, 2563, 2563, 2563, 2563, 2563, 2564, 3101, 2564, 2564, 2564, 2564, 2564, 2565, 3101, 2565, 2565, 2565, 2565, 2565, 2566, 3101, 2566, 2566, 2566, 2566, 2566, 2567, 3101, 2567, 2567, 2567, 2567, 2567, 2568, 3101, 2568, 2568, 2568, 2568, 2568, 2569, 3101, 2569, 2569, 2569, 2569, 2569, 2570, 3101, 2570, 2570, 2570, 2570, 2570, 2571, 3101, 2571, 2571, 2571, 2571, 2571, 2572, 3101, 2572, 2572, 2572, 2572, 2572, 2573, 3101, 2573, 2573, 2573, 2573, 2573, 2574, 3101, 2574, 2574, 2574, 2574, 2574, 2575, 3101, 2575, 2575, 2575, 2575, 2575, 2576, 3101, 2576, 2576, 2576, 2576, 2576, 2577, 3101, 2577, 2577, 2577, 2577, 2577, 2578, 3101, 2578, 2578, 2578, 2578, 2578, 2579, 3101, 2579, 2579, 2579, 2579, 2579, 2580, 3101, 2580, 2580, 2580, 2580, 2580, 2581, 3101, 2581, 2581, 2581, 2581, 2581, 2582, 3101, 3101, 3101, 2582, 2582, 2582, 2583, 3101, 2583, 2583, 2583, 2583, 2583, 2584, 3101, 2584, 2584, 2584, 2584, 2584, 2585, 3101, 2585, 2585, 2585, 2585, 2585, 2586, 3101, 2586, 2586, 2586, 2586, 2586, 2587, 3101, 2587, 2587, 2587, 2587, 2587, 2588, 3101, 2588, 2588, 2588, 2588, 2588, 2589, 3101, 2589, 2589, 2589, 2589, 2589, 2590, 3101, 2590, 2590, 2590, 2590, 2590, 2591, 3101, 2591, 2591, 2591, 2591, 2591, 2592, 3101, 2592, 2592, 2592, 2592, 2592, 2593, 3101, 2593, 2593, 2593, 2593, 2593, 2594, 3101, 2594, 2594, 2594, 2594, 2594, 2595, 3101, 2595, 2595, 2595, 2595, 2595, 2596, 3101, 2596, 2596, 2596, 2596, 2596, 2597, 3101, 2597, 2597, 2597, 2597, 2597, 2598, 3101, 2598, 2598, 2598, 2598, 2598, 2599, 3101, 2599, 2599, 2599, 2599, 2599, 2600, 3101, 2600, 2600, 2600, 2600, 2600, 2601, 3101, 2601, 2601, 2601, 2601, 2601, 2602, 3101, 2602, 2602, 2602, 2602, 2602, 2603, 3101, 2603, 2603, 2603, 2603, 2603, 2604, 3101, 2604, 2604, 2604, 2604, 2604, 2605, 3101, 2605, 2605, 2605, 2605, 2605, 2606, 3101, 2606, 2606, 2606, 2606, 2606, 2607, 3101, 2607, 2607, 2607, 2607, 2607, 2608, 3101, 2608, 2608, 2608, 2608, 2608, 2609, 3101, 2609, 2609, 2609, 2609, 2609, 2610, 3101, 2610, 2610, 2610, 2610, 2610, 2611, 3101, 2611, 2611, 2611, 2611, 2611, 2612, 3101, 3101, 3101, 2612, 2612, 2612, 2613, 3101, 2613, 2613, 2613, 2613, 2613, 2614, 3101, 2614, 2614, 2614, 2614, 2614, 2615, 3101, 2615, 2615, 2615, 2615, 2615, 2616, 3101, 2616, 2616, 2616, 2616, 2616, 2617, 3101, 2617, 2617, 2617, 2617, 2617, 2618, 3101, 2618, 2618, 2618, 2618, 2618, 2619, 3101, 2619, 2619, 2619, 2619, 2619, 2620, 3101, 2620, 2620, 2620, 2620, 2620, 2621, 3101, 2621, 2621, 2621, 2621, 2621, 2622, 3101, 2622, 2622, 2622, 2622, 2622, 2623, 3101, 2623, 2623, 2623, 2623, 2623, 2624, 3101, 2624, 2624, 2624, 2624, 2624, 2625, 3101, 2625, 2625, 2625, 2625, 2625, 2626, 3101, 2626, 2626, 2626, 2626, 2626, 2627, 3101, 2627, 2627, 2627, 2627, 2627, 2628, 3101, 2628, 2628, 2628, 2628, 2628, 2629, 3101, 2629, 2629, 2629, 2629, 2629, 2630, 3101, 2630, 2630, 2630, 2630, 2630, 2631, 3101, 2631, 2631, 2631, 2631, 2631, 2632, 3101, 2632, 2632, 2632, 2632, 2632, 2633, 3101, 2633, 2633, 2633, 2633, 2633, 2634, 3101, 2634, 2634, 2634, 2634, 2634, 2635, 3101, 2635, 2635, 2635, 2635, 2635, 2636, 3101, 2636, 2636, 2636, 2636, 2636, 2637, 3101, 2637, 2637, 2637, 2637, 2637, 2638, 3101, 2638, 2638, 2638, 2638, 2638, 2639, 3101, 2639, 2639, 2639, 2639, 2639, 2640, 3101, 2640, 2640, 2640, 2640, 2640, 2641, 3101, 2641, 2641, 2641, 2641, 2641, 2642, 3101, 3101, 3101, 2642, 2642, 2642, 2643, 3101, 2643, 2643, 2643, 2643, 2643, 2644, 3101, 2644, 2644, 2644, 2644, 2644, 2645, 3101, 2645, 2645, 2645, 2645, 2645, 2646, 3101, 2646, 2646, 2646, 2646, 2646, 2647, 3101, 2647, 2647, 2647, 2647, 2647, 2648, 3101, 2648, 2648, 2648, 2648, 2648, 2649, 3101, 2649, 2649, 2649, 2649, 2649, 2650, 3101, 2650, 2650, 2650, 2650, 2650, 2651, 3101, 2651, 2651, 2651, 2651, 2651, 2652, 3101, 2652, 2652, 2652, 2652, 2652, 2653, 3101, 2653, 2653, 2653, 2653, 2653, 2654, 3101, 2654, 2654, 2654, 2654, 2654, 2655, 3101, 2655, 2655, 2655, 2655, 2655, 2656, 3101, 2656, 2656, 2656, 2656, 2656, 2657, 3101, 2657, 2657, 2657, 2657, 2657, 2658, 3101, 2658, 2658, 2658, 2658, 2658, 2659, 3101, 2659, 2659, 2659, 2659, 2659, 2660, 3101, 2660, 2660, 2660, 2660, 2660, 2661, 3101, 2661, 2661, 2661, 2661, 2661, 2662, 3101, 2662, 2662, 2662, 2662, 2662, 2663, 3101, 2663, 2663, 2663, 2663, 2663, 2664, 3101, 2664, 2664, 2664, 2664, 2664, 2665, 3101, 2665, 2665, 2665, 2665, 2665, 2666, 3101, 2666, 2666, 2666, 2666, 2666, 2667, 3101, 2667, 2667, 2667, 2667, 2667, 2668, 3101, 2668, 2668, 2668, 2668, 2668, 2669, 3101, 2669, 2669, 2669, 2669, 2669, 2670, 3101, 2670, 2670, 2670, 2670, 2670, 2671, 3101, 2671, 2671, 2671, 2671, 2671, 2672, 3101, 3101, 3101, 2672, 2672, 2672, 2673, 3101, 2673, 2673, 2673, 2673, 2673, 2674, 3101, 2674, 2674, 2674, 2674, 2674, 2675, 3101, 2675, 2675, 2675, 2675, 2675, 2676, 3101, 2676, 2676, 2676, 2676, 2676, 2677, 3101, 2677, 2677, 2677, 2677, 2677, 2678, 3101, 2678, 2678, 2678, 2678, 2678, 2679, 3101, 2679, 2679, 2679, 2679, 2679, 2680, 3101, 2680, 2680, 2680, 2680, 2680, 2681, 3101, 2681, 2681, 2681, 2681, 2681, 2682, 3101, 2682, 2682, 2682, 2682, 2682, 2683, 3101, 2683, 2683, 2683, 2683, 2683, 2684, 3101, 2684, 2684, 2684, 2684, 2684, 2685, 3101, 2685, 2685, 2685, 2685, 2685, 2686, 3101, 2686, 2686, 2686, 2686, 2686, 2687, 3101, 2687, 2687, 2687, 2687, 2687, 2688, 3101, 2688, 2688, 2688, 2688, 2688, 2689, 3101, 2689, 2689, 2689, 2689, 2689, 2690, 3101, 2690, 2690, 2690, 2690, 2690, 2691, 3101, 2691, 2691, 2691, 2691, 2691, 2692, 3101, 2692, 2692, 2692, 2692, 2692, 2693, 3101, 2693, 2693, 2693, 2693, 2693, 2694, 3101, 2694, 2694, 2694, 2694, 2694, 2695, 3101, 2695, 2695, 2695, 2695, 2695, 2696, 3101, 2696, 2696, 2696, 2696, 2696, 2697, 3101, 2697, 2697, 2697, 2697, 2697, 2698, 3101, 2698, 2698, 2698, 2698, 2698, 2699, 3101, 2699, 2699, 2699, 2699, 2699, 2700, 3101, 2700, 2700, 2700, 2700, 2700, 2701, 3101, 2701, 2701, 2701, 2701, 2701, 2702, 3101, 3101, 3101, 2702, 2702, 2702, 2703, 3101, 2703, 2703, 2703, 2703, 2703, 2704, 3101, 2704, 2704, 2704, 2704, 2704, 2705, 3101, 2705, 2705, 2705, 2705, 2705, 2706, 3101, 2706, 2706, 2706, 2706, 2706, 2707, 3101, 2707, 2707, 2707, 2707, 2707, 2708, 3101, 2708, 2708, 2708, 2708, 2708, 2709, 3101, 2709, 2709, 2709, 2709, 2709, 2710, 3101, 2710, 2710, 2710, 2710, 2710, 2711, 3101, 2711, 2711, 2711, 2711, 2711, 2712, 3101, 2712, 2712, 2712, 2712, 2712, 2713, 3101, 2713, 2713, 2713, 2713, 2713, 2714, 3101, 2714, 2714, 2714, 2714, 2714, 2715, 3101, 2715, 2715, 2715, 2715, 2715, 2716, 3101, 2716, 2716, 2716, 2716, 2716, 2717, 3101, 2717, 2717, 2717, 2717, 2717, 2718, 3101, 2718, 2718, 2718, 2718, 2718, 2719, 3101, 2719, 2719, 2719, 2719, 2719, 2720, 3101, 2720, 2720, 2720, 2720, 2720, 2721, 3101, 2721, 2721, 2721, 2721, 2721, 2722, 3101, 2722, 2722, 2722, 2722, 2722, 2723, 3101, 2723, 2723, 2723, 2723, 2723, 2724, 3101, 2724, 2724, 2724, 2724, 2724, 2725, 3101, 2725, 2725, 2725, 2725, 2725, 2726, 3101, 2726, 2726, 2726, 2726, 2726, 2727, 3101, 2727, 2727, 2727, 2727, 2727, 2728, 3101, 2728, 2728, 2728, 2728, 2728, 2729, 3101, 2729, 2729, 2729, 2729, 2729, 2730, 3101, 2730, 2730, 2730, 2730, 2730, 2731, 3101, 2731, 2731, 2731, 2731, 2731, 2732, 3101, 3101, 3101, 2732, 2732, 2732, 2733, 3101, 2733, 2733, 2733, 2733, 2733, 2734, 3101, 2734, 2734, 2734, 2734, 2734, 2735, 3101, 2735, 2735, 2735, 2735, 2735, 2736, 3101, 2736, 2736, 2736, 2736, 2736, 2737, 3101, 2737, 2737, 2737, 2737, 2737, 2738, 3101, 2738, 2738, 2738, 2738, 2738, 2739, 3101, 2739, 2739, 2739, 2739, 2739, 2740, 3101, 2740, 2740, 2740, 2740, 2740, 2741, 3101, 2741, 2741, 2741, 2741, 2741, 2742, 3101, 2742, 2742, 2742, 2742, 2742, 2743, 3101, 2743, 2743, 2743, 2743, 2743, 2744, 3101, 2744, 2744, 2744, 2744, 2744, 2745, 3101, 2745, 2745, 2745, 2745, 2745, 2746, 3101, 2746, 2746, 2746, 2746, 2746, 2747, 3101, 2747, 2747, 2747, 2747, 2747, 2748, 3101, 2748, 2748, 2748, 2748, 2748, 2749, 3101, 2749, 2749, 2749, 2749, 2749, 2750, 3101, 2750, 2750, 2750, 2750, 2750, 2751, 3101, 2751, 2751, 2751, 2751, 2751, 2752, 3101, 2752, 2752, 2752, 2752, 2752, 2753, 3101, 2753, 2753, 2753, 2753, 2753, 2754, 3101, 2754, 2754, 2754, 2754, 2754, 2755, 3101, 2755, 2755, 2755, 2755, 2755, 2756, 3101, 2756, 2756, 2756, 2756, 2756, 2757, 3101, 2757, 2757, 2757, 2757, 2757, 2758, 3101, 2758, 2758, 2758, 2758, 2758, 2759, 3101, 2759, 2759, 2759, 2759, 2759, 2760, 3101, 2760, 2760, 2760, 2760, 2760, 2761, 3101, 2761, 2761, 2761, 2761, 2761, 2762, 3101, 3101, 3101, 2762, 2762, 2762, 2763, 3101, 2763, 2763, 2763, 2763, 2763, 2764, 3101, 2764, 2764, 2764, 2764, 2764, 2765, 3101, 2765, 2765, 2765, 2765, 2765, 2766, 3101, 2766, 2766, 2766, 2766, 2766, 2767, 3101, 2767, 2767, 2767, 2767, 2767, 2768, 3101, 2768, 2768, 2768, 2768, 2768, 2769, 3101, 2769, 2769, 2769, 2769, 2769, 2770, 3101, 2770, 2770, 2770, 2770, 2770, 2771, 3101, 2771, 2771, 2771, 2771, 2771, 2772, 3101, 2772, 2772, 2772, 2772, 2772, 2773, 3101, 2773, 2773, 2773, 2773, 2773, 2774, 3101, 2774, 2774, 2774, 2774, 2774, 2775, 3101, 2775, 2775, 2775, 2775, 2775, 2776, 3101, 2776, 2776, 2776, 2776, 2776, 2777, 3101, 2777, 2777, 2777, 2777, 2777, 2778, 3101, 2778, 2778, 2778, 2778, 2778, 2779, 3101, 2779, 2779, 2779, 2779, 2779, 2780, 3101, 2780, 2780, 2780, 2780, 2780, 2781, 3101, 2781, 2781, 2781, 2781, 2781, 2782, 3101, 2782, 2782, 2782, 2782, 2782, 2783, 3101, 2783, 2783, 2783, 2783, 2783, 2784, 3101, 2784, 2784, 2784, 2784, 2784, 2785, 3101, 2785, 2785, 2785, 2785, 2785, 2786, 3101, 2786, 2786, 2786, 2786, 2786, 2787, 3101, 2787, 2787, 2787, 2787, 2787, 2788, 3101, 2788, 2788, 2788, 2788, 2788, 2789, 3101, 2789, 2789, 2789, 2789, 2789, 2790, 3101, 2790, 2790, 2790, 2790, 2790, 2791, 3101, 2791, 2791, 2791, 2791, 2791, 2792, 3101, 3101, 3101, 2792, 2792, 2792, 2793, 3101, 2793, 2793, 2793, 2793, 2793, 2794, 3101, 2794, 2794, 2794, 2794, 2794, 2795, 3101, 2795, 2795, 2795, 2795, 2795, 2796, 3101, 2796, 2796, 2796, 2796, 2796, 2797, 3101, 2797, 2797, 2797, 2797, 2797, 2798, 3101, 2798, 2798, 2798, 2798, 2798, 2799, 3101, 2799, 2799, 2799, 2799, 2799, 2800, 3101, 2800, 2800, 2800, 2800, 2800, 2801, 3101, 2801, 2801, 2801, 2801, 2801, 2802, 3101, 2802, 2802, 2802, 2802, 2802, 2803, 3101, 2803, 2803, 2803, 2803, 2803, 2804, 3101, 2804, 2804, 2804, 2804, 2804, 2805, 3101, 2805, 2805, 2805, 2805, 2805, 2806, 3101, 2806, 2806, 2806, 2806, 2806, 2807, 3101, 2807, 2807, 2807, 2807, 2807, 2808, 3101, 2808, 2808, 2808, 2808, 2808, 2809, 3101, 2809, 2809, 2809, 2809, 2809, 2810, 3101, 2810, 2810, 2810, 2810, 2810, 2811, 3101, 2811, 2811, 2811, 2811, 2811, 2812, 3101, 2812, 2812, 2812, 2812, 2812, 2813, 3101, 2813, 2813, 2813, 2813, 2813, 2814, 3101, 2814, 2814, 2814, 2814, 2814, 2815, 3101, 2815, 2815, 2815, 2815, 2815, 2816, 3101, 2816, 2816, 2816, 2816, 2816, 2817, 3101, 2817, 2817, 2817, 2817, 2817, 2818, 3101, 2818, 2818, 2818, 2818, 2818, 2819, 3101, 2819, 2819, 2819, 2819, 2819, 2820, 3101, 2820, 2820, 2820, 2820, 2820, 2821, 3101, 2821, 2821, 2821, 2821, 2821, 2822, 3101, 3101, 3101, 2822, 2822, 2822, 2823, 3101, 2823, 2823, 2823, 2823, 2823, 2824, 3101, 2824, 2824, 2824, 2824, 2824, 2825, 3101, 2825, 2825, 2825, 2825, 2825, 2826, 3101, 2826, 2826, 2826, 2826, 2826, 2827, 3101, 2827, 2827, 2827, 2827, 2827, 2828, 3101, 2828, 2828, 2828, 2828, 2828, 2829, 3101, 2829, 2829, 2829, 2829, 2829, 2830, 3101, 2830, 2830, 2830, 2830, 2830, 2831, 3101, 2831, 2831, 2831, 2831, 2831, 2832, 3101, 2832, 2832, 2832, 2832, 2832, 2833, 3101, 2833, 2833, 2833, 2833, 2833, 2834, 3101, 2834, 2834, 2834, 2834, 2834, 2835, 3101, 2835, 2835, 2835, 2835, 2835, 2836, 3101, 2836, 2836, 2836, 2836, 2836, 2837, 3101, 2837, 2837, 2837, 2837, 2837, 2838, 3101, 2838, 2838, 2838, 2838, 2838, 2839, 3101, 2839, 2839, 2839, 2839, 2839, 2840, 3101, 2840, 2840, 2840, 2840, 2840, 2841, 3101, 2841, 2841, 2841, 2841, 2841, 2842, 3101, 2842, 2842, 2842, 2842, 2842, 2843, 3101, 2843, 2843, 2843, 2843, 2843, 2844, 3101, 2844, 2844, 2844, 2844, 2844, 2845, 3101, 2845, 2845, 2845, 2845, 2845, 2846, 3101, 2846, 2846, 2846, 2846, 2846, 2847, 3101, 2847, 2847, 2847, 2847, 2847, 2848, 3101, 2848, 2848, 2848, 2848, 2848, 2849, 3101, 2849, 2849, 2849, 2849, 2849, 2850, 3101, 2850, 2850, 2850, 2850, 2850, 2851, 3101, 2851, 2851, 2851, 2851, 2851, 2852, 3101, 3101, 3101, 2852, 2852, 2852, 2853, 3101, 2853, 2853, 2853, 2853, 2853, 2854, 3101, 2854, 2854, 2854, 2854, 2854, 2855, 3101, 2855, 2855, 2855, 2855, 2855, 2856, 3101, 2856, 2856, 2856, 2856, 2856, 2857, 3101, 2857, 2857, 2857, 2857, 2857, 2858, 3101, 2858, 2858, 2858, 2858, 2858, 2859, 3101, 2859, 2859, 2859, 2859, 2859, 2860, 3101, 2860, 2860, 2860, 2860, 2860, 2861, 3101, 2861, 2861, 2861, 2861, 2861, 2862, 3101, 2862, 2862, 2862, 2862, 2862, 2863, 3101, 2863, 2863, 2863, 2863, 2863, 2864, 3101, 2864, 2864, 2864, 2864, 2864, 2865, 3101, 2865, 2865, 2865, 2865, 2865, 2866, 3101, 2866, 2866, 2866, 2866, 2866, 2867, 3101, 2867, 2867, 2867, 2867, 2867, 2868, 3101, 2868, 2868, 2868, 2868, 2868, 2869, 3101, 2869, 2869, 2869, 2869, 2869, 2870, 3101, 2870, 2870, 2870, 2870, 2870, 2871, 3101, 2871, 2871, 2871, 2871, 2871, 2872, 3101, 2872, 2872, 2872, 2872, 2872, 2873, 3101, 2873, 2873, 2873, 2873, 2873, 2874, 3101, 2874, 2874, 2874, 2874, 2874, 2875, 3101, 2875, 2875, 2875, 2875, 2875, 2876, 3101, 2876, 2876, 2876, 2876, 2876, 2877, 3101, 2877, 2877, 2877, 2877, 2877, 2878, 3101, 2878, 2878, 2878, 2878, 2878, 2879, 3101, 2879, 2879, 2879, 2879, 2879, 2880, 3101, 2880, 2880, 2880, 2880, 2880, 2881, 3101, 2881, 2881, 2881, 2881, 2881, 2882, 3101, 3101, 3101, 2882, 2882, 2882, 2883, 3101, 2883, 2883, 2883, 2883, 2883, 2884, 3101, 2884, 2884, 2884, 2884, 2884, 2885, 3101, 2885, 2885, 2885, 2885, 2885, 2886, 3101, 2886, 2886, 2886, 2886, 2886, 2887, 3101, 2887, 2887, 2887, 2887, 2887, 2888, 3101, 2888, 2888, 2888, 2888, 2888, 2889, 3101, 2889, 2889, 2889, 2889, 2889, 2890, 3101, 2890, 2890, 2890, 2890, 2890, 2891, 3101, 2891, 2891, 2891, 2891, 2891, 2892, 3101, 2892, 2892, 2892, 2892, 2892, 2893, 3101, 2893, 2893, 2893, 2893, 2893, 2894, 3101, 2894, 2894, 2894, 2894, 2894, 2895, 3101, 2895, 2895, 2895, 2895, 2895, 2896, 3101, 2896, 2896, 2896, 2896, 2896, 2897, 3101, 2897, 2897, 2897, 2897, 2897, 2898, 3101, 2898, 2898, 2898, 2898, 2898, 2899, 3101, 2899, 2899, 2899, 2899, 2899, 2900, 3101, 2900, 2900, 2900, 2900, 2900, 2901, 3101, 2901, 2901, 2901, 2901, 2901, 2902, 3101, 2902, 2902, 2902, 2902, 2902, 2903, 3101, 2903, 2903, 2903, 2903, 2903, 2904, 3101, 2904, 2904, 2904, 2904, 2904, 2905, 3101, 2905, 2905, 2905, 2905, 2905, 2906, 3101, 2906, 2906, 2906, 2906, 2906, 2907, 3101, 2907, 2907, 2907, 2907, 2907, 2908, 3101, 2908, 2908, 2908, 2908, 2908, 2909, 3101, 2909, 2909, 2909, 2909, 2909, 2910, 3101, 2910, 2910, 2910, 2910, 2910, 2911, 3101, 2911, 2911, 2911, 2911, 2911, 2912, 3101, 3101, 3101, 2912, 2912, 2912, 2913, 3101, 2913, 2913, 2913, 2913, 2913, 2914, 3101, 2914, 2914, 2914, 2914, 2914, 2915, 3101, 2915, 2915, 2915, 2915, 2915, 2916, 3101, 2916, 2916, 2916, 2916, 2916, 2917, 3101, 2917, 2917, 2917, 2917, 2917, 2918, 3101, 2918, 2918, 2918, 2918, 2918, 2919, 3101, 2919, 2919, 2919, 2919, 2919, 2920, 3101, 2920, 2920, 2920, 2920, 2920, 2921, 3101, 2921, 2921, 2921, 2921, 2921, 2922, 3101, 2922, 2922, 2922, 2922, 2922, 2923, 3101, 2923, 2923, 2923, 2923, 2923, 2924, 3101, 2924, 2924, 2924, 2924, 2924, 2925, 3101, 2925, 2925, 2925, 2925, 2925, 2926, 3101, 2926, 2926, 2926, 2926, 2926, 2927, 3101, 2927, 2927, 2927, 2927, 2927, 2928, 3101, 2928, 2928, 2928, 2928, 2928, 2929, 3101, 2929, 2929, 2929, 2929, 2929, 2930, 3101, 2930, 2930, 2930, 2930, 2930, 2931, 3101, 2931, 2931, 2931, 2931, 2931, 2932, 3101, 2932, 2932, 2932, 2932, 2932, 2933, 3101, 2933, 2933, 2933, 2933, 2933, 2934, 3101, 2934, 2934, 2934, 2934, 2934, 2935, 3101, 2935, 2935, 2935, 2935, 2935, 2936, 3101, 2936, 2936, 2936, 2936, 2936, 2937, 3101, 2937, 2937, 2937, 2937, 2937, 2938, 3101, 2938, 2938, 2938, 2938, 2938, 2939, 3101, 2939, 2939, 2939, 2939, 2939, 2940, 3101, 2940, 2940, 2940, 2940, 2940, 2941, 3101, 2941, 2941, 2941, 2941, 2941, 2942, 3101, 3101, 3101, 2942, 2942, 2942, 2943, 3101, 2943, 2943, 2943, 2943, 2943, 2944, 3101, 2944, 2944, 2944, 2944, 2944, 2945, 3101, 2945, 2945, 2945, 2945, 2945, 2946, 3101, 2946, 2946, 2946, 2946, 2946, 2947, 3101, 2947, 2947, 2947, 2947, 2947, 2948, 3101, 2948, 2948, 2948, 2948, 2948, 2949, 3101, 2949, 2949, 2949, 2949, 2949, 2950, 3101, 2950, 2950, 2950, 2950, 2950, 2951, 3101, 2951, 2951, 2951, 2951, 2951, 2952, 3101, 2952, 2952, 2952, 2952, 2952, 2953, 3101, 2953, 2953, 2953, 2953, 2953, 2954, 3101, 2954, 2954, 2954, 2954, 2954, 2955, 3101, 2955, 2955, 2955, 2955, 2955, 2956, 3101, 2956, 2956, 2956, 2956, 2956, 2957, 3101, 2957, 2957, 2957, 2957, 2957, 2958, 3101, 2958, 2958, 2958, 2958, 2958, 2959, 3101, 2959, 2959, 2959, 2959, 2959, 2960, 3101, 2960, 2960, 2960, 2960, 2960, 2961, 3101, 2961, 2961, 2961, 2961, 2961, 2962, 3101, 2962, 2962, 2962, 2962, 2962, 2963, 3101, 2963, 2963, 2963, 2963, 2963, 2964, 3101, 2964, 2964, 2964, 2964, 2964, 2965, 3101, 2965, 2965, 2965, 2965, 2965, 2966, 3101, 2966, 2966, 2966, 2966, 2966, 2967, 3101, 2967, 2967, 2967, 2967, 2967, 2968, 3101, 2968, 2968, 2968, 2968, 2968, 2969, 3101, 2969, 2969, 2969, 2969, 2969, 2970, 3101, 2970, 2970, 2970, 2970, 2970, 2971, 3101, 2971, 2971, 2971, 2971, 2971, 2972, 3101, 2972, 2972, 2972, 2972, 2972, 2973, 3101, 2973, 2973, 2973, 2973, 2973, 2974, 3101, 2974, 2974, 2974, 2974, 2974, 2975, 3101, 2975, 2975, 2975, 2975, 2975, 2976, 3101, 2976, 2976, 2976, 2976, 2976, 2977, 3101, 2977, 2977, 2977, 2977, 2977, 2978, 3101, 2978, 2978, 2978, 2978, 2978, 2979, 3101, 2979, 2979, 2979, 2979, 2979, 2980, 3101, 2980, 2980, 2980, 2980, 2980, 2981, 3101, 2981, 2981, 2981, 2981, 2981, 2982, 3101, 2982, 2982, 2982, 2982, 2982, 2983, 3101, 2983, 2983, 2983, 2983, 2983, 2984, 3101, 2984, 2984, 2984, 2984, 2984, 2985, 3101, 2985, 2985, 2985, 2985, 2985, 2986, 3101, 2986, 2986, 2986, 2986, 2986, 2987, 3101, 2987, 2987, 2987, 2987, 2987, 2988, 3101, 2988, 2988, 2988, 2988, 2988, 2989, 3101, 2989, 2989, 2989, 2989, 2989, 2990, 3101, 2990, 2990, 2990, 2990, 2990, 2991, 3101, 2991, 2991, 2991, 2991, 2991, 2992, 3101, 2992, 2992, 2992, 2992, 2992, 2993, 3101, 2993, 2993, 2993, 2993, 2993, 2994, 3101, 2994, 2994, 2994, 2994, 2994, 2995, 3101, 2995, 2995, 2995, 2995, 2995, 2996, 3101, 2996, 2996, 2996, 2996, 2996, 2997, 3101, 2997, 2997, 2997, 2997, 2997, 2998, 3101, 2998, 2998, 2998, 2998, 2998, 2999, 3101, 2999, 2999, 2999, 2999, 2999, 3000, 3101, 3000, 3000, 3000, 3000, 3000, 3001, 3101, 3001, 3001, 3001, 3001, 3001, 3002, 3101, 3002, 3002, 3002, 3002, 3002, 3003, 3101, 3003, 3003, 3003, 3003, 3003, 3004, 3101, 3004, 3004, 3004, 3004, 3004, 3005, 3101, 3005, 3005, 3005, 3005, 3005, 3006, 3101, 3006, 3006, 3006, 3006, 3006, 3007, 3101, 3007, 3007, 3007, 3007, 3007, 3008, 3101, 3008, 3008, 3008, 3008, 3008, 3009, 3101, 3009, 3009, 3009, 3009, 3009, 3010, 3101, 3010, 3010, 3010, 3010, 3010, 3011, 3101, 3011, 3011, 3011, 3011, 3011, 3012, 3101, 3012, 3012, 3012, 3012, 3012, 3013, 3101, 3013, 3013, 3013, 3013, 3013, 3014, 3101, 3014, 3014, 3014, 3014, 3014, 3015, 3101, 3015, 3015, 3015, 3015, 3015, 3016, 3101, 3016, 3016, 3016, 3016, 3016, 3017, 3101, 3017, 3017, 3017, 3017, 3017, 3018, 3101, 3018, 3018, 3018, 3018, 3018, 3019, 3101, 3019, 3019, 3019, 3019, 3019, 3020, 3101, 3020, 3020, 3020, 3020, 3020, 3021, 3101, 3021, 3021, 3021, 3021, 3021, 3022, 3101, 3022, 3022, 3022, 3022, 3022, 3023, 3101, 3023, 3023, 3023, 3023, 3023, 3024, 3101, 3024, 3024, 3024, 3024, 3024, 3025, 3101, 3025, 3025, 3025, 3025, 3025, 3026, 3101, 3026, 3026, 3026, 3026, 3026, 3027, 3101, 3027, 3027, 3027, 3027, 3027, 3028, 3101, 3028, 3028, 3028, 3028, 3028, 3029, 3101, 3029, 3029, 3029, 3029, 3029, 3030, 3101, 3030, 3030, 3030, 3030, 3030, 3031, 3101, 3031, 3031, 3031, 3031, 3031, 3032, 3101, 3032, 3032, 3032, 3032, 3032, 3033, 3101, 3033, 3033, 3033, 3033, 3033, 3034, 3101, 3034, 3034, 3034, 3034, 3034, 3035, 3101, 3035, 3035, 3035, 3035, 3035, 3036, 3101, 3036, 3036, 3036, 3036, 3036, 3037, 3101, 3037, 3037, 3037, 3037, 3037, 3038, 3101, 3038, 3038, 3038, 3038, 3038, 3039, 3101, 3039, 3039, 3039, 3039, 3039, 3040, 3101, 3040, 3040, 3040, 3040, 3040, 3041, 3101, 3041, 3041, 3041, 3041, 3041, 3042, 3101, 3042, 3042, 3042, 3042, 3042, 3043, 3101, 3043, 3043, 3043, 3043, 3043, 3044, 3101, 3044, 3044, 3044, 3044, 3044, 3045, 3101, 3045, 3045, 3045, 3045, 3045, 3046, 3101, 3046, 3046, 3046, 3046, 3046, 3047, 3101, 3047, 3047, 3047, 3047, 3047, 3048, 3101, 3048, 3048, 3048, 3048, 3048, 3049, 3101, 3049, 3049, 3049, 3049, 3049, 3050, 3101, 3050, 3050, 3050, 3050, 3050, 3051, 3101, 3051, 3051, 3051, 3051, 3051, 3052, 3101, 3052, 3052, 3052, 3052, 3052, 3053, 3101, 3053, 3053, 3053, 3053, 3053, 3054, 3101, 3054, 3054, 3054, 3054, 3054, 3055, 3101, 3055, 3055, 3055, 3055, 3055, 3056, 3101, 3056, 3056, 3056, 3056, 3056, 3057, 3101, 3057, 3057, 3057, 3057, 3057, 3058, 3101, 3058, 3058, 3058, 3058, 3058, 3059, 3101, 3059, 3059, 3059, 3059, 3059, 3060, 3101, 3060, 3060, 3060, 3060, 3060, 3061, 3101, 3061, 3061, 3061, 3061, 3061, 3062, 3101, 3062, 3062, 3062, 3062, 3062, 3063, 3101, 3063, 3063, 3063, 3063, 3063, 3064, 3101, 3064, 3064, 3064, 3064, 3064, 3065, 3101, 3065, 3065, 3065, 3065, 3065, 3066, 3101, 3066, 3066, 3066, 3066, 3066, 3067, 3101, 3067, 3067, 3067, 3067, 3067, 3068, 3101, 3068, 3068, 3068, 3068, 3068, 3069, 3101, 3069, 3069, 3069, 3069, 3069, 3070, 3101, 3070, 3070, 3070, 3070, 3070, 3071, 3101, 3071, 3071, 3071, 3071, 3071, 3072, 3101, 3072, 3072, 3072, 3072, 3072, 3073, 3101, 3073, 3073, 3073, 3073, 3073, 3074, 3101, 3074, 3074, 3074, 3074, 3074, 3075, 3101, 3075, 3075, 3075, 3075, 3075, 3076, 3101, 3076, 3076, 3076, 3076, 3076, 3077, 3101, 3077, 3077, 3077, 3077, 3077, 3078, 3101, 3078, 3078, 3078, 3078, 3078, 3079, 3101, 3079, 3079, 3079, 3079, 3079, 3080, 3101, 3080, 3080, 3080, 3080, 3080, 3081, 3101, 3081, 3081, 3081, 3081, 3081, 3082, 3101, 3082, 3082, 3082, 3082, 3082, 3083, 3101, 3083, 3083, 3083, 3083, 3083, 3084, 3101, 3084, 3084, 3084, 3084, 3084, 3085, 3101, 3085, 3085, 3085, 3085, 3085, 3086, 3101, 3086, 3086, 3086, 3086, 3086, 3087, 3101, 3087, 3087, 3087, 3087, 3087, 3088, 3101, 3088, 3088, 3088, 3088, 3088, 3089, 3101, 3089, 3089, 3089, 3089, 3089, 3090, 3101, 3090, 3090, 3090, 3090, 3090, 3091, 3101, 3091, 3091, 3091, 3091, 3091, 3092, 3101, 3092, 3092, 3092, 3092, 3092, 3093, 3101, 3093, 3093, 3093, 3093, 3093, 3094, 3101, 3094, 3094, 3094, 3094, 3094, 3095, 3101, 3095, 3095, 3095, 3095, 3095, 3096, 3101, 3096, 3096, 3096, 3096, 3096, 3097, 3101, 3097, 3097, 3097, 3097, 3097, 3098, 3101, 3098, 3098, 3098, 3098, 3098, 3099, 3101, 3099, 3099, 3099, 3099, 3099, 3100, 3101, 3100, 3100, 3100, 3100, 3100, 47, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101 } ; static yyconst flex_int16_t yy_chk[17557] = { 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, 5, 5, 5, 6, 6, 6, 8, 8, 10, 10, 12, 12, 14, 14, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 20, 20, 22, 22, 24, 24, 26, 26, 28, 28, 30, 30, 32, 32, 34, 34, 69, 69, 1109, 60, 220, 54, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 39, 39, 40, 40, 54, 55, 58, 54, 60, 39, 220, 40, 88, 88, 136, 56, 55, 89, 52, 136, 139, 58, 18, 18, 41, 41, 41, 41, 41, 41, 41, 52, 41, 41, 41, 41, 41, 56, 52, 57, 59, 61, 140, 89, 1091, 138, 158, 158, 139, 147, 142, 143, 228, 140, 57, 59, 61, 63, 138, 41, 41, 42, 42, 42, 42, 42, 42, 42, 57, 42, 42, 42, 42, 42, 62, 63, 144, 141, 142, 143, 145, 147, 228, 146, 148, 218, 1090, 144, 150, 62, 152, 151, 214, 149, 178, 222, 42, 42, 141, 141, 218, 148, 145, 62, 126, 146, 126, 126, 126, 149, 126, 126, 151, 150, 126, 219, 214, 221, 152, 223, 178, 224, 225, 222, 226, 227, 231, 230, 229, 233, 219, 232, 285, 287, 223, 286, 288, 226, 221, 229, 227, 221, 230, 289, 292, 290, 293, 224, 296, 233, 225, 288, 232, 294, 295, 231, 290, 297, 298, 285, 287, 286, 299, 289, 352, 301, 353, 300, 354, 358, 355, 296, 356, 360, 358, 293, 292, 299, 300, 297, 301, 294, 295, 357, 298, 361, 354, 356, 353, 362, 363, 352, 355, 364, 365, 366, 367, 411, 413, 360, 414, 357, 412, 361, 415, 416, 419, 362, 420, 365, 423, 364, 421, 412, 413, 411, 363, 366, 417, 418, 422, 419, 367, 417, 418, 421, 424, 416, 414, 425, 426, 420, 470, 427, 422, 415, 471, 423, 427, 472, 475, 476, 425, 479, 477, 480, 476, 481, 424, 477, 478, 478, 482, 483, 484, 470, 486, 472, 529, 589, 530, 486, 426, 531, 471, 479, 483, 475, 1076, 484, 542, 588, 480, 482, 481, 530, 531, 532, 533, 535, 529, 536, 532, 533, 535, 542, 536, 543, 543, 544, 545, 590, 591, 589, 544, 545, 592, 591, 588, 593, 594, 592, 590, 595, 593, 594, 596, 597, 595, 598, 599, 596, 597, 603, 598, 599, 602, 602, 603, 604, 649, 650, 602, 651, 604, 652, 650, 653, 651, 654, 652, 655, 653, 656, 654, 657, 655, 658, 656, 659, 657, 660, 658, 1036, 659, 661, 660, 703, 649, 706, 661, 707, 703, 708, 706, 709, 707, 710, 708, 711, 709, 712, 710, 713, 711, 714, 712, 715, 713, 716, 714, 717, 715, 759, 716, 762, 717, 763, 759, 764, 762, 765, 763, 766, 764, 767, 765, 768, 766, 769, 767, 770, 768, 771, 769, 772, 770, 773, 771, 815, 772, 818, 773, 819, 815, 820, 818, 821, 819, 822, 820, 823, 821, 824, 822, 825, 823, 826, 824, 827, 825, 828, 826, 829, 827, 871, 828, 874, 829, 875, 871, 876, 874, 877, 875, 878, 876, 879, 877, 880, 878, 881, 879, 882, 880, 883, 881, 884, 882, 885, 883, 927, 884, 930, 885, 931, 927, 932, 930, 933, 931, 934, 932, 935, 933, 936, 934, 937, 935, 938, 936, 939, 937, 940, 938, 941, 939, 983, 940, 986, 941, 987, 983, 988, 986, 989, 987, 990, 988, 991, 989, 992, 990, 993, 991, 994, 992, 995, 993, 996, 994, 997, 995, 1055, 996, 1031, 997, 1028, 1019, 1014, 1012, 1007, 1004, 1001, 980, 976, 975, 973, 972, 964, 963, 959, 958, 957, 956, 952, 951, 949, 948, 1055, 3102, 3102, 3102, 3102, 3102, 3102, 3102, 3103, 3103, 3103, 3103, 3103, 3103, 3103, 3104, 3104, 3104, 3104, 3104, 3104, 3104, 3105, 3105, 3105, 3105, 3105, 3105, 3105, 3106, 3106, 3106, 3106, 3106, 3106, 3106, 3107, 3107, 3107, 3107, 3107, 3107, 3107, 3108, 3108, 3108, 3108, 3108, 3108, 3108, 3109, 3109, 3109, 3109, 3109, 3109, 3109, 3110, 3110, 3110, 3110, 3110, 3110, 3110, 3111, 3111, 3111, 3111, 3111, 3111, 3111, 3112, 3112, 3112, 3112, 3112, 3112, 3112, 3113, 3113, 3113, 3113, 3113, 3113, 3113, 3114, 3114, 3114, 3114, 3114, 3114, 3114, 3115, 3115, 3115, 3115, 3115, 3115, 3115, 3116, 3116, 3116, 3116, 3116, 3116, 3116, 3117, 3117, 3117, 3117, 3117, 3117, 3117, 3118, 3118, 3118, 3118, 3118, 3118, 3118, 3119, 3119, 3119, 3119, 3119, 3119, 3119, 3120, 3120, 3120, 3120, 3120, 3120, 3120, 3121, 3121, 3121, 3121, 3121, 3121, 3121, 3122, 3122, 3122, 3122, 3122, 3122, 3122, 3123, 3123, 3123, 3123, 3123, 3123, 3123, 3124, 3124, 3124, 3124, 3124, 3124, 3124, 3125, 946, 945, 3125, 3126, 929, 3126, 3126, 3126, 3126, 3126, 3127, 928, 926, 924, 3127, 3127, 3127, 3128, 920, 3128, 3128, 3128, 3128, 3128, 3129, 919, 3129, 3129, 3129, 3129, 3129, 3130, 917, 3130, 3130, 3130, 3130, 3130, 3131, 916, 3131, 3131, 3131, 3131, 3131, 3132, 908, 3132, 3132, 3132, 3132, 3132, 3133, 3133, 3133, 3134, 907, 3134, 3134, 3134, 3134, 3134, 3135, 903, 3135, 3135, 3135, 3135, 3135, 3136, 902, 3136, 3136, 3136, 3136, 3136, 3137, 901, 3137, 3137, 3137, 3137, 3137, 3138, 900, 3138, 3138, 3138, 3138, 3138, 3139, 896, 3139, 3139, 3139, 3139, 3139, 3140, 895, 3140, 3140, 3140, 3140, 3140, 3141, 893, 3141, 3141, 3141, 3141, 3141, 3142, 892, 3142, 3142, 3142, 3142, 3142, 3143, 890, 3143, 3143, 3143, 3143, 3143, 3144, 889, 873, 3144, 3145, 872, 3145, 3145, 3145, 3145, 3145, 3146, 870, 868, 864, 3146, 3146, 3146, 3147, 863, 3147, 3147, 3147, 3147, 3147, 3148, 861, 3148, 3148, 3148, 3148, 3148, 3149, 860, 3149, 3149, 3149, 3149, 3149, 3150, 852, 3150, 3150, 3150, 3150, 3150, 3151, 851, 3151, 3151, 3151, 3151, 3151, 3152, 847, 3152, 3152, 3152, 3152, 3152, 3153, 846, 3153, 3153, 3153, 3153, 3153, 3154, 845, 3154, 3154, 3154, 3154, 3154, 3155, 844, 3155, 3155, 3155, 3155, 3155, 3156, 840, 3156, 3156, 3156, 3156, 3156, 3157, 839, 3157, 3157, 3157, 3157, 3157, 3158, 837, 3158, 3158, 3158, 3158, 3158, 3159, 836, 3159, 3159, 3159, 3159, 3159, 3160, 834, 3160, 3160, 3160, 3160, 3160, 3161, 833, 3161, 3161, 3161, 3161, 3161, 3162, 817, 816, 3162, 3163, 814, 3163, 3163, 3163, 3163, 3163, 3164, 812, 808, 807, 3164, 3164, 3164, 3165, 805, 3165, 3165, 3165, 3165, 3165, 3166, 804, 3166, 3166, 3166, 3166, 3166, 3167, 796, 3167, 3167, 3167, 3167, 3167, 3168, 795, 3168, 3168, 3168, 3168, 3168, 3169, 791, 3169, 3169, 3169, 3169, 3169, 3170, 790, 3170, 3170, 3170, 3170, 3170, 3171, 789, 3171, 3171, 3171, 3171, 3171, 3172, 788, 3172, 3172, 3172, 3172, 3172, 3173, 784, 3173, 3173, 3173, 3173, 3173, 3174, 783, 3174, 3174, 3174, 3174, 3174, 3175, 781, 3175, 3175, 3175, 3175, 3175, 3176, 780, 3176, 3176, 3176, 3176, 3176, 3177, 778, 3177, 3177, 3177, 3177, 3177, 3178, 777, 3178, 3178, 3178, 3178, 3178, 3179, 761, 3179, 3179, 3179, 3179, 3179, 3180, 760, 3180, 3180, 3180, 3180, 3180, 3181, 758, 3181, 3181, 3181, 3181, 3181, 3182, 756, 3182, 3182, 3182, 3182, 3182, 3183, 752, 3183, 3183, 3183, 3183, 3183, 3184, 751, 3184, 3184, 3184, 3184, 3184, 3185, 749, 3185, 3185, 3185, 3185, 3185, 3186, 748, 740, 3186, 3187, 739, 3187, 3187, 3187, 3187, 3187, 3188, 735, 734, 733, 3188, 3188, 3188, 3189, 732, 3189, 3189, 3189, 3189, 3189, 3190, 728, 3190, 3190, 3190, 3190, 3190, 3191, 727, 3191, 3191, 3191, 3191, 3191, 3192, 725, 3192, 3192, 3192, 3192, 3192, 3193, 724, 3193, 3193, 3193, 3193, 3193, 3194, 722, 3194, 3194, 3194, 3194, 3194, 3195, 721, 3195, 3195, 3195, 3195, 3195, 3196, 705, 3196, 3196, 3196, 3196, 3196, 3197, 704, 3197, 3197, 3197, 3197, 3197, 3198, 702, 3198, 3198, 3198, 3198, 3198, 3199, 700, 3199, 3199, 3199, 3199, 3199, 3200, 696, 3200, 3200, 3200, 3200, 3200, 3201, 695, 3201, 3201, 3201, 3201, 3201, 3202, 693, 3202, 3202, 3202, 3202, 3202, 3203, 692, 3203, 3203, 3203, 3203, 3203, 3204, 684, 3204, 3204, 3204, 3204, 3204, 3205, 683, 3205, 3205, 3205, 3205, 3205, 3206, 679, 3206, 3206, 3206, 3206, 3206, 3207, 678, 3207, 3207, 3207, 3207, 3207, 3208, 677, 3208, 3208, 3208, 3208, 3208, 3209, 676, 3209, 3209, 3209, 3209, 3209, 3210, 672, 671, 3210, 3211, 669, 3211, 3211, 3211, 3211, 3211, 3212, 668, 666, 665, 3212, 3212, 3212, 3213, 648, 3213, 3213, 3213, 3213, 3213, 3214, 647, 3214, 3214, 3214, 3214, 3214, 3215, 646, 3215, 3215, 3215, 3215, 3215, 3216, 645, 3216, 3216, 3216, 3216, 3216, 3217, 643, 3217, 3217, 3217, 3217, 3217, 3218, 639, 3218, 3218, 3218, 3218, 3218, 3219, 638, 3219, 3219, 3219, 3219, 3219, 3220, 636, 3220, 3220, 3220, 3220, 3220, 3221, 635, 3221, 3221, 3221, 3221, 3221, 3222, 627, 3222, 3222, 3222, 3222, 3222, 3223, 626, 3223, 3223, 3223, 3223, 3223, 3224, 622, 3224, 3224, 3224, 3224, 3224, 3225, 621, 3225, 3225, 3225, 3225, 3225, 3226, 620, 3226, 3226, 3226, 3226, 3226, 3227, 619, 3227, 3227, 3227, 3227, 3227, 3228, 615, 3228, 3228, 3228, 3228, 3228, 3229, 614, 3229, 3229, 3229, 3229, 3229, 3230, 612, 3230, 3230, 3230, 3230, 3230, 3231, 611, 3231, 3231, 3231, 3231, 3231, 3232, 609, 3232, 3232, 3232, 3232, 3232, 3233, 608, 3233, 3233, 3233, 3233, 3233, 3234, 600, 587, 3234, 3235, 586, 3235, 3235, 3235, 3235, 3235, 3236, 584, 580, 579, 3236, 3236, 3236, 3237, 577, 3237, 3237, 3237, 3237, 3237, 3238, 576, 3238, 3238, 3238, 3238, 3238, 3239, 568, 3239, 3239, 3239, 3239, 3239, 3240, 567, 3240, 3240, 3240, 3240, 3240, 3241, 563, 3241, 3241, 3241, 3241, 3241, 3242, 562, 3242, 3242, 3242, 3242, 3242, 3243, 561, 3243, 3243, 3243, 3243, 3243, 3244, 560, 3244, 3244, 3244, 3244, 3244, 3245, 556, 3245, 3245, 3245, 3245, 3245, 3246, 555, 3246, 3246, 3246, 3246, 3246, 3247, 553, 3247, 3247, 3247, 3247, 3247, 3248, 552, 3248, 3248, 3248, 3248, 3248, 3249, 550, 3249, 3249, 3249, 3249, 3249, 3250, 549, 3250, 3250, 3250, 3250, 3250, 3251, 541, 3251, 3251, 3251, 3251, 3251, 3252, 540, 3252, 3252, 3252, 3252, 3252, 3253, 539, 3253, 3253, 3253, 3253, 3253, 3254, 538, 3254, 3254, 3254, 3254, 3254, 3255, 534, 3255, 3255, 3255, 3255, 3255, 3256, 528, 3256, 3256, 3256, 3256, 3256, 3257, 527, 3257, 3257, 3257, 3257, 3257, 3258, 525, 521, 3258, 3259, 520, 3259, 3259, 3259, 3259, 3259, 3260, 518, 517, 509, 3260, 3260, 3260, 3261, 508, 3261, 3261, 3261, 3261, 3261, 3262, 504, 3262, 3262, 3262, 3262, 3262, 3263, 503, 3263, 3263, 3263, 3263, 3263, 3264, 502, 3264, 3264, 3264, 3264, 3264, 3265, 501, 3265, 3265, 3265, 3265, 3265, 3266, 497, 3266, 3266, 3266, 3266, 3266, 3267, 496, 3267, 3267, 3267, 3267, 3267, 3268, 494, 3268, 3268, 3268, 3268, 3268, 3269, 493, 3269, 3269, 3269, 3269, 3269, 3270, 491, 3270, 3270, 3270, 3270, 3270, 3271, 490, 3271, 3271, 3271, 3271, 3271, 3272, 485, 3272, 3272, 3272, 3272, 3272, 3273, 474, 3273, 3273, 3273, 3273, 3273, 3274, 473, 3274, 3274, 3274, 3274, 3274, 3275, 469, 3275, 3275, 3275, 3275, 3275, 3276, 468, 3276, 3276, 3276, 3276, 3276, 3277, 466, 3277, 3277, 3277, 3277, 3277, 3278, 462, 3278, 3278, 3278, 3278, 3278, 3279, 461, 3279, 3279, 3279, 3279, 3279, 3280, 459, 3280, 3280, 3280, 3280, 3280, 3281, 458, 3281, 3281, 3281, 3281, 3281, 3282, 450, 449, 3282, 3283, 445, 3283, 3283, 3283, 3283, 3283, 3284, 444, 443, 442, 3284, 3284, 3284, 3285, 438, 3285, 3285, 3285, 3285, 3285, 3286, 437, 3286, 3286, 3286, 3286, 3286, 3287, 435, 3287, 3287, 3287, 3287, 3287, 3288, 434, 3288, 3288, 3288, 3288, 3288, 3289, 432, 3289, 3289, 3289, 3289, 3289, 3290, 431, 3290, 3290, 3290, 3290, 3290, 3291, 410, 3291, 3291, 3291, 3291, 3291, 3292, 409, 3292, 3292, 3292, 3292, 3292, 3293, 407, 3293, 3293, 3293, 3293, 3293, 3294, 403, 3294, 3294, 3294, 3294, 3294, 3295, 402, 3295, 3295, 3295, 3295, 3295, 3296, 400, 3296, 3296, 3296, 3296, 3296, 3297, 399, 3297, 3297, 3297, 3297, 3297, 3298, 391, 3298, 3298, 3298, 3298, 3298, 3299, 390, 3299, 3299, 3299, 3299, 3299, 3300, 386, 3300, 3300, 3300, 3300, 3300, 3301, 385, 3301, 3301, 3301, 3301, 3301, 3302, 384, 3302, 3302, 3302, 3302, 3302, 3303, 383, 3303, 3303, 3303, 3303, 3303, 3304, 379, 3304, 3304, 3304, 3304, 3304, 3305, 378, 3305, 3305, 3305, 3305, 3305, 3306, 376, 375, 3306, 3307, 373, 3307, 3307, 3307, 3307, 3307, 3308, 372, 368, 359, 3308, 3308, 3308, 3309, 351, 3309, 3309, 3309, 3309, 3309, 3310, 350, 3310, 3310, 3310, 3310, 3310, 3311, 348, 3311, 3311, 3311, 3311, 3311, 3312, 343, 3312, 3312, 3312, 3312, 3312, 3313, 342, 3313, 3313, 3313, 3313, 3313, 3314, 340, 3314, 3314, 3314, 3314, 3314, 3315, 339, 3315, 3315, 3315, 3315, 3315, 3316, 328, 3316, 3316, 3316, 3316, 3316, 3317, 327, 3317, 3317, 3317, 3317, 3317, 3318, 322, 3318, 3318, 3318, 3318, 3318, 3319, 321, 3319, 3319, 3319, 3319, 3319, 3320, 320, 3320, 3320, 3320, 3320, 3320, 3321, 319, 3321, 3321, 3321, 3321, 3321, 3322, 314, 3322, 3322, 3322, 3322, 3322, 3323, 313, 3323, 3323, 3323, 3323, 3323, 3324, 311, 3324, 3324, 3324, 3324, 3324, 3325, 310, 3325, 3325, 3325, 3325, 3325, 3326, 308, 3326, 3326, 3326, 3326, 3326, 3327, 307, 3327, 3327, 3327, 3327, 3327, 3328, 291, 3328, 3328, 3328, 3328, 3328, 3329, 284, 3329, 3329, 3329, 3329, 3329, 3330, 282, 3330, 3330, 3330, 3330, 3330, 3331, 280, 277, 275, 3331, 3331, 3331, 3332, 274, 3332, 3332, 3332, 3332, 3332, 3333, 272, 3333, 3333, 3333, 3333, 3333, 3334, 271, 3334, 3334, 3334, 3334, 3334, 3335, 268, 3335, 3335, 3335, 3335, 3335, 3336, 265, 3336, 3336, 3336, 3336, 3336, 3337, 262, 3337, 3337, 3337, 3337, 3337, 3338, 260, 3338, 3338, 3338, 3338, 3338, 3339, 259, 3339, 3339, 3339, 3339, 3339, 3340, 256, 3340, 3340, 3340, 3340, 3340, 3341, 254, 3341, 3341, 3341, 3341, 3341, 3342, 253, 3342, 3342, 3342, 3342, 3342, 3343, 252, 3343, 3343, 3343, 3343, 3343, 3344, 251, 3344, 3344, 3344, 3344, 3344, 3345, 248, 3345, 3345, 3345, 3345, 3345, 3346, 246, 3346, 3346, 3346, 3346, 3346, 3347, 245, 3347, 3347, 3347, 3347, 3347, 3348, 243, 3348, 3348, 3348, 3348, 3348, 3349, 242, 3349, 3349, 3349, 3349, 3349, 3350, 240, 3350, 3350, 3350, 3350, 3350, 3351, 239, 3351, 3351, 3351, 3351, 3351, 3352, 236, 3352, 3352, 3352, 3352, 3352, 3353, 234, 3353, 3353, 3353, 3353, 3353, 3354, 217, 216, 212, 3354, 3354, 3354, 3355, 211, 3355, 3355, 3355, 3355, 3355, 3356, 208, 3356, 3356, 3356, 3356, 3356, 3357, 207, 3357, 3357, 3357, 3357, 3357, 3358, 206, 3358, 3358, 3358, 3358, 3358, 3359, 204, 3359, 3359, 3359, 3359, 3359, 3360, 203, 3360, 3360, 3360, 3360, 3360, 3361, 201, 3361, 3361, 3361, 3361, 3361, 3362, 200, 3362, 3362, 3362, 3362, 3362, 3363, 198, 3363, 3363, 3363, 3363, 3363, 3364, 197, 3364, 3364, 3364, 3364, 3364, 3365, 195, 3365, 3365, 3365, 3365, 3365, 3366, 194, 3366, 3366, 3366, 3366, 3366, 3367, 192, 3367, 3367, 3367, 3367, 3367, 3368, 191, 3368, 3368, 3368, 3368, 3368, 3369, 189, 3369, 3369, 3369, 3369, 3369, 3370, 188, 3370, 3370, 3370, 3370, 3370, 3371, 186, 3371, 3371, 3371, 3371, 3371, 3372, 185, 3372, 3372, 3372, 3372, 3372, 3373, 183, 3373, 3373, 3373, 3373, 3373, 3374, 182, 3374, 3374, 3374, 3374, 3374, 3375, 180, 3375, 3375, 3375, 3375, 3375, 3376, 179, 3376, 3376, 3376, 3376, 3376, 3377, 177, 174, 173, 3377, 3377, 3377, 3378, 172, 3378, 3378, 3378, 3378, 3378, 3379, 170, 3379, 3379, 3379, 3379, 3379, 3380, 169, 3380, 3380, 3380, 3380, 3380, 3381, 167, 3381, 3381, 3381, 3381, 3381, 3382, 166, 3382, 3382, 3382, 3382, 3382, 3383, 164, 3383, 3383, 3383, 3383, 3383, 3384, 163, 3384, 3384, 3384, 3384, 3384, 3385, 161, 3385, 3385, 3385, 3385, 3385, 3386, 160, 3386, 3386, 3386, 3386, 3386, 3387, 155, 3387, 3387, 3387, 3387, 3387, 3388, 153, 3388, 3388, 3388, 3388, 3388, 3389, 137, 3389, 3389, 3389, 3389, 3389, 3390, 135, 3390, 3390, 3390, 3390, 3390, 3391, 134, 3391, 3391, 3391, 3391, 3391, 3392, 129, 3392, 3392, 3392, 3392, 3392, 3393, 128, 3393, 3393, 3393, 3393, 3393, 3394, 125, 3394, 3394, 3394, 3394, 3394, 3395, 123, 3395, 3395, 3395, 3395, 3395, 3396, 122, 3396, 3396, 3396, 3396, 3396, 3397, 121, 3397, 3397, 3397, 3397, 3397, 3398, 114, 3398, 3398, 3398, 3398, 3398, 3399, 113, 3399, 3399, 3399, 3399, 3399, 3400, 111, 110, 108, 3400, 3400, 3400, 3401, 107, 3401, 3401, 3401, 3401, 3401, 3402, 105, 3402, 3402, 3402, 3402, 3402, 3403, 104, 3403, 3403, 3403, 3403, 3403, 3404, 102, 3404, 3404, 3404, 3404, 3404, 3405, 101, 3405, 3405, 3405, 3405, 3405, 3406, 99, 3406, 3406, 3406, 3406, 3406, 3407, 98, 3407, 3407, 3407, 3407, 3407, 3408, 96, 3408, 3408, 3408, 3408, 3408, 3409, 95, 3409, 3409, 3409, 3409, 3409, 3410, 93, 3410, 3410, 3410, 3410, 3410, 3411, 92, 3411, 3411, 3411, 3411, 3411, 3412, 90, 3412, 3412, 3412, 3412, 3412, 3413, 87, 3413, 3413, 3413, 3413, 3413, 3414, 85, 3414, 3414, 3414, 3414, 3414, 3415, 84, 3415, 3415, 3415, 3415, 3415, 3416, 82, 3416, 3416, 3416, 3416, 3416, 3417, 81, 3417, 3417, 3417, 3417, 3417, 3418, 79, 3418, 3418, 3418, 3418, 3418, 3419, 78, 3419, 3419, 3419, 3419, 3419, 3420, 76, 3420, 3420, 3420, 3420, 3420, 3421, 75, 3421, 3421, 3421, 3421, 3421, 3422, 73, 3422, 3422, 3422, 3422, 3422, 3423, 72, 66, 64, 3423, 3423, 3423, 3424, 53, 3424, 3424, 3424, 3424, 3424, 3425, 51, 3425, 3425, 3425, 3425, 3425, 3426, 50, 3426, 3426, 3426, 3426, 3426, 3427, 47, 3427, 3427, 3427, 3427, 3427, 3428, 46, 3428, 3428, 3428, 3428, 3428, 3429, 45, 3429, 3429, 3429, 3429, 3429, 3430, 44, 3430, 3430, 3430, 3430, 3430, 3431, 43, 3431, 3431, 3431, 3431, 3431, 3432, 38, 3432, 3432, 3432, 3432, 3432, 3433, 37, 3433, 3433, 3433, 3433, 3433, 3434, 36, 3434, 3434, 3434, 3434, 3434, 3435, 35, 3435, 3435, 3435, 3435, 3435, 3436, 33, 3436, 3436, 3436, 3436, 3436, 3437, 31, 3437, 3437, 3437, 3437, 3437, 3438, 29, 3438, 3438, 3438, 3438, 3438, 3439, 27, 3439, 3439, 3439, 3439, 3439, 3440, 25, 3440, 3440, 3440, 3440, 3440, 3441, 23, 3441, 3441, 3441, 3441, 3441, 3442, 21, 3442, 3442, 3442, 3442, 3442, 3443, 19, 3443, 3443, 3443, 3443, 3443, 3444, 15, 3444, 3444, 3444, 3444, 3444, 3445, 13, 3445, 3445, 3445, 3445, 3445, 3446, 11, 9, 7, 3446, 3446, 3446, 3447, 4, 3447, 3447, 3447, 3447, 3447, 3448, 3, 3448, 3448, 3448, 3448, 3448, 3449, 1, 3449, 3449, 3449, 3449, 3449, 3450, 0, 3450, 3450, 3450, 3450, 3450, 3451, 0, 3451, 3451, 3451, 3451, 3451, 3452, 0, 3452, 3452, 3452, 3452, 3452, 3453, 0, 3453, 3453, 3453, 3453, 3453, 3454, 0, 3454, 3454, 3454, 3454, 3454, 3455, 0, 3455, 3455, 3455, 3455, 3455, 3456, 0, 3456, 3456, 3456, 3456, 3456, 3457, 0, 3457, 3457, 3457, 3457, 3457, 3458, 0, 3458, 3458, 3458, 3458, 3458, 3459, 0, 3459, 3459, 3459, 3459, 3459, 3460, 0, 3460, 3460, 3460, 3460, 3460, 3461, 0, 3461, 3461, 3461, 3461, 3461, 3462, 0, 3462, 3462, 3462, 3462, 3462, 3463, 0, 3463, 3463, 3463, 3463, 3463, 3464, 0, 3464, 3464, 3464, 3464, 3464, 3465, 0, 3465, 3465, 3465, 3465, 3465, 3466, 0, 3466, 3466, 3466, 3466, 3466, 3467, 0, 3467, 3467, 3467, 3467, 3467, 3468, 0, 3468, 3468, 3468, 3468, 3468, 3469, 0, 0, 0, 3469, 3469, 3469, 3470, 0, 3470, 3470, 3470, 3470, 3470, 3471, 0, 3471, 3471, 3471, 3471, 3471, 3472, 0, 3472, 3472, 3472, 3472, 3472, 3473, 0, 3473, 3473, 3473, 3473, 3473, 3474, 0, 3474, 3474, 3474, 3474, 3474, 3475, 0, 3475, 3475, 3475, 3475, 3475, 3476, 0, 3476, 3476, 3476, 3476, 3476, 3477, 0, 3477, 3477, 3477, 3477, 3477, 3478, 0, 3478, 3478, 3478, 3478, 3478, 3479, 0, 3479, 3479, 3479, 3479, 3479, 3480, 3480, 3481, 0, 3481, 3481, 3481, 3481, 3481, 3482, 0, 3482, 3482, 3482, 3482, 3482, 3483, 0, 3483, 3483, 3483, 3483, 3483, 3484, 0, 3484, 3484, 3484, 3484, 3484, 3485, 0, 3485, 3485, 3485, 3485, 3485, 3486, 0, 3486, 3486, 3486, 3486, 3486, 3487, 0, 3487, 3487, 3487, 3487, 3487, 3488, 0, 3488, 3488, 3488, 3488, 3488, 3489, 0, 3489, 3489, 3489, 3489, 3489, 3490, 0, 3490, 3490, 3490, 3490, 3490, 3491, 0, 3491, 3491, 3491, 3491, 3491, 3492, 0, 3492, 3492, 3492, 3492, 3492, 3493, 0, 3493, 3493, 3493, 3493, 3493, 3494, 0, 3494, 3494, 3494, 3494, 3494, 3495, 0, 3495, 3495, 3495, 3495, 3495, 3496, 0, 3496, 3496, 3496, 3496, 3496, 3497, 0, 3497, 3497, 3497, 3497, 3497, 3498, 0, 3498, 3498, 3498, 3498, 3498, 3499, 0, 3499, 3499, 3499, 3499, 3499, 3500, 0, 0, 0, 3500, 3500, 3500, 3501, 0, 3501, 3501, 3501, 3501, 3501, 3502, 0, 3502, 3502, 3502, 3502, 3502, 3503, 0, 3503, 3503, 3503, 3503, 3503, 3504, 0, 3504, 3504, 3504, 3504, 3504, 3505, 0, 3505, 3505, 3505, 3505, 3505, 3506, 0, 3506, 3506, 3506, 3506, 3506, 3507, 0, 3507, 3507, 3507, 3507, 3507, 3508, 0, 3508, 3508, 3508, 3508, 3508, 3509, 0, 3509, 3509, 3509, 3509, 3509, 3510, 0, 3510, 3510, 3510, 3510, 3510, 3511, 0, 3511, 3511, 3511, 3511, 3511, 3512, 0, 3512, 3512, 3512, 3512, 3512, 3513, 0, 3513, 3513, 3513, 3513, 3513, 3514, 0, 3514, 3514, 3514, 3514, 3514, 3515, 0, 3515, 3515, 3515, 3515, 3515, 3516, 0, 3516, 3516, 3516, 3516, 3516, 3517, 0, 3517, 3517, 3517, 3517, 3517, 3518, 0, 3518, 3518, 3518, 3518, 3518, 3519, 0, 3519, 3519, 3519, 3519, 3519, 3520, 0, 3520, 3520, 3520, 3520, 3520, 3521, 0, 3521, 3521, 3521, 3521, 3521, 3522, 0, 3522, 3522, 3522, 3522, 3522, 3523, 0, 3523, 3523, 3523, 3523, 3523, 3524, 0, 3524, 3524, 3524, 3524, 3524, 3525, 0, 3525, 3525, 3525, 3525, 3525, 3526, 0, 3526, 3526, 3526, 3526, 3526, 3527, 0, 3527, 3527, 3527, 3527, 3527, 3528, 0, 3528, 3528, 3528, 3528, 3528, 3529, 0, 3529, 3529, 3529, 3529, 3529, 3530, 0, 0, 0, 3530, 3530, 3530, 3531, 0, 3531, 3531, 3531, 3531, 3531, 3532, 0, 3532, 3532, 3532, 3532, 3532, 3533, 0, 3533, 3533, 3533, 3533, 3533, 3534, 0, 3534, 3534, 3534, 3534, 3534, 3535, 0, 3535, 3535, 3535, 3535, 3535, 3536, 0, 3536, 3536, 3536, 3536, 3536, 3537, 0, 3537, 3537, 3537, 3537, 3537, 3538, 0, 3538, 3538, 3538, 3538, 3538, 3539, 0, 3539, 3539, 3539, 3539, 3539, 3540, 0, 3540, 3540, 3540, 3540, 3540, 3541, 0, 3541, 3541, 3541, 3541, 3541, 3542, 0, 3542, 3542, 3542, 3542, 3542, 3543, 0, 3543, 3543, 3543, 3543, 3543, 3544, 0, 3544, 3544, 3544, 3544, 3544, 3545, 0, 3545, 3545, 3545, 3545, 3545, 3546, 0, 3546, 3546, 3546, 3546, 3546, 3547, 0, 3547, 3547, 3547, 3547, 3547, 3548, 0, 3548, 3548, 3548, 3548, 3548, 3549, 0, 3549, 3549, 3549, 3549, 3549, 3550, 0, 3550, 3550, 3550, 3550, 3550, 3551, 0, 3551, 3551, 3551, 3551, 3551, 3552, 0, 3552, 3552, 3552, 3552, 3552, 3553, 0, 3553, 3553, 3553, 3553, 3553, 3554, 0, 3554, 3554, 3554, 3554, 3554, 3555, 0, 3555, 3555, 3555, 3555, 3555, 3556, 0, 3556, 3556, 3556, 3556, 3556, 3557, 0, 3557, 3557, 3557, 3557, 3557, 3558, 0, 3558, 3558, 3558, 3558, 3558, 3559, 0, 3559, 3559, 3559, 3559, 3559, 3560, 0, 0, 0, 3560, 3560, 3560, 3561, 0, 3561, 3561, 3561, 3561, 3561, 3562, 0, 3562, 3562, 3562, 3562, 3562, 3563, 0, 3563, 3563, 3563, 3563, 3563, 3564, 0, 3564, 3564, 3564, 3564, 3564, 3565, 0, 3565, 3565, 3565, 3565, 3565, 3566, 0, 3566, 3566, 3566, 3566, 3566, 3567, 0, 3567, 3567, 3567, 3567, 3567, 3568, 0, 3568, 3568, 3568, 3568, 3568, 3569, 0, 3569, 3569, 3569, 3569, 3569, 3570, 0, 3570, 3570, 3570, 3570, 3570, 3571, 0, 3571, 3571, 3571, 3571, 3571, 3572, 0, 3572, 3572, 3572, 3572, 3572, 3573, 0, 3573, 3573, 3573, 3573, 3573, 3574, 0, 3574, 3574, 3574, 3574, 3574, 3575, 0, 3575, 3575, 3575, 3575, 3575, 3576, 0, 3576, 3576, 3576, 3576, 3576, 3577, 0, 3577, 3577, 3577, 3577, 3577, 3578, 0, 3578, 3578, 3578, 3578, 3578, 3579, 0, 3579, 3579, 3579, 3579, 3579, 3580, 0, 3580, 3580, 3580, 3580, 3580, 3581, 0, 3581, 3581, 3581, 3581, 3581, 3582, 0, 3582, 3582, 3582, 3582, 3582, 3583, 0, 3583, 3583, 3583, 3583, 3583, 3584, 0, 3584, 3584, 3584, 3584, 3584, 3585, 0, 3585, 3585, 3585, 3585, 3585, 3586, 0, 3586, 3586, 3586, 3586, 3586, 3587, 0, 3587, 3587, 3587, 3587, 3587, 3588, 0, 3588, 3588, 3588, 3588, 3588, 3589, 0, 3589, 3589, 3589, 3589, 3589, 3590, 0, 0, 0, 3590, 3590, 3590, 3591, 0, 3591, 3591, 3591, 3591, 3591, 3592, 0, 3592, 3592, 3592, 3592, 3592, 3593, 0, 3593, 3593, 3593, 3593, 3593, 3594, 0, 3594, 3594, 3594, 3594, 3594, 3595, 0, 3595, 3595, 3595, 3595, 3595, 3596, 0, 3596, 3596, 3596, 3596, 3596, 3597, 0, 3597, 3597, 3597, 3597, 3597, 3598, 0, 3598, 3598, 3598, 3598, 3598, 3599, 0, 3599, 3599, 3599, 3599, 3599, 3600, 0, 3600, 3600, 3600, 3600, 3600, 3601, 0, 3601, 3601, 3601, 3601, 3601, 3602, 0, 3602, 3602, 3602, 3602, 3602, 3603, 0, 3603, 3603, 3603, 3603, 3603, 3604, 0, 3604, 3604, 3604, 3604, 3604, 3605, 0, 3605, 3605, 3605, 3605, 3605, 3606, 0, 3606, 3606, 3606, 3606, 3606, 3607, 0, 3607, 3607, 3607, 3607, 3607, 3608, 0, 3608, 3608, 3608, 3608, 3608, 3609, 0, 3609, 3609, 3609, 3609, 3609, 3610, 0, 3610, 3610, 3610, 3610, 3610, 3611, 0, 3611, 3611, 3611, 3611, 3611, 3612, 0, 3612, 3612, 3612, 3612, 3612, 3613, 0, 3613, 3613, 3613, 3613, 3613, 3614, 0, 3614, 3614, 3614, 3614, 3614, 3615, 0, 3615, 3615, 3615, 3615, 3615, 3616, 0, 3616, 3616, 3616, 3616, 3616, 3617, 0, 3617, 3617, 3617, 3617, 3617, 3618, 0, 3618, 3618, 3618, 3618, 3618, 3619, 0, 3619, 3619, 3619, 3619, 3619, 3620, 0, 0, 0, 3620, 3620, 3620, 3621, 0, 3621, 3621, 3621, 3621, 3621, 3622, 0, 3622, 3622, 3622, 3622, 3622, 3623, 0, 3623, 3623, 3623, 3623, 3623, 3624, 0, 3624, 3624, 3624, 3624, 3624, 3625, 0, 3625, 3625, 3625, 3625, 3625, 3626, 0, 3626, 3626, 3626, 3626, 3626, 3627, 0, 3627, 3627, 3627, 3627, 3627, 3628, 0, 3628, 3628, 3628, 3628, 3628, 3629, 0, 3629, 3629, 3629, 3629, 3629, 3630, 0, 3630, 3630, 3630, 3630, 3630, 3631, 0, 3631, 3631, 3631, 3631, 3631, 3632, 0, 3632, 3632, 3632, 3632, 3632, 3633, 0, 3633, 3633, 3633, 3633, 3633, 3634, 0, 3634, 3634, 3634, 3634, 3634, 3635, 0, 3635, 3635, 3635, 3635, 3635, 3636, 0, 3636, 3636, 3636, 3636, 3636, 3637, 0, 3637, 3637, 3637, 3637, 3637, 3638, 0, 3638, 3638, 3638, 3638, 3638, 3639, 0, 3639, 3639, 3639, 3639, 3639, 3640, 0, 3640, 3640, 3640, 3640, 3640, 3641, 0, 3641, 3641, 3641, 3641, 3641, 3642, 0, 3642, 3642, 3642, 3642, 3642, 3643, 0, 3643, 3643, 3643, 3643, 3643, 3644, 0, 3644, 3644, 3644, 3644, 3644, 3645, 0, 3645, 3645, 3645, 3645, 3645, 3646, 0, 3646, 3646, 3646, 3646, 3646, 3647, 0, 3647, 3647, 3647, 3647, 3647, 3648, 0, 3648, 3648, 3648, 3648, 3648, 3649, 0, 3649, 3649, 3649, 3649, 3649, 3650, 0, 0, 0, 3650, 3650, 3650, 3651, 0, 3651, 3651, 3651, 3651, 3651, 3652, 0, 3652, 3652, 3652, 3652, 3652, 3653, 0, 3653, 3653, 3653, 3653, 3653, 3654, 0, 3654, 3654, 3654, 3654, 3654, 3655, 0, 3655, 3655, 3655, 3655, 3655, 3656, 0, 3656, 3656, 3656, 3656, 3656, 3657, 0, 3657, 3657, 3657, 3657, 3657, 3658, 0, 3658, 3658, 3658, 3658, 3658, 3659, 0, 3659, 3659, 3659, 3659, 3659, 3660, 0, 3660, 3660, 3660, 3660, 3660, 3661, 0, 3661, 3661, 3661, 3661, 3661, 3662, 0, 3662, 3662, 3662, 3662, 3662, 3663, 0, 3663, 3663, 3663, 3663, 3663, 3664, 0, 3664, 3664, 3664, 3664, 3664, 3665, 0, 3665, 3665, 3665, 3665, 3665, 3666, 0, 3666, 3666, 3666, 3666, 3666, 3667, 0, 3667, 3667, 3667, 3667, 3667, 3668, 0, 3668, 3668, 3668, 3668, 3668, 3669, 0, 3669, 3669, 3669, 3669, 3669, 3670, 0, 3670, 3670, 3670, 3670, 3670, 3671, 0, 3671, 3671, 3671, 3671, 3671, 3672, 0, 3672, 3672, 3672, 3672, 3672, 3673, 0, 3673, 3673, 3673, 3673, 3673, 3674, 0, 3674, 3674, 3674, 3674, 3674, 3675, 0, 3675, 3675, 3675, 3675, 3675, 3676, 0, 3676, 3676, 3676, 3676, 3676, 3677, 0, 3677, 3677, 3677, 3677, 3677, 3678, 0, 3678, 3678, 3678, 3678, 3678, 3679, 0, 3679, 3679, 3679, 3679, 3679, 3680, 0, 0, 0, 3680, 3680, 3680, 3681, 0, 3681, 3681, 3681, 3681, 3681, 3682, 0, 3682, 3682, 3682, 3682, 3682, 3683, 0, 3683, 3683, 3683, 3683, 3683, 3684, 0, 3684, 3684, 3684, 3684, 3684, 3685, 0, 3685, 3685, 3685, 3685, 3685, 3686, 0, 3686, 3686, 3686, 3686, 3686, 3687, 0, 3687, 3687, 3687, 3687, 3687, 3688, 0, 3688, 3688, 3688, 3688, 3688, 3689, 0, 3689, 3689, 3689, 3689, 3689, 3690, 0, 3690, 3690, 3690, 3690, 3690, 3691, 0, 3691, 3691, 3691, 3691, 3691, 3692, 0, 3692, 3692, 3692, 3692, 3692, 3693, 0, 3693, 3693, 3693, 3693, 3693, 3694, 0, 3694, 3694, 3694, 3694, 3694, 3695, 0, 3695, 3695, 3695, 3695, 3695, 3696, 0, 3696, 3696, 3696, 3696, 3696, 3697, 0, 3697, 3697, 3697, 3697, 3697, 3698, 0, 3698, 3698, 3698, 3698, 3698, 3699, 0, 3699, 3699, 3699, 3699, 3699, 3700, 0, 3700, 3700, 3700, 3700, 3700, 3701, 0, 3701, 3701, 3701, 3701, 3701, 3702, 0, 3702, 3702, 3702, 3702, 3702, 3703, 0, 3703, 3703, 3703, 3703, 3703, 3704, 0, 3704, 3704, 3704, 3704, 3704, 3705, 0, 3705, 3705, 3705, 3705, 3705, 3706, 0, 3706, 3706, 3706, 3706, 3706, 3707, 0, 3707, 3707, 3707, 3707, 3707, 3708, 0, 3708, 3708, 3708, 3708, 3708, 3709, 0, 3709, 3709, 3709, 3709, 3709, 3710, 0, 0, 0, 3710, 3710, 3710, 3711, 0, 3711, 3711, 3711, 3711, 3711, 3712, 0, 3712, 3712, 3712, 3712, 3712, 3713, 0, 3713, 3713, 3713, 3713, 3713, 3714, 0, 3714, 3714, 3714, 3714, 3714, 3715, 0, 3715, 3715, 3715, 3715, 3715, 3716, 0, 3716, 3716, 3716, 3716, 3716, 3717, 0, 3717, 3717, 3717, 3717, 3717, 3718, 0, 3718, 3718, 3718, 3718, 3718, 3719, 0, 3719, 3719, 3719, 3719, 3719, 3720, 0, 3720, 3720, 3720, 3720, 3720, 3721, 0, 3721, 3721, 3721, 3721, 3721, 3722, 0, 3722, 3722, 3722, 3722, 3722, 3723, 0, 3723, 3723, 3723, 3723, 3723, 3724, 0, 3724, 3724, 3724, 3724, 3724, 3725, 0, 3725, 3725, 3725, 3725, 3725, 3726, 0, 3726, 3726, 3726, 3726, 3726, 3727, 0, 3727, 3727, 3727, 3727, 3727, 3728, 0, 3728, 3728, 3728, 3728, 3728, 3729, 0, 3729, 3729, 3729, 3729, 3729, 3730, 0, 3730, 3730, 3730, 3730, 3730, 3731, 0, 3731, 3731, 3731, 3731, 3731, 3732, 0, 3732, 3732, 3732, 3732, 3732, 3733, 0, 3733, 3733, 3733, 3733, 3733, 3734, 0, 3734, 3734, 3734, 3734, 3734, 3735, 0, 3735, 3735, 3735, 3735, 3735, 3736, 0, 3736, 3736, 3736, 3736, 3736, 3737, 0, 3737, 3737, 3737, 3737, 3737, 3738, 0, 3738, 3738, 3738, 3738, 3738, 3739, 0, 3739, 3739, 3739, 3739, 3739, 3740, 0, 0, 0, 3740, 3740, 3740, 3741, 0, 3741, 3741, 3741, 3741, 3741, 3742, 0, 3742, 3742, 3742, 3742, 3742, 3743, 0, 3743, 3743, 3743, 3743, 3743, 3744, 0, 3744, 3744, 3744, 3744, 3744, 3745, 0, 3745, 3745, 3745, 3745, 3745, 3746, 0, 3746, 3746, 3746, 3746, 3746, 3747, 0, 3747, 3747, 3747, 3747, 3747, 3748, 0, 3748, 3748, 3748, 3748, 3748, 3749, 0, 3749, 3749, 3749, 3749, 3749, 3750, 0, 3750, 3750, 3750, 3750, 3750, 3751, 0, 3751, 3751, 3751, 3751, 3751, 3752, 0, 3752, 3752, 3752, 3752, 3752, 3753, 0, 3753, 3753, 3753, 3753, 3753, 3754, 0, 3754, 3754, 3754, 3754, 3754, 3755, 0, 3755, 3755, 3755, 3755, 3755, 3756, 0, 3756, 3756, 3756, 3756, 3756, 3757, 0, 3757, 3757, 3757, 3757, 3757, 3758, 0, 3758, 3758, 3758, 3758, 3758, 3759, 0, 3759, 3759, 3759, 3759, 3759, 3760, 0, 3760, 3760, 3760, 3760, 3760, 3761, 0, 3761, 3761, 3761, 3761, 3761, 3762, 0, 3762, 3762, 3762, 3762, 3762, 3763, 0, 3763, 3763, 3763, 3763, 3763, 3764, 0, 3764, 3764, 3764, 3764, 3764, 3765, 0, 3765, 3765, 3765, 3765, 3765, 3766, 0, 3766, 3766, 3766, 3766, 3766, 3767, 0, 3767, 3767, 3767, 3767, 3767, 3768, 0, 3768, 3768, 3768, 3768, 3768, 3769, 0, 3769, 3769, 3769, 3769, 3769, 3770, 0, 0, 0, 3770, 3770, 3770, 3771, 0, 3771, 3771, 3771, 3771, 3771, 3772, 0, 3772, 3772, 3772, 3772, 3772, 3773, 0, 3773, 3773, 3773, 3773, 3773, 3774, 0, 3774, 3774, 3774, 3774, 3774, 3775, 0, 3775, 3775, 3775, 3775, 3775, 3776, 0, 3776, 3776, 3776, 3776, 3776, 3777, 0, 3777, 3777, 3777, 3777, 3777, 3778, 0, 3778, 3778, 3778, 3778, 3778, 3779, 0, 3779, 3779, 3779, 3779, 3779, 3780, 0, 3780, 3780, 3780, 3780, 3780, 3781, 0, 3781, 3781, 3781, 3781, 3781, 3782, 0, 3782, 3782, 3782, 3782, 3782, 3783, 0, 3783, 3783, 3783, 3783, 3783, 3784, 0, 3784, 3784, 3784, 3784, 3784, 3785, 0, 3785, 3785, 3785, 3785, 3785, 3786, 0, 3786, 3786, 3786, 3786, 3786, 3787, 0, 3787, 3787, 3787, 3787, 3787, 3788, 0, 3788, 3788, 3788, 3788, 3788, 3789, 0, 3789, 3789, 3789, 3789, 3789, 3790, 0, 3790, 3790, 3790, 3790, 3790, 3791, 0, 3791, 3791, 3791, 3791, 3791, 3792, 0, 3792, 3792, 3792, 3792, 3792, 3793, 0, 3793, 3793, 3793, 3793, 3793, 3794, 0, 3794, 3794, 3794, 3794, 3794, 3795, 0, 3795, 3795, 3795, 3795, 3795, 3796, 0, 3796, 3796, 3796, 3796, 3796, 3797, 0, 3797, 3797, 3797, 3797, 3797, 3798, 0, 3798, 3798, 3798, 3798, 3798, 3799, 0, 3799, 3799, 3799, 3799, 3799, 3800, 0, 0, 0, 3800, 3800, 3800, 3801, 0, 3801, 3801, 3801, 3801, 3801, 3802, 0, 3802, 3802, 3802, 3802, 3802, 3803, 0, 3803, 3803, 3803, 3803, 3803, 3804, 0, 3804, 3804, 3804, 3804, 3804, 3805, 0, 3805, 3805, 3805, 3805, 3805, 3806, 0, 3806, 3806, 3806, 3806, 3806, 3807, 0, 3807, 3807, 3807, 3807, 3807, 3808, 0, 3808, 3808, 3808, 3808, 3808, 3809, 0, 3809, 3809, 3809, 3809, 3809, 3810, 0, 3810, 3810, 3810, 3810, 3810, 3811, 0, 3811, 3811, 3811, 3811, 3811, 3812, 0, 3812, 3812, 3812, 3812, 3812, 3813, 0, 3813, 3813, 3813, 3813, 3813, 3814, 0, 3814, 3814, 3814, 3814, 3814, 3815, 0, 3815, 3815, 3815, 3815, 3815, 3816, 0, 3816, 3816, 3816, 3816, 3816, 3817, 0, 3817, 3817, 3817, 3817, 3817, 3818, 0, 3818, 3818, 3818, 3818, 3818, 3819, 0, 3819, 3819, 3819, 3819, 3819, 3820, 0, 3820, 3820, 3820, 3820, 3820, 3821, 0, 3821, 3821, 3821, 3821, 3821, 3822, 0, 3822, 3822, 3822, 3822, 3822, 3823, 0, 3823, 3823, 3823, 3823, 3823, 3824, 0, 3824, 3824, 3824, 3824, 3824, 3825, 0, 3825, 3825, 3825, 3825, 3825, 3826, 0, 3826, 3826, 3826, 3826, 3826, 3827, 0, 3827, 3827, 3827, 3827, 3827, 3828, 0, 3828, 3828, 3828, 3828, 3828, 3829, 0, 3829, 3829, 3829, 3829, 3829, 3830, 0, 0, 0, 3830, 3830, 3830, 3831, 0, 3831, 3831, 3831, 3831, 3831, 3832, 0, 3832, 3832, 3832, 3832, 3832, 3833, 0, 3833, 3833, 3833, 3833, 3833, 3834, 0, 3834, 3834, 3834, 3834, 3834, 3835, 0, 3835, 3835, 3835, 3835, 3835, 3836, 0, 3836, 3836, 3836, 3836, 3836, 3837, 0, 3837, 3837, 3837, 3837, 3837, 3838, 0, 3838, 3838, 3838, 3838, 3838, 3839, 0, 3839, 3839, 3839, 3839, 3839, 3840, 0, 3840, 3840, 3840, 3840, 3840, 3841, 0, 3841, 3841, 3841, 3841, 3841, 3842, 0, 3842, 3842, 3842, 3842, 3842, 3843, 0, 3843, 3843, 3843, 3843, 3843, 3844, 0, 3844, 3844, 3844, 3844, 3844, 3845, 0, 3845, 3845, 3845, 3845, 3845, 3846, 0, 3846, 3846, 3846, 3846, 3846, 3847, 0, 3847, 3847, 3847, 3847, 3847, 3848, 0, 3848, 3848, 3848, 3848, 3848, 3849, 0, 3849, 3849, 3849, 3849, 3849, 3850, 0, 3850, 3850, 3850, 3850, 3850, 3851, 0, 3851, 3851, 3851, 3851, 3851, 3852, 0, 3852, 3852, 3852, 3852, 3852, 3853, 0, 3853, 3853, 3853, 3853, 3853, 3854, 0, 3854, 3854, 3854, 3854, 3854, 3855, 0, 3855, 3855, 3855, 3855, 3855, 3856, 0, 3856, 3856, 3856, 3856, 3856, 3857, 0, 3857, 3857, 3857, 3857, 3857, 3858, 0, 3858, 3858, 3858, 3858, 3858, 3859, 0, 3859, 3859, 3859, 3859, 3859, 3860, 0, 0, 0, 3860, 3860, 3860, 3861, 0, 3861, 3861, 3861, 3861, 3861, 3862, 0, 3862, 3862, 3862, 3862, 3862, 3863, 0, 3863, 3863, 3863, 3863, 3863, 3864, 0, 3864, 3864, 3864, 3864, 3864, 3865, 0, 3865, 3865, 3865, 3865, 3865, 3866, 0, 3866, 3866, 3866, 3866, 3866, 3867, 0, 3867, 3867, 3867, 3867, 3867, 3868, 0, 3868, 3868, 3868, 3868, 3868, 3869, 0, 3869, 3869, 3869, 3869, 3869, 3870, 0, 3870, 3870, 3870, 3870, 3870, 3871, 0, 3871, 3871, 3871, 3871, 3871, 3872, 0, 3872, 3872, 3872, 3872, 3872, 3873, 0, 3873, 3873, 3873, 3873, 3873, 3874, 0, 3874, 3874, 3874, 3874, 3874, 3875, 0, 3875, 3875, 3875, 3875, 3875, 3876, 0, 3876, 3876, 3876, 3876, 3876, 3877, 0, 3877, 3877, 3877, 3877, 3877, 3878, 0, 3878, 3878, 3878, 3878, 3878, 3879, 0, 3879, 3879, 3879, 3879, 3879, 3880, 0, 3880, 3880, 3880, 3880, 3880, 3881, 0, 3881, 3881, 3881, 3881, 3881, 3882, 0, 3882, 3882, 3882, 3882, 3882, 3883, 0, 3883, 3883, 3883, 3883, 3883, 3884, 0, 3884, 3884, 3884, 3884, 3884, 3885, 0, 3885, 3885, 3885, 3885, 3885, 3886, 0, 3886, 3886, 3886, 3886, 3886, 3887, 0, 3887, 3887, 3887, 3887, 3887, 3888, 0, 3888, 3888, 3888, 3888, 3888, 3889, 0, 3889, 3889, 3889, 3889, 3889, 3890, 0, 0, 0, 3890, 3890, 3890, 3891, 0, 3891, 3891, 3891, 3891, 3891, 3892, 0, 3892, 3892, 3892, 3892, 3892, 3893, 0, 3893, 3893, 3893, 3893, 3893, 3894, 0, 3894, 3894, 3894, 3894, 3894, 3895, 0, 3895, 3895, 3895, 3895, 3895, 3896, 0, 3896, 3896, 3896, 3896, 3896, 3897, 0, 3897, 3897, 3897, 3897, 3897, 3898, 0, 3898, 3898, 3898, 3898, 3898, 3899, 0, 3899, 3899, 3899, 3899, 3899, 3900, 0, 3900, 3900, 3900, 3900, 3900, 3901, 0, 3901, 3901, 3901, 3901, 3901, 3902, 0, 3902, 3902, 3902, 3902, 3902, 3903, 0, 3903, 3903, 3903, 3903, 3903, 3904, 0, 3904, 3904, 3904, 3904, 3904, 3905, 0, 3905, 3905, 3905, 3905, 3905, 3906, 0, 3906, 3906, 3906, 3906, 3906, 3907, 0, 3907, 3907, 3907, 3907, 3907, 3908, 0, 3908, 3908, 3908, 3908, 3908, 3909, 0, 3909, 3909, 3909, 3909, 3909, 3910, 0, 3910, 3910, 3910, 3910, 3910, 3911, 0, 3911, 3911, 3911, 3911, 3911, 3912, 0, 3912, 3912, 3912, 3912, 3912, 3913, 0, 3913, 3913, 3913, 3913, 3913, 3914, 0, 3914, 3914, 3914, 3914, 3914, 3915, 0, 3915, 3915, 3915, 3915, 3915, 3916, 0, 3916, 3916, 3916, 3916, 3916, 3917, 0, 3917, 3917, 3917, 3917, 3917, 3918, 0, 3918, 3918, 3918, 3918, 3918, 3919, 0, 3919, 3919, 3919, 3919, 3919, 3920, 0, 0, 0, 3920, 3920, 3920, 3921, 0, 3921, 3921, 3921, 3921, 3921, 3922, 0, 3922, 3922, 3922, 3922, 3922, 3923, 0, 3923, 3923, 3923, 3923, 3923, 3924, 0, 3924, 3924, 3924, 3924, 3924, 3925, 0, 3925, 3925, 3925, 3925, 3925, 3926, 0, 3926, 3926, 3926, 3926, 3926, 3927, 0, 3927, 3927, 3927, 3927, 3927, 3928, 0, 3928, 3928, 3928, 3928, 3928, 3929, 0, 3929, 3929, 3929, 3929, 3929, 3930, 0, 3930, 3930, 3930, 3930, 3930, 3931, 0, 3931, 3931, 3931, 3931, 3931, 3932, 0, 3932, 3932, 3932, 3932, 3932, 3933, 0, 3933, 3933, 3933, 3933, 3933, 3934, 0, 3934, 3934, 3934, 3934, 3934, 3935, 0, 3935, 3935, 3935, 3935, 3935, 3936, 0, 3936, 3936, 3936, 3936, 3936, 3937, 0, 3937, 3937, 3937, 3937, 3937, 3938, 0, 3938, 3938, 3938, 3938, 3938, 3939, 0, 3939, 3939, 3939, 3939, 3939, 3940, 0, 3940, 3940, 3940, 3940, 3940, 3941, 0, 3941, 3941, 3941, 3941, 3941, 3942, 0, 3942, 3942, 3942, 3942, 3942, 3943, 0, 3943, 3943, 3943, 3943, 3943, 3944, 0, 3944, 3944, 3944, 3944, 3944, 3945, 0, 3945, 3945, 3945, 3945, 3945, 3946, 0, 3946, 3946, 3946, 3946, 3946, 3947, 0, 3947, 3947, 3947, 3947, 3947, 3948, 0, 3948, 3948, 3948, 3948, 3948, 3949, 0, 3949, 3949, 3949, 3949, 3949, 3950, 0, 0, 0, 3950, 3950, 3950, 3951, 0, 3951, 3951, 3951, 3951, 3951, 3952, 0, 3952, 3952, 3952, 3952, 3952, 3953, 0, 3953, 3953, 3953, 3953, 3953, 3954, 0, 3954, 3954, 3954, 3954, 3954, 3955, 0, 3955, 3955, 3955, 3955, 3955, 3956, 0, 3956, 3956, 3956, 3956, 3956, 3957, 0, 3957, 3957, 3957, 3957, 3957, 3958, 0, 3958, 3958, 3958, 3958, 3958, 3959, 0, 3959, 3959, 3959, 3959, 3959, 3960, 0, 3960, 3960, 3960, 3960, 3960, 3961, 0, 3961, 3961, 3961, 3961, 3961, 3962, 0, 3962, 3962, 3962, 3962, 3962, 3963, 0, 3963, 3963, 3963, 3963, 3963, 3964, 0, 3964, 3964, 3964, 3964, 3964, 3965, 0, 3965, 3965, 3965, 3965, 3965, 3966, 0, 3966, 3966, 3966, 3966, 3966, 3967, 0, 3967, 3967, 3967, 3967, 3967, 3968, 0, 3968, 3968, 3968, 3968, 3968, 3969, 0, 3969, 3969, 3969, 3969, 3969, 3970, 0, 3970, 3970, 3970, 3970, 3970, 3971, 0, 3971, 3971, 3971, 3971, 3971, 3972, 0, 3972, 3972, 3972, 3972, 3972, 3973, 0, 3973, 3973, 3973, 3973, 3973, 3974, 0, 3974, 3974, 3974, 3974, 3974, 3975, 0, 3975, 3975, 3975, 3975, 3975, 3976, 0, 3976, 3976, 3976, 3976, 3976, 3977, 0, 3977, 3977, 3977, 3977, 3977, 3978, 0, 3978, 3978, 3978, 3978, 3978, 3979, 0, 3979, 3979, 3979, 3979, 3979, 3980, 0, 0, 0, 3980, 3980, 3980, 3981, 0, 3981, 3981, 3981, 3981, 3981, 3982, 0, 3982, 3982, 3982, 3982, 3982, 3983, 0, 3983, 3983, 3983, 3983, 3983, 3984, 0, 3984, 3984, 3984, 3984, 3984, 3985, 0, 3985, 3985, 3985, 3985, 3985, 3986, 0, 3986, 3986, 3986, 3986, 3986, 3987, 0, 3987, 3987, 3987, 3987, 3987, 3988, 0, 3988, 3988, 3988, 3988, 3988, 3989, 0, 3989, 3989, 3989, 3989, 3989, 3990, 0, 3990, 3990, 3990, 3990, 3990, 3991, 0, 3991, 3991, 3991, 3991, 3991, 3992, 0, 3992, 3992, 3992, 3992, 3992, 3993, 0, 3993, 3993, 3993, 3993, 3993, 3994, 0, 3994, 3994, 3994, 3994, 3994, 3995, 0, 3995, 3995, 3995, 3995, 3995, 3996, 0, 3996, 3996, 3996, 3996, 3996, 3997, 0, 3997, 3997, 3997, 3997, 3997, 3998, 0, 3998, 3998, 3998, 3998, 3998, 3999, 0, 3999, 3999, 3999, 3999, 3999, 4000, 0, 4000, 4000, 4000, 4000, 4000, 4001, 0, 4001, 4001, 4001, 4001, 4001, 4002, 0, 4002, 4002, 4002, 4002, 4002, 4003, 0, 4003, 4003, 4003, 4003, 4003, 4004, 0, 4004, 4004, 4004, 4004, 4004, 4005, 0, 4005, 4005, 4005, 4005, 4005, 4006, 0, 4006, 4006, 4006, 4006, 4006, 4007, 0, 4007, 4007, 4007, 4007, 4007, 4008, 0, 4008, 4008, 4008, 4008, 4008, 4009, 0, 4009, 4009, 4009, 4009, 4009, 4010, 0, 0, 0, 4010, 4010, 4010, 4011, 0, 4011, 4011, 4011, 4011, 4011, 4012, 0, 4012, 4012, 4012, 4012, 4012, 4013, 0, 4013, 4013, 4013, 4013, 4013, 4014, 0, 4014, 4014, 4014, 4014, 4014, 4015, 0, 4015, 4015, 4015, 4015, 4015, 4016, 0, 4016, 4016, 4016, 4016, 4016, 4017, 0, 4017, 4017, 4017, 4017, 4017, 4018, 0, 4018, 4018, 4018, 4018, 4018, 4019, 0, 4019, 4019, 4019, 4019, 4019, 4020, 0, 4020, 4020, 4020, 4020, 4020, 4021, 0, 4021, 4021, 4021, 4021, 4021, 4022, 0, 4022, 4022, 4022, 4022, 4022, 4023, 0, 4023, 4023, 4023, 4023, 4023, 4024, 0, 4024, 4024, 4024, 4024, 4024, 4025, 0, 4025, 4025, 4025, 4025, 4025, 4026, 0, 4026, 4026, 4026, 4026, 4026, 4027, 0, 4027, 4027, 4027, 4027, 4027, 4028, 0, 4028, 4028, 4028, 4028, 4028, 4029, 0, 4029, 4029, 4029, 4029, 4029, 4030, 0, 4030, 4030, 4030, 4030, 4030, 4031, 0, 4031, 4031, 4031, 4031, 4031, 4032, 0, 4032, 4032, 4032, 4032, 4032, 4033, 0, 4033, 4033, 4033, 4033, 4033, 4034, 0, 4034, 4034, 4034, 4034, 4034, 4035, 0, 4035, 4035, 4035, 4035, 4035, 4036, 0, 4036, 4036, 4036, 4036, 4036, 4037, 0, 4037, 4037, 4037, 4037, 4037, 4038, 0, 4038, 4038, 4038, 4038, 4038, 4039, 0, 4039, 4039, 4039, 4039, 4039, 4040, 0, 0, 0, 4040, 4040, 4040, 4041, 0, 4041, 4041, 4041, 4041, 4041, 4042, 0, 4042, 4042, 4042, 4042, 4042, 4043, 0, 4043, 4043, 4043, 4043, 4043, 4044, 0, 4044, 4044, 4044, 4044, 4044, 4045, 0, 4045, 4045, 4045, 4045, 4045, 4046, 0, 4046, 4046, 4046, 4046, 4046, 4047, 0, 4047, 4047, 4047, 4047, 4047, 4048, 0, 4048, 4048, 4048, 4048, 4048, 4049, 0, 4049, 4049, 4049, 4049, 4049, 4050, 0, 4050, 4050, 4050, 4050, 4050, 4051, 0, 4051, 4051, 4051, 4051, 4051, 4052, 0, 4052, 4052, 4052, 4052, 4052, 4053, 0, 4053, 4053, 4053, 4053, 4053, 4054, 0, 4054, 4054, 4054, 4054, 4054, 4055, 0, 4055, 4055, 4055, 4055, 4055, 4056, 0, 4056, 4056, 4056, 4056, 4056, 4057, 0, 4057, 4057, 4057, 4057, 4057, 4058, 0, 4058, 4058, 4058, 4058, 4058, 4059, 0, 4059, 4059, 4059, 4059, 4059, 4060, 0, 4060, 4060, 4060, 4060, 4060, 4061, 0, 4061, 4061, 4061, 4061, 4061, 4062, 0, 4062, 4062, 4062, 4062, 4062, 4063, 0, 4063, 4063, 4063, 4063, 4063, 4064, 0, 4064, 4064, 4064, 4064, 4064, 4065, 0, 4065, 4065, 4065, 4065, 4065, 4066, 0, 4066, 4066, 4066, 4066, 4066, 4067, 0, 4067, 4067, 4067, 4067, 4067, 4068, 0, 4068, 4068, 4068, 4068, 4068, 4069, 0, 4069, 4069, 4069, 4069, 4069, 4070, 0, 0, 0, 4070, 4070, 4070, 4071, 0, 4071, 4071, 4071, 4071, 4071, 4072, 0, 4072, 4072, 4072, 4072, 4072, 4073, 0, 4073, 4073, 4073, 4073, 4073, 4074, 0, 4074, 4074, 4074, 4074, 4074, 4075, 0, 4075, 4075, 4075, 4075, 4075, 4076, 0, 4076, 4076, 4076, 4076, 4076, 4077, 0, 4077, 4077, 4077, 4077, 4077, 4078, 0, 4078, 4078, 4078, 4078, 4078, 4079, 0, 4079, 4079, 4079, 4079, 4079, 4080, 0, 4080, 4080, 4080, 4080, 4080, 4081, 0, 4081, 4081, 4081, 4081, 4081, 4082, 0, 4082, 4082, 4082, 4082, 4082, 4083, 0, 4083, 4083, 4083, 4083, 4083, 4084, 0, 4084, 4084, 4084, 4084, 4084, 4085, 0, 4085, 4085, 4085, 4085, 4085, 4086, 0, 4086, 4086, 4086, 4086, 4086, 4087, 0, 4087, 4087, 4087, 4087, 4087, 4088, 0, 4088, 4088, 4088, 4088, 4088, 4089, 0, 4089, 4089, 4089, 4089, 4089, 4090, 0, 4090, 4090, 4090, 4090, 4090, 4091, 0, 4091, 4091, 4091, 4091, 4091, 4092, 0, 4092, 4092, 4092, 4092, 4092, 4093, 0, 4093, 4093, 4093, 4093, 4093, 4094, 0, 4094, 4094, 4094, 4094, 4094, 4095, 0, 4095, 4095, 4095, 4095, 4095, 4096, 0, 4096, 4096, 4096, 4096, 4096, 4097, 0, 4097, 4097, 4097, 4097, 4097, 4098, 0, 4098, 4098, 4098, 4098, 4098, 4099, 0, 4099, 4099, 4099, 4099, 4099, 4100, 0, 0, 0, 4100, 4100, 4100, 4101, 0, 4101, 4101, 4101, 4101, 4101, 4102, 0, 4102, 4102, 4102, 4102, 4102, 4103, 0, 4103, 4103, 4103, 4103, 4103, 4104, 0, 4104, 4104, 4104, 4104, 4104, 4105, 0, 4105, 4105, 4105, 4105, 4105, 4106, 0, 4106, 4106, 4106, 4106, 4106, 4107, 0, 4107, 4107, 4107, 4107, 4107, 4108, 0, 4108, 4108, 4108, 4108, 4108, 4109, 0, 4109, 4109, 4109, 4109, 4109, 4110, 0, 4110, 4110, 4110, 4110, 4110, 4111, 0, 4111, 4111, 4111, 4111, 4111, 4112, 0, 4112, 4112, 4112, 4112, 4112, 4113, 0, 4113, 4113, 4113, 4113, 4113, 4114, 0, 4114, 4114, 4114, 4114, 4114, 4115, 0, 4115, 4115, 4115, 4115, 4115, 4116, 0, 4116, 4116, 4116, 4116, 4116, 4117, 0, 4117, 4117, 4117, 4117, 4117, 4118, 0, 4118, 4118, 4118, 4118, 4118, 4119, 0, 4119, 4119, 4119, 4119, 4119, 4120, 0, 4120, 4120, 4120, 4120, 4120, 4121, 0, 4121, 4121, 4121, 4121, 4121, 4122, 0, 4122, 4122, 4122, 4122, 4122, 4123, 0, 4123, 4123, 4123, 4123, 4123, 4124, 0, 4124, 4124, 4124, 4124, 4124, 4125, 0, 4125, 4125, 4125, 4125, 4125, 4126, 0, 4126, 4126, 4126, 4126, 4126, 4127, 0, 4127, 4127, 4127, 4127, 4127, 4128, 0, 4128, 4128, 4128, 4128, 4128, 4129, 0, 4129, 4129, 4129, 4129, 4129, 4130, 0, 0, 0, 4130, 4130, 4130, 4131, 0, 4131, 4131, 4131, 4131, 4131, 4132, 0, 4132, 4132, 4132, 4132, 4132, 4133, 0, 4133, 4133, 4133, 4133, 4133, 4134, 0, 4134, 4134, 4134, 4134, 4134, 4135, 0, 4135, 4135, 4135, 4135, 4135, 4136, 0, 4136, 4136, 4136, 4136, 4136, 4137, 0, 4137, 4137, 4137, 4137, 4137, 4138, 0, 4138, 4138, 4138, 4138, 4138, 4139, 0, 4139, 4139, 4139, 4139, 4139, 4140, 0, 4140, 4140, 4140, 4140, 4140, 4141, 0, 4141, 4141, 4141, 4141, 4141, 4142, 0, 4142, 4142, 4142, 4142, 4142, 4143, 0, 4143, 4143, 4143, 4143, 4143, 4144, 0, 4144, 4144, 4144, 4144, 4144, 4145, 0, 4145, 4145, 4145, 4145, 4145, 4146, 0, 4146, 4146, 4146, 4146, 4146, 4147, 0, 4147, 4147, 4147, 4147, 4147, 4148, 0, 4148, 4148, 4148, 4148, 4148, 4149, 0, 4149, 4149, 4149, 4149, 4149, 4150, 0, 4150, 4150, 4150, 4150, 4150, 4151, 0, 4151, 4151, 4151, 4151, 4151, 4152, 0, 4152, 4152, 4152, 4152, 4152, 4153, 0, 4153, 4153, 4153, 4153, 4153, 4154, 0, 4154, 4154, 4154, 4154, 4154, 4155, 0, 4155, 4155, 4155, 4155, 4155, 4156, 0, 4156, 4156, 4156, 4156, 4156, 4157, 0, 4157, 4157, 4157, 4157, 4157, 4158, 0, 4158, 4158, 4158, 4158, 4158, 4159, 0, 4159, 4159, 4159, 4159, 4159, 4160, 0, 0, 0, 4160, 4160, 4160, 4161, 0, 4161, 4161, 4161, 4161, 4161, 4162, 0, 4162, 4162, 4162, 4162, 4162, 4163, 0, 4163, 4163, 4163, 4163, 4163, 4164, 0, 4164, 4164, 4164, 4164, 4164, 4165, 0, 4165, 4165, 4165, 4165, 4165, 4166, 0, 4166, 4166, 4166, 4166, 4166, 4167, 0, 4167, 4167, 4167, 4167, 4167, 4168, 0, 4168, 4168, 4168, 4168, 4168, 4169, 0, 4169, 4169, 4169, 4169, 4169, 4170, 0, 4170, 4170, 4170, 4170, 4170, 4171, 0, 4171, 4171, 4171, 4171, 4171, 4172, 0, 4172, 4172, 4172, 4172, 4172, 4173, 0, 4173, 4173, 4173, 4173, 4173, 4174, 0, 4174, 4174, 4174, 4174, 4174, 4175, 0, 4175, 4175, 4175, 4175, 4175, 4176, 0, 4176, 4176, 4176, 4176, 4176, 4177, 0, 4177, 4177, 4177, 4177, 4177, 4178, 0, 4178, 4178, 4178, 4178, 4178, 4179, 0, 4179, 4179, 4179, 4179, 4179, 4180, 0, 4180, 4180, 4180, 4180, 4180, 4181, 0, 4181, 4181, 4181, 4181, 4181, 4182, 0, 4182, 4182, 4182, 4182, 4182, 4183, 0, 4183, 4183, 4183, 4183, 4183, 4184, 0, 4184, 4184, 4184, 4184, 4184, 4185, 0, 4185, 4185, 4185, 4185, 4185, 4186, 0, 4186, 4186, 4186, 4186, 4186, 4187, 0, 4187, 4187, 4187, 4187, 4187, 4188, 0, 4188, 4188, 4188, 4188, 4188, 4189, 0, 4189, 4189, 4189, 4189, 4189, 4190, 0, 0, 0, 4190, 4190, 4190, 4191, 0, 4191, 4191, 4191, 4191, 4191, 4192, 0, 4192, 4192, 4192, 4192, 4192, 4193, 0, 4193, 4193, 4193, 4193, 4193, 4194, 0, 4194, 4194, 4194, 4194, 4194, 4195, 0, 4195, 4195, 4195, 4195, 4195, 4196, 0, 4196, 4196, 4196, 4196, 4196, 4197, 0, 4197, 4197, 4197, 4197, 4197, 4198, 0, 4198, 4198, 4198, 4198, 4198, 4199, 0, 4199, 4199, 4199, 4199, 4199, 4200, 0, 4200, 4200, 4200, 4200, 4200, 4201, 0, 4201, 4201, 4201, 4201, 4201, 4202, 0, 4202, 4202, 4202, 4202, 4202, 4203, 0, 4203, 4203, 4203, 4203, 4203, 4204, 0, 4204, 4204, 4204, 4204, 4204, 4205, 0, 4205, 4205, 4205, 4205, 4205, 4206, 0, 4206, 4206, 4206, 4206, 4206, 4207, 0, 4207, 4207, 4207, 4207, 4207, 4208, 0, 4208, 4208, 4208, 4208, 4208, 4209, 0, 4209, 4209, 4209, 4209, 4209, 4210, 0, 4210, 4210, 4210, 4210, 4210, 4211, 0, 4211, 4211, 4211, 4211, 4211, 4212, 0, 4212, 4212, 4212, 4212, 4212, 4213, 0, 4213, 4213, 4213, 4213, 4213, 4214, 0, 4214, 4214, 4214, 4214, 4214, 4215, 0, 4215, 4215, 4215, 4215, 4215, 4216, 0, 4216, 4216, 4216, 4216, 4216, 4217, 0, 4217, 4217, 4217, 4217, 4217, 4218, 0, 4218, 4218, 4218, 4218, 4218, 4219, 0, 4219, 4219, 4219, 4219, 4219, 4220, 0, 0, 0, 4220, 4220, 4220, 4221, 0, 4221, 4221, 4221, 4221, 4221, 4222, 0, 4222, 4222, 4222, 4222, 4222, 4223, 0, 4223, 4223, 4223, 4223, 4223, 4224, 0, 4224, 4224, 4224, 4224, 4224, 4225, 0, 4225, 4225, 4225, 4225, 4225, 4226, 0, 4226, 4226, 4226, 4226, 4226, 4227, 0, 4227, 4227, 4227, 4227, 4227, 4228, 0, 4228, 4228, 4228, 4228, 4228, 4229, 0, 4229, 4229, 4229, 4229, 4229, 4230, 0, 4230, 4230, 4230, 4230, 4230, 4231, 0, 4231, 4231, 4231, 4231, 4231, 4232, 0, 4232, 4232, 4232, 4232, 4232, 4233, 0, 4233, 4233, 4233, 4233, 4233, 4234, 0, 4234, 4234, 4234, 4234, 4234, 4235, 0, 4235, 4235, 4235, 4235, 4235, 4236, 0, 4236, 4236, 4236, 4236, 4236, 4237, 0, 4237, 4237, 4237, 4237, 4237, 4238, 0, 4238, 4238, 4238, 4238, 4238, 4239, 0, 4239, 4239, 4239, 4239, 4239, 4240, 0, 4240, 4240, 4240, 4240, 4240, 4241, 0, 4241, 4241, 4241, 4241, 4241, 4242, 0, 4242, 4242, 4242, 4242, 4242, 4243, 0, 4243, 4243, 4243, 4243, 4243, 4244, 0, 4244, 4244, 4244, 4244, 4244, 4245, 0, 4245, 4245, 4245, 4245, 4245, 4246, 0, 4246, 4246, 4246, 4246, 4246, 4247, 0, 4247, 4247, 4247, 4247, 4247, 4248, 0, 4248, 4248, 4248, 4248, 4248, 4249, 0, 4249, 4249, 4249, 4249, 4249, 4250, 0, 0, 0, 4250, 4250, 4250, 4251, 0, 4251, 4251, 4251, 4251, 4251, 4252, 0, 4252, 4252, 4252, 4252, 4252, 4253, 0, 4253, 4253, 4253, 4253, 4253, 4254, 0, 4254, 4254, 4254, 4254, 4254, 4255, 0, 4255, 4255, 4255, 4255, 4255, 4256, 0, 4256, 4256, 4256, 4256, 4256, 4257, 0, 4257, 4257, 4257, 4257, 4257, 4258, 0, 4258, 4258, 4258, 4258, 4258, 4259, 0, 4259, 4259, 4259, 4259, 4259, 4260, 0, 4260, 4260, 4260, 4260, 4260, 4261, 0, 4261, 4261, 4261, 4261, 4261, 4262, 0, 4262, 4262, 4262, 4262, 4262, 4263, 0, 4263, 4263, 4263, 4263, 4263, 4264, 0, 4264, 4264, 4264, 4264, 4264, 4265, 0, 4265, 4265, 4265, 4265, 4265, 4266, 0, 4266, 4266, 4266, 4266, 4266, 4267, 0, 4267, 4267, 4267, 4267, 4267, 4268, 0, 4268, 4268, 4268, 4268, 4268, 4269, 0, 4269, 4269, 4269, 4269, 4269, 4270, 0, 4270, 4270, 4270, 4270, 4270, 4271, 0, 4271, 4271, 4271, 4271, 4271, 4272, 0, 4272, 4272, 4272, 4272, 4272, 4273, 0, 4273, 4273, 4273, 4273, 4273, 4274, 0, 4274, 4274, 4274, 4274, 4274, 4275, 0, 4275, 4275, 4275, 4275, 4275, 4276, 0, 4276, 4276, 4276, 4276, 4276, 4277, 0, 4277, 4277, 4277, 4277, 4277, 4278, 0, 4278, 4278, 4278, 4278, 4278, 4279, 0, 4279, 4279, 4279, 4279, 4279, 4280, 0, 0, 0, 4280, 4280, 4280, 4281, 0, 4281, 4281, 4281, 4281, 4281, 4282, 0, 4282, 4282, 4282, 4282, 4282, 4283, 0, 4283, 4283, 4283, 4283, 4283, 4284, 0, 4284, 4284, 4284, 4284, 4284, 4285, 0, 4285, 4285, 4285, 4285, 4285, 4286, 0, 4286, 4286, 4286, 4286, 4286, 4287, 0, 4287, 4287, 4287, 4287, 4287, 4288, 0, 4288, 4288, 4288, 4288, 4288, 4289, 0, 4289, 4289, 4289, 4289, 4289, 4290, 0, 4290, 4290, 4290, 4290, 4290, 4291, 0, 4291, 4291, 4291, 4291, 4291, 4292, 0, 4292, 4292, 4292, 4292, 4292, 4293, 0, 4293, 4293, 4293, 4293, 4293, 4294, 0, 4294, 4294, 4294, 4294, 4294, 4295, 0, 4295, 4295, 4295, 4295, 4295, 4296, 0, 4296, 4296, 4296, 4296, 4296, 4297, 0, 4297, 4297, 4297, 4297, 4297, 4298, 0, 4298, 4298, 4298, 4298, 4298, 4299, 0, 4299, 4299, 4299, 4299, 4299, 4300, 0, 4300, 4300, 4300, 4300, 4300, 4301, 0, 4301, 4301, 4301, 4301, 4301, 4302, 0, 4302, 4302, 4302, 4302, 4302, 4303, 0, 4303, 4303, 4303, 4303, 4303, 4304, 0, 4304, 4304, 4304, 4304, 4304, 4305, 0, 4305, 4305, 4305, 4305, 4305, 4306, 0, 4306, 4306, 4306, 4306, 4306, 4307, 0, 4307, 4307, 4307, 4307, 4307, 4308, 0, 4308, 4308, 4308, 4308, 4308, 4309, 0, 4309, 4309, 4309, 4309, 4309, 4310, 0, 0, 0, 4310, 4310, 4310, 4311, 0, 4311, 4311, 4311, 4311, 4311, 4312, 0, 4312, 4312, 4312, 4312, 4312, 4313, 0, 4313, 4313, 4313, 4313, 4313, 4314, 0, 4314, 4314, 4314, 4314, 4314, 4315, 0, 4315, 4315, 4315, 4315, 4315, 4316, 0, 4316, 4316, 4316, 4316, 4316, 4317, 0, 4317, 4317, 4317, 4317, 4317, 4318, 0, 4318, 4318, 4318, 4318, 4318, 4319, 0, 4319, 4319, 4319, 4319, 4319, 4320, 0, 4320, 4320, 4320, 4320, 4320, 4321, 0, 4321, 4321, 4321, 4321, 4321, 4322, 0, 4322, 4322, 4322, 4322, 4322, 4323, 0, 4323, 4323, 4323, 4323, 4323, 4324, 0, 4324, 4324, 4324, 4324, 4324, 4325, 0, 4325, 4325, 4325, 4325, 4325, 4326, 0, 4326, 4326, 4326, 4326, 4326, 4327, 0, 4327, 4327, 4327, 4327, 4327, 4328, 0, 4328, 4328, 4328, 4328, 4328, 4329, 0, 4329, 4329, 4329, 4329, 4329, 4330, 0, 4330, 4330, 4330, 4330, 4330, 4331, 0, 4331, 4331, 4331, 4331, 4331, 4332, 0, 4332, 4332, 4332, 4332, 4332, 4333, 0, 4333, 4333, 4333, 4333, 4333, 4334, 0, 4334, 4334, 4334, 4334, 4334, 4335, 0, 4335, 4335, 4335, 4335, 4335, 4336, 0, 4336, 4336, 4336, 4336, 4336, 4337, 0, 4337, 4337, 4337, 4337, 4337, 4338, 0, 4338, 4338, 4338, 4338, 4338, 4339, 0, 4339, 4339, 4339, 4339, 4339, 4340, 0, 0, 0, 4340, 4340, 4340, 4341, 0, 4341, 4341, 4341, 4341, 4341, 4342, 0, 4342, 4342, 4342, 4342, 4342, 4343, 0, 4343, 4343, 4343, 4343, 4343, 4344, 0, 4344, 4344, 4344, 4344, 4344, 4345, 0, 4345, 4345, 4345, 4345, 4345, 4346, 0, 4346, 4346, 4346, 4346, 4346, 4347, 0, 4347, 4347, 4347, 4347, 4347, 4348, 0, 4348, 4348, 4348, 4348, 4348, 4349, 0, 4349, 4349, 4349, 4349, 4349, 4350, 0, 4350, 4350, 4350, 4350, 4350, 4351, 0, 4351, 4351, 4351, 4351, 4351, 4352, 0, 4352, 4352, 4352, 4352, 4352, 4353, 0, 4353, 4353, 4353, 4353, 4353, 4354, 0, 4354, 4354, 4354, 4354, 4354, 4355, 0, 4355, 4355, 4355, 4355, 4355, 4356, 0, 4356, 4356, 4356, 4356, 4356, 4357, 0, 4357, 4357, 4357, 4357, 4357, 4358, 0, 4358, 4358, 4358, 4358, 4358, 4359, 0, 4359, 4359, 4359, 4359, 4359, 4360, 0, 4360, 4360, 4360, 4360, 4360, 4361, 0, 4361, 4361, 4361, 4361, 4361, 4362, 0, 4362, 4362, 4362, 4362, 4362, 4363, 0, 4363, 4363, 4363, 4363, 4363, 4364, 0, 4364, 4364, 4364, 4364, 4364, 4365, 0, 4365, 4365, 4365, 4365, 4365, 4366, 0, 4366, 4366, 4366, 4366, 4366, 4367, 0, 4367, 4367, 4367, 4367, 4367, 4368, 0, 4368, 4368, 4368, 4368, 4368, 4369, 0, 4369, 4369, 4369, 4369, 4369, 4370, 0, 0, 0, 4370, 4370, 4370, 4371, 0, 4371, 4371, 4371, 4371, 4371, 4372, 0, 4372, 4372, 4372, 4372, 4372, 4373, 0, 4373, 4373, 4373, 4373, 4373, 4374, 0, 4374, 4374, 4374, 4374, 4374, 4375, 0, 4375, 4375, 4375, 4375, 4375, 4376, 0, 4376, 4376, 4376, 4376, 4376, 4377, 0, 4377, 4377, 4377, 4377, 4377, 4378, 0, 4378, 4378, 4378, 4378, 4378, 4379, 0, 4379, 4379, 4379, 4379, 4379, 4380, 0, 4380, 4380, 4380, 4380, 4380, 4381, 0, 4381, 4381, 4381, 4381, 4381, 4382, 0, 4382, 4382, 4382, 4382, 4382, 4383, 0, 4383, 4383, 4383, 4383, 4383, 4384, 0, 4384, 4384, 4384, 4384, 4384, 4385, 0, 4385, 4385, 4385, 4385, 4385, 4386, 0, 4386, 4386, 4386, 4386, 4386, 4387, 0, 4387, 4387, 4387, 4387, 4387, 4388, 0, 4388, 4388, 4388, 4388, 4388, 4389, 0, 4389, 4389, 4389, 4389, 4389, 4390, 0, 4390, 4390, 4390, 4390, 4390, 4391, 0, 4391, 4391, 4391, 4391, 4391, 4392, 0, 4392, 4392, 4392, 4392, 4392, 4393, 0, 4393, 4393, 4393, 4393, 4393, 4394, 0, 4394, 4394, 4394, 4394, 4394, 4395, 0, 4395, 4395, 4395, 4395, 4395, 4396, 0, 4396, 4396, 4396, 4396, 4396, 4397, 0, 4397, 4397, 4397, 4397, 4397, 4398, 0, 4398, 4398, 4398, 4398, 4398, 4399, 0, 4399, 4399, 4399, 4399, 4399, 4400, 0, 0, 0, 4400, 4400, 4400, 4401, 0, 4401, 4401, 4401, 4401, 4401, 4402, 0, 4402, 4402, 4402, 4402, 4402, 4403, 0, 4403, 4403, 4403, 4403, 4403, 4404, 0, 4404, 4404, 4404, 4404, 4404, 4405, 0, 4405, 4405, 4405, 4405, 4405, 4406, 0, 4406, 4406, 4406, 4406, 4406, 4407, 0, 4407, 4407, 4407, 4407, 4407, 4408, 0, 4408, 4408, 4408, 4408, 4408, 4409, 0, 4409, 4409, 4409, 4409, 4409, 4410, 0, 4410, 4410, 4410, 4410, 4410, 4411, 0, 4411, 4411, 4411, 4411, 4411, 4412, 0, 4412, 4412, 4412, 4412, 4412, 4413, 0, 4413, 4413, 4413, 4413, 4413, 4414, 0, 4414, 4414, 4414, 4414, 4414, 4415, 0, 4415, 4415, 4415, 4415, 4415, 4416, 0, 4416, 4416, 4416, 4416, 4416, 4417, 0, 4417, 4417, 4417, 4417, 4417, 4418, 0, 4418, 4418, 4418, 4418, 4418, 4419, 0, 4419, 4419, 4419, 4419, 4419, 4420, 0, 4420, 4420, 4420, 4420, 4420, 4421, 0, 4421, 4421, 4421, 4421, 4421, 4422, 0, 4422, 4422, 4422, 4422, 4422, 4423, 0, 4423, 4423, 4423, 4423, 4423, 4424, 0, 4424, 4424, 4424, 4424, 4424, 4425, 0, 4425, 4425, 4425, 4425, 4425, 4426, 0, 4426, 4426, 4426, 4426, 4426, 4427, 0, 4427, 4427, 4427, 4427, 4427, 4428, 0, 4428, 4428, 4428, 4428, 4428, 4429, 0, 4429, 4429, 4429, 4429, 4429, 4430, 0, 0, 0, 4430, 4430, 4430, 4431, 0, 4431, 4431, 4431, 4431, 4431, 4432, 0, 4432, 4432, 4432, 4432, 4432, 4433, 0, 4433, 4433, 4433, 4433, 4433, 4434, 0, 4434, 4434, 4434, 4434, 4434, 4435, 0, 4435, 4435, 4435, 4435, 4435, 4436, 0, 4436, 4436, 4436, 4436, 4436, 4437, 0, 4437, 4437, 4437, 4437, 4437, 4438, 0, 4438, 4438, 4438, 4438, 4438, 4439, 0, 4439, 4439, 4439, 4439, 4439, 4440, 0, 4440, 4440, 4440, 4440, 4440, 4441, 0, 4441, 4441, 4441, 4441, 4441, 4442, 0, 4442, 4442, 4442, 4442, 4442, 4443, 0, 4443, 4443, 4443, 4443, 4443, 4444, 0, 4444, 4444, 4444, 4444, 4444, 4445, 0, 4445, 4445, 4445, 4445, 4445, 4446, 0, 4446, 4446, 4446, 4446, 4446, 4447, 0, 4447, 4447, 4447, 4447, 4447, 4448, 0, 4448, 4448, 4448, 4448, 4448, 4449, 0, 4449, 4449, 4449, 4449, 4449, 4450, 0, 4450, 4450, 4450, 4450, 4450, 4451, 0, 4451, 4451, 4451, 4451, 4451, 4452, 0, 4452, 4452, 4452, 4452, 4452, 4453, 0, 4453, 4453, 4453, 4453, 4453, 4454, 0, 4454, 4454, 4454, 4454, 4454, 4455, 0, 4455, 4455, 4455, 4455, 4455, 4456, 0, 4456, 4456, 4456, 4456, 4456, 4457, 0, 4457, 4457, 4457, 4457, 4457, 4458, 0, 4458, 4458, 4458, 4458, 4458, 4459, 0, 4459, 4459, 4459, 4459, 4459, 4460, 0, 0, 0, 4460, 4460, 4460, 4461, 0, 4461, 4461, 4461, 4461, 4461, 4462, 0, 4462, 4462, 4462, 4462, 4462, 4463, 0, 4463, 4463, 4463, 4463, 4463, 4464, 0, 4464, 4464, 4464, 4464, 4464, 4465, 0, 4465, 4465, 4465, 4465, 4465, 4466, 0, 4466, 4466, 4466, 4466, 4466, 4467, 0, 4467, 4467, 4467, 4467, 4467, 4468, 0, 4468, 4468, 4468, 4468, 4468, 4469, 0, 4469, 4469, 4469, 4469, 4469, 4470, 0, 4470, 4470, 4470, 4470, 4470, 4471, 0, 4471, 4471, 4471, 4471, 4471, 4472, 0, 4472, 4472, 4472, 4472, 4472, 4473, 0, 4473, 4473, 4473, 4473, 4473, 4474, 0, 4474, 4474, 4474, 4474, 4474, 4475, 0, 4475, 4475, 4475, 4475, 4475, 4476, 0, 4476, 4476, 4476, 4476, 4476, 4477, 0, 4477, 4477, 4477, 4477, 4477, 4478, 0, 4478, 4478, 4478, 4478, 4478, 4479, 0, 4479, 4479, 4479, 4479, 4479, 4480, 0, 4480, 4480, 4480, 4480, 4480, 4481, 0, 4481, 4481, 4481, 4481, 4481, 4482, 0, 4482, 4482, 4482, 4482, 4482, 4483, 0, 4483, 4483, 4483, 4483, 4483, 4484, 0, 4484, 4484, 4484, 4484, 4484, 4485, 0, 4485, 4485, 4485, 4485, 4485, 4486, 0, 4486, 4486, 4486, 4486, 4486, 4487, 0, 4487, 4487, 4487, 4487, 4487, 4488, 0, 4488, 4488, 4488, 4488, 4488, 4489, 0, 4489, 4489, 4489, 4489, 4489, 4490, 0, 0, 0, 4490, 4490, 4490, 4491, 0, 4491, 4491, 4491, 4491, 4491, 4492, 0, 4492, 4492, 4492, 4492, 4492, 4493, 0, 4493, 4493, 4493, 4493, 4493, 4494, 0, 4494, 4494, 4494, 4494, 4494, 4495, 0, 4495, 4495, 4495, 4495, 4495, 4496, 0, 4496, 4496, 4496, 4496, 4496, 4497, 0, 4497, 4497, 4497, 4497, 4497, 4498, 0, 4498, 4498, 4498, 4498, 4498, 4499, 0, 4499, 4499, 4499, 4499, 4499, 4500, 0, 4500, 4500, 4500, 4500, 4500, 4501, 0, 4501, 4501, 4501, 4501, 4501, 4502, 0, 4502, 4502, 4502, 4502, 4502, 4503, 0, 4503, 4503, 4503, 4503, 4503, 4504, 0, 4504, 4504, 4504, 4504, 4504, 4505, 0, 4505, 4505, 4505, 4505, 4505, 4506, 0, 4506, 4506, 4506, 4506, 4506, 4507, 0, 4507, 4507, 4507, 4507, 4507, 4508, 0, 4508, 4508, 4508, 4508, 4508, 4509, 0, 4509, 4509, 4509, 4509, 4509, 4510, 0, 4510, 4510, 4510, 4510, 4510, 4511, 0, 4511, 4511, 4511, 4511, 4511, 4512, 0, 4512, 4512, 4512, 4512, 4512, 4513, 0, 4513, 4513, 4513, 4513, 4513, 4514, 0, 4514, 4514, 4514, 4514, 4514, 4515, 0, 4515, 4515, 4515, 4515, 4515, 4516, 0, 4516, 4516, 4516, 4516, 4516, 4517, 0, 4517, 4517, 4517, 4517, 4517, 4518, 0, 4518, 4518, 4518, 4518, 4518, 4519, 0, 4519, 4519, 4519, 4519, 4519, 4520, 0, 0, 0, 4520, 4520, 4520, 4521, 0, 4521, 4521, 4521, 4521, 4521, 4522, 0, 4522, 4522, 4522, 4522, 4522, 4523, 0, 4523, 4523, 4523, 4523, 4523, 4524, 0, 4524, 4524, 4524, 4524, 4524, 4525, 0, 4525, 4525, 4525, 4525, 4525, 4526, 0, 4526, 4526, 4526, 4526, 4526, 4527, 0, 4527, 4527, 4527, 4527, 4527, 4528, 0, 4528, 4528, 4528, 4528, 4528, 4529, 0, 4529, 4529, 4529, 4529, 4529, 4530, 0, 4530, 4530, 4530, 4530, 4530, 4531, 0, 4531, 4531, 4531, 4531, 4531, 4532, 0, 4532, 4532, 4532, 4532, 4532, 4533, 0, 4533, 4533, 4533, 4533, 4533, 4534, 0, 4534, 4534, 4534, 4534, 4534, 4535, 0, 4535, 4535, 4535, 4535, 4535, 4536, 0, 4536, 4536, 4536, 4536, 4536, 4537, 0, 4537, 4537, 4537, 4537, 4537, 4538, 0, 4538, 4538, 4538, 4538, 4538, 4539, 0, 4539, 4539, 4539, 4539, 4539, 4540, 0, 4540, 4540, 4540, 4540, 4540, 4541, 0, 4541, 4541, 4541, 4541, 4541, 4542, 0, 4542, 4542, 4542, 4542, 4542, 4543, 0, 4543, 4543, 4543, 4543, 4543, 4544, 0, 4544, 4544, 4544, 4544, 4544, 4545, 0, 4545, 4545, 4545, 4545, 4545, 4546, 0, 4546, 4546, 4546, 4546, 4546, 4547, 0, 4547, 4547, 4547, 4547, 4547, 4548, 0, 4548, 4548, 4548, 4548, 4548, 4549, 0, 4549, 4549, 4549, 4549, 4549, 4550, 0, 0, 0, 4550, 4550, 4550, 4551, 0, 4551, 4551, 4551, 4551, 4551, 4552, 0, 4552, 4552, 4552, 4552, 4552, 4553, 0, 4553, 4553, 4553, 4553, 4553, 4554, 0, 4554, 4554, 4554, 4554, 4554, 4555, 0, 4555, 4555, 4555, 4555, 4555, 4556, 0, 4556, 4556, 4556, 4556, 4556, 4557, 0, 4557, 4557, 4557, 4557, 4557, 4558, 0, 4558, 4558, 4558, 4558, 4558, 4559, 0, 4559, 4559, 4559, 4559, 4559, 4560, 0, 4560, 4560, 4560, 4560, 4560, 4561, 0, 4561, 4561, 4561, 4561, 4561, 4562, 0, 4562, 4562, 4562, 4562, 4562, 4563, 0, 4563, 4563, 4563, 4563, 4563, 4564, 0, 4564, 4564, 4564, 4564, 4564, 4565, 0, 4565, 4565, 4565, 4565, 4565, 4566, 0, 4566, 4566, 4566, 4566, 4566, 4567, 0, 4567, 4567, 4567, 4567, 4567, 4568, 0, 4568, 4568, 4568, 4568, 4568, 4569, 0, 4569, 4569, 4569, 4569, 4569, 4570, 0, 4570, 4570, 4570, 4570, 4570, 4571, 0, 4571, 4571, 4571, 4571, 4571, 4572, 0, 4572, 4572, 4572, 4572, 4572, 4573, 0, 4573, 4573, 4573, 4573, 4573, 4574, 0, 4574, 4574, 4574, 4574, 4574, 4575, 0, 4575, 4575, 4575, 4575, 4575, 4576, 0, 4576, 4576, 4576, 4576, 4576, 4577, 0, 4577, 4577, 4577, 4577, 4577, 4578, 0, 4578, 4578, 4578, 4578, 4578, 4579, 0, 4579, 4579, 4579, 4579, 4579, 4580, 0, 0, 0, 4580, 4580, 4580, 4581, 0, 4581, 4581, 4581, 4581, 4581, 4582, 0, 4582, 4582, 4582, 4582, 4582, 4583, 0, 4583, 4583, 4583, 4583, 4583, 4584, 0, 4584, 4584, 4584, 4584, 4584, 4585, 0, 4585, 4585, 4585, 4585, 4585, 4586, 0, 4586, 4586, 4586, 4586, 4586, 4587, 0, 4587, 4587, 4587, 4587, 4587, 4588, 0, 4588, 4588, 4588, 4588, 4588, 4589, 0, 4589, 4589, 4589, 4589, 4589, 4590, 0, 4590, 4590, 4590, 4590, 4590, 4591, 0, 4591, 4591, 4591, 4591, 4591, 4592, 0, 4592, 4592, 4592, 4592, 4592, 4593, 0, 4593, 4593, 4593, 4593, 4593, 4594, 0, 4594, 4594, 4594, 4594, 4594, 4595, 0, 4595, 4595, 4595, 4595, 4595, 4596, 0, 4596, 4596, 4596, 4596, 4596, 4597, 0, 4597, 4597, 4597, 4597, 4597, 4598, 0, 4598, 4598, 4598, 4598, 4598, 4599, 0, 4599, 4599, 4599, 4599, 4599, 4600, 0, 4600, 4600, 4600, 4600, 4600, 4601, 0, 4601, 4601, 4601, 4601, 4601, 4602, 0, 4602, 4602, 4602, 4602, 4602, 4603, 0, 4603, 4603, 4603, 4603, 4603, 4604, 0, 4604, 4604, 4604, 4604, 4604, 4605, 0, 4605, 4605, 4605, 4605, 4605, 4606, 0, 4606, 4606, 4606, 4606, 4606, 4607, 0, 4607, 4607, 4607, 4607, 4607, 4608, 0, 4608, 4608, 4608, 4608, 4608, 4609, 0, 4609, 4609, 4609, 4609, 4609, 4610, 0, 0, 0, 4610, 4610, 4610, 4611, 0, 4611, 4611, 4611, 4611, 4611, 4612, 0, 4612, 4612, 4612, 4612, 4612, 4613, 0, 4613, 4613, 4613, 4613, 4613, 4614, 0, 4614, 4614, 4614, 4614, 4614, 4615, 0, 4615, 4615, 4615, 4615, 4615, 4616, 0, 4616, 4616, 4616, 4616, 4616, 4617, 0, 4617, 4617, 4617, 4617, 4617, 4618, 0, 4618, 4618, 4618, 4618, 4618, 4619, 0, 4619, 4619, 4619, 4619, 4619, 4620, 0, 4620, 4620, 4620, 4620, 4620, 4621, 0, 4621, 4621, 4621, 4621, 4621, 4622, 0, 4622, 4622, 4622, 4622, 4622, 4623, 0, 4623, 4623, 4623, 4623, 4623, 4624, 0, 4624, 4624, 4624, 4624, 4624, 4625, 0, 4625, 4625, 4625, 4625, 4625, 4626, 0, 4626, 4626, 4626, 4626, 4626, 4627, 0, 4627, 4627, 4627, 4627, 4627, 4628, 0, 4628, 4628, 4628, 4628, 4628, 4629, 0, 4629, 4629, 4629, 4629, 4629, 4630, 0, 4630, 4630, 4630, 4630, 4630, 4631, 0, 4631, 4631, 4631, 4631, 4631, 4632, 0, 4632, 4632, 4632, 4632, 4632, 4633, 0, 4633, 4633, 4633, 4633, 4633, 4634, 0, 4634, 4634, 4634, 4634, 4634, 4635, 0, 4635, 4635, 4635, 4635, 4635, 4636, 0, 4636, 4636, 4636, 4636, 4636, 4637, 0, 4637, 4637, 4637, 4637, 4637, 4638, 0, 4638, 4638, 4638, 4638, 4638, 4639, 0, 4639, 4639, 4639, 4639, 4639, 4640, 0, 0, 0, 4640, 4640, 4640, 4641, 0, 4641, 4641, 4641, 4641, 4641, 4642, 0, 4642, 4642, 4642, 4642, 4642, 4643, 0, 4643, 4643, 4643, 4643, 4643, 4644, 0, 4644, 4644, 4644, 4644, 4644, 4645, 0, 4645, 4645, 4645, 4645, 4645, 4646, 0, 4646, 4646, 4646, 4646, 4646, 4647, 0, 4647, 4647, 4647, 4647, 4647, 4648, 0, 4648, 4648, 4648, 4648, 4648, 4649, 0, 4649, 4649, 4649, 4649, 4649, 4650, 0, 4650, 4650, 4650, 4650, 4650, 4651, 0, 4651, 4651, 4651, 4651, 4651, 4652, 0, 4652, 4652, 4652, 4652, 4652, 4653, 0, 4653, 4653, 4653, 4653, 4653, 4654, 0, 4654, 4654, 4654, 4654, 4654, 4655, 0, 4655, 4655, 4655, 4655, 4655, 4656, 0, 4656, 4656, 4656, 4656, 4656, 4657, 0, 4657, 4657, 4657, 4657, 4657, 4658, 0, 4658, 4658, 4658, 4658, 4658, 4659, 0, 4659, 4659, 4659, 4659, 4659, 4660, 0, 4660, 4660, 4660, 4660, 4660, 4661, 0, 4661, 4661, 4661, 4661, 4661, 4662, 0, 4662, 4662, 4662, 4662, 4662, 4663, 0, 4663, 4663, 4663, 4663, 4663, 4664, 0, 4664, 4664, 4664, 4664, 4664, 4665, 0, 4665, 4665, 4665, 4665, 4665, 4666, 0, 4666, 4666, 4666, 4666, 4666, 4667, 0, 4667, 4667, 4667, 4667, 4667, 4668, 0, 4668, 4668, 4668, 4668, 4668, 4669, 0, 4669, 4669, 4669, 4669, 4669, 4670, 0, 0, 0, 4670, 4670, 4670, 4671, 0, 4671, 4671, 4671, 4671, 4671, 4672, 0, 4672, 4672, 4672, 4672, 4672, 4673, 0, 4673, 4673, 4673, 4673, 4673, 4674, 0, 4674, 4674, 4674, 4674, 4674, 4675, 0, 4675, 4675, 4675, 4675, 4675, 4676, 0, 4676, 4676, 4676, 4676, 4676, 4677, 0, 4677, 4677, 4677, 4677, 4677, 4678, 0, 4678, 4678, 4678, 4678, 4678, 4679, 0, 4679, 4679, 4679, 4679, 4679, 4680, 0, 4680, 4680, 4680, 4680, 4680, 4681, 0, 4681, 4681, 4681, 4681, 4681, 4682, 0, 4682, 4682, 4682, 4682, 4682, 4683, 0, 4683, 4683, 4683, 4683, 4683, 4684, 0, 4684, 4684, 4684, 4684, 4684, 4685, 0, 4685, 4685, 4685, 4685, 4685, 4686, 0, 4686, 4686, 4686, 4686, 4686, 4687, 0, 4687, 4687, 4687, 4687, 4687, 4688, 0, 4688, 4688, 4688, 4688, 4688, 4689, 0, 4689, 4689, 4689, 4689, 4689, 4690, 0, 4690, 4690, 4690, 4690, 4690, 4691, 0, 4691, 4691, 4691, 4691, 4691, 4692, 0, 4692, 4692, 4692, 4692, 4692, 4693, 0, 4693, 4693, 4693, 4693, 4693, 4694, 0, 4694, 4694, 4694, 4694, 4694, 4695, 0, 4695, 4695, 4695, 4695, 4695, 4696, 0, 4696, 4696, 4696, 4696, 4696, 4697, 0, 4697, 4697, 4697, 4697, 4697, 4698, 0, 4698, 4698, 4698, 4698, 4698, 4699, 0, 4699, 4699, 4699, 4699, 4699, 4700, 0, 0, 0, 4700, 4700, 4700, 4701, 0, 4701, 4701, 4701, 4701, 4701, 4702, 0, 4702, 4702, 4702, 4702, 4702, 4703, 0, 4703, 4703, 4703, 4703, 4703, 4704, 0, 4704, 4704, 4704, 4704, 4704, 4705, 0, 4705, 4705, 4705, 4705, 4705, 4706, 0, 4706, 4706, 4706, 4706, 4706, 4707, 0, 4707, 4707, 4707, 4707, 4707, 4708, 0, 4708, 4708, 4708, 4708, 4708, 4709, 0, 4709, 4709, 4709, 4709, 4709, 4710, 0, 4710, 4710, 4710, 4710, 4710, 4711, 0, 4711, 4711, 4711, 4711, 4711, 4712, 0, 4712, 4712, 4712, 4712, 4712, 4713, 0, 4713, 4713, 4713, 4713, 4713, 4714, 0, 4714, 4714, 4714, 4714, 4714, 4715, 0, 4715, 4715, 4715, 4715, 4715, 4716, 0, 4716, 4716, 4716, 4716, 4716, 4717, 0, 4717, 4717, 4717, 4717, 4717, 4718, 0, 4718, 4718, 4718, 4718, 4718, 4719, 0, 4719, 4719, 4719, 4719, 4719, 4720, 0, 4720, 4720, 4720, 4720, 4720, 4721, 0, 4721, 4721, 4721, 4721, 4721, 4722, 0, 4722, 4722, 4722, 4722, 4722, 4723, 0, 4723, 4723, 4723, 4723, 4723, 4724, 0, 4724, 4724, 4724, 4724, 4724, 4725, 0, 4725, 4725, 4725, 4725, 4725, 4726, 0, 4726, 4726, 4726, 4726, 4726, 4727, 0, 4727, 4727, 4727, 4727, 4727, 4728, 0, 4728, 4728, 4728, 4728, 4728, 4729, 0, 4729, 4729, 4729, 4729, 4729, 4730, 0, 0, 0, 4730, 4730, 4730, 4731, 0, 4731, 4731, 4731, 4731, 4731, 4732, 0, 4732, 4732, 4732, 4732, 4732, 4733, 0, 4733, 4733, 4733, 4733, 4733, 4734, 0, 4734, 4734, 4734, 4734, 4734, 4735, 0, 4735, 4735, 4735, 4735, 4735, 4736, 0, 4736, 4736, 4736, 4736, 4736, 4737, 0, 4737, 4737, 4737, 4737, 4737, 4738, 0, 4738, 4738, 4738, 4738, 4738, 4739, 0, 4739, 4739, 4739, 4739, 4739, 4740, 0, 4740, 4740, 4740, 4740, 4740, 4741, 0, 4741, 4741, 4741, 4741, 4741, 4742, 0, 4742, 4742, 4742, 4742, 4742, 4743, 0, 4743, 4743, 4743, 4743, 4743, 4744, 0, 4744, 4744, 4744, 4744, 4744, 4745, 0, 4745, 4745, 4745, 4745, 4745, 4746, 0, 4746, 4746, 4746, 4746, 4746, 4747, 0, 4747, 4747, 4747, 4747, 4747, 4748, 0, 4748, 4748, 4748, 4748, 4748, 4749, 0, 4749, 4749, 4749, 4749, 4749, 4750, 0, 4750, 4750, 4750, 4750, 4750, 4751, 0, 4751, 4751, 4751, 4751, 4751, 4752, 0, 4752, 4752, 4752, 4752, 4752, 4753, 0, 4753, 4753, 4753, 4753, 4753, 4754, 0, 4754, 4754, 4754, 4754, 4754, 4755, 0, 4755, 4755, 4755, 4755, 4755, 4756, 0, 4756, 4756, 4756, 4756, 4756, 4757, 0, 4757, 4757, 4757, 4757, 4757, 4758, 0, 4758, 4758, 4758, 4758, 4758, 4759, 0, 4759, 4759, 4759, 4759, 4759, 4760, 0, 0, 0, 4760, 4760, 4760, 4761, 0, 4761, 4761, 4761, 4761, 4761, 4762, 0, 4762, 4762, 4762, 4762, 4762, 4763, 0, 4763, 4763, 4763, 4763, 4763, 4764, 0, 4764, 4764, 4764, 4764, 4764, 4765, 0, 4765, 4765, 4765, 4765, 4765, 4766, 0, 4766, 4766, 4766, 4766, 4766, 4767, 0, 4767, 4767, 4767, 4767, 4767, 4768, 0, 4768, 4768, 4768, 4768, 4768, 4769, 0, 4769, 4769, 4769, 4769, 4769, 4770, 0, 4770, 4770, 4770, 4770, 4770, 4771, 0, 4771, 4771, 4771, 4771, 4771, 4772, 0, 4772, 4772, 4772, 4772, 4772, 4773, 0, 4773, 4773, 4773, 4773, 4773, 4774, 0, 4774, 4774, 4774, 4774, 4774, 4775, 0, 4775, 4775, 4775, 4775, 4775, 4776, 0, 4776, 4776, 4776, 4776, 4776, 4777, 0, 4777, 4777, 4777, 4777, 4777, 4778, 0, 4778, 4778, 4778, 4778, 4778, 4779, 0, 4779, 4779, 4779, 4779, 4779, 4780, 0, 4780, 4780, 4780, 4780, 4780, 4781, 0, 4781, 4781, 4781, 4781, 4781, 4782, 0, 4782, 4782, 4782, 4782, 4782, 4783, 0, 4783, 4783, 4783, 4783, 4783, 4784, 0, 4784, 4784, 4784, 4784, 4784, 4785, 0, 4785, 4785, 4785, 4785, 4785, 4786, 0, 4786, 4786, 4786, 4786, 4786, 4787, 0, 4787, 4787, 4787, 4787, 4787, 4788, 0, 4788, 4788, 4788, 4788, 4788, 4789, 0, 4789, 4789, 4789, 4789, 4789, 4790, 0, 0, 0, 4790, 4790, 4790, 4791, 0, 4791, 4791, 4791, 4791, 4791, 4792, 0, 4792, 4792, 4792, 4792, 4792, 4793, 0, 4793, 4793, 4793, 4793, 4793, 4794, 0, 4794, 4794, 4794, 4794, 4794, 4795, 0, 4795, 4795, 4795, 4795, 4795, 4796, 0, 4796, 4796, 4796, 4796, 4796, 4797, 0, 4797, 4797, 4797, 4797, 4797, 4798, 0, 4798, 4798, 4798, 4798, 4798, 4799, 0, 4799, 4799, 4799, 4799, 4799, 4800, 0, 4800, 4800, 4800, 4800, 4800, 4801, 0, 4801, 4801, 4801, 4801, 4801, 4802, 0, 4802, 4802, 4802, 4802, 4802, 4803, 0, 4803, 4803, 4803, 4803, 4803, 4804, 0, 4804, 4804, 4804, 4804, 4804, 4805, 0, 4805, 4805, 4805, 4805, 4805, 4806, 0, 4806, 4806, 4806, 4806, 4806, 4807, 0, 4807, 4807, 4807, 4807, 4807, 4808, 0, 4808, 4808, 4808, 4808, 4808, 4809, 0, 4809, 4809, 4809, 4809, 4809, 4810, 0, 4810, 4810, 4810, 4810, 4810, 4811, 0, 4811, 4811, 4811, 4811, 4811, 4812, 0, 4812, 4812, 4812, 4812, 4812, 4813, 0, 4813, 4813, 4813, 4813, 4813, 4814, 0, 4814, 4814, 4814, 4814, 4814, 4815, 0, 4815, 4815, 4815, 4815, 4815, 4816, 0, 4816, 4816, 4816, 4816, 4816, 4817, 0, 4817, 4817, 4817, 4817, 4817, 4818, 0, 4818, 4818, 4818, 4818, 4818, 4819, 0, 4819, 4819, 4819, 4819, 4819, 4820, 0, 0, 0, 4820, 4820, 4820, 4821, 0, 4821, 4821, 4821, 4821, 4821, 4822, 0, 4822, 4822, 4822, 4822, 4822, 4823, 0, 4823, 4823, 4823, 4823, 4823, 4824, 0, 4824, 4824, 4824, 4824, 4824, 4825, 0, 4825, 4825, 4825, 4825, 4825, 4826, 0, 4826, 4826, 4826, 4826, 4826, 4827, 0, 4827, 4827, 4827, 4827, 4827, 4828, 0, 4828, 4828, 4828, 4828, 4828, 4829, 0, 4829, 4829, 4829, 4829, 4829, 4830, 0, 4830, 4830, 4830, 4830, 4830, 4831, 0, 4831, 4831, 4831, 4831, 4831, 4832, 0, 4832, 4832, 4832, 4832, 4832, 4833, 0, 4833, 4833, 4833, 4833, 4833, 4834, 0, 4834, 4834, 4834, 4834, 4834, 4835, 0, 4835, 4835, 4835, 4835, 4835, 4836, 0, 4836, 4836, 4836, 4836, 4836, 4837, 0, 4837, 4837, 4837, 4837, 4837, 4838, 0, 4838, 4838, 4838, 4838, 4838, 4839, 0, 4839, 4839, 4839, 4839, 4839, 4840, 0, 4840, 4840, 4840, 4840, 4840, 4841, 0, 4841, 4841, 4841, 4841, 4841, 4842, 0, 4842, 4842, 4842, 4842, 4842, 4843, 0, 4843, 4843, 4843, 4843, 4843, 4844, 0, 4844, 4844, 4844, 4844, 4844, 4845, 0, 4845, 4845, 4845, 4845, 4845, 4846, 0, 4846, 4846, 4846, 4846, 4846, 4847, 0, 4847, 4847, 4847, 4847, 4847, 4848, 0, 4848, 4848, 4848, 4848, 4848, 4849, 0, 4849, 4849, 4849, 4849, 4849, 4850, 0, 0, 0, 4850, 4850, 4850, 4851, 0, 4851, 4851, 4851, 4851, 4851, 4852, 0, 4852, 4852, 4852, 4852, 4852, 4853, 0, 4853, 4853, 4853, 4853, 4853, 4854, 0, 4854, 4854, 4854, 4854, 4854, 4855, 0, 4855, 4855, 4855, 4855, 4855, 4856, 0, 4856, 4856, 4856, 4856, 4856, 4857, 0, 4857, 4857, 4857, 4857, 4857, 4858, 0, 4858, 4858, 4858, 4858, 4858, 4859, 0, 4859, 4859, 4859, 4859, 4859, 4860, 0, 4860, 4860, 4860, 4860, 4860, 4861, 0, 4861, 4861, 4861, 4861, 4861, 4862, 0, 4862, 4862, 4862, 4862, 4862, 4863, 0, 4863, 4863, 4863, 4863, 4863, 4864, 0, 4864, 4864, 4864, 4864, 4864, 4865, 0, 4865, 4865, 4865, 4865, 4865, 4866, 0, 4866, 4866, 4866, 4866, 4866, 4867, 0, 4867, 4867, 4867, 4867, 4867, 4868, 0, 4868, 4868, 4868, 4868, 4868, 4869, 0, 4869, 4869, 4869, 4869, 4869, 4870, 0, 4870, 4870, 4870, 4870, 4870, 4871, 0, 4871, 4871, 4871, 4871, 4871, 4872, 0, 4872, 4872, 4872, 4872, 4872, 4873, 0, 4873, 4873, 4873, 4873, 4873, 4874, 0, 4874, 4874, 4874, 4874, 4874, 4875, 0, 4875, 4875, 4875, 4875, 4875, 4876, 0, 4876, 4876, 4876, 4876, 4876, 4877, 0, 4877, 4877, 4877, 4877, 4877, 4878, 0, 4878, 4878, 4878, 4878, 4878, 4879, 0, 4879, 4879, 4879, 4879, 4879, 4880, 0, 0, 0, 4880, 4880, 4880, 4881, 0, 4881, 4881, 4881, 4881, 4881, 4882, 0, 4882, 4882, 4882, 4882, 4882, 4883, 0, 4883, 4883, 4883, 4883, 4883, 4884, 0, 4884, 4884, 4884, 4884, 4884, 4885, 0, 4885, 4885, 4885, 4885, 4885, 4886, 0, 4886, 4886, 4886, 4886, 4886, 4887, 0, 4887, 4887, 4887, 4887, 4887, 4888, 0, 4888, 4888, 4888, 4888, 4888, 4889, 0, 4889, 4889, 4889, 4889, 4889, 4890, 0, 4890, 4890, 4890, 4890, 4890, 4891, 0, 4891, 4891, 4891, 4891, 4891, 4892, 0, 4892, 4892, 4892, 4892, 4892, 4893, 0, 4893, 4893, 4893, 4893, 4893, 4894, 0, 4894, 4894, 4894, 4894, 4894, 4895, 0, 4895, 4895, 4895, 4895, 4895, 4896, 0, 4896, 4896, 4896, 4896, 4896, 4897, 0, 4897, 4897, 4897, 4897, 4897, 4898, 0, 4898, 4898, 4898, 4898, 4898, 4899, 0, 4899, 4899, 4899, 4899, 4899, 4900, 0, 4900, 4900, 4900, 4900, 4900, 4901, 0, 4901, 4901, 4901, 4901, 4901, 4902, 0, 4902, 4902, 4902, 4902, 4902, 4903, 0, 4903, 4903, 4903, 4903, 4903, 4904, 0, 4904, 4904, 4904, 4904, 4904, 4905, 0, 4905, 4905, 4905, 4905, 4905, 4906, 0, 4906, 4906, 4906, 4906, 4906, 4907, 0, 4907, 4907, 4907, 4907, 4907, 4908, 0, 4908, 4908, 4908, 4908, 4908, 4909, 0, 4909, 4909, 4909, 4909, 4909, 4910, 0, 0, 0, 4910, 4910, 4910, 4911, 0, 4911, 4911, 4911, 4911, 4911, 4912, 0, 4912, 4912, 4912, 4912, 4912, 4913, 0, 4913, 4913, 4913, 4913, 4913, 4914, 0, 4914, 4914, 4914, 4914, 4914, 4915, 0, 4915, 4915, 4915, 4915, 4915, 4916, 0, 4916, 4916, 4916, 4916, 4916, 4917, 0, 4917, 4917, 4917, 4917, 4917, 4918, 0, 4918, 4918, 4918, 4918, 4918, 4919, 0, 4919, 4919, 4919, 4919, 4919, 4920, 0, 4920, 4920, 4920, 4920, 4920, 4921, 0, 4921, 4921, 4921, 4921, 4921, 4922, 0, 4922, 4922, 4922, 4922, 4922, 4923, 0, 4923, 4923, 4923, 4923, 4923, 4924, 0, 4924, 4924, 4924, 4924, 4924, 4925, 0, 4925, 4925, 4925, 4925, 4925, 4926, 0, 4926, 4926, 4926, 4926, 4926, 4927, 0, 4927, 4927, 4927, 4927, 4927, 4928, 0, 4928, 4928, 4928, 4928, 4928, 4929, 0, 4929, 4929, 4929, 4929, 4929, 4930, 0, 4930, 4930, 4930, 4930, 4930, 4931, 0, 4931, 4931, 4931, 4931, 4931, 4932, 0, 4932, 4932, 4932, 4932, 4932, 4933, 0, 4933, 4933, 4933, 4933, 4933, 4934, 0, 4934, 4934, 4934, 4934, 4934, 4935, 0, 4935, 4935, 4935, 4935, 4935, 4936, 0, 4936, 4936, 4936, 4936, 4936, 4937, 0, 4937, 4937, 4937, 4937, 4937, 4938, 0, 4938, 4938, 4938, 4938, 4938, 4939, 0, 4939, 4939, 4939, 4939, 4939, 4940, 0, 0, 0, 4940, 4940, 4940, 4941, 0, 4941, 4941, 4941, 4941, 4941, 4942, 0, 4942, 4942, 4942, 4942, 4942, 4943, 0, 4943, 4943, 4943, 4943, 4943, 4944, 0, 4944, 4944, 4944, 4944, 4944, 4945, 0, 4945, 4945, 4945, 4945, 4945, 4946, 0, 4946, 4946, 4946, 4946, 4946, 4947, 0, 4947, 4947, 4947, 4947, 4947, 4948, 0, 4948, 4948, 4948, 4948, 4948, 4949, 0, 4949, 4949, 4949, 4949, 4949, 4950, 0, 4950, 4950, 4950, 4950, 4950, 4951, 0, 4951, 4951, 4951, 4951, 4951, 4952, 0, 4952, 4952, 4952, 4952, 4952, 4953, 0, 4953, 4953, 4953, 4953, 4953, 4954, 0, 4954, 4954, 4954, 4954, 4954, 4955, 0, 4955, 4955, 4955, 4955, 4955, 4956, 0, 4956, 4956, 4956, 4956, 4956, 4957, 0, 4957, 4957, 4957, 4957, 4957, 4958, 0, 4958, 4958, 4958, 4958, 4958, 4959, 0, 4959, 4959, 4959, 4959, 4959, 4960, 0, 4960, 4960, 4960, 4960, 4960, 4961, 0, 4961, 4961, 4961, 4961, 4961, 4962, 0, 4962, 4962, 4962, 4962, 4962, 4963, 0, 4963, 4963, 4963, 4963, 4963, 4964, 0, 4964, 4964, 4964, 4964, 4964, 4965, 0, 4965, 4965, 4965, 4965, 4965, 4966, 0, 4966, 4966, 4966, 4966, 4966, 4967, 0, 4967, 4967, 4967, 4967, 4967, 4968, 0, 4968, 4968, 4968, 4968, 4968, 4969, 0, 4969, 4969, 4969, 4969, 4969, 4970, 0, 0, 0, 4970, 4970, 4970, 4971, 0, 4971, 4971, 4971, 4971, 4971, 4972, 0, 4972, 4972, 4972, 4972, 4972, 4973, 0, 4973, 4973, 4973, 4973, 4973, 4974, 0, 4974, 4974, 4974, 4974, 4974, 4975, 0, 4975, 4975, 4975, 4975, 4975, 4976, 0, 4976, 4976, 4976, 4976, 4976, 4977, 0, 4977, 4977, 4977, 4977, 4977, 4978, 0, 4978, 4978, 4978, 4978, 4978, 4979, 0, 4979, 4979, 4979, 4979, 4979, 4980, 0, 4980, 4980, 4980, 4980, 4980, 4981, 0, 4981, 4981, 4981, 4981, 4981, 4982, 0, 4982, 4982, 4982, 4982, 4982, 4983, 0, 4983, 4983, 4983, 4983, 4983, 4984, 0, 4984, 4984, 4984, 4984, 4984, 4985, 0, 4985, 4985, 4985, 4985, 4985, 4986, 0, 4986, 4986, 4986, 4986, 4986, 4987, 0, 4987, 4987, 4987, 4987, 4987, 4988, 0, 4988, 4988, 4988, 4988, 4988, 4989, 0, 4989, 4989, 4989, 4989, 4989, 4990, 0, 4990, 4990, 4990, 4990, 4990, 4991, 0, 4991, 4991, 4991, 4991, 4991, 4992, 0, 4992, 4992, 4992, 4992, 4992, 4993, 0, 4993, 4993, 4993, 4993, 4993, 4994, 0, 4994, 4994, 4994, 4994, 4994, 4995, 0, 4995, 4995, 4995, 4995, 4995, 4996, 0, 4996, 4996, 4996, 4996, 4996, 4997, 0, 4997, 4997, 4997, 4997, 4997, 4998, 0, 4998, 4998, 4998, 4998, 4998, 4999, 0, 4999, 4999, 4999, 4999, 4999, 5000, 0, 0, 0, 5000, 5000, 5000, 5001, 0, 5001, 5001, 5001, 5001, 5001, 5002, 0, 5002, 5002, 5002, 5002, 5002, 5003, 0, 5003, 5003, 5003, 5003, 5003, 5004, 0, 5004, 5004, 5004, 5004, 5004, 5005, 0, 5005, 5005, 5005, 5005, 5005, 5006, 0, 5006, 5006, 5006, 5006, 5006, 5007, 0, 5007, 5007, 5007, 5007, 5007, 5008, 0, 5008, 5008, 5008, 5008, 5008, 5009, 0, 5009, 5009, 5009, 5009, 5009, 5010, 0, 5010, 5010, 5010, 5010, 5010, 5011, 0, 5011, 5011, 5011, 5011, 5011, 5012, 0, 5012, 5012, 5012, 5012, 5012, 5013, 0, 5013, 5013, 5013, 5013, 5013, 5014, 0, 5014, 5014, 5014, 5014, 5014, 5015, 0, 5015, 5015, 5015, 5015, 5015, 5016, 0, 5016, 5016, 5016, 5016, 5016, 5017, 0, 5017, 5017, 5017, 5017, 5017, 5018, 0, 5018, 5018, 5018, 5018, 5018, 5019, 0, 5019, 5019, 5019, 5019, 5019, 5020, 0, 5020, 5020, 5020, 5020, 5020, 5021, 0, 5021, 5021, 5021, 5021, 5021, 5022, 0, 5022, 5022, 5022, 5022, 5022, 5023, 0, 5023, 5023, 5023, 5023, 5023, 5024, 0, 5024, 5024, 5024, 5024, 5024, 5025, 0, 5025, 5025, 5025, 5025, 5025, 5026, 0, 5026, 5026, 5026, 5026, 5026, 5027, 0, 5027, 5027, 5027, 5027, 5027, 5028, 0, 5028, 5028, 5028, 5028, 5028, 5029, 0, 5029, 5029, 5029, 5029, 5029, 5030, 0, 0, 0, 5030, 5030, 5030, 5031, 0, 5031, 5031, 5031, 5031, 5031, 5032, 0, 5032, 5032, 5032, 5032, 5032, 5033, 0, 5033, 5033, 5033, 5033, 5033, 5034, 0, 5034, 5034, 5034, 5034, 5034, 5035, 0, 5035, 5035, 5035, 5035, 5035, 5036, 0, 5036, 5036, 5036, 5036, 5036, 5037, 0, 5037, 5037, 5037, 5037, 5037, 5038, 0, 5038, 5038, 5038, 5038, 5038, 5039, 0, 5039, 5039, 5039, 5039, 5039, 5040, 0, 5040, 5040, 5040, 5040, 5040, 5041, 0, 5041, 5041, 5041, 5041, 5041, 5042, 0, 5042, 5042, 5042, 5042, 5042, 5043, 0, 5043, 5043, 5043, 5043, 5043, 5044, 0, 5044, 5044, 5044, 5044, 5044, 5045, 0, 5045, 5045, 5045, 5045, 5045, 5046, 0, 5046, 5046, 5046, 5046, 5046, 5047, 0, 5047, 5047, 5047, 5047, 5047, 5048, 0, 5048, 5048, 5048, 5048, 5048, 5049, 0, 5049, 5049, 5049, 5049, 5049, 5050, 0, 5050, 5050, 5050, 5050, 5050, 5051, 0, 5051, 5051, 5051, 5051, 5051, 5052, 0, 5052, 5052, 5052, 5052, 5052, 5053, 0, 5053, 5053, 5053, 5053, 5053, 5054, 0, 5054, 5054, 5054, 5054, 5054, 5055, 0, 5055, 5055, 5055, 5055, 5055, 5056, 0, 5056, 5056, 5056, 5056, 5056, 5057, 0, 5057, 5057, 5057, 5057, 5057, 5058, 0, 5058, 5058, 5058, 5058, 5058, 5059, 0, 5059, 5059, 5059, 5059, 5059, 5060, 0, 0, 0, 5060, 5060, 5060, 5061, 0, 5061, 5061, 5061, 5061, 5061, 5062, 0, 5062, 5062, 5062, 5062, 5062, 5063, 0, 5063, 5063, 5063, 5063, 5063, 5064, 0, 5064, 5064, 5064, 5064, 5064, 5065, 0, 5065, 5065, 5065, 5065, 5065, 5066, 0, 5066, 5066, 5066, 5066, 5066, 5067, 0, 5067, 5067, 5067, 5067, 5067, 5068, 0, 5068, 5068, 5068, 5068, 5068, 5069, 0, 5069, 5069, 5069, 5069, 5069, 5070, 0, 5070, 5070, 5070, 5070, 5070, 5071, 0, 5071, 5071, 5071, 5071, 5071, 5072, 0, 5072, 5072, 5072, 5072, 5072, 5073, 0, 5073, 5073, 5073, 5073, 5073, 5074, 0, 5074, 5074, 5074, 5074, 5074, 5075, 0, 5075, 5075, 5075, 5075, 5075, 5076, 0, 5076, 5076, 5076, 5076, 5076, 5077, 0, 5077, 5077, 5077, 5077, 5077, 5078, 0, 5078, 5078, 5078, 5078, 5078, 5079, 0, 5079, 5079, 5079, 5079, 5079, 5080, 0, 5080, 5080, 5080, 5080, 5080, 5081, 0, 5081, 5081, 5081, 5081, 5081, 5082, 0, 5082, 5082, 5082, 5082, 5082, 5083, 0, 5083, 5083, 5083, 5083, 5083, 5084, 0, 5084, 5084, 5084, 5084, 5084, 5085, 0, 5085, 5085, 5085, 5085, 5085, 5086, 0, 5086, 5086, 5086, 5086, 5086, 5087, 0, 5087, 5087, 5087, 5087, 5087, 5088, 0, 5088, 5088, 5088, 5088, 5088, 5089, 0, 5089, 5089, 5089, 5089, 5089, 5090, 0, 0, 0, 5090, 5090, 5090, 5091, 0, 5091, 5091, 5091, 5091, 5091, 5092, 0, 5092, 5092, 5092, 5092, 5092, 5093, 0, 5093, 5093, 5093, 5093, 5093, 5094, 0, 5094, 5094, 5094, 5094, 5094, 5095, 0, 5095, 5095, 5095, 5095, 5095, 5096, 0, 5096, 5096, 5096, 5096, 5096, 5097, 0, 5097, 5097, 5097, 5097, 5097, 5098, 0, 5098, 5098, 5098, 5098, 5098, 5099, 0, 5099, 5099, 5099, 5099, 5099, 5100, 0, 5100, 5100, 5100, 5100, 5100, 5101, 0, 5101, 5101, 5101, 5101, 5101, 5102, 0, 5102, 5102, 5102, 5102, 5102, 5103, 0, 5103, 5103, 5103, 5103, 5103, 5104, 0, 5104, 5104, 5104, 5104, 5104, 5105, 0, 5105, 5105, 5105, 5105, 5105, 5106, 0, 5106, 5106, 5106, 5106, 5106, 5107, 0, 5107, 5107, 5107, 5107, 5107, 5108, 0, 5108, 5108, 5108, 5108, 5108, 5109, 0, 5109, 5109, 5109, 5109, 5109, 5110, 0, 5110, 5110, 5110, 5110, 5110, 5111, 0, 5111, 5111, 5111, 5111, 5111, 5112, 0, 5112, 5112, 5112, 5112, 5112, 5113, 0, 5113, 5113, 5113, 5113, 5113, 5114, 0, 5114, 5114, 5114, 5114, 5114, 5115, 0, 5115, 5115, 5115, 5115, 5115, 5116, 0, 5116, 5116, 5116, 5116, 5116, 5117, 0, 5117, 5117, 5117, 5117, 5117, 5118, 0, 5118, 5118, 5118, 5118, 5118, 5119, 0, 5119, 5119, 5119, 5119, 5119, 5120, 0, 0, 0, 5120, 5120, 5120, 5121, 0, 5121, 5121, 5121, 5121, 5121, 5122, 0, 5122, 5122, 5122, 5122, 5122, 5123, 0, 5123, 5123, 5123, 5123, 5123, 5124, 0, 5124, 5124, 5124, 5124, 5124, 5125, 0, 5125, 5125, 5125, 5125, 5125, 5126, 0, 5126, 5126, 5126, 5126, 5126, 5127, 0, 5127, 5127, 5127, 5127, 5127, 5128, 0, 5128, 5128, 5128, 5128, 5128, 5129, 0, 5129, 5129, 5129, 5129, 5129, 5130, 0, 5130, 5130, 5130, 5130, 5130, 5131, 0, 5131, 5131, 5131, 5131, 5131, 5132, 0, 5132, 5132, 5132, 5132, 5132, 5133, 0, 5133, 5133, 5133, 5133, 5133, 5134, 0, 5134, 5134, 5134, 5134, 5134, 5135, 0, 5135, 5135, 5135, 5135, 5135, 5136, 0, 5136, 5136, 5136, 5136, 5136, 5137, 0, 5137, 5137, 5137, 5137, 5137, 5138, 0, 5138, 5138, 5138, 5138, 5138, 5139, 0, 5139, 5139, 5139, 5139, 5139, 5140, 0, 5140, 5140, 5140, 5140, 5140, 5141, 0, 5141, 5141, 5141, 5141, 5141, 5142, 0, 5142, 5142, 5142, 5142, 5142, 5143, 0, 5143, 5143, 5143, 5143, 5143, 5144, 0, 5144, 5144, 5144, 5144, 5144, 5145, 0, 5145, 5145, 5145, 5145, 5145, 5146, 0, 5146, 5146, 5146, 5146, 5146, 5147, 0, 5147, 5147, 5147, 5147, 5147, 5148, 0, 5148, 5148, 5148, 5148, 5148, 5149, 0, 5149, 5149, 5149, 5149, 5149, 5150, 0, 0, 0, 5150, 5150, 5150, 5151, 0, 5151, 5151, 5151, 5151, 5151, 5152, 0, 5152, 5152, 5152, 5152, 5152, 5153, 0, 5153, 5153, 5153, 5153, 5153, 5154, 0, 5154, 5154, 5154, 5154, 5154, 5155, 0, 5155, 5155, 5155, 5155, 5155, 5156, 0, 5156, 5156, 5156, 5156, 5156, 5157, 0, 5157, 5157, 5157, 5157, 5157, 5158, 0, 5158, 5158, 5158, 5158, 5158, 5159, 0, 5159, 5159, 5159, 5159, 5159, 5160, 0, 5160, 5160, 5160, 5160, 5160, 5161, 0, 5161, 5161, 5161, 5161, 5161, 5162, 0, 5162, 5162, 5162, 5162, 5162, 5163, 0, 5163, 5163, 5163, 5163, 5163, 5164, 0, 5164, 5164, 5164, 5164, 5164, 5165, 0, 5165, 5165, 5165, 5165, 5165, 5166, 0, 5166, 5166, 5166, 5166, 5166, 5167, 0, 5167, 5167, 5167, 5167, 5167, 5168, 0, 5168, 5168, 5168, 5168, 5168, 5169, 0, 5169, 5169, 5169, 5169, 5169, 5170, 0, 5170, 5170, 5170, 5170, 5170, 5171, 0, 5171, 5171, 5171, 5171, 5171, 5172, 0, 5172, 5172, 5172, 5172, 5172, 5173, 0, 5173, 5173, 5173, 5173, 5173, 5174, 0, 5174, 5174, 5174, 5174, 5174, 5175, 0, 5175, 5175, 5175, 5175, 5175, 5176, 0, 5176, 5176, 5176, 5176, 5176, 5177, 0, 5177, 5177, 5177, 5177, 5177, 5178, 0, 5178, 5178, 5178, 5178, 5178, 5179, 0, 5179, 5179, 5179, 5179, 5179, 5180, 0, 0, 0, 5180, 5180, 5180, 5181, 0, 5181, 5181, 5181, 5181, 5181, 5182, 0, 5182, 5182, 5182, 5182, 5182, 5183, 0, 5183, 5183, 5183, 5183, 5183, 5184, 0, 5184, 5184, 5184, 5184, 5184, 5185, 0, 5185, 5185, 5185, 5185, 5185, 5186, 0, 5186, 5186, 5186, 5186, 5186, 5187, 0, 5187, 5187, 5187, 5187, 5187, 5188, 0, 5188, 5188, 5188, 5188, 5188, 5189, 0, 5189, 5189, 5189, 5189, 5189, 5190, 0, 5190, 5190, 5190, 5190, 5190, 5191, 0, 5191, 5191, 5191, 5191, 5191, 5192, 0, 5192, 5192, 5192, 5192, 5192, 5193, 0, 5193, 5193, 5193, 5193, 5193, 5194, 0, 5194, 5194, 5194, 5194, 5194, 5195, 0, 5195, 5195, 5195, 5195, 5195, 5196, 0, 5196, 5196, 5196, 5196, 5196, 5197, 0, 5197, 5197, 5197, 5197, 5197, 5198, 0, 5198, 5198, 5198, 5198, 5198, 5199, 0, 5199, 5199, 5199, 5199, 5199, 5200, 0, 5200, 5200, 5200, 5200, 5200, 5201, 0, 5201, 5201, 5201, 5201, 5201, 5202, 0, 5202, 5202, 5202, 5202, 5202, 5203, 0, 5203, 5203, 5203, 5203, 5203, 5204, 0, 5204, 5204, 5204, 5204, 5204, 5205, 0, 5205, 5205, 5205, 5205, 5205, 5206, 0, 5206, 5206, 5206, 5206, 5206, 5207, 0, 5207, 5207, 5207, 5207, 5207, 5208, 0, 5208, 5208, 5208, 5208, 5208, 5209, 0, 5209, 5209, 5209, 5209, 5209, 5210, 0, 0, 0, 5210, 5210, 5210, 5211, 0, 5211, 5211, 5211, 5211, 5211, 5212, 0, 5212, 5212, 5212, 5212, 5212, 5213, 0, 5213, 5213, 5213, 5213, 5213, 5214, 0, 5214, 5214, 5214, 5214, 5214, 5215, 0, 5215, 5215, 5215, 5215, 5215, 5216, 0, 5216, 5216, 5216, 5216, 5216, 5217, 0, 5217, 5217, 5217, 5217, 5217, 5218, 0, 5218, 5218, 5218, 5218, 5218, 5219, 0, 5219, 5219, 5219, 5219, 5219, 5220, 0, 5220, 5220, 5220, 5220, 5220, 5221, 0, 5221, 5221, 5221, 5221, 5221, 5222, 0, 5222, 5222, 5222, 5222, 5222, 5223, 0, 5223, 5223, 5223, 5223, 5223, 5224, 0, 5224, 5224, 5224, 5224, 5224, 5225, 0, 5225, 5225, 5225, 5225, 5225, 5226, 0, 5226, 5226, 5226, 5226, 5226, 5227, 0, 5227, 5227, 5227, 5227, 5227, 5228, 0, 5228, 5228, 5228, 5228, 5228, 5229, 0, 5229, 5229, 5229, 5229, 5229, 5230, 0, 5230, 5230, 5230, 5230, 5230, 5231, 0, 5231, 5231, 5231, 5231, 5231, 5232, 0, 5232, 5232, 5232, 5232, 5232, 5233, 0, 5233, 5233, 5233, 5233, 5233, 5234, 0, 5234, 5234, 5234, 5234, 5234, 5235, 0, 5235, 5235, 5235, 5235, 5235, 5236, 0, 5236, 5236, 5236, 5236, 5236, 5237, 0, 5237, 5237, 5237, 5237, 5237, 5238, 0, 5238, 5238, 5238, 5238, 5238, 5239, 0, 5239, 5239, 5239, 5239, 5239, 5240, 0, 0, 0, 5240, 5240, 5240, 5241, 0, 5241, 5241, 5241, 5241, 5241, 5242, 0, 5242, 5242, 5242, 5242, 5242, 5243, 0, 5243, 5243, 5243, 5243, 5243, 5244, 0, 5244, 5244, 5244, 5244, 5244, 5245, 0, 5245, 5245, 5245, 5245, 5245, 5246, 0, 5246, 5246, 5246, 5246, 5246, 5247, 0, 5247, 5247, 5247, 5247, 5247, 5248, 0, 5248, 5248, 5248, 5248, 5248, 5249, 0, 5249, 5249, 5249, 5249, 5249, 5250, 0, 5250, 5250, 5250, 5250, 5250, 5251, 0, 5251, 5251, 5251, 5251, 5251, 5252, 0, 5252, 5252, 5252, 5252, 5252, 5253, 0, 5253, 5253, 5253, 5253, 5253, 5254, 0, 5254, 5254, 5254, 5254, 5254, 5255, 0, 5255, 5255, 5255, 5255, 5255, 5256, 0, 5256, 5256, 5256, 5256, 5256, 5257, 0, 5257, 5257, 5257, 5257, 5257, 5258, 0, 5258, 5258, 5258, 5258, 5258, 5259, 0, 5259, 5259, 5259, 5259, 5259, 5260, 0, 5260, 5260, 5260, 5260, 5260, 5261, 0, 5261, 5261, 5261, 5261, 5261, 5262, 0, 5262, 5262, 5262, 5262, 5262, 5263, 0, 5263, 5263, 5263, 5263, 5263, 5264, 0, 5264, 5264, 5264, 5264, 5264, 5265, 0, 5265, 5265, 5265, 5265, 5265, 5266, 0, 5266, 5266, 5266, 5266, 5266, 5267, 0, 5267, 5267, 5267, 5267, 5267, 5268, 0, 5268, 5268, 5268, 5268, 5268, 5269, 0, 5269, 5269, 5269, 5269, 5269, 5270, 0, 0, 0, 5270, 5270, 5270, 5271, 0, 5271, 5271, 5271, 5271, 5271, 5272, 0, 5272, 5272, 5272, 5272, 5272, 5273, 0, 5273, 5273, 5273, 5273, 5273, 5274, 0, 5274, 5274, 5274, 5274, 5274, 5275, 0, 5275, 5275, 5275, 5275, 5275, 5276, 0, 5276, 5276, 5276, 5276, 5276, 5277, 0, 5277, 5277, 5277, 5277, 5277, 5278, 0, 5278, 5278, 5278, 5278, 5278, 5279, 0, 5279, 5279, 5279, 5279, 5279, 5280, 0, 5280, 5280, 5280, 5280, 5280, 5281, 0, 5281, 5281, 5281, 5281, 5281, 5282, 0, 5282, 5282, 5282, 5282, 5282, 5283, 0, 5283, 5283, 5283, 5283, 5283, 5284, 0, 5284, 5284, 5284, 5284, 5284, 5285, 0, 5285, 5285, 5285, 5285, 5285, 5286, 0, 5286, 5286, 5286, 5286, 5286, 5287, 0, 5287, 5287, 5287, 5287, 5287, 5288, 0, 5288, 5288, 5288, 5288, 5288, 5289, 0, 5289, 5289, 5289, 5289, 5289, 5290, 0, 5290, 5290, 5290, 5290, 5290, 5291, 0, 5291, 5291, 5291, 5291, 5291, 5292, 0, 5292, 5292, 5292, 5292, 5292, 5293, 0, 5293, 5293, 5293, 5293, 5293, 5294, 0, 5294, 5294, 5294, 5294, 5294, 5295, 0, 5295, 5295, 5295, 5295, 5295, 5296, 0, 5296, 5296, 5296, 5296, 5296, 5297, 0, 5297, 5297, 5297, 5297, 5297, 5298, 0, 5298, 5298, 5298, 5298, 5298, 5299, 0, 5299, 5299, 5299, 5299, 5299, 5300, 0, 0, 0, 5300, 5300, 5300, 5301, 0, 5301, 5301, 5301, 5301, 5301, 5302, 0, 5302, 5302, 5302, 5302, 5302, 5303, 0, 5303, 5303, 5303, 5303, 5303, 5304, 0, 5304, 5304, 5304, 5304, 5304, 5305, 0, 5305, 5305, 5305, 5305, 5305, 5306, 0, 5306, 5306, 5306, 5306, 5306, 5307, 0, 5307, 5307, 5307, 5307, 5307, 5308, 0, 5308, 5308, 5308, 5308, 5308, 5309, 0, 5309, 5309, 5309, 5309, 5309, 5310, 0, 5310, 5310, 5310, 5310, 5310, 5311, 0, 5311, 5311, 5311, 5311, 5311, 5312, 0, 5312, 5312, 5312, 5312, 5312, 5313, 0, 5313, 5313, 5313, 5313, 5313, 5314, 0, 5314, 5314, 5314, 5314, 5314, 5315, 0, 5315, 5315, 5315, 5315, 5315, 5316, 0, 5316, 5316, 5316, 5316, 5316, 5317, 0, 5317, 5317, 5317, 5317, 5317, 5318, 0, 5318, 5318, 5318, 5318, 5318, 5319, 0, 5319, 5319, 5319, 5319, 5319, 5320, 0, 5320, 5320, 5320, 5320, 5320, 5321, 0, 5321, 5321, 5321, 5321, 5321, 5322, 0, 5322, 5322, 5322, 5322, 5322, 5323, 0, 5323, 5323, 5323, 5323, 5323, 5324, 0, 5324, 5324, 5324, 5324, 5324, 5325, 0, 5325, 5325, 5325, 5325, 5325, 5326, 0, 5326, 5326, 5326, 5326, 5326, 5327, 0, 5327, 5327, 5327, 5327, 5327, 5328, 0, 5328, 5328, 5328, 5328, 5328, 5329, 0, 5329, 5329, 5329, 5329, 5329, 5330, 0, 0, 0, 5330, 5330, 5330, 5331, 0, 5331, 5331, 5331, 5331, 5331, 5332, 0, 5332, 5332, 5332, 5332, 5332, 5333, 0, 5333, 5333, 5333, 5333, 5333, 5334, 0, 5334, 5334, 5334, 5334, 5334, 5335, 0, 5335, 5335, 5335, 5335, 5335, 5336, 0, 5336, 5336, 5336, 5336, 5336, 5337, 0, 5337, 5337, 5337, 5337, 5337, 5338, 0, 5338, 5338, 5338, 5338, 5338, 5339, 0, 5339, 5339, 5339, 5339, 5339, 5340, 0, 5340, 5340, 5340, 5340, 5340, 5341, 0, 5341, 5341, 5341, 5341, 5341, 5342, 0, 5342, 5342, 5342, 5342, 5342, 5343, 0, 5343, 5343, 5343, 5343, 5343, 5344, 0, 5344, 5344, 5344, 5344, 5344, 5345, 0, 5345, 5345, 5345, 5345, 5345, 5346, 0, 5346, 5346, 5346, 5346, 5346, 5347, 0, 5347, 5347, 5347, 5347, 5347, 5348, 0, 5348, 5348, 5348, 5348, 5348, 5349, 0, 5349, 5349, 5349, 5349, 5349, 5350, 0, 5350, 5350, 5350, 5350, 5350, 5351, 0, 5351, 5351, 5351, 5351, 5351, 5352, 0, 5352, 5352, 5352, 5352, 5352, 5353, 0, 5353, 5353, 5353, 5353, 5353, 5354, 0, 5354, 5354, 5354, 5354, 5354, 5355, 0, 5355, 5355, 5355, 5355, 5355, 5356, 0, 5356, 5356, 5356, 5356, 5356, 5357, 0, 5357, 5357, 5357, 5357, 5357, 5358, 0, 5358, 5358, 5358, 5358, 5358, 5359, 0, 5359, 5359, 5359, 5359, 5359, 5360, 0, 0, 0, 5360, 5360, 5360, 5361, 0, 5361, 5361, 5361, 5361, 5361, 5362, 0, 5362, 5362, 5362, 5362, 5362, 5363, 0, 5363, 5363, 5363, 5363, 5363, 5364, 0, 5364, 5364, 5364, 5364, 5364, 5365, 0, 5365, 5365, 5365, 5365, 5365, 5366, 0, 5366, 5366, 5366, 5366, 5366, 5367, 0, 5367, 5367, 5367, 5367, 5367, 5368, 0, 5368, 5368, 5368, 5368, 5368, 5369, 0, 5369, 5369, 5369, 5369, 5369, 5370, 0, 5370, 5370, 5370, 5370, 5370, 5371, 0, 5371, 5371, 5371, 5371, 5371, 5372, 0, 5372, 5372, 5372, 5372, 5372, 5373, 0, 5373, 5373, 5373, 5373, 5373, 5374, 0, 5374, 5374, 5374, 5374, 5374, 5375, 0, 5375, 5375, 5375, 5375, 5375, 5376, 0, 5376, 5376, 5376, 5376, 5376, 5377, 0, 5377, 5377, 5377, 5377, 5377, 5378, 0, 5378, 5378, 5378, 5378, 5378, 5379, 0, 5379, 5379, 5379, 5379, 5379, 5380, 0, 5380, 5380, 5380, 5380, 5380, 5381, 0, 5381, 5381, 5381, 5381, 5381, 5382, 0, 5382, 5382, 5382, 5382, 5382, 5383, 0, 5383, 5383, 5383, 5383, 5383, 5384, 0, 5384, 5384, 5384, 5384, 5384, 5385, 0, 5385, 5385, 5385, 5385, 5385, 5386, 0, 5386, 5386, 5386, 5386, 5386, 5387, 0, 5387, 5387, 5387, 5387, 5387, 5388, 0, 5388, 5388, 5388, 5388, 5388, 5389, 0, 5389, 5389, 5389, 5389, 5389, 5390, 0, 5390, 5390, 5390, 5390, 5390, 5391, 0, 5391, 5391, 5391, 5391, 5391, 5392, 0, 5392, 5392, 5392, 5392, 5392, 5393, 0, 5393, 5393, 5393, 5393, 5393, 5394, 0, 5394, 5394, 5394, 5394, 5394, 5395, 0, 5395, 5395, 5395, 5395, 5395, 5396, 0, 5396, 5396, 5396, 5396, 5396, 5397, 0, 5397, 5397, 5397, 5397, 5397, 5398, 0, 5398, 5398, 5398, 5398, 5398, 5399, 0, 5399, 5399, 5399, 5399, 5399, 5400, 0, 5400, 5400, 5400, 5400, 5400, 5401, 0, 5401, 5401, 5401, 5401, 5401, 5402, 0, 5402, 5402, 5402, 5402, 5402, 5403, 0, 5403, 5403, 5403, 5403, 5403, 5404, 0, 5404, 5404, 5404, 5404, 5404, 5405, 0, 5405, 5405, 5405, 5405, 5405, 5406, 0, 5406, 5406, 5406, 5406, 5406, 5407, 0, 5407, 5407, 5407, 5407, 5407, 5408, 0, 5408, 5408, 5408, 5408, 5408, 5409, 0, 5409, 5409, 5409, 5409, 5409, 5410, 0, 5410, 5410, 5410, 5410, 5410, 5411, 0, 5411, 5411, 5411, 5411, 5411, 5412, 0, 5412, 5412, 5412, 5412, 5412, 5413, 0, 5413, 5413, 5413, 5413, 5413, 5414, 0, 5414, 5414, 5414, 5414, 5414, 5415, 0, 5415, 5415, 5415, 5415, 5415, 5416, 0, 5416, 5416, 5416, 5416, 5416, 5417, 0, 5417, 5417, 5417, 5417, 5417, 5418, 0, 5418, 5418, 5418, 5418, 5418, 5419, 0, 5419, 5419, 5419, 5419, 5419, 5420, 0, 5420, 5420, 5420, 5420, 5420, 5421, 0, 5421, 5421, 5421, 5421, 5421, 5422, 0, 5422, 5422, 5422, 5422, 5422, 5423, 0, 5423, 5423, 5423, 5423, 5423, 5424, 0, 5424, 5424, 5424, 5424, 5424, 5425, 0, 5425, 5425, 5425, 5425, 5425, 5426, 0, 5426, 5426, 5426, 5426, 5426, 5427, 0, 5427, 5427, 5427, 5427, 5427, 5428, 0, 5428, 5428, 5428, 5428, 5428, 5429, 0, 5429, 5429, 5429, 5429, 5429, 5430, 0, 5430, 5430, 5430, 5430, 5430, 5431, 0, 5431, 5431, 5431, 5431, 5431, 5432, 0, 5432, 5432, 5432, 5432, 5432, 5433, 0, 5433, 5433, 5433, 5433, 5433, 5434, 0, 5434, 5434, 5434, 5434, 5434, 5435, 0, 5435, 5435, 5435, 5435, 5435, 5436, 0, 5436, 5436, 5436, 5436, 5436, 5437, 0, 5437, 5437, 5437, 5437, 5437, 5438, 0, 5438, 5438, 5438, 5438, 5438, 5439, 0, 5439, 5439, 5439, 5439, 5439, 5440, 0, 5440, 5440, 5440, 5440, 5440, 5441, 0, 5441, 5441, 5441, 5441, 5441, 5442, 0, 5442, 5442, 5442, 5442, 5442, 5443, 0, 5443, 5443, 5443, 5443, 5443, 5444, 0, 5444, 5444, 5444, 5444, 5444, 5445, 0, 5445, 5445, 5445, 5445, 5445, 5446, 0, 5446, 5446, 5446, 5446, 5446, 5447, 0, 5447, 5447, 5447, 5447, 5447, 5448, 0, 5448, 5448, 5448, 5448, 5448, 5449, 0, 5449, 5449, 5449, 5449, 5449, 5450, 0, 5450, 5450, 5450, 5450, 5450, 5451, 0, 5451, 5451, 5451, 5451, 5451, 5452, 0, 5452, 5452, 5452, 5452, 5452, 5453, 0, 5453, 5453, 5453, 5453, 5453, 5454, 0, 5454, 5454, 5454, 5454, 5454, 5455, 0, 5455, 5455, 5455, 5455, 5455, 5456, 0, 5456, 5456, 5456, 5456, 5456, 5457, 0, 5457, 5457, 5457, 5457, 5457, 5458, 0, 5458, 5458, 5458, 5458, 5458, 5459, 0, 5459, 5459, 5459, 5459, 5459, 5460, 0, 5460, 5460, 5460, 5460, 5460, 5461, 0, 5461, 5461, 5461, 5461, 5461, 5462, 0, 5462, 5462, 5462, 5462, 5462, 5463, 0, 5463, 5463, 5463, 5463, 5463, 5464, 0, 5464, 5464, 5464, 5464, 5464, 5465, 0, 5465, 5465, 5465, 5465, 5465, 5466, 0, 5466, 5466, 5466, 5466, 5466, 5467, 0, 5467, 5467, 5467, 5467, 5467, 5468, 0, 5468, 5468, 5468, 5468, 5468, 5469, 0, 5469, 5469, 5469, 5469, 5469, 5470, 0, 5470, 5470, 5470, 5470, 5470, 5471, 0, 5471, 5471, 5471, 5471, 5471, 5472, 0, 5472, 5472, 5472, 5472, 5472, 5473, 0, 5473, 5473, 5473, 5473, 5473, 5474, 0, 5474, 5474, 5474, 5474, 5474, 5475, 0, 5475, 5475, 5475, 5475, 5475, 5476, 0, 5476, 5476, 5476, 5476, 5476, 5477, 0, 5477, 5477, 5477, 5477, 5477, 5478, 0, 5478, 5478, 5478, 5478, 5478, 5479, 0, 5479, 5479, 5479, 5479, 5479, 5480, 0, 5480, 5480, 5480, 5480, 5480, 5481, 0, 5481, 5481, 5481, 5481, 5481, 5482, 0, 5482, 5482, 5482, 5482, 5482, 5483, 0, 5483, 5483, 5483, 5483, 5483, 5484, 0, 5484, 5484, 5484, 5484, 5484, 5485, 0, 5485, 5485, 5485, 5485, 5485, 5486, 0, 5486, 5486, 5486, 5486, 5486, 5487, 0, 5487, 5487, 5487, 5487, 5487, 5488, 0, 5488, 5488, 5488, 5488, 5488, 5489, 0, 5489, 5489, 5489, 5489, 5489, 5490, 0, 5490, 5490, 5490, 5490, 5490, 5491, 0, 5491, 5491, 5491, 5491, 5491, 5492, 0, 5492, 5492, 5492, 5492, 5492, 5493, 0, 5493, 5493, 5493, 5493, 5493, 5494, 0, 5494, 5494, 5494, 5494, 5494, 5495, 0, 5495, 5495, 5495, 5495, 5495, 5496, 0, 5496, 5496, 5496, 5496, 5496, 5497, 0, 5497, 5497, 5497, 5497, 5497, 5498, 0, 5498, 5498, 5498, 5498, 5498, 5499, 0, 5499, 5499, 5499, 5499, 5499, 5500, 0, 5500, 5500, 5500, 5500, 5500, 5501, 0, 5501, 5501, 5501, 5501, 5501, 5502, 0, 5502, 5502, 5502, 5502, 5502, 5503, 0, 5503, 5503, 5503, 5503, 5503, 5504, 0, 5504, 5504, 5504, 5504, 5504, 5505, 0, 5505, 5505, 5505, 5505, 5505, 5506, 0, 5506, 5506, 5506, 5506, 5506, 5507, 0, 5507, 5507, 5507, 5507, 5507, 5508, 0, 5508, 5508, 5508, 5508, 5508, 5509, 0, 5509, 5509, 5509, 5509, 5509, 5510, 0, 5510, 5510, 5510, 5510, 5510, 5511, 0, 5511, 5511, 5511, 5511, 5511, 5512, 0, 5512, 5512, 5512, 5512, 5512, 5513, 0, 5513, 5513, 5513, 5513, 5513, 5514, 0, 5514, 5514, 5514, 5514, 5514, 5515, 0, 5515, 5515, 5515, 5515, 5515, 5516, 0, 5516, 5516, 5516, 5516, 5516, 5517, 0, 5517, 5517, 5517, 5517, 5517, 5518, 0, 5518, 5518, 5518, 5518, 5518, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101, 3101 } ; extern int codata_flex_debug; int codata_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *codatatext; #line 1 "sequence/codatal.l" /* codatal.l - CODATA sequence lexer */ #line 4 "sequence/codatal.l" #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/codatay.h" #define YY_NO_INPUT 1 #line 6333 "sequence/codatal.c" #define INITIAL 0 #define FHEAD 1 #define ENTAG 2 #define TITAG 3 #define ALTAG 4 #define CTTAG 5 #define ORTAG 6 #define DATAG 7 #define ACTAG 8 #define RETAG 9 #define COTAG 10 #define GETAG 11 #define FUTAG 12 #define CXTAG 13 #define CLTAG 14 #define KETAG 15 #define FETAG 16 #define SUTAG 17 #define SETAG 18 #define SNTAG 19 #define SEQTAG 20 #define ENDTAG 21 #define ENTAG2 22 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int codatalex_destroy (void ); int codataget_debug (void ); void codataset_debug (int debug_flag ); YY_EXTRA_TYPE codataget_extra (void ); void codataset_extra (YY_EXTRA_TYPE user_defined ); FILE *codataget_in (void ); void codataset_in (FILE * _in_str ); FILE *codataget_out (void ); void codataset_out (FILE * _out_str ); int codataget_leng (void ); char *codataget_text (void ); int codataget_lineno (void ); void codataset_lineno (int _line_number ); YYSTYPE * codataget_lval (void ); void codataset_lval (YYSTYPE * yylval_param ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int codatawrap (void ); #else extern int codatawrap (void ); #endif #endif #ifndef YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO fwrite( codatatext, codataleng, 1, codataout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( codatain )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( codatain ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, codatain))==0 && ferror(codatain)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(codatain); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int codatalex \ (YYSTYPE * yylval_param ); #define YY_DECL int codatalex \ (YYSTYPE * yylval_param ) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after codatatext and codataleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ if ( codataleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (codatatext[codataleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; YYSTYPE * yylval; #line 53 "sequence/codatal.l" #line 6553 "sequence/codatal.c" yylval = yylval_param; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)codataalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in codatalex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! codatain ) codatain = stdin; if ( ! codataout ) codataout = stdout; if ( ! YY_CURRENT_BUFFER ) { codataensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = codata_create_buffer(codatain,YY_BUF_SIZE ); } codata_load_buffer_state( ); } while (/*CONSTCOND*/ 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of codatatext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3102 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_current_state != 3101 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 55 "sequence/codatal.l" /* Ignore empty fields made by sreformat tool */ YY_BREAK case 2: /* rule 2 can match eol */ YY_RULE_SETUP #line 57 "sequence/codatal.l" { BEGIN FHEAD; } YY_BREAK case 3: YY_RULE_SETUP #line 58 "sequence/codatal.l" ; /* Ignore file header */ YY_BREAK case 4: /* rule 4 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 59 "sequence/codatal.l" { BEGIN INITIAL; } YY_BREAK case 5: /* rule 5 can match eol */ YY_RULE_SETUP #line 60 "sequence/codatal.l" ; YY_BREAK case 6: /* rule 6 can match eol */ YY_RULE_SETUP #line 62 "sequence/codatal.l" ; /* Ignore file trailer */ YY_BREAK case 7: YY_RULE_SETUP #line 64 "sequence/codatal.l" { BEGIN ENTAG; return EN; } YY_BREAK case 8: YY_RULE_SETUP #line 65 "sequence/codatal.l" { BEGIN ENTAG2; yylval->str = strdup(codatatext); return ENNAM; } YY_BREAK case 9: /* rule 9 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 66 "sequence/codatal.l" ; /* Trailing spaces ignored */ YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 67 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 11: YY_RULE_SETUP #line 68 "sequence/codatal.l" { return ERR; } YY_BREAK case 12: YY_RULE_SETUP #line 70 "sequence/codatal.l" { return ENTXT; } YY_BREAK case 13: /* rule 13 can match eol */ YY_RULE_SETUP #line 71 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 14: YY_RULE_SETUP #line 73 "sequence/codatal.l" { BEGIN TITAG; return TI; } YY_BREAK case 15: YY_RULE_SETUP #line 74 "sequence/codatal.l" { return NXT; } YY_BREAK case 16: YY_RULE_SETUP #line 75 "sequence/codatal.l" { yylval->str = strdup(codatatext); return TITXT; } YY_BREAK case 17: /* rule 17 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 76 "sequence/codatal.l" { return EOL; } YY_BREAK case 18: /* rule 18 can match eol */ YY_RULE_SETUP #line 77 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 19: YY_RULE_SETUP #line 79 "sequence/codatal.l" { BEGIN ALTAG; return AL; } YY_BREAK case 20: YY_RULE_SETUP #line 80 "sequence/codatal.l" { return NXT; } YY_BREAK case 21: YY_RULE_SETUP #line 81 "sequence/codatal.l" { return TXT; } YY_BREAK case 22: /* rule 22 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 82 "sequence/codatal.l" { return EOL; } YY_BREAK case 23: /* rule 23 can match eol */ YY_RULE_SETUP #line 83 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 24: YY_RULE_SETUP #line 85 "sequence/codatal.l" { BEGIN CTTAG; return CT; } YY_BREAK case 25: YY_RULE_SETUP #line 86 "sequence/codatal.l" { return NXT; } YY_BREAK case 26: YY_RULE_SETUP #line 87 "sequence/codatal.l" { return TXT; } YY_BREAK case 27: /* rule 27 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 88 "sequence/codatal.l" { return EOL; } YY_BREAK case 28: /* rule 28 can match eol */ YY_RULE_SETUP #line 89 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 29: YY_RULE_SETUP #line 91 "sequence/codatal.l" { BEGIN ORTAG; return OR; } YY_BREAK case 30: YY_RULE_SETUP #line 92 "sequence/codatal.l" { return NXT; } YY_BREAK case 31: YY_RULE_SETUP #line 93 "sequence/codatal.l" { return TXT; } YY_BREAK case 32: /* rule 32 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 94 "sequence/codatal.l" { return EOL; } YY_BREAK case 33: /* rule 33 can match eol */ YY_RULE_SETUP #line 95 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 34: YY_RULE_SETUP #line 97 "sequence/codatal.l" { BEGIN DATAG; return DA; } YY_BREAK case 35: YY_RULE_SETUP #line 98 "sequence/codatal.l" { return NXT; } YY_BREAK case 36: YY_RULE_SETUP #line 99 "sequence/codatal.l" { return TXT; } YY_BREAK case 37: /* rule 37 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 100 "sequence/codatal.l" { return EOL; } YY_BREAK case 38: /* rule 38 can match eol */ YY_RULE_SETUP #line 101 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 39: YY_RULE_SETUP #line 103 "sequence/codatal.l" { BEGIN ACTAG; return AC; } YY_BREAK case 40: YY_RULE_SETUP #line 104 "sequence/codatal.l" { return NXT; } YY_BREAK case 41: YY_RULE_SETUP #line 105 "sequence/codatal.l" { yylval->str = strdup(codatatext); return ACNUM; } YY_BREAK case 42: YY_RULE_SETUP #line 106 "sequence/codatal.l" { return SEP; } YY_BREAK case 43: /* rule 43 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 107 "sequence/codatal.l" { return CNT; } YY_BREAK case 44: /* rule 44 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 108 "sequence/codatal.l" { return EOL; } YY_BREAK case 45: /* rule 45 can match eol */ YY_RULE_SETUP #line 109 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 46: YY_RULE_SETUP #line 110 "sequence/codatal.l" { return ERR; } YY_BREAK case 47: YY_RULE_SETUP #line 112 "sequence/codatal.l" { BEGIN RETAG; return RE; } YY_BREAK case 48: YY_RULE_SETUP #line 113 "sequence/codatal.l" { return NXT; } YY_BREAK case 49: YY_RULE_SETUP #line 114 "sequence/codatal.l" { return TXT; } YY_BREAK case 50: /* rule 50 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 115 "sequence/codatal.l" { return EOL; } YY_BREAK case 51: /* rule 51 can match eol */ YY_RULE_SETUP #line 116 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 52: YY_RULE_SETUP #line 118 "sequence/codatal.l" { BEGIN COTAG; return CO; } YY_BREAK case 53: YY_RULE_SETUP #line 119 "sequence/codatal.l" { return NXT; } YY_BREAK case 54: YY_RULE_SETUP #line 120 "sequence/codatal.l" { return TXT; } YY_BREAK case 55: /* rule 55 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 121 "sequence/codatal.l" { return EOL; } YY_BREAK case 56: /* rule 56 can match eol */ YY_RULE_SETUP #line 122 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 57: YY_RULE_SETUP #line 124 "sequence/codatal.l" { BEGIN GETAG; return GE; } YY_BREAK case 58: YY_RULE_SETUP #line 125 "sequence/codatal.l" { return NXT; } YY_BREAK case 59: YY_RULE_SETUP #line 126 "sequence/codatal.l" { return TXT; } YY_BREAK case 60: /* rule 60 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 127 "sequence/codatal.l" { return EOL; } YY_BREAK case 61: /* rule 61 can match eol */ YY_RULE_SETUP #line 128 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 62: YY_RULE_SETUP #line 130 "sequence/codatal.l" { BEGIN FUTAG; return FU; } YY_BREAK case 63: YY_RULE_SETUP #line 131 "sequence/codatal.l" { return NXT; } YY_BREAK case 64: YY_RULE_SETUP #line 132 "sequence/codatal.l" { return TXT; } YY_BREAK case 65: /* rule 65 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 133 "sequence/codatal.l" { return EOL; } YY_BREAK case 66: /* rule 66 can match eol */ YY_RULE_SETUP #line 134 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 67: YY_RULE_SETUP #line 136 "sequence/codatal.l" { BEGIN CXTAG; return CX; } YY_BREAK case 68: YY_RULE_SETUP #line 137 "sequence/codatal.l" { return NXT; } YY_BREAK case 69: YY_RULE_SETUP #line 138 "sequence/codatal.l" { return TXT; } YY_BREAK case 70: /* rule 70 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 139 "sequence/codatal.l" { return EOL; } YY_BREAK case 71: /* rule 71 can match eol */ YY_RULE_SETUP #line 140 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 72: YY_RULE_SETUP #line 142 "sequence/codatal.l" { BEGIN CLTAG; return CL; } YY_BREAK case 73: YY_RULE_SETUP #line 143 "sequence/codatal.l" { return NXT; } YY_BREAK case 74: YY_RULE_SETUP #line 144 "sequence/codatal.l" { return TXT; } YY_BREAK case 75: /* rule 75 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 145 "sequence/codatal.l" { return EOL; } YY_BREAK case 76: /* rule 76 can match eol */ YY_RULE_SETUP #line 146 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 77: YY_RULE_SETUP #line 148 "sequence/codatal.l" { BEGIN KETAG; return KE; } YY_BREAK case 78: YY_RULE_SETUP #line 149 "sequence/codatal.l" { return NXT; } YY_BREAK case 79: YY_RULE_SETUP #line 150 "sequence/codatal.l" { return TXT; } YY_BREAK case 80: /* rule 80 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 151 "sequence/codatal.l" { return EOL; } YY_BREAK case 81: /* rule 81 can match eol */ YY_RULE_SETUP #line 152 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 82: /* rule 82 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 7; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 154 "sequence/codatal.l" { BEGIN FETAG; return FE; } YY_BREAK case 83: YY_RULE_SETUP #line 155 "sequence/codatal.l" { return NXT; } YY_BREAK case 84: YY_RULE_SETUP #line 156 "sequence/codatal.l" { return TXT; } YY_BREAK case 85: /* rule 85 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 157 "sequence/codatal.l" { return EOL; } YY_BREAK case 86: /* rule 86 can match eol */ YY_RULE_SETUP #line 158 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 87: YY_RULE_SETUP #line 160 "sequence/codatal.l" { BEGIN SUTAG; return SU; } YY_BREAK case 88: YY_RULE_SETUP #line 161 "sequence/codatal.l" { return TXT; } YY_BREAK case 89: /* rule 89 can match eol */ YY_RULE_SETUP #line 162 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 90: /* rule 90 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 164 "sequence/codatal.l" { BEGIN SETAG; return SE; } YY_BREAK case 91: /* rule 91 can match eol */ YY_RULE_SETUP #line 165 "sequence/codatal.l" { BEGIN SNTAG; return EOL; } YY_BREAK case 92: YY_RULE_SETUP #line 166 "sequence/codatal.l" { return ERR; } YY_BREAK case 93: YY_RULE_SETUP #line 168 "sequence/codatal.l" { return SN; } YY_BREAK case 94: YY_RULE_SETUP #line 169 "sequence/codatal.l" { return INT; } YY_BREAK case 95: YY_RULE_SETUP #line 170 "sequence/codatal.l" { return SPC; } YY_BREAK case 96: /* rule 96 can match eol */ YY_RULE_SETUP #line 171 "sequence/codatal.l" { BEGIN SEQTAG; return EOL; } YY_BREAK case 97: YY_RULE_SETUP #line 172 "sequence/codatal.l" { return ERR; } YY_BREAK case 98: YY_RULE_SETUP #line 174 "sequence/codatal.l" { return SEQ; } YY_BREAK case 99: YY_RULE_SETUP #line 175 "sequence/codatal.l" { return INT; } YY_BREAK case 100: YY_RULE_SETUP #line 176 "sequence/codatal.l" { yylval->str = strdup(codatatext); return BAS; } YY_BREAK case 101: YY_RULE_SETUP #line 177 "sequence/codatal.l" { return SEP; } YY_BREAK case 102: /* rule 102 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up codatatext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up codatatext again */ YY_RULE_SETUP #line 178 "sequence/codatal.l" { return EOL; } YY_BREAK case 103: /* rule 103 can match eol */ YY_RULE_SETUP #line 179 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 104: YY_RULE_SETUP #line 180 "sequence/codatal.l" { return ERR; } YY_BREAK case 105: YY_RULE_SETUP #line 182 "sequence/codatal.l" { BEGIN ENDTAG; return END; } YY_BREAK case 106: /* rule 106 can match eol */ YY_RULE_SETUP #line 183 "sequence/codatal.l" { BEGIN INITIAL; return EOL; } YY_BREAK case 107: YY_RULE_SETUP #line 184 "sequence/codatal.l" { return ERR; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(FHEAD): case YY_STATE_EOF(ENTAG): case YY_STATE_EOF(TITAG): case YY_STATE_EOF(ALTAG): case YY_STATE_EOF(CTTAG): case YY_STATE_EOF(ORTAG): case YY_STATE_EOF(DATAG): case YY_STATE_EOF(ACTAG): case YY_STATE_EOF(RETAG): case YY_STATE_EOF(COTAG): case YY_STATE_EOF(GETAG): case YY_STATE_EOF(FUTAG): case YY_STATE_EOF(CXTAG): case YY_STATE_EOF(CLTAG): case YY_STATE_EOF(KETAG): case YY_STATE_EOF(FETAG): case YY_STATE_EOF(SUTAG): case YY_STATE_EOF(SETAG): case YY_STATE_EOF(SNTAG): case YY_STATE_EOF(SEQTAG): case YY_STATE_EOF(ENDTAG): case YY_STATE_EOF(ENTAG2): #line 186 "sequence/codatal.l" { return NUL; } YY_BREAK case 108: /* rule 108 can match eol */ YY_RULE_SETUP #line 187 "sequence/codatal.l" { return ERR; } YY_BREAK case 109: YY_RULE_SETUP #line 188 "sequence/codatal.l" { return ERR; } YY_BREAK case 110: YY_RULE_SETUP #line 190 "sequence/codatal.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 7350 "sequence/codatal.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed codatain at a new source and called * codatalex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = codatain; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( codatawrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * codatatext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of codatalex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; codatarestart(codatain ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) codatarealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3102 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register YY_CHAR yy_c = 1; while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 3102 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 3101); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ codatarestart(codatain ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( codatawrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve codatatext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void codatarestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ codataensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = codata_create_buffer(codatain,YY_BUF_SIZE ); } codata_init_buffer(YY_CURRENT_BUFFER,input_file ); codata_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void codata_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * codatapop_buffer_state(); * codatapush_buffer_state(new_buffer); */ codataensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; codata_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (codatawrap()) processing, but the only time this flag * is looked at is after codatawrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void codata_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; codatain = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE codata_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) codataalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in codata_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) codataalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in codata_create_buffer()" ); b->yy_is_our_buffer = 1; codata_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with codata_create_buffer() * */ void codata_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) codatafree((void *) b->yy_ch_buf ); codatafree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a codatarestart() or at EOF. */ static void codata_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; codata_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then codata_init_buffer was _probably_ * called from codatarestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void codata_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) codata_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void codatapush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; codataensure_buffer_stack(); /* This block is copied from codata_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from codata_switch_to_buffer. */ codata_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void codatapop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; codata_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { codata_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void codataensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)codataalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in codataensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)codatarealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in codataensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE codata_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) codataalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in codata_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; codata_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to codatalex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * codata_scan_bytes() instead. */ YY_BUFFER_STATE codata_scan_string (yyconst char * yystr ) { return codata_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to codatalex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE codata_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) codataalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in codata_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = codata_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in codata_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up codatatext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ codatatext[codataleng] = (yy_hold_char); \ (yy_c_buf_p) = codatatext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ codataleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int codataget_lineno (void) { return codatalineno; } /** Get the input stream. * */ FILE *codataget_in (void) { return codatain; } /** Get the output stream. * */ FILE *codataget_out (void) { return codataout; } /** Get the length of the current token. * */ int codataget_leng (void) { return codataleng; } /** Get the current token. * */ char *codataget_text (void) { return codatatext; } /** Set the current line number. * @param _line_number * */ void codataset_lineno (int _line_number ) { codatalineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see codata_switch_to_buffer */ void codataset_in (FILE * _in_str ) { codatain = _in_str ; } void codataset_out (FILE * _out_str ) { codataout = _out_str ; } int codataget_debug (void) { return codata_flex_debug; } void codataset_debug (int _bdebug ) { codata_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from codatalex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT codatain = stdin; codataout = stdout; #else codatain = (FILE *) 0; codataout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * codatalex_init() */ return 0; } /* codatalex_destroy is for both reentrant and non-reentrant scanners. */ int codatalex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ codata_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; codatapop_buffer_state(); } /* Destroy the stack itself. */ codatafree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; codatafree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * codatalex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *codataalloc (yy_size_t size ) { return (void *) malloc( size ); } void *codatarealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void codatafree (void * ptr ) { free( (char *) ptr ); /* see codatarealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 190 "sequence/codatal.l" squizz-0.99b+dfsg.orig/lib/sequence/fastay.h0000644000175000017500000000451712077262776021023 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, SPC = 262, SUP = 263, BAS = 264, NAM = 265, TXT = 266 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define SPC 262 #define SUP 263 #define BAS 264 #define NAM 265 #define TXT 266 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/fastay.y" char *str; /* Line 2068 of yacc.c */ #line 76 "sequence/fastay.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/sequence/rawl.l0000644000175000017500000000127512075270612020465 0ustar osallouosallou/* rawl.l - RAW sequence lexer */ %{ #ifdef HAVE_CONFIG_H # include #endif #ifdef STDC_HEADERS # include # include #endif #include "sequence/rawy.h" %} %option bison-bridge %option never-interactive %option noinput nounput noyywrap alp [[:alpha:]] blk [[:blank:]] eol "\n" min "-" spc " " sta "*" tab "\t" gap {min} bas ({alp}|{gap}|{sta}){1,80} %% {eol} ; /* Newlines ignored */ {blk} ; /* Spaces/Tabs ignored */ {bas} { yylval->str = strdup(yytext); return BAS; } <> { return NUL; } . { return ERR; } %% squizz-0.99b+dfsg.orig/lib/sequence/fasta.h0000644000175000017500000000045710155322741020611 0ustar osallouosallou/* fasta.h - FASTA sequence functions */ #ifndef __SEQUENCE_FASTA_H_ #define __SEQUENCE_FASTA_H_ #include #include "sequence.h" /* Functions prototypes */ sequence_t *fasta_parse(FILE *); int fasta_check(FILE *); void fasta_print(FILE *, sequence_t *); #endif /* __SEQUENCE_FASTA_H_ */ squizz-0.99b+dfsg.orig/lib/sequence/sprot.c0000644000175000017500000001061111706277062020656 0ustar osallouosallou/* sprot.c - SWISSPROT sequence functions */ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef HAVE_INTTYPES_H #include #endif #include #ifdef STDC_HEADERS # include #endif #include "sequence.h" #include "sequence/protein.h" #include "sequence/sprot.h" typedef uint64_t crc_t; #ifdef _LP64 #define CRC_CONST 0xd800000000000000UL #define CRC_PRINT "lX" #else #define CRC_CONST 0xd800000000000000ULL #define CRC_PRINT "llX" #endif /* Functions prototypes */ extern sequence_t *sproty_parse(FILE *); extern int sproty_check(FILE *); static crc_t sprot_crc64(char *); /* Parse SPROT sequence */ sequence_t *sprot_parse(FILE *f) { sequence_t *seq; seq = sproty_parse(f); return seq; } /* Check SPROT sequence */ int sprot_check(FILE *f) { int i; i = sproty_check(f); return i; } /* Print SPROT sequence */ void sprot_print(FILE *f, sequence_t *seq) { char *p, *q, **x; const char *r, *s, *t; float w; int max; long l, sep; size_t len; crc_t crc; if (seq == NULL) { return; } /* Inits */ max = 80 - 5; /* Name */ r = (seq->nam != NULL) ? seq->nam : "UNKNOWN"; s = "STANDARD"; t = "PRT"; len = seq->strlen; (void)fprintf(f, "ID %-14.14s %s; %8s; %5lu AA.\n", r, s, t, len); /* Accession */ /* FIXME: Sort secondary accessions alphabetically ... */ if (seq->acc != NULL) { x = seq->acc; l = 0; while (x && *x) { switch (l) { case 0: s = "AC "; break; case 5: s = ""; break; default: s = "; "; break; } len = strlen(*x); sep = strlen(s); if (l + sep + len + 1 > max) { (void)fprintf(f, ";\n"); l = 0; continue; } (void)fprintf(f, "%s%s", s, *x); l += sep + len; x++; } (void)fprintf(f, ";\n"); } /* Description */ p = seq->dsc; while (p && *p) { while (*p && *p == ' ') { p++; } (void)fprintf(f, "DE "); q = p; while (*q && q - p < max - 5) { q++; } while (/*CONSTCOND*/1) { /* Do not split words */ if (q - p > 0 && *q && *q != ' ' && *q != '-') { q--; continue; } /* Do not split specials `--', `->' */ if (*q == '-' && *(q+1) && *(q+1) == '-') { q--; continue; } if (*q == '-' && *(q+1) && *(q+1) == '>') { q--; continue; } /* Check for trailing '-', '.' */ if (*q == '-' && q - p + 1 > max - 5) { q--; continue; } if (*q == '\0' && q - p + 1 > max - 5) { q--; continue; } /* Do not split Enzyme refs */ if (*q == '-' && q - p > 1 && *(q-1) == '.') { q--; continue; } if ((*q == '\0' || *q == ' ') && q - p > 4 && strncmp(q-4, " (EC", 4) == 0) { q--; continue; } if (*q == '-') { q++; } break; } while (*p && q - p > 0) { (void)fputc(*p, f); p++; } if (*p == '\0') { (void)fputc('.', f); } (void)fputc('\n', f); } /* Keywords */ if (seq->kwd != NULL) { x= seq->kwd; l = 0; while (x && *x) { switch (l) { case 0: s = "KW "; break; case 5: s = ""; break; default: s = "; "; break; } len = strlen(*x); sep = strlen(s); if (l + sep + len + 1 > max) { (void)fprintf(f, ";\n"); l = 0; continue; } (void)fprintf(f, "%s%s", s, *x); l += sep + len; x++; } (void)fprintf(f, ".\n"); } /* Sequence header */ len = seq->strlen; w = protein_weight(seq->str) + 0.5; crc = sprot_crc64(seq->str); (void)fprintf(f, "SQ SEQUENCE %lu AA; %lu MW", len, (unsigned long)w); (void)fprintf(f, "; %016" CRC_PRINT " CRC64;\n", crc); /* Sequence */ p = seq->str; l = 0; while (*p) { l = p - seq->str; if (l % 60 == 0 && l > 0) { (void)fputc('\n', f); } if (l % 60 == 0) { (void)fprintf(f, " "); } if (l % 10 == 0 && l % 60 != 0) { (void)fputc(' ', f); } if (*p == '*') { p++; continue; } (void)fputc(*p, f); p++; } (void)fputc('\n', f); /* End */ (void)fprintf(f, "//\n"); return; } /* Calculate SwissProt CRC64 (x64 + x4 + x3 + x1 + 1) */ static crc_t sprot_crc64(char *str) { char *p; int i, j; crc_t crc, tab[256]; /* Init table */ for (i = 0; i < 256; i++) { crc_t part = i; for (j = 0; j < 8; j++) { if (part & 1) { part = (part >> 1) ^ CRC_CONST; continue; } part = part >> 1; } tab[i] = part; } /* Calculate CRC */ crc = 0; p = str; while (*p) { crc_t tmp1, tmp2; tmp1 = crc >> 8; tmp2 = (crc ^ *p) & 0xff; i = (int)tmp2; crc = tmp1 ^ tab[i]; p++; } return crc; } squizz-0.99b+dfsg.orig/lib/sequence/nbrfy.h0000644000175000017500000000461512077265430020641 0ustar osallouosallou/* A Bison parser, made by GNU Bison 2.5. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { END = 258, EOL = 259, ERR = 260, NUL = 261, SEM = 262, SPC = 263, SUP = 264, TXT = 265, TAG = 266, BAS = 267, NAM = 268 }; #endif /* Tokens. */ #define END 258 #define EOL 259 #define ERR 260 #define NUL 261 #define SEM 262 #define SPC 263 #define SUP 264 #define TXT 265 #define TAG 266 #define BAS 267 #define NAM 268 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { /* Line 2068 of yacc.c */ #line 29 "sequence/nbrfy.y" char *str; /* Line 2068 of yacc.c */ #line 80 "sequence/nbrfy.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 #endif squizz-0.99b+dfsg.orig/lib/compat/0000755000175000017500000000000012110373651017006 5ustar osallouosallousquizz-0.99b+dfsg.orig/lib/compat/err.h0000644000175000017500000000222611676412737017770 0ustar osallouosallou #include #include #include #include #include static void err(int val, const char *fmt, ...) { int sav; va_list ap; sav = errno; (void)fprintf(stderr, "%s: ", "xxx"); if (fmt != NULL) { va_start(ap, fmt); (void)vfprintf(stderr, fmt, ap); va_end(ap); } (void)fprintf(stderr, ": %s\n", strerror(sav)); exit(val); } static void errx(int val, const char *fmt, ...) { va_list ap; (void)fprintf(stderr, "%s: ", "xxx"); if (fmt != NULL) { va_start(ap, fmt); (void)vfprintf(stderr, fmt, ap); va_end(ap); } (void)fprintf(stderr, "\n"); exit(val); } static void warn(const char *fmt, ...) { int sav; va_list ap; sav = errno; (void)fprintf(stderr, "%s: ", "xxx"); if (fmt != NULL) { va_start(ap, fmt); (void)vfprintf(stderr, fmt, ap); va_end(ap); } (void)fprintf(stderr, ": %s\n", strerror(sav)); return; } static void warnx(const char *fmt, ...) { va_list ap; (void)fprintf(stderr, "%s: ", "xxx"); if (fmt != NULL) { va_start(ap, fmt); (void)vfprintf(stderr, fmt, ap); va_end(ap); } (void)fprintf(stderr, "\n"); return; } squizz-0.99b+dfsg.orig/lib/Makefile.in0000644000175000017500000012271712106377455017615 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = lib DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(srcdir)/config.h.in $(top_srcdir)/mkinstalldirs \ $(top_srcdir)/lib/compat/err.h align/clustaly.h \ align/clustaly.c align/clustall.c align/megay.h align/megay.c \ align/megal.c align/msfy.h align/msfy.c align/msfl.c \ align/nexusiy.h align/nexusiy.c align/nexusil.c \ align/phylipiy.h align/phylipiy.c align/phylipil.c \ align/phylipsy.h align/phylipsy.c align/phylipsl.c \ align/stocky.h align/stocky.c align/stockl.c sequence/embly.h \ sequence/embly.c sequence/embll.c sequence/fastay.h \ sequence/fastay.c sequence/fastal.c sequence/genbanky.h \ sequence/genbanky.c sequence/genbankl.c sequence/gcgy.h \ sequence/gcgy.c sequence/gcgl.c sequence/gdey.h \ sequence/gdey.c sequence/gdel.c sequence/igy.h sequence/igy.c \ sequence/igl.c sequence/nbrfy.h sequence/nbrfy.c \ sequence/nbrfl.c sequence/codatay.h sequence/codatay.c \ sequence/codatal.c sequence/rawy.h sequence/rawy.c \ sequence/rawl.c sequence/sproty.h sequence/sproty.c \ sequence/sprotl.c $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \ $(nobase_pkginclude_HEADERS) $(noinst_HEADERS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = err.h CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" LTLIBRARIES = $(lib_LTLIBRARIES) libbioali_la_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am__objects_1 = align/clustal.lo align/clustaly.lo align/clustall.lo am__objects_2 = align/fasta2.lo am__objects_3 = align/mega.lo align/megay.lo align/megal.lo am__objects_4 = align/msf.lo align/msfy.lo align/msfl.lo am__objects_5 = align/nexusi.lo align/nexusiy.lo align/nexusil.lo am__objects_6 = align/phylipi.lo align/phylipiy.lo align/phylipil.lo am__objects_7 = align/phylips.lo align/phylipsy.lo align/phylipsl.lo am__objects_8 = align/stock.lo align/stocky.lo align/stockl.lo am__objects_9 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \ $(am__objects_4) $(am__objects_5) $(am__objects_6) \ $(am__objects_7) $(am__objects_8) am__objects_10 = align.lo $(am__objects_9) am__objects_11 = align/parse.lo align/phylip.lo am_libbioali_la_OBJECTS = $(am__objects_10) $(am__objects_11) libbioali_la_OBJECTS = $(am_libbioali_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libbioseq_la_LIBADD = am__objects_12 = sequence/embl.lo sequence/embly.lo sequence/embll.lo am__objects_13 = sequence/fasta.lo sequence/fastay.lo \ sequence/fastal.lo am__objects_14 = sequence/genbank.lo sequence/genbanky.lo \ sequence/genbankl.lo am__objects_15 = sequence/gcg.lo sequence/gcgy.lo sequence/gcgl.lo am__objects_16 = sequence/gde.lo sequence/gdey.lo sequence/gdel.lo am__objects_17 = sequence/ig.lo sequence/igy.lo sequence/igl.lo am__objects_18 = sequence/nbrf.lo sequence/nbrfy.lo sequence/nbrfl.lo am__objects_19 = sequence/codata.lo sequence/codatay.lo \ sequence/codatal.lo am__objects_20 = sequence/raw.lo sequence/rawy.lo sequence/rawl.lo am__objects_21 = sequence/sprot.lo sequence/sproty.lo \ sequence/sprotl.lo am__objects_22 = $(am__objects_12) $(am__objects_13) $(am__objects_14) \ $(am__objects_15) $(am__objects_16) $(am__objects_17) \ $(am__objects_18) $(am__objects_19) $(am__objects_20) \ $(am__objects_21) am__objects_23 = sequence.lo $(am__objects_22) am__objects_24 = sequence/parse.lo sequence/protein.lo \ sequence/utils.lo am__objects_25 = extern/text.lo extern/file.lo am_libbioseq_la_OBJECTS = $(am__objects_23) $(am__objects_24) \ $(am__objects_25) libbioseq_la_OBJECTS = $(am_libbioseq_la_OBJECTS) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) AM_V_LEX = $(am__v_LEX_@AM_V@) am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) am__v_LEX_0 = @echo " LEX " $@; am__v_LEX_1 = YLWRAP = $(top_srcdir)/ylwrap am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ -e s/c++$$/h++/ -e s/c$$/h/ YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) AM_V_YACC = $(am__v_YACC_@AM_V@) am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) am__v_YACC_0 = @echo " YACC " $@; am__v_YACC_1 = SOURCES = $(libbioali_la_SOURCES) $(libbioseq_la_SOURCES) DIST_SOURCES = $(libbioali_la_SOURCES) $(libbioseq_la_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(nobase_pkginclude_HEADERS) $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = subdir-objects AM_YFLAGS = -d -p `basename $* | sed 's,y$$,,'` AM_LFLAGS = -s -P`basename $* | sed 's,l$$,,'` -olex.yy.c lib_LTLIBRARIES = libbioseq.la libbioali.la nobase_pkginclude_HEADERS = $(SEQ_HDR) $(ALI_HDR) noinst_HEADERS = $(EXT_HDR) $(SE2_HDR) $(AL2_HDR) libbioseq_la_SOURCES = $(SEQ_SRC) $(SE2_SRC) $(EXT_SRC) libbioali_la_SOURCES = $(ALI_SRC) $(AL2_SRC) SEQ_SRC = sequence.c $(SEQFMT_SRC) SEQ_HDR = sequence.h $(SEQFMT_HDR) SE2_SRC = sequence/parse.c sequence/protein.c sequence/utils.c SE2_HDR = sequence/parse.h sequence/protein.h sequence/utils.h ALI_SRC = align.c $(ALIFMT_SRC) ALI_HDR = align.h $(ALIFMT_HDR) AL2_SRC = align/parse.c align/phylip.c AL2_HDR = align/parse.h align/phylip.h SEQFMT_SRC = $(EMB_SRC) $(FAS_SRC) $(GBK_SRC) $(GCG_SRC) $(GDE_SRC) $(IG_SRC) \ $(NBR_SRC) $(COD_SRC) $(RAW_SRC) $(SPT_SRC) SEQFMT_HDR = $(EMB_HDR) $(FAS_HDR) $(GBK_HDR) $(GCG_HDR) $(GDE_HDR) $(IG_HDR) \ $(NBR_HDR) $(COD_HDR) $(RAW_HDR) $(SPT_HDR) ALIFMT_SRC = $(CLU_SRC) $(FA2_SRC) $(MEG_SRC) $(MSF_SRC) $(NXI_SRC) \ $(PHI_SRC) $(PHS_SRC) $(STO_SRC) ALIFMT_HDR = $(CLU_HDR) $(FA2_HDR) $(MEG_HDR) $(MSF_HDR) $(NXI_HDR) \ $(PHI_HDR) $(PHS_HDR) $(STO_HDR) CLU_SRC = align/clustal.c align/clustaly.y align/clustall.l CLU_HDR = align/clustal.h COD_SRC = sequence/codata.c sequence/codatay.y sequence/codatal.l COD_HDR = sequence/codata.h EMB_SRC = sequence/embl.c sequence/embly.y sequence/embll.l EMB_HDR = sequence/embl.h FAS_SRC = sequence/fasta.c sequence/fastay.y sequence/fastal.l FAS_HDR = sequence/fasta.h FA2_SRC = align/fasta2.c FA2_HDR = align/fasta2.h GBK_SRC = sequence/genbank.c sequence/genbanky.y sequence/genbankl.l GBK_HDR = sequence/genbank.h GCG_SRC = sequence/gcg.c sequence/gcgy.y sequence/gcgl.l GCG_HDR = sequence/gcg.h GDE_SRC = sequence/gde.c sequence/gdey.y sequence/gdel.l GDE_HDR = sequence/gde.h IG_SRC = sequence/ig.c sequence/igy.y sequence/igl.l IG_HDR = sequence/ig.h MEG_SRC = align/mega.c align/megay.y align/megal.l MEG_HDR = align/mega.h MSF_SRC = align/msf.c align/msfy.y align/msfl.l MSF_HDR = align/msf.h NBR_SRC = sequence/nbrf.c sequence/nbrfy.y sequence/nbrfl.l NBR_HDR = sequence/nbrf.h NXI_SRC = align/nexusi.c align/nexusiy.y align/nexusil.l NXI_HDR = align/nexusi.h PHI_SRC = align/phylipi.c align/phylipiy.y align/phylipil.l PHI_HDR = align/phylipi.h PHS_SRC = align/phylips.c align/phylipsy.y align/phylipsl.l PHS_HDR = align/phylips.h RAW_SRC = sequence/raw.c sequence/rawy.y sequence/rawl.l RAW_HDR = sequence/raw.h SPT_SRC = sequence/sprot.c sequence/sproty.y sequence/sprotl.l SPT_HDR = sequence/sprot.h STO_SRC = align/stock.c align/stocky.y align/stockl.l STO_HDR = align/stock.h EXT_SRC = extern/text.c extern/file.c EXT_HDR = extern/text.h extern/file.h EXTRA_DIST = compat/err.h LINTDEFS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .l .lo .o .obj .y $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu lib/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then rm -f stamp-h1; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status lib/config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 err.h: $(top_builddir)/config.status $(top_srcdir)/lib/compat/err.h cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } align/$(am__dirstamp): @$(MKDIR_P) align @: > align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) align/$(DEPDIR) @: > align/$(DEPDIR)/$(am__dirstamp) align/clustal.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/clustaly.h: align/clustaly.c @if test ! -f $@; then rm -f align/clustaly.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/clustaly.c; else :; fi align/clustaly.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/clustall.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/fasta2.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/mega.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/megay.h: align/megay.c @if test ! -f $@; then rm -f align/megay.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/megay.c; else :; fi align/megay.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/megal.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/msf.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/msfy.h: align/msfy.c @if test ! -f $@; then rm -f align/msfy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/msfy.c; else :; fi align/msfy.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/msfl.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/nexusi.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/nexusiy.h: align/nexusiy.c @if test ! -f $@; then rm -f align/nexusiy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/nexusiy.c; else :; fi align/nexusiy.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/nexusil.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylipi.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylipiy.h: align/phylipiy.c @if test ! -f $@; then rm -f align/phylipiy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/phylipiy.c; else :; fi align/phylipiy.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylipil.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylips.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylipsy.h: align/phylipsy.c @if test ! -f $@; then rm -f align/phylipsy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/phylipsy.c; else :; fi align/phylipsy.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/phylipsl.lo: align/$(am__dirstamp) \ align/$(DEPDIR)/$(am__dirstamp) align/stock.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/stocky.h: align/stocky.c @if test ! -f $@; then rm -f align/stocky.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) align/stocky.c; else :; fi align/stocky.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/stockl.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/parse.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) align/phylip.lo: align/$(am__dirstamp) align/$(DEPDIR)/$(am__dirstamp) libbioali.la: $(libbioali_la_OBJECTS) $(libbioali_la_DEPENDENCIES) $(EXTRA_libbioali_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libbioali_la_OBJECTS) $(libbioali_la_LIBADD) $(LIBS) sequence/$(am__dirstamp): @$(MKDIR_P) sequence @: > sequence/$(am__dirstamp) sequence/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sequence/$(DEPDIR) @: > sequence/$(DEPDIR)/$(am__dirstamp) sequence/embl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/embly.h: sequence/embly.c @if test ! -f $@; then rm -f sequence/embly.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/embly.c; else :; fi sequence/embly.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/embll.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/fasta.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/fastay.h: sequence/fastay.c @if test ! -f $@; then rm -f sequence/fastay.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/fastay.c; else :; fi sequence/fastay.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/fastal.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/genbank.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/genbanky.h: sequence/genbanky.c @if test ! -f $@; then rm -f sequence/genbanky.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/genbanky.c; else :; fi sequence/genbanky.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/genbankl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gcg.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gcgy.h: sequence/gcgy.c @if test ! -f $@; then rm -f sequence/gcgy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/gcgy.c; else :; fi sequence/gcgy.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gcgl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gde.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gdey.h: sequence/gdey.c @if test ! -f $@; then rm -f sequence/gdey.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/gdey.c; else :; fi sequence/gdey.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/gdel.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/ig.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/igy.h: sequence/igy.c @if test ! -f $@; then rm -f sequence/igy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/igy.c; else :; fi sequence/igy.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/igl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/nbrf.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/nbrfy.h: sequence/nbrfy.c @if test ! -f $@; then rm -f sequence/nbrfy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/nbrfy.c; else :; fi sequence/nbrfy.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/nbrfl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/codata.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/codatay.h: sequence/codatay.c @if test ! -f $@; then rm -f sequence/codatay.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/codatay.c; else :; fi sequence/codatay.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/codatal.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/raw.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/rawy.h: sequence/rawy.c @if test ! -f $@; then rm -f sequence/rawy.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/rawy.c; else :; fi sequence/rawy.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/rawl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/sprot.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/sproty.h: sequence/sproty.c @if test ! -f $@; then rm -f sequence/sproty.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) sequence/sproty.c; else :; fi sequence/sproty.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/sprotl.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/parse.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/protein.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) sequence/utils.lo: sequence/$(am__dirstamp) \ sequence/$(DEPDIR)/$(am__dirstamp) extern/$(am__dirstamp): @$(MKDIR_P) extern @: > extern/$(am__dirstamp) extern/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) extern/$(DEPDIR) @: > extern/$(DEPDIR)/$(am__dirstamp) extern/text.lo: extern/$(am__dirstamp) \ extern/$(DEPDIR)/$(am__dirstamp) extern/file.lo: extern/$(am__dirstamp) \ extern/$(DEPDIR)/$(am__dirstamp) libbioseq.la: $(libbioseq_la_OBJECTS) $(libbioseq_la_DEPENDENCIES) $(EXTRA_libbioseq_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libbioseq_la_OBJECTS) $(libbioseq_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f align/*.$(OBJEXT) -rm -f align/*.lo -rm -f extern/*.$(OBJEXT) -rm -f extern/*.lo -rm -f sequence/*.$(OBJEXT) -rm -f sequence/*.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/align.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sequence.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/clustal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/clustall.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/clustaly.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/fasta2.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/mega.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/megal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/megay.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/msf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/msfl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/msfy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/nexusi.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/nexusil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/nexusiy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/parse.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylipi.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylipil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylipiy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylips.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylipsl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/phylipsy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/stock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/stockl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@align/$(DEPDIR)/stocky.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@extern/$(DEPDIR)/file.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@extern/$(DEPDIR)/text.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/codata.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/codatal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/codatay.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/embl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/embll.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/embly.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/fasta.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/fastal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/fastay.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gcg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gcgl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gcgy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gde.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gdel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/gdey.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/genbank.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/genbankl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/genbanky.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/ig.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/igl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/igy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/nbrf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/nbrfl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/nbrfy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/parse.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/protein.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/raw.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/rawl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/rawy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/sprot.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/sprotl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/sproty.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sequence/$(DEPDIR)/utils.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< .l.c: $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) .y.c: $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf align/.libs align/_libs -rm -rf extern/.libs extern/_libs -rm -rf sequence/.libs sequence/_libs install-nobase_pkgincludeHEADERS: $(nobase_pkginclude_HEADERS) @$(NORMAL_INSTALL) @list='$(nobase_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ fi; \ $(am__nobase_list) | while read dir files; do \ xfiles=; for file in $$files; do \ if test -f "$$file"; then xfiles="$$xfiles $$file"; \ else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ test -z "$$xfiles" || { \ test "x$$dir" = x. || { \ echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)/$$dir'"; \ $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)/$$dir"; }; \ echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(pkgincludedir)/$$dir'"; \ $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(pkgincludedir)/$$dir" || exit $$?; }; \ done uninstall-nobase_pkgincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(nobase_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f align/$(DEPDIR)/$(am__dirstamp) -rm -f align/$(am__dirstamp) -rm -f extern/$(DEPDIR)/$(am__dirstamp) -rm -f extern/$(am__dirstamp) -rm -f sequence/$(DEPDIR)/$(am__dirstamp) -rm -f sequence/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -rm -f align/clustall.c -rm -f align/clustaly.c -rm -f align/clustaly.h -rm -f align/megal.c -rm -f align/megay.c -rm -f align/megay.h -rm -f align/msfl.c -rm -f align/msfy.c -rm -f align/msfy.h -rm -f align/nexusil.c -rm -f align/nexusiy.c -rm -f align/nexusiy.h -rm -f align/phylipil.c -rm -f align/phylipiy.c -rm -f align/phylipiy.h -rm -f align/phylipsl.c -rm -f align/phylipsy.c -rm -f align/phylipsy.h -rm -f align/stockl.c -rm -f align/stocky.c -rm -f align/stocky.h -rm -f sequence/codatal.c -rm -f sequence/codatay.c -rm -f sequence/codatay.h -rm -f sequence/embll.c -rm -f sequence/embly.c -rm -f sequence/embly.h -rm -f sequence/fastal.c -rm -f sequence/fastay.c -rm -f sequence/fastay.h -rm -f sequence/gcgl.c -rm -f sequence/gcgy.c -rm -f sequence/gcgy.h -rm -f sequence/gdel.c -rm -f sequence/gdey.c -rm -f sequence/gdey.h -rm -f sequence/genbankl.c -rm -f sequence/genbanky.c -rm -f sequence/genbanky.h -rm -f sequence/igl.c -rm -f sequence/igy.c -rm -f sequence/igy.h -rm -f sequence/nbrfl.c -rm -f sequence/nbrfy.c -rm -f sequence/nbrfy.h -rm -f sequence/rawl.c -rm -f sequence/rawy.c -rm -f sequence/rawy.h -rm -f sequence/sprotl.c -rm -f sequence/sproty.c -rm -f sequence/sproty.h clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) align/$(DEPDIR) extern/$(DEPDIR) sequence/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-nobase_pkgincludeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) align/$(DEPDIR) extern/$(DEPDIR) sequence/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-libLTLIBRARIES \ uninstall-nobase_pkgincludeHEADERS .MAKE: all install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-libLTLIBRARIES \ install-man install-nobase_pkgincludeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ uninstall-nobase_pkgincludeHEADERS parano: $(LINT) $(LINTFLAGS) $(LINTDEFS) `find . -name '*.c'` # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/install-sh0000755000175000017500000003325512106377455017004 0ustar osallouosallou#!/bin/sh # install - install a program, script, or datafile scriptversion=2011-11-20.07; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/README0000644000175000017500000000066211765613255015655 0ustar osallouosallouSQUIZZ Squizz is a sequence/alignment format checker, but it has some conversion capabilities too. Most common sequence and alignment formats are supported : - CODATA, EMBL, FASTA, GCG, GDE, GENBANK, IG, NBRF, RAW, and SWISSPROT. - CLUSTAL, FASTA, MEGA, MSF, NEXUS, PHYLIP (interleaved and sequential) and STOCKHOLM. Any remark/suggestion/problem should be reported to the current maintainer: Nicolas Joly . squizz-0.99b+dfsg.orig/missing0000755000175000017500000001533112106377455016372 0ustar osallouosallou#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2012-06-26.16; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'automa4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/mkinstalldirs0000755000175000017500000000672212106377455017605 0ustar osallouosallou#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' IFS=" "" $nl" errstatus=0 dirmode= usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit $? ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit $? ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the 'mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because '.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do case $file in /*) pathcomp=/ ;; *) pathcomp= ;; esac oIFS=$IFS IFS=/ set fnord $file shift IFS=$oIFS for d do test "x$d" = x && continue pathcomp=$pathcomp$d case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr= chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp=$pathcomp/ done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/INSTALL0000644000175000017500000003660512106377455016033 0ustar osallouosallouInstallation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX `make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as `configure' are involved. Use GNU `make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf limitation. Until the limitation is lifted, you can use this workaround: CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. squizz-0.99b+dfsg.orig/test-driver0000755000175000017500000000761112106377455017173 0ustar osallouosallou#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2012-06-27.10; # UTC # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then estatus=1 fi case $estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/depcomp0000755000175000017500000005570312106377455016357 0ustar osallouosallou#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2012-10-18.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/doc/0000755000175000017500000000000012110373652015523 5ustar osallouosallousquizz-0.99b+dfsg.orig/doc/alifmt.man0000644000175000017500000002113511204512221017464 0ustar osallouosallou.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "ALIFMT 1" .TH ALIFMT 1 "2009-05-19" "Unix" "User Manuals" .SH "NAME" .IP "\fBalifmt\fR \- Aligned sequences formats" 4 .IX Item "alifmt - Aligned sequences formats" .SH "DESCRIPTION" .IX Header "DESCRIPTION" This document illustrates some common formats used for aligned sequences representation. .IP "\fB\s-1CLUSTAL\s0\fR" 4 .IX Item "CLUSTAL" .Vb 1 \& CLUSTAL W (1.82) multiple sequence alignment .Ve .Sp .Vb 5 \& MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTL \& MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTL \& MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTL \& MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF-------------- \& *:** *:**:**:*:.::**:***:*::*** .Ve .Sp .Vb 5 \& MALK_ECOLI LRMIAGLETITSGDLACRRLHKEPGV \& MALK_SALTY LRMIAGLETITSGDLACRRLHQEPGV \& MALK_ENTAE LRMIAGLETVTSGDL----------- \& MALK_PHOLU LRM----------------------- \& *** .Ve .Sp \&\fBWarning\fR: Names must not contain spaces or exceed 30 characters. .IP "\fB\s-1FASTA\s0\fR" 4 .IX Item "FASTA" .Vb 12 \& >MALK_ECOLI \& MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA \& GLETITSGDLACRRLHKEPGV \& >MALK_SALTY \& MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA \& GLETITSGDLACRRLHQEPGV \& >MALK_ENTAE \& MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA \& GLETVTSGDL----------- \& >MALK_PHOLU \& MSSVTLRNVSKAYGETIISKNINLEIQEGEF--------------LRM-- \& --------------------- .Ve .IP "\fB\s-1MEGA\s0\fR" 4 .IX Item "MEGA" .Vb 2 \& #mega \& !Title Multiple Sequence Alignment; .Ve .Sp .Vb 12 \& #MALK_ECOLI \& MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA \& GLETITSGDLACRRLHKEPGV \& #MALK_SALTY \& MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA \& GLETITSGDLACRRLHQEPGV \& #MALK_ENTAE \& MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA \& GLETVTSGDL----------- \& #MALK_PHOLU \& MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------- \& --------------------- .Ve .IP "\fB\s-1MSF\s0\fR" 4 .IX Item "MSF" .Vb 2 \& !!AA_MULTIPLE_ALIGNMENT 1.0 \& PileUp of: @pep.list .Ve .Sp .Vb 1 \& msf.seq MSF: 55 Type: P Nov 22, 2001 11:02 Check: 2529 .. .Ve .Sp .Vb 3 \& Name: m73237 Len: 655 Check: 7493 Weight: 1.00 \& Name: l28824 Len: 655 Check: 5456 Weight: 1.00 \& Name: u04379 Len: 655 Check: 9580 Weight: 1.00 .Ve .Sp .Vb 1 \& // .Ve .Sp .Vb 4 \& 1 50 \& m73237 ~~~~~MADSA NHLPFFFGQI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG \& l28824 MASSGMADSA NHLPFFFGNI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG \& u04379 ~~~~~MPDPA AHLPFFYGSI SRAEAEEHLK LAGMADGLFL LRQCLRSLGG .Ve .Sp .Vb 4 \& 51 \& m73237 ~~~~~ \& l28824 ~~~~~ \& u04379 AACG* .Ve .Sp \&\fBWarning\fR: This format cannot handle more than 500 sequences in a single alignment. .IP "\fB\s-1NEXUS\s0\fR" 4 .IX Item "NEXUS" .Vb 1 \& #NEXUS .Ve .Sp .Vb 7 \& begin data; \& dimensions ntax=2 nchar=89; \& format datatype=Protein interleave gap=- missing='.'; \& matrix \& [ 1 50] \& btdDm -------AQQQQHHLHMQQAQHH-----------LHLSH------QQAQQ \& TSp1 --------------------AEH-----------PSLR--------GTPL .Ve .Sp .Vb 3 \& [ 51 80] \& btdDm YACPICSKKFSRSDHLSKHKKTHF------ \& TSp1 FACPICNKRFMRSDHLAKHVKTHN------ .Ve .Sp .Vb 2 \& ; \& endblock; .Ve .Sp \&\fBWarning\fR: Text enclosed in brackets is considered as comment, and thus ignored. .IP "\fB\s-1PHYLIP\s0\fR" 4 .IX Item "PHYLIP" Sequential (\s-1PHYLIPS\s0): .Sp .Vb 7 \& 2 109 \& ATISA1 GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENNDG \& ENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMGDE \& YGHTKGGN--- \& POTISA1 GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKDG \& ENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMGDE \& YGHTKGGN--- .Ve .Sp Interleaved (\s-1PHYLIPI\s0): .Sp .Vb 3 \& 2 109 \& ATISA1 GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENND \& POTISA1 GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKD .Ve .Sp .Vb 2 \& GENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMG \& GENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMG .Ve .Sp .Vb 2 \& DEYGHTKGGN--- \& DEYGHTKGGN--- .Ve .Sp \&\fBWarning\fR: Species names may not contain characters `( ) : ; , [ ]' and exceed 10 characters. .IP "\fB\s-1STOCKHOLM\s0\fR" 4 .IX Item "STOCKHOLM" .Vb 1 \& # STOCKHOLM 1.0 .Ve .Sp .Vb 4 \& MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA \& MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA \& MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA \& MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------- .Ve .Sp .Vb 5 \& MALK_ECOLI RCHLFREDGTACRRLHKEPGV \& MALK_SALTY RCHLFREDGSACRRLHQEPGV \& MALK_ENTAE --------------------- \& MALK_PHOLU --------------------- \& // .Ve .SH "SEE ALSO" .IX Header "SEE ALSO" .IP "\fBsquizz\fR(1), \fBseqfmt\fR(5)" 4 .IX Item "squizz(1), seqfmt(5)" .SH "AUTHOR" .IX Header "AUTHOR" Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. squizz-0.99b+dfsg.orig/doc/Makefile.am0000644000175000017500000000126111203316611017551 0ustar osallouosallou SUFFIXES = .pod .man .html CLEAN = sed -e 's,^ ,,' -e 's,^,,' MANARGS = -c 'User Manuals' -r 'Unix' HTMARGS = --noindex man1_MANS = squizz.man man5_MANS = seqfmt.man alifmt.man html_DATA = seqfmt.html alifmt.html PODS = squizz.pod seqfmt.pod alifmt.pod EXTRA_DIST = $(man1_MANS) $(man5_MANS) $(html_DATA) $(PODS) .pod.man: $(POD2MAN) $(MANARGS) $< >$@ && touch $@ .pod.html: $(POD2HTM) $(HTMARGS) --title=$* --infile=$< | \ $(CLEAN) >$@ && touch $@ @rm -f pod2htmd.tmp pod2htmi.tmp ## Maintainer parano checks parano: for p in $(PODS); do \ podchecker --warning --warning $$p; \ done for h in $(html_DATA); do \ xmllint --valid $$h >/dev/null; \ done squizz-0.99b+dfsg.orig/doc/alifmt.pod0000644000175000017500000001033711070427225017507 0ustar osallouosallou =pod =begin man =head1 NAME =over 4 =item B - Aligned sequences formats =back =head1 DESCRIPTION =end man This document illustrates some common formats used for aligned sequences representation. =over 4 =item B CLUSTAL W (1.82) multiple sequence alignment MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTL MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTL MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTL MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF-------------- *:** *:**:**:*:.::**:***:*::*** MALK_ECOLI LRMIAGLETITSGDLACRRLHKEPGV MALK_SALTY LRMIAGLETITSGDLACRRLHQEPGV MALK_ENTAE LRMIAGLETVTSGDL----------- MALK_PHOLU LRM----------------------- *** B: Names must not contain spaces or exceed 30 characters. =item B >MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA GLETITSGDLACRRLHKEPGV >MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA GLETITSGDLACRRLHQEPGV >MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA GLETVTSGDL----------- >MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF--------------LRM-- --------------------- =item B #mega !Title Multiple Sequence Alignment; #MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA GLETITSGDLACRRLHKEPGV #MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA GLETITSGDLACRRLHQEPGV #MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA GLETVTSGDL----------- #MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------- --------------------- =item B !!AA_MULTIPLE_ALIGNMENT 1.0 PileUp of: @pep.list msf.seq MSF: 55 Type: P Nov 22, 2001 11:02 Check: 2529 .. Name: m73237 Len: 655 Check: 7493 Weight: 1.00 Name: l28824 Len: 655 Check: 5456 Weight: 1.00 Name: u04379 Len: 655 Check: 9580 Weight: 1.00 // 1 50 m73237 ~~~~~MADSA NHLPFFFGQI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG l28824 MASSGMADSA NHLPFFFGNI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG u04379 ~~~~~MPDPA AHLPFFYGSI SRAEAEEHLK LAGMADGLFL LRQCLRSLGG 51 m73237 ~~~~~ l28824 ~~~~~ u04379 AACG* B: This format cannot handle more than 500 sequences in a single alignment. =item B #NEXUS begin data; dimensions ntax=2 nchar=89; format datatype=Protein interleave gap=- missing='.'; matrix [ 1 50] btdDm -------AQQQQHHLHMQQAQHH-----------LHLSH------QQAQQ TSp1 --------------------AEH-----------PSLR--------GTPL [ 51 80] btdDm YACPICSKKFSRSDHLSKHKKTHF------ TSp1 FACPICNKRFMRSDHLAKHVKTHN------ ; endblock; B: Text enclosed in brackets is considered as comment, and thus ignored. =item B Sequential (PHYLIPS): 2 109 ATISA1 GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENNDG ENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMGDE YGHTKGGN--- POTISA1 GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKDG ENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMGDE YGHTKGGN--- Interleaved (PHYLIPI): 2 109 ATISA1 GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENND POTISA1 GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKD GENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMG GENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMG DEYGHTKGGN--- DEYGHTKGGN--- B: Species names may not contain characters `( ) : ; , [ ]' and exceed 10 characters. =item B # STOCKHOLM 1.0 MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------- MALK_ECOLI RCHLFREDGTACRRLHKEPGV MALK_SALTY RCHLFREDGSACRRLHQEPGV MALK_ENTAE --------------------- MALK_PHOLU --------------------- // =back =begin man =head1 SEE ALSO =over 4 =item B(1), B(5) =back =head1 AUTHOR Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. =end man =cut squizz-0.99b+dfsg.orig/doc/seqfmt.man0000644000175000017500000001701712105151066017522 0ustar osallouosallou.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "SEQFMT 1" .TH SEQFMT 1 "2013-02-08" "Unix" "User Manuals" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" .IP "\fBseqfmt\fR \- Sequences formats" 4 .IX Item "seqfmt - Sequences formats" .SH "DESCRIPTION" .IX Header "DESCRIPTION" This document illustrates some common formats used for sequences representation. .IP "\fB\s-1EMBL\s0\fR" 4 .IX Item "EMBL" .Vb 9 \& ID MMVASPHOS standard; RNA; EST; 140 BP. \& AC X97897; \& DE M.musculus mRNA for protein homologous to \& DE vasodilator\-stimulated phosphoprotein \& SQ Sequence 140 BP; 25 A; 58 C; 39 G; 17 T; 1 other; \& ttctcccaga agctgactct atggngaccc cgagagagac tgagcagaac 60 \& ccccgcaccc ctgcacttcc aatcaggggc gccccgggag cactccccgt 120 \& ccgccctccg cgcagccatg 140 \& // .Ve .IP "\fB\s-1FASTA\s0\fR" 4 .IX Item "FASTA" .Vb 4 \& >MMVASPHOS \& ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag \& ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc \& ccgccctccgcgcagccatg .Ve .IP "\fB\s-1GCG\s0\fR" 4 .IX Item "GCG" .Vb 3 \& !!NA_SEQUENCE 1.0 \& (No documentation) \& dna1.txt Length: 88 Nov 22, 2001 14:38 Type: N Check: 3818 .. \& \& 1 TAGTCGTAGT CGGAGCGATG CTGACGATGA CGATGACGAT CGTAGCTGAT \& \& 51 CGATCGAGCT GATGCTGATC GAGCTAGCTG ATCGATCG .Ve .IP "\fB\s-1GDE\s0\fR" 4 .IX Item "GDE" .Vb 4 \& #sample1 \& TTCAAGAGAAACAGCGGCCAAGGAAAAGACTCGGCATGATTGTCCATAGCTTACAAAGCG \& #sample2 \& TTCAAGAGAAACAGCGGCTGGGGGAAAGACTCGTCCTGATTGCCTGTAGATGGTAAAGCG .Ve .IP "\fB\s-1GENBANK\s0\fR" 4 .IX Item "GENBANK" .Vb 10 \& LOCUS HUMHBV1 130 bp DNA PRI 17\-JUN\-1993 \& DEFINITION Human DNA/endogenous Hepatitis B virus (HBV) DNA, left \& host viral junction. \& ACCESSION M15770 \& BASE COUNT 32 a 43 c 29 g 26 t \& ORIGIN \& 1 agcgggcagt gcagctgctt ggacagcagg ggtgtttctt caacccaggc \& 61 ctcctgtcac aacaggccca ttcaattctg aacctgcaag ccaactccaa \& 121 cctcttttcc cagggggaac caaaaaccct \& // .Ve .IP "\fB\s-1IG\s0\fR" 4 .IX Item "IG" .Vb 5 \& ; comment \& U03518 \& AACCTGCGGAAGGATCATTACCGAGTGCGGGTCCTTTGGGCCCAACCTCCCATCCGTGTC \& TATTGTACCCTGTTGCTTCGGCGGGCCCGCCGCTTGTCGGCCGCCGGGGGGGCGCCTCTG \& TGAGTTGATTGAATGCAATCAGTTAAAACTTTCAACAATGGATCTCTTGGTTCCGGC1 .Ve .IP "\fB\s-1NBRF\s0\fR (pir)" 4 .IX Item "NBRF (pir)" .Vb 4 \& >P1;CCHU \& cytochrome c [validated] \- human \& MGDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIW \& GEDTLMEYLENPKKYIPGTKMIFVGIKKKEERADLIAYLKKATNE* .Ve .IP "\fB\s-1CODATA\s0\fR" 4 .IX Item "CODATA" .Vb 11 \& ENTRY CCHU #type complete \& TITLE cytochrome c [validated] \- human \& ACCESSIONS A31764; A05676; I55192; A00001 \& SUMMARY #length 105 #molecular\-weight 11749 #checksum 3247 \& SEQUENCE \& 5 10 15 20 25 30 \& 1 M G D V E K G K K I F I M K C S Q C H T V E K G G K H K T G \& 31 P N L H G L F G R K T G Q A P G Y S Y T A A N K N K G I I W \& 61 G E D T L M E Y L E N P K K Y I P G T K M I F V G I K K K E \& 91 E R A D L I A Y L K K A T N E \& /// .Ve .IP "\fB\s-1RAW\s0\fR" 4 .IX Item "RAW" .Vb 3 \& ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag \& ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc \& ccgccctccgcgcagccatg .Ve .Sp \&\fBWarning\fR: This format cannot handle more than one sequence per file. .IP "\fB\s-1SWISSPROT\s0\fR" 4 .IX Item "SWISSPROT" .Vb 8 \& ID 100K_RAT STANDARD; PRT; 149 AA. \& AC Q62671; \& DE 100 kDa protein (EC 6.3.2.\-). \& SQ SEQUENCE 149 AA; 17004 MW; D06484B8BC29112E CRC64; \& MMSARGDFLN YALSLMRSHN DEHSDVLPVL DVCSLKHVAY VFQALIYWIK \& PQLERKRTRE LLELGIDNED SEHENDDDTS QSATLNDKDD ESLPAETGQN \& SITIRPPDDQ HLPTANTCIS RLYVPLYSSK QILKQKLLLA IKTKNFGFV \& // .Ve .SH "SEE ALSO" .IX Header "SEE ALSO" .IP "\fBsquizz\fR(1), \fBalifmt\fR(5)" 4 .IX Item "squizz(1), alifmt(5)" .SH "AUTHOR" .IX Header "AUTHOR" Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. squizz-0.99b+dfsg.orig/doc/squizz.man0000644000175000017500000001515111766062577017611 0ustar osallouosallou.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "SQUIZZ 1" .TH SQUIZZ 1 "2012-06-13" "Unix" "User Manuals" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" .IP "\fBsquizz\fR \- Sequence format checker" 4 .IX Item "squizz - Sequence format checker" .SH "SYNOPSIS" .IX Header "SYNOPSIS" .PD 0 .IP "\fBsquizz\fR [\fB\-AShlns\fR] [\fB\-c\fR \fIformat\fR] [\fB\-f\fR \fIformat\fR] \fIfile\fR" 4 .IX Item "squizz [-AShlns] [-c format] [-f format] file" .PD .SH "OPTIONS" .IX Header "OPTIONS" Following command line options are allowed: .IP "\-A" 4 .IX Item "-A" Restrict detection/verification to alignment formats (conflict with \&\fB\-S\fR option). .IP "\-S" 4 .IX Item "-S" Restrict detection/verification to sequence formats (conflict with \&\fB\-A\fR option). .IP "\-c \fIformat\fR" 4 .IX Item "-c format" Convert detected sequence/alignment into \fIformat\fR. This option implies strict alignment checking. .IP "\-f \fIformat\fR" 4 .IX Item "-f format" Assume input format is \fIformat\fR. Do not try to detect the format, just verify that the given one is correct. .IP "\-h" 4 .IX Item "-h" Usage display. .IP "\-l" 4 .IX Item "-l" List all supported formats. .IP "\-n" 4 .IX Item "-n" Count and report detected entries. This option is only available when the detection is restricted to a single type (with \fB\-A\fR or \fB\-S\fR options) and strict checks (without \fB\-s\fR option) are enabled. .IP "\-s" 4 .IX Item "-s" Disable strict format checks (enabled by default). .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBsquizz\fR is a sequence format file checker, but it has some conversion capabilities too. .PP \&\fBsquizz\fR can detect the most common sequence and alignment formats : .PP * \fB\s-1CODATA\s0\fR, \fB\s-1EMBL\s0\fR, \fB\s-1FASTA\s0\fR, \fB\s-1GCG\s0\fR, \fB\s-1GDE\s0\fR, \fB\s-1GENBANK\s0\fR, \fB\s-1IG\s0\fR, \&\fB\s-1NBRF\s0\fR (pir), \fB\s-1RAW\s0\fR, and \fB\s-1SWISSPROT\s0\fR. .PP * \fB\s-1CLUSTAL\s0\fR, \fB\s-1FASTA\s0\fR, \fB\s-1MSF\s0\fR, \fB\s-1NEXUS\s0\fR, \fB\s-1PHYLIP\s0\fR (interleaved and sequential) and \fB\s-1STOCKHOLM\s0\fR. .PP \&\fBsquizz\fR can do some conversions too, if the format the input format is supported. Only 3 types are available : sequence to sequence, alignment to alignment, and alignment to sequence (the last one, sequence to alignment, require multiple alignments algorithms and cannot be handled with formatting tools). .PP Strict format checks validate the previously detected objects, by making some sanity checks: .IP "\- sequence strings must exists." 4 .IX Item "- sequence strings must exists." .PD 0 .IP "\- alignment is made of more than one sequence." 4 .IX Item "- alignment is made of more than one sequence." .IP "\- alignment sequence strings must have the same length." 4 .IX Item "- alignment sequence strings must have the same length." .IP "\- alignment sequence names must exists, and be unique." 4 .IX Item "- alignment sequence names must exists, and be unique." .PD .SH "SEE ALSO" .IX Header "SEE ALSO" .IP "\fBseqfmt\fR(5), \fBalifmt\fR(5)" 4 .IX Item "seqfmt(5), alifmt(5)" .SH "AUTHOR" .IX Header "AUTHOR" Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. squizz-0.99b+dfsg.orig/doc/squizz.pod0000644000175000017500000000423511766062575017617 0ustar osallouosallou =pod =head1 NAME =over 4 =item B - Sequence format checker =back =head1 SYNOPSIS =over 4 =item B [B<-AShlns>] [B<-c> F] [B<-f> F] F =back =head1 OPTIONS Following command line options are allowed: =over 4 =item -A Restrict detection/verification to alignment formats (conflict with B<-S> option). =item -S Restrict detection/verification to sequence formats (conflict with B<-A> option). =item -c F Convert detected sequence/alignment into F. This option implies strict alignment checking. =item -f F Assume input format is F. Do not try to detect the format, just verify that the given one is correct. =item -h Usage display. =item -l List all supported formats. =item -n Count and report detected entries. This option is only available when the detection is restricted to a single type (with B<-A> or B<-S> options) and strict checks (without B<-s> option) are enabled. =item -s Disable strict format checks (enabled by default). =back =head1 DESCRIPTION B is a sequence format file checker, but it has some conversion capabilities too. B can detect the most common sequence and alignment formats : * B, B, B, B, B, B, B, B (pir), B, and B. * B, B, B, B, B (interleaved and sequential) and B. B can do some conversions too, if the format the input format is supported. Only 3 types are available : sequence to sequence, alignment to alignment, and alignment to sequence (the last one, sequence to alignment, require multiple alignments algorithms and cannot be handled with formatting tools). Strict format checks validate the previously detected objects, by making some sanity checks: =over 4 =item - sequence strings must exists. =item - alignment is made of more than one sequence. =item - alignment sequence strings must have the same length. =item - alignment sequence names must exists, and be unique. =back =head1 SEE ALSO =over 4 =item B(5), B(5) =back =head1 AUTHOR Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. =cut squizz-0.99b+dfsg.orig/doc/Makefile.in0000644000175000017500000004131512106377455017606 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/lib/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(htmldir)" man5dir = $(mandir)/man5 NROFF = nroff MANS = $(man1_MANS) $(man5_MANS) DATA = $(html_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUFFIXES = .pod .man .html CLEAN = sed -e 's,^ ,,' -e 's,^,,' MANARGS = -c 'User Manuals' -r 'Unix' HTMARGS = --noindex man1_MANS = squizz.man man5_MANS = seqfmt.man alifmt.man html_DATA = seqfmt.html alifmt.html PODS = squizz.pod seqfmt.pod alifmt.pod EXTRA_DIST = $(man1_MANS) $(man5_MANS) $(html_DATA) $(PODS) all: all-am .SUFFIXES: .SUFFIXES: .pod .man .html $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man1_MANS) @$(NORMAL_INSTALL) @list1='$(man1_MANS)'; \ list2=''; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man5: $(man5_MANS) @$(NORMAL_INSTALL) @list1='$(man5_MANS)'; \ list2=''; \ test -n "$(man5dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.5[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ done; } uninstall-man5: @$(NORMAL_UNINSTALL) @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) install-htmlDATA: $(html_DATA) @$(NORMAL_INSTALL) @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done uninstall-htmlDATA: @$(NORMAL_UNINSTALL) @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) $(DATA) installdirs: for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(htmldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-htmlDATA install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-man5 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-htmlDATA uninstall-man uninstall-man: uninstall-man1 uninstall-man5 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-htmlDATA install-info install-info-am \ install-man install-man1 install-man5 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-htmlDATA uninstall-man uninstall-man1 \ uninstall-man5 .pod.man: $(POD2MAN) $(MANARGS) $< >$@ && touch $@ .pod.html: $(POD2HTM) $(HTMARGS) --title=$* --infile=$< | \ $(CLEAN) >$@ && touch $@ @rm -f pod2htmd.tmp pod2htmi.tmp parano: for p in $(PODS); do \ podchecker --warning --warning $$p; \ done for h in $(html_DATA); do \ xmllint --valid $$h >/dev/null; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/doc/seqfmt.html0000644000175000017500000001100512105151066017702 0ustar osallouosallou seqfmt

This document illustrates some common formats used for sequences representation.

EMBL
ID   MMVASPHOS  standard; RNA; EST; 140 BP.
AC   X97897;
DE   M.musculus mRNA for protein homologous to
DE   vasodilator-stimulated phosphoprotein
SQ   Sequence 140 BP; 25 A; 58 C; 39 G; 17 T; 1 other;
     ttctcccaga agctgactct atggngaccc cgagagagac tgagcagaac      60
     ccccgcaccc ctgcacttcc aatcaggggc gccccgggag cactccccgt     120
     ccgccctccg cgcagccatg                                      140
//
FASTA
>MMVASPHOS
ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag
ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc
ccgccctccgcgcagccatg
GCG
!!NA_SEQUENCE 1.0
 (No documentation)
dna1.txt  Length: 88  Nov 22, 2001 14:38  Type: N  Check: 3818  ..
       1  TAGTCGTAGT CGGAGCGATG CTGACGATGA CGATGACGAT CGTAGCTGAT
      51  CGATCGAGCT GATGCTGATC GAGCTAGCTG ATCGATCG
GDE
#sample1
TTCAAGAGAAACAGCGGCCAAGGAAAAGACTCGGCATGATTGTCCATAGCTTACAAAGCG
#sample2
TTCAAGAGAAACAGCGGCTGGGGGAAAGACTCGTCCTGATTGCCTGTAGATGGTAAAGCG
GENBANK
LOCUS       HUMHBV1       130 bp    DNA         PRI     17-JUN-1993
DEFINITION  Human DNA/endogenous Hepatitis B virus (HBV) DNA, left
            host viral junction.
ACCESSION   M15770
BASE COUNT       32 a     43 c     29 g     26 t
ORIGIN
      1 agcgggcagt gcagctgctt ggacagcagg ggtgtttctt caacccaggc
     61 ctcctgtcac aacaggccca ttcaattctg aacctgcaag ccaactccaa
    121 cctcttttcc cagggggaac caaaaaccct
//
IG
; comment
U03518
AACCTGCGGAAGGATCATTACCGAGTGCGGGTCCTTTGGGCCCAACCTCCCATCCGTGTC
TATTGTACCCTGTTGCTTCGGCGGGCCCGCCGCTTGTCGGCCGCCGGGGGGGCGCCTCTG
TGAGTTGATTGAATGCAATCAGTTAAAACTTTCAACAATGGATCTCTTGGTTCCGGC1
NBRF (pir)
>P1;CCHU
cytochrome c [validated] - human
MGDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIW
GEDTLMEYLENPKKYIPGTKMIFVGIKKKEERADLIAYLKKATNE*
CODATA
ENTRY           CCHU  #type complete
TITLE           cytochrome c [validated] - human
ACCESSIONS      A31764; A05676; I55192; A00001
SUMMARY         #length 105  #molecular-weight 11749  #checksum 3247
SEQUENCE
                 5        10        15        20        25        30
       1 M G D V E K G K K I F I M K C S Q C H T V E K G G K H K T G
      31 P N L H G L F G R K T G Q A P G Y S Y T A A N K N K G I I W
      61 G E D T L M E Y L E N P K K Y I P G T K M I F V G I K K K E
      91 E R A D L I A Y L K K A T N E
///
RAW
ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag
ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc
ccgccctccgcgcagccatg

Warning: This format cannot handle more than one sequence per file.

SWISSPROT
ID   100K_RAT       STANDARD;      PRT;   149 AA.
AC   Q62671;
DE   100 kDa protein (EC 6.3.2.-).
SQ   SEQUENCE   149 AA;  17004 MW;  D06484B8BC29112E CRC64;
     MMSARGDFLN YALSLMRSHN DEHSDVLPVL DVCSLKHVAY VFQALIYWIK
     PQLERKRTRE LLELGIDNED SEHENDDDTS QSATLNDKDD ESLPAETGQN
     SITIRPPDDQ HLPTANTCIS RLYVPLYSSK QILKQKLLLA IKTKNFGFV
//
squizz-0.99b+dfsg.orig/doc/seqfmt.pod0000644000175000017500000000647012105151064017530 0ustar osallouosallou =pod =begin man =head1 NAME =over 4 =item B - Sequences formats =back =head1 DESCRIPTION =end man This document illustrates some common formats used for sequences representation. =over 4 =item B ID MMVASPHOS standard; RNA; EST; 140 BP. AC X97897; DE M.musculus mRNA for protein homologous to DE vasodilator-stimulated phosphoprotein SQ Sequence 140 BP; 25 A; 58 C; 39 G; 17 T; 1 other; ttctcccaga agctgactct atggngaccc cgagagagac tgagcagaac 60 ccccgcaccc ctgcacttcc aatcaggggc gccccgggag cactccccgt 120 ccgccctccg cgcagccatg 140 // =item B >MMVASPHOS ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc ccgccctccgcgcagccatg =item B !!NA_SEQUENCE 1.0 (No documentation) dna1.txt Length: 88 Nov 22, 2001 14:38 Type: N Check: 3818 .. 1 TAGTCGTAGT CGGAGCGATG CTGACGATGA CGATGACGAT CGTAGCTGAT 51 CGATCGAGCT GATGCTGATC GAGCTAGCTG ATCGATCG =item B #sample1 TTCAAGAGAAACAGCGGCCAAGGAAAAGACTCGGCATGATTGTCCATAGCTTACAAAGCG #sample2 TTCAAGAGAAACAGCGGCTGGGGGAAAGACTCGTCCTGATTGCCTGTAGATGGTAAAGCG =item B LOCUS HUMHBV1 130 bp DNA PRI 17-JUN-1993 DEFINITION Human DNA/endogenous Hepatitis B virus (HBV) DNA, left host viral junction. ACCESSION M15770 BASE COUNT 32 a 43 c 29 g 26 t ORIGIN 1 agcgggcagt gcagctgctt ggacagcagg ggtgtttctt caacccaggc 61 ctcctgtcac aacaggccca ttcaattctg aacctgcaag ccaactccaa 121 cctcttttcc cagggggaac caaaaaccct // =item B ; comment U03518 AACCTGCGGAAGGATCATTACCGAGTGCGGGTCCTTTGGGCCCAACCTCCCATCCGTGTC TATTGTACCCTGTTGCTTCGGCGGGCCCGCCGCTTGTCGGCCGCCGGGGGGGCGCCTCTG TGAGTTGATTGAATGCAATCAGTTAAAACTTTCAACAATGGATCTCTTGGTTCCGGC1 =item B (pir) >P1;CCHU cytochrome c [validated] - human MGDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIW GEDTLMEYLENPKKYIPGTKMIFVGIKKKEERADLIAYLKKATNE* =item B ENTRY CCHU #type complete TITLE cytochrome c [validated] - human ACCESSIONS A31764; A05676; I55192; A00001 SUMMARY #length 105 #molecular-weight 11749 #checksum 3247 SEQUENCE 5 10 15 20 25 30 1 M G D V E K G K K I F I M K C S Q C H T V E K G G K H K T G 31 P N L H G L F G R K T G Q A P G Y S Y T A A N K N K G I I W 61 G E D T L M E Y L E N P K K Y I P G T K M I F V G I K K K E 91 E R A D L I A Y L K K A T N E /// =item B ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc ccgccctccgcgcagccatg B: This format cannot handle more than one sequence per file. =item B ID 100K_RAT STANDARD; PRT; 149 AA. AC Q62671; DE 100 kDa protein (EC 6.3.2.-). SQ SEQUENCE 149 AA; 17004 MW; D06484B8BC29112E CRC64; MMSARGDFLN YALSLMRSHN DEHSDVLPVL DVCSLKHVAY VFQALIYWIK PQLERKRTRE LLELGIDNED SEHENDDDTS QSATLNDKDD ESLPAETGQN SITIRPPDDQ HLPTANTCIS RLYVPLYSSK QILKQKLLLA IKTKNFGFV // =back =begin man =head1 SEE ALSO =over 4 =item B(1), B(5) =back =head1 AUTHOR Nicolas Joly (njoly@pasteur.fr), Institut Pasteur. =end man =cut squizz-0.99b+dfsg.orig/doc/alifmt.html0000644000175000017500000001255611204512221017664 0ustar osallouosallou alifmt

This document illustrates some common formats used for aligned sequences representation.

CLUSTAL
CLUSTAL W (1.82) multiple sequence alignment
MALK_ECOLI      MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTL
MALK_SALTY      MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTL
MALK_ENTAE      MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTL
MALK_PHOLU      MSSVTLRNVSKAYGETIISKNINLEIQEGEF--------------
                *:** *:**:**:*:.::**:***:*::***
MALK_ECOLI      LRMIAGLETITSGDLACRRLHKEPGV
MALK_SALTY      LRMIAGLETITSGDLACRRLHQEPGV
MALK_ENTAE      LRMIAGLETVTSGDL-----------
MALK_PHOLU      LRM-----------------------
                ***

Warning: Names must not contain spaces or exceed 30 characters.

FASTA
>MALK_ECOLI
MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA
GLETITSGDLACRRLHKEPGV
>MALK_SALTY
MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA
GLETITSGDLACRRLHQEPGV
>MALK_ENTAE
MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA
GLETVTSGDL-----------
>MALK_PHOLU
MSSVTLRNVSKAYGETIISKNINLEIQEGEF--------------LRM--
---------------------
MEGA
#mega
!Title Multiple Sequence Alignment;
#MALK_ECOLI
MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA
GLETITSGDLACRRLHKEPGV
#MALK_SALTY
MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA
GLETITSGDLACRRLHQEPGV
#MALK_ENTAE
MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA
GLETVTSGDL-----------
#MALK_PHOLU
MSSVTLRNVSKAYGETIISKNINLEIQEGEF-------------------
---------------------
MSF
!!AA_MULTIPLE_ALIGNMENT 1.0
PileUp of: @pep.list
 msf.seq       MSF: 55  Type: P  Nov 22, 2001 11:02  Check: 2529 ..
 Name: m73237           Len:   655  Check: 7493  Weight:  1.00
 Name: l28824           Len:   655  Check: 5456  Weight:  1.00
 Name: u04379           Len:   655  Check: 9580  Weight:  1.00
//
        1                                                   50
m73237  ~~~~~MADSA NHLPFFFGQI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG
l28824  MASSGMADSA NHLPFFFGNI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG
u04379  ~~~~~MPDPA AHLPFFYGSI SRAEAEEHLK LAGMADGLFL LRQCLRSLGG
        51
m73237  ~~~~~
l28824  ~~~~~
u04379  AACG*

Warning: This format cannot handle more than 500 sequences in a single alignment.

NEXUS
#NEXUS
begin data;
  dimensions ntax=2 nchar=89;
  format datatype=Protein interleave gap=- missing='.';
  matrix
[           1                                               50]
btdDm       -------AQQQQHHLHMQQAQHH-----------LHLSH------QQAQQ
TSp1        --------------------AEH-----------PSLR--------GTPL
[           51                          80]
btdDm       YACPICSKKFSRSDHLSKHKKTHF------
TSp1        FACPICNKRFMRSDHLAKHVKTHN------
    ;
endblock;

Warning: Text enclosed in brackets is considered as comment, and thus ignored.

PHYLIP

Sequential (PHYLIPS):

     2   109
ATISA1    GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENNDG
          ENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMGDE
          YGHTKGGN---
POTISA1   GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKDG
          ENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMGDE
          YGHTKGGN---

Interleaved (PHYLIPI):

     2   109
ATISA1    GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENND
POTISA1   GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKD
          GENHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMG
          GENHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMG
          DEYGHTKGGN---
          DEYGHTKGGN---

Warning: Species names may not contain characters `( ) : ; , [ ]' and exceed 10 characters.

STOCKHOLM
# STOCKHOLM 1.0
MALK_ECOLI  MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA
MALK_SALTY  MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA
MALK_ENTAE  MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA
MALK_PHOLU  MSSVTLRNVSKAYGETIISKNINLEIQEGEF-------------------
MALK_ECOLI  RCHLFREDGTACRRLHKEPGV
MALK_SALTY  RCHLFREDGSACRRLHQEPGV
MALK_ENTAE  ---------------------
MALK_PHOLU  ---------------------
//
squizz-0.99b+dfsg.orig/TODO0000644000175000017500000000664512104505571015461 0ustar osallouosallou PROGRAMS & LIBRARIES : * Check all output functions results (printf, putc, ...). * Load aa weights from extern data file. * Allow extra gaps chars `.', `?', `~' (in all formats ?). * Must convert all `..' to `. .' in GCG header. * Make thread safe libraries (msf+gcg). * Use valid gap characters according to each format. * Check nucleic NEXUS format names. * Check errors vs. normal end parsing. * New `-q' (quiet) flag to suppress format message. * New `-v' (verbose) flag to display all formats checks and results. * Fix memory leaks in FASTA and PHYLIPS format detections. * Make some sequence_t fields private. * Warn for truncated values (names, accessions, ...). * Check for sequence names output validity in each format. * Require at least 2 sequences in alignments, even with non strict mode. * Cannot handle matched token larger than 16kB. FORMATS : * ASN1: Sequence format from NCBI. * BAMBE: Alignment format (derived from PHYLIP). * CLUSTAL: Handle positions range after sequence names. * EMBL: Restore version parsing with new ID line format. * FASTA: Add NCBI header format parsing. * GENAL: Sequence format from GenAl program (may conflict with FASTA). * GENBANK: Cannot handle sequence bigger than 10Mb. * MAF: Multiple Alignment Format (from UCSC Genome Bioinformatics). * MEGA: Only a single dataset is supported. * NEXUS: Non interleaved format. * NEXUS: MESQUITE program seems to generate invalid format. * PHYLIP: Support for multiple alignments in the same file. * PHYLIP: Exercise sequence names cleanup. * PSA/XPSA: Alignment format from pftools package, cf. psa(5), xpsa(5). * RSF: New `Rich Sequence Format' format from GCG. * SELEX: Alignment format (STOCKHOLM ancestor). * SPROT: Fix DE line output for new structured datas. DATABANKS : * EMBL: RT line exceed 80 characters (JA477869 - rel_pat_pro_01_r110.dat). * EMBL: RT line exceed 80 characters (JA477713 - rel_pat_syn_05_r110.dat). * EMBL: Invalid author name (I13016 - rel_pat_unc_10_r110.dat). * EMBL: Missing separator in RP line (GQ527172 - rel_std_inv_04_r110.dat). * EMBL: Missing separator in RP line (AH000025 - rel_std_mus_02_r110.dat). * EMBL: Missing separator in RP line (EU409559 - rel_std_phg_01_r110.dat). * EMBL: Missing separator in RP line (D16449 - rel_std_pro_04_r110.dat). * EMBL: Missing separator in RP line (L05770 - rel_std_pro_11_r110.dat). * GENBANK: Keyword includes `;' character (JF681370 - gbenv43.seq). * GENBANK: Keyword includes `;' character (JN802672 - gbenv45.seq). * GENBANK: Invalid keyword separator `; ' (U18916 - gbpln51.seq). * GENBANK: Keyword includes `;' character (JN427016 - nc1226.flat). * GENBANK: Keyword includes `;' character (JN451920 - nc1227.flat). * GENBANK_WGS: CDS sequence miss indentation (CAAE01010487 - wgs.CAAE.gbff). * GENPEPT: Invalid keywords separator `; ' (U18916_1 - gppln51.seq). * IMGT: Flat file has strange characters. * IMGT: Many trailing spaces. * IMGT: Primary accession number duplicated if secondary exists. * REFSEQ: Unexpected `?' character (YP_004935261 - rsnc.1123.2011.gpff). * REFSEQ: Unexpected `?' character (YP_004935348 - rsnc.1124.2011.gpff). * REFSEQ: Unexpected `?' character (YP_004935261 - rsnc.1126.2011.gpff). * REFSEQ: Unexpected `?' character (YP_004935261 - rsnc.1209.2011.gpff). * UNIPROT: Ref 1 title has internal `"' (B2CI52 - uniprot_trembl.dat). * UNIPROT: Ref 2 title has internal `"' (Q50565 - uniprot_trembl.dat). * UNIPROT: Ref 1 title has internal `"' (Q4GX11 - uniprot_trembl.dat). squizz-0.99b+dfsg.orig/test/0000755000175000017500000000000012110373652015735 5ustar osallouosallousquizz-0.99b+dfsg.orig/test/phylips.sh0000755000175000017500000000167511270113507017772 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/phylips.seq ## Check default PHYLIPS file reference (../src/squizz -A -f phylips $align 2>&1 | grep -v PHYLIPS) && exit 1 ## Check for sequences on a single line (= PHYLIPI) grep -v '^$' $align | grep -v '^ ' >_tmpali.seq (../src/squizz -A -f phylips _tmpali.seq 2>&1 | grep -v PHYLIPS) && exit 1 ## Check with empty line after header echo " 13 109" >_tmpali.seq echo >>_tmpali.seq tail -n +2 $align >>_tmpali.seq (../src/squizz -A -f phylips _tmpali.seq 2>&1 | grep PHYLIPS) && exit 1 ## Check sequence names with spaces sed 's,\., ,' $align >_tmpali.seq (../src/squizz -A -f phylips _tmpali.seq 2>&1 | grep -v PHYLIPS) && exit 1 ## Check without newline at EOF sed -e '$d' $align >_tmpali.seq tail -n 1 $align | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f phylips _tmpali.seq 2>&1 | grep -v PHYLIPS) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/convali.sh0000755000175000017500000000307411057300532017727 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x tmpseq=_convert.seq ## Alignment files location alidir=$srcdir/align seqlist='clustal.seq fasta.seq msf.seq nexusi.seq phylipi.seq phylips.seq stock.seq' ## Checks CLUSTAL-like sequence for f in $seqlist; do ../src/squizz -c clustal $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v CLUSTAL) && exit 1 done ## Checks FASTA-like sequence for f in $seqlist; do ../src/squizz -c fasta $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v FASTA) && exit 1 done ## Checks MEGA-like sequence for f in $seqlist; do ../src/squizz -c mega $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v MEGA) && exit 1 done ## Checks MSF-like sequence for f in $seqlist; do ../src/squizz -c msf $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v MSF) && exit 1 done ## Checks NEXUS-like sequence for f in $seqlist; do ../src/squizz -c nexus $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v NEXUS) && exit 1 done ## Checks PHYLIP-like sequence for f in $seqlist; do ../src/squizz -c phylipi $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v PHYLIPI) && exit 1 ../src/squizz -c phylips $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v PHYLIPS) && exit 1 done ## Checks STOCKHOLM-like sequence for f in $seqlist; do ../src/squizz -c stockholm $alidir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v STOCKHOLM) && exit 1 done ## Clean temp files rm -f $tmpseq exit 0 squizz-0.99b+dfsg.orig/test/stockholm.sh0000755000175000017500000000140611247531352020303 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/stock.seq ## Check default STOCKHOLM file reference (../src/squizz -A -f stockholm $align 2>&1 | grep -v STOCKHOLM) && exit 1 ## Check without empty line after header echo "# STOCKHOLM 1.0" >_tmpali.seq tail -n +3 $align >>_tmpali.seq (../src/squizz -A -f stockholm _tmpali.seq 2>&1 | grep -v STOCKHOLM) && exit 1 ## Be robust against invalid sequence lines sed 's/ //' $align >_tmpali.seq (../src/squizz -A -f stockholm _tmpali.seq 2>&1 | grep STOCKHOLM) && exit 1 ## Allow sequence names with a single char sed 's/^MALK_ECOLI/M /' $align >_tmpali.seq (../src/squizz -A -f stockholm _tmpali.seq 2>&1 | grep -v STOCKHOLM) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/mega.sh0000755000175000017500000000267212022114566017213 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/mega.seq ## Check default MEGA file reference (../src/squizz -A -f mega $align 2>&1 | grep -v MEGA) && exit 1 ## Check without newline at EOF sed -e '$d' $align >_tmpali.seq tail -n 1 $align | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Check old style statements sed 's,^!Title,Title:,' $align | grep -v '^!' >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Check for "identical" character in sequences sed -e 's/-/./g' $align >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Check for comment/description after sequence name sed -e 's/^#MALK_.*$/& "this is a description"/' $align >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 sed -e 's/^#MALK_.*$/& [this is a comment]/' $align >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Check for very long names ext='this_is_an_extension_with_more_many_many_characters_for_long_names' sed -e "s/^#MALK_.*$/&_${ext}/" $align >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Do not choke if sequence name starts with mega string sed -e "s/^#MALK_SALTY/#MEGA_SALTY/" $align >_tmpali.seq (../src/squizz -A -f mega _tmpali.seq 2>&1 | grep -v MEGA) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/embl.sh0000755000175000017500000000126011250233417017210 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/embl.seq ## Check default EMBL file reference (../src/squizz -S -f embl $sequence 2>&1 | grep -v EMBL) && exit 1 ## Check anonymous sequence head -n +1 $sequence | sed 's/X97897/ /' >_tmpseq.seq tail -n +2 $sequence >>_tmpseq.seq ../src/squizz -S -f embl _tmpseq.seq >/dev/null 2>&1 || exit 1 (../src/squizz -S -f embl _tmpseq.seq 2>&1 | grep EMBL) && exit 1 ## Check for keyword with internal `;' sed 's,vasodilator-stimulated,vasodilator;stimulated,' $sequence >_tmpseq.seq (../src/squizz -S -f embl _tmpseq.seq 2>&1 | grep -v EMBL) && exit 1 ## Cleanup rm -f _tmpseq.seq exit 0 squizz-0.99b+dfsg.orig/test/squizz.sh0000755000175000017500000000132010702662013017632 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Check options/formats list ../src/squizz -h 2>/dev/null || exit 1 ../src/squizz -l >/dev/null || exit 1 ## Check unsupported formats ../src/squizz -c FOOBAR /dev/null 2>/dev/null && exit 1 ../src/squizz -f FOOBAR /dev/null 2>/dev/null && exit 1 ## Check options conflicts ../src/squizz -A -S /dev/null 2>/dev/null && exit 1 ../src/squizz -s -c raw /dev/null 2>/dev/null && exit 1 ../src/squizz -n /dev/null 2>/dev/null && exit 1 ../src/squizz -S -n -s /dev/null 2>/dev/null && exit 1 ## Check for non-regular input file test -c /dev/null && ../src/squizz /dev/null 2>/dev/null && exit 1 test -d /tmp && ../src/squizz /tmp 2>/dev/null && exit 1 exit 0 squizz-0.99b+dfsg.orig/test/Makefile.am0000644000175000017500000000136612106377264020007 0ustar osallouosallou AM_COLOR_TESTS = no TESTS = squizz.sh fmtseq.sh fmtali.sh convseq.sh convali.sh \ $(TESTS_SEQS) align.sh $(TESTS_ALIS) count.sh TESTS_ALIS = clustal.sh mega.sh msf.sh nexusi.sh phylipi.sh phylips.sh \ stockholm.sh TESTS_SEQS = embl.sh genbank.sh ig.sh nbrf.sh raw.sh sprot.sh XFAIL_TESTS = DATAS = $(ALIS) $(SEQS) ALIS = align/clustal.seq align/fasta.seq align/mega.seq align/msf.seq \ align/nexusi.seq align/phylipi.seq align/phylips.seq align/stock.seq SEQS = sequence/embl.seq sequence/fasta.seq sequence/gde.seq \ sequence/genbank.seq sequence/genpept.seq sequence/gcg.seq \ sequence/ig.seq sequence/nbrf.seq sequence/codata.seq sequence/raw.seq \ sequence/refseqn.seq sequence/refseqp.seq sequence/sprot.seq EXTRA_DIST = $(TESTS) $(DATAS) squizz-0.99b+dfsg.orig/test/nbrf.sh0000755000175000017500000000053111766064066017236 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/nbrf.seq ## Check default NBRF file reference (../src/squizz -S -f nbrf $sequence 2>&1 | grep -v NBRF) && exit 1 ## Check format name aliases (../src/squizz -S -f pir $sequence 2>&1 | grep -v NBRF) && exit 1 ## Cleanup rm -f _tmpseq.seq exit 0 squizz-0.99b+dfsg.orig/test/genbank.sh0000755000175000017500000000141312071546322017702 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/genbank.seq ## Check default GENBANK file reference (../src/squizz -S -f genbank $sequence 2>&1 | grep -v GENBANK) && exit 1 ## Check supported accessions sed 's,^ACCESSION .*$,ACCESSION UNKNOWN,' $sequence >_tmpseq.seq (../src/squizz -S -f genbank _tmpseq.seq 2>&1 | grep -v GENBANK) && exit 1 sed 's,^ACCESSION .*$,ACCESSION XXX-YYY,' $sequence >_tmpseq.seq (../src/squizz -S -f genbank _tmpseq.seq 2>&1 | grep -v GENBANK) && exit 1 ## Convert sequence without description data head -n +1 $sequence >_tmpseq.seq || exit 1 tail -n +4 $sequence >>_tmpseq.seq || exit 1 ../src/squizz -c genbank _tmpseq.seq >/dev/null 2>&1 || exit 1 ## Cleanup rm -f _tmpseq.seq exit 0 squizz-0.99b+dfsg.orig/test/ig.sh0000755000175000017500000000064511135313152016673 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/ig.seq ## Check default IG file reference (../src/squizz -S -f ig $sequence 2>&1 | grep -v IG) && exit 1 ## Check without newline at EOF sed -e '$d' $sequence >_tmpseq.seq tail -n 1 $sequence | tr -d '\n' >>_tmpseq.seq (../src/squizz -S -f ig _tmpseq.seq 2>&1 | grep -v IG) && exit 1 ## Cleanup rm -f _tmpseq.seq exit 0 squizz-0.99b+dfsg.orig/test/align/0000755000175000017500000000000012110373652017027 5ustar osallouosallousquizz-0.99b+dfsg.orig/test/align/phylipi.seq0000644000175000017500000000350211061742461021221 0ustar osallouosallou 13 109 ATISA1 GSPNLYQ-GGRKPWHSINFICAHDGFTLADLVTYNNKNNLANGEENNDGE POTISA1 GSPNLYQKGGRKPWNSINFVCAHDGFTLADLVTYNNKHNLANGEDNKDGE RICISO GSPHLYQAGGRKPWHSINFVCAHDGFTLADLVTYNKKYNSSNGEDNRDGE SU1 GSPQLYQAGGRKPWHSINFVCAHDGFTLADLVTYNSKYNLSNGEDNRDGE ISOBAR GSPQLYQAGGRKPWHSINFVCAHDGFTLADLVTYHNKYNLPNGEDNRDGE TRISA1 GSPHLYQAGGRKPWHSINLVCAHDGFTLGDLVTYNTKYNLPNGETNRDGE ATISA3 GSSDLYQVNQRKPYHGVNFVIAHDGFTLRDLVSYNFKHNEANGEGGNDGC POTISA3 GSADLYRVNKRKPYHSVNFVIAHDGFTLYDLVSYNNKHNDANGEGGNDGC TRISA3 HEADLYQVNQRKPHHGVNFIIAHDGFTLCDLVSYNLKHNDANGESGPDGC CLAISA GSADLYQTNNRKPYHSINFITAHDGFSLYDMVSYNDKHNDANGEGNRDGT ATISA2 GSGDVFTDG-RGPAFSFNYISRNSGLSLVDIVSFS------GPELASE-- POTISA2 GSGDIFAGG-RGPAFSFNYIARNSGLTLVDLVSFS------SNEVASE-- TRISA2 GSGDLFSN--RGPAFSFNYVSRNSGLTLVDLVSFS------NGDLASE-- NHNYSWNCGEEGDFASISVKRLRKRQMRNFFVSLMVSQGVPMIYMGDEYG NHNNSWNCGEEGEFASIFVKKLRKRQMRNFFLCLMVSQGVPMIYMGDEYG NHNLSWNCGEEGEFAGLSVKRLRKRQMRNFFVSLMVSQGVPMFYMGDEYG NHNLSWNCGEEGEFASLSVRRLRKRQMRNFFVCLMVSQGVPMFYMGDEYG NHNLSWNCGEEGEFARSSVKRLRKRQMRNFFVCLMVSQGVPIFYMGDEYG NHNLSWNCGE--EFARLSVKRLRKRQMRNFFVCLMVSQGVPMFYMGDEYG NDNHSWNCGFEGETGDAHIKSLRTRQMKNFHLALMISQGTPMMLMGDEYG NDNFSWNCGIEGETSDANINALRSRQMKNFHLALMVSQGTPMMLMGDEYG NDNFSWNCGVERETNDSNVLALRSRQMKNFHVALMISQRTPMMLMGDEYG NDNFSWNCGAEGETGNGGVRALRQRQMRNCMVALMMSQGTPMIVSGDEII ---LSWNCGEEGATNKSAVLQRRLKQIRNFLFIQYISLGVPVLNMGDECG ---LSWNCGQEGATTNNIVLERRLKQVRNFLFILFISLGVPVLNMGDECG ---SSWNCGEEGPSEDSVVLQKRLRQIRNFIFILFVSLGIPILNMGDECG HTKGGN--- HTKGGN--- HTKGGN--- HTKGGN--- HTKGGN--- HTKGGN--- HTRYGN--- HTRYGN--- HTRYGN--- KTHGGN--- ISTRGS--- QSSGGP--- HSSAGS--- squizz-0.99b+dfsg.orig/test/align/mega.seq0000644000175000017500000000314510775134154020464 0ustar osallouosallou#mega !Title Multiple Sequence Alignment; !Format DataType=Protein indel=-; #MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIAGLETITSGDL FIGEKRMNDTPPAERGVGMVFQSYALYPHLSVAENMSFGLKPAGAKKEVINQRVNQVAEV LQLAHLLDRKPKALSGGQRQRVAIGRTLVAEPSVFLLDEPLSNLDAALRVQMRIEISRLH KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIDQVQVELPMPNRQQVWLPVESRDVQVGANMSLGIRPEHLLPSDIADVIL EGEVQVVEQLGNETQIHIQIPSIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGT ACRRLHKEPGV #MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIAGLETITSGDL FIGETRMNDIPPAERGVGMVFQSYALYPHLSVAENMSFGLKLAGAKKEVMNQRVNQVAEV LQLAHLLERKPKALSGGQRQAVAIGRTLVAEPRVFLLDEPLSNLDAALRVQMRIEISRLH KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIEQVQVEL--PNRQQIWLPVESRGVQVGANMSLGIRPEHLLPSDIADVTL EGEVQVVEQLGHETQIHIQIPAIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGS ACRRLHQEPGV #MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIAGLETVTSGDL FIGDTRMNDVPPAERGIGMVFQSYALYPHLSVAENMSFGLKLAGAKKEVINQRVTQVAEV LQLAHLLERNRKALSGGQRPGVAI-RTLVAEPRVFLLDEPLSNLDAALRVQMRIEISRLH KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIEQVQVEL--PNRQQVWLPVDSAHVQVGANMSLGIRPEHLLPSDIAD--- ------------------------------------------------------------ ----------- #MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF----------------------------- ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ------------------------------------------------------------ ----------- squizz-0.99b+dfsg.orig/test/align/fasta.seq0000644000175000017500000000302011057241157020635 0ustar osallouosallou>MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIAGLETITSGDLFIGEKRMNDTPPAERGVGMV FQSYALYPHLSVAENMSFGLKPAGAKKEVINQRVNQVAEVLQLAHLLDRKPKALSGGQRQRVAIGRTLVAEPSVFLLDEP LSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIDQVQVELPMPNRQQVWLPVESRDVQVGANMSLGIRPEHLLPSDIADVILEGEVQVVEQLGNETQIHIQI PSIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGTACRRLHKEPGV >MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIAGLETITSGDLFIGETRMNDIPPAERGVGMV FQSYALYPHLSVAENMSFGLKLAGAKKEVMNQRVNQVAEVLQLAHLLERKPKALSGGQRQAVAIGRTLVAEPRVFLLDEP LSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIEQVQVEL--PNRQQIWLPVESRGVQVGANMSLGIRPEHLLPSDIADVTLEGEVQVVEQLGHETQIHIQI PAIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGSACRRLHQEPGV >MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIAGLETVTSGDLFIGDTRMNDVPPAERGIGMV FQSYALYPHLSVAENMSFGLKLAGAKKEVINQRVTQVAEVLQLAHLLERNRKALSGGQRPGVAI-RTLVAEPRVFLLDEP LSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN FLPVKVTATAIEQVQVEL--PNRQQVWLPVDSAHVQVGANMSLGIRPEHLLPSDIAD----------------------- --------------------------------------------------- >MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- --------------------------------------------------- squizz-0.99b+dfsg.orig/test/align/msf.seq0000644000175000017500000000737610044420100020324 0ustar osallouosallou!!AA_MULTIPLE_ALIGNMENT 1.0 PileUp of: @pep.list Symbol comparison table: GenRunData:blosum62.cmp CompCheck: 6430 GapWeight: 8 GapLengthWeight: 2 msf.seq MSF: 655 Type: P November 22, 2001 11:02 Check: 2529 .. Name: m73237 Len: 655 Check: 7493 Weight: 1.00 Name: l28824 Len: 655 Check: 5456 Weight: 1.00 Name: u04379 Len: 655 Check: 9580 Weight: 1.00 // 1 50 m73237 ~~~~~MADSA NHLPFFFGQI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG l28824 MASSGMADSA NHLPFFFGNI TREEAEDYLV QGGMSDGLYL LRQSRNYLGG u04379 ~~~~~MPDPA AHLPFFYGSI SRAEAEEHLK LAGMADGLFL LRQCLRSLGG 51 100 m73237 FALSVAYDRK AHHYTIEREL NGTYAISGGR THGSPAELCH YHSQELDGLV l28824 FALSVAHGRK AHHYTIEREL NGTYAIAGGR THASPADLCH YHSQESDGLV u04379 YVLSLVHDVR FHHFPIERQL NGTYAIAGGK AHCGPAELCQ FYSQDPDGLP 101 150 m73237 CLLKNPFNRP PGVQPKTGPF EDLKENLIRE YVKQTWNLQG QALEQAIISQ l28824 CLLKKPFNRP QGVQPKTGPF EDLKENLIRE YVKQTWNLQG QALEQAIISQ u04379 CNLRKPCNRP PGLEPQPGVF DCLRDAMVCD YVRQTWKLEG DALEQAIISQ 151 200 m73237 KPQLEKLIAT TAHEKMPWFH GKISRDESEQ IVLIGSKTNG KFLIRARD.N l28824 KPQLEKLIAT TAHEKMPWFH GKISREESEQ IVLIGSKTNG KFLIRARDNN u04379 APQVEKLIAT TAHERMPWYH SSLTREEAER KLYSGQQTDG KFLLRPRKEQ 201 250 m73237 GSYALGLLHE GKVLHYRIDK DKTGKLSIPG GKNFDTLWQL VEHYSYKSDG l28824 GSYALCLLHE GKVLHYRIDK DKTGKLSIPE GKKFDTLWQL VEHYSYKADG u04379 GTYALSLVYG KTVYHYLISQ DKAGKYCIPE GTKFDTLWQL VEYLKLKADG 251 300 m73237 LLRVLTVPCQ KIGGQTGNDS F..RPQLPSA HPATWSAGGI ISRIKSYSFP l28824 LLRVLTVPCQ KIGTQ.GNVN FGGRPQLPGS HPATWSAGGI ISRIKSYSFP u04379 LIYRLKEVCP NSSASAA... .VAAPTLP.A HPSTFT.... .......... 301 350 m73237 KPGHRKASSP QGNRPESLVS YNPYESDRGP WANEREAQRE ALPMDTEVYE l28824 KPGHRKSSPA QGNRQESTVS FNPYEPELAP WAADKGPQRE ALPMDTEVYE u04379 .......... QPQRRVDTLN SDGYTPEPAR LASSTDKPR. PMPMDTSVYE 351 400 m73237 SPYADPEEIR PKEVYLDRKL LTLEDKELGS GNFGTVKKGY YQMKKVVKTV l28824 SPYADPEEIR PKEVYLDRKL LTLEDKELGS GNFGTVKKGY YQMKKVVKTV u04379 SPYSDPEELK DKKLFLKREN LLVADIELGC GNFGSVRQGV YRMRKKQIDV 401 450 m73237 AVKILKNEAN DPALKDELLA EANVMQQLDN PYIVRMIGIC EAESWMLVME l28824 AVKILKNEAN DPALKDELLA EANVMQQLDN PYIVRMIGIC EAESWMLVME u04379 AIKVLK.QGT EKADKDEMMR EAQIMHQLDN PYIVRLIGVC QAEALMLVME 451 500 m73237 MAELGPLNKY .LQQNRHVKD KNIIELVHQV SMGMKYLEEC NFVHRDLAAR l28824 MAELGPLNKY .LQQNRHVKD KNIIELVHQV SMGMKYLEES NFVHRDLAAR u04379 MAGGGPLHKF LLGKKEEIPV SNVAELLHQV AMGMKYLEEK NFVHRDLAAR 501 550 m73237 NVLLVTQHYA KISDFGLSKA LRADENYYKA QTHGKWPVKW YAPECINYYK l28824 NVLLVTQHYA KISDFGLSKA LRADENYYKA QTHGKWPVKW YAPECINYYK u04379 NVLLVNRHYA KISDFGLSKA LGADDSYYTA RSAGKWPLKW YAPECINFRK 551 600 m73237 FSSKSDVWSF GVLMWEAFSY GQKPYRGMKG SEVSAMLEKG ERMGCPPGCP l28824 FSSKSDVWSF GVLMWEAFSY GQKPYRGMKG SEVTAMLEKG ERMGCPAGCP u04379 FSSRSDVWSY GVTMWEAFSY GQKPYKKMKG PQVLDFIKQG KRMECPPECP 601 650 m73237 REMYELMTLC WTYDVENRPG FVAVELRLRN YYYDVVN*~~ ~~~~~~~~~~ l28824 REMYDLMNLC WTYDVENRPG FAAVELRLRN YYYDVVN*~~ ~~~~~~~~~~ u04379 PEMYALMSDC WIYKWEDRPD FLTVEQRMRN YYYSPASRAE GPPQCEQVAE 651 m73237 ~~~~~ l28824 ~~~~~ u04379 AACG* squizz-0.99b+dfsg.orig/test/align/nexusi.seq0000644000175000017500000005624610475232320021067 0ustar osallouosallou#NEXUS [!Alignment of:] [Sequence Start End Sequencetype] [btdDm (30 > 414) PROTEIN] [TSp1 (27 > 398) PROTEIN] [DSP1 (14 > 444) PROTEIN] [ostMm (7 > 374) PROTEIN] [Gg (190 > 694) PROTEIN] [Hosim (7 > 401) PROTEIN] [HsSp1 (1 > 706) PROTEIN] [Sp3mm (143 > 648) PROTEIN] [HsSp4 (1 > 730) PROTEIN] [SP5mm (23 > 379) PROTEIN] [SP6mm (11 > 413) PROTEIN] [SP7Hs (7 > 377) PROTEIN] [TIEG1 (58 > 452) PROTEIN] [Tieg2 (65 > 477) PROTEIN] [UKLF (38 > 302) PROTEIN] [EZF (41 > 470) PROTEIN] [BTEB2 (1 > 218) PROTEIN] [rattus8can (113 > 513) PROTEIN] [Sp2-Hs (1 > 606) PROTEIN] begin data; dimensions ntax=19 nchar=929; format datatype=Protein interleave gap=- missing='.'; matrix [ 1 60] btdDm ------------------------------------------------------------ TSp1 ------------------------------------------------------------ DSP1 ------------------------------------------------------------ ostMm ------------------------------------------------------------ Gg ------------------------------------------------------------ Hosim ------------------------------------------------------------ HsSp1 QDHSMDEMTAVVKIEKGVGGNNGGNGNGGGAFSQARSSSTGSSSSTGGGGQESQPSPLAL Sp3mm ------------------------------------------------------------ HsSp4 -------MSDQKKEEEEEAAAAAAMATEGGKTSEPENNNKKPKT---SGSQDSQPSPLAL SP5mm ------------------------------------------------------------ SP6mm ------------------------------------------------------------ SP7Hs ------------------------------------------------------------ TIEG1 ------------------------------------------------------------ Tieg2 ------------------------------------------------------------ UKLF ------------------------------------------------------------ EZF ------------------------------------------------------------ BTEB2 ------------------------------------------------------------ rattus8can -------------------------------------------------GKGDQIKVTTQ Sp2-Hs ------------------------------------------------------------ [ 61 120] btdDm ------------AQQQQHHLHMQQAQHH----------------LHLSH------QQAQQ TSp1 -------------------------AEH----------------PSLR--------GTPL DSP1 -------------------------QDH----------------PSLR--------GTPL ostMm -------------------------EEE----------------AHYG--------SSPL Gg --------------QETGQIQIIPGSNQ----------------TIIAS-------GSPS Hosim -------------------------GEE----------------PRLG--------STPL HsSp1 LAATCSRIESPNENSNNSQGPSQSGGTGELDLTATQLSQGANGWQIISSSS----GATPT Sp3mm --------------QENSQIQIIPGSNQ----------------TLLAS-------GTPP HsSp4 LAATCSKIGTPGENQATGQQQIIIDPSQGLVQLQNQPQQLELVTTQLAGNAWQLVASTPP SP5mm --------------------------AS----------------PDLG-------KHSPL SP6mm -------------------PPAASRRVW----------------LALG--------SCPL SP7Hs -------------------------EEE----------------VHYG--------SSPL TIEG1 --------------KYVENRPVTPVS---------------------D--------LSEE Tieg2 --------------DLLRIRPLTPVSDS------------------GD--------VTTT UKLF --------------ELERYLQTEPRR------------------------------ISET EZF --------------HMKRLPPVLPGRPY------------------DL--------AAAT BTEB2 ----------------------MPSS------------------------------TNQT rattus8can RRRRTLAPYRYPLPIFLFDRNIRKRKEE----------------PRLG--------STPL Sp2-Hs ----------MAATAAVSPSDYLQPAAS----------------TTQDS------QPSPL [ 121 180] btdDm QHMQHLTQQ--------------QQQQQQQQQQQ-----------QQ---------QQQQ TSp1 AMLAAQCNK------------LSNKSPPP--LAD-----AAVGK-GF---------HPWK DSP1 AMLAAQCNK------------LSNKSPPP--LAD-----AAVGK-GF---------HPWK ostMm AMLTAACSK------------FGGSSP----LRDS----TTLGK-GG---------TKKP Gg ANIQNILSQ------------SGQVQVQGVAIGG-----SSFPG-QA---------QVVA Hosim AMLAATCNK------------IGSPSPSPSSLSDSS---SSFGK-GF---------HPWK HsSp1 SKEQSGSSTNGS---------NGSESSKNRTVSGGQYVVAAAPNLQN---------QQVL Sp3mm ANIQNLIPQ------------TGQVQVQGVAIGG-----SSFPG-QT---------QVVA HsSp4 ASKENNVSQPASSSSSSSSSNNGSASPTKTKSGN-----SSTPG-QF---------QVIQ SP5mm ALLAATCSR------------IGQPGAAAAPDFLQ---------------------VPYD SP6mm PLESSPAHR------------AYERPS----VAHQ----PAVPG-AR---------RSLE SP7Hs AMLTAACSK------------FGGSSP----LRDS----TTLGK-AG---------TKKP TIEG1 ENLLPGTP------------DFHTIPAFCLTPPYSP---SDFEP-SQ---------VSNL Tieg2 VHMDAATPELPK--------DFHSLSTLCITPPQSP---DLVEP-STRTP------VSPQ UKLF FGEDLDCF-------------LHASPPPC---------------------------IEES EZF VATDLESG-------------GAGAACGGSNLAPLP---RRETE-EFNDLLDLDFILSNS BTEB2 AAMDTLNV-------------SMSAAMAG---------------------------LN-- rattus8can AMLAATCNK------------IGSPSPSPSSLSDSS---SSFSK-GF---------HPWK Sp2-Hs ALLAATCSK------------IGPPAVEAAVTPPAPP--QPTPR-KL---------VPIK [ 181 240] btdDm QQQP------------------------------QQQ-QHDFLSAAAL------------ TSp1 KSPQ------------------------------GAPSPSTTPSS--LPTQRTST----- DSP1 KSPNSPAAGSSGSSGGGGGGGGSSAGQHSPCAISAASSSSSSGSSGGQSSRSLSS----- ostMm Y--------------------------------ADLSAPKTMGDAYPAPFSSTNG----- Gg N-VP--LG--------------------------LPG-NITFVPINSVDLDSLG------ Hosim RSSSS-----------------------------SSASCNVVGSS--LSSFGVSG----- HsSp1 TGLPGVMPNIQYQVIPQ--------------FQTVDGQQLQFAATGAQVQQDGSGQIQII Sp3mm N-VP--LG--------------------------LPG-NITFVPINSVDLDSLG------ HsSp4 VQNP--SGSVQYQVIPQ--------------LQTVEGQQIQINPTSSSSLQDLQGQIKLI SP5mm PA--------------------------------LGSPSRLFHPWTADMPAHSPG----- SP6mm VPSE-----------------------------VPLTVPALTPPRIPAMLTAVCG----- SP7Hs YSVG-----------------------------SDLSASKTMGDAYPAPFTSTNG----- TIEG1 MAPA------------------------------PSTVHFKSLSDTAKPHIAAPF----- Tieg2 VTDS------------------------------KACTATDVLQSSAVVARALSG----- UKLF FRR-------------------------------LDPLLLPVEAAICEKSSAVD------ EZF LTHP------------------------------PESVAATVSSSASASSSSSPS----- BTEB2 -TH--------------------------------TS---AVPQTAVKQFQGMP------ rattus8can RSSSS-----------------------------SSGSCNVVGSS--LSSFGVSG----- Sp2-Hs PAPLPLSPGK--NSFG-----------------ILSSKGNILQIQGSQLSASYPGGQLV- [ 241 300] btdDm ----------------------------------LSAP---------------------- TSp1 ---------SNPTYS----------------SRSVMTS-------C-------------- DSP1 ---------SASTMVNIT------------ASRPLASS-------C-------------- ostMm ---------LLS----------------------PAGS-------P-------------- Gg --------LGSGSQT---------------MTAGINAD---------------------- Hosim ---------ASRNGG----------------SSSAAAA-------A-------------- HsSp1 PGAN---QQIITNRG---------------SGGNIIAAMPNLLQQAVPLQG-----LANN Sp3mm --------LSGSSQT---------------MTAGINAD---------------------- HsSp4 SAGNNQAILTAANRT---------------ASGNILAQNLANQTVPVQIRPGVSIPLQLQ SP5mm ---------ALPPP-----------------HPSLGLT-PQKTHLQ-------------- SP6mm ---------SLGSQH----------------TEAPHAS-------P-------------- SP7Hs ---------LLS----------------------PAGS-------P-------------- TIEG1 ---------KEEE-------------------KSPVSA---------------------- Tieg2 ---------GAERG-----------------LLGLEPV---------------------- UKLF ---------------------------------ILLSR---------------------- EZF ---------SSGPASA--------------PSTCSFTY---------------------- BTEB2 ------------P--------------------CTYTM---------------------- rattus8can ---------ASRNG---------------------------------------------- Sp2-Hs --------FAIQNPTMINKGTRSNANIQYQAVPQIQASNSQTIQVQ-------------- [ 301 360] btdDm ------------------------PSLS----------------GSSSGSSSGSS--PLY TSp1 ------------------------SSVP---------------------TTASYG----- DSP1 ------------------------AAVGGGSTGSSSSASGSQSSSTASAVAAAYG----- ostMm ------------------------P-----------------------APASGYA----- Gg -----------------G------HLIN----------TGQAMDSSDNSERTGEQVSPEI Hosim ------------------------AAAA--------------------AAAAALV----- HsSp1 VLSGQTQYVTNVPVALNG--NITLLPVNSVSAATLTP-SSQAVTISSSGSQESGSQPVTS Sp3mm -----------------G------HLIN----------TGQAMDSSDNSERTGERVSPDV HsSp4 TLPGTQAQVVTTLPINIGGVTLALPVINNVAAGGGTGQVGQPAATADSGTSNGNQLVSTP SP5mm ------------------------PSFG---------------AAHELPLTPPAD----- SP6mm ------------------------PRLD------------LQPLQTYQGHTSPEA----- SP7Hs ------------------------P-----------------------APTSGYA----- TIEG1 ------------------------PKLP----------------KAQATSVIRHT----A Tieg2 ------------------------PSSPC---------------RAKGTSVIRHT----G UKLF ------------------------DK---------------------------------- EZF ------------------------PIRAGN-----------DPGVAPGGTGGGLL----Y BTEB2 ------------------------PS---------------------------------- rattus8can ------------------------------------------------------------ Sp2-Hs ------------------------PNLTNQIQ--------IIPGTNQAIITPSPS----- [ 361 420] btdDm GKPPMKLELPYPQASS-----------TGTASPNSSIQSAPSSA------SVSPSIFPS- TSp1 SDLYFPGATS-QPPTD----------NSHVHHHQTSLLGKVEG--------AATHHLGS- DSP1 GDLYFP-NTS-TSNMD----------N---HHMHQGLLGKVE---------AGAAAFGG- ostMm NDYP-PFP----HSFP----------GPTGAQDPGLLVPKG---------HSSSDCLPS- Gg TETATDNDLFVPTSSSSQLPVTID--SSSILEQNANNLTTTSGQ------VHSSDLQGN- Hosim SDSFSCGGSS-AHSQD----------G----SHQPVFISKVH---------TSVDGLQG- HsSp1 GTTISSASLVSSQASSSSFFTNANSYSTTTTTSNMGIMNFTTSG------SSGTNSQGQ- Sp3mm NETNADTDLFVPTSSSSQLPVTID--STGILQQNTNSLTTTSGQ------VHSSDLQGN- HsSp4 TNTTTSASTMPESPSSSTTCTTTA--STSLTSSDTLVSSADTGQ------YASTSASSSE SP5mm PSYPYEFSPVKMLPSSM---------AALPASCAPAYVPYAAQA----------ALPPG- SP6mm GDYPSPLQPGELQSLPL---------GPEVDFSQGYELPGASSRVTCEDLESDSPLAPG- SP7Hs NDYP-PFS----HSFP----------GPTGTQDPGLLVPKG---------HSSSDCLPS- TIEG1 DAQLCNHQTCPMKAAS----------ILNYQNNSFRRRTHLNVE------AARKNIPCA- Tieg2 ESPAACFPTIQTPDCR----------LSDSREGEEQLLGHFETL------QD-THLTDS- UKLF ---------------------------------------LLS--------ETCLSLQP-- EZF GRESAPPPTAPFNLAD----------INDVSPSGGFVAELLRPE------LDPVYIPPQ- BTEB2 --------------------------------------QFLP--------QQATYFPP-- rattus8can -----------AHSQD----------S----SHQPVFISKVH---------TSVDGLQG- Sp2-Hs SHKPVPIKPAPIQKSST---------TTTPVQSGANVVKLTGGGG-----NVTLTLPVNN [ 421 480] btdDm ------------------------------------------------------------ TSp1 ---------------------------------------------------------VYS DSP1 ---------------------------------------------------------VYS ostMm ---------------------------------------------------------VYT Gg ----YIQTSVSDDTQAQN--------IQVSTAQP-------IVQHIQLQESQQP--TSQA Hosim ---------------------------------------------------------IYP HsSp1 ---TPQRVSGLQGSDALN--------IQQNQTSGGSLQAGQQKEGEQNQQTQQQQILIQP Sp3mm ----YIQSPVSEETQAQN--------IQVSTAQP-------VVQHLQLQDSQQP--TSQA HsSp4 RTIEESQTPAATESEAQSSSQLHANGMQNQQDQSNSLQQVQIVGQPILQQIQIQ--QPQQ SP5mm ----------------------------------------------------------YS SP6mm ---------------------------------------------------------PFS SP7Hs ---------------------------------------------------------VYT TIEG1 ---------------------------------------------------------AVS Tieg2 ---------------------------------------------------------LLS UKLF ------------------------------------------------------------ EZF ---------------------------------------------------------QPQ BTEB2 ------------------------------------------------------------ rattus8can ---------------------------------------------------------IYP Sp2-Hs -------------------------------------------------LVNASDTGAPT [ 481 540] btdDm -------PAQSFAS------------ISAS----P----------STPTTTLAPPTTAAA TSp1 R--------HPYES-----------WPFN-----TMSGATHHGG--I-----KSDSV-TS DSP1 R--------HPYD------------WPFN--------AVTHK----------EAASV-NS ostMm SL----DMTHPYGS-----------WYKAG----IHAGISPGP----------GNTP-TP Gg QIVQG-IAQQTIHG---VQAS---QSISPQ----ALQNLQLQ-L-NPGTFLIQAQTVTPS Hosim RV----GMAHPYES-----------WFKP-----SHPGLGAAG---------EVGSA-GA HsSp1 QLVQGGQALQALQAAPLSGQTFTTQAISQE----TLQNLQLQAVPNSGPIIIRTPTVGPN Sp3mm QIVQG-ITPQTIHG---VQASG--QNISQQ----ALQNLQLQ-L-NPGTFLIQAQTVTPS HsSp4 QIIQA-IPPQSFQLQ--SGQTI--QTIQQQ----PLQNVQLQAV-NPTQVLIRAPTLTPS SP5mm NLLPP-PPPPPPPP-----------TCRQL----SPAPAPDDLP---------------- SP6mm KLLQP-DMSHHYES-----------WFRP-----THPGAEDG-------------S---- SP7Hs SL----DMTHPYGS-----------WYKAG----IHAGISPGP----------GNTP-TP TIEG1 P------NRSKCER----------NTVAD----VDEKASAAL----------YDFSVPSS Tieg2 T------NLVSCQP----------CLHKSGGLLLTDKGQQAG----------WPGAVQTC UKLF ----------------------------------ASSSLD-------------------S EZF P------PGGGLMG----------KFVLKAS--LSAPGSEYG----------SPSVISVS BTEB2 ----------------------------------SPPSSE-------------P------ rattus8can RV----GMAHPYES-----------WFKP-----SHPGLGAAA---------DVGSA-GA Sp2-Hs QLLTE-SPPTPLSK-----------TNKKA----RKKSLPASQP--PVAVAEQVETVLIE [ 541 600] btdDm G-------ALAGSP-------------------TSSSPSSS------------AASAAAA TSp1 N--AWWDVHS------------------T--GSWLDMSG----------------GMH-Q DSP1 ---GWWDMHS-----------------AA--GSWLDMGG---A------------GMHST ostMm ----WWDMHPGGNWL---GGGQGQGDGLQ--GTLSTGPAQP--------------PLNPQ Gg GQITWQTFQVQGVQN--LQNLQIQNA-PG--QQITLTPVQT-----------LTLGQVAA Hosim S--SWWDVGAGWIDV---QNPNSAA-ALP--GSLHPAAGGLQT------------SLHSP HsSp1 GQVSWQTLQLQNLQ---VQNPQAQTITLAPMQGVSLGQTSSSN---------TTLTPIAS Sp3mm GQITWQTFQVQGVQN--LQNLQIQNT-AA--QQITLTPVQT-----------LTLGQVAA HsSp4 GQISWQTVQVQNIQS--LSNLQVQNAGLS--QQLTITPVSSSGG--------TTLAQIAP SP5mm ----WWSIPQSG------AGPGSSG-----------VPGTS---------------LSSA SP6mm ----WWDLHPGTSWM---DLPHTQG-------ALTS-PGHPG-------------ALQAG SP7Hs ----WWDMHPGGNWL---GGGQGQGDGLQ--GTLPTGPAQP--------------PLNPQ TIEG1 ------ETVICRSQP---APVSPQQ------KSVLVSPPA---------------VSAGG Tieg2 ------SPKNYENDL---PRKTTPL------ISVSVPAPP---------------VLCQM UKLF ------YTAVN------------Q-------------------------------AQLNA EZF ------KGSPDGSHP---VVVAPYN------GGPPRTCPK---------------IKQEA BTEB2 -------GSPD------------R--------------------------------QAEM rattus8can S--SWWDVGAGWIDV---QNPNGAA-ALP--GSLHPAAGGLQT------------SLHSP Sp2-Hs T--TADNIIQAGNNLLIVQSPGGGQPAVV--QQVQVVPPKAEQQQVVQIPQQALRVVQAA [ 601 660] btdDm AAAAAAAAADLGAAAVASA------------------AYGWNTAYSGLGPARSQFP---- TSp1 MANYSTDYSSL--------------------------THSLAASNHLLSSG--QHLL--- DSP1 MANYASEN------------------------------YSSALSHSLLGSG--QHLL--- ostMm LPTYPSDFAPLN-------------------------PAPYPAPHLLQPGP--QHVL--- Gg GGALTSTPVSLSTAQLP---------------------NLQTVTVNSIDSAGIQLH---- Hosim LGGYNSDYSGLSHS-----------------------AFSSGASSHLLSPA--GQHL--- HsSp1 AASIPAGTVTVNAAQLSSM------------------PGLQTINLSALGTSGIQVH---- Sp3mm GGALTSTPVSLSTGQLP---------------------NLQTVTVNSIDSTGIQLH---- HsSp4 -VAVAGAPITLNTAQLASV------------------PNLQTVSVANLGAAGVQVQGVPV SP5mm CAGPPHAPRFPAS----------------------------AAAAAAAAAALQRGLVL-- SP6mm LGGYVGDHQLCA-------------------------PPPHPHAHHLLPAAGGQHLLG-- SP7Hs LPTYPSDFAPLN-------------------------PAPYPAPHLLQPGP--QHVL--- TIEG1 VPPMPVICQMVPLP--A--------------------NNPVVTTVVPSTPPSQPPAVC-- Tieg2 IP-VTGQSSMLPAF--L--------------------KPPPQLSVGTVRPILAQAAPA-- UKLF VTSLT-----PP------------------------------SS---------PELSR-- EZF VSSCTHLGAGPPLS--N--------------------GHRPAAHNFPLGRQL-PSRST-- BTEB2 LQNLT-----PP------------------------------PS---------------- rattus8can LGGYNSDYSGLSHS-----------------------AFSSGASSHLLSPA--GQHL--- Sp2-Hs SATLPTVPQKPSQNFQIQAAEPTPTQVYIRTPSGEVQTVLVQDSPPATAAATSNTTCS-- [ 661 720] btdDm -------YAQYASDYYGNAVGMSSSAAWFSHQER--------LYQPWSSQSYPGFN---- TSp1 ------------QDTYKSMLPGAQT---VGASFG---------LHATGSAPSPTAG---- DSP1 ------------QDTYKSMLPGQGVGVGVGVGMGGFSLPHSSPSAAAAAAATAAAA---- ostMm -----------PQDVYKPKAVGNSG-----QLEG----------SGAAKPPRGAG----- Gg -----QGENAGSPADIRIKEEEPDPEEWQLSGDS-----TLNTNDLTHLRVQVVDE---- Hosim ------------MDGFKPVLPGSYPDSAPSPLAG---------AGGSMLSAGPSAP---- HsSp1 -------PIQGLPLAIANAPGDHG-AQLGLHGAG------GDGIHDDTAGGEEGEN---- Sp3mm -----PGENADSPADIRIKEEEPDPEEWQLSGDS-----TLNTNDLTHLRVQVVDE---- HsSp4 TITSVAGQQQGQ-DGVKVQQATIAPVTVAVGGIANATIGAVSPDQLTQVHLQQGQQ---- SP5mm -----------GPSDFAQYQS---------QIAA---------LLQTKAPLAATA----- SP6mm -----------PPDGAKALEVAAP--------ES----------QGLDSSLDGAAR---- SP7Hs -----------PQDVYKPKAVGNSG-----QLEG----------SGGAKPPRGAS----- TIEG1 -----------PPVVFMGTQVPKG-AVMFVVPQP--------VVQSSKP---PVVS---- Tieg2 -----------PQPVFVGPAVPQG-AVMLVLPQG--------ALPPPAPCAANVMA---- UKLF -----------HLVKTSQTLSAVDGTVTLKLVAK--------KAALSSVKVGGVAT---- EZF -----------PTLGFEEVLSSRECHPALPLPPG--------FHPHPGPNYPSFLP---- BTEB2 ---------------YAATIASK-----LAIHN---------------PNLPTTLP---- rattus8can ------------MDGFKPVLPGSYPDSAPSPLAG---------AGSSMLSAGPAAP---- Sp2-Hs -----------SPASRAPHLSGTSK----KHSAA---------ILRKERPLPKIAPAGSI [ 721 780] btdDm ----------------------------------FDDIA--------------------- TSp1 ----------------------------------AGGLP--------------------- DSP1 ----------------------------------AGGSPQ-------------------- ostMm ----------------------------------TGGSG--------------------- Gg ----------------------------------EGDQP--------------------- Hosim ----------------------------------LGGSP--------------------- HsSp1 ----------------------------------SPDAQ--------------------- Sp3mm ----------------------------------EGDQQ--------------------- HsSp4 ----------------------------------TSDQE--------------------- SP5mm ------------------------------------------------------------ SP6mm ----------------------------------PKGSR--------------------- SP7Hs ----------------------------------TGGSG--------------------- TIEG1 ----------------------------------PNGT---------------------- Tieg2 ----------------------------------AGNT---------------------- UKLF ----------------------------------AAAAV--------------------- EZF ----------------------------------DQMQP--------------------- BTEB2 ----------------------------------VNSQ---------------------- rattus8can ----------------------------------LGGSP--------------------- Sp2-Hs ISLNAAQLAAAAQAMQTININGVQVQGVPVTITNTGGQQQLTVQNVSGNNLTISGLSPTQ [ 781 840] btdDm ------------FQTQLQRRSVRCTCPNCTN-EMSGLPPIVGPDE--RGRK--------Q TSp1 ------PQVPSPRSQRRYTGRATCDCPNCQEAERLGP----AGVH--LRKKN-------I DSP1 ---GGSPSTPSPRSQRRYAGRATCDCPNCQEAERLGP----AGVH--LRKKN-------I ostMm ------------GYAGSGAGRSTCDCPNCQELERLGA----AAA--GLRKKP-------I Gg ------------HQEGKRLRRVACTCPNCK--EGGGR----GSN---LGKKK-------Q Hosim ------R-----SSARRYSGRATCDCPNCQEAERLGP----AGAS--LRRKG-------L HsSp1 ------------PQAGRRTRREACTCPYCK--DSEGR----GSGD--PGKKK-------Q Sp3mm ------------HQEGKRLRRVACTCPNCK--EGGGR----GTN---LGKKK-------Q HsSp4 ------------VQPGKRLRRVACSCPNCR--EGEGR----GSNE--PGKKK-------Q SP5mm ------------------RRCRRCRCPNCQAAGGAPE----AEP----GKKK-------Q SP6mm ------------RSVPRSSGQTVCRCPNCLEAERLGA----PCGPDGGKKKH-------L SP7Hs ------------GYGGSGAGRSSCDCPNCQELERLGA----AAA--GLRKKP-------I TIEG1 --------------RLSPIAPAPGFSPSAAKVTPQID-----SS----RIR--------S Tieg2 --------------KLLPLAPAPVFITSSQNCVPQVD-----FS----RRR--------N UKLF -------------TAAGAVKSGQSDSDQGGLGAEACP-----EN----KKR--------V EZF --------------QVPPLHYQELMPPGSCMPEEPKP-----KR----GRRSWPRKRTAT BTEB2 --------------NIQPVRYNRRSNP--DL-EK---------------RR--------I rattus8can ------R-----SSARRYSGRATCDCPNCQEAERLGP----AGAS--LRRKG-------L Sp2-Hs IQLQMEQALAGETQPGEKRRRMACTCPNCKD-GEKRS----GEQ----GKKK-------- [ 841 900] btdDm HICHIPGCERLYGKASHLKTHLRWHTGERPFLC--LTCGKRFSRSDELQRHGRTHTNYRP TSp1 HSCHIPGCGKVYGKTSHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELQRHLRTHTGEKR DSP1 HSCHIPGCGKVYGKTSHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELQRHLRTHTGEKR ostMm HSCHIPGCGKVYGKASHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELERHVRTHTREKK Gg HICHIPGCGKVYGKTSHLRAHLRWHSGERPFVCNWMFCGKRFTRSDELQRHRRTHTGEKK Hosim HSCHIPGCGKVYGKTSHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELQRHLRTHTGEKR HsSp1 HICHIQGCGKVYGKTSHLRAHLRWHTGERPFMCTWSYCGKRFTRSDELQRHKRTHTGEKK Sp3mm HICHIPGCGKVYGKTSHLRAHLRWHSGERPFICNWMFCGKRFTRSDELQRHRRTHTGEKK HsSp4 HICHIEGCGKVYGKTSHLRAHLRWHTGERPFICNWMFCGKRFTRSDELQRHRRTHTGEKR SP5mm HVCHVPGCGKVYGKTSHLKAHLRWHTGERPFVCNWLFCGKSFTRSDELQRHLRTHTGEKR SP6mm HNCHIPGCGKAYAKTSHLKAHLRWHSGDRPFVCNWLFCGKRFTRSDELQRHLQTHTGTKK SP7Hs HSCHIPGCGKVYGKASHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELERHVRTHTREKK TIEG1 HICSHPGCGKTYFKSSHLKAHTRTHTGEKPFSCSWKGCERRFARSDELSRHRRTHTGEKK Tieg2 YVCSFPGCRKTYFKSSHLKAHLRTHTGEKPFNCSWDGCDKKFARSDELSRHRRTHTGEKK UKLF HRCQFNGCRKVYTKSSHLKAHQRTHTGEKPYKCSWEGCEWRFARSDELTRHYRKHTGAKP EZF HTCDYAGCGKTYTKSSHLKAHLRTHTGEKPYHCDWDGCGWKFARSDELTRHYRKHTGHRP BTEB2 HYCDYPGCTKVYTKSSHLKAHLRTHTGEKPYKCTWEGCDWRFARSDELTRHYRKHTGAKP rattus8can HSCHIPGCGKVYGKTSHLKAHLRWHTGERPFVCNWLFCGKRFTRSDELQRHLRTHTGEKR Sp2-Hs HVCHIPDCGKTFRKTSLLRAHVRLHTGERPFVCNWFFCGKRFTRSDELQRHARTHTGDKR [ 901 929] btdDm YACPICSKKFSRSDHLSKHKKTHF----- TSp1 FACPICNKRFMRSDHLAKHVKTHN----- DSP1 FACPVCNKRFMRSDHLAKHVKTHN----- ostMm FTCLLCSKRFTRSDHLSKHQRTHG----- Gg FVCPECSKRFMRSDHLAKHIKTHQ----- Hosim FACPVCNKRFMRSDHLSKHVKTHS----- HsSp1 FACPECPKRFMRSDHLSKHIKTHQ----- Sp3mm FVCPECSKRFMRSDHLAKHIKTHQ----- HsSp4 FECPECSKRFMRSDHLSKHVKTHQ----- SP5mm FACPECGKRFMRSDHLAKHVKTHQ----- SP6mm FPCAVCSRVFMRSDHLAKHMKTHE----- SP7Hs FTCLLCSKRFTRSDHLSKHQRTHG----- TIEG1 FACPMCDRRFMRSDHLTKHARRHL----- Tieg2 FVCPVCDRRFMRSDHLTKHARRHM----- UKLF FKCNHCDRCFSRSDHLALHMKRHI----- EZF FQCQKCDRAFSRSDHLALHMKRHF----- BTEB2 FQCGVCNRSFSRSDHLALHMKRHQ----- rattus8can FACPVCNKRFMRSDHLSKHVKTHS----- Sp2-Hs FECAQCQKRFMRSDHLTKHYKTHLVTKNL ; endblock; squizz-0.99b+dfsg.orig/test/align/phylips.seq0000644000175000017500000004254410146356531021246 0ustar osallouosallou 22 591 I B.anth MSKIIGIDLG TTNSCVAVME GGEPKVIPNP EGNRTTPSVV AFKNEERQVG EVAKRQAITN PNTIMSVKRH MGTDYKVEVE GKDYTPQEIS AIILQNLKAS AEAYLGETVT KAVITVPAYF NDAERQATKD AGRIAGLEVE RIINEPTAAA LAYGLEKQDE EQKILVYDLG GGTFDVSILE LADGTFEVIS TAGDNRLGGD DFDQVIIDHL VAEFKKENNI DLSQDKMALQ RLKDAAEKAK KDLSGVTQTQ ISLPFISAGA AGPLHLELTL TRAKFEELSA GLVERTLEPT RRALKDAGFA PSELDKVILV GGSTRIPAVQ EAIKRETGKE PYKGVNPDEV VALGAAVQGG VLTGDVEGVL LLDVTPLSLG IETMGGVFTK LIERNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMSAD NKTLGRFQLT DLPPAPRGIP QIEVTFDIDA NGIVNVRAKD LGTSKEQAIT IQSSSGLSDE EVERMVQEAE ANADADQKRK EEVELRNEAD QLVFQTDKVV KDLEGKVDAA EVAKATEAKE ALQAAIEKNE LEEIRAKKDA LQEIVQQLTV KLYEQAQAAA DNVVDAEFEE V B.halo MSKIIGIDLG TTNSCVAVME GGEATVIPNP EGNRTTPSVV AFKDGERQVG EVAKRQAITN PNTVISIKRH MGTNHKENIE GKEYTPQEIS AIILQKLKSD AEAYLGEEVT KAVITVPAYF NDSQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDK-ED DQTILVYDLG GGTFDVSILE LGDGFFEVKA TSGDNKLGGD DFDQVIIDHL IAEFKKENGI DLSQDKMAMQ RLKDAAEKAK KDLSGVTSTQ ISLPFITADA TGPKHLELTL TRAKFEELSS HLVERTLGPT RQALQDSGLS ASEIDKVVLV GGSTRIPAVQ EAIKNLTGKE PHKGVNPDEV VALGAAVQAG VLTGDVKDVV LLDVTPLSLG IETMGGVFTK LIERNTTIPT SKSQIFSTAA DNQPSVDIHV LQGEREMAAD NKTLGRFQLT DIPPAPRGVP QIEVTFDIDA NGIVNVKAKD LGTNKEQSIT ITSSSGLTDE EIDQMVKDAE ANAEADKKRR EEVELRNEAD QLVFTTEKTL KDLGDNVDEA EKTKAEEAKE KLKKAIEANN IDEIRTAKEE LQQVVQALTT KLYEQAAQQA DNVVDADYEE V B.sphae MSKIIGI--G TTNSCVSVLE GGEPKVIPNP EGNRTTPSVV AFKNGERQVG EVAKRQSVTN PNTIISIKSK MGTAEKVTVE DKDYTPQEVS AMILQYLKGY AEDYLGEKVT KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIINEPTAAA LRYGLDKQDQ DQKVLVFDLG GGTFDVSILE LGDGVFEVLA TAGDNKLGGD DFDDAIIEYL VAEFKKENGI DLSKDKMAMQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGE AGPLHLEISL TRAKFDEITL PLVNRTVGPV RQALSDAGLS TSEIDQVILV GGSTRIPAVQ EAVRKETNKE PHRGVNPDEV VAMGAAVQGG VLTGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERSMAAD NKTLGRFQLA DIPPAPRGVP QIEVTFDIDK NGIVSVKAKD LGTNKEQTIV IQSDSGLSEA EIERMVKDAE ANRDADAKRK EEADLRNEAD QLVFQVDKTI TDLGEQITED EKKSVEDARD ELKKALEAGE LEGIKAAKEK LEGVLQPLVM KVYEQAAAAA DGVVDADFEE V B.subt MSKVIGIDLG TTNSCVAVLE GGEPKVIANA EGNRTTPSVV AFKNGERQVG EVAKRQSITN PNTIMSIKRH MGTDYKVEIE GKDYTPQEVS AIILQHLKSY AESYLGETVS KAVITVPAYF NDAERQATKD AGKIAGLEVE RIINEPTAAA LAYGLDKTDE DQTILVYDLG GGTFDVSILE LGDGVFEVRS TAGDNRLGGD DFDQVIIDHL VSEFKKENGI DLSKDKMALQ RLKDAAEKAK KDLSGVSSTQ ISLPFITAGE AGPLHLELTL TRAKFEELSS HLVERTMGPV RQALQDAGLS ASEIDKVILV GGSTRIPAVQ EAIKKETGKE AHKGVNPDEV VALGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQTAVDIHV LQGERPMSAD NKTLGRFQLT DIPPAPRGVP QIEVSFDIDK NGIVNVRAKD LGTGKEQNIT IKSSSGLSDE EIERMVKEAE ENADADAKKK EEIEVRNEAD QLVFQTEKTL KDLEGKVDEE QVKKANDAKD ALKAAIEKNE FEEIKAKKDE LQTIVQELSM KLYEEAAKAQ DNVVDAEYEE V B.stearo MSKIIGIDLG TTNSCVAVLE GGEPKVIPNP EGNRTTPSVV AFKNGERLVG EVAKRQAITN PNTVISIKRH MGTDYKVEIE GKKYTPQEIS AIILQYLKSY AEDYLGEPVT RAVITVPAYF NDAQRQATKD AGRIAGLEVE RIINEPTAAA LAYGLDK-EE DQTILVYDLG GGTFDVSILE LGDGVFEVKA TAGDNHLGGD DFDQVIIDYL VDQFKQEHGI DLSKDKMALQ RLKDAAEKAK KELSGVTQTQ ISLPFISANE NGPLHLETTL TRAKFEELFA HLVERTMGPV RQALQDAGLT PEDIDKIILV GGSTRIPAVQ EAIKRELGKE PHKGVNPDEV VAIGAAIQGG VIAGEVKDVV LLDVTPLSLG IETMGGVFTK LIERNTTIPT SKSQIFTTAA DNQTTVDIHV LQGERPMAAD NKTLGRFQLT GYPPAPRGVP QIEVTFDIDA NGIVHVRAKD LGTNKEQSIT IKSSSGLSEE EIQRMIKEAE ENAEADRKRK EAAELRNEAD QLIFTTEKTL KEVEGKVDEA EVKKAREAKD ALKAALEKND LDEIRKKKEA LQEAVQQLSI KLYEQAAKQA DNIVDAEFEE V B.thermo MSKIIGIDLG TTNSCVAVLE GGEPKVIPNP EGSRTTPSVV AFKNGERLV- --AKRQAITN PNTIISIKRH MGTDYKVEIE GKKYTPQEIS AIILQYLKSY AEDYLGEPVT RAVITVPAYF NDAQRQATKD AGRIAGLQVE RIINEPTAAA LAYGLDK-EE DQTILVYDLG GGTFDVSILE LGDGVFEVKA TAGDNHLGGD DFDQVIIDYL VEQFKQEHGI DLSKDKMALQ RLKDAAEKAK KELSGVTQTQ ISLPFISANE TGPLHIETTL TRAKFEELSA HLVERTMGPV RQALQDAGLT PADIDKVILV GGSTRIPAVQ EAIKRELGKE PHKGVNPDEV VAIGAAIQGG VIAGEVKDVV LLDVTPLSLG IETMGGVFTK LIERNTTIPT SKSQIFTTAA DNQTTVDIHV LQGERPMAAD NKTLGRFQLT DIPPAPRGVP QIEVTFDIDA NGIVHVRAKD LGTNKEQSIT IKSSSGLSEE EIQRMIKEAE ENAEADRKRK EAAELRNEAD HLVFTTEKTL KEVEGKVDEA EVKKAREAKD ALKAALEKND IDDIRKKKEA LQEIVQQLSV KLYEQAAKQA DNVVDAEFEE V Sta.aur MSKIIGIDLG TTNSCVTVLE GDEPKVIQNP EGSRTTPSVV AFKNGETQVG EVAKRQAITN PNTVQSIKRH MGTDYKVDIE GKSYTPQEIS AMILQNLKNT AESYLGEKVD KAVITVPAYF NDAERQATKD AGKIAGLEVE RIINEPTAAA LAYGLDKTDK DEKVLVFDLG GGTFDVSILE LGDGVFEVLS TAGDNKLGGD DFDQVIIDYL VAEFKKENGV DLSQDKMALQ RLKDAAEKAK KDLSGVSQTQ ISLPFISAGE NGPLHLEVNL TRSKFEELSD SLIRRTMEPT RQAMKDAGLT NSDIDEVILV GGSTRIPAVQ EAVKKEIGKE PNKGVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IEILGGRMNT LIERNTTIPT SKSQIYSTAV DNQPSVDVHV LQGERPMAAD NKTLGRFQLT DIPPAERGKP QIEVTFDIDK NGIVNVTAKD LGTNKEQRIT IQSSSSLSDE EIDRMVKDAE VNAEADKKRR EEVDLRNEAD SLVFQVEKTL TDLGENIGEE DKKSAEEKKD ALKTALEGQD IEDIKSKKEE LEKVIQELSA KVYEQAAQQQ STVEDAEFNE V Sta.epi MGKVIGIDLG TTNSCVSILE GDEPKVIQNP EGARTTPSVV AFKNGETQVG EVAKRQAITN PNTVQSIKRH MGTDYKVDIE GKSYTPQELS AMILQNLKST AENYLGDTVD KAVITVPAYF NDGERQATKD AGKIAGLEVE RIINEPTAAA LAYGLDKTET DQKVLVFDLG GGTFDVSILE LGDGVFEVLS TAGDNKLGGD DFDQVIIDYL VSEFKKENGV DLSQDKMALQ RLKDAAEKAK KDLSGVSQTQ ISLPFISAGE NGPLHLEISL TRSKFEELAD SLIKKTMEPT RQALKDAGLS TSEIDEVILV GGSTRIPAVQ EAVKKEIGKE PHKGVNPDEV VAMGAAIQAG VITGDVKDVV LLDVTPLSLG IEIMGGRMNT LIERNTTIPT SKSQVYSTAA DNQPAVDIHV LQGERPMASD NKTLGRFQLT DIPPAPRGVP QIEVTFDIDK NGIVNVTAKD LGTNKEQNIT IQSSSSLSDE EIDRMVKDAE ENAEADKKRR EEVDLRNEAD SLVFQVEKTV KDLGENISDE DKKNAEEKKD ALKTALEGED IDDIKAKKEE LEKVIQELSA KVYEQAQQAQ STVEDADFKE V L.ino MSKIIGIDLG TTNSAVAVLE GGEAKIIPNP EGARTTPSVV GFKNGERQVG EVAKRAAITN PNTISSIKRH MGTNYKETIE GKDYSPQEIS AIILQYLKSY AEDYLGETVD KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIINEPTAAA LAYGMDKTET DQTILVFDLG GGTFDVSILE LGDGVFEVHS TAGDNELGGD DFDKKIIDYL VAEFKKDNGI DLSQDKMALQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGE AGPLHLEVTL TRAKFDELTH DLVERTIAPT RQALKDANLS ASDIDQVILV GGSTRIPAVQ ETIKKELGKE PHKGVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVMTT LIERNTTIPT SKSQTFSTAA DNQPAVDIHV LQGERPMAKD NKTLGRFQLA DIPPAPRGIP QIEVSFDIDK NGIVTVRAKD LGTGKEQNIV IKSSSGLTDE EIEKMVQDAE ANAEEDKKNK ENAELRNNAD QLVFTVDKTL KELEGKVEEE EVKKAEAARD ELQEALKGEN FDAIKEKTDS LNEIVQNLSV KLYEQAAAEQ DDVVDAEFEE V L.mono MSKIIGIDLG TTNSAVAVLE GGEAKIIPNP EGARTTPSVV GFKNGERQVG EVAKRAAITN PNTISSIKRH MGTNYKETIE GKDYSPQEIS AIILQYLKSY AEDYLGETVD KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIINEPTAAA LAYGMDKTET DQTILVFDLG GGTFDVSILE LGDGVFEVHS TAGDNELGGD DFDKKIIDYL VAEFKKDNGI DLSQDKMALQ RLKDAAEKAK KDLFGVTSTQ ISLPFITAGE AGPLHLEVTL TRAKFDELTH DLVERTIAPT RQALKDANLS ASDIDQVILV GGSTRIPAVQ ETIKKELGKE PHKGVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVMTT LIERNTTIPT SKSQTFSTAA DNQPAVDIHV LQGERPMAKD NKTLGRFQLA DIPPAPRGIP QIEVSFDIDK NGIVTVRAKD LGTGKEQNIV IKSSSGLTDE EIEKMVQDAE ANAEEDKKNK ENAELRNNAD QLVFTVDKTL KELEGKVEEE EVKKAEAARD ELQEALKGED FDAIKEKTES LNEIVQNLSV KLYEQAAAEQ DDVVDAEFEE V Ent.fae MSKIIGIDLG TTNSAVAVLE GGEAKIIANP EGNRTTPSVV SFKNGEIQVG EVAKRQAVTN PNTISSIKRH MGAGYKVDVE GKSYTPQEVS AMILQYLKGF AEDYLGEKVE KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK DEKILVFDLG GGTFDVSILE LGDGVFDVLS TAGDNNLGGD DFDNKIIDYM VAEFKKENGI DLANDKMALQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGE AGPLHLEMNL TRAKFDELTS DLVERTKVPV RQALKDAGLN PSEIDEVILV GGSTRIPAVV EAVRKETNKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGVP QIEVSFDIDK NGIVNVRAKD LGTQKEQTIT IKSSSGLSDD EIERMVKDAE ANAEADKQRK EEVDLRNDAD ALLFTVDKTL KELEGKVDAE EVKKAEDARD ELKAAIEAND IEQMKAKRDS LNEIVQNLTV KLYEQAAQQQ DDVVDADFEE V Lb.sakei MSKVIGIDLG TTNSAVAVLE GGQPKIITNP EGARTTPSVV SFKNGEIQVG EVAKRQAITN PDTIASIKRH IGAGYKVTVG DKSYTPQEVS AMILQYIKKF AEDYLGEEVT EAVITVPAYF NDSQRQATKD AGKIAGLDVK RIINEPTASA LAYGLDKTET DEKVLVYDLG GGTFDVSVLE LGDGVFQVLS TNGDTRLGGD DFDEAIMNWL VENFKSDNGI DLSKDKMAMQ RLKDAAEKAK KDLSGVSSTQ ISLPFISAGE NGPLHLEMTL SRTEFDRLTS DLVDRTKAPV MNALKDAGLD ANEIDKVILN GGSTRIPAVQ EAVKNWTGKE PDHSINPDEA VALGAAVQGG VISGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKAQTFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGVP QIEVKFDIDK NGIVNVSAKD LGTNKEQKIT IKSNSGLSDE EIDRMMKEAQ ENEEADTKRK EEVDLKNDVD QLIFQTDKTL KELEGKVSDE ELQKAKDAKE ELVKAQQENN LEDMKTKRDA LSEIVQELTV KLYQQAQEAQ DGTVDGDFEE V L.lactis MSKIIGIDLG TTNSAVAVLE GTESKIIPNP EGNRTTPSVV AFKNGEIIVG DAAKRQAVTN PETIISIKSK MGTSEKVSAN GKEYTPQEIS AMILQNLKAT AESYLGEKVE KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK DEKILVFDLG GGTFDVSILE LGDGVFDVLA TAGNNKLGGD DFDQKIIDWM VAEFKKENGI DLGQDKMALQ RLKDAAEKAK KDLSGVTTTQ ISLPFITAGA AGPLHLEMAL TRAKFDELTH DLVEATRQPV RQALSDAGLS TSDIDEVLLV GGSTRIPAVV ELVRHETNKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGIP QIEVTFDIDK NGIVSVKAKD LGTQKEQTIV IKSNSGLSDE EIDKMMKDAE ANADADAKRK EEVDTRNEAD ALVFQTEKTL KDLEGKVEEA EVKKAEDAKE ELKKALEGED IDDIKAKSEA LSEIAQNLAV KLYEQANAAQ -NTFDGDFEE S Str.equi MSKIIGIDLG TTNSAVAVLE GTESKIIANP EGNRTTPSVV SFKNGEIIVG DAAKRQAVTN PDTVISIKSK MGTSEKVAAN GKEYTPQEIS AMILQYLKGY AEDYLGEKVT KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK EEKILVFDLG GGTFDVSILE LGDGVFDVLA TAGDNKLGGD DFDQKIIDFL VAEFKKENGI DLSQDKMALQ RLKDAAEKAK KDLSGVTQTQ ISLPFITAGA AGPLHLEMSL SRAKFDDLTR DLVERTKVPV RQALSDAGLS LSEIDEVILV GGSTRIPAVV EAVKAETGKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGIP QIEVTFDIDK NGIVSVKAKD LGTQKEQHIV IKSNDGLSEE EIERMMKDAE ANAEADAKRK EEVDLKNEVD QAIFATEKTI KETEGKGFDT ERDAAQTALD ELKKAQESGD LDDMKAKLEA LNEKAQALAV KMYEQAAAAQ DDVVDGEFTE K Str.mutans MSKIIGIDLG TTNSAVAVLE GTESKIIANP EGNRTTPSVV SFKNGEIIVG DAAKRQAVTN PETILSIKSK MGTSEKVSAN GKEYTPQEIS AMILQYLKGY AEDYLGEKVE KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK DEKILVFDLG GGTFDVSILE LGDGVFDVLA TAGDNKLGGD NFDQKVIDWL VEEFKKENGI DLSTDKMALQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGE AGPLHLETSL SRAKFDDLTR DLVERTKTPV RQALSDAGLS LSEIDEVILV GGSTRIPAVV DAVKAETGKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGVP QIEVTFDIDK NGIVSVKAKD LGTQKEQTIV IQSNSGLTDE EIDKMMKDAE ANAEADAKRK EEVDLKNEVD QAIFTTEKTI KETEGKGFDT ERDAAQAALD DLKKAQESGN LDDMKAKLEA LNEKAQALAM KLYEQAAAAQ DDVVDGEFTE K Str.pneu MSKIIGIDLG TTNSAVAVLE GTESKIIANP EGNRTTPSVV SFKNGEIIVG DAAKRQAVTN PDTVISIKSK MGTSEKVSAN GKEYTPQEIS AMILQYLKGY AEDYLGEKVT KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK EEKILVFDLG GGTFDVSILE LGDGVFDVLS TAGDNKLGGD DFDQKIIDHL VAEFKKENGI DLSTDKMAMQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGE AGPLHLEMTL TRAKFDDLTR DLVERTKVPV RQALSDAGLS LSEIDEVILV GGSTRIPAVV EAVKAETGKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGIP QIEVTFDIDK NGIVSVKAKD LGTQKEQTIV IQSNSGLTDE EIDRMMKDAE ANAEADKKRK EEVDLRNEVD QAIFATEKTI KETEGKGFDA ERDAAQAALD DLKKAQEDNN LDDMKAKLEA LNEKAQGLAV KLYEQAAAAQ DDVVDGEFTE K Str.pyo MSKIIGIDLG TTNSAVAVLE GTESKIIANP EGNRTTPSVV SFKNGEIIVG DAAKRQAVTN PETVISIKSK MGTSEKVSAN GKEYTPQEIS AMILQYLKGY AEDYLGEKVE KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGMDKTDK DEKILVFDLG GGTFDVSILE LGDGVFDVLA TAGDNKLGGD DFDQKIIDFL VAEFKKENGI DLSQDKMALQ RLKDAAEKAK KDLSGVTQTQ ISLPFITAGS AGPLHLEMSL SRAKFDDLTR DLVERTKTPV RQALSDAGLS LSEIDEVILV GGSTRIPAVV EAVKAETGKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGIP QIEVTFDIDK NGIVSVKAKD LGTQKEQHIV IKSNDGLSEE EIDRMMKDAE ANAEADAKRK EEVDLKNEVD QAIFATEKTI KETEGKGFDT ERDAAQSALD ELKAAQESGN LDDMKAKLEA LNEKAQALAV KMYEQAAAAQ DDVVDGEFTE K Str.gord MSKIIGIDLG TTNSAVAVLE GTESKIIANP EGNRTTPSVV SFKNGEIIVG DAAKRQAVTN PDTVISIKSK MGTSEKVSAN GKEYTPQEIS AMILQYLKGY AEEYLGEKVT KAVITVPAYF NDAQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTDK EEKILVFDLG GGTFDVSILE LGDGVFDVLA TAGDNKLGGD DFDQKIIDHM VAEFKKENGI DLSTDKMALQ RLKDAAEKAK KDLSGVTSTQ ISLPFITAGA AGPLHLEMTL TRAKFDDLTR DLVERTKTPV RQALSDAGLS LSEIDEVILV GGSTRIPAVV EAVKAETGKE PNKSVNPDEV VAMGAAIQGG VITGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGIP QIEVTFDIDK NGIVSVKAKD LGTQKEQTIV IQSNSGLTDE EIDRMMKDAE ANAEADKKRK EEVDLRNEVD QAIFATEKTI KETEGKGFDA ERDAAQAALD DLKKAQEDNN LDDMKTKLEA LNEKAQGLAV KLYEQAAAAQ DDVVDGEFTE K Tetrag MSKIIGIDLG TTNSAVSVLE GGESQIITNP EGNRTTPSAV AFKNGEIQVG EVAKRQAVTN SDTVTSIKRH IGDGYKVEAN NKSYTPQEIS AMILQHIKSF SEDYLGEEVE KAVITVPAYF NDSQRQATKD AGKIAGLEVE RIVNEPTAAA LAYGLDKTEQ DEKILVFDLG GGTFDVSILE LGDGVFDVLS TAGDNKLGGD DFDEKIIDYM VSEFKKENGI DLSKDKMALQ RLKDAAEKAK KDLSGVSSTQ ISLPFITAGE DGPLHLEMNM TRAKFDELTS SLVDRTKEPV RQALKDADLS QSDIDQVILV GGSTRIPSVV ESVRKETGKE PNKSVNPDEV VAMGAAIQAG VISGDVKDVV LLDVTPLSLG IETMGGVFTK LIDRNTTIPT SKSQVFSTAA DNQPAVDIHV LQGERPMAAD NKTLGRFQLT DIPAAPRGVP QIEVSFDIDK NGIVNVSAKD LGTQKRTKIT IQSSSGLSDD EIDKMVKDAE ANAEADEKRK EEVDLRNEVD TLLFTVDKTL SDLDGKVDEE EVKKAENARD ELKAAVEADD IEDMKTKRDA LNEIVQNLSV KMYEQASQEQ DDVVDADFEE V Carbo MGRIVGIDLG TTNSCIAVME GGEVIVIPNA EGGRTTPSVV AFKNGERIVG QVAKRQAITN PRTVISIKRH MGTNYRVKID DKEYTPQEIS AMILQKLKQD AEAYLGEKIE KAVITVPAYF TDAQRQATKD AGRIAGLEVL RIINEPTAAA LAYGLDKEGE -QTILVYDLG GGTFDVSILE IGDGVFEVKA TAGNNRLGGD DFDQRIIDWL VENFKKEHGI DLRNDKMAMQ RLKEAAEKAK IELSGVLETQ INLPFIAANQ NGPLHIDVTL TRAKFNELTA DLVEATMGPT RQALADAGLK PEDIDKILLV GGSTRIPAVQ EAIRKFFNKE PHKGINPDEC VAIGAAIQAA VLAGEVKDVV LLDVTPLSLG IETLGGVFTK LIERNTTIPT SKSQIFTTAA DNQTSVEIHV LQGERPMAAD NVSLGRFTLT GIPPAPRGVP QIEVRFDIDV NGIVHVSAKD LGTGREQSIT ITNTSNLSEA EIKRMVEEAE RYAEEDRKRK EEVETRNQAD SLIYQAEKTL KDFKDKANPD LVARVEKAIA ELREAMNSKD VQLMRAKMEE LTKPLYELTS SIYQQSANQ- GNVYDADYK- V Cl.aceto MSKVIGIDLG TTNSCVAVME GGDPAVIANS EGARTTPSVV SFKNGERLVG QVAKRQSITN PKTIISIKRK MGTAEKVAID DKNYTPQEIS AMILQKLKAD AEAYLGETVT QAVITVPAYF NDSQRQATKD AGKIAGLEVL RIINEPTAAS LAYGLDKMDT NQKILVYDLG GGTFDVSVLE LGDGVFEVKS TNGNTHLGGD DFDEKIMDYI AEEFKKDNGI DLRNDKMALQ RLKEAAEKAK IELSSSTQTN INLPFITADA TGPKHIDMNL TRAKFNELTE GLVQDTIEPM KKALSDAGLS INDIDKIVLV GGSTRIPAVQ EAVKNYTGKD PSKGVNPDEC VAIGAAIQAG VLTGDVKDVL LLDVSPLTLG IETLGGVATP LIERNTTIPT RKSQVFSTAA DNQPSVEINI VQGERKMAAD NKSLGRFTLD GIAPAPRGVP QIEVTFDIDA NGIVNVSAKD KGTGKESHIT ITASTNLSDE EIDKAVKDAE KFAEEDKKKK ENIEVKNNAD QIVFQTDKAL KDLGDKVSAE DKSNIEAKKE ALSKVKDGDD IEAIKKATED LTQALYAITT KMYEQSGAQG DNVVDADFK- V cl.dif MGKIIGIDLG TTNSCVAVLE GGEAQIIANS EGMRTTPSVV AFKDGERIVG EPAKRQAVTN AKTITSIKTH MGTDYKVNID GKSYTPQEIS AIILQKLKSD AESYLGQTVT EAVITVPAYF TDAQRQATKD AGRIAGLDVK RIINEPTAAA LAYGMDKLDQ EKKILVFDLG GGTFDVSILE IGDGTFEVLA TAGNNRLGGD DFDQIVIDYL AEEFKKAEGV DLRNDKMALQ RLKEAAEKAK KELSSTMSSN INLPFITATA EGPKHLNIDL SRAKFEELTR GLVEKTMEPT KTALQDAGLS TGDIDDVLLV GGSTRIPAVQ EAVKKFIGKE PHKGINPDEC VAAGASIQAG VLAGDVKDLL LLDVTPLSLG IETMGNVMTK IIERNTTIPT KKSQIFSTAA DNQTAVDIHV LQGERSMAYD NTTLGRFQLT DIPPAQRGIP QIEVTFDIDA NGIVNVSAKD LGTGKEQKIT ITSNTNLSEA EIEQKIKEAE MNAEADKQKK EKIEAFNQAE STIYQTEKTL NELGDKISSG EKEDIEKAIA DLKAVKDNQD AEELKKATDE VMTKFQKVSQ EMYQKAAQEQ DNVVDADFKE V squizz-0.99b+dfsg.orig/test/align/clustal.seq0000644000175000017500000000470710044420100021201 0ustar osallouosallouCLUSTAL W (1.82) multiple sequence alignment MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIAGLETITSGDL MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIAGLETITSGDL MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIAGLETVTSGDL MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF----------------------------- *:** *:**:**:*:.::**:***:*::*** MALK_ECOLI FIGEKRMNDTPPAERGVGMVFQSYALYPHLSVAENMSFGLKPAGAKKEVINQRVNQVAEV MALK_SALTY FIGETRMNDIPPAERGVGMVFQSYALYPHLSVAENMSFGLKLAGAKKEVMNQRVNQVAEV MALK_ENTAE FIGDTRMNDVPPAERGIGMVFQSYALYPHLSVAENMSFGLKLAGAKKEVINQRVTQVAEV MALK_PHOLU ------------------------------------------------------------ MALK_ECOLI LQLAHLLDRKPKALSGGQRQRVAIGRTLVAEPSVFLLDEPLSNLDAALRVQMRIEISRLH MALK_SALTY LQLAHLLERKPKALSGGQRQAVAIGRTLVAEPRVFLLDEPLSNLDAALRVQMRIEISRLH MALK_ENTAE LQLAHLLERNRKALSGGQRPGVAI-RTLVAEPRVFLLDEPLSNLDAALRVQMRIEISRLH MALK_PHOLU ------------------------------------------------------------ MALK_ECOLI KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN MALK_SALTY KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN MALK_ENTAE KRLGRTMIYVTHDQVEAMTLADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMN MALK_PHOLU ------------------------------------------------------------ MALK_ECOLI FLPVKVTATAIDQVQVELPMPNRQQVWLPVESRDVQVGANMSLGIRPEHLLPSDIADVIL MALK_SALTY FLPVKVTATAIEQVQVEL--PNRQQIWLPVESRGVQVGANMSLGIRPEHLLPSDIADVTL MALK_ENTAE FLPVKVTATAIEQVQVEL--PNRQQVWLPVDSAHVQVGANMSLGIRPEHLLPSDIAD--- MALK_PHOLU ------------------------------------------------------------ MALK_ECOLI EGEVQVVEQLGNETQIHIQIPSIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGT MALK_SALTY EGEVQVVEQLGHETQIHIQIPAIRQNLVYRQNDVVLVEEGATFAIGLPPERCHLFREDGS MALK_ENTAE ------------------------------------------------------------ MALK_PHOLU ------------------------------------------------------------ MALK_ECOLI ACRRLHKEPGV MALK_SALTY ACRRLHQEPGV MALK_ENTAE ----------- MALK_PHOLU ----------- squizz-0.99b+dfsg.orig/test/align/stock.seq0000644000175000017500000000360710426661445020702 0ustar osallouosallou# STOCKHOLM 1.0 MALK_ECOLI MASVQLQNVTKAWGEVVVSKDINLDIHEGEFVVFVGPSGCGKSTLLRMIA MALK_SALTY MASVQLRNVTKAWGDVVVSKDINLDIHDGEFVVFVGPSGCGKSTLLRMIA MALK_ENTAE MASVQLRNVTKAWGDVVVSKDINLEIQDGEFVVFVGPSGCGKSTLLRMIA MALK_PHOLU MSSVTLRNVSKAYGETIISKNINLEIQEGEF------------------- MALK_ECOLI GLETITSGDLFIGEKRMNDTPPAERGVGMVFQSYALYPHLSVAENMSFGL MALK_SALTY GLETITSGDLFIGETRMNDIPPAERGVGMVFQSYALYPHLSVAENMSFGL MALK_ENTAE GLETVTSGDLFIGDTRMNDVPPAERGIGMVFQSYALYPHLSVAENMSFGL MALK_PHOLU -------------------------------------------------- MALK_ECOLI KPAGAKKEVINQRVNQVAEVLQLAHLLDRKPKALSGGQRQRVAIGRTLVA MALK_SALTY KLAGAKKEVMNQRVNQVAEVLQLAHLLERKPKALSGGQRQAVAIGRTLVA MALK_ENTAE KLAGAKKEVINQRVTQVAEVLQLAHLLERNRKALSGGQRPGVAI-RTLVA MALK_PHOLU -------------------------------------------------- MALK_ECOLI EPSVFLLDEPLSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTL MALK_SALTY EPRVFLLDEPLSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTL MALK_ENTAE EPRVFLLDEPLSNLDAALRVQMRIEISRLHKRLGRTMIYVTHDQVEAMTL MALK_PHOLU -------------------------------------------------- MALK_ECOLI ADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMNFLPVKVTATA MALK_SALTY ADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMNFLPVKVTATA MALK_ENTAE ADKIVVLDAGRVAQVGKPLELYHYPADRFVAGFIGSPKMNFLPVKVTATA MALK_PHOLU -------------------------------------------------- MALK_ECOLI IDQVQVELPMPNRQQVWLPVESRDVQVGANMSLGIRPEHLLPSDIADVIL MALK_SALTY IEQVQVEL--PNRQQIWLPVESRGVQVGANMSLGIRPEHLLPSDIADVTL MALK_ENTAE IEQVQVEL--PNRQQVWLPVDSAHVQVGANMSLGIRPEHLLPSDIAD--- MALK_PHOLU -------------------------------------------------- MALK_ECOLI EGEVQVVEQLGNETQIHIQIPSIRQNLVYRQNDVVLVEEGATFAIGLPPE MALK_SALTY EGEVQVVEQLGHETQIHIQIPAIRQNLVYRQNDVVLVEEGATFAIGLPPE MALK_ENTAE -------------------------------------------------- MALK_PHOLU -------------------------------------------------- MALK_ECOLI RCHLFREDGTACRRLHKEPGV MALK_SALTY RCHLFREDGSACRRLHQEPGV MALK_ENTAE --------------------- MALK_PHOLU --------------------- // squizz-0.99b+dfsg.orig/test/convseq.sh0000755000175000017500000000376111765613211017764 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x tmpseq=_convert.seq ## Sequence files location seqdir=$srcdir/sequence seqlist='codata.seq embl.seq fasta.seq gcg.seq gde.seq genbank.seq genpept.seq ig.seq nbrf.seq raw.seq refseqn.seq refseqp.seq sprot.seq' ## Checks CODATA-like sequence for f in $seqlist; do ../src/squizz -c codata $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v CODATA) && exit 1 done ## Checks EMBL-like sequence for f in $seqlist; do ../src/squizz -c embl $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v EMBL) && exit 1 done ## Checks FASTA-like sequence/alignment for f in $seqlist; do ../src/squizz -c fasta $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v FASTA) && exit 1 done ## Checks GCG-like sequence for f in $seqlist; do ../src/squizz -c gcg $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v GCG) && exit 1 done ## Checks GDE-like sequence for f in $seqlist; do ../src/squizz -c gde $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v GDE) && exit 1 done ## Checks GENBANK-like sequence for f in $seqlist; do ../src/squizz -c genbank $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v GENBANK) && exit 1 done ## Checks IG-like sequence for f in $seqlist; do ../src/squizz -c ig $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v IG) && exit 1 done ## Checks NBRF-like sequence for f in $seqlist; do ../src/squizz -c nbrf $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v NBRF) && exit 1 done ## Checks RAW-like sequence for f in $seqlist; do ../src/squizz -c raw $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v RAW) && exit 1 done ## Checks SWISSPROT-like sequence for f in $seqlist; do ../src/squizz -c swissprot $seqdir/$f >$tmpseq 2>/dev/null (../src/squizz $tmpseq 2>&1 | grep -v SWISSPROT) && exit 1 done ## Clean temp files rm -f $tmpseq exit 0 squizz-0.99b+dfsg.orig/test/count.sh0000755000175000017500000000154711372471264017442 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Check single sequence count sequence=$srcdir/sequence/raw.seq (../src/squizz -Sn $sequence 2>&1 | grep -q ' 1 entries') || exit 1 (../src/squizz -Sn -f raw $sequence 2>&1 | grep -q ' 1 entries') || exit 1 (../src/squizz -Sn -c raw -f raw $sequence 2>&1 | grep -q ' 1 entries') || exit 1 ## Check single alignment count sequence=$srcdir/align/msf.seq (../src/squizz -An $sequence 2>&1 | grep -q ' 1 entries') || exit 1 (../src/squizz -An -f msf $sequence 2>&1 | grep -q ' 1 entries') || exit 1 (../src/squizz -An -c msf -f msf $sequence 2>&1 | grep -q ' 1 entries') || exit 1 ## Check single alignment / multiple sequences count sequence=$srcdir/align/fasta.seq (../src/squizz -Sn $sequence 2>&1 | grep -q ' 4 entries') || exit 1 (../src/squizz -An $sequence 2>&1 | grep -q ' 1 entries') || exit 1 exit 0 squizz-0.99b+dfsg.orig/test/msf.sh0000755000175000017500000000056111674075736017103 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/msf.seq ## Check default MSF file reference (../src/squizz -A -f msf $align 2>&1 | grep -v MSF) && exit 1 ## Check without last empty line sed -e '$d' $align >_tmpali.seq (../src/squizz -A -f msf _tmpali.seq 2>&1 | grep -v MSF) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/fmtseq.sh0000755000175000017500000000276111765613124017607 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Sequence files location srcdir=$srcdir/sequence ## Checks CODATA-like sequence seqlist='codata.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v CODATA) && exit 1 done ## Checks EMBL-like sequence seqlist='embl.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v EMBL) && exit 1 done ## Checks FASTA-like sequence seqlist='fasta.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v FASTA) && exit 1 done ## Checks GDE-like sequence seqlist='gde.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v GDE) && exit 1 done ## Checks GENBANK-like sequence seqlist='genbank.seq genpept.seq refseqn.seq refseqp.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v GENBANK) && exit 1 done ## Checks GCG-like sequence seqlist='gcg.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v GCG) && exit 1 done ## Checks IG-like sequence seqlist='ig.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v IG) && exit 1 done ## Checks NBRF-like sequence seqlist='nbrf.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v NBRF) && exit 1 done ## Checks RAW-like sequence seqlist='raw.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v RAW) && exit 1 done ## Checks SWISSPROT-like sequence seqlist='sprot.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v SWISSPROT) && exit 1 done exit 0 squizz-0.99b+dfsg.orig/test/nexusi.sh0000755000175000017500000000232111713774002017607 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/nexusi.seq ## Check default NEXUS file reference (../src/squizz -A -f nexus $align 2>&1 | grep -v NEXUS) && exit 1 ## Check `token = value' commands (with extra spaces) sed 's/=/ = /g' $align >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v NEXUS) && exit 1 ## Check sequence name with spaces/brackets sed "s/^Sp2-Hs /'Sp2 Hs'/" $align >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v NEXUS) && exit 1 sed "s/^Sp2-Hs /'Sp2[x]'/" $align >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v NEXUS) && exit 1 ## Check end tag in ignored block cat $align >_tmpali.seq printf "\nbegin dummy\n append;\nend;\n" >>_tmpali.seq ## Check nested comments sed 's/\[/[[]/g' $align >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v NEXUS) && exit 1 ## Handle very long comments printf "[%99999c]\n" " " >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v UNKNOWN) && exit 1 ## Check comment in sequence lines sed 's/--$/-- [comment]/' $align >_tmpali.seq (../src/squizz -A -f nexus _tmpali.seq 2>&1 | grep -v NEXUS) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/fmtali.sh0000755000175000017500000000326510775134154017565 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Sequence files location srcdir=$srcdir/align ## Checks CLUSTAL-like sequence seqlist='clustal.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v CLUSTAL) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v CLUSTAL) && exit 1 done ## Checks FASTA-like sequence seqlist='fasta.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v FASTA) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v FASTA) && exit 1 done ## Checks MEGA-like sequence seqlist='mega.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v MEGA) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v MEGA) && exit 1 done ## Checks MSF-like sequence seqlist='msf.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v MSF) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v MSF) && exit 1 done ## Checks NEXUS-like sequence seqlist='nexusi.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v NEXUS) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v NEXUS) && exit 1 done ## Checks PHYLIP-like sequence seqlist='phylipi.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v PHYLIPI) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v PHYLIPI) && exit 1 done seqlist='phylips.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v PHYLIPS) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v PHYLIPS) && exit 1 done ## Checks STOCKHOLM-like sequence seqlist='stock.seq' for f in $seqlist; do (../src/squizz $srcdir/$f 2>&1 | grep -v STOCKHOLM) && exit 1 (../src/squizz -s $srcdir/$f 2>&1 | grep -v STOCKHOLM) && exit 1 done exit 0 squizz-0.99b+dfsg.orig/test/sprot.sh0000755000175000017500000000071511250223760017444 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/sprot.seq ## Check default SWISSPROT file reference (../src/squizz -S -f swissprot $sequence 2>&1 | grep -v SWISSPROT) && exit 1 ## Check cross-reference data with internal `;' sed 's,Rattus norvegicus,Rattus;norvegicus,' $sequence >_tmpseq.seq (../src/squizz -S -f swissprot _tmpseq.seq 2>&1 | grep -v SWISSPROT) && exit 1 ## Cleanup rm -f _tmpseq.seq exit 0 squizz-0.99b+dfsg.orig/test/sequence/0000755000175000017500000000000012110373652017545 5ustar osallouosallousquizz-0.99b+dfsg.orig/test/sequence/fasta.seq0000644000175000017500000000023210044420100021333 0ustar osallouosallou>MMVASPHOS ttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc ccgccctccgcgcagccatg squizz-0.99b+dfsg.orig/test/sequence/refseqn.seq0000644000175000017500000005161510475261567021747 0ustar osallouosallouLOCUS NM_014491 2472 bp mRNA linear PRI 28-MAY-2006 DEFINITION Homo sapiens forkhead box P2 (FOXP2), transcript variant 1, mRNA. ACCESSION NM_014491 VERSION NM_014491.1 GI:17017962 KEYWORDS . SOURCE Homo sapiens (human) ORGANISM Homo sapiens Eukaryota; Metazoa; Chordata; Craniata; Vertebrata; Euteleostomi; Mammalia; Eutheria; Euarchontoglires; Primates; Haplorrhini; Catarrhini; Hominidae; Homo. REFERENCE 1 (bases 1 to 2472) AUTHORS Sanjuan,J., Tolosa,A., Gonzalez,J.C., Aguilar,E.J., Perez-Tur,J., Najera,C., Molto,M.D. and de Frutos,R. TITLE Association between FOXP2 polymorphisms and schizophrenia with auditory hallucinations JOURNAL Psychiatr. Genet. 16 (2), 67-72 (2006) PUBMED 16538183 REMARK GeneRIF: The single nucleotide polymorphism rs2396753 appears to confer vulnerability to schizophrenia with auditory hallucinations. REFERENCE 2 (bases 1 to 2472) AUTHORS Stroud,J.C., Wu,Y., Bates,D.L., Han,A., Nowick,K., Paabo,S., Tong,H. and Chen,L. TITLE Structure of the forkhead domain of FOXP2 bound to DNA JOURNAL Structure 14 (1), 159-166 (2006) PUBMED 16407075 REMARK GeneRIF: Disease-causing mutations in FOXP2 map either to the DNA binding surface or the domain-swapping dimer interface, functionally corroborating the crystal structure. REFERENCE 3 (bases 1 to 2472) AUTHORS Benitez-Burraco,A. TITLE [FOXP2: from the specific disorder to the molecular biology of language. I. Aetiological, neuroanatomical, neurophysiological and molecular aspects] JOURNAL Rev Neurol 40 (11), 671-682 (2005) PUBMED 15948071 REMARK Review article GeneRIF: Review. FOXP2 codes for a CNS transcriptional repressor, expressed in the basal ganglia, cortex, cerebellum & the thalamus, involved in thalamic-cortical-striatal circuits for motor planning & learning. Its loss causes specific language impairment. REFERENCE 4 (bases 1 to 2472) AUTHORS MacDermot,K.D., Bonora,E., Sykes,N., Coupe,A.M., Lai,C.S., Vernes,S.C., Vargha-Khadem,F., McKenzie,F., Smith,R.L., Monaco,A.P. and Fisher,S.E. TITLE Identification of FOXP2 truncation as a novel cause of developmental speech and language deficits JOURNAL Am. J. Hum. Genet. 76 (6), 1074-1080 (2005) PUBMED 15877281 REMARK GeneRIF: Truncation of FOXP2 is the cause of developmental speech and language deficits. REFERENCE 5 (bases 1 to 2472) AUTHORS Vargha-Khadem,F., Gadian,D.G., Copp,A. and Mishkin,M. TITLE FOXP2 and the neuroanatomy of speech and language JOURNAL Nat. Rev. Neurosci. 6 (2), 131-138 (2005) PUBMED 15685218 REMARK Review article GeneRIF: a mutation in FOXP2 had been found in a family with a speech and language disorder. REFERENCE 6 (bases 1 to 2472) AUTHORS Gong,X., Jia,M., Ruan,Y., Shuang,M., Liu,J., Wu,S., Guo,Y., Yang,J., Ling,Y., Yang,X. and Zhang,D. TITLE Association between the FOXP2 gene and autistic disorder in Chinese population JOURNAL Am. J. Med. Genet. B Neuropsychiatr. Genet. 127 (1), 113-116 (2004) PUBMED 15108192 REMARK GeneRIF: Findings suggest that the FOXP2 gene may be involved in the pathogenesis of autism in Chinese population. REFERENCE 7 (bases 1 to 2472) AUTHORS Teramitsu,I., Kudo,L.C., London,S.E., Geschwind,D.H. and White,S.A. TITLE Parallel FoxP1 and FoxP2 expression in songbird and human brain predicts functional interaction JOURNAL J. Neurosci. 24 (13), 3152-3163 (2004) PUBMED 15056695 REMARK GeneRIF: FOXP1 and FOXP2 expression patterns in human fetal brain are strikingly similar to those in the songbird, including localization to subcortical structures that function in sensorimotor integration and the control of skilled, coordinated movement REFERENCE 8 (bases 1 to 2472) AUTHORS Banerjee-Basu,S. and Baxevanis,A.D. TITLE Structural analysis of disease-causing mutations in the P-subfamily of forkhead transcription factors JOURNAL Proteins 54 (4), 639-647 (2004) PUBMED 14997560 REMARK GeneRIF: impact of disease-causing missense mutations on the three-dimensional structure, stability, and surface electrostatic charge distribution of the forkhead domains is examined REFERENCE 9 (bases 1 to 2472) AUTHORS Li,S., Weidenfeld,J. and Morrisey,E.E. TITLE Transcriptional and DNA binding activity of the Foxp1/2/4 family is modulated by heterotypic and homotypic protein interactions JOURNAL Mol. Cell. Biol. 24 (2), 809-822 (2004) PUBMED 14701752 REMARK GeneRIF: complex regulatory mechanism underlying Foxp1, Foxp2, and Foxp4 activity, demonstrating that Foxp1, Foxp2, and Foxp4 are the first Fox proteins reported whose activity is regulated by homo- and heterodimerization REFERENCE 10 (bases 1 to 2472) AUTHORS Liegeois,F., Baldeweg,T., Connelly,A., Gadian,D.G., Mishkin,M. and Vargha-Khadem,F. TITLE Language fMRI abnormalities associated with FOXP2 gene mutation JOURNAL Nat. Neurosci. 6 (11), 1230-1237 (2003) PUBMED 14555953 REMARK GeneRIF: This experiment findings suggest that the FOXP2 gene is critically involved in the development of the neural systems that mediate speech and language. REFERENCE 11 (bases 1 to 2472) AUTHORS Lai,C.S., Gerrelli,D., Monaco,A.P., Fisher,S.E. and Copp,A.J. TITLE FOXP2 expression during brain development coincides with adult sites of pathology in a severe speech and language disorder JOURNAL Brain 126 (PT 11), 2455-2462 (2003) PUBMED 12876151 REMARK GeneRIF: FOXP2/foxp2 is expressed in several structures in developing human/mouse brain including cortical plate, basal ganglia, thalamus, inferior olives and cerebellum. These data suggest a conserved mammalian role in development of motor-related neural circuits REFERENCE 12 (bases 1 to 2472) AUTHORS Hillier,L.W., Fulton,R.S., Fulton,L.A., Graves,T.A., Pepin,K.H., Wagner-McPherson,C., Layman,D., Maas,J., Jaeger,S., Walker,R., Wylie,K., Sekhon,M., Becker,M.C., O'Laughlin,M.D., Schaller,M.E., Fewell,G.A., Delehaunty,K.D., Miner,T.L., Nash,W.E., Cordes,M., Du,H., Sun,H., Edwards,J., Bradshaw-Cordum,H., Ali,J., Andrews,S., Isak,A., Vanbrunt,A., Nguyen,C., Du,F., Lamar,B., Courtney,L., Kalicki,J., Ozersky,P., Bielicki,L., Scott,K., Holmes,A., Harkins,R., Harris,A., Strong,C.M., Hou,S., Tomlinson,C., Dauphin-Kohlberg,S., Kozlowicz-Reilly,A., Leonard,S., Rohlfing,T., Rock,S.M., Tin-Wollam,A.M., Abbott,A., Minx,P., Maupin,R., Strowmatt,C., Latreille,P., Miller,N., Johnson,D., Murray,J., Woessner,J.P., Wendl,M.C., Yang,S.P., Schultz,B.R., Wallis,J.W., Spieth,J., Bieri,T.A., Nelson,J.O., Berkowicz,N., Wohldmann,P.E., Cook,L.L., Hickenbotham,M.T., Eldred,J., Williams,D., Bedell,J.A., Mardis,E.R., Clifton,S.W., Chissoe,S.L., Marra,M.A., Raymond,C., Haugen,E., Gillett,W., Zhou,Y., James,R., Phelps,K., Iadanoto,S., Bubb,K., Simms,E., Levy,R., Clendenning,J., Kaul,R., Kent,W.J., Furey,T.S., Baertsch,R.A., Brent,M.R., Keibler,E., Flicek,P., Bork,P., Suyama,M., Bailey,J.A., Portnoy,M.E., Torrents,D., Chinwalla,A.T., Gish,W.R., Eddy,S.R., McPherson,J.D., Olson,M.V., Eichler,E.E., Green,E.D., Waterston,R.H. and Wilson,R.K. TITLE The DNA sequence of human chromosome 7 JOURNAL Nature 424 (6945), 157-164 (2003) PUBMED 12853948 REFERENCE 13 (bases 1 to 2472) AUTHORS O'Brien,E.K., Zhang,X., Nishimura,C., Tomblin,J.B. and Murray,J.C. TITLE Association of specific language impairment (SLI) to the region of 7q31 JOURNAL Am. J. Hum. Genet. 72 (6), 1536-1543 (2003) PUBMED 12721956 REMARK GeneRIF: Genetic factors for regulation of common language impairment appear to reside in the vicinity of FOXP2. REFERENCE 14 (bases 1 to 2472) AUTHORS Scherer,S.W., Cheung,J., MacDonald,J.R., Osborne,L.R., Nakabayashi,K., Herbrick,J.A., Carson,A.R., Parker-Katiraee,L., Skaug,J., Khaja,R., Zhang,J., Hudek,A.K., Li,M., Haddad,M., Duggan,G.E., Fernandez,B.A., Kanematsu,E., Gentles,S., Christopoulos,C.C., Choufani,S., Kwasnicka,D., Zheng,X.H., Lai,Z., Nusskern,D., Zhang,Q., Gu,Z., Lu,F., Zeesman,S., Nowaczyk,M.J., Teshima,I., Chitayat,D., Shuman,C., Weksberg,R., Zackai,E.H., Grebe,T.A., Cox,S.R., Kirkpatrick,S.J., Rahman,N., Friedman,J.M., Heng,H.H., Pelicci,P.G., Lo-Coco,F., Belloni,E., Shaffer,L.G., Pober,B., Morton,C.C., Gusella,J.F., Bruns,G.A., Korf,B.R., Quade,B.J., Ligon,A.H., Ferguson,H., Higgins,A.W., Leach,N.T., Herrick,S.R., Lemyre,E., Farra,C.G., Kim,H.G., Summers,A.M., Gripp,K.W., Roberts,W., Szatmari,P., Winsor,E.J., Grzeschik,K.H., Teebi,A., Minassian,B.A., Kere,J., Armengol,L., Pujana,M.A., Estivill,X., Wilson,M.D., Koop,B.F., Tosi,S., Moore,G.E., Boright,A.P., Zlotorynski,E., Kerem,B., Kroisel,P.M., Petek,E., Oscier,D.G., Mould,S.J., Dohner,H., Dohner,K., Rommens,J.M., Vincent,J.B., Venter,J.C., Li,P.W., Mural,R.J., Adams,M.D. and Tsui,L.C. TITLE Human chromosome 7: DNA sequence and biology JOURNAL Science 300 (5620), 767-772 (2003) PUBMED 12690205 REFERENCE 15 (bases 1 to 2472) AUTHORS Zhang,J., Webb,D.M. and Podlaha,O. TITLE Accelerated protein evolution and origins of human-specific features: Foxp2 as an example JOURNAL Genetics 162 (4), 1825-1835 (2002) PUBMED 12524352 REMARK GeneRIF: A survey of a diverse group of placental mammals reveals the uniqueness of the human FOXP2 sequence and a population genetic analysis indicates possible adaptive selection behind the accelerated evolution. REFERENCE 16 (bases 1 to 2472) AUTHORS Enard,W., Przeworski,M., Fisher,S.E., Lai,C.S., Wiebe,V., Kitano,T., Monaco,A.P. and Paabo,S. TITLE Molecular evolution of FOXP2, a gene involved in speech and language JOURNAL Nature 418 (6900), 869-872 (2002) PUBMED 12192408 REMARK GeneRIF: Human FOXP2 contains changes in amino-acid coding and a pattern of nucleotide polymorphism, which strongly suggest that this gene has been the target of selection during recent human evolution. REFERENCE 17 (bases 1 to 2472) AUTHORS Bruce,H.A. and Margolis,R.L. TITLE FOXP2: novel exons, splice variants, and CAG repeat length stability JOURNAL Hum. Genet. 111 (2), 136-144 (2002) PUBMED 12189486 REFERENCE 18 (bases 1 to 2472) AUTHORS Newbury,D.F., Bonora,E., Lamb,J.A., Fisher,S.E., Lai,C.S., Baird,G., Jannoun,L., Slonims,V., Stott,C.M., Merricks,M.J., Bolton,P.F., Bailey,A.J. and Monaco,A.P. CONSRTM International Molecular Genetic Study of Autism Consortium TITLE FOXP2 is not a major susceptibility gene for autism or specific language impairment JOURNAL Am. J. Hum. Genet. 70 (5), 1318-1327 (2002) PUBMED 11894222 REMARK GeneRIF: FOXP2 is not a major susceptibility gene for autism or specific language impairment REFERENCE 19 (bases 1 to 2472) AUTHORS Lai,C.S., Fisher,S.E., Hurst,J.A., Vargha-Khadem,F. and Monaco,A.P. TITLE A forkhead-domain gene is mutated in a severe speech and language disorder JOURNAL Nature 413 (6855), 519-523 (2001) PUBMED 11586359 REMARK GeneRIF: FOXP2 is disrupted by a translocation in CS, a child with severe speech/language disorder. Moreover, a point mutation, altering a critical residue of the forkhead domain, segregates with speech/language deficits in all 15 affected members of family KE. REFERENCE 20 (bases 1 to 2472) AUTHORS Lai,C.S., Fisher,S.E., Hurst,J.A., Levy,E.R., Hodgson,S., Fox,M., Jeremiah,S., Povey,S., Jamison,D.C., Green,E.D., Vargha-Khadem,F. and Monaco,A.P. TITLE The SPCH1 region on human 7q31: genomic characterization of the critical interval and localization of translocations associated with speech and language disorder JOURNAL Am. J. Hum. Genet. 67 (2), 357-368 (2000) PUBMED 10880297 REFERENCE 21 (bases 1 to 2472) AUTHORS Margolis,R.L., Abraham,M.R., Gatchell,S.B., Li,S.H., Kidwai,A.S., Breschel,T.S., Stine,O.C., Callahan,C., McInnis,M.G. and Ross,C.A. TITLE cDNAs with long CAG trinucleotide repeats from human brain JOURNAL Hum. Genet. 100 (1), 114-122 (1997) PUBMED 9225980 COMMENT REVIEWED REFSEQ: This record has been curated by NCBI staff. The reference sequence was derived from AF337817. Summary: This gene encodes an evolutionarily conserved transcription factor expressed in fetal and adult brain. This transcription factor is a member of the forkhead/winged-helix (FOX) family of transcription factors, and contains a FOX DNA-binding domain and a large polyglutamine tract. Members of the FOX family of transcription factors are regulators of embryogenesis. The product of this gene is thought to be required for proper development of speech and language regions of the brain during embryogenesis. Although a point mutation in this gene has been associated with the KE pedigree segregating developmental verbal dyspraxia, no association between mutations in this gene and another speech disorder, autism, has been found. Four alternative transcripts encoding three different isoforms have been identified. Transcript Variant: This variant (1) encodes the predominant isoform. FEATURES Location/Qualifiers source 1..2472 /organism="Homo sapiens" /mol_type="mRNA" /db_xref="taxon:9606" /chromosome="7" /map="7q31" gene 1..2472 /gene="FOXP2" /note="synonyms: SPCH1, CAGH44, TNRC10, DKFZp686H1726" /db_xref="GeneID:93986" /db_xref="HGNC:13875" /db_xref="HPRD:HPRD_05611" /db_xref="MIM:605317" CDS 151..2298 /gene="FOXP2" /go_component="nucleus [goid 0005634] [evidence IEA]" /go_function="zinc ion binding [goid 0008270] [evidence IEA]" /go_function="metal ion binding [goid 0046872] [evidence IEA]" /go_function="nucleic acid binding [goid 0003676] [evidence IEA]" /go_function="sequence-specific DNA binding [goid 0043565] [evidence IEA]" /go_function="transcription factor activity [goid 0003700] [evidence IEA]" /go_process="transcription [goid 0006350] [evidence IEA]" /go_process="regulation of transcription, DNA-dependent [goid 0006355] [evidence IEA]" /note="isoform I is encoded by transcript variant 1; trinucleotide repeat containing 10; forkhead/winged-helix transcription factor; speech and language disorder 1; CAG repeat protein 44" /codon_start=1 /product="forkhead box P2 isoform I" /protein_id="NP_055306.1" /db_xref="GI:17017963" /db_xref="CCDS:CCDS5760.1" /db_xref="GeneID:93986" /db_xref="HGNC:13875" /db_xref="HPRD:HPRD_05611" /db_xref="MIM:605317" /translation="MMQESATETISNSSMNQNGMSTLSSQLDAGSRDGRSSGDTSSEV STVELLHLQQQQALQAARQLLLQQQTSGLKSPKSSDKQRPLQVPVSVAMMTPQVITPQ QMQQILQQQVLSPQQLQALLQQQQAVMLQQQQLQEFYKKQQEQLHLQLLQQQQQQQQQ QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQHPGKQAKEQQQQQQQQQQLAAQQLVFQ QQLLQMQQLQQQQHLLSLQRQGLISIPPGQAALPVQSLPQAGLSPAEIQQLWKEVTGV HSMEDNGIKHGGLDLTTNNSSSTTSSNTSKASPPITHHSIVNGQSSVLSARRDSSSHE ETGASHTLYGHGVCKWPGCESICEDFGQFLKHLNNEHALDDRSTAQCRVQMQVVQQLE IQLSKERERLQAMMTHLHMRPSEPKPSPKPLNLVSSVTMSKNMLETSPQSLPQTPTTP TAPVTPITQGPSVITPASVPNVGAIRRRHSDKYNIPMSSEIAPNYEFYKNADVRPPFT YATLIRQAIMESSDRQLTLNEIYSWFTRTFAYFRRNAATWKNAVRHNLSLHKCFVRVE NVKGAVWTVDEVEYQKRRSQKITGSPTLVKNIPTSLGYGAALNASLQAALAESSLPLL SNPGLINNASSGLLQAVHEDLNGSLDHIDSNGNSSPGCSPQPHIHSIHVKEEPVIAED EDCPMSLVTTANHSPELEDDREIEEEPLSEDLE" misc_feature 604..723 /gene="FOXP2" /note="Region: polyglutamine tract" misc_feature 1660..1878 /gene="FOXP2" /note="Forkhead (FH), also known as a 'winged helix'; Region: FH" /db_xref="CDD:28941" misc_feature 408^409 /gene="FOXP2" /note="Region: location of alternate exons 3a and 3b" ORIGIN 1 agtgagctag cttctgagtt ttcccttctt tttatactgt tttctgtgct ggcttttttg 61 aatcttccta atttttcatc tctttaacaa actcctatga agttgaaacc gggaagtttg 121 ctctaacatt tccagagaag gtattaagtc atgatgcagg aatctgcgac agagacaata 181 agcaacagtt caatgaatca aaatggaatg agcactctaa gcagccaatt agatgctggc 241 agcagagatg gaagatcaag tggtgacacc agctctgaag taagcacagt agaactgctg 301 catctgcaac aacagcaggc tctccaggca gcaagacaac ttcttttaca gcagcaaaca 361 agtggattga aatctcctaa gagcagtgat aaacagagac cactgcaggt gcctgtgtca 421 gtggccatga tgactcccca ggtgatcacc cctcagcaaa tgcagcagat ccttcagcaa 481 caagtcctgt ctcctcagca gctacaagcc cttctccaac aacagcaggc tgtcatgctg 541 cagcagcaac aactacaaga gttttacaag aaacagcaag agcagttaca tcttcagctt 601 ttgcagcagc agcagcaaca gcagcagcag caacaacagc agcaacaaca gcagcagcaa 661 caacaacaac aacagcagca acaacagcag cagcagcagc aacagcagca gcagcagcaa 721 cagcatcctg gaaagcaagc gaaagagcag cagcagcagc agcagcagca acagcaattg 781 gcagcccagc agcttgtctt ccagcagcag cttctccaga tgcaacaact ccagcagcag 841 cagcatctgc tcagccttca gcgtcaggga ctcatctcca ttccacctgg ccaggcagca 901 cttcctgtcc aatcgctgcc tcaagctggc ttaagtcctg ctgagattca gcagttatgg 961 aaagaagtga ctggagttca cagtatggaa gacaatggca ttaaacatgg agggctagac 1021 ctcactacta acaattcctc ctcgactacc tcctccaaca cttccaaagc atcaccacca 1081 ataactcatc attccatagt gaatggacag tcttcagttc taagtgcaag acgagacagc 1141 tcgtcacatg aggagactgg ggcctctcac actctctatg gccatggagt ttgcaaatgg 1201 ccaggctgtg aaagcatttg tgaagatttt ggacagtttt taaagcacct taacaatgaa 1261 cacgcattgg atgaccgaag cactgctcag tgtcgagtgc aaatgcaggt ggtgcaacag 1321 ttagaaatac agctttctaa agaacgcgaa cgtcttcaag caatgatgac ccacttgcac 1381 atgcgaccct cagagcccaa accatctccc aaacctctaa atctggtgtc tagtgtcacc 1441 atgtcgaaga atatgttgga gacatcccca cagagcttac ctcaaacccc taccacacca 1501 acggccccag tcaccccgat tacccaggga ccctcagtaa tcaccccagc cagtgtgccc 1561 aatgtgggag ccatacgaag gcgacattca gacaaataca acattcccat gtcatcagaa 1621 attgccccaa actatgaatt ttataaaaat gcagatgtca gacctccatt tacttatgca 1681 actctcataa ggcaggctat catggagtca tctgacaggc agttaacact taatgaaatt 1741 tacagctggt ttacacggac atttgcttac ttcaggcgta atgcagcaac ttggaagaat 1801 gcagtacgtc ataatcttag cctgcacaag tgttttgttc gagtagaaaa tgttaaagga 1861 gcagtatgga ctgtggatga agtagaatac cagaagcgaa ggtcacaaaa gataacagga 1921 agtccaacct tagtaaaaaa tatacctacc agtttaggct atggagcagc tcttaatgcc 1981 agtttgcagg ctgccttggc agagagcagt ttacctttgc taagtaatcc tggactgata 2041 aataatgcat ccagtggcct actgcaggcc gtccacgaag acctcaatgg ttctctggat 2101 cacattgaca gcaatggaaa cagtagtccg ggctgctcac ctcagccgca catacattca 2161 atccacgtca aggaagagcc agtgattgca gaggatgaag actgcccaat gtccttagtg 2221 acaacagcta atcacagtcc agaattagaa gacgacagag agattgaaga agagccttta 2281 tctgaagatc tggaatgaga actgacttgt gaaacctcag cgtgaaggga catatcactg 2341 accttcataa ccactccaca accatgaata tttgacaaat ttttactgtg actatttatt 2401 aagcatggat aaaggagaca gccctaaagg aacttactaa gccagccctt tgggattcag 2461 taccaacagg ca // squizz-0.99b+dfsg.orig/test/sequence/codata.seq0000644000175000017500000000626711765612675021545 0ustar osallouosallouENTRY CCHU #type complete TITLE cytochrome c [validated] - human ORGANISM #formal_name Homo sapiens #common_name man DATE 24-Apr-1984 #sequence_revision 30-Sep-1991 #text_change 28-Jul-2000 ACCESSIONS A31764; A05676; I55192; A00001 REFERENCE A31764 #authors Evans, M.J.; Scarpulla, R.C. #journal Proc. Natl. Acad. Sci. U.S.A. (1988) 85:9625-9629 #title The human somatic cytochrome c gene: two classes of processed pseudogenes demarcate a period of rapid molecular evolution. #cross-references MUID:89071748 #accession A31764 ##molecule_type DNA ##residues 1-105 ##label EVA ##cross-references GB:M22877; NID:g181241; PIDN:AAA35732.1; PID:g181242 REFERENCE A05676 #authors Matsubara, H.; Smith, E.L. #journal J. Biol. Chem. (1963) 238:2732-2753 #title Human heart cytochrome c. Chymotryptic peptides, tryptic peptides, and the complete amino acid sequence. #accession A05676 ##molecule_type protein ##residues 2-28;29-46;47-100;101-105 ##label MATS REFERENCE A00001 #authors Matsubara, H.; Smith, E.L. #journal J. Biol. Chem. (1962) 237:3575-3576 #title The amino acid sequence of human heart cytochrome c. #contents annotation #note 66-Leu is found in 10% of the molecules in pooled protein REFERENCE I55192 #authors Tanaka, Y.; Ashikari, T.; Shibano, Y.; Amachi, T.; Yoshizumi, H.; Matsubara, H. #journal J. Biochem. (1988) 103:954-961 #title Construction of a human cytochrome c gene and its functional expression in Saccharomyces cerevisiae. #cross-references MUID:89008207 #accession I55192 ##status translated from GB/EMBL/DDBJ ##molecule_type mRNA ##residues 78-105 ##label RES ##cross-references GB:D00265; NID:g2897691; PIDN:BAA00187.1; PID:g219557 GENETICS #introns 57/1 CLASSIFICATION #superfamily cytochrome c; cytochrome c homology KEYWORDS acetylated amino end; chromoprotein; electron transfer; heme; iron; metalloprotein; mitochondrion; oxidative phosphorylation; polymorphism; respiratory chain FEATURE 2-105 #product cytochrome c #status experimental #label MAT\ 5-99 #domain cytochrome c homology #label CYC\ 2 #modified_site acetylated amino end (Gly) (in mature form) #status experimental\ 15,18 #binding_site heme (Cys) (covalent) #status experimental\ 19,81 #binding_site heme iron (His, Met) (axial ligands) #status predicted SUMMARY #length 105 #molecular-weight 11749 #checksum 3247 SEQUENCE 5 10 15 20 25 30 1 M G D V E K G K K I F I M K C S Q C H T V E K G G K H K T G 31 P N L H G L F G R K T G Q A P G Y S Y T A A N K N K G I I W 61 G E D T L M E Y L E N P K K Y I P G T K M I F V G I K K K E 91 E R A D L I A Y L K K A T N E /// squizz-0.99b+dfsg.orig/test/sequence/ig.seq0000644000175000017500000000041510044420100020637 0ustar osallouosallou; comment ; comment U03518 AACCTGCGGAAGGATCATTACCGAGTGCGGGTCCTTTGGGCCCAACCTCCCATCCGTGTCTATTGTACCC TGTTGCTTCGGCGGGCCCGCCGCTTGTCGGCCGCCGGGGGGGCGCCTCTGCCCCCCGGGCCCGTGCCCGC CGGAGACCCCAACACGAACACTGTCTGAAAGCGTGCAGTCTGAGTTGATTGAATGCAATCAGTTAAAACT TTCAACAATGGATCTCTTGGTTCCGGC1 squizz-0.99b+dfsg.orig/test/sequence/genbank.seq0000644000175000017500000000315210475261566021701 0ustar osallouosallouLOCUS HUMHBV1 450 bp DNA linear PRI 17-JUN-1993 DEFINITION Human DNA/endogenous Hepatitis B virus (HBV) DNA, left host viral junction. ACCESSION M15770 VERSION M15770.1 GI:183897 KEYWORDS . SEGMENT 1 of 2 SOURCE Homo sapiens (human) ORGANISM Homo sapiens Eukaryota; Metazoa; Chordata; Craniata; Vertebrata; Euteleostomi; Mammalia; Eutheria; Euarchontoglires; Primates; Haplorrhini; Catarrhini; Hominidae; Homo. REFERENCE 1 (bases 1 to 450) AUTHORS Berger,I. and Shaul,Y. TITLE Integration of hepatitis B virus: analysis of unoccupied sites JOURNAL J. Virol. 61 (4), 1180-1186 (1987) PUBMED 3029413 COMMENT Original source text: Human liver carcinoma DNA, cell line PLC/PRF/5 (Alexander cells), clone AL-14. FEATURES Location/Qualifiers source 1..450 /organism="Homo sapiens" /mol_type="genomic DNA" /db_xref="taxon:9606" ORIGIN 1 agcgggcagt gcagctgctt ggacagcagg ggtgtttctt caacccaggc tgccctcctt 61 ctcctgtcac aacaggccca ttcaattctg aacctgcaag ccaactccaa tccaacccag 121 atcctcaaca atgtgccaga cgccaggtcc agaagcacgc acctaccatg ggggcctctt 181 cctcctttct ggacggggtt ccgctttggc ccctgatgct aacctcgccc cgtgtgccgt 241 gcagctggag tcaaacggag gcagagacgc catgaggtga caagccacac agcagggttc 301 agggcagcca ctccccactc cccactcccc actcccgcgg catctgtgcc ccacccgggt 361 gccaagccac tgtgccatgc atccccccac ccccaacctg ctgcaggtgt gtggcctttg 421 cctcttttcc cagggggaac caaaaaccct // squizz-0.99b+dfsg.orig/test/sequence/refseqp.seq0000644000175000017500000004235210475261567021747 0ustar osallouosallouLOCUS NP_055306 715 aa linear PRI 28-MAY-2006 DEFINITION forkhead box P2 isoform I [Homo sapiens]. ACCESSION NP_055306 VERSION NP_055306.1 GI:17017963 DBSOURCE REFSEQ: accession NM_014491.1 KEYWORDS . SOURCE Homo sapiens (human) ORGANISM Homo sapiens Eukaryota; Metazoa; Chordata; Craniata; Vertebrata; Euteleostomi; Mammalia; Eutheria; Euarchontoglires; Primates; Haplorrhini; Catarrhini; Hominidae; Homo. REFERENCE 1 (residues 1 to 715) AUTHORS Sanjuan,J., Tolosa,A., Gonzalez,J.C., Aguilar,E.J., Perez-Tur,J., Najera,C., Molto,M.D. and de Frutos,R. TITLE Association between FOXP2 polymorphisms and schizophrenia with auditory hallucinations JOURNAL Psychiatr. Genet. 16 (2), 67-72 (2006) PUBMED 16538183 REMARK GeneRIF: The single nucleotide polymorphism rs2396753 appears to confer vulnerability to schizophrenia with auditory hallucinations. REFERENCE 2 (residues 1 to 715) AUTHORS Stroud,J.C., Wu,Y., Bates,D.L., Han,A., Nowick,K., Paabo,S., Tong,H. and Chen,L. TITLE Structure of the forkhead domain of FOXP2 bound to DNA JOURNAL Structure 14 (1), 159-166 (2006) PUBMED 16407075 REMARK GeneRIF: Disease-causing mutations in FOXP2 map either to the DNA binding surface or the domain-swapping dimer interface, functionally corroborating the crystal structure. REFERENCE 3 (residues 1 to 715) AUTHORS Benitez-Burraco,A. TITLE [FOXP2: from the specific disorder to the molecular biology of language. I. Aetiological, neuroanatomical, neurophysiological and molecular aspects] JOURNAL Rev Neurol 40 (11), 671-682 (2005) PUBMED 15948071 REMARK Review article GeneRIF: Review. FOXP2 codes for a CNS transcriptional repressor, expressed in the basal ganglia, cortex, cerebellum & the thalamus, involved in thalamic-cortical-striatal circuits for motor planning & learning. Its loss causes specific language impairment. REFERENCE 4 (residues 1 to 715) AUTHORS MacDermot,K.D., Bonora,E., Sykes,N., Coupe,A.M., Lai,C.S., Vernes,S.C., Vargha-Khadem,F., McKenzie,F., Smith,R.L., Monaco,A.P. and Fisher,S.E. TITLE Identification of FOXP2 truncation as a novel cause of developmental speech and language deficits JOURNAL Am. J. Hum. Genet. 76 (6), 1074-1080 (2005) PUBMED 15877281 REMARK GeneRIF: Truncation of FOXP2 is the cause of developmental speech and language deficits. REFERENCE 5 (residues 1 to 715) AUTHORS Vargha-Khadem,F., Gadian,D.G., Copp,A. and Mishkin,M. TITLE FOXP2 and the neuroanatomy of speech and language JOURNAL Nat. Rev. Neurosci. 6 (2), 131-138 (2005) PUBMED 15685218 REMARK Review article GeneRIF: a mutation in FOXP2 had been found in a family with a speech and language disorder. REFERENCE 6 (residues 1 to 715) AUTHORS Gong,X., Jia,M., Ruan,Y., Shuang,M., Liu,J., Wu,S., Guo,Y., Yang,J., Ling,Y., Yang,X. and Zhang,D. TITLE Association between the FOXP2 gene and autistic disorder in Chinese population JOURNAL Am. J. Med. Genet. B Neuropsychiatr. Genet. 127 (1), 113-116 (2004) PUBMED 15108192 REMARK GeneRIF: Findings suggest that the FOXP2 gene may be involved in the pathogenesis of autism in Chinese population. REFERENCE 7 (residues 1 to 715) AUTHORS Teramitsu,I., Kudo,L.C., London,S.E., Geschwind,D.H. and White,S.A. TITLE Parallel FoxP1 and FoxP2 expression in songbird and human brain predicts functional interaction JOURNAL J. Neurosci. 24 (13), 3152-3163 (2004) PUBMED 15056695 REMARK GeneRIF: FOXP1 and FOXP2 expression patterns in human fetal brain are strikingly similar to those in the songbird, including localization to subcortical structures that function in sensorimotor integration and the control of skilled, coordinated movement REFERENCE 8 (residues 1 to 715) AUTHORS Banerjee-Basu,S. and Baxevanis,A.D. TITLE Structural analysis of disease-causing mutations in the P-subfamily of forkhead transcription factors JOURNAL Proteins 54 (4), 639-647 (2004) PUBMED 14997560 REMARK GeneRIF: impact of disease-causing missense mutations on the three-dimensional structure, stability, and surface electrostatic charge distribution of the forkhead domains is examined REFERENCE 9 (residues 1 to 715) AUTHORS Li,S., Weidenfeld,J. and Morrisey,E.E. TITLE Transcriptional and DNA binding activity of the Foxp1/2/4 family is modulated by heterotypic and homotypic protein interactions JOURNAL Mol. Cell. Biol. 24 (2), 809-822 (2004) PUBMED 14701752 REMARK GeneRIF: complex regulatory mechanism underlying Foxp1, Foxp2, and Foxp4 activity, demonstrating that Foxp1, Foxp2, and Foxp4 are the first Fox proteins reported whose activity is regulated by homo- and heterodimerization REFERENCE 10 (residues 1 to 715) AUTHORS Liegeois,F., Baldeweg,T., Connelly,A., Gadian,D.G., Mishkin,M. and Vargha-Khadem,F. TITLE Language fMRI abnormalities associated with FOXP2 gene mutation JOURNAL Nat. Neurosci. 6 (11), 1230-1237 (2003) PUBMED 14555953 REMARK GeneRIF: This experiment findings suggest that the FOXP2 gene is critically involved in the development of the neural systems that mediate speech and language. REFERENCE 11 (residues 1 to 715) AUTHORS Lai,C.S., Gerrelli,D., Monaco,A.P., Fisher,S.E. and Copp,A.J. TITLE FOXP2 expression during brain development coincides with adult sites of pathology in a severe speech and language disorder JOURNAL Brain 126 (PT 11), 2455-2462 (2003) PUBMED 12876151 REMARK GeneRIF: FOXP2/foxp2 is expressed in several structures in developing human/mouse brain including cortical plate, basal ganglia, thalamus, inferior olives and cerebellum. These data suggest a conserved mammalian role in development of motor-related neural circuits REFERENCE 12 (residues 1 to 715) AUTHORS Hillier,L.W., Fulton,R.S., Fulton,L.A., Graves,T.A., Pepin,K.H., Wagner-McPherson,C., Layman,D., Maas,J., Jaeger,S., Walker,R., Wylie,K., Sekhon,M., Becker,M.C., O'Laughlin,M.D., Schaller,M.E., Fewell,G.A., Delehaunty,K.D., Miner,T.L., Nash,W.E., Cordes,M., Du,H., Sun,H., Edwards,J., Bradshaw-Cordum,H., Ali,J., Andrews,S., Isak,A., Vanbrunt,A., Nguyen,C., Du,F., Lamar,B., Courtney,L., Kalicki,J., Ozersky,P., Bielicki,L., Scott,K., Holmes,A., Harkins,R., Harris,A., Strong,C.M., Hou,S., Tomlinson,C., Dauphin-Kohlberg,S., Kozlowicz-Reilly,A., Leonard,S., Rohlfing,T., Rock,S.M., Tin-Wollam,A.M., Abbott,A., Minx,P., Maupin,R., Strowmatt,C., Latreille,P., Miller,N., Johnson,D., Murray,J., Woessner,J.P., Wendl,M.C., Yang,S.P., Schultz,B.R., Wallis,J.W., Spieth,J., Bieri,T.A., Nelson,J.O., Berkowicz,N., Wohldmann,P.E., Cook,L.L., Hickenbotham,M.T., Eldred,J., Williams,D., Bedell,J.A., Mardis,E.R., Clifton,S.W., Chissoe,S.L., Marra,M.A., Raymond,C., Haugen,E., Gillett,W., Zhou,Y., James,R., Phelps,K., Iadanoto,S., Bubb,K., Simms,E., Levy,R., Clendenning,J., Kaul,R., Kent,W.J., Furey,T.S., Baertsch,R.A., Brent,M.R., Keibler,E., Flicek,P., Bork,P., Suyama,M., Bailey,J.A., Portnoy,M.E., Torrents,D., Chinwalla,A.T., Gish,W.R., Eddy,S.R., McPherson,J.D., Olson,M.V., Eichler,E.E., Green,E.D., Waterston,R.H. and Wilson,R.K. TITLE The DNA sequence of human chromosome 7 JOURNAL Nature 424 (6945), 157-164 (2003) PUBMED 12853948 REFERENCE 13 (residues 1 to 715) AUTHORS O'Brien,E.K., Zhang,X., Nishimura,C., Tomblin,J.B. and Murray,J.C. TITLE Association of specific language impairment (SLI) to the region of 7q31 JOURNAL Am. J. Hum. Genet. 72 (6), 1536-1543 (2003) PUBMED 12721956 REMARK GeneRIF: Genetic factors for regulation of common language impairment appear to reside in the vicinity of FOXP2. REFERENCE 14 (residues 1 to 715) AUTHORS Scherer,S.W., Cheung,J., MacDonald,J.R., Osborne,L.R., Nakabayashi,K., Herbrick,J.A., Carson,A.R., Parker-Katiraee,L., Skaug,J., Khaja,R., Zhang,J., Hudek,A.K., Li,M., Haddad,M., Duggan,G.E., Fernandez,B.A., Kanematsu,E., Gentles,S., Christopoulos,C.C., Choufani,S., Kwasnicka,D., Zheng,X.H., Lai,Z., Nusskern,D., Zhang,Q., Gu,Z., Lu,F., Zeesman,S., Nowaczyk,M.J., Teshima,I., Chitayat,D., Shuman,C., Weksberg,R., Zackai,E.H., Grebe,T.A., Cox,S.R., Kirkpatrick,S.J., Rahman,N., Friedman,J.M., Heng,H.H., Pelicci,P.G., Lo-Coco,F., Belloni,E., Shaffer,L.G., Pober,B., Morton,C.C., Gusella,J.F., Bruns,G.A., Korf,B.R., Quade,B.J., Ligon,A.H., Ferguson,H., Higgins,A.W., Leach,N.T., Herrick,S.R., Lemyre,E., Farra,C.G., Kim,H.G., Summers,A.M., Gripp,K.W., Roberts,W., Szatmari,P., Winsor,E.J., Grzeschik,K.H., Teebi,A., Minassian,B.A., Kere,J., Armengol,L., Pujana,M.A., Estivill,X., Wilson,M.D., Koop,B.F., Tosi,S., Moore,G.E., Boright,A.P., Zlotorynski,E., Kerem,B., Kroisel,P.M., Petek,E., Oscier,D.G., Mould,S.J., Dohner,H., Dohner,K., Rommens,J.M., Vincent,J.B., Venter,J.C., Li,P.W., Mural,R.J., Adams,M.D. and Tsui,L.C. TITLE Human chromosome 7: DNA sequence and biology JOURNAL Science 300 (5620), 767-772 (2003) PUBMED 12690205 REFERENCE 15 (residues 1 to 715) AUTHORS Zhang,J., Webb,D.M. and Podlaha,O. TITLE Accelerated protein evolution and origins of human-specific features: Foxp2 as an example JOURNAL Genetics 162 (4), 1825-1835 (2002) PUBMED 12524352 REMARK GeneRIF: A survey of a diverse group of placental mammals reveals the uniqueness of the human FOXP2 sequence and a population genetic analysis indicates possible adaptive selection behind the accelerated evolution. REFERENCE 16 (residues 1 to 715) AUTHORS Enard,W., Przeworski,M., Fisher,S.E., Lai,C.S., Wiebe,V., Kitano,T., Monaco,A.P. and Paabo,S. TITLE Molecular evolution of FOXP2, a gene involved in speech and language JOURNAL Nature 418 (6900), 869-872 (2002) PUBMED 12192408 REMARK GeneRIF: Human FOXP2 contains changes in amino-acid coding and a pattern of nucleotide polymorphism, which strongly suggest that this gene has been the target of selection during recent human evolution. REFERENCE 17 (residues 1 to 715) AUTHORS Bruce,H.A. and Margolis,R.L. TITLE FOXP2: novel exons, splice variants, and CAG repeat length stability JOURNAL Hum. Genet. 111 (2), 136-144 (2002) PUBMED 12189486 REFERENCE 18 (residues 1 to 715) AUTHORS Newbury,D.F., Bonora,E., Lamb,J.A., Fisher,S.E., Lai,C.S., Baird,G., Jannoun,L., Slonims,V., Stott,C.M., Merricks,M.J., Bolton,P.F., Bailey,A.J. and Monaco,A.P. CONSRTM International Molecular Genetic Study of Autism Consortium TITLE FOXP2 is not a major susceptibility gene for autism or specific language impairment JOURNAL Am. J. Hum. Genet. 70 (5), 1318-1327 (2002) PUBMED 11894222 REMARK GeneRIF: FOXP2 is not a major susceptibility gene for autism or specific language impairment REFERENCE 19 (residues 1 to 715) AUTHORS Lai,C.S., Fisher,S.E., Hurst,J.A., Vargha-Khadem,F. and Monaco,A.P. TITLE A forkhead-domain gene is mutated in a severe speech and language disorder JOURNAL Nature 413 (6855), 519-523 (2001) PUBMED 11586359 REMARK GeneRIF: FOXP2 is disrupted by a translocation in CS, a child with severe speech/language disorder. Moreover, a point mutation, altering a critical residue of the forkhead domain, segregates with speech/language deficits in all 15 affected members of family KE. REFERENCE 20 (residues 1 to 715) AUTHORS Lai,C.S., Fisher,S.E., Hurst,J.A., Levy,E.R., Hodgson,S., Fox,M., Jeremiah,S., Povey,S., Jamison,D.C., Green,E.D., Vargha-Khadem,F. and Monaco,A.P. TITLE The SPCH1 region on human 7q31: genomic characterization of the critical interval and localization of translocations associated with speech and language disorder JOURNAL Am. J. Hum. Genet. 67 (2), 357-368 (2000) PUBMED 10880297 REFERENCE 21 (residues 1 to 715) AUTHORS Margolis,R.L., Abraham,M.R., Gatchell,S.B., Li,S.H., Kidwai,A.S., Breschel,T.S., Stine,O.C., Callahan,C., McInnis,M.G. and Ross,C.A. TITLE cDNAs with long CAG trinucleotide repeats from human brain JOURNAL Hum. Genet. 100 (1), 114-122 (1997) PUBMED 9225980 COMMENT REVIEWED REFSEQ: This record has been curated by NCBI staff. The reference sequence was derived from AF337817. Summary: This gene encodes an evolutionarily conserved transcription factor expressed in fetal and adult brain. This transcription factor is a member of the forkhead/winged-helix (FOX) family of transcription factors, and contains a FOX DNA-binding domain and a large polyglutamine tract. Members of the FOX family of transcription factors are regulators of embryogenesis. The product of this gene is thought to be required for proper development of speech and language regions of the brain during embryogenesis. Although a point mutation in this gene has been associated with the KE pedigree segregating developmental verbal dyspraxia, no association between mutations in this gene and another speech disorder, autism, has been found. Four alternative transcripts encoding three different isoforms have been identified. Transcript Variant: This variant (1) encodes the predominant isoform. FEATURES Location/Qualifiers source 1..715 /organism="Homo sapiens" /db_xref="taxon:9606" /chromosome="7" /map="7q31" Protein 1..715 /product="forkhead box P2 isoform I" /note="trinucleotide repeat containing 10; forkhead/winged-helix transcription factor; speech and language disorder 1; CAG repeat protein 44" /calculated_mol_wt=79788 Region 152..191 /region_name="polyglutamine tract" Region 504..576 /region_name="FH" /note="Forkhead (FH), also known as a 'winged helix'" /db_xref="CDD:28941" CDS 1..715 /gene="FOXP2" /coded_by="NM_014491.1:151..2298" /go_component="nucleus [goid 0005634] [evidence IEA]" /go_function="zinc ion binding [goid 0008270] [evidence IEA]" /go_function="metal ion binding [goid 0046872] [evidence IEA]" /go_function="nucleic acid binding [goid 0003676] [evidence IEA]" /go_function="sequence-specific DNA binding [goid 0043565] [evidence IEA]" /go_function="transcription factor activity [goid 0003700] [evidence IEA]" /go_process="transcription [goid 0006350] [evidence IEA]" /go_process="regulation of transcription, DNA-dependent [goid 0006355] [evidence IEA]" /note="isoform I is encoded by transcript variant 1" /db_xref="CCDS:CCDS5760.1" /db_xref="GeneID:93986" /db_xref="HGNC:13875" /db_xref="HPRD:HPRD_05611" /db_xref="MIM:605317" ORIGIN 1 mmqesateti snssmnqngm stlssqldag srdgrssgdt ssevstvell hlqqqqalqa 61 arqlllqqqt sglkspkssd kqrplqvpvs vammtpqvit pqqmqqilqq qvlspqqlqa 121 llqqqqavml qqqqlqefyk kqqeqlhlql lqqqqqqqqq qqqqqqqqqq qqqqqqqqqq 181 qqqqqqqqqq qhpgkqakeq qqqqqqqqql aaqqlvfqqq llqmqqlqqq qhllslqrqg 241 lisippgqaa lpvqslpqag lspaeiqqlw kevtgvhsme dngikhggld lttnnssstt 301 ssntskaspp ithhsivngq ssvlsarrds ssheetgash tlyghgvckw pgcesicedf 361 gqflkhlnne halddrstaq crvqmqvvqq leiqlskere rlqammthlh mrpsepkpsp 421 kplnlvssvt msknmletsp qslpqtpttp tapvtpitqg psvitpasvp nvgairrrhs 481 dkynipmsse iapnyefykn advrppftya tlirqaimes sdrqltlnei yswftrtfay 541 frrnaatwkn avrhnlslhk cfvrvenvkg avwtvdevey qkrrsqkitg sptlvknipt 601 slgygaalna slqaalaess lpllsnpgli nnassgllqa vhedlngsld hidsngnssp 661 gcspqphihs ihvkeepvia ededcpmslv ttanhspele ddreieeepl sedle // squizz-0.99b+dfsg.orig/test/sequence/embl.seq0000644000175000017500000000365710446465002021212 0ustar osallouosallouID X97897; SV 1; linear; mRNA; EST; MUS; 140 BP. XX AC X97897; XX DT 23-MAY-1996 (Rel. 47, Created) DT 06-FEB-1997 (Rel. 50, Last updated, Version 2) XX DE M.musculus mRNA for protein homologous to vasodilator-stimulated DE phosphoprotein XX KW EST; vasodilator-stimulated phosphoprotein. XX OS Mus musculus (house mouse) OC Eukaryota; Metazoa; Chordata; Craniata; Vertebrata; Euteleostomi; Mammalia; OC Eutheria; Euarchontoglires; Glires; Rodentia; Sciurognathi; Muroidea; OC Muridae; Murinae; Mus. XX RN [1] RX DOI; 10.1023/A:1018465402294. RX PUBMED; 9032982. RA Holzschu D., Lapierre L., Neubaum D., Mark W.H.; RT "A molecular strategy designed for the rapid screening of gene traps based RT on sequence identity and gene expression patterns in mice"; RL Transgenic Res. 6(1):97-106(1997). XX RN [2] RP 1-140 RA Mark W.H.; RT ; RL Submitted (15-MAY-1996) to the EMBL/GenBank/DDBJ databases. RL W.H. Mark, Cornell University, Dept. Genetics and Development, 445 Biotech. RL Bldg., Ithaca, NY 14853, USA XX DR UNILIB; 604; 441. XX FH Key Location/Qualifiers FH FT source 1..140 FT /organism="Mus musculus" FT /strain="C57B1/6" FT /mol_type="mRNA" FT /dev_stage="embryonic" FT /cell_line="Bruce 4" FT /cell_type="ES cell" FT /db_xref="taxon:10090" FT /db_xref="UNILIB:604" FT mRNA <1..>140 FT /product="homologous to vasodilator-stimulated FT phosphoprotein" FT /note="EST" XX SQ Sequence 140 BP; 25 A; 58 C; 39 G; 17 T; 1 other; ttctcccaga agctgactct atggngaccc cgagagagac tgagcagaac ctggagccag 60 ccccgcaccc ctgcacttcc aatcaggggc gccccgggag cactccccgt ggcgcgccgc 120 ccgccctccg cgcagccatg 140 // squizz-0.99b+dfsg.orig/test/sequence/genpept.seq0000644000175000017500000000227110475261566021737 0ustar osallouosallouLOCUS Z31371_2 A7120FTSZ 301 aa PEP linear BCT 18-APR-2005 DEFINITION Anabaena 7120 ftsZ and gsh-III genes. DATE 18-APR-2005 ACCESSION Z31371 VERSION Z31371_2.1 GI:1100795 KEYWORDS FtsZ protein. SOURCE Nostoc sp. PCC 7120 (Anabaena sp. PCC 7120) ORGANISM Nostoc sp. PCC 7120 Bacteria; Cyanobacteria; Nostocales; Nostocaceae; Nostoc. COMMENT CDS complement(1948..2853) /gene="gsh-II" /transl_table=11 /product="glutathione synthetase" /protein_id="CAA83242.1" /db_xref="GI:1100795" /db_xref="GOA:P45480" /db_xref="UniProtKB/Swiss-Prot:P45480" /NucGI="1100793" WEIGHT 33360.77 PI 5.06 LENGTH 301 ORIGIN Translated using phase 1 1 MEAAQILGHE VWVTQANWLS VVDSKAWAIL QQVELVPVQL IDGRWVAASP WYTLNTRSFS 61 SLETMDAVFM RTDPPVNDAY LYATYVLDYV DQRKTLVINN PNGIRGANEK MYALQFTKAI 121 PETIVSADKD FIRQFVEAKG ATVLKPLGNK AGEGILFLQA GDRNFNSIVE LSTQQGRLPV 181 MVQTYLPEAK EGDKRIILLN GEPIGALNRL ASGSDFRNNV ATGGTVAKTE ITPREEEICS 241 QIAANLRQDG LIFVGIDVIG GYLTEVNVTS PTGIREIDRL DGTRLAHQVI QWVEKNLQIQ 301 N // squizz-0.99b+dfsg.orig/test/sequence/gcg.seq0000644000175000017500000000046710044420100021007 0ustar osallouosallou!!NA_SEQUENCE 1.0 REFORMAT of: dna1.txt check: 3818 from: 1 to: 88 November 22, 2001 14:38 (No documentation) dna1.txt Length: 88 November 22, 2001 14:38 Type: N Check: 3818 .. 1 TAGTCGTAGT CGGAGCGATG CTGACGATGA CGATGACGAT CGTAGCTGAT 51 CGATCGAGCT GATGCTGATC GAGCTAGCTG ATCGATCG squizz-0.99b+dfsg.orig/test/sequence/raw.seq0000644000175000017500000000021710044420100021031 0ustar osallouosallouttctcccagaagctgactctatggngaccccgagagagactgagcagaacctggagccag ccccgcacccctgcacttccaatcaggggcgccccgggagcactccccgtggcgcgccgc ccgccctccgcgcagccatg squizz-0.99b+dfsg.orig/test/sequence/nbrf.seq0000644000175000017500000000022610044420100021167 0ustar osallouosallou>P1;CCHU cytochrome c [validated] - human MGDVEKGKKIFIMKCSQCHTVEKGGKHKTGPNLHGLFGRKTGQAPGYSYTAANKNKGIIWGEDTLMEYLENPKKYIPGTK MIFVGIKKKEERADLIAYLKKATNE* squizz-0.99b+dfsg.orig/test/sequence/gde.seq0000644000175000017500000003567410044420100021016 0ustar osallouosallou#chY_2067 TTCAAGAGAAACAGCGGCCAAGGAAAAGACTCGGCATGATTGTCCATAGCTTACAAAGCG TGAGGACCCACAGATGCCATGGGTGCCACGCCTGTTTGGTAGCTCCCCCTCTGTATGCGA TTATGCCACTGCGGTGCCACAAGGTCCACAGAGTTTGACCGTGCAGGCAAGCCAGCGCCT GTTTAGTAAGGGGATAACCGACATTAATGGGGAATTGAATACTCTCCCAAAGCGGGAGTG TATAGATTATTCTGAATGGGATGAATTTTGCCACGGCAATACACACATGGAACAACTCAT CGCGAATATGGGGAAGAGAGGACGTCATTAGCATCCAGCCCACAGATGATACCCGTTTCG GGGGTAGCCTAGTATACAGTCTTTTTGAGTGGACAACCGGACACCAAACTGTACCATAGG TGGAGTAAAACAGCTCAAATGCCTAGCCATGGATGATGGGTGTCCGTTGATACGGACTGA GATAGAACAATTCGGCGCATTCCAAGCATTCTGAAGGTAGCCGGTGACAGTGTGGAAAGG CCGAAAGTCTAATCATGATGCAACGTGACGGTGGTATCATCGTGTCATCCCAGCGTTCAT TCGGGCCTGGATTGTTCTGAGAACTTAGCCATCTCAGGAGCTGTAGATCGCTCTGGCCTA TTGATTATTTGGATTCTCCACAGTTGGGTGATGTACGAGACAGGC #ch1_16544_RC TTCAAGAGAAACAGCGGCTGGGGGAAAGACTCGTCCTGATTGCCTGTAGATGGTAAAGCG TGAAGACCTGCGAACGCCATGAGGGCTGCGCCCATTTGGCAGCCACCTCCCTGCCTGCGA TTATGCCACTCCAGCCTCGCAAGGTCCACAGAGTCTGGCCGCGTGGGCAAGCTAGAGGCA GTTTGGTAAGGGGACAGCCGACATCACTGGGCAATTGAATACTCTCCCGAAGCGGGAGCA TATAGACTATTTCGAGTGGGCTGAAATTCATGGTGGGAATACACAGACCGGACAACCCAT CCCAAATATCGGGAAGAGGTGACGGCAGTAACATCCAGCCCACACATGATACCCGACTCT GGGGTAGCCTAGTATACAGTATATTTGAGCGGACAACCGGACACAAAACCCTACCATATG GGGAAGACAATAGCTCAAATGCTTAGCAATGAATGATGGGTGCCCGTTGGGATGTACCAA GATAGTGTCATTAGGAGCATTTCAACCATCCAGAACGTAGCCGTTGACAGCGTGAAAAGG CTGAAAATATAATCACGATGCTACGAGACGGCAGTATCGTCGCATCACCCCAGTGTCCAT TCGGGTCCAGATTGTTCAACAGAGTGTGCCATCTCAGGGGCTGTGGAGCGCTTTGGCCTA TTGATTATTTCGGGTCTCCACAGTTGTCCGATCTACAAAACCGGA #ch1_2809_RC TTCGAGAGAAACAGCGGCCGCGGGAGAGACTTGGCCTGATTGTCTGTAAACGGCAGAGCG TGTGGACCCACGGACACCATGAGGGCCGCGAGTATTCAGCAGCCACCCCCCTGCACGCGA TTATGCCACTCCGACCCTGCAAGGTCCACAGAGTTTGACCGCGCGGGCAAGCTAGAGGGA GTTTAGTAAGGCGACAACCGACATCAATGGGCAATTGAATACTCTCCCGAGGCGGGAGCG CATAGACTATTCCAAGTGGAATGGAACTCGCGGTGCCAATACACAGATGTGACAACTCAT CCCGAATATCGGGGAGAGGTGACGGCATTAACATCCAGCCCACGCGTGATACCTGATTCT GGGGTAGCCTAGTATACAGCATATTTGAGCGGAAAACCGGACACAAAACCTTACCATGTG CAGAAGACAACAAATCAAATGCCTAGCAATGAATGATGGGTGCCCGTCAGGATGTACCGA GATGGTGTCATTGGGCACATTCCAACCATCCTGAACGTAGCCGGCGACAGCGTGGAAAGG CTGAAAATCTAATCATGATGCTACGAGACGGTGGTATCATCGCATCACCCCAGTGTTCAT TCGGGTCTAGATTGTTCGCTGAAGTTTGCCACCTCAGGGGCTGCGGAGCGATTTGGCCTA TTGGTTATCCTGGGTCTCCACAGTTGTGCGATCAAAGAGACCGGA #ch9_1353 CTCAAGAGAAAAAGCGGCTGCGGGAAAGACTCGGCCTGATTGTCTGTAGATGGCAAAGCG TGAGGACCCGCGGACGCCATGAGGGCCGCGCCCGTTCGGCAGCCAACCCTCCGCATGCGA TTATGCCACTCCGGCTCCGCAAGGTTCACAGAGTTTGACCGCGTGGGCAATCCAGAGGCA GTTTAGTAAGGGGGCGACCGACATCAATGCGCAATTGGAAACTCTCCCGCAGCGGGAGTG CATAGACTATTCCGAGGGGGATGGAATTTGAGGTGGCAATACACAGATGGAGCAACTCAT CCCGAATATCGGGAACAGGTGACGGCATTAACATCCAGCCCGCGTGAGATACCCGATGCT TGGGTAGGCTAATATACAGTATATTTGAGCGGACGACCGGGCACAAAACCTTACCATATG GGGGAGACAACAGCTCAAATGTCTAGCAACAAATGTTGGGCGCCCGTTGGGATGTACCGA GATAGAATAATTGGGTGCATTCCGACCATTCTGCACGTAGCCGGTGACAGCGTGGAAAGG CTGAAAATCTAACCATGATGCCGCGAGACGGCGGTATCATCGCATCACCCCAGCGTTCAT TCGGGACTAGATTGTTCGACAAAGACTGCCATTTCAGGGGCTGTGGAGCGCTTTGGCCTA TTGGTTATTTCAGGTCTCCACAGTTGTGTGATCTACGAGACCGGA #ch5_5617 TTCAAGAGAAACAGCGGCTGCGGAAAAGACTCGGCCTGATTGTATGTAGATGGCAAAGTG TGTGGACCCACAGACACCATGGGGGCCGCACCCGTTCAGCAACCACCCCCTTGCATGCGA TCATGGCACTCCGGCCCCGCAAGGTCCACAGAGTTTGACAGCGTGGGAAAGCTAGAGGCA GTTTAGTGGGGGGACAACCGACATTAATGGGCAATTGTATACTCTCCTGAAGCGGGAGCA CATAGACTATTCCAAGTGCAATGAAATTTGCAGTGGCAATACACAGATGAAACAACCCAC CCCGAATATCGAGAAGAGATGACGGCATTAGCATCCAGCCTGCACATGATACCTGATTCT GGGGTAGCTTAGCATACAATATATTTGAGTGGACAACCGGACACAAAACCTTACCATATG TGGAAGACAACAGCTCAAATGCCTAGCAACAAATGATGGTTACCCGCTGGGATGTACCAA GTTAATATCATTAGGCACATTCCAACCATCTTGAACGTGGCCGGTGACAGCGTGGAAAGG CTCAAAATCCAATTATGCGGCTACAAGACGGGAGTACCATCGTGTCACCCCCACATTCTT CCGGGTCTAGATTGTTCGACAGAGTCTGCTATCTCAGGGGCTGTGGAGCGCTTTGGCCTA TTGATTGTTTTGGGTCTACAGAGTGGTTTGATCTACGAGACCGGA #chr8_10031 TTCAGGAGAAACAGCGGCTGCGGGAAAGATTCGGCTTGATTGTCTGTAGATGGCAAAGCG TGAGAACCCATGGAAGCCATGAGGGCCAGGCCCGTTCGATGGCCACCCCCCTGAATGCCA TTAGGCCACTCCGGCCCTGCAAGGTCCATAGACTTTGACCGCGCAGGCAAGCCAGAGACA GTTTAGTAAGGGGACAACCGGCATCAATGGGCAATTGAATACTCTCCCGAAGCGGGAGTG CATAAACTATTCCGAGTGAGATGAAATTTGCGGTGGCAATACACAGATGGAACAATCTGT GCCGGATATCGGGAAGAGGTGAAGGCATTAACATCCAGCCTGCACGTGGTACCCAATTCT GGGGTAGCCTAGTATACAGTATATTTGAGTGTACAACCGGACACATGACCTTGAAATTTG GGGAATACAATAGCTCAAATGTCTGACAACAAATGATGGGCGGCCGTTGGGATGTACCGA GATAGTATCATCGGGTGCATTCTAACCTTCCTGAACGTAGCCGGTGACAGCATGGAAAGG CTGAAAATCTAATCATGATGCTACGAGACGGTGTCATCATCGCGTCACCCCAGCGCTCAT TCGGGTCTAGGTTGTTCGACAAAGTCCGCCATCTCAGGGGCTGTGGAGCGCTTTGGCCTA ATCACTATTTCGGGTCTCAACAGTTGTGTGATCTACGAGACCGGA #chr4_10492RC TTTAAGAAAAACAGTGGCTGCGGGAAGGACTCGGCCTGATTGTCTACAGACGGCAAAGCG TGTGGACCTGCAGACACCAAGAGGGCCGCGCCCATCCAGCAGCCACCCCCCTACATGCGA TTACACCACTCTGGCCCTGCAAGGTCTACAGGGTTTGACCGCACAGGCCAGCTAGAGGCA GTTTAATAAGGGGACAACCAACATCAATGGGCAATTGAATATTCCCCCGAAGCGGGAGCG CATAGACTATTCCAAGTAGAATGGAATTCACGGTGGCAATACACAGATGGAACAACTCGT CCCGAATATCGGGAAATGGTGACGGCATTAACATCCAGCCTGCATGTGATACCCAATTCT GGGGTAGCCTGGTATACGGTATATTTGAGTGGACTACCGGAAACAAAACCTTACCATATG GGGGAGACAGCAGCTCTAATGCCTAGCAGTGAATGATGGGTGCCCGTTGGGATGTACCGG GTTAGTATCATTGGATGTATTCCATCCATCCTGAACTTAGCCAGTAACAGCATGGAAAGG CTGGACATCTAATCATGATGCTACGAGACGGAGGTATCATCGCGTCATCCCAGTGTTCAT TCGGGTCTAGATTGTTCGCCAGAGTTCGCCATCTCAAAGGCTGTGGAGCGCGTTGGCCCA TCGATTATTTCAGGTATCCACAGTTGTGTGATCTACGAGACCGGA #c20_39640 TTCAAGAGAATCTGCGGCCACGGGAAAAGCTTGGCCTGATTGTCTGTAGACGGCAGAGCG TGTGGACCCGCGGATGCCACGAGGGCTGCGCCCATTTGGCAGCCACCCCCCTGCATGCGA TTATGCCACTCCGGCCCCGCAAGATCCACAGAGTTTGATCGCGCAGGCAAGCTAGAAGCA CTTTAGTAAGGCAACAACCGACATTAATGGGCAATTGAATACTCTCCCGAAGCGGGAGCG CATAGACTACTCAAGGTGGGATAAAATTTGCAGTGGCAATACACAGATGGAACAACTCGT CTCGACTAGCGGGAAGAGGTGACGGCATTAACATCCAGCCCACGCGTGATACCTGATTCT GGGATAGCCTAGTGGACAGTATATTCGAGCGGGCAATCGGACACAAAACCTTACCACATG GGGAAGACAACAGCTCAAATGCCTAGCAACAAATGATGGGTGCCCTTTGGGATGTACCGA GATAGTATCATTGGGCACATTCCAACCATCCTGAGCGTAGCTGGTGGCAGCGTGGAAAGG CTGGTAATCTAATCATGATGCTACGAAATGATGGTATCATCGCATCACCCCAGCGTTCAT TCGGGTCTAGATTGTTTGCCAAAGTCCATCATCTCAGAGGCGGTGGAGCGCTTTGGCCTA TTGATTATTTCAGGTTTCCACAGTTGTGCGATCTACGAGACCGGA #c14_10388 TTCAATGGAAACAGCGGCTGCGGGGAAGACTCGGCCTGATCGTCTATAGACGGCAAGGCG TGTAGACCCGTGGACACCATGAGGGCTGCGCCCATCCGGCAGCCACCACCCTGCATGCGA TTATGCCACTGCGGCCCCGCAAGGTCCACAGAGTTTGACCGCGCGGGCAAGGTAGAGGCA GTTTAGTAAGGGGACAACCGACGTCGATGGGCAACTGAATACTCTCCCGAACCGGGAGCG CATAGGCTATCCCAAGTGGGATGAAATTTACGGTGGCAATACACAGATGGGACAACTCAT CCCGAATATCGGGAAGAGGTAACTGTGTTCACATACAGCCCGGACGTGATACCTGATTCT GGGGTGTCCCAGTATTCAGTATACTTGAGCAGACAGCCGCACACAAAACCTTACCGTAAG GGGGAGACAACGGCTCAAATGCCTGACAATGAGTGATGGGCGCCCGTTGGGATGTACCGA GATGGTGTCATTGGGTGCGTTCCAACCATCCCGAACGTAGCCGGTGACAGCGTGGAAGGG CTGAAAACCTAATTATTATGCTACGAGGCGGTGGTATCATCACGTCACCCCAGAGTTCAT TGGGGTCTAGATTGTTCGACAAAGTCCGTCATCTCAGGGGCTGTGGGGCGCTTCGGCCTA TTGGTTATTTCTGGTCTCCACAGCTATGCTAACTACGAAACCGGA #c20_54507 TTCAAGAGAAACAGTGGCCACGGGAAAGACTCGGCCCAATTGTCTGTAGATGGCAAAGCG GGTGGACCTGCGAACACCATGACGGCCGCGCCCATTTGGCAGCCACGCCCCTGCATGCGA TTATGCCACTTCGGCCCCGCAAGGTCCACAGAGTTTGACCGCGCGGGCGAGCCAGAGGCA GCTTAATAAGGGGACAACCGGCATCAATAGGCAATGGAATGCTCTCCCCAAGCGGGAGCG TCTGGACTATTCCGAGTGGAATGGAATTTGCGGTGGCAATACACAGATGGAACAACTCGT CCCGAATATCGGAAAAAGGTGGCGGTATTAACATCCAGCCTGTGCATGATACCCAATTCT GAGGTAGCCTAGTATAAAGTATATTTGAGCAGACAACCGGACACAAAACCTTACCATATG GGGGAGACAACAGCTCAAATGCCTGACAATGAATGATGGGTGCCCGTTGAGATATACCAA GACAGTAACATTGGGCGCATTCCAACCATCCTGAACGTAACCGATGACAGCATAGAAAGG TTGAAAATCTGATCATGATGCTACGAGACGGTGGTATCATCGCATCACCCTAGTGTTCAT TTGGGTTTAGATTGTTCGCCGAAGTCCGCCATCTCAGGGGCTGTGGAGCGCTTTGGCCTA TTGATTATTTCAGGTCTCCACCGTTATGCTGTCTAGGAAACCGGA #c6_17784 TTCAAGAGAAACAGCGGCCGCGGGAAAGACTCGGCCTGATTGTCTGTAGAAGGCACAGCG TATGGACCCGTGGATGCCATGAGGACCGCGCCCATTCGGCAGCCACCCCCCTGCATGCGA TTATGCGACCCCGGCCCCACAAGGTCCACAGAGCTTGACCGCGCGGTCAAGCTAGAAGCA GTTTAGTAACAGGACAACCGACATCAATGGGCAGTTGTATACTTTCCCGAAGCGGGGACA CAAAGACTATTCCAAGTGGGATGAAATTTGCGGTGGCAACACACAGATGGAACAGCTCGT CCTGAATATCGGGAAGAGGTGACGGCATTCACATCCAGCCCGCGATTGATACCCGATTCT GGGGTAGCCTAATATAAAGCATATATGAGCGGACAACCGGACACAAAACCTCACCATATG GGGAAGACAACAGCTCAAATGCCTGACAACAAATGACAGGTGCCCGTTGGAATGTACCGA AATAGAATAATTGGGCGCGTTCCAACCATCCTGAACGTAGCCGGTGACAGCATGGGAAGG CTTAAAATCTAATCATGATGGTACGAGACGATGGCATCATCGCATCACCCCAGCGTTCAT TCGGATCTAGATAGTTCGCCGAAGTCCGCCATCTCAGAGGCTGTGGAGCGCTTTGGTCAA TTGATTATTTCAGGTCTCCGCAGTTGTGCGATCTACGAGACCGGA #c10_56207RC TTCAAGAGATACAGTGGCTGCGGGAAAGACTCCTCTTGATTGTCTTTAAATGGCAAAGCG TGAGTACCCGCGGATGCTATGAGGGCCGTGCCCATTTGGCAGCCACCCCCCTGCATGCGG TTGTGCCACTCCGGCCCCATGAGGTCCACAGAGTTCAACCGCGCGGGCAAGCTAGAGGCA GTTTAGTAAGGGGACAACCGACATCAATGGGCGATTGAATACTCTCCCGAAGCGCGAGCG CATAGACTATTCCGAGTGGGATGAAATTTGCGGTGGCAATACACAGATGGAACAACTTGT CCCGAATATCGAGAAGAGGTGACGGCATTAACATCCAGCCCGCATGTGATACTCGATTCT TGGGTAGCCTAGTATACGGTATATTTGAGCAGACAACCGGACACAAAGACTTACCATATG GGGGAGACAACAACTCAAATGCCTAGCAATGAATGATGGGTGCCCGTTGGGATGTGCCGA GATAGAATAATTGGGTGCGTTCCAACGACCCTTAACGTAGACGGTGACAGCGTGGAAAGG TTGAAAATCTAATCATGATGCTACGAGACGGTGGTATCATCGTGTCACCCCAGTATTCAT TCGGGGCTGGATTGTTCGTCGAAGTCTGCCATCTCAGAGGCTGTGGAGCGCTTTGGCCTG TTGATTATTTTGGGTCCCCACAGATGTGCGATCTACGGGACCGGA #cX_57630 TTCAAGAGAAACAGTGGCCATGGGAAAGACTCGGCCTGATTGTCTGTAGACGGCCAAGCA TGAGGGTCCGCGGACGCCATGAGGGCCGCGCCCGTTTGGTGGCCACCCCCCTGCATGCGA CTATGCCACTCCGGCCCTGCAAGGTCCACTGAGTTTGACCACGCAGGCAGCCTAGAGGCA GTTCAGTAAGGCAACAACCGACATCAATGGGCAATTGAATACGCTTCCGAAGCGGGAGCG CATAGACTATTCCAAGTGGGATGAGATTTGCGGTGGCAATACACAGATGGAACAACTCAT CCCGAATATCAGGAAGAGGTGACAGCATTAACATCCAGCCTGTGTATGATTCTCGATTCT GGGATAGGCTAGCATACAGTATATTGGGGTGGACAACCGGACACAAAACCTTACCATATA GGGAAGACCGCAGCTCAAGTGCCAAGCAACAAATGATAGGTGCCCGCTGGGATGTACCGA GGTAGAAAAAATGGGCACATTCCAACCATCTTGAACGTAGCCGGTGACAGAGAGAAAAGG CTGAAAATCTAATCATAATGCTGCGAGACGGCGGTATCATCGCATCACCCCAGCGTTTAT TTGGGTCTAGATTGTTCGACAAAGTCCATCATCTCGGGGGCTGTGGACCGCTTTGGCCTA TCGATTATTTCAGGTCTCCACAGTTGTGCGATCTACGAGAACGGA #c12_49693RC TTCAAGAGAAACAGCGATTGCAGGAAAGACTCGGTCTGCTTGTCTGTAGACGGCAAAGCG TGAGGACGCACGGATGCCATGAGGGCCACACCCATTCAGCAGCCACCCCCCTGCATGTGA TTATGCCACTCCGGCCCCGCAAGGCCCACAGAGTTTGACCGCGCGGGCAAGCCAGAGGCA GTTTAGTAATGGGAGGACCGATATCAATGGGCAATTAAATACTCTCCCGGAGCGGGAGTG CATAGACTATTCCGAGTGGGATGGGATTTGTGGTGGCAATACTCAGGTGGAACGACTCGT CCCGAATATCGGGAGGGGGTGACGGCATTAATGCCCAGCCCGCATGTGATACCCAATTCT GGAGTAGCCTAGTATACAGTATATTTAAACGGACAACCCGACACAAAACCTTACCATATG TGGGAGACAACAGCTGAAATGCCTAGCGATGAATGATGGGCGCCCGTTGGGAAATTCCTA GATAGTATCATTGGGTGCATTCCAACCATCCTGAACGTAGCCGGTGACAGCATGGAAAGG CTGAAAATCTAATCATGATGATACGAGACAGTGGTATCATCGCATTGTCCCAGCATTCAT CCGAGTCTAGATTGATCGCGGAGGTTTGCCATCTCAGGGGCTGTGGAGCGCTTTAGCCTA TTGATTATTTCGGGTCTTCACAGTTGTGCGATCTACGAGACCTGA #c8_44347 TTCAAGAGAAACAGTGGCTGCGTGAAAGACTCGGTCTGATTGTCTGTAGATGGCAAAGCG TGTGGACCCGCAGATGTCATAAGGGCCATGCCCTTCCAGCAGCCACCCCCCTGCATACGA TTATGCCAATCCGGCCCCGCAGGGTTCACAGAGTTTGACCGCGCAGGCGAGCCCGCGGCA ATTTAATAAGGGGAAAACCGACACCAATGGGGAATTGAATACTCTCTCGAAGCAGGAGCG TACAGACTATTCCGAGTGGAATGGAATGTGCGGTTGCAATCCATAGGTGGGACAACTCAT CCCGAATATCAGGAAGAGGTGACGGCATTAACATCGAGTGCACATGTGATACCCAATTCC GGGGCAGCCTAATATACAGTATACTTGAGCGGACAACCGGACACAAAACCTTACCATATG GGGGAGGCAACAGCTCAAACGCCTAGCAATGAATGATGGATGCTGGTTGGGATGTACCGG GTTAGTATCATTGGATGCATTTCAACCATTCTGAACGAAGCCGGTGAGAACAAGGAAAAG CTGGACATCTAATCATGATGCTACGAGACGGAGGTGTCATCGCGTTACCCCAGAGTTCAC CCGGGTCTAGAATGTTCGCCAAAGTCTGCCATCGCAGGGGCTGTGAAGTGCTTCAGCCTA TAGATTAGTTCAGGCCTCCACAGTTGTGCGATCTACGAATCCGGA #c10_68116 TTCAAGAGAAACAGCAACTGCGGGAAAGACTCGGCCTGATTGTCTATAGACGGCAAAGCG TGTGGACCCGCGGACGCTATGAGGGCCGCGCCCATCCAGCAGCCACCTGCCTACATGCGA TTATGCCACTCCGGCCCCACAAGGTCCACAGAGTTTGACCGCGCAGGTGAGGCAACGGCA GTTTAAGAAGGGGACAACCGACATCAATGGGGAATTGAATACTTTCCCGAAGCGCAAGTG CATAGACTATTCCGAGTGGAATGGAATTTGCTGTGGCAGTATACAGATGGGACAACTCGT CCCGAATATCGGGAAGAGGTGACGGCATTAACATCCAGCCCGCGCTTGATACCCAATTCT CGGGTAGCCTAGTAAACAGTATATTTGAGCGGACAACCGGACACAAAACCTTACCATATG GGAGAGACAACAGCCCAAATGCCTAGCAATGAATGATGGGTGCCCGTTGGGGTATACCGA GATAGTATAATTGAGTGCACTCCAACCATCCTGAACGTAGCCGGTGACAGCGTCGAAAGA CTGAAAATCTAATCATGATGCTACGAGACGGCGGTATCATCGCGTCACCACAGTGTTCAT TCAGATCTAGATTGTCCGACAGAGTTTGCTATCTCAGGGGCTGTGGAGCGCTTTAACCTA TTGATTATTCTGGGTCTCCACATTTGTGTGATCTACGAGACCGGA #c7_57680 TTCAAGAGAAACAATGGCCACGGGAAGGACTCGTCCTGATTGTCTGTAGATGGCAAAACG TGAGGAACTGCGGATGTCATGAGGGCCGTGTCCATTCAGCAGCCACCCCCCTGCATGCGA TTATGCTGTTCCGGCCCTGCAATGTCCACAGAGCTTGACCGCGCAAGCAAGCTAGAGGCA GTTTAATAAGACGACAACCGACATTAATGGGCAATTGGATACTCTCCCGAAGCGGGAGTG TATGGACTATTCCAAGTGGGATGAAATTTGCGGTGGCAATACACAGATGGAGAAACTTGT CCCGAATAACGGGAAGAAGAGACGGCATTAACATCTAGCCCGTGTGTGAAACCCAATTCT GGGGTAGCCTAGTATACAGTATATTTGAGCGGATAACATGACACAAAACATTACCATATG GGGAAGACAACAGCTCAAATGCCTAGAAACAAATGATGGATGCCCGTTGAGATGTACCGA GATAGAATAATTGGGCACATTCCAACCATCCTGAACGTAGCCGGTGACTGTGTGGAAAGG CTGGAAATCTAATCATGATGCTACGAGACGGTGGTATCATCGCATCACTCCAGCATTCAT CCGGGTCTAGATTTTTCGCCGAAGTCCGTCGTCTCAGGGATAGTGGAGCGCTTTGGTCTA TTGATTATTTTGGGTCTCCACAGTTGTGCAATCTACGAAACCAAA #c8_54370 TTCAAGAGAAACAGTGGCCACGGGAAAGACTCGTCCTGATTATCTGTGAATGACAAAGCG TGAGGACCTGTGGGCACCATGAGGGCCAGGCCCATTTGGCAGCCACCCCCCCACATGCGA TTATGCCACTCCGGCCCCACAAGGTCCGCAAAGTTTGACCGCGCAGGCAAGCTAGAGGCA GTTTAGTAAGAGGACAGCCGACATTAAAGTGCGATTGGATACTCTCCCGAAGCGGGAGCG CATAGACTGTTCCCAGTGGGACGAAATTCACGATGGCAATACACAGACGGAACAACTCAT CTCGAATATCGGGAAGAGGTGACGGCGTTAACATCCGGCCCACATGTGATATCCAATTCT GGGGTAGCCTAGTATACAGTATATTTGAGCAGACAACCGGACATGAAACCTTACCATATG GGGAAGACAACAGCTCAAATGCCTAGCAACAAATGATGGGTGCCCGTTGGGATGTATCGA GATAGAATAACTGGGCGCATTCCAACCATTCTGAACGTAGCCGGTGACAGTGTGGACAGG CTGAAAATCTGATCTTGATGCTACGAGACGGTGGTATCATCGCACCACCCCAGTGTTCAT TCGGGTCTAGATTGTTTGACATAGTTTGCCATCTCAGGGGCTATGGAGCACTTTGGCCTA TTGATTATTTTGGGTCTCCACAGTTGTGCAATCTACGAGACCGGA #c2_59593 TTCAAGAGAAACAGCAGCCACGGGAGAGACTTGGCCAGATTGTCTATAGACGGCAGAGCG TGAGGAACCGAGGATGCCCTGAGGGTGGTACCCGTTCAGCAGTCACCCCCCTGCATGCGA TTATGCGACTCCGGCCCCACAAGGTTCAAAGAGTTTGACCGCGCAGGCAAGCTAGAGGCA GTGTAGTAAAGGGACAACCGATATCAATGGGCAATTGAATACTCTCCCGAAGCGGGAGTG CATAGACTATTCCGAGTGGAATGGAGTTTGCAGTGGCACTACACCGATGGAACAACTGGT CCGGAACATCAGGAAGAGGTCACGGTATTAACATCCAACCCGCACGTAATACCTGATTTT GGGGCAGGCTAGTATACAGTATATTTGAGCGGACAACCGGACGCAAAACCTTACCATATG GGGAAGGCAACAACTCAAATGCCTAGGAACAAATGATGAGTGCCCGTTGGGATGTACCGA GATAGAATAATTGGGCTCATGCGAACCGTCCTGAACGTAGCCGGTGACAGCGTGAAAAGA CTGAAAATCTAATCATGAGGATACGAGACGGTGGTATCATCGTGTTACCCCAGCGTTCAT TCGGGTCTAAATTGTTCGACAAAGTCTGTCATCTCAGAGGCTGTGGAGCGCTTTGGCCCA TTGATTATTTAGGGTCTCCACAGTTGTGCGATCTACGAGACCGGA #c4_37524 TCCAATAGGAACAGCAGCTGCGCGAAAGACACGGCCTGAATGTCTGTAGATGGCAAAGCG TGTAGACCCATGGACGTCATGAGGGCCATGCCCGTCCTGCAGCCACCCCGCTGCATGCGA TTATGCCACTCCGGCCCCACAAGGTCCGCAGAATTTGACCGCGCAGAGAAACCAGAGGCA GTTTAATAAGGGGACAATTGACATCAATGAACAATTGAGTACTCTCCCGAAGTGGGAGTG CATAGACCTTTCCAAGTGGGATGAAATTAGCGGTGGCGATACACAGATGGAACAACTCAT CCCGAATCTCGGGAAGAGTTGACGGCATGAACATCCAGCCTGCAAGTGATACCTGATTCT GGGGTAGCCTAGTATACAGTACATTTGAGCGGACAACAGGACACAAAACCTTACCATATG GGGGAGACAACAGCTCAAATACCTAGCAACAAACAATGAGTGCCCGCTGGGATGTACCAA GATAGTATAATTGGGCGCATTCCAACCACCCTGAACGTAGCCGGTGACAACATGGAAAGG CTGAAAATCTAATCATGATGCTACGAGACGGCGGTATTATTGCATCACCCCAGCGTTCAT TCGGATCTGGATTGTTCGACAGAGTTTACCATCTTAGGGGCTGTGGAATATTTTAGCTTA TTGATCATTTCGGATCTCCACAGTTATGCTATCTACTAAACCGGA #cY_66091RC TTCAAGAGAAACAGGGGCCACGGAAAAGTCTCGGCATGATTGTCTGTAGCTTACAAAGCG TGAGGACGCACAGATGCCATGGGTGCCATGCCTCTTTGGTAGCTCCCCCTCTGCATGCGA TTATGCCACTGCGGTGCCCAAAGTCCCACAGAGTTTGACCGCGCAGGCAAGCCAGCGCCT GTTTAGTAAGGGGATAACCGACATTAATGGGGAATTGAATACTCTCCCAAAGCGGGAGTG TATAGACTATTCTGAATGGGATGAATTTTGCGGCGGCAATACACACATGGAACAACTCAT CTCGAATATGGGGAAGAGGTGACGTCATTAACATCCAGCCCACAGATGATACCCGTTTCG GGGGTAGCCTAGTATACAGTCTTTTTGAGTGGACAACCGGACACCAAACCGTACCATATG GGGAGGAAAACAGCTCAGATGCCTAGCCATGGATGATGGGTGTCCGTTGATATGGACTGA GATAGAACAGTTCGGCGCATTCCAAGCATTCTGAAGGTAGCCGGTGACAGTGTGGAAAGG CCGAAAGTCTAGTCATGATAAAAGGCGACGGTGGTATCACCGCGTCATCCCAGCATTCAT TTGGGTCTGAATTGTTCTGCAAAGTTAGCCATCTCAGGAGCTGTAGATCGCTCTGGCCTA TTGATTATTTGGGTTCTCCACAGTTGGGTGATCTGCGAGACCGGC squizz-0.99b+dfsg.orig/test/align.sh0000755000175000017500000000145711147050443017374 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits alifmt='CLUSTAL FASTA MSF NEXUS PHYLIPI PHYLIPS STOCKHOLM' ## Check sequences names with spaces sed 's/\./ /' $srcdir/align/phylips.seq >_tmpali.seq for f in $alifmt; do ../src/squizz -c $f _tmpali.seq >_tmpali2.seq 2>/dev/null || exit 1 (../src/squizz _tmpali2.seq 2>&1 | grep -v $f) && exit 1 done ## Check for unexpected sequence name sed -e '$d' $srcdir/align/clustal.seq | sed -e '$d' >_tmpali.seq tail -n 2 $srcdir/align/clustal.seq | sed 's/_/-/' >>_tmpali.seq (../src/squizz -A _tmpali.seq 2>&1 | grep -v UNKNOWN) && exit 1 ## Check for duplicate sequence name cat $srcdir/align/fasta.seq $srcdir/align/fasta.seq >_tmpali.seq (../src/squizz -A _tmpali.seq 2>&1 | grep -v UNKNOWN) && exit 1 ## Cleanup rm -f _tmpali*.seq exit 0 squizz-0.99b+dfsg.orig/test/clustal.sh0000755000175000017500000000225711270110463017744 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/clustal.seq ## Check default CLUSTAL file reference (../src/squizz -A -f clustal $align 2>&1 | grep -v CLUSTAL) && exit 1 ## Check without consensus lines grep -v '^ ' $align >_tmpali.seq (../src/squizz -A -f clustal _tmpali.seq 2>&1 | grep -v CLUSTAL) && exit 1 ## Check without newline at EOF on consensus line sed -e '$d' $align >_tmpali.seq tail -n 1 $align | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f clustal _tmpali.seq 2>&1 | grep -v CLUSTAL) && exit 1 ## Check without newline at EOF on sequence line sed -e '$d' $align | sed -e '$d' >_tmpali.seq tail -n 2 $align | sed -e '$d' | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f clustal _tmpali.seq 2>&1 | grep -v CLUSTAL) && exit 1 ## Check extra empty line at EOF but without newline cat $align >_tmpali.seq echo " " | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f clustal _tmpali.seq 2>&1 | grep -v CLUSTAL) && exit 1 ## Check without separator after CLUSTAL tag line echo "CLUSTAL" >_tmpali.seq tail -n +4 $align >>_tmpali.seq (../src/squizz -A -f clustal _tmpali.seq 2>&1 | grep CLUSTAL) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/raw.sh0000755000175000017500000000060011060202677017062 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits sequence=$srcdir/sequence/raw.seq ## Check default RAW file reference (../src/squizz -S -f raw $sequence 2>&1 | grep -v RAW) && exit 1 ## Check sequence with gaps sed 's/gggg/----/' $sequence >_tmpseq.seq (../src/squizz -S -f raw _tmpseq.seq 2>&1 | grep -v RAW) && exit 1 ## Cleanup rm -f _tmpseq*.seq exit 0 squizz-0.99b+dfsg.orig/test/phylipi.sh0000755000175000017500000000226411713772312017762 0ustar osallouosallou#! /bin/sh ## Verbose mode test "x$VERBOSE" = xx && set -x ## Inits align=$srcdir/align/phylipi.seq ## Check default PHYLIPI file reference (../src/squizz -A -f phylipi $align 2>&1 | grep -v PHYLIPI) && exit 1 ## Check format name aliases (../src/squizz -A -f phylip $align 2>&1 | grep -v PHYLIPI) && exit 1 ## Check for sequences on a single line (= PHYLIPS) grep -v '^$' $align | grep -v '^ ' >_tmpali.seq (../src/squizz -A -f phylipi _tmpali.seq 2>&1 | grep -v PHYLIPI) && exit 1 ## Check with empty line after header echo " 13 109" >_tmpali.seq echo >>_tmpali.seq tail -n +2 $align >>_tmpali.seq (../src/squizz -A -f phylipi _tmpali.seq 2>&1 | grep PHYLIPI) && exit 1 ## Check sequence names with spaces sed 's,ISA, SA,' $align >_tmpali.seq (../src/squizz -A -f phylipi _tmpali.seq 2>&1 | grep -v PHYLIPI) && exit 1 ## Check without newline at EOF sed -e '$d' $align >_tmpali.seq tail -n 1 $align | tr -d '\n' >>_tmpali.seq (../src/squizz -A -f phylipi _tmpali.seq 2>&1 | grep -v PHYLIPI) && exit 1 ## Check with extra newlines at EOF echo | cat $align - >_tmpali.seq (../src/squizz -A -f phylipi _tmpali.seq 2>&1 | grep -v PHYLIPI) && exit 1 ## Cleanup rm -f _tmpali.seq exit 0 squizz-0.99b+dfsg.orig/test/Makefile.in0000644000175000017500000007353212106377455020026 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ XFAIL_TESTS = subdir = test DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/mkinstalldirs $(top_srcdir)/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/lib/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) AM_RECURSIVE_TARGETS = check recheck TEST_SUITE_LOG = test-suite.log TEST_EXTENSIONS = @EXEEXT@ .test LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) TEST_LOGS = $(am__test_logs2:.test.log=.log) TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_COLOR_TESTS = no TESTS = squizz.sh fmtseq.sh fmtali.sh convseq.sh convali.sh \ $(TESTS_SEQS) align.sh $(TESTS_ALIS) count.sh TESTS_ALIS = clustal.sh mega.sh msf.sh nexusi.sh phylipi.sh phylips.sh \ stockholm.sh TESTS_SEQS = embl.sh genbank.sh ig.sh nbrf.sh raw.sh sprot.sh DATAS = $(ALIS) $(SEQS) ALIS = align/clustal.seq align/fasta.seq align/mega.seq align/msf.seq \ align/nexusi.seq align/phylipi.seq align/phylips.seq align/stock.seq SEQS = sequence/embl.seq sequence/fasta.seq sequence/gde.seq \ sequence/genbank.seq sequence/genpept.seq sequence/gcg.seq \ sequence/ig.seq sequence/nbrf.seq sequence/codata.seq sequence/raw.seq \ sequence/refseqn.seq sequence/refseqp.seq sequence/sprot.seq EXTRA_DIST = $(TESTS) $(DATAS) all: all-am .SUFFIXES: .SUFFIXES: .log .test .test$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu test/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # exand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ else \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? squizz.sh.log: squizz.sh @p='squizz.sh'; \ b='squizz.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) fmtseq.sh.log: fmtseq.sh @p='fmtseq.sh'; \ b='fmtseq.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) fmtali.sh.log: fmtali.sh @p='fmtali.sh'; \ b='fmtali.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) convseq.sh.log: convseq.sh @p='convseq.sh'; \ b='convseq.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) convali.sh.log: convali.sh @p='convali.sh'; \ b='convali.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) embl.sh.log: embl.sh @p='embl.sh'; \ b='embl.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) genbank.sh.log: genbank.sh @p='genbank.sh'; \ b='genbank.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) ig.sh.log: ig.sh @p='ig.sh'; \ b='ig.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) nbrf.sh.log: nbrf.sh @p='nbrf.sh'; \ b='nbrf.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) raw.sh.log: raw.sh @p='raw.sh'; \ b='raw.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) sprot.sh.log: sprot.sh @p='sprot.sh'; \ b='sprot.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) align.sh.log: align.sh @p='align.sh'; \ b='align.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) clustal.sh.log: clustal.sh @p='clustal.sh'; \ b='clustal.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) mega.sh.log: mega.sh @p='mega.sh'; \ b='mega.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) msf.sh.log: msf.sh @p='msf.sh'; \ b='msf.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) nexusi.sh.log: nexusi.sh @p='nexusi.sh'; \ b='nexusi.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) phylipi.sh.log: phylipi.sh @p='phylipi.sh'; \ b='phylipi.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) phylips.sh.log: phylips.sh @p='phylips.sh'; \ b='phylips.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) stockholm.sh.log: stockholm.sh @p='stockholm.sh'; \ b='stockholm.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) count.sh.log: count.sh @p='count.sh'; \ b='count.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .test.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@.test$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: all all-am check check-TESTS check-am clean clean-generic \ clean-libtool cscopelist-am ctags-am distclean \ distclean-generic distclean-libtool distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \ uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/compile0000755000175000017500000001624512106377455016356 0ustar osallouosallou#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/config.guess0000755000175000017500000012746312106377455017325 0ustar osallouosallou#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. timestamp='2012-12-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # # Please send patches with a ChangeLog entry to config-patches@gnu.org. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-gnueabi else echo ${UNAME_MACHINE}-unknown-linux-gnueabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; esac eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: squizz-0.99b+dfsg.orig/ylwrap0000755000175000017500000001553612106377455016246 0ustar osallouosallou#! /bin/sh # ylwrap - wrapper for lex/yacc invocations. scriptversion=2012-12-21.17; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . get_dirname () { case $1 in */*|*\\*) printf '%s\n' "$1" | sed -e 's|\([\\/]\)[^\\/]*$|\1|';; # Otherwise, we want the empty string (not "."). esac } # guard FILE # ---------- # The CPP macro used to guard inclusion of FILE. guard() { printf '%s\n' "$1" \ | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g' \ -e 's/__*/_/g' } # quote_for_sed [STRING] # ---------------------- # Return STRING (or stdin) quoted to be used as a sed pattern. quote_for_sed () { case $# in 0) cat;; 1) printf '%s\n' "$1";; esac \ | sed -e 's|[][\\.*]|\\&|g' } case "$1" in '') echo "$0: No files given. Try '$0 --help' for more information." 1>&2 exit 1 ;; --basedir) basedir=$2 shift 2 ;; -h|--h*) cat <<\EOF Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... Wrapper for lex/yacc invocations, renaming files as desired. INPUT is the input file OUTPUT is one file PROG generates DESIRED is the file we actually want instead of OUTPUT PROGRAM is program to run ARGS are passed to PROG Any number of OUTPUT,DESIRED pairs may be used. Report bugs to . EOF exit $? ;; -v|--v*) echo "ylwrap $scriptversion" exit $? ;; esac # The input. input="$1" shift # We'll later need for a correct munging of "#line" directives. input_sub_rx=`get_dirname "$input" | quote_for_sed` case "$input" in [\\/]* | ?:[\\/]*) # Absolute path; do nothing. ;; *) # Relative path. Make it absolute. input="`pwd`/$input" ;; esac input_rx=`get_dirname "$input" | quote_for_sed` # Since DOS filename conventions don't allow two dots, # the DOS version of Bison writes out y_tab.c instead of y.tab.c # and y_tab.h instead of y.tab.h. Test to see if this is the case. y_tab_nodot=false if test -f y_tab.c || test -f y_tab.h; then y_tab_nodot=true fi # The parser itself, the first file, is the destination of the .y.c # rule in the Makefile. parser=$1 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for # instance, we rename #include "y.tab.h" into #include "parse.h" # during the conversion from y.tab.c to parse.c. sed_fix_filenames= # Also rename header guards, as Bison 2.7 for instance uses its header # guard in its implementation file. sed_fix_header_guards= while test "$#" -ne 0; do if test "$1" = "--"; then shift break fi from=$1 # Handle y_tab.c and y_tab.h output by DOS if $y_tab_nodot; then case $from in "y.tab.c") from=y_tab.c;; "y.tab.h") from=y_tab.h;; esac fi shift to=$1 shift sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" done # The program to run. prog="$1" shift # Make any relative path in $prog absolute. case "$prog" in [\\/]* | ?:[\\/]*) ;; *[\\/]*) prog="`pwd`/$prog" ;; esac # FIXME: add hostname here for parallel makes that run commands on # other machines. But that might take us over the 14-char limit. dirname=ylwrap$$ do_exit="cd '`pwd`' && rm -rf $dirname > /dev/null 2>&1;"' (exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 mkdir $dirname || exit 1 cd $dirname case $# in 0) "$prog" "$input" ;; *) "$prog" "$@" "$input" ;; esac ret=$? if test $ret -eq 0; then for from in * do to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` if test -f "$from"; then # If $2 is an absolute path name, then just use that, # otherwise prepend '../'. case $to in [\\/]* | ?:[\\/]*) target=$to;; *) target="../$to";; esac # Do not overwrite unchanged header files to avoid useless # recompilations. Always update the parser itself: it is the # destination of the .y.c rule in the Makefile. Divert the # output of all other files to a temporary file so we can # compare them to existing versions. if test $from != $parser; then realtarget="$target" target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'` fi # Munge "#line" or "#" directives. Don't let the resulting # debug information point at an absolute srcdir. Use the real # output file name, not yy.lex.c for instance. Adjust the # include guards too. sed -e "/^#/!b" \ -e "s|$input_rx|$input_sub_rx|" \ -e "$sed_fix_filenames" \ -e "$sed_fix_header_guards" \ "$from" >"$target" || ret=$? # Check whether files must be updated. if test "$from" != "$parser"; then if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then echo "$to is unchanged" rm -f "$target" else echo "updating $to" mv -f "$target" "$realtarget" fi fi else # A missing file is only an error for the parser. This is a # blatant hack to let us support using "yacc -d". If -d is not # specified, don't fail when the header file is "missing". if test "$from" = "$parser"; then ret=1 fi fi done fi # Remove the directory. cd .. rm -rf $dirname exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: squizz-0.99b+dfsg.orig/data/0000755000175000017500000000000012110373652015667 5ustar osallouosallousquizz-0.99b+dfsg.orig/data/Makefile.am0000644000175000017500000000011710517132745017727 0ustar osallouosallou nobase_noinst_DATA = $(SEQ) EXTRA_DIST = $(SEQ) SEQ = sequence/aaweight.dat squizz-0.99b+dfsg.orig/data/sequence/0000755000175000017500000000000012110373652017477 5ustar osallouosallousquizz-0.99b+dfsg.orig/data/sequence/aaweight.dat0000644000175000017500000000057610044420100021753 0ustar osallouosallou# Amino acid molecular weight (minus water) # # The mass values used for B,Z,X are mean values of the corresponding masses. A 71.08 B 114.59 C 103.14 D 115.09 E 129.12 F 147.18 G 57.05 H 137.14 I 113.16 J 0.00 K 128.17 L 113.16 M 131.19 N 114.10 O 0.00 P 97.12 Q 128.13 R 156.19 S 87.08 T 101.11 U 0.00 V 99.13 W 186.21 X 118.89 # EMBOSS : 144.0000 Y 163.18 Z 128.62 squizz-0.99b+dfsg.orig/data/Makefile.in0000644000175000017500000002525212106377455017754 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/lib/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(nobase_noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ nobase_noinst_DATA = $(SEQ) EXTRA_DIST = $(SEQ) SEQ = sequence/aaweight.dat all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/Makefile.in0000644000175000017500000005552112106377455017045 0ustar osallouosallou# Makefile.in generated by automake 1.13.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. # This Makefile.in 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. # 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. @SET_MAKE@ VPATH = @srcdir@ am__make_dryrun = \ { \ am__dry=no; \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ *) \ for am__flg in $$MAKEFLAGS; do \ case $$am__flg in \ *=*|--*) ;; \ *n*) am__dry=yes; break;; \ esac; \ done;; \ esac; \ test $$am__dry = yes; \ } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ COPYING TODO compile config.guess config.sub depcomp \ install-sh missing ylwrap ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/lib/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POD2HTM = @POD2HTM@ POD2MAN = @POD2MAN@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ YACC = @YACC@ YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = . lib src data doc test all: all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool cscope cscopelist-am ctags ctags-am dist \ dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ dist-xz dist-zip distcheck distclean distclean-generic \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: squizz-0.99b+dfsg.orig/configure.ac0000644000175000017500000000242712071576577017272 0ustar osallouosallou# Process this file with autoconf to produce a configure script. AC_INIT([squizz],[0.99b]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([lib/config.h]) AC_CONFIG_MACRO_DIR([m4]) # Disable unneeded CXX/F77 checks for libtool 1.5.x m4_defun([_LT_AC_LANG_CXX_CONFIG], [:]) m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) # Checks for programs. AC_PROG_CC AM_PROG_CC_C_O AC_PROG_LIBTOOL AC_PROG_YACC AM_PROG_LEX AC_CHECK_PROG(POD2MAN, pod2man, pod2man, :) AC_CHECK_PROG(POD2HTM, pod2html, pod2html, :) # Checks for libraries. # Checks for header files. AC_CHECK_HEADERS([err.h inttypes.h stddef.h stdlib.h string.h strings.h]) AC_CHECK_HEADERS([unistd.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_STRUCT_TM AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_TYPE_UINT64_T # Checks for library functions. AC_FUNC_FSEEKO #AC_FUNC_MALLOC #AC_FUNC_REALLOC AC_FUNC_STRFTIME AC_CHECK_FUNCS([localtime_r strcasecmp strchr strdup strerror]) # Add 64-bits file support on some hosts AC_DEFINE([_FILE_OFFSET_BITS], [64], [Define to 64 for large file support on some hosts]) # Compatibility test $ac_cv_header_err_h != yes && \ AC_CONFIG_FILES([lib/err.h:lib/compat/err.h]) AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile data/Makefile doc/Makefile test/Makefile]) AC_OUTPUT